@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

/************contents********************/
#section_kv .photobox {
  background-image: url(../media/images/b2b/assist/head_pc.jpg);
}
@media screen and (max-width: 767px) {
  #section_kv .photobox {
    background-image: url(../media/images/b2b/assist/head_sp.jpg);
  }
}

#section_01 {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section_01 {
    padding-top: 75px;
    padding-bottom: 55px;
  }
}
#section_01 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section_01 h3 {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  #section_01 h3 {
    font-size: 6.6vw;
    margin-bottom: 16vw;
  }
}
#section_01 h3 span.text_blue {
  color: #1B2388;
  display: inline-block;
}
#section_01 .text01 {
  line-height: 200%;
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #section_01 .text01 {
    margin-bottom: 40px;
    text-align: left;
  }
}
#section_01 .text01.mb {
  margin-bottom: 0;
}
#section_01 .moviesam01 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 0 auto;
}

#section_02 {
  width: 100%;
  padding: 150px 0 130px 0;
  background-color: #F5F5F5;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  #section_02 {
    padding: 50px 0;
  }
}
#section_02 .section__in {
  width: 90%;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section_02 .section__in {
    width: 90%;
  }
}
#section_02 h2 {
  text-align: center;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  #section_02 h2 {
    margin-bottom: 0.75em;
  }
}
#section_02 ul.list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_02 ul.list li {
  width: 49%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #section_02 ul.list li {
    width: 100%;
    margin-bottom: 15px;
  }
}
#section_02 ul.list li a {
  display: block;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .4s ease-out;
  min-height: 120px;
}
@media screen and (max-width: 767px) {
  #section_02 ul.list li a {
    padding: 10px 2.5vw;
    min-height: 22vw;
  }
}
#section_02 ul.list li a:hover {
  opacity: 0.7;
}
#section_02 ul.list li a .icon {
  width: 97px;
}
@media screen and (max-width: 767px) {
  #section_02 ul.list li a .icon {
    width: 20%;
  }
}
#section_02 ul.list li a .text {
  width: calc(100% - 97px);
  padding-left: 1em;
  font-weight: 600;
  color: #001B78;
}
@media screen and (max-width: 767px) {
  #section_02 ul.list li a .text {
    width: 80%;
  }
}
#section_02 ul.list li a .text .text01 {
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  #section_02 ul.list li a .text .f16 {
    font-size: 3.2vw;
  }
}
#section_02 ul.list li .yaji {
  width: 15px;
  margin: 0 auto;
}

#section_03 {
  width: 100%;
  padding: 150px 0;
  background-color: #F5F5F5;
}
#section_03 h2 {
  text-align: center;
  font-weight: 700;
  color: #000;
}

