/* common */
body {
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1200px;
}
.sponly {
  display: none;
}
.pconly {
  display: block;
}
.wrapper {
  overflow: hidden;
}
.outer {
  width: 1920px;
  margin: 0 auto;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
.content {
  width: 1060px;
  margin: 0 auto;
}

.fadein.up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}
.fadein.scrollin.up {
  opacity: 1;
  transform: translateY(0);
}
.fadein.left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.5s ease;
}
.fadein.scrollin.left {
  opacity: 1;
  transform: translateY(0);
}
.fadein.right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.5s ease;
}
.fadein.scrollin.right {
  opacity: 1;
  transform: translateY(0);
}
.fadein.zoomout {
  opacity: 0;
  transform: scale(2, 2);
  transition: all 0.6s ease;
  transform-origin: center;
}
.fadein.scrollin.zoomout {
  opacity: 1;
  transform: scale(1, 1);
}
.fadein.delay10 {
  transition-delay: 1s;
}
.fadein.delay15 {
  transition-delay: 1.5s;
}

.orange {
  color: #e65400 !important;
}
.skyblue {
  color: #009bdf !important;
}
/* .en { font-family: 'Roboto'; font-size: 1.7em; letter-spacing: 0.05em;} */
.en {
  font-size: 1.7em;
  letter-spacing: 0.05em;
}

