@charset "UTF-8";
/***********************共通設定************************/
/*----------------------------------------------------
fix
----------------------------------------------------*/
#comHead .pageTitle .en {
  max-width: 165px;
  margin-bottom: 20px;
  /* 751- */
  /* 1277- */
}
@media all and (min-width: 751px) {
  #comHead .pageTitle .en {
    margin-bottom: 30px;
    max-width: 205px;
  }
  main .innerPC {
    width: 1280px;
    margin: 0 auto;
  }
}
@media all and (min-width: 1277px) {
  #comHead .pageTitle .en {
    max-width: 257px;
  }
}
@media screen and (min-width: 1600px) {
  #comHead .image source, #comHead .image img {
    -o-object-position: center middle;
       object-position: center middle;
  }
}

main {
  margin-top: 0;
}


/*----------------------------------------------------
personHead 
----------------------------------------------------*/
.personHead {
  background: #F3F3F3;
  padding: 50px 0;
  text-align: left;
  /* 751- */
}
.personHead .shoulder {
  margin-bottom: 0.6em;
}
.personHead h1 {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
}
.personHead .text {
  margin-top: 1.5em;
}
.personHead .text p {
  font-size: 13px;
  line-height: 1.769;
  margin-top: 1em;
}
.personHead .text p:first-child {
  margin-top: 0;
}
.personHead picture source, .personHead picture img {
  display: block;
  border-radius: 8px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .personHead picture source, .personHead picture img {
    border-radius: 10px;
  }
}
.personHead .image {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .personHead {
    padding: 60px 0;
  }
  .personHead .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .personHead .wrap,
  .personHead .image {
    width: 47.92%;
  }
  .personHead .shoulder {
    line-height: 1.75;
  }
  .personHead h1 {
    font-size: 24px;
  }
  .personHead .text {
    margin-top: 1.6em;
  }
  .personHead .text p {
    font-size: 16px;
    line-height: 1.75;
  }
  .personHead .image {
    margin-top: 0;
  }
}

/*----------------------------------------------------
main section
----------------------------------------------------*/
main .section {
  position: relative;
  margin-top: 30px;
  /* 751- */
  /* 1027- */
  /* 1401- */
}
main .section:first-child {
  margin-top: 50px;
}
main .section h2 {
  color: #F97C0B;
  font-size: 24px;
  line-height: 1.588;
  font-weight: 700;
  text-align: center;
}
main .section .image {
  margin: 0 0 0 30px;
}
main .section source, main .section img {
  border-radius: 8px 0 0 8px;
}
main .section .body {
  padding: 20px 0 0;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .section .body h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
main .section .body .text p {
  margin-top: 1.6em;
}
main .section.rev .image {
  margin: 0 30px 0 0;
}
main .section.rev .image source, main .section.rev .image img {
  border-radius: 0 8px 8px 0;
}
@media all and (min-width: 751px) {
  main .section {
    margin-top: 80px;
    overflow: hidden;
  }
  main .section:first-child {
    margin-top: 100px;
  }
  main .section .innerPC, main .section .innerBig {
    position: relative;
    z-index: 2;
  }
  main .section .image {
    margin-left: 20%;
    width: 80%;
  }
  main .section source, main .section img {
    border-radius: 10px 0 0 10px;
  }
  main .section .body {
    padding-left: 10%;
  }
  main .section .body .innerSP {
    width: 100%;
  }
  main .section .body .text {
    padding: 8px 0px
  }
  main .section .body .text p {
    margin-top: 1.8em;
    font-size: 16px;
    line-height: 1.75;
  }
  main .section.rev .image {
    margin: 0 20% 0 0;
    width: 80%;
  }
  main .section.rev .image source, main .section.rev .image img {
    border-radius: 0 10px 10px 0;
  }
}
@media screen and (min-width: 901px) {
  main .section .image {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 600px);
  }
  main .section.rev .image {
    margin: 0;
    right: auto;
    left: 0;
    width: calc(100% - 600px);
  }
  main .section .body {
    padding: 0;
    max-width: 380px;
  }
  main .section.rev .body {
    margin-left: calc(100% - 380px);
  }
}
@media all and (min-width: 1057px) {
  main .section .image, main .section.rev .image {
    width: 50%;
  }
  main .section .body {
    max-width: 600px;
  }
  main .section.rev .body {
    margin-left: calc(100% - 600px);
  }
}
/*----------------------------------------------------
main comButton
----------------------------------------------------*/
main .comButton {
  margin-top: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  main .comButton {
    margin-top: 80px;
  }
}