#section04 {
  width: 100%;
  padding: 120px 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section04 {
    padding: 50px 0 0px 0;
  }
}
#section04.pb {
  padding-bottom: 120px;
}
#section04 .iconimg {
  width: 108px;
  margin: 0 auto 30px auto;
}
#section04 .section__in {
  width: 90%;
  max-width: 1100px;
}
#section04 h3.h3main {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 160%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #section04 h3.h3main {
    margin-bottom: 50px;
    font-size: 6vw;
    line-height: 140%;
  }
}
#section04 h4.h4main {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.5em;
  color: #001B78;
}
#section04 .moviesam02 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 130px auto;
}
@media screen and (max-width: 767px) {
  #section04 .moviesam02 {
    margin-bottom: 75px;
  }
}
#section04 .phototextbox {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #section04 .phototextbox {
    flex-wrap: wrap;
  }
}
#section04 .phototextbox .photo {
  width: 72.7%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #section04 .phototextbox .photo {
    width: 85%;
    margin-left: auto;
    order: 1;
  }
}
#section04 .phototextbox .text {
  width: 27.3%;
  display: flex;
  align-items: center;
  z-index: 20;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section04 .phototextbox .text {
    width: 100%;
    order: 2;
    margin-top: -10vw;
  }
}
#section04 .phototextbox .text .inbox {
  width: 200%;
  background-color: #fff;
  padding: 20px 0 0 0;
  position: absolute;
  z-index: 20;
  margin-left: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #section04 .phototextbox .text .inbox {
    position: relative;
    width: 85%;
    margin: 0 auto;
    padding: 20px 0 0px 0;
  }
}
#section04 .phototextbox .text .inbox .inbox_text {
  width: 100%;
  padding: 0 40px 40px 40px;
}
@media screen and (max-width: 767px) {
  #section04 .phototextbox .text .inbox .inbox_text {
    padding: 0 4vw 4vw 4vw;
  }
}
#section04 .phototextbox .text .inbox .inbox_text h4 {
  font-weight: 600;
  color: #001B78;
  margin-top: -0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #section04 .phototextbox .text .inbox .inbox_text h4 {
    margin-top: 0.5em;
  }
}
#section04 .phototextbox .text .inbox .inbox_text p {
  line-height: 180%;
  margin-bottom: 1em;
}
#section04 .phototextbox2 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #section04 .phototextbox2 {
    flex-wrap: wrap;
    margin-top: 80px;
  }
}
#section04 .phototextbox2 .photo {
  width: 72.7%;
  position: relative;
  z-index: 10;
}
#section04 .phototextbox2 .photo figure {
  width: 120%;
  margin-left: -20%;
}
@media screen and (max-width: 767px) {
  #section04 .phototextbox2 .photo figure {
    width: 100%;
    margin-left: 0%;
  }
}
@media screen and (max-width: 767px) {
  #section04 .phototextbox2 .photo {
    width: 85%;
    margin-left: 0;
    order: 1;
  }
}
#section04 .phototextbox2 .text {
  width: 27.3%;
  display: flex;
  align-items: center;
  z-index: 20;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section04 .phototextbox2 .text {
    width: 100%;
    order: 2;
    margin-top: -10vw;
  }
}
#section04 .phototextbox2 .text .inbox {
  width: 200%;
  background-color: #fff;
  padding: 20px 0 0 0;
  position: absolute;
  z-index: 20;
  margin-left: 0;
  right: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #section04 .phototextbox2 .text .inbox {
    position: relative;
    width: 85%;
    margin: 0 auto;
    padding: 20px 0 0px 0;
  }
}
#section04 .phototextbox2 .text .inbox .inbox_text {
  width: 100%;
  padding: 0 40px 40px 40px;
}
@media screen and (max-width: 767px) {
  #section04 .phototextbox2 .text .inbox .inbox_text {
    padding: 0 4vw 4vw 4vw;
  }
}
#section04 .phototextbox2 .text .inbox .inbox_text h4 {
  font-weight: 600;
  color: #001B78;
  margin-top: -0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #section04 .phototextbox2 .text .inbox .inbox_text h4 {
    margin-top: 0.5em;
  }
}
#section04 .phototextbox2 .text .inbox .inbox_text p {
  line-height: 180%;
  margin-bottom: 1em;
}