.boxlink {
  display: block;
  border: #fff solid 1px;
  padding: 10px 15px;
  text-align: center;
  width: 250px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.boxlink::before {
  content: "詳しく見る";
  display: block;
  width: 100%;
  height: 100%;
  line-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  transform: translateX(-100%);
  opacity: 0;
  z-index: 0;
}
.boxlink:hover {
  color: #009bdf;
  border: #009bdf solid 1px;
}
.boxlink:hover::before {
  transform: translateX(0);
  opacity: 1;
}
.spnav {
  display: none;
}
/* /////////   TOP   ///////// */
/* header */
header {
  position: relative;
  background-color: #1a428a;
}
header::before {
  content: "";
  position: absolute;
  display: block;
  top: -190px;
  left: -190px;
  width: 380px;
  height: 380px;
  transform: rotate(45deg);
  background-color: #009bdf;
  z-index: 2;
}
.header-col1 {
  display: flex;
  justify-content: space-between;
}
.header-left {
  padding: 15px 0;
}
.header-left a {
  position: relative;
  z-index: 3;
}
.header-right {
  color: #fff;
  width: 500px;
  display: flex;
  padding: 15px 0 10px;
  flex-wrap: wrap;
}
/* .header-right > *{
  flex-shrink: 0;
} */
.header-right .tel {
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
.header-right .tel::before {
  content: url(../img/icon-tel.png);
  height: 100%;
  width: 100%;
}
.header-right .about {
  margin-left: 10px;
  font-size: 10px;
  align-self: center;
}
.header-right .about p {
  line-height: 1.4em;
}
.header-right .link {
  margin-top: 10px;
  margin-left: auto;
}
.header-right .link li {
  display: inline-block;
  padding: 0 10px;
  line-height: 13px;
}
.header-right .link li:nth-of-type(1),
.header-right .link li:nth-of-type(2) {
  border-right: #fff 1px solid;
}
.header-right .link li a {
  font-size: 12px;
  line-height: 13px;
  color: #fff;
}
.header-right .search {
  margin-top: 9px;
}
.header-right .search input {
  width: 270px;
  margin-left: 60px;
}
.header-col2 nav {
  position: relative;
  z-index: 1;
  background-color: #000;
  padding: 25px 0 15px;
  text-align: center;
}
.header-col2 nav ul {
  width: 80vw;
  margin: 0 auto;
}
.header-col2 nav li {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #fff;
  margin-bottom: 10px;
}
.header-col2 nav li:last-of-type {
  border-right: none;
}
.header-col2 nav li a {
  color: #fff;
  font-size: 14px;
  transition: all ease 0.5s;
}
.header-col2 nav li a:hover {
  opacity: 0.7;
}

/* mv */
.mv {
  height: 1000px;
  background-image: url(../img//mv-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.mv::before {
  content: url(../img/earth.png);
  display: block;
  position: absolute;
  top: 512px;
  left: -200px;
  opacity: 0.7;
  z-index: 3;
}
.mv .inner {
  position: relative;
}
.mv h2,
.mv span {
  position: absolute;
  font-weight: bold;
  text-shadow: rgb(166, 166, 166) 1px 0px 0px,
    rgb(166, 166, 166) 0.540302px 0.841471px 0px,
    rgb(166, 166, 166) -0.416147px 0.909297px 0px,
    rgb(166, 166, 166) -0.989992px 0.14112px 0px,
    rgb(166, 166, 166) -0.653644px -0.756802px 0px,
    rgb(166, 166, 166) 0.283662px -0.958924px 0px,
    rgb(166, 166, 166) 0.96017px -0.279415px 0px, 0 0 15px #313131;
  display: block;
  color: #fff;
}
.mv h2 {
  top: 120px;
  left: 70px;
  font-size: 72px;
}
.mv .lead1 {
  top: 230px;
  left: 70px;
  font-size: 25px;
}
.mv .lead2,
.mv .lead3,
.mv .lead4 {
  font-size: 40px;
  left: 70px;
}
.mv .lead2 {
  top: 280px;
}
.mv .lead3 {
  top: 340px;
}
.mv .lead4 {
  top: 400px;
}
.pickup {
  height: 782px;
  position: relative;
  top: -550px;
  z-index: 5;
}
.pickup ul {
  background-image: url(../img/pickup-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 782px;
  height: 782px;
  margin: 0 auto;
  position: relative;
}
.pickup li {
  position: absolute;
  transition: all 0.3s ease;
  z-index: 10;
}
.pickup li:hover {
  transform: translate(0, -5px);
  opacity: 0.8;
}
.pickup li:nth-of-type(1) {
  top: 146px;
  left: 0;
}
.pickup li:nth-of-type(2) {
  top: 352px;
  left: 204px;
}
.pickup li:nth-of-type(3) {
  top: 146px;
  right: -4px;
}

/* lead */
.lead {
  height: 1401px;
  position: relative;
  top: -1090px;
  overflow: hidden;
  margin-bottom: -1090px;
}
.lead .inner {
  position: relative;
}
.lead .inner::before,
.lead .inner::after {
  width: 706px;
  height: 1401px;
  position: absolute;
  top: 0;
}
.lead .inner::before {
  content: url(../img/message-bg-in.png);
  right: 0;
}
.lead .inner::after {
  content: url(../img/message-bg-out.png);
  right: -717px;
}
.lead .content {
  margin: 0 100px 0 auto;
}
.lead h3 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  text-shadow: 0 0 10px #313131;
  text-align: right;
  position: relative;
  z-index: 1;
  top: 420px;
  line-height: 1.4em;
}
.lead p {
  color: #fff;
  text-shadow: 2px 2px 2px #313131;
  text-align: right;
  position: relative;
  top: 440px;
  width: 380px;
  line-height: 1.8em;
  margin: 0 0 0 auto;
}
.lead a {
  top: 460px;
  color: #fff;
  margin: 0 0 0 auto;
  line-height: 1.4em;
  display: block;
  transition: all 0.3s ease;
  z-index: 1;
}
.lead a::before {
  padding-top: 14%;
}
.interview {
  position: relative;
}
.interview-1 .content {
  position: relative;
  left: 0;
  top: -530px;
  margin-bottom: -530px;
}
.interview-1::before {
  content: url(../img/interview1-img.png);
  position: absolute;
  top: -1073px;
  left: -261px;
  z-index: 3;
}
.interview-1::after {
  content: "";
  width: 100vw;
  height: 500px;
  background-image: url(../img/interview-bg1.png);
  background-position: center 10%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -773px;
  z-index: -1;
}
.interview-2 > .content::before {
  content: url(../img/interview2-img.png);
  position: absolute;
  top: -78px;
  right: -460px;
  z-index: 2;
}
.interview-2::after {
  content: "";
  width: 100vw;
  height: 500px;
  background-image: url(../img/interview-bg2.png);
  background-position: center 10%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -400px;
  z-index: -1;
}
.interview-2 .content {
  position: relative;
  left: -200px;
  top: -60px;
  margin-bottom: -110px;
  z-index: 1;
}
.interview-in {
  position: relative;
  width: 840px;
  height: 840px;
}
.interview-in::before {
  content: "";
  background-color: #009bdf;
  width: 600px;
  height: 600px;
  transform: rotate(45deg);
  position: absolute;
  top: 125px;
  left: 125px;
}
.interview-in h4 {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 200px;
  left: 397px;
}
.interview-in h4::before {
  content: "";
  position: absolute;
  top: -27px;
  left: -11px;
  width: 72px;
  height: 72px;
  border: 1px solid #fff;
  transform: rotate(45deg);
}
.interview-in h5 {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.8em;
  color: #fff;
  position: absolute;
  top: 315px;
  width: 840px;
  text-align: center;
}
.interview-in p {
  width: 440px;
  text-align: left;
  color: #fff;
  margin: 0 auto;
  line-height: 2em;
  position: absolute;
  top: 452px;
  left: 220px;
}
.interview-in a {
  display: block;
  position: absolute;
  left: 300px;
  top: 660px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
}
.interview-in a::before {
  content: "この体験談の続きを読む";
  padding-top: 10px;
}
/* country */
.country {
  margin-bottom: 75px;
  position: relative;
}
.country .copy {
  position: absolute;
  top: 65px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.country .copy h3 {
  font-size: 40px;
  font-weight: bold;
  color: #009bdf;
}
.country .copy p {
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 45px;
}
.countly-col-list {
  display: flex;
  flex-wrap: wrap;
}
.countly-col-list > li {
  width: 49vw;
  position: relative;
}
.countly-col-list > li:nth-of-type(1) {
  background-color: #e9e8e7;
}
.countly-col-list > li:nth-of-type(2) {
  background-color: #d3d3d3;
}
.countly-col-list > li:nth-of-type(3) {
  background-color: #d3d3d3;
}
.countly-col-list > li:nth-of-type(4) {
  background-color: #e9e8e7;
}
.countly-col-list > li:nth-of-type(2)::after {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  right: -100px;
  background-color: #fff;
  height: 200px;
  width: 200px;
  transform: rotate(45deg);
}
.countly-col-list > li:nth-of-type(3)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -100px;
  left: -100px;
  background-color: #fff;
  height: 200px;
  width: 200px;
  transform: rotate(45deg);
}
.countly-col {
  padding: 50px 0;
}
.countly-col-list > li:nth-of-type(1) .countly-col,
.countly-col-list > li:nth-of-type(2) .countly-col {
  padding: 250px 0 50px;
}
.countly-col-list > li:nth-of-type(3) .countly-col,
.countly-col-list > li:nth-of-type(4) .countly-col {
  padding: 50px 0 250px;
}
.countly-col h4 {
  width: 500px;
  font-size: 24px;
  text-align: center;
}
.countly-col-list > li:nth-of-type(1) h4 {
  margin: 0 50px 50px auto;
}
.countly-col-list > li:nth-of-type(2) h4 {
  margin: 0 auto 50px 50px;
}
.countly-col-list > li:nth-of-type(3) h4 {
  margin: 0 50px 50px auto;
}
.countly-col-list > li:nth-of-type(4) h4 {
  margin: 0 auto 50px 50px;
}
.countly-col-list a.more {
  margin-top: 50px;
  display: block;
  width: 230px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: solid 1px #a40035;
  background-color: #fff;
  color: #a40035;
  margin: 30px auto 0;
}
.countly-col-list a.more:hover {
  background-color: #a40035;
  color: #fff;
  border-bottom: #fff 1px solid;
}
.countly-col-list a.more::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 55px;
  top: 16px;
  transition: all 0.3s ease;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #a40035;
}
.countly-col-list a.more:hover::after {
  border-left: 5px solid #fff;
}
.countly-col-list a.more.big {
  top: -180px;
  width: 396px;
  border: solid 1px #a40035;
  color: #000;
  font-weight: normal;
}
.countly-col-list a.more.big:hover {
  color: #fff;
}
.country-list {
  display: flex;
}
.countly-col-list > li:nth-of-type(1) .country-list {
  justify-content: flex-end;
}
.countly-col-list > li:nth-of-type(2) .country-list {
  justify-content: flex-start;
}
.countly-col-list > li:nth-of-type(3) .country-list {
  justify-content: flex-end;
}
.countly-col-list > li:nth-of-type(4) .country-list {
  justify-content: flex-start;
}
.countly-col-list > li:nth-of-type(1) .country-list li {
  margin-right: 50px;
}
.countly-col-list > li:nth-of-type(2) .country-list li {
  margin-left: 50px;
}
.countly-col-list > li:nth-of-type(3) .country-list li {
  margin-right: 50px;
}
.countly-col-list > li:nth-of-type(4) .country-list li {
  margin-left: 50px;
}

.country-item {
  width: 225px;
  height: auto;
  position: relative;
  background: #fff;
}
.country-item img {
  width: 225pxv;
  height: 148px;
  object-fit: cover;
}
.country-item div {
  padding: 0 5px;
}
.country-item h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}
.country-item span {
  position: absolute;
  right: -15px;
  top: 131px;
  display: block;
  font-size: 14px;
  color: #fff;
  background: #1a428a;
  padding: 5px 20px;
  z-index: 1;
}
.country-item span::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
  bottom: -14px;
  background-image: linear-gradient(150deg, #0e2f6a 10px, transparent 0);
}
.country-item p {
  line-height: 1.5em;
  padding-bottom: 10px;
}

/* inquiry */
.inquiry-row1 {
  padding: 90px 0;
  position: relative;
  background: #009bdf;
  color: #fff;
  overflow: hidden;
}
.inquiry-row1::before {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: -100px;
  background-color: #fff;
  height: 200px;
  width: 200px;
  transform: rotate(45deg);
}
.inquiry-row1 h3 {
  font-size: 24px;
  text-align: center;
}
.btn-wrap {
  display: flex;
  justify-content: center;
}
.cv-btn1 {
  width: 400px;
  height: 180px;
  padding: 40px 0;
  margin: 0 60px;
  background-color: #fff;
  transition: opacity 0.3s ease;
}
.cv-btn1:hover {
  opacity: 0.8;
}
.cv-btn1 h4 {
  color: #e65400;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.cv-btn1 div {
  display: flex;
}
.cv-btn1 div img {
  margin-left: 40px;
}
.cv-btn1 div p {
  font-size: 34px;
  line-height: 14px;
  color: #009bdf;
  padding-top: 20px;
  margin: 0 0 0 20px;
}
.cv-btn1:nth-of-type(2) div p {
  font-size: 20px;
}
.cv-btn1 div p small {
  font-size: 10px;
  line-height: 14px;
}
.inquiry-row1 p {
  font-size: 14px;
  line-height: 32px;
  margin: 50px auto;
}
.inquiry-row2 {
  display: flex;
  justify-content: center;
  background-image: url(../img/cv-area-bg.png);
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.cv-btn2 {
  display: block;
  width: 400px;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 30px;
  line-height: 180px;
  font-weight: bold;
  text-align: center;
  margin: 0 60px;
  color: #009bdf;
  transition: all 0.3s ease;
}
.cv-btn2:hover {
  background-color: #009bdf;
  color: #fff;
}

/* footer */
footer {
  width: 100%;
}
.page-top {
  position: relative;
}
.page-top a {
  position: fixed;
  right: 30px;
  bottom: 55px;
  z-index: 10;
}
.sitemap {
  padding: 50px 0 40px;
  color: #009bdf;
  font-size: 12px;
}
.sitemap a {
  color: #009bdf;
}
.sitemap h3 {
  position: relative;
  text-align: center;
  font-weight: normal;
}
.sitemap h3::after {
  content: "";
  width: 42px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 21px);
}
.sitemap-inner {
  width: 600px;
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between;
}
.sitemap-inner ul {
  flex: 1;
  width: 200px;
}
.sitemap-inner li {
  margin-bottom: 16px;
}
.address {
  padding: 35px 0;
  border-top: #009bdf solid 1px;
  border-bottom: #009bdf solid 1px;
  width: 600px;
  margin: 0 auto 40px;
  color: #009bdf;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
.copyrights {
  text-align: center;
  height: 38px;
  line-height: 38px;
  background-color: #101820;
  color: #fff;
  font-size: 12px;
}
/* /////////   下層ページ   ///////// */
.lower .lower-mv {
  height: 300px;
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 120px;
}
.lower .lower-mv .inner {
  position: relative;
}
.lower .lower-mv h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  font-style: italic;
  text-shadow: rgb(166, 166, 166) 1px 0px 0px,
    rgb(166, 166, 166) 0.540302px 0.841471px 0px,
    rgb(166, 166, 166) -0.416147px 0.909297px 0px,
    rgb(166, 166, 166) -0.989992px 0.14112px 0px,
    rgb(166, 166, 166) -0.653644px -0.756802px 0px,
    rgb(166, 166, 166) 0.283662px -0.958924px 0px,
    rgb(166, 166, 166) 0.96017px -0.279415px 0px, 0 0 15px #313131;
  color: #fff;
  text-align: right;
  position: absolute;
  right: 150px;
  top: 100px;
}
.lower .lower-mv h2 small {
  font-size: 24px;
}
.lower .lower-content {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  padding: 180px 0 0;
}
.lower .lower-content .content {
  position: relative;
}
.lower .lower-content::before,
.lower .lower-content::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  z-index: -1;
}
.lower .lower-content.left::before {
  border-width: 500px 500px 0 0;
  border-color: #c8ebfb transparent transparent transparent;
  top: 0;
  left: 0;
}
.lower .lower-content.left::after {
  border-width: 0 0 500px 500px;
  border-color: transparent transparent #c8ebfb transparent;
  bottom: 0;
  right: 0;
}
.lower .lower-content.right::before {
  border-width: 0 500px 500px 0;
  border-color: transparent #c8ebfb transparent transparent;
  top: 0;
  right: 0;
}
.lower .lower-content.right::after {
  border-width: 500px 0 0 500px;
  border-color: transparent transparent transparent #c8ebfb;
  bottom: 0;
  left: 0;
}
.lower .lower-content .ttl-img {
  position: absolute;
  top: -157px;
}
.lower .lower-content.left .ttl-img {
  left: 0;
}
.lower .lower-content.right .ttl-img {
  right: 0;
}
.lower .lower-content .lower-content-inner {
  width: 800px;
}
.lower .lower-content.left .lower-content-inner {
  margin: 0 0 0 auto;
}
.lower .lower-content.right .lower-content-inner {
  margin: 0 auto 0 0;
}
.lower .lower-content h4 {
  font-size: 24px;
  color: #009bdf;
  padding-left: 80px;
  margin-left: 40px;
  position: relative;
  top: -60px;
  line-height: 1.4em;
}
.lower .lower-content h4 small {
  font-size: 16px;
  line-height: 1.2em;
}
.lower .lower-content p {
  font-size: 18px;
  background-color: #f6fbfd;
  line-height: 1.8em;
  padding: 80px;
  margin-left: 40px;
  margin-bottom: 40px;
}
.lower .lower-content p strong {
  font-weight: bold;
  color: #009bdf;
}
.lower .inquiry {
  margin-top: 180px;
}
/* /////////   魅力   ///////// */
.charm .lower-mv {
  background-image: url(../img/charm/mv-bg.png);
}

