@charset "utf-8";
/* CSS Document */
/*共通*/
html {
  /*スクロールがカクつくため削除*/
  /*scroll-behavior: smooth;*/
}
body {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #59220e;
  font-weight: bold;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #26261d;
  background-color: #f5f5f5;
}
a {
  color: #fff;
}
a.web_link {
  color: #171e9a;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
h1 {
  color: #ffffff;
  font-size: 8em;
  text-align: center;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-weight: bold;
  font-size: 2.5em;
  margin-bottom: 1em;
}
h2 {
  color: #212121;
  font-size: 1.8em;
  /*background-image: url("../img/h3_bd.png");
  background-repeat: no-repeat;
  background-position: bottom;*/
  /* background-size: contain;*/
  width: 100%;
  text-align: center;
  font-weight: bold;
  /* padding-bottom: 0.3em;*/
}
button:focus {
  outline: none; /* outlineを無効化 */
}

.h2_bg {
  display: block;
  width: 100%;
  height: 3px;
  padding-bottom: 0.3em;
  background: rgb(23, 30, 154);
  background: linear-gradient(
    90deg,
    rgba(23, 30, 154, 0) 0%,
    rgba(23, 30, 154, 0.4) 40%,
    rgba(23, 30, 154, 1) 50%,
    rgba(23, 30, 154, 0.4) 60%,
    rgba(23, 30, 154, 0) 100%
  );
}

.h3_bg {
  display: block;
  width: 80%;
  height: 3px;
  margin: 0 auto;
  padding-bottom: 0.3em;
  background: rgb(185, 42, 42);
  background: linear-gradient(
    90deg,
    rgba(185, 42, 42, 0) 0%,
    rgba(185, 42, 42, 0.4) 40%,
    rgb(185, 42, 42) 50%,
    rgba(185, 42, 42, 0.4) 60%,
    rgba(185, 42, 42, 0) 100%
  );
}
h3 {
  color: #171e9a;
  font-size: 2.25em;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  /* margin-bottom: 1em; */
  margin-right: auto;
  margin-left: auto;
}
p {
  margin-right: auto;
  /* margin-left: auto; */
  margin-bottom: 2em;
  text-align: justify;
  word-break:break-all;
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}
p:empty {
  margin: 0;
}
a {
  outline: none;
}
a img {
  outline: none;
}

a[href^="tel:"] {
  pointer-events: none;
}
section {
  padding-bottom: 5em;
}
section:nth-child(2) {
  margin-top: 200px;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
dt {
  width: 35%;
}
dd {
  width: 65%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

.text-left {
  text-align: left;
}
/*header*/
/* おためし */
/* .hamburger-menu {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.bar {
  width: 100%;
  height: 3px;
  background-color: black;
} */
/* おためしここまで */
header {
  max-height: 115px;
  height: 20vh;
  width: 100%;
  background-color: #b92a2a;
  position: fixed;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  justify-content: center;
}
/* header .container,
header .row {
  height: 100%;
} */
.header__container{
  max-width: 1900px;
  margin: 0 auto 10px;
  width: 100%;
  padding: 0 10px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}
.logo__inner{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.logo__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;


}
.logo__wrapper h1,.logo__wrapper h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 1.6em;
}
.logo__wrapper h1{
  padding: 0;
  font-size: 2.0em;
}
.logo__wrapper h1{
  font-size: ;
}
.logo__wrapper img{
  max-width: 60px;
  height: auto;
}
.header_box {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
}
header .logo_box {
  height: 100%;
  display: block;
  max-height: 80px;
  display: flex;
  width: auto;
  /*justify-content: flex-end;*/
  flex-wrap: nowrap;
  margin-bottom: 0;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}
header .logo_box img {
  height: 80%;
  max-height: 80px;
  width: auto;
  object-fit: contain;
  /*margin-right: 0;
  margin-left: auto;*/
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}
/* .comp_name {
  font-size: 1.3em;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 10px;
  color: #171e9a;
} */
.tel__bigwrapper{
  color: #ffffff;
  text-align: center;
  line-height: 0.9;
}
.tel_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel_wrapper span {
  color: #fff !important;
  font-size: 1.2em !important;
}
.tel-icon {
  width: 32px;
  margin-right: 16px;
}
.memu_box {
  height: 100%;
}
.menu_box__container{
  max-width: 1900px;
  margin: 0 auto;
  /* width: 100%; */
  padding: 0 10px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}
.menu_box #header_menu {
  height: 100%;
}
#header_menu ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  /* margin-bottom: 10px; */
  font-size: 1.6em;




}
#header_menu ul li {
  list-style: none;
}
#header_menu ul li + li {
  margin-left: 40px;
}
#header_menu ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
}
#header_menu ul li a:hover {
  color: #171e9a;
}