#section05 {
  width: 100%;
  padding: 100px 0 140px 0;
}
@media screen and (max-width: 767px) {
  #section05 {
    padding: 50px 0 100px 0;
  }
}
#section05 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section05 p.text001 {
  text-align: center;
  color: #001B78;
  font-weight: 500;
  margin-bottom: 0.5em;
}
#section05 .more_contena {
  width: 100%;
  max-width: 900px;
  margin: 0px auto 0 auto;
}
@media screen and (max-width: 767px) {
  #section05 .more_contena {
    margin: 0px auto 0 auto;
  }
}
#section05 .more_contena h4 {
  text-align: center;
  background-color: #001B78;
  padding: 0.8em 0 0.8em 0;
  line-height: 140%;
  color: #fff;
  /*font-weight: 600;*/
  font-weight: 400;
  border-radius: 15px 15px 15px 15px;
  transition: all .4s ease-out;
            /*
            span{
                display: inline-block;
                position: relative;
                &::after{
                    display: inline-block;
                    position: relative;
                    content:"";
                    position: relative;
                    width: 20px;
                    height: 20px;
                    background-image: url(../media/images/omni_ocean_club/2021/plus_202210.png);
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: contain;
                    margin-left: 10px;
                    vertical-align: -2px;
                }
            }
            &.active{
            }
            &.active span::after{

                background-image: url(../media/images/omni_ocean_club/2021/plus_on_202210.png);
            }
            &:hover{
                cursor: pointer;
                opacity: 0.7;
            }
            */
}
#section05 .more_contena .more_contena_box1 {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  display: none;
  border-radius: 0px 0px 15px 15px;
}
#section05 .more_contena .more_contena_box1 .inbox {
  width: 95%;
  margin: 0 auto;
}
#section05 .more_contena .more_contena_box1 .phototextbox1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto 0px auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section05 .more_contena .more_contena_box1 .phototextbox1 {
    margin: 25px auto 0px auto;
  }
}
#section05 .more_contena .more_contena_box1 .phototextbox1 .text {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #section05 .more_contena .more_contena_box1 .phototextbox1 .text {
    width: 100%;
    order: 2;
  }
}
#section05 .more_contena .more_contena_box1 .phototextbox1 .text ul li {
  line-height: 160%;
  font-weight: 500;
}
#section05 .more_contena .more_contena_box1 .phototextbox1 .photo {
  width: 52.3%;
}
@media screen and (max-width: 767px) {
  #section05 .more_contena .more_contena_box1 .phototextbox1 .photo {
    width: 100%;
    order: 1;
    margin-bottom: 25px;
  }
}
#section05 .more_contena .more_contena_box1 .phototextbox2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto 100px auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section05 .more_contena .more_contena_box1 .phototextbox2 {
    margin: 25px auto 50px auto;
  }
}
#section05 .more_contena .more_contena_box1 .phototextbox2 .text {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #section05 .more_contena .more_contena_box1 .phototextbox2 .text {
    width: 100%;
    order: 2;
  }
}
#section05 .more_contena .more_contena_box1 .phototextbox2 .text ul li {
  line-height: 160%;
  font-weight: 500;
}
#section05 .more_contena .more_contena_box1 .phototextbox2 .photo {
  width: 52.3%;
}
@media screen and (max-width: 767px) {
  #section05 .more_contena .more_contena_box1 .phototextbox2 .photo {
    width: 100%;
    order: 1;
    margin-bottom: 25px;
  }
}
#section05 .more_contena .close_h4 {
  text-align: center;
  background-color: #001B78;
  padding: 0.8em 0 0.8em 0;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  border-radius: 15px 15px 15px 15px;
  transition: all .4s ease-out;
  display: block;
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section05 .more_contena .close_h4 {
    width: 100%;
  }
}
#section05 .more_contena .close_h4 span {
  display: inline-block;
  position: relative;
}
#section05 .more_contena .close_h4 span::after {
  display: inline-block;
  position: relative;
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url(../media/images/omni_ocean_club/2021/plus_on_202210.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 10px;
  vertical-align: -2px;
}
#section05 .more_contena .close_h4:hover {
  cursor: pointer;
  opacity: 0.7;
}

#section06 {
  width: 100%;
  padding: 120px 0 0 0;
  position: relative;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  #section06 {
    padding: 50px 0 50px 0;
  }
}
#section06 .iconimg {
  width: 108px;
  margin: 0 auto 30px auto;
}
#section06 .section__in {
  width: 90%;
  max-width: 1100px;
}
#section06 h3.h3main {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 160%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #section06 h3.h3main {
    margin-bottom: 50px;
    font-size: 6vw;
    line-height: 140%;
  }
}
#section06 h4.h4main {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.5em;
  color: #001B78;
}
#section06 .moviesam02 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 130px auto;
}
@media screen and (max-width: 767px) {
  #section06 .moviesam02 {
    margin-bottom: 75px;
  }
}
#section06 .phototextbox {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #section06 .phototextbox {
    flex-wrap: wrap;
  }
}
#section06 .phototextbox .photo {
  width: 72.7%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #section06 .phototextbox .photo {
    width: 85%;
    margin-left: auto;
    order: 1;
  }
}
#section06 .phototextbox .text {
  width: 27.3%;
  display: flex;
  align-items: center;
  z-index: 20;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section06 .phototextbox .text {
    width: 100%;
    order: 2;
    margin-top: -10vw;
  }
}
#section06 .phototextbox .text .inbox {
  width: 200%;
  background-color: #fff;
  padding: 20px 0 0 0;
  position: absolute;
  z-index: 20;
  margin-left: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #section06 .phototextbox .text .inbox {
    position: relative;
    width: 85%;
    margin: 0 auto;
    padding: 20px 0 0px 0;
  }
}
#section06 .phototextbox .text .inbox .inbox_text {
  width: 100%;
  padding: 0 40px 40px 40px;
}
@media screen and (max-width: 767px) {
  #section06 .phototextbox .text .inbox .inbox_text {
    padding: 0 4vw 4vw 4vw;
  }
}
#section06 .phototextbox .text .inbox .inbox_text h4 {
  font-weight: 600;
  color: #001B78;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #section06 .phototextbox .text .inbox .inbox_text h4 {
    margin-top: 0.5em;
  }
}
#section06 .phototextbox .text .inbox .inbox_text p {
  line-height: 180%;
  margin-bottom: 1em;
  margin-top: 2em;
}