/* /////////   特徴   ///////// */
.feature .lower-mv {
  background-image: url(../img/feature/mv-bg.png);
}
.feature .lower-mv .inner h2 {
  top: 50px;
}

/* /////////   インターンシップ先   ///////// */
.destination .lower-mv {
  background-image: url(../img/destination/mv-bg.png);
  background-position-y: center;
}
.destination .dest-lead {
  background-image: url(../img/destination/lead-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.destination .dest-lead-content {
  width: 850px;
  padding-top: 80px;
  margin: 0 auto;
  text-align: center;
}
.destination .dest-lead-content a {
  color: #009bdf;
  text-decoration: underline;
}
.destination .dest-lead-content h3 {
  font-size: 30px;
  line-height: 48px;
  color: #008bda;
  font-weight: bold;
}
.destination .dest-lead-content p {
  font-size: 16px;
  line-height: 2em;
  padding: 50px 0 525px;
  margin-bottom: -425px;
  text-align: left;
}
.destination.lower .lower-content {
  overflow: visible;
}
.destination.lower .lower-content .lower-content-inner {
  width: 100%;
}
.destination.lower .lower-content.left::before {
  border-width: 1200px 1200px 0 0;
  border-color: #c8ebfb transparent transparent transparent;
  top: 0;
  left: 0;
}
.destination.lower .lower-content.left::after {
  border: none;
}
.destination.lower .lower-content.right::before {
  border-width: 0 1200px 1200px 0;
  border-color: transparent #c8ebfb transparent transparent;
  top: 0;
  right: 0;
}
.destination.lower .lower-content.right::after {
  border: none;
}
.destination.lower .lower-content > h3 {
  text-align: center;
  font-size: 24px;
  color: #008bda;
  font-weight: bold;
  margin-bottom: 100px;
  margin-top: -70px;
}
.destination .lower-content-inner {
  display: flex;
  flex-wrap: wrap;
}
.destination .dest-content {
  width: 500px;
  padding: 0 40px;
  background: #fff;
  margin: 200px auto 50px;
}
.destination .dest-content.dummy {
  background: transparent;
}
.destination .dest-content img {
  display: block;
  position: relative;
  top: -181px;
  margin: 0 auto -151px;
}
.destination.lower .lower-content h4 {
  padding-left: 0;
  margin-left: 0;
  top: 0;
}
.destination .dest-content h4 {
  text-align: center;
  font-size: 24px;
  color: #008bda;
  font-weight: bold;
  margin-bottom: 30px;
}
.destination .dest-content h5 {
  font-size: 18px;
  color: #008bda;
  font-weight: bold;
  line-height: 2em;
  min-height: 108px;
  margin-bottom: 20px;
}
.destination .dest-content p {
  margin-left: 0;
  padding: 0;
  font-size: 14px;
  line-height: 2em;
  background-color: transparent;
  min-height: 112px;
}
a.dest-more {
  margin-top: 50px;
  display: block;
  width: 396px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease;
  border: solid 1px #a40035;
  background-color: #fff;
  color: #000;
  margin: 30px auto 0;
  font-weight: normal;
}
a.dest-more:hover {
  background-color: #a40035;
  color: #fff;
  border-bottom: #fff 1px solid;
}
a.dest-more::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 140px;
  top: 16px;
  transition: all 0.3s ease;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #a40035;
}
a.dest-more:hover::after {
  border-left: 5px solid #fff;
}
.country-link {
  color: #008bda;
  text-decoration: underline;
}
.country-link::before {
  content: url(/img//destination/arrow-right.png);
  margin-right: 10px;
}
.malaysia .lower-mv {
  background-image: url(../img/destination/malaysia/mv-bg.png);
}
.thailand .lower-mv {
  background-image: url(../img/destination/thailand/mv-bg.png);
}
.cambodia .lower-mv {
  background-image: url(../img/destination/cambodia/mv-bg.png);
}
.vietnam .lower-mv {
  background-image: url(../img/destination/vietnam/mv-bg.png);
}
.india .lower-mv {
  background-image: url(../img/destination/india/mv-bg.png);
}
.myanmar .lower-mv {
  background-image: url(../img/destination/myanmar/mv-bg.png);
}
.philippines .lower-mv {
  background-image: url(../img/destination/philippines/mv-bg.png);
}
.australia .lower-mv {
  background-image: url(../img/destination/australia/mv-bg.png);
}

/* /////////   ポイント   ///////// */
.point .lower-mv {
  background-image: url(../img/point/mv-bg.png);
  margin-bottom: 0;
}
.point .lower-mv::after {
  content: "";
  display: block;
  height: 450px;
  width: 450px;
  background-color: #008bda;
  opacity: 0.8;
  position: absolute;
  top: 228px;
  left: -225px;
  transform: rotate(45deg);
  z-index: 2;
}
.point-lead {
  background-image: url(../img/point/lead-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -100px;
  z-index: -1;
  height: 856px;
}
.point .point-lead::after {
  content: "";
  display: block;
  height: 450px;
  width: 450px;
  background-color: #008bda;
  opacity: 0.8;
  position: absolute;
  bottom: -225px;
  right: -225px;
  transform: rotate(45deg);
  z-index: -1;
}
.point-lead h3 {
  width: 534px;
  height: 534px;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  line-height: 2em;
  text-align: right;
  color: #fff;
  position: relative;
  top: 100px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 120px;
  padding: 220px 107px 0 0;
  z-index: 1;
}
.point-lead h3::before {
  content: "";
  display: block;
  height: 380px;
  width: 380px;
  background-color: #008bda;
  opacity: 0.8;
  position: absolute;
  top: 80px;
  left: 100px;
  transform: rotate(45deg);
  z-index: -1;
}
.point-lead p {
  font-size: 16px;
  line-height: 2em;
  width: 640px;
  margin: 0 0 0 auto;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff;
}
.point-section {
  padding: 60px 0;
  text-align: center;
}
.point-section h3 {
  font-size: 24px;
  color: #009bdf;
  font-weight: bold;
  margin-bottom: 120px;
}
.point-content {
  position: relative;
  margin-bottom: 170px;
}
.point-content::before,
.point-content::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  z-index: -1;
}
.lower .point-content.odd::before {
  border-width: 500px 500px 0 0;
  border-color: #c8ebfb transparent transparent transparent;
  top: -85px;
  left: 0;
}
.lower .point-content.odd::after {
  border-width: 0 0 500px 500px;
  border-color: transparent transparent #c8ebfb transparent;
  bottom: -85px;
  right: 0;
}
.lower .point-content.even::before {
  border-width: 0 500px 500px 0;
  border-color: transparent #c8ebfb transparent transparent;
  top: -85px;
  right: 0;
}
.lower .point-content.even::after {
  border-width: 500px 0 0 500px;
  border-color: transparent transparent transparent #c8ebfb;
  bottom: -85px;
  left: 0;
}
.point-content .point-ttl {
  width: 140px;
  height: 140px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -21px;
  left: calc(50% - 70px);
  z-index: 2;
}
.point-content .point-ttl strong {
  font-size: 28px;
  text-align: center;
  padding-top: 5px;
  display: block;
}
.point-content .point-ttl::before {
  content: "";
  display: block;
  height: 93px;
  width: 93px;
  position: absolute;
  top: -25px;
  left: 25px;
  transform: rotate(45deg);
  z-index: -1;
}
.point-content.odd .point-ttl::before {
  background-color: #004783;
}
.point-content.even .point-ttl::before {
  background-color: #008bda;
}
.point-content .content {
  padding: 90px 100px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
}
.point-content h4 {
  color: #009bdf;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 60px;
}
.point-content img {
  position: absolute;
  top: -88px;
  right: -112px;
  z-index: 0;
}
.point-content p {
  line-height: 2em;
  position: relative;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff;
}
.lower.point .inquiry {
  margin-top: 0;
}
/* /////////   実施の流れと費用   ///////// */
.flow .lower-mv {
  background-image: url(../img/flow/mv-bg.png);
}
.flow .flow-lead {
  background-image: url(../img/flow/lead-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 150px;
}
.flow .flow-lead-content {
  width: 850px;
  padding-top: 80px;
  margin: 0 auto;
  text-align: center;
}
.flow .flow-lead-content h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #e65400;
  margin-bottom: 40px;
}
.flow .flow-lead-content p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 100px;
  text-align: center;
}
.flow .flow-list {
  display: flex;
  justify-content: center;
}
.flow .flow-list li {
  position: relative;
  display: block;
  width: 100px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  margin: 120px 20px 0;
  line-height: 100px;
}
.flow .flow-list li:nth-of-type(5) {
  line-height: 1.5em;
  padding-right: 28px;
}
.flow .flow-list li::before {
  content: "";
  display: block;
  width: 97px;
  height: 97px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -140px;
  left: 0;
}
.flow .flow-list li:nth-of-type(1)::before {
  background-image: url(../img/flow/step1.png);
}
.flow .flow-list li:nth-of-type(2)::before {
  background-image: url(../img/flow/step2.png);
}
.flow .flow-list li:nth-of-type(3)::before {
  background-image: url(../img/flow/step3.png);
}
.flow .flow-list li:nth-of-type(4)::before {
  background-image: url(../img/flow/step4.png);
}
.flow .flow-list li:nth-of-type(5)::before {
  background-image: url(../img/flow/step5.png);
}
.flow .flow-list li:nth-of-type(6)::before {
  background-image: url(../img/flow/step6.png);
}
.flow .flow-list li::after {
  content: url(/img/flow/arrow-right.png);
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  right: -74px;
}
.flow .flow-list li:nth-of-type(5)::after {
  right: -53px;
}
.flow .flow-list li:nth-of-type(6)::after {
  content: none;
}

.flow .flow-list li a {
  color: #000;
}
.flow .flow-list li a::after {
  content: url(/img/flow/arrow-down.png);
  margin-top: 20px;
}
.flow .flow-list li:nth-of-type(5) a::after {
  position: relative;
  right: -14px;
}

/* /////////   体験談   ///////// */
.experience .lower-mv {
  background-image: url(../img/experience/mv-bg.png);
}

/* /////////   サイトマップ   ///////// */
.sitemap-page.lower .lower-content h4 {
  margin-left: 0;
  padding-left: 0;
  text-align: center;
}
.sitemap-page.lower .lower-content.left .lower-content-inner {
  margin: 0 auto;
}
.sitemap-page .map-list {
  margin: 40px auto;
  width: 500px;
}
.sitemap-page .map-list li {
  height: 2em;
  line-height: 2em;
  display: block;
}
.sitemap-page .map-list li.level-2 {
  padding-left: 20px;
}
.sitemap-page .map-list li.level-3 {
  padding-left: 40px;
}
.sitemap-page .map-list li.level-4 {
  padding-left: 60px;
}
.sitemap-page .map-list li a {
  color: #008bda;
}
.sitemap-page .map-list li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  border-color: transparent transparent transparent #008ada;
  position: relative;
  top: -3px;
  left: -10px;
}

