@charset "UTF-8";
/* Basic FONT List */
.local__navi {
  margin: 0 auto 50px auto;
}
.local__navi ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.local__navi ul.chukai__navi {
  gap: 10px;
}
.local__navi ul.chukai__navi li {
  flex-basis: calc((100% - 40px) / 5);
}
.local__navi ul.chukai__navi li a {
  flex-wrap: nowrap;
}
@media screen and (max-width: 559px) {
  .local__navi ul.chukai__navi li {
    flex-basis: calc((100% - 10px) / 2);
  }
}
.local__navi ul li a {
  filter: drop-shadow(0 3px 10px rgba(0, 102, 179, 0.2));
  font-size: 19px;
  /*font-family: "BIZ UDPMincho", serif;*/
  background: white;
  display: flex;
  flex-wrap: wrap;
  min-height: 70px;
  align-items: center;
  text-decoration: none;
  padding: 10px;
  color: #196199;
  border-radius: 10px;
  word-break: break-all;
  font-weight: 600;
  justify-content: center;
}
.local__navi ul li a .icon {
  width: 24px;
  height: 24px;
  margin: 0 0 0 10px;
  transform: rotate(90deg);
  background: url(../images/icon_arrow_blue.svg) center center/100% 100% no-repeat;
}
.local__navi ul li a:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #196199;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 559px) {
  .local__navi ul li a {
    height: auto;
    min-height: 50px;
    font-size: min(18px, 4vw);
  }
  .local__navi ul li a .icon {
    width: 22px;
    height: 22px;
  }
}

/* Chukai Intro */
.chukai__intro {
  margin: 0 auto 80px auto;
  position: relative;
}
.chukai__intro h3 {
  font-size: 33px;
  color: #196199;
  text-align: center;
  margin: 0 0 40px 0;
  /*font-family: "BIZ UDPMincho", serif;*/
}

@media screen and (max-width: 559px) {
  .chukai__intro {
    margin: 0 auto 60px auto;
  }
  .chukai__intro h3 {
    font-size: 22px;
    margin: 0 0 5vw 0;
  }  
}

