@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fadein {
  opacity: 0;
}

/*下からフェードイン*/
.scrollin {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.txt-center {
  text-align: center;
}
figure img {
  display: inline-block;
  margin: 0 auto;
}

.w-100p {
  width: 100%;
}

[sfcc] #top .dylan-hamburger.open{
  left: inherit !important;
  right: 10px;
}
[sfcc] .wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.wrapper-wrap,
.wrapper-wrap *,
.wrapper-wrap *::before,
.wrapper-wrap *::after {
  box-sizing: border-box
}
/*大枠*/
.wrapper-wrap {
  /*元設定のリセット*/
  max-width: none !important;
  padding: 0;
  margin: 0 !important;
  width: 100% !important;

  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;


  padding-left: 25px !important;
  padding-right: 25px !important;
}

.wrapper-wrap img {
  max-width: 100%;
  height: auto;

  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
.wrapper-main {
  color: #292929;
  font-size: 16px;
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
}
.wrapper-main:after {
  content: " ";
  display: block;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .wrapper-main {
    font-size: 10px;
    width: auto;
    min-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  /*最後不要なもの削除*/
  .wrapper-wrap,
  .main,
  .navi-sidebar,
  .header,
  .inner-hf,
  .container-inner,
  .footer {
    min-width: 100%;
    width: auto;
  }
}

.wrapper-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

.tit {
  font-size: 40px;
  font-weight: 800;
  z-index: 1;
  letter-spacing: -1px;
}
.tit img{
  margin: 0 auto;
}
.tit.sideline {
  position: relative;
  text-align: center;
  padding: 0 55px;
  text-align: center;
}
.tit.sideline:before,
.tit.sideline:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40%;
  height: 2px;
  background-color: #292929;
  z-index: -1;
}
.tit.sideline:before {left:10%;}
.tit.sideline:after {right: 10%;}
.tit02 {
  font-size: 32px;
  font-weight: 800;
  z-index: 1;
  letter-spacing: -1px;
}
.tit03 {
  font-size: 20px;
  font-weight: 800;
  z-index: 1;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  .tit {
    font-size: 20px;
  }
  .tit02 {
    font-size: 16px;
  }
  .tit03 {
    font-size: 10px;
  }
}

.color-green {
  color: #3c907c;
}
.color-pink {
  color: #d95139;
}

.main-visual {
  position: relative;
  padding: 0;
  margin-left: -25px;
  margin-right: -25px;
  overflow: hidden;
}
.main-visual > img {
  width: 100%;
}
.main-visual .main_logo {
  position: absolute;
  top: 19%;
  left: 4%;
  width: 42%;
  max-width: 442px;
}
.main-visual .main_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 32.65625%;
  max-width: 30px;
}
@media only screen and (max-width: 767px) {
  .main-visual .main_logo {
    top: 30%;
    left: 7%;
    width: 32.4%;
  }
  .main-visual .main_copy {
    width: 4%;
    max-width: 30px;
  }
}

.container-fluid {
  position: relative;
  margin-bottom: 0;
  margin-left: -25px;
  margin-right: -25px;
  padding: 0 25px;
}
.container-fluid:before {
  display: block;
  content: " ";
}
.container-fluid.full {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.container-inner {
  position: relative;
  max-width: 1192px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.container-inner:after {
  content: " ";
  display: block;
  clear: both;
}
.container-inner.full {
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#content01 {
  padding-top: 126px;
  padding-bottom: 95px;
}
#content01 .en,
#content01 h2 {
  margin-bottom: 25px;
}
#content01 p {
  line-height: 2.5;
}
@media only screen and (max-width: 767px) {
  #content01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #content01 h2 {
    font-size: 20px;
  }
  #content01 p {
    line-height: 2.5;
  }
}

#content02 {
  background: #f3f3f3;
  padding-top: 79px;
  padding-bottom: 94px;
}
#content02 .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 90px;
  position: relative;
  margin-right: 43px;
}
#content02 .tit span {
  background: #f1f3f4;
  display: inline-block;
  padding: 0 .5em;
  z-index: 1;
}

#content02 figure {
  position: absolute;
  top: -41px;
  left: 0;
  width: 55%;
  max-width: 678px;
  z-index: 1;
}
#content02 .block {
  flex-basis: 54.1875%;
  background: #fff;
  padding: 42px 3% 70px 12%;
}
#content02 .tit02 {
  font-style: italic;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
  #content02 .block {
    flex-basis: 39%;
  }
}
#content02 .text {
  line-height: 2.5;
  margin: 40px 0 80px;
}
@media only screen and (max-width: 767px) {
  #content02 {
    padding: 25px 25px 45px;
  }
  #content02 .content-wrap {
    flex-direction: column;
    margin-top: 25px;
    margin-right: 0;
  }
  #content02 .tit span {
    line-height: 1.2;
  }
  #content02 .tit.sideline:before {left:0;}
  #content02 .tit.sideline:after {right: 0;}
  #content02 figure {
    position: relative;
    top: 0;
    left: 0;
    width: 84%;
    margin: 0 auto;
  }
  #content02 .block {
    margin-top: -17px;
    padding: 29px 33px 20px;
    text-align: center;
  }
  #content02 .text {
    line-height: 2.0;
    margin: 20px 0 40px;
  }
}