/* /////////   お問い合わせ   ///////// */
.inquiry-page .lower-mv {
  background-image: url(../img/inquiry/mv-bg.png);
}
.inquiry-page.lower .lower-content h4 {
  margin-left: 0;
  padding-left: 0;
  text-align: center;
}
.inquiry-page.lower .lower-content.left .lower-content-inner {
  margin: 0 auto;
}
.form-table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-table dt {
  width: 248px;
  background-color: #c8ebfb;
  margin: 0 2px 2px 0;
  padding: 30px;
  position: relative;
}
.form-table dt.require::after,
.form-table dt.option::after {
  display: block;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 30px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}
.form-table dt.require::after {
  content: "必須";
  background-color: #f00;
}
.form-table dt.option::after {
  content: "任意";
  background-color: #999;
}
.form-table dd {
  width: 550px;
  background-color: #eff7fb;
  margin-bottom: 2px;
  padding: 30px;
}
.form-table dd > input,
.form-table dd > textarea {
  width: 100%;
}
#send-btn {
  display: block;
  margin: 40px auto;
  width: 230px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease;
  border: solid 1px #a40035;
  background-color: #fff;
  color: #a40035;
  cursor: pointer;
}
#send-btn:hover {
  background-color: #a40035;
  color: #fff;
  border-bottom: #fff 1px solid;
}