#section07 {
  width: 100%;
  padding: 120px 0 150px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section07 {
    padding: 50px 0 50px 0;
  }
}
#section07 .iconimg {
  width: 108px;
  margin: 0 auto 30px auto;
}
#section07 .section__in {
  width: 90%;
  max-width: 1100px;
}
#section07 h3.h3main {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 160%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #section07 h3.h3main {
    margin-bottom: 50px;
    font-size: 6vw;
    line-height: 140%;
  }
}
#section07 h4.h4main {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.5em;
  color: #001B78;
}
#section07 .moviesam02 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 130px auto;
}
@media screen and (max-width: 767px) {
  #section07 .moviesam02 {
    margin-bottom: 75px;
  }
}
#section07 .phototextbox2 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #section07 .phototextbox2 {
    flex-wrap: wrap;
    margin-top: 80px;
  }
}
#section07 .phototextbox2 .photo {
  width: 72.7%;
  position: relative;
  z-index: 10;
}
#section07 .phototextbox2 .photo figure {
  width: 120%;
  margin-left: -20%;
}
@media screen and (max-width: 767px) {
  #section07 .phototextbox2 .photo figure {
    width: 100%;
    margin-left: 0%;
  }
}
@media screen and (max-width: 767px) {
  #section07 .phototextbox2 .photo {
    width: 85%;
    margin-left: 0;
    order: 1;
  }
}
#section07 .phototextbox2 .text {
  width: 27.3%;
  display: flex;
  align-items: center;
  z-index: 20;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section07 .phototextbox2 .text {
    width: 100%;
    order: 2;
    margin-top: -10vw;
  }
}
#section07 .phototextbox2 .text .inbox {
  width: 200%;
  background-color: #fff;
  padding: 20px 0 0 0;
  position: absolute;
  z-index: 20;
  margin-left: 0;
  right: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #section07 .phototextbox2 .text .inbox {
    position: relative;
    width: 85%;
    margin: 0 auto;
    padding: 20px 0 0px 0;
  }
}
#section07 .phototextbox2 .text .inbox .inbox_text {
  width: 100%;
  padding: 0 40px 40px 40px;
}
@media screen and (max-width: 767px) {
  #section07 .phototextbox2 .text .inbox .inbox_text {
    padding: 0 4vw 4vw 4vw;
  }
}
#section07 .phototextbox2 .text .inbox .inbox_text h4 {
  font-weight: 600;
  color: #001B78;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #section07 .phototextbox2 .text .inbox .inbox_text h4 {
    margin-top: 0.5em;
  }
}
#section07 .phototextbox2 .text .inbox .inbox_text p {
  line-height: 180%;
  margin-bottom: 1em;
  margin-top: 2em;
}