#content03 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 70px;
}
#content03 .text {
  line-height: 2.5;
}
#content03 .tit,
#content03 .tit02{
  margin-bottom: 45px;
}
#content03 .tit + p {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  #content03 {
    padding-top: 55px;
    padding-bottom: 40px;
  }
  #content03 .text {
    line-height: 2.0;
  }
  #content03 .tit,
  #content03 .tit02{
    margin-bottom: 20px;
  }
  #content03 .tit + p {
    margin-bottom: 43px;
  }
}

#content04 {
  background: #f3f3f3;
  padding-top: 109px;
  padding-bottom: 116px;
}
#content04 .block {
  background: #fff;
  margin-left: 58px;
  padding: 110px 52px 73px;
  width: 58%;
  max-width: 680px;
}
#content04 .tit02 {
  margin: 0;
  margin-bottom: 40px;
  font-style: italic;
}
#content04 .tit02 img{
  margin: 0;
}
#content04 .text {
  line-height: 2.5;
  margin-bottom: 40px;
  padding-right: 4.5em;
}
#content04 figure {
  position: absolute;
  top:-132px;
  right: 14px;
  width: 43%;
  max-width: 503px;
}
@media only screen and (max-width: 767px) {
  #content04 {
    padding-top: 25px;
    padding-bottom: 22em;
    padding-bottom: 46vw;
  }
  #content04 .block {
    margin-left: 0;
    padding: 23px 30px 10em;
    width: 100%;
  }
  #content04 .tit02 {
    margin-bottom: 25px;
  }
  #content04 figure {
    top: inherit;
    bottom: -27vh;
    right: 50%;
    transform: translateX(50%) !important;
    width: 82%;
  }
}

#content05 {
  padding-top: 170px;
  padding-bottom: 100px;
}
#content05 figure {
  margin-bottom: 35px;
}
#content05 p img {
  margin: 0 auto;
}
#content05 .tit03 {
  margin-bottom: 10px;
}
#content05 .img_sec05 {
  position: relative;
}
#content05 .img_sec05 > img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (min-width: 768px) {
  #content05 .img_sec05{
    margin-bottom: 20px;
  }
  #content05 .img_sec05,
  #content05 .img_sec05 figure{
    height: 80vh;
    max-height: 818px;
  }
  #content05 .img_sec05 img {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #content05 {
    padding-top: 54px;
    padding-bottom: 50px;
  }
}

#content06 .text-select {
  color: #8b8a8a;
  font-size: 20px;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 10px;
}
#content06 .box-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#content06 .box-contents > * {
  padding: 40px 10px 50px;
  width: 50%;
}
#content06 .box-contents .future {
  background: #efd3cf;
}
#content06 .box-contents .bag {
  background: #bfd7d2;
}
#content06 .box-contents .tit {
  margin: 14px 0;
}
#content06 .box-contents .tit img + img {
  margin-left: 20px;
}
#content06 .box-contents .btn a {
  display: inline-block;
}
#content06 .box-contents .btn a:hover {
  opacity: .7;
}
@media only screen and (max-width: 767px) {
  #content06 .text-select {
    font-size: 10px;
  }
  #content06 .box-contents {
    flex-direction: column;
  }
  #content06 .box-contents > * {
    padding: 15px 10px 25px;
    width: 100%;
  }
  #content06 .box-contents .tit {
    width: 68%;
    margin: 14px auto;
  }
  #content06 .box-contents .btn a {
    width: 68%;
  }
}

#footer-copy {
  background: #f3f3f3;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #292929;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer-copy {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 10px;
  }
}


/* tweenmax用 */
.js-animation{
  opacity :0;
  -webkit-transform:translate3D(0,0,0);
  transform:translate3D(0,0,0);
}
.js-animations > * {
  opacity : 0;
  -webkit-transform:translate3D(0,0,0);
  transform:translate3D(0,0,0);
}
.ani-scale{
  -webkit-transform : scale(0); -moz-transform : scale(0); -ms-transform : scale(0); -o-transform : scale(0); transform : scale(0);
}

#footer {
  /*既存CSSの上書き*/
  margin-top: 0;
}