@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/business/delica/head_pc.jpg);
}
@media screen and (max-width: 767px) {
  #section_kv .photobox {
    background-image: url(../media/images/business/delica/head_sp.jpg);
  }
}

#section_01 {
  padding-top: 150px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section_01 {
    padding-top: 75px;
  }
}
#section_01 .section__in {
  width: 90%;
  max-width: 900px;
  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: 210%;
  width: 90%;
  max-width: 900px;
  margin: 0 auto 20px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #section_01 .text01 {
    margin-bottom: 10px;
    text-align: left;
  }
}
#section_01 .logobox {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 30px 50px 50px 30px;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #section_01 .logobox {
    padding: 5vw;
  }
}
#section_01 .logobox .text {
  width: 62.22%;
  text-align: left;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #section_01 .logobox .text {
    width: 100%;
    order: 2;
  }
}
#section_01 .logobox .text h4 {
  font-weight: 500;
  margin-bottom: 0.75em;
  letter-spacing: 0.05em;
  line-height: 160%;
}
#section_01 .logobox .text h4 span.text_blue {
  color: #1B2388;
  display: inline-block;
}
#section_01 .logobox .text p {
  line-height: 210%;
}
#section_01 .logobox .logoimg {
  width: 37.33%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #section_01 .logobox .logoimg {
    width: 75%;
    margin: 0 auto 8vw auto;
    order: 1;
  }
}
#section_01 .logobox .color_back {
  width: 400px;
  height: 880px;
  background: linear-gradient(#fff7eb 0%, #ace0f9 100%);
  position: absolute;
  bottom: -720px;
  right: calc(100% - 170px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #section_01 .logobox .color_back {
    bottom: -85vw;
    height: 140vw;
    width: 40%;
    right: 70%;
  }
}

#section_02 {
  width: 100%;
}
#section_02 .section__in {
  width: 100%;
  padding: 100px 0 50px 0;
}
@media screen and (max-width: 767px) {
  #section_02 .section__in {
    padding: 10vw 0 16.6vw 0;
  }
}

#section_03 {
  padding-top: 150px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  #section_03 {
    padding-top: 25px;
    margin-bottom: 90px;
  }
}
#section_03 .section__in {
  width: 90%;
  max-width: 725px;
  margin: 0 auto;
}
#section_03 h3 {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  #section_03 h3 {
    font-size: 6.6vw;
    margin-bottom: 6vw;
    line-height: 160%;
  }
}
#section_03 h3 span.text_blue {
  color: #1B2388;
  display: inline-block;
  margin-left: -0.25em;
  margin-right: -0.25em;
  line-height: 180%;
}
#section_03 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
#section_03 ul li {
  width: 28.15%;
  max-width: 204px;
}
@media screen and (max-width: 767px) {
  #section_03 ul li {
    width: 48%;
    margin-bottom: 4vw;
  }
}
#section_03 ul li a {
  display: block;
  position: relative;
}
#section_03 ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .4s ease-out;
  opacity: 0;
}
#section_03 ul li a:hover::before {
  opacity: 1;
}
#section_03 .linksbox {
  position: relative;
  width: 100%;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #section_03 .linksbox {
    padding-bottom: 0px;
  }
}
#section_03 .linksbox .lineback {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: -50vw;
  width: 150vw;
  height: 48px;
  background-color: #F0F0F0;
}
@media screen and (max-width: 767px) {
  #section_03 .linksbox .lineback {
    display: none;
  }
}

#section_04 {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(-160deg, #fff7eb 0%, #ace0f9 50%);
}
#section_04 .section__in {
  width: 80%;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section_04 .section__in {
    width: 90%;
  }
}
#section_04 .section__in .texttitle_right {
  width: 95%;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  #section_04 .section__in .texttitle_right {
    margin-left: auto;
    padding-top: 50px;
  }
}
#section_04 .section__in .texttitle_right .big_eng {
  font-size: 96px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.4em);
  color: #fff;
  transform: translate(0%, 0%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 100%;
  opacity: 0.6;
  height: 1500px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #section_04 .section__in .texttitle_right .big_eng {
    position: relative;
    font-size: 7.5vw;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    top: auto;
    left: auto;
    right: 0;
    text-align: right;
    height: auto;
  }
}
#section_04 .section__in .texttitle_right h3 {
  font-size: 40px;
  letter-spacing: 0.2em;
  top: 0;
  display: block;
  height: 1500px;
  left: calc(100% - 1em);
  position: absolute;
  color: #575454;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 120%;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  #section_04 .section__in .texttitle_right h3 {
    position: relative;
    font-size: 7.5vw;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    top: auto;
    left: auto;
    margin-top: -0.25em;
    right: 0;
    text-align: right;
    letter-spacing: 0.05em;
    line-height: 120%;
    height: auto;
  }
}
#section_04 .section__in .contentsbox {
  width: 70%;
  max-width: 730px;
  padding: 200px 0% 200px 0%;
  margin-left: 10%;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #section_04 .section__in .contentsbox {
    width: 100%;
    padding: 50px 0% 20vw 0;
    margin-left: auto;
    margin-left: auto;
  }
}