#section08 {
  width: 100%;
  padding: 120px 0 0 0;
  position: relative;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  #section08 {
    padding: 50px 0 50px 0;
  }
}
#section08 .iconimg {
  width: 108px;
  margin: 0 auto 30px auto;
}
#section08 .section__in {
  width: 90%;
  max-width: 1100px;
}
#section08 h3.h3main {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 160%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #section08 h3.h3main {
    margin-bottom: 50px;
    font-size: 6vw;
    line-height: 140%;
  }
}
#section08 h4.h4main {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.5em;
  color: #001B78;
}
#section08 .moviesam02 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 130px auto;
}
@media screen and (max-width: 767px) {
  #section08 .moviesam02 {
    margin-bottom: 75px;
  }
}
#section08 .phototextbox {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #section08 .phototextbox {
    flex-wrap: wrap;
  }
}
#section08 .phototextbox .photo {
  width: 72.7%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #section08 .phototextbox .photo {
    width: 85%;
    margin-left: auto;
    order: 1;
  }
}
#section08 .phototextbox .text {
  width: 27.3%;
  display: flex;
  align-items: center;
  z-index: 20;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section08 .phototextbox .text {
    width: 100%;
    order: 2;
    margin-top: -10vw;
  }
}
#section08 .phototextbox .text .inbox {
  width: 200%;
  background-color: #fff;
  padding: 20px 0 0 0;
  position: absolute;
  z-index: 20;
  margin-left: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #section08 .phototextbox .text .inbox {
    position: relative;
    width: 85%;
    margin: 0 auto;
    padding: 20px 0 0px 0;
  }
}
#section08 .phototextbox .text .inbox .inbox_text {
  width: 100%;
  padding: 0 40px 40px 40px;
}
@media screen and (max-width: 767px) {
  #section08 .phototextbox .text .inbox .inbox_text {
    padding: 0 4vw 4vw 4vw;
  }
}
#section08 .phototextbox .text .inbox .inbox_text h4 {
  font-weight: 600;
  color: #001B78;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #section08 .phototextbox .text .inbox .inbox_text h4 {
    margin-top: 0.5em;
  }
}
#section08 .phototextbox .text .inbox .inbox_text p.tt01 {
  line-height: 180%;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
#section08 .phototextbox .text .inbox .inbox_text p.tt02 {
  line-height: 180%;
  margin-bottom: 1em;
}

#section09 {
  padding: 180px 0 250px 0;
}
@media screen and (max-width: 767px) {
  #section09 {
    padding: 50px 0;
  }
}
#section09 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#section09 h3 {
  text-align: center;
  font-weight: 600;
  color: #001B78;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #section09 h3 {
    margin-bottom: 40px;
  }
}
#section09 .contactbox {
  width: 100%;
  border-radius: 20px;
  background-color: #F5F5F5;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding: 50px 40px;
}
@media screen and (max-width: 767px) {
  #section09 .contactbox {
    padding: 7.55vw 5vw;
  }
}
#section09 .contactbox h4 {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #001B78;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #section09 .contactbox h4 {
    padding-bottom: 20px;
    border-bottom: 1px solid #001B78;
    margin-bottom: 20px;
  }
}
#section09 .contactbox h4 figure {
  width: 24.5%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section09 .contactbox h4 figure {
    width: 70%;
  }
}
#section09 .contactlinkbt {
  text-align: center;
  background-color: #001B78;
  padding: 1em 0 1em 0;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  border-radius: 15px 15px 15px 15px;
  transition: all .4s ease-out;
  display: block;
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section09 .contactlinkbt {
    width: 100%;
    border-radius: 10px;
  }
}
#section09 .contactlinkbt span {
  display: inline-block;
  position: relative;
}
#section09 .contactlinkbt span::after {
  display: inline-block;
  position: relative;
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url(../media/images/b2b/assist/icon_blank.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 10px;
  vertical-align: -2px;
}
#section09 .contactlinkbt:hover {
  cursor: pointer;
  opacity: 0.7;
}
#section09 .telbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #section09 .telbox {
    margin-bottom: 20px;
  }
}
#section09 .telbox .title01 {
  color: #001B78;
  line-height: 125%;
  width: 27%;
}
@media screen and (max-width: 767px) {
  #section09 .telbox .title01 {
    width: 100%;
    text-align: center;
    line-height: 150%;
  }
}
#section09 .telbox .tels {
  display: block;
  width: 46%;
}
@media screen and (max-width: 767px) {
  #section09 .telbox .tels {
    width: 100%;
    margin: 20px auto;
  }
}
#section09 .telbox .eigyo {
  color: #001B78;
  line-height: 125%;
  width: 26%;
}
@media screen and (max-width: 767px) {
  #section09 .telbox .eigyo {
    width: 100%;
    text-align: left;
  }
}

#fix_mark {
  width: 150px;
  position: fixed;
  z-index: 60;
  top: 580px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  #fix_mark {
    width: 26%;
    top: auto;
    right: 1.5vw;
    bottom: 2.5vw;
  }
}