.hamburger-menu_container {
  display: none;
}

/*メインイメージ*/

#sec00 {
  width: 100%;
  /*height: 60vh;*/
  /*height: 100vh;*/
  /* height: 80vh; */
  /*position: fixed;*/
  z-index: -2;
  padding-bottom: 0;
}
.main_img {
  width: 100%;
  height: 90vh;
  /* position: relative; */
}
.image-container {
  position: relative;
  display: inline-block; /* 画像のサイズに合わせてコンテナを調整 */
}
.pc_img{
  display: block;
}
.mb_img{
  display: none;
}

.overlay-text {
  position: absolute;
  top: 26%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  /* width: 100%; */
  font-family: "Klee One";
  color: #26261d;
  background: linear-gradient(to right, rgba(255,255,255,0.7), #ffffff, rgba(255,255,255,0.7));
  width: 60%;

  box-sizing: border-box;
}
.overlay-text span{
  display: inline-block;
}

.overlay-text-red{
  color: #b92a2a;
}
.main_img p {
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  overflow: hidden;
}
.main_img p img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transform: translateY(60px);
}
.mb_img {
  display: none;
}
.main_coment {
  position: absolute;
  bottom: 7%;
  right: 10%;
  width: auto !important;
  height: auto !important;
  font-size: 1.23em;
  color: #212121;
  text-shadow: 3px 5px 5px #8a8a8a;
}
/*#sec_brank*/
#sec_brank {
  width: 100%;
  /*height: 100vh;*/
  /*height: 80vh;*/
  display: none;
  padding-bottom: 0;
}

#sec01 {
  z-index: 1; /* 例：手前に表示 */
}

.consept {
  margin-bottom: 2em;
}
.link_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
  flex-wrap: wrap;
}
.link_box {
  width: 100%;
  margin-bottom: 2em;
  height: auto;
}
.link_box p {
  margin: 0;
}
.link_box .img_box {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
  height: 70%;
}
.img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.maru {
 height:200px;
 width:200px;
 border-radius:50%;
 text-align:center;
 background-color: #3a7fb2;
 position: relative;
  display: inline-block;
}
.maru p{
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :200px;
  text-align:center;
  font-family: "Klee One";
  color: #ffffff;
  font-size: 1.6em;
}
.maru p span{
  font-size: 1.9em;
}
.img_box p {
  color: #ffffff;
  font-size: 1.88em;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 41%;
}
.link_box .consept_box {
  background-color: #3a7fb2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 200px;
  margin-bottom: 3em;
}
/* .consept_box i{
  font-size: 5em;
  color: #fff;
} */
.consept_box img{
  width: 5em;
  height: auto;
}
.consept_box p {
  top: 87%;
  left: -5%;
  background-color: rgba(23, 30, 154, 0.6);
  width: 225px;
  height: auto;
}
.consept_wrap {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
}
.consept_wrap .consept_title {
  color: #ffffff;
  font-size: 1.5em;
  width: 260px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 44%;
  background-color: rgba(23, 30, 154, 0.6);
  margin-left: 1em;
  margin-right: 1em;
}
.big-red{
  font-size: 1.5em;
  color: #b92a2a;
}
/*img_xext_box*/

.img_text_box {
  margin-bottom: 4em;
}
.img_text_box img {
  float: left;
  width: 45%;
}
.img_text_box p {
  float: right;
  width: 45%;
  line-height: 3;
}
.img_text_box span{
  color: #b92a2a;
}
.img_text_box_1 {
  margin-bottom: 3em;
}

.img_text_box_1 img {
  float: right;
  width: 45%;
}
.img_text_box_1 p {
  float: left;
  width: 45%;
  line-height: 2.5;
}

