@charset "UTF-8";
/* clearfix */
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

/* media-queries */
@media screen and (max-width: 767px) {
  .orientation_landscape .landscape {
    display: block;
  }
  .orientation_landscape .portrait {
    display: none;
  }
  .orientation_portrait .landscape {
    display: none;
  }
  .orientation_portrait .portrait {
    display: block;
  }
}
.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: none;
}

.sp-tb {
  display: none;
}

.tb-pc {
  display: none;
}

.js-media-queries {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .sp-tb {
    display: block;
  }
  .tb-pc {
    display: none;
  }
  .pc {
    display: none;
  }
  .js-media-queries {
    font-family: "sp";
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp-tb {
    display: block;
  }
  .tb-pc {
    display: block;
  }
  .js-media-queries {
    font-family: "tb";
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
  .tb-pc {
    display: block;
  }
  .pc {
    display: block;
  }
  .js-media-queries {
    font-family: "pc";
  }
}
@media screen and (min-width: 1440px) {
  .sp {
    display: none;
  }
  .tb-pc {
    display: block;
  }
  .pc {
    display: block;
  }
  .js-media-queries {
    font-family: "pc";
  }
}
@media print {
  .sp {
    display: none;
  }
  .tb {
    display: none;
  }
  .pc {
    display: block;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: none;
}

html {
  margin: 0;
  padding: 0;
}

body {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*=============================
for vars
=============================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*=============================
for font
=============================*/

/*=============================
for common
=============================*/
html, body {
  margin: 0;
  padding: 0;
  width: 100% !important;
  min-width: 1000px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    overflow-x: hidden !important;
  }
}

h2,
h3,
h4,
h5 {
  font-weight: normal;
}

header {
  line-height: 0;
}

main {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
  overflow-x: clip;
}

p {
  margin: 0;
  padding: 0;
}

main img {
  width: 100%;
  height: auto;
  display: block;
}

/* =====================
  header
===================== */

.l-header .l-header-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.l-header .l-header-bg {
  height: 61px;
  width: 100%;
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header .l-header-bg .l-header-bg-left {
  width: 50%;
  height: 61px;
  background-image: url(./l_header_bg_left.png);
  background-repeat: repeat-x;
  background-size: 24px 61px;
}
.l-header .l-header-bg .l-header-bg-right {
  width: 50%;
  height: 61px;
  background-image: url(./l_header_bg_right.png);
  background-repeat: repeat-x;
  background-size: 12px 61px;
}

@media screen and (max-width: 767px) {
  .l-header .l-header-inner {
    max-width: 100%;
  }
  .l-header .l-header-inner .header-sp {
    width: 180px;
  }
  .l-header .l-header-bg .l-header-bg-left {
    background: #000;
  }
  .l-header .l-header-bg .l-header-bg-right {
    background: #000;
  }
}

/* =====================
  mainvisual
===================== */

.mainvisual .kv__photo {
  width: 100%;
}

/* =====================
  contents
===================== */

.content {
  margin-bottom: 60px;
}
.content__inner {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 130px;
}
.content__inner.nopa {
  padding: 0;
}
.content__photo {
  margin: 50px 0;
}
.content__ttl {
  font-family: FOT-マティス Pro L, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  margin: 70px 0 45px;
  text-align: center;
}
.content__text {
  font-size: 20px;
  line-height: 2.6;
  letter-spacing: 0.25px;
}
.content__text .indent {
  text-indent: 25px;
}
.content__text sup {
  font-size: 14px;
}

/*  btn-more 
------------------------*/

.btn-more {
  width: 100%;
}
.btn-more a {
  background-color: #000;
  display: block;
  padding: 30px 0 34px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 28px;
  line-height: 0;
  font-weight: 600;
  -webkit-transition: all 400ms 0s ease-out;
  -o-transition: all 400ms 0s ease-out;
  transition: all 400ms 0s ease-out;
  margin-top: 10px;
}
.btn-more a:hover {
  opacity: 0.6;
}

/* =====================
  page1
===================== */

#page1 {
  padding-top: 70px;
}
.profile__box {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  padding: 25px 0;
  position: relative;
  margin-bottom: 40px;
}
.profile__ttl {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.profile__ttl span {
  background: #fff;
  padding-right: 10px;
  display: inline-block;
}
.profile__text {
  font-size: 17px;
}
#page1 .content__text {
  font-size: 22px;
  line-height: 1.8;
  font-weight: 500;
}

/* =====================
  page4
===================== */
.suit__area {
  width: 70%;
  margin: 0 auto;
}
.suit__name {
  font-size: 22px;
  margin: 30px 0;
  text-align: center;
}
.content__bg {
  position: relative;
  padding: 20px 0 70px;
  margin: 145px 0 50px;
}
.content__bg::before {
  content: '';
  width: calc( 100vw + 500px );
  height: 100%;
  display: block;
  background: #e8e8e8;
  position: absolute;
  top: 0;
  left: calc( 50% - 50vw );
  transform: translateX(-250px);
  z-index: -1;
}
.logo_durban {
  width: 450px;
  margin: 0 auto 5px;
}
#page4 .content__text {
  font-size: 22px;
  line-height: 1.95;
}
#page4 .text_mini {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 55px;
}

/* =====================
  footer
===================== */

.content-foot-wrap {
  font-family: FOT-マティス Pro L, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  padding: 20px 0 40px;
  line-height: 2;
}
.foot-contact {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.foot-contact a {
  color: #0072bc;
}
.foot-name {
  font-size: 21px;
}

/* =====================
  inview
===================== */

.inview {
  opacity: 0;
  -webkit-transition: 1.3s;
  -o-transition: 1.3s;
  transition: 1.3s;
}
.inview.is-inview {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/* ------------------------------ *
	SNSボタン
 * ------------------------------ */
div.snsWrap {
  text-align: center;
  margin-bottom: 30px;
}

.social_buttons {
  width: 150px;
  list-style-type: none;
  text-align: left;
  margin: 0 auto 30px auto;
  padding: 0;
  *zoom: 1;
  padding-bottom: 30px;
}

.social_buttons li {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  list-style: none;
}

.social_buttons:before, .social_buttons:after {
  content: "";
  display: table;
  clear: both;
}

.social_buttons li {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  font-size: 12px;
}

.social_buttons li:last-child {
  margin-right: 0;
}

.social_buttons li .fb_iframe_widget > span {
  vertical-align: baseline;
}

@media screen and (max-width: 767px) {

  /* =====================
    content
  ===================== */
  
  .content {
    margin-bottom: 50px;
  }
  .content__inner {
    width: 90%;
    padding: 0;
  }
  .content__photo {
    margin: 50px calc(50% - 50vw);
    width: 100vw;
  }
  .content__ttl {
    font-size: 21px;
    margin-top: 50px;
    margin-bottom: 25px;
    padding: 0 10px;
    text-align: left;
  }
  .content__text {
    font-size: 16px;
    padding: 0 10px;
    line-height: 2;
  }
  .content__text .indent {
    text-indent: 16px;
  }

  /*  btn-more 
  ------------------------*/

  .btn-more a {
    font-size: 16px;
  }

  /* =====================
    page1
  ===================== */

  #page1 {
    padding-top: 50px;
  }
  .profile__box {
    padding: 30px 10px 25px;
    margin-bottom: 25px;
  }
  .profile__ttl {
    font-size: 14px;
  }
  .profile__sub {
    font-size: 13px;
  }
  .profile__name {
    font-size: 23px;
  }
  .profile__name span {
    font-size: 13px;
  }
  .profile__text {
    font-size: 14px;
    line-height: 1.8;
  }
  #page1 .content__text {
    font-size: 16px;
  }

  /* =====================
    page4
  ===================== */

  #page4 {
    margin-bottom: 0;
  } 
  .suit__name {
    font-size: 16px;
    margin: 20px 0;
  }
  .suit__photo {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .content__bg {
    margin: 50px 0 30px;
    padding-bottom: 40px;
  }
  .content__bg::before {
    width: 100vw;
    transform: none;
  }
  .logo_durban {
    width: 200px;
  }
  #page4 .content__text {
    font-size: 16px;
    line-height: 2;
  }
  #page4 .text_mini {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 0;
  }

  /*  footer
  ------------------------*/

  .content-foot-wrap {
    padding: 50px 0;
  }
  .foot-logo {
    width: 150px;
  }
  .foot-contact {
    font-size: 20px;
  }
  .foot-name {
    font-size: 16px;
  }
}