/**********グラデーション/斜線バック******************/
.grad_contena01_type01b1 {
  width: 100%;
  height: 0;
  position: absolute;
  z-index: -1;
  top: 65%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .grad_contena01_type01b1 {
    top: 35%;
  }
}

.grad_contena01_type01 {
  width: 100%;
  height: 0;
  position: absolute;
  z-index: -1;
  top: 45%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .grad_contena01_type01 {
    top: 35%;
  }
}

.grad_contena01_type01b2 {
  width: 100%;
  height: 0;
  position: absolute;
  z-index: -1;
  top: 42.5%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .grad_contena01_type01b2 {
    top: 35%;
  }
}

.grad_contena01_type02 {
  width: 100%;
  height: 0;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .grad_contena01_type02 {
    top: 46%;
  }
}

.naname01 {
  width: 700px;
  height: 500px;
  background-image: url(../media/images/business/kouri/line_back.png);
  background-position: center;
  background-size: 35px 30px;
  position: absolute;
  top: 240px;
  left: -230px;
}
@media screen and (max-width: 767px) {
  .naname01 {
    width: 100%;
    height: 75vw;
    top: 125vw;
    left: -50%;
  }
}

.naname02 {
  width: 700px;
  height: 500px;
  background-image: url(../media/images/business/kouri/line_back.png);
  background-position: center;
  background-size: 35px 30px;
  position: absolute;
  bottom: 30px;
  left: 580px;
}
@media screen and (max-width: 767px) {
  .naname02 {
    width: 100%;
    height: 50vw;
    bottom: 10vw;
    left: 50%;
  }
}

.naname03 {
  width: 700px;
  height: 500px;
  background-image: url(../media/images/business/kouri/line_back.png);
  background-position: center;
  background-size: 35px 30px;
  position: absolute;
  top: 440px;
  left: -230px;
}
@media screen and (max-width: 767px) {
  .naname03 {
    width: 100%;
    height: 75vw;
    top: 50vw;
    left: -50%;
  }
}

/*************box共通********************/
.boxin01 {
  width: 100%;
  background-color: #fff;
  padding: 12px;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .boxin01 {
    margin-bottom: 40px;
  }
}
.boxin01.last {
  margin-bottom: 0;
}
.boxin01 .boxin__in {
  border: 1px solid #707070;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .boxin01 .boxin__in {
    flex-wrap: wrap;
  }
}
.boxin01 .boxin__in figure {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .boxin01 .boxin__in figure {
    width: 100%;
  }
}
.boxin01 .boxin__in .text {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .boxin01 .boxin__in .text {
    width: 100%;
    padding: 5vw 5vw;
  }
}
.boxin01 .boxin__in .text .textin {
  width: 76%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .boxin01 .boxin__in .text .textin {
    width: 100%;
  }
}
.boxin01 .boxin__in .text .textin p {
  margin-bottom: 5px;
}
.boxin01 .boxin__in .text .textin h5 {
  font-weight: 700;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
}
.boxin01 .boxin__in .text .textin div {
  line-height: 180%;
}

.boxin02 {
  width: 100%;
  background-color: #fff;
  padding: 12px;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .boxin02 {
    margin-bottom: 40px;
  }
}
.boxin02.last {
  margin-bottom: 0;
}
.boxin02 .boxin__in {
  border: 1px solid #707070;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .boxin02 .boxin__in {
    flex-wrap: wrap;
  }
}
.boxin02 .boxin__in .text {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .boxin02 .boxin__in .text {
    width: 100%;
    padding: 5vw 5vw;
  }
}
.boxin02 .boxin__in .text .textin {
  width: 86%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .boxin02 .boxin__in .text .textin {
    width: 100%;
  }
}
.boxin02 .boxin__in .text .textin p {
  margin-bottom: 5px;
}
.boxin02 .boxin__in .text .textin h5 {
  font-weight: 700;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
}
.boxin02 .boxin__in .text .textin div {
  line-height: 180%;
}

.boxin03 {
  width: 100%;
  background-color: #fff;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .boxin03 {
    margin-bottom: 40px;
  }
}
.boxin03.last {
  margin-bottom: 0;
}
.boxin03 .boxin__in {
  position: relative;
}
.boxin03 .boxin__in .textin {
  position: absolute;
  letter-spacing: 0.05em;
  padding: 4px 12px 6px 12px;
  background-color: #fff;
  line-height: 100%;
  top: 0;
  left: 0;
  font-size: 13px;
  z-index: 10;
  transform-origin: top left;
  transform: rotate(90deg) translate(0, -100%);
}