#section_05 {
  width: 100%;
  overflow: hidden;
  /*background: linear-gradient(-160deg,#fff7eb 0%, #ace0f9 50%);*/
  position: relative;
}
#section_05 .section__in {
  width: 70%;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section_05 .section__in {
    width: 90%;
  }
}
#section_05 .section__in .texttitle_left {
  width: 95%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section_05 .section__in .texttitle_left {
    margin-left: 2.5%;
    padding-top: 50px;
  }
}
#section_05 .section__in .texttitle_left .big_eng {
  font-size: 96px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  right: calc(100% + 0.6em);
  color: #3286AF;
  opacity: 0.15;
  transform: translate(0%, 0%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 100%;
  height: 2000px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #section_05 .section__in .texttitle_left .big_eng {
    position: relative;
    font-size: 7.5vw;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    top: auto;
    left: 0;
    right: auto;
    text-align: left;
    height: auto;
  }
}
#section_05 .section__in .texttitle_left h3 {
  font-size: 40px;
  letter-spacing: 0.2em;
  top: 0;
  display: block;
  height: 1800px;
  right: 100%;
  position: absolute;
  color: #575454;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 120%;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  #section_05 .section__in .texttitle_left h3 {
    position: relative;
    font-size: 7.5vw;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    top: auto;
    right: auto;
    margin-top: -0.25em;
    left: 0;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 120%;
    height: auto;
  }
}
#section_05 .section__in .contentsbox {
  width: 90%;
  max-width: 730px;
  padding: 200px 0 200px 0%;
  margin-left: auto;
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  #section_05 .section__in .contentsbox {
    width: 100%;
    padding: 50px 0% 20vw 0;
    margin-left: auto;
    margin-right: auto;
  }
}

#section_06 {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(-160deg, #fff7eb 0%, #ace0f9 50%);
}
#section_06 .section__in {
  width: 80%;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section_06 .section__in {
    width: 90%;
  }
}
#section_06 .section__in .texttitle_right {
  width: 95%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section_06 .section__in .texttitle_right {
    margin-left: auto;
    padding-top: 50px;
  }
}
#section_06 .section__in .texttitle_right .big_eng {
  font-size: 96px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.2em);
  color: #fff;
  transform: translate(0%, 0%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 100%;
  height: 1000px;
  opacity: 0.6;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #section_06 .section__in .texttitle_right .big_eng {
    position: relative;
    font-size: 7.5vw;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    top: auto;
    left: auto;
    right: 0;
    text-align: right;
    height: auto;
  }
}
#section_06 .section__in .texttitle_right h3 {
  font-size: 40px;
  letter-spacing: 0.2em;
  top: 0;
  display: block;
  height: 1000px;
  left: 100%;
  position: absolute;
  color: #575454;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 100%;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  #section_06 .section__in .texttitle_right h3 {
    position: relative;
    font-size: 7.5vw;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    top: auto;
    left: auto;
    margin-top: -0.25em;
    right: 0;
    text-align: right;
    letter-spacing: 0.05em;
    line-height: 120%;
    height: auto;
  }
}
#section_06 .section__in .contentsbox {
  width: 70%;
  max-width: 730px;
  padding: 200px 0% 200px 0%;
  margin-left: 10%;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #section_06 .section__in .contentsbox {
    width: 100%;
    padding: 50px 0% 20vw 0;
    margin-left: auto;
    margin-right: auto;
  }
}