.img_text_box_2 img {
  float: left;
  width: 30%;
}
.img_text_box_2 article {
  float: right;
  width: 60%;
}
/*#sec_flow*/
#sec_flow {
}
.flow_container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.flow_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 3em;
}
.flow_box:last-child {
  margin-right: auto;
}
/* .flow_box p{
  text-align: justify;
}
.flow_box p::after {
  content: ""!important;
  display: inline-block!important;
  width: 100%!important;
} */
.flow {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #3a7fb2;
  width: 100%;
  border: 1px solid #171e9a;
  margin-right: 10px;
height: 290px;
  margin-left: -15px;

}
.flow h4 {
  color: #fff;

  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1rem;
}
.flow p {
  color: #fff;

  font-weight: normal;

}
.cursol {
  /* border-top-width: 100px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 100px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-width: 56px;
  border-left-style: solid;
  border-left-color: #d1d1d1;
  margin-top: 0px;
  margin-right: auto;
  display: block; */
  width: 0;
  height: 0;
  border-top: 145px solid transparent; /* 上辺の高さを調整 */
  border-bottom: 145px solid transparent; /* 下辺の高さを調整 */
  border-left: 80px solid #d1d1d1; /* 左辺にボーダーを設定 */
  margin-top: 0px;
  /* margin-right: auto; */
  margin-right: -10px;
  display: block;
}
.margin_0 {
  margin-right: 0;
}
.flow_box:last-child {
  margin-right: auto; /* 最後の要素を左に寄せる */
}
/*事務所概要*/

.table_wrap table tr {
  display: flex;
}
.table_wrap table tr th {
  background-color: #3a7fb2;
  color: #fff;
  /*border-top: solid 1px #474559;*/
  /*border-top: solid 1px #474559;
  border-left: solid 1px #474559;*/
  /*border-bottom: solid 1px #e91e63;*/
  border-top: solid 1px #171e9a;
  border-left: solid 1px #171e9a;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
  position: revert;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_wrap table tr td {
  background-color: #fff;
  border-top: solid 1px #171e9a;
  border-right: solid 1px #171e9a;
  /*border-bottom: solid 1px #e91e63;*/
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 2em;
  display: flex;
  align-items: center;
}
.table_wrap table tr:last-child th {
  border-bottom: solid 1px #171e9a;
}
.table_wrap table tr:last-child td {
  border-bottom: solid 1px #171e9a;
}
/* アクセス */
.map_wrap {
  filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.5));
}
.map-text {
  padding-top: 2em;
}