.boxin04 {
  width: 100%;
  background-color: #fff;
  padding: 12px;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .boxin04 {
    margin-bottom: 40px;
  }
}
.boxin04.last {
  margin-bottom: 0;
}
.boxin04 .boxin__in {
  border: 1px solid #707070;
  padding: 30px 5%;
}
@media screen and (max-width: 767px) {
  .boxin04 .boxin__in {
    flex-wrap: wrap;
    padding: 5vw 5vw;
  }
}
.boxin04 .boxin__in .text {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .boxin04 .boxin__in .text {
    width: 100%;
    margin-bottom: 25px;
    flex-wrap: wrap;
  }
}
.boxin04 .boxin__in .text .textin {
  width: 47.5%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .boxin04 .boxin__in .text .textin {
    width: 100%;
    order: 2;
  }
}
.boxin04 .boxin__in .text .textin p {
  margin-bottom: 5px;
}
.boxin04 .boxin__in .text .textin h5 {
  font-weight: 700;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
}
.boxin04 .boxin__in .text .textin div {
  line-height: 180%;
}
.boxin04 .boxin__in .text .photo {
  width: 52.5%;
}
@media screen and (max-width: 767px) {
  .boxin04 .boxin__in .text .photo {
    width: 100%;
    order: 1;
    margin-bottom: 5vw;
  }
}

.boxin_links {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 12px;
  margin-bottom: 38px;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transition: all .4s ease-out;
}
.boxin_links:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .boxin_links {
    margin-bottom: 30px;
  }
}
.boxin_links.last {
  margin-bottom: 0;
}
.boxin_links .boxin__in {
  border: 1px solid #707070;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .boxin_links .boxin__in {
    flex-wrap: wrap;
    padding: 0vw;
  }
}
.boxin_links .boxin__in .text {
  width: 51.25%;
}
@media screen and (max-width: 767px) {
  .boxin_links .boxin__in .text {
    width: 100%;
    padding: 5vw 5vw;
    order: 2;
  }
}
.boxin_links .boxin__in .text h3 {
  font-weight: 700;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  color: #1B2388;
  position: relative;
}
.boxin_links .boxin__in .text h3::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0.5em;
  font-size: 120%;
  font-weight: 400;
}
.boxin_links .boxin__in .text p {
  line-height: 180%;
}
.boxin_links .boxin__in .photo {
  width: 45.47%;
}
@media screen and (max-width: 767px) {
  .boxin_links .boxin__in .photo {
    width: 100%;
    order: 1;
  }
}

/*************スライダー*********************/
.slidin {
  width: 870px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .slidin {
    width: 80vw;
    padding: 0 6px;
  }
}

.prev2 {
  display: none !important;
}

.next2 {
  width: 90%;
  max-width: 846px;
  margin: 15px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .next2 {
    width: 78%;
    margin: 26px auto 0 auto;
  }
}
.next2 img {
  width: 40px;
  transition: all .4s ease-out;
}
@media screen and (max-width: 767px) {
  .next2 img {
    width: 40px;
  }
}
.next2 img:hover {
  cursor: pointer;
  transform: scale(1.2);
}

.slick-dots {
  width: 90%;
  max-width: 846px;
  padding: 0 50px;
  margin: 0 auto;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    width: 90%;
    padding: 0 5.8vw;
    bottom: 47px;
  }
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  line-height: 0%;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 2px;
  }
}
.slick-dots button {
  padding: 0;
  border: none;
  width: 14px;
  height: 4px;
  border-radius: 0%;
  background-color: #fff;
  color: transparent;
  -webkit-appearance: none;
}
.slick-dots button:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .slick-dots button {
    width: 10px;
    height: 3px;
  }
}
.slick-dots .slick-active button {
  background-color: #1B2388;
}

figure.coming {
  position: relative;
}
figure.coming figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  color: #fff;
  letter-spacing: 0.05em;
}
figure.coming .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 15;
}

/******************************************/
.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

/*# sourceMappingURL=b2b_assist.css.map */