#section_07 {
  width: 100%;
  overflow: hidden;
  /*background: linear-gradient(-160deg,#fff7eb 0%, #ace0f9 50%);*/
  position: relative;
}
#section_07 .section__in {
  width: 80%;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section_07 .section__in {
    width: 90%;
  }
}
#section_07 .section__in .texttitle_left {
  width: 95%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section_07 .section__in .texttitle_left {
    padding-top: 50px;
    margin-left: 3%;
  }
}
#section_07 .section__in .texttitle_left .big_eng {
  font-size: 96px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  right: calc(100% + 0.2em);
  color: #3286AF;
  opacity: 0.15;
  transform: translate(0%, 0%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 100%;
  height: 1400px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #section_07 .section__in .texttitle_left .big_eng {
    position: relative;
    font-size: 7.5vw;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    top: auto;
    left: 0;
    right: auto;
    text-align: left;
    height: auto;
  }
}
#section_07 .section__in .texttitle_left h3 {
  font-size: 40px;
  letter-spacing: 0.2em;
  top: 0;
  display: block;
  height: 1400px;
  right: 100%;
  position: absolute;
  color: #575454;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 100%;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  #section_07 .section__in .texttitle_left h3 {
    position: relative;
    font-size: 7.5vw;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    top: auto;
    right: auto;
    margin-top: -0.25em;
    left: 0;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 120%;
    height: auto;
  }
}
#section_07 .section__in .textupper {
  width: 100%;
  max-width: 730px;
  padding: 200px 10% 0px 0%;
  line-height: 240%;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: 7.5%;
}
@media screen and (max-width: 767px) {
  #section_07 .section__in .textupper {
    width: 94%;
    margin: 0 auto;
    padding: 50px 0% 0vw 0;
  }
}
#section_07 .section__in .textupper span.lineunder {
  position: relative;
}
#section_07 .section__in .textupper span.lineunder::after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #333;
  left: 0;
}
#section_07 .section__in .contentsbox {
  width: 100%;
  max-width: 730px;
  padding: 100px 0% 200px 0;
  margin-left: auto;
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  #section_07 .section__in .contentsbox {
    padding: 30px 0% 10vw 0;
    margin-left: auto;
  }
}
#section_07 .section__in .imgs01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #section_07 .section__in .imgs01 {
    margin-bottom: 20px;
  }
}

#section08 {
  width: 100%;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  #section08 {
    padding-bottom: 90px;
  }
}
#section08 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #F5F5F5;
  border-radius: 12px;
  padding: 125px 0 140px 0;
}
@media screen and (max-width: 767px) {
  #section08 .section__in {
    padding: 40px 0;
  }
}
#section08 .section__in .inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section08 .section__in .inner h3 {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #section08 .section__in .inner h3 {
    font-size: 6.6vw;
    margin-bottom: 6vw;
    line-height: 160%;
  }
}
#section08 .section__in .inner h3 span.text_blue {
  color: #1B2388;
  display: inline-block;
  margin-left: -0.25em;
  margin-right: -0.25em;
  line-height: 180%;
}
#section08 .section__in .inner .mapsbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #section08 .section__in .inner .mapsbox {
    flex-wrap: wrap;
  }
}
#section08 .section__in .inner .mapsbox .text {
  width: 37.77%;
}
@media screen and (max-width: 767px) {
  #section08 .section__in .inner .mapsbox .text {
    width: 100%;
  }
}
#section08 .section__in .inner .mapsbox .text h5 {
  width: 80%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #section08 .section__in .inner .mapsbox .text h5 {
    width: 60%;
    margin: 0 auto 20px auto;
  }
}
#section08 .section__in .inner .mapsbox .text .textarea {
  line-height: 180%;
}
#section08 .section__in .inner .mapsbox .mapsin {
  width: 58.11%;
}
@media screen and (max-width: 767px) {
  #section08 .section__in .inner .mapsbox .mapsin {
    width: 100%;
    margin-top: 25px;
  }
}
#section08 .section__in .inner .botan_area {
  width: 100%;
  margin: 30px auto 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #section08 .section__in .inner .botan_area {
    margin: 30px auto 0 auto;
    display: none;
  }
}
#section08 .section__in .inner .botan_area a {
  width: 100%;
  display: block;
  text-align: center;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  transform: scale(1);
  margin: 0 1% 20px 1%;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #section08 .section__in .inner .botan_area a {
    width: 100%;
  }
}
#section08 .section__in .inner .botan_area a:hover {
  transform: scale(1.05);
}
#section08 .section__in .inner .botan_area a.tenpo {
  padding: 15px 0 16px 0;
  background-color: #001B78;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #section08 .section__in .inner .botan_area a.tenpo {
    margin-bottom: 20px;
  }
}
#section08 .section__in .inner .botan_area a.tenpo span {
  display: inline-block;
  position: relative;
  padding-right: 35px;
}
#section08 .section__in .inner .botan_area a.tenpo span::after {
  position: absolute;
  top: 60%;
  right: 0;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../media/images/omni_ocean_club/2021/icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#section08 .section__in .inner .botan_area2 {
  width: 100%;
  margin: 30px auto 0 auto;
  display: none;
}
@media screen and (max-width: 767px) {
  #section08 .section__in .inner .botan_area2 {
    margin: 30px auto 0 auto;
    display: block;
  }
}
#section08 .section__in .inner .botan_area2 a {
  width: 100%;
  display: block;
  text-align: center;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  transform: scale(1);
  margin: 0 1% 20px 1%;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #section08 .section__in .inner .botan_area2 a {
    width: 100%;
  }
}
#section08 .section__in .inner .botan_area2 a:hover {
  transform: scale(1.05);
}
#section08 .section__in .inner .botan_area2 a.tenpo {
  padding: 15px 0 16px 0;
  background-color: #001B78;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #section08 .section__in .inner .botan_area2 a.tenpo {
    margin-bottom: 20px;
  }
}
#section08 .section__in .inner .botan_area2 a.tenpo span {
  display: inline-block;
  position: relative;
  padding-right: 35px;
}
#section08 .section__in .inner .botan_area2 a.tenpo span::after {
  position: absolute;
  top: 60%;
  right: 0;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../media/images/omni_ocean_club/2021/icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#section_group {
  width: 100%;
  padding: 110px 0 40px 0;
}
@media screen and (max-width: 767px) {
  #section_group {
    padding: 50px 0 25px 0;
  }
}
#section_group h3 {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #section_group h3 {
    font-size: 6.6vw;
    margin-bottom: 6vw;
    line-height: 160%;
  }
}
#section_group h3 span.text_blue {
  color: #1B2388;
  display: inline-block;
  margin-left: -0.25em;
  margin-right: -0.25em;
  line-height: 180%;
}
#section_group .botan_box {
  width: 90%;
  max-width: 430px;
  margin: 0 auto;
}
#section_group .botan_box a {
  width: 100%;
  display: block;
  text-align: center;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  transform: scale(1);
  margin: 0 1% 20px 1%;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #section_group .botan_box a {
    width: 100%;
  }
}
#section_group .botan_box a:hover {
  transform: scale(1.05);
}
#section_group .botan_box a.tenpo {
  padding: 15px 0 16px 0;
  background-color: #001B78;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #section_group .botan_box a.tenpo {
    margin-bottom: 20px;
  }
}
#section_group .botan_box a.tenpo span {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  text-align: left;
}
#section_group .botan_box a.tenpo span.pcs {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #section_group .botan_box a.tenpo span.pcs {
    display: none;
  }
}
#section_group .botan_box a.tenpo span.sps {
  display: none;
}
@media screen and (max-width: 767px) {
  #section_group .botan_box a.tenpo span.sps {
    display: inline-block;
  }
}
#section_group .botan_box a.tenpo span::after {
  position: absolute;
  top: 60%;
  right: 0;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../media/images/omni_ocean_club/2021/icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#section09 {
  width: 100%;
  background-color: #EDF3F5;
  padding: 150px 0 160px 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #section09 {
    padding: 50px 0;
    margin-top: 30px;
  }
}
#section09 .section__in {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}
#section09 h3 {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #section09 h3 {
    font-size: 6.6vw;
    margin-bottom: 6vw;
    line-height: 160%;
  }
}
#section09 h3 span.text_blue {
  color: #1B2388;
  display: inline-block;
  margin-left: -0.25em;
  margin-right: -0.25em;
  line-height: 180%;
}
#section09 figure {
  width: 100%;
}

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