/*footer*/
footer {
  /*background-color: #dbdbdb;
  border-top: 1px solid #474559;*/
  background-color: #ffffff;
  border-top: 1px solid #59220e;
}
.foot_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.foot_wrap .foot_logo {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  height: 100%;
  /*display: flex;
	justify-content: center;*/
}
.foot_wrap .foot_logo img {
  width: 25%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.foot_wrap .foot_text {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
/*#to_top*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 15px;
  width: 20%;
  min-width: 80px;
  z-index: 100;
}
.pagetop a {
  display: block;
  /*background-color: #ccc;*/
  /*text-align: center;*/
  /*color: #222;*/
  text-align: right;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  border: none;
  /*filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;*/
}
.pagetop a i {
  font-size: 5em;
  color: #3a7fb2;
}
/*.pagetop a img {
  width: 13vw;
  width: 30%;
  min-width: 50px;
  height: auto;
}*/



/*レスポンシブ*/
/*768px以上*/

@media screen and (max-width: 1630px) {
  header{
    /* padding: 0; */
  }
  /* .header__container{
    position: relative;
  } */

  /* .logo__wrapper{
    position:absolute;
    top:8px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: normal;
    width: 90vw;
  } */
  .logo__wrapper img{
    width: 50px;
  }

  /* .header_box {
    justify-content: flex-start;
  } */

  .tel__bigwrapper span{
    font-size: 0.7em;

  }
  .tel-icon{
    width: 18px;

  }
  .comp_name {
    font-size: 1em;
  }

  /* .menu_box {
    display: none;
  } */
  .header_menu {
    display: none;
  }


  .header_menu {
    position: fixed;
    width: 300px;
    top: 0;
    right: -300px;
    background-color: rgba(23, 30, 154, 0.7);
    height: 100vh;
    padding-top: 4em;
    z-index: 1;
  }
  .header_menu ul {
    margin-top: 60px;
  }
  .header_menu ul li {
    width: 100%;
    height: 4em;
    display: flex;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header_menu ul li a {
    color: #ffffff;
    padding-left: 20px;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header_menu ul li a:hover {
    color: #59220e;
  }


  .tel_wrapper {
    margin-right: 15px;
    display: flex;
    align-items: center;
    padding-right: 15px;
    margin-top: 4px;
  }

  .overlay-text {
    position: absolute;
    top: 33%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    width: 50%;

}

  }


@media screen and (max-width: 1200px) {


  header{
    padding: 10px 0;
    display: flex;
    justify-content: center; /* 水平方向の中央揃え */
    align-items: center; /* 垂直方向の中央揃え */
    height:60px;
  }
  .header__container {
    display: flex;
    flex-direction: column;
    justify-content: center; /* 垂直方向の中央揃え */
    align-items: stretch; /* 水平方向の中央揃え */
    height: 100%; /* ヘッダーの高さいっぱいに */
    margin-bottom: 0;
}
  /* .header__container{
    position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
  } */

  /* .logo__wrapper{
    position:absolute;
    top:8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.8em;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: normal;

  } */

  .logo__wrapper{

    font-size: 0.8em;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: normal;
    /* width: 70vw; */
  }
  /* .logo__wrapper img{
    width: 40px;
  } */
  .menu_box {
    display: none;
  }
    /* ハンバーガーメニュー */
  /*========= ナビゲーションのためのCSS ===============*/
  .hamburger-menu_container {
    display: flex;
    align-items: center;
  }

  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: 90vh; /*ナビの高さ*/
    background: rgba(23, 30, 154, 0.8);
    /*動き*/
    transition: all 0.6s;
  }

  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    right: 0;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /*リストのレイアウト設定*/

  #g-nav li {
    list-style: none;
    text-align: center;
  }

  #g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  /*========= ボタンのためのCSS ===============*/
  .hamburger-menu_container {
    /* position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000; */
}
.openbtn {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 9999;
}
.openbtn span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    transition: 0.3s;
    border-radius: 2px;
}
.openbtn span:nth-child(2) {
    top: 8px;
}
.openbtn span:nth-child(3) {
    top: 16px;
}
  /* .openbtn {
    position:relative;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-left: 15px;
  } */

  /* ×に変化 */
  /* .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn span:nth-of-type(3) {
    top: 31px;
  }  */

  .openbtn.active span:nth-of-type(1) {
    top: 12px; /* バツ印の1番目の要素の上端位置 */
    left: 5px; /* バツ印の1番目の要素の左端位置 */
    transform: rotate(-45deg); /* バツ印の回転 */
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0; /* バツ印の2番目の要素（中央のバー）の透明度 */
}

.openbtn.active span:nth-of-type(3) {
    top: 12px; /* バツ印の3番目の要素の上端位置 */
    left: 5px; /* バツ印の3番目の要素の左端位置 */
    transform: rotate(45deg); /* バツ印の回転 */
}
  /* ここまでハンバーガーメニュー
  /* .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

  .tel__bigwrapper{
    line-height: 1.0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #b92a2a; /* フッターの背景色を指定 */
    padding: 10px 0; /* 必要に応じて適切なパディングを設定 */

  }
  .header_box {
    justify-content: flex-start;
  }
  .tel__bigwrapper{
    line-height: 1.0;
  }

  .tel__bigwrapper span{
    font-size: 0.7em;

  }
  .tel-icon{
    width: 18px;


    }
    .flow_box {
      flex-direction: column;
      margin-bottom: 0;
    }
    .flow {
      margin: auto;
      margin-bottom: 1em;
      max-width: 100%;
    }

    .cursol {
      transform: rotate(90deg); /* 要素を180度回転させる */
      margin: -5em auto -6em; /* 下向きの三角形の高さに合わせる */
  }
  .img_text_box p{
    line-height: 2;
  }

  .img_text_box_1 p {
    line-height: 1.5;
  }

  }

/*768px未満*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header{
    padding:0;
  }
  .logo__wrapper{
    justify-content: space-between;
    /* font-size: 0.5em; */
  }
  .main_img p {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  #sec01{
    margin-top: 100px;
  }
/* .header__container{
  padding-top: 36px;
} */
  .pc_img{
    display: none;
  }
  .mb_img{
    display: block;
  }

  .logo__wrapper h1 {
    font-size: 1.4em;
}


  .main_img {
    position: relative; /* 必要に応じて親要素の position を relative に設定 */
    height: auto; /* 高さを自動調整 */
  }
  .main_img p img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
  .overlay-text {
    position: absolute;
    top: 28%;
    /* top:50%; */
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    font-size: 1.4em;
  }
  .link_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #sec03 h3 {
    font-size: 1.4em;
  }
  .img_text_box {
    margin-bottom: 0;
  }
  .img_text_box img {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
  .img_text_box p {
    float: none;
    width: 100%;
  }
  .img_text_box_1 img {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
  .img_text_box_1 p {
    float: none;
    width: 100%;
  }
  .img_text_box_2 img {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
  .img_text_box_2 article {
    float: none;
    width: 100%;
  }
  .sp-padding {
    padding: 0 15px;
  }
  .table_wrap table tr td {
    padding-left: 0.8em;
  }
  dt {
    width: 100%;
  }
  dd {
    width: 100%;
    padding-left: 5px;
  }

  .map-text {
    font-size: 0.8rem;
  }
}
