@charset "utf-8";
/*a {
  pointer-events: none;
}*/
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*main_sd*/
#main_sd {
  width: 100%;
  /*height: 100vh;*/
  height: 100%;
  position: relative;
  /*min-height: 500px;*/
  z-index: 0;
  margin-top: 60px;
}
/*#main_sd::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}*/
@media screen and (min-width: 768px) {
  #main_sd {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  #main_sd {
    margin-top: 100px;
  }
}
.fv-slider_block {
  position: relative;
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fv-slider {
  width: 100%;
  /*height: 100vh;*/
  height: 100%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden; /* 画像がはみ出ないようにする */
}
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
	@media screen and (min-width: 1200px) {
	@keyframes zoomUp {
  0% {
    transform: scale(1.17);
  }
  100% {
    transform: scale(1); /* 拡大率 */
  }
}	
}

.fv-slider div {
  width: 100%;
  height: 100%;
}
.fv-slider .fv-slider-img {
  width: 100%;
  height: 100%;
}
.fv-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv_txt_block {
  width: 84%;
  color: #fff;
  position: absolute;
  left: 7%;
  bottom: 5.6rem;
}
.fv_title {
  font-size: 3rem;
  line-height: 1.47;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .fv_txt_block {
    bottom: 5.1rem;
  }
  .fv_title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv_txt_block {
    width: auto;
    left: 12.5%;
    bottom: 8.6rem;
  }
  .fv_title {
    font-size: 3.75rem;
    line-height: 1.5;
  }
}
.fv_bottom_block {
  background-color: #fff;
  padding: 1.9rem 1rem;
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
  margin-bottom: 4rem;
}
.fv_bottom_txt {
  font-size: 0.93rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv_bottom_block {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv_bottom_block {
    padding: 1.55rem 1rem;
    margin-bottom: 7.3rem;
  }
  .fv_bottom_txt {
    font-size: 0.9375rem;
  }
}
/**************************************
/* about_container
***************************************/
.about_container {
  background-color: #f5f5f5;
  padding: 5rem 0 5.8rem;
}
.about_block {
  width: 87%;
  margin: 0 auto;
}
.about_unit01 {
  margin-bottom: 3.4rem;
}
.about_unit01_title {
  font-size: 1.86rem;
  text-align: center;
}
.about_unit02 > ul > li {
  margin-bottom: 2.1rem;
}
.about_unit02 > ul > li:last-child {
  margin-bottom: 0;
}
.about_item {
  display: block;
}
.about_txt_box {
  background-color: #fff;
  padding: 1.8rem 1rem 2.6rem;
}
.about_title {
  font-size: 1.57rem;
  color: #000;
  text-align: center;
}
.about_title span {
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #787878;
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .about_container {
    padding: 7rem 0 7.8rem;
  }
  .about_block {
    display: flex;
  }
  .about_unit01 {
    width: 15%;
    margin-bottom: 0;
  }
  .about_unit01_inner {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .about_unit01_title {
    font-size: 2rem;
    line-height: 1;
    white-space: nowrap;
    margin: 0;
  }
  .about_unit02 {
    width: 85%;
  }
  .about_unit02 > ul {
    display: flex;
    gap: 40px;
  }
  .about_unit02 > ul > li {
    width: calc((100% - 40px) / 2);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .about_container {
    padding: 10rem 0 10rem;
  }
  .about_unit01 {
    width: 13.2%;
  }
  .about_unit02 {
    width: 86.8%;
  }
  .about_txt_box {
    padding: 2.5rem 1rem 3.35rem;
  }
  .about_unit01_title {
    font-size: 2.25rem;
  }
  .about_title {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1500px) {
  .about_block {
    width: 75.5%;
  }
}
/**************************************
/* service_container
***************************************/
.service_outer {
  padding: 8rem 0 7.4rem;
  width: 100%;
  height: 100%;
  background-image: url("../images/service_back_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
.service_outer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 40, 70, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.service_block {
  color: #fff;
  width: 87%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.service_head {
  margin-bottom: 1.5rem;
}
.service_heading {
  font-size: 0.93rem;
  letter-spacing: 0.06rem;
  line-height: 1.69;
  margin-bottom: 4rem;
}
.service_list > ul > li {
  padding-bottom: 4.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 2.7rem;
}
.service_list > ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.service_item {
  display: block;
  width: 98%;
  color: #fff;
  transition: all 0.5s;
}
.service_item:hover {
  color: #fff;
}
.service_img_col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}
.service_img {
  width: 69%;
  position: relative;
  z-index: -1;
}
.service_img_layer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 255, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.service_title_box {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
}
.service_item:hover .service_title_box {
  opacity: 0.7;
  transition: all 0.5s;
}
.service_nimber {
  font-size: 2.86rem;
  line-height: 1;
  margin-top: -5px;
  margin-bottom: 1.9rem;
}
.service_title {
  font-size: 1.71rem;
  letter-spacing: 0.08rem;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.service_txt_col {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.4rem;
  transition: all 0.5s;
}
.service_item:hover .service_txt_col {
  opacity: 0.7;
  transition: all 0.5s;
}
.service_list > ul > li:nth-child(2) .service_txt_col {
  margin-bottom: 1.6rem;
}
.service_big_txt {
  font-size: 5.14rem;
  line-height: 1;
  width: 56%;
}
.service_txt {
  font-size: 1.14rem;
  letter-spacing: 0.1rem;
  line-height: 1.875;
  width: 44%;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .service_outer {
    padding: 8rem 0 8.4rem;
    background-image: url("../images/service_back_pc.jpg");
  }
  .service_list > ul {
    display: flex;
    gap: 2%;
  }
  .service_list > ul > li {
    width: calc((100% - 4%) / 3);
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .service_item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .service_img_col {
    display: block;
  }
  .service_img {
    width: 100%;
  }
  .service_title_box {
    width: 100%;
    align-items: flex-start;
  }
  .service_nimber {
    margin-top: -1.2rem;
  }
  .service_title {
    font-size: 1.4rem;
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
  }
  .service_txt_col {
    display: block;
    flex-grow: 1;
  }
  .service_list > ul > li:nth-child(2) .service_txt_col {
    margin-bottom: 2.4rem;
  }
  .service_big_txt {
    font-size: 4.14rem;
    width: 100%;
  }
  .service_txt {
    font-size: 1rem;
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .service_outer {
    padding: 10.5rem 0 11.4rem;
  }
  .service_head {
    margin-bottom: 1.8rem;
  }
  .service_heading {
    font-size: 0.9375rem;
    margin-bottom: 6rem;
  }
  .service_list > ul {
    gap: 50px;
  }
  .service_list > ul > li {
    width: calc((100% - 100px) / 3);
  }
  .service_nimber {
    font-size: 3.125rem;
    margin-bottom: 1.8rem;
  }
  .service_title {
    font-size: 1.875rem;
  }
  .service_txt_col {
    margin-bottom: 3.4rem;
  }
  .service_list > ul > li:nth-child(2) .service_txt_col {
    margin-bottom: 3.4rem;
  }
  .service_big_txt {
    font-size: 4.5rem;
    margin-bottom: 1.2rem;
  }
  .service_txt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1500px) {
  .service_block {
    width: 75.5%;
  }
}
/**************************************
/* dialogue_container
***************************************/
.dialogue_container {
  background-color: #f5f5f5;
  padding: 5rem 0 6rem;
  margin-bottom: 5.1rem;
}
.dialogue_head {
  text-align: center;
  margin-bottom: 3.35rem;
}
.dialogue_item_sp {
  margin-bottom: 2.8rem;
}
.dialogue_unit {
  display: flex;
}
.dialogue_img {
  width: 72%;
}
.dialogue_name_wrap {
  width: 28%;
  padding-top: 1.4rem;
  padding-right: 6.5%;
  display: flex;
  justify-content: flex-end;
}
.dialogue_item_sp > .dialogue_unit:first-child .dialogue_name_wrap {
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
}
.dialogue_name_inner {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.dialogue_type {
  letter-spacing: 0.1rem;
  margin: 0;
  margin-left: 0.2rem;
}
.dialogue_name {
  font-size: 1.71rem;
  letter-spacing: 0.08rem;
  white-space: nowrap;
  margin: 0;
}
.dialogue_item_pc {
  display: none;
}
.dialogue_bottom_txt {
  font-size: 2rem;
  font-style: italic;
  line-height: 1.53;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .dialogue_container {
    padding: 7rem 0 8rem;
    margin-bottom: 7.1rem;
  }
  .dialogue_block {
    width: 84%;
    margin: 0 auto;
    max-width: 1000px;
  }
  .dialogue_head {
    text-align: left;
  }
  .dialogue_item_sp {
    display: none;
  }
  .dialogue_item_pc {
    display: block;
    color: #000;
    position: relative;
    margin-bottom: 4.4rem;
  }
  .dialogue_pc_name_wrap {
    position: absolute;
  }
  .dialogue_pc_name_left {
    bottom: 1.1rem;
    left: 0;
  }
  .dialogue_pc_name_right {
    top: 1.1rem;
    right: 0;
    text-align: right;
  }
  .dialogue_pc_type {
    letter-spacing: 0.1rem;
    margin-bottom: 0.3rem;
  }
  .dialogue_pc_name {
    font-size: 1.875rem;
  }
  .dialogue_pc_circle {
    background-color: #002846;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 11rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.5s;
  }
  a:hover .dialogue_pc_circle {
    background-color: #fff;
    transition: all 0.5s;
  }
  .dialogue_pc_circle_txt {
    letter-spacing: 0.06rem;
    color: #fff;
    text-align: center;
    padding-top: 0.4rem;
    transition: all 0.5s;
  }
  a:hover .dialogue_pc_circle_txt {
    color: #000;
    transition: all 0.5s;
  }
  .dialogue_pc_circle_arrow {
    width: 10px;
    height: 10px;
    position: relative;
    margin: 0 auto;
  }
  .dialogue_pc_circle_arrow::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/arrow_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
  }
  a:hover .dialogue_pc_circle_arrow::before {
    background-image: url("../images/arrow_black.svg");
    transition: all 0.5s;
  }
  .dialogue_bottom_txt {
    margin-bottom: 0;
  }
  .dialogue_block .section_btn_box {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .dialogue_container {
    padding: 10.6rem 0 8.3rem;
    margin-bottom: 11.2rem;
  }
  .dialogue_block {
    width: 70%;
  }
  .dialogue_head {
    margin-bottom: 2.8rem;
  }
  .dialogue_pc_circle {
    width: 12.5rem;
  }
  .dialogue_bottom_txt {
    font-size: 1.875rem;
  }
}

/**************************************
/* 
***************************************/
/**************************************
/* レスポンシブ改行
***************************************/
@media screen and (max-width: 780px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 781px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .br-sp5 {
    display: block;
  }
  .br-pc5 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .br-sp5 {
    display: none;
  }
  .br-pc5 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .br-sp7 {
    display: inline-block;
  }
  .br-pc7 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .br-sp7 {
    display: none;
  }
  .br-pc7 {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .br-pc9 {
    display: none;
  }
  .br-sp9 {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .br-pc9 {
    display: block;
  }
  .br-sp9 {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .br-pc12 {
    display: none;
  }
  .br-sp12 {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .br-pc12 {
    display: block;
  }
  .br-sp12 {
    display: none;
  }
}
@media screen and (max-width: 1499px) {
  .br-pc15 {
    display: none;
  }
  .br-sp15 {
    display: block;
  }
}
@media screen and (min-width: 1500px) {
  .br-pc15 {
    display: block;
  }
  .br-sp15 {
    display: none;
  }
}
@media screen and (max-width: 1699px) {
  .br-pc17 {
    display: none;
  }
  .br-sp17 {
    display: block;
  }
}
@media screen and (min-width: 1700px) {
  .br-pc17 {
    display: block;
  }
  .br-sp17 {
    display: none;
  }
}