.chukai__intro .txt {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (min-width: 560px) {
  .chukai__intro .outer {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .chukai__intro .img {
    width: 37%;
  }
  .chukai__intro .txt {
    width: 60%;
  }
}

@media screen and (max-width: 559px) {
  .chukai__intro .img {
    text-align: center;
    margin: 0 0 30px;
  }
  .chukai__intro .img img{
    margin: 0 auto;
  }
  .chukai__intro .txt {
    font-size: 16px;
  }
}

.chukai__img img{
  margin: 0 auto;
}

@media screen and (max-width: 559px) {
  .chukai__img{
    max-width: 500px;
    margin: 0 auto;
  }
}

/* Chukai 2 */
@media screen and (min-width: 560px) {
  .reason {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .reason__item {
    width: 48.34%;    
  }
}

.reason__item {
  background: #E9F1F3;
  border-radius: 10px;
  padding: 20px 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.reason__item_head{
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #196199;
  padding: 0 0 20px 0;
  margin: 0 0 20px;
}
.reason__item_label {
  width: 100px;
  height: 100px;
  background: #196199;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  /*font-family: "BIZ UDPMincho", serif;*/
}
.reason__item_tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #196199;
  margin: 0 20px;
  /*font-family: "BIZ UDPMincho", serif;*/
}
.reason__item_inner {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
}

@media screen and (max-width: 1240px) {
  .reason__item_label {
    width: 10vw;
    height: 10vw;
    font-size: 2.4vw;
  }
  .reason__item_tit {
    font-size: 1.8vw;
    margin: 0 0.7em;
  }
  .reason__item_img {
    width: 9vw;
  }
}

@media screen and (max-width: 559px) {
  .reason__item {
    padding: 0 20px 20px;
    position: relative;
  }
  .reason__item:not(:last-of-type) {
    margin: 0 0 20px;
  }
  .reason__item_head{    
    flex-wrap: wrap;
  }
  .reason__item_label {
    width: calc(100% + 40px);
    height: 2em;
    border-radius: 0;
    font-size: 24px;
    margin: 0 -20px 20px;
  }

  .reason__item_tit {
    font-size: min(5.3vw,20px);
    margin: 0 1em 0 0;
  }

  .reason__item_img {
    width: 30%;
    margin: 0;
  }
  .reason__item_inner {
    font-size: 16px;
  }
}

/* Chukai 3 */
.solve__txt {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  color: #4d4d4d;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 559px) {
  .solve__txt {
    font-size: 16px;
    text-align: left;
  }
} 

/* Chukai Box */
.chukai__box .img__box {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 0 auto;
}
.chukai__box .chukai__check__list {
  padding: 40px;
  border-radius: 10px;
  background: #E9F1F3;
  position: relative;
  max-width: 1000px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 559px) {
  .chukai__box .chukai__check__list {
    padding: 5.0632911392vw 5.0632911392vw 27.8481012658vw 5.0632911392vw;
  }
}
.chukai__box .chukai__check__list:before {
  content: "";
  display: block;
  background: url(../chukai/images/img_05.webp) center bottom/100% 100% no-repeat;
  width: 136px;
  height: 268px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1050px) {
  .chukai__box .chukai__check__list {
    padding: 40px 20px 100px 20px;
  }
  .chukai__box .chukai__check__list::before {
    transform: rotate(90deg) translateY(0);
    right: 20vw;
    top: unset;
    bottom: -120px;
  }
}
@media screen and (max-width: 559px) {
  .chukai__box .chukai__check__list {
    padding: 40px 20px 29vw 20px;
  }
  .chukai__box .chukai__check__list::before {
    transform: rotate(90deg) translateY(0);
    right: 20vw;
    top: unset;
    bottom: -16vw;
    height: 61.9947vw;
    width: 35.593vw;
  }
}
.chukai__box .chukai__check__list .list__box {
  padding: 0 0 0 100px;
  position: relative;
  min-height: 80px;
  z-index: 2;
}
@media screen and (max-width: 559px) {
  .chukai__box .chukai__check__list .list__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    padding: 0;
  }
}
.chukai__box .chukai__check__list .list__box:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../chukai/images/icon_check.svg) center center/100% 100% no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 559px) {
  .chukai__box .chukai__check__list .list__box:before {
    position: relative;
    width: 47px;
    height: 47px;
    top: 0;
    transform: unset;
  }
}
.chukai__box .chukai__check__list .list__box h4 {
  font-size: 26px;
  /*font-family: "BIZ UDPMincho", serif;*/
  color: #196199;
  margin: 0 0 10px 0;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  .chukai__box .chukai__check__list .list__box h4 {
    flex-basis: calc(100% - 62px);
    font-size: 20px;
    margin-bottom: 0;
  }
}
.chukai__box .chukai__check__list .list__box p {
  font-size: 20px;
  text-align: left;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  .chukai__box .chukai__check__list .list__box p {
    flex-basis: 100%;
    font-size: 16px;
    line-height: 1.6;
  }
}
.chukai__box .chukai__check__list .list__box + .list__box {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 559px) {
  .chukai__box .chukai__check__list .list__box + .list__box {
    margin: 30px 0 0 0;
  }
}
.chukai__box .flow__list {
  padding: 40px;
  border-radius: 20px;
  background: #E9F1F3;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .chukai__box .flow__list {
    padding: 40px 40px 130px 40px;
  }
}
@media screen and (max-width: 559px) {
  .chukai__box .flow__list {
    padding: 20px 20px 35.4430379747vw 20px;
  }
}
.chukai__box .flow__list:before {
  content: "";
  display: block;
  background: url(../chukai/images/img_06.webp) center bottom/100% 100% no-repeat;
  width: 197px;
  height: 170px;
  position: absolute;
  right: 50px;
  bottom: 0;
}
@media screen and (max-width: 559px) {
  .chukai__box .flow__list:before {
    right: 50%;
    transform: translateX(50%);
    width: 40.5063291139vw;
    height: 31.6455696203vw;
  }
}
.chukai__box .flow__list .list__box {
  padding: 0 0 40px 100px;
  position: relative;
  min-height: 120px;
  z-index: 2;
}
@media screen and (max-width: 559px) {
  .chukai__box .flow__list .list__box {
    padding: 0 0 20px 60px;
    min-height: 60px;
  }
}
.chukai__box .flow__list .list__box h4 {
  font-size: 25px;
  font-weight: bold;
  color: #196199;
  position: relative;
  line-height: 1.5;
  margin: 0;
  /*font-family: "BIZ UDPMincho", serif;*/
}
@media screen and (max-width: 559px) {
  .chukai__box .flow__list .list__box h4 {
    font-size: min(5vw, 20px);
      margin: 0 0 10px;
  }
}
.chukai__box .flow__list .list__box h4 .num {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 30px;
  color: #196199;
  font-weight: bold;
  background: #F4F0E2;
  left: -100px;
  top: 0;
  border-radius: 50%;
  font-family: "BIZ UDPGothic", serif;
  z-index: 2;
}
@media screen and (max-width: 559px) {
  .chukai__box .flow__list .list__box h4 .num {
    font-size: 20px;
    width: 47px;
    height: 47px;
    left: -60px;
  }
}
.chukai__box .flow__list .list__box h4 label {
  display: block;
  position: relative;
  padding: 5px 0 0 0;
}
@media screen and (max-width: 559px) {
  .chukai__box .flow__list .list__box h4 label {
    padding-top: 10px;
    padding-right: 45px;
  }
}
.chukai__box .flow__list .list__box h4 label:after {
  content: "";
  display: none;
}
@media screen and (max-width: 559px) {
  .chukai__box .flow__list .list__box h4 label:after {
    display: block;
    content: "add";
    font-family: "Material icons";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background-color: #F4F0E2;
    color: #196199;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.chukai__box .flow__list .list__box p {
  text-align: left;
  font-size: 16px;
  color: #4d4d4d;
  margin: 0;
  line-height: 2;
  font-weight: bold;
}
.chukai__box .flow__list .list__box p.note {
  font-size: 14px;
  font-weight: 400;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (max-width: 559px) {
  .chukai__box .flow__list .list__box p {
    display: none;
    font-size: 15px;
  }
}
.chukai__box .flow__list .list__box:after {
  content: "";
  display: block;
  height: calc(100% - 80px);
  width: 1px;
  border-right: #196199 dotted 2px;
  position: absolute;
  left: 40px;
  top: 80px;
}
@media screen and (max-width: 559px) {
  .chukai__box .flow__list .list__box:after {
    left: 23px;
    top: 47px;
    height: calc(100% - 47px);
  }
}
.chukai__box .flow__list .list__box:last-of-type:after {
  display: none;
}
.chukai__box .flow__list .list__box:last-of-type h4 .num {
  background: #196199;
  color: white;
}
@media screen and (max-width: 559px) {
  .chukai__box .flow__list .list__box:has(input[type=checkbox]:checked) p {
    display: block;
  }
}
.chukai__box .flow__list .list__box:has(input[type=checkbox]:checked) h4 label {
  display: block;
  position: relative;
}
.chukai__box .flow__list .list__box:has(input[type=checkbox]:checked) h4 label:after {
  content: "";
  display: none;
}
@media screen and (max-width: 559px) {
  .chukai__box .flow__list .list__box:has(input[type=checkbox]:checked) h4 label:after {
    display: block;
    content: "remove";
    font-family: "Material icons";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background-color: #F4F0E2;
    color: #196199;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.chukai__box .flow__list .list__box input {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 559px) {
  .chukai__box .flow__list .list__box input {
    display: block;
  }
}
.chukai__box .link__box {
  margin: 60px auto 0 auto;
  width: 100%;
  max-width: 470px;
}
.chukai__box .link__box a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: white;
  color: #196199;
  font-size: 24px;
  height: 120px;
  gap: 10px;
  /*font-family: "BIZ UDPMincho", serif;*/
  text-decoration: none;
  padding: 0 20px 0 25px;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: hsla(149, 43%, 25%, 0.2) 0 0 1.5rem;
}
.chukai__box .link__box a .material-icons {
  font-size: 44px;
  margin: 0 5px 0 0;
}
.chukai__box .link__box a .icon {
  width: 24px;
  height: 24px;
  margin: 0 0 0 auto;
  background: url(../images/icon_arrow_blue.svg) center center/100% 100% no-repeat;
}
.chukai__box .link__box a .logo {
  flex-basis: 60px;
  margin: 0 10px 0 0;
}
.chukai__box .link__box a:hover {
  background-color: #DEFFFF;
}
@media screen and (max-width: 559px) {
  .chukai__box .link__box {
    margin: 40px auto 0 auto;
  }
  .chukai__box .link__box a {
    width: 90%;
    margin: 0 auto;
    font-size: min(20px, 4.5vw);
    height: auto;
    padding: 10px 15px 10px 10px;
    min-height: 90px;
  }
}
.chukai__box .satei__contact {
  display: block;
  border: #196199 solid 3px;
  border-radius: 20px;
  width: 100%;
  max-width: 1000px;
  padding: 40px;
  background: #DEFFFF;
  position: relative;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 559px) {
  .chukai__box .satei__contact {
    padding: 20px;
  }
}
.chukai__box .satei__contact:after {
  content: "";
  display: block;
  background: url(../chukai/images/img_07.webp) center center/contain no-repeat;
  width: 30%;
  height: calc(100% - 70px);
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  position: absolute;
}
@media screen and (max-width: 559px) {
  .chukai__box .satei__contact:after {
    width: 76%;
    position: relative;
    margin: 20px auto 0;
    padding-top: 50%;
    height: 0;
    top: 0;
    right: 0;
    transform: translateY(0);
    max-width: 320px;
  }
}
.chukai__box .satei__contact p {
  display: block;
  width: 66%;
  max-width: 550px;
  font-size: min(26px, 2.5vw);
  font-weight: bold;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 559px) {
  .chukai__box .satei__contact p {
    width: 100%;
    font-size: 20px;
    text-align: center;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .chukai__box .satei__contact p {
    font-size: 17px;
  }
}
.chukai__box .satei__contact a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #196199;
  color: white;
  text-decoration: none;
  font-size: 20px;
  margin: 40px 0 15px 0;
  width: 66%;
  max-width: 550px;
  height: 56px;
  gap: 10px;
  font-weight: bold;
  border-radius: 10px;
}
.chukai__box .satei__contact a .icon {
  width: 19px;
  height: 19px;
  background: url(../images/icon_arrow_white.svg) center center/100% 100% no-repeat;
}
.chukai__box .satei__contact a {
  transition: all 0.3s;
}
.chukai__box .satei__contact a:hover {
  gap: 20px;
}
@media screen and (max-width: 559px) {
  .chukai__box .satei__contact a {
    height: auto;
    padding: 20px 10px;
    font-size: 15px;
    max-width: 100%;
    width: auto;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 420px) {
  .chukai__box .satei__contact a:hover {
    gap: 12px;
  }
}
.chukai__box .satei__contact a:hover {
  background: #0E3A5B;
}
.chukai__box + .chukai__box {
  margin: 80px auto 0 auto;
}
@media screen and (max-width: 559px) {
  #chukai04 {
    margin: 60px auto 20px auto;
  }
  .chukai__box + .chukai__box {
    margin: 60px auto 0 auto;
  }
}
.lh__txt {
  line-height: 1.8;
}