.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: 400px;
  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: 60vw;
    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 figure.rightline {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .boxin01 .boxin__in figure.rightline {
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
.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;
}
.boxin03.nocolor {
  background-color: transparent;
}
@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%);
}
.boxin03 .boxin__in__mini {
  position: relative;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .boxin03 .boxin__in__mini {
    width: 100%;
  }
}
.boxin03 .boxin__in__mini .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%);
}
.boxin03 .boxin__in__mini2 {
  position: relative;
  width: 60%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .boxin03 .boxin__in__mini2 {
    width: 100%;
  }
}
.boxin03 .boxin__in__mini2 .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;
  }
}

.boxin05 {
  width: 100%;
  background-color: #fff;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .boxin05 {
    margin-bottom: 40px;
  }
}
.boxin05.last {
  margin-bottom: 0;
}
.boxin05 .textbox1 {
  width: 40%;
  position: absolute;
  top: 40px;
  left: 8%;
  z-index: 10;
}
.boxin05 .textbox1 h4 {
  color: #1B2388;
}
@media screen and (max-width: 767px) {
  .boxin05 .textbox1 {
    width: 60%;
    top: 12%;
    left: 8%;
    font-size: 5vw;
  }
}
.boxin05 .areatext {
  width: 100%;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #666;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .boxin05 .areatext {
    margin-top: 0px;
    padding: 0 5vw 5vw 5vw;
    border-top: 0px solid #666;
  }
}
.boxin05 .boxin__in {
  position: relative;
  padding: 30px 8%;
}
@media screen and (max-width: 767px) {
  .boxin05 .boxin__in {
    padding: 5vw 5vw;
  }
}
.boxin05 .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%);
}

/*************スライダー*********************/
.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;
}

/******************************************/
.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=business_delica.css.map */
