* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  color: rgba(1,54,77,.87);
  font-weight: 500;
}


a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: .7;
}

p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 27px;
}



img {
  max-width: 100%;
  height: inherit;
}

ul {
  list-style: none;
  padding: 0;
}

main {
  margin-top: 70px;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.fixed {
  position: fixed;
  width: 100%;
}

.trimming {
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.trimming img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.small {
  font-size: 13px;
}

.trimming.-square {
  padding-top: 100%;
}

.sectionTitle {
  margin: 0 0 30px;
}

.sectionTitle__en {
  font-size: 56px;
  font-family: 'Lora', serif;
  font-weight: 700;
  color: rgba(0,0,0,.08);
  font-style: italic;
}

.sectionTitle__jp {
  font-size: 24px;
  color: #004667;
  display: block;
  margin-top: -30px;
  /* margin-left: 16px; */
}

.sectionTitle:after {
  content: '';
  background-image: url(../img/logo_book.png);
  width: 70px;
  height: 14px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 10px;
}

.sectionTitle.-white:after {
  background-image: url(../img/logo_book_white.png);
}


.sectionTitle.-center {
  text-align: center;
  margin-top: 90px;
}

.sectionTitle.-center:after {
  margin: 10px auto 0;
}

.sectionTitle.-white .sectionTitle__jp {
  color: white;
}

.sectionTitle.-white .sectionTitle__en {
  color: rgba(255,255,255,.4);
}

.viewMore {
  color: #FF8514;
  font-size: 15px;
  position: relative;
  padding-left: 24px;
  margin-top: 50px;
  font-weight: bold;
}

.viewMore:before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(188,155,137,.12);
  display: inline-block;
  position: absolute;
  top: -16px;
  left: 0;
}

.viewMore:after {
  content: '';
  height: 2px;
  width: 216px;
  background-color: rgba(255,122,0,.12);
  display: block;
  margin-top: 8px;
}

.viewMore.-right {
  margin-left: auto;
  width: max-content;
  width: fit-content;
}

.becomeMember {
  width: max-content;
  width: fit-content;
  margin: 50px auto 0;
}

.becomeMember.-left {
  margin: 50px auto 0 0;
}

.becomeMember a:first-child {
  background-color: #F3812A;
  width: 284px;
  height: 62px;
  border-radius: 5px;
  display: block;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
}

 .becomeMember__sub:last-child {
  font-size: 12px;
  color: #F7A13E;
  text-align: center;
  display: block;
  margin-top: 12px;
}

.textLink {
  color: rgba(255,122,0,.92);
}



.layout-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layout-2 > * {
  width: 48%;
}

.layout-2 .trimming {
  padding-top: 30%;
}

.layout-2:nth-child(even) {
  flex-direction: row-reverse;
}

.layout-2 h3 {
  font-size: 26px;
  font-weight: bold;
}

.layout-2 {
  margin-bottom: 60px;
}

.max-width {
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 32px;
}

/***********************************
header
************************************/

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.header__inner{
  display: flex;
  justify-content: space-between;
  height: 70px;
  margin: 0 3.5%;
}

.header__navList {
  display: flex;
  margin: 0;
  line-height: 70px;
}

.header__logo {
  width: 180px;
  padding: 10px;
  margin-top: 4px;
}

.header__navItem {
  margin: 0 20px;
  font-size: 15px;
}


/**** humburger **/

.navbar__toggle {
  display: none;
}



/***********************************
Top title
************************************/

.pageTitle {
  position: relative;
}

.pageTitle .trimming, .pageTitle__img {
  width: 85%;
  padding-top: 28%;
  margin: 70px 0 0 auto;
  position: relative;
  overflow: visible;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.pageTitle .trimming:before, .pageTitle__img:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(76,89,104,.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.pageTitle .trimming:after, .pageTitle__img:after {
  content: '';
  width: 60%;
  height: 100%;
  background-color: #003853;
  position: absolute;
  bottom: -28%;
  left: -12%;
  z-index: -1;
}

.pageTitle h1 {
  position: absolute;
  top: 40%;
  left: 10%;
  color: white;
  z-index: 2;
}

.pageTite__en {
  font-size: 2.4vw;
  display: block;
  font-weight: bold;
  color: rgba(255,255,255,.8);
}

.pageTitle__jp {
  font-size: 4vw;
  font-weight: bold;
  display: block;
  text-shadow: 0 2px 10px rgba(0,0,0,.3);
}

.breadCrumbs {
  margin: 2% 0 100px;
}

.breadCrumbs__list {
  display: flex;
  margin-left: 10%;
  color: white;
  font-size: 12px;
  color: rgba(255,255,255,.7);
}

.breadCrumbs__list .fa-angle-right {
  line-height: 20px;
  margin: 0 5px;
}



/***********************************
Achivement
************************************/

.achivement__listIcon {
  width: 76px;
  height: 76px;
  background-color: #025378;
  color: white;
  font-size: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 76px !important;
  display: block !important;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*.achivement__inner {
  max-width: 1080px;
  margin: 0 auto;
} */

.achivement__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}

.achivement__item {
  width: 48%;
  background-color: #F3F4F4;
  padding: 3.5% 2%;
  position: relative;
}



.achivement__item:nth-child(n+3) {
  margin-top: 70px;
}

.achivement__itemTitle {
  font-size: 32px;
  font-weight: bold;
  color: #025378;
  text-align: center;
  margin-bottom: 22px;
  margin-top: 28px;
}

.achivement__itemText {
  max-width: 320px;
  margin: 0 auto;
}



/***********************************
Contact
************************************/

.contact {
  background-color: #F3F4F4;
  padding: 1px 0 100px;
  margin-top: 100px;
}

.contact__content {
  max-width: 624px;
  margin: 0 auto;
}

.contact__form  {
  margin-top: 64px;
}

.contact__form > * {
  width: 100%;
  display: block;
}

.contact__form input, .contact__form select {
  height: 50px;
  border: none;
  margin-top: 12px;
  color: rgba(0,43,63,.57);
  font-size: 16px;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  padding: 0 16px;
  border-radius: 5px;
  width: 100%;
}

.contact__form input::placeholder, .contact__form select::placeholder, .contact__form textarea::placeholder {
  color: rgba(0,0,0,.12);
}

.contact__form label {
  margin-top: 20px;
}

.contact__form textarea {
  border: none;
  height: 254px;
  font-size: 16px;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  border-radius: 5px;
  padding: 16px;
  width: 100%;
  color: rgba(0,43,63,.57);
}

.contact__form .form-btn {
  width: 284px;
  height: 62px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  background-color: #F3812A;
  border-radius: 5px;
  margin: 50px auto 0;
  display: block;
  -webkit-appearance: none;
}

.contact__form .form-btn:hover {
  opacity: .7;
}

.contact__form p {
  margin: 20px 0 0;
}

 .contact__requid {
   margin-left: 5px;
   color: #F3812A;
 }


 .wpcf7-response-output {
   display: none!important;
 }



/***********************************
Voice
************************************/


.voice {
  position: relative;
  margin-top: 180px;
}

.voice:after{
  content: '';
  background-image: url(../img/voice.jpg);
  width: 100%;
  height: 60%;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -2;
}

.voice:before {
  content: '';
  width: 100%;
  height: 60%;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -1;
  background-color: rgba(52,64,70,.7);
}

.trimming.-round {
  padding-top: 75px;
  border-radius: 100%;
  width: 75px;
  margin: 0 auto;
}

.voice__block .voiceCard {
  width: 32% !important;
  text-align: center;
  padding: 3% 2%;
  background-color: white;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.12);
  height: auto;
}

.voice .swiper-button-prev, .voice .swiper-button-next {
  display: none;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: '\f138' !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  color: rgba(1,54,77,.5);
  font-size: 26px !important;
}

.swiper-container.max-width {
  padding: 0 32px;
}


.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: '\f137' !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background: inherit;
}

.voice__block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1080px;
}

.voiceCard__Name {
  font-size: 11px;
}

.voiceCard__Title {
  font-size: 14px;
}

.voiceCard__Text {
  font-size: 13px;
}

.voiceCard img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}




/***********************************
news
************************************/


.news__block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.newsCard {
  width: 32%;
  background-color: #F3F4F4;
  border-radius: 5px;
  padding: 16px;
}

.newsCard a {
  display: block;
}

.newsCard__category {
  background-color: rgba(48,83,99,.36);
  border-radius: 14px;
  color: white;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  width: max-content;
  width: fit-content;
  padding: 0 12px;
}

.newsCard__info {
  display: flex;
  justify-content: space-between;
}

.newsCard__title {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 0 4px;
}

.newsCard__date {
  font-size: 12px;
  line-height: 28px;
}

.newsCard__thumb {
  width: 100%;
  height: 18vw;
  max-height: 210px;
  object-fit: cover;
  font-family: 'object-fit: cover';
}




/***********************************
footer
************************************/

footer {
  background-color: #0F2834;
  color: white;
  padding: 26px 32px 20px;
}

.footer__navList {
  display: flex;
  font-size: 13px;
  font-weight: 400;
  width: max-content;
  width: fit-content;
  margin: 0 auto;
}

.footer__navItem:after {
  content: '/';
  margin: 0 10px;
}

.footer__snsBlock {
  text-align: center;
}

.snsIcon {
  font-size: 20px;
  line-height: 42px !important;
  width: 44px;
  border-radius: 50%;
  border: 1px solid white;
  text-align: center;
  margin: 15px;
}

.footer__nav {
  margin-top: 20px;
}

.footer__copyright {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  margin-top: 40px;
}


/***********************************
support logo
************************************/

.support__logoBlock {
  max-width: 1000px;
  margin: 0 auto;
}

.support__logoBlock ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.support__logoBlock a {
  font-size: 12px;
  text-align: right;
  display: block;
}


.supportLogo__img {
  height: 40px;
  margin: 10px;
}




/********************************************************************
Tablet
********************************************************************/


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

  .small {
    font-size: 11px;
  }

  .max-width {
    padding: 0 32px;
  }

  p {
    font-size: 13px;
    margin: 10px 0;
    line-height: 24px;
  }

  .sectionTitle.-center {
    margin-top: 50px;
  }

  .sectionTitle__en {
    font-size: 40px;
  }

  .sectionTitle__jp {
    font-size: 20px;
  }

  .viewMore {
    font-size: 14px;
    margin-top: 38px;
  }


  .layout-2 h3 {
    font-size: 17px;
    margin-top: 24px;
    margin-bottom: 10px;
    line-height: 30px;
  }

  .breadCrumbs__list {
    font-size: 10px;
  }

  .breadCrumbs__list .fa-angle-right {
    line-height: 16px;
  }

  .becomeMember a:first-child {
    font-size: 14px;
    width: 210px;
    height: 50px;
    line-height: 50px;
  }

  .becomeMember__sub:last-child {
    font-size: 11px;
    letter-spacing: .5px;
  }

  .becomeMember {
    margin-top: 30px;
  }

  .becomeMember.-left {
    margin-top: 30px;
  }


  /*** news ***/
  .newsCard__title {
    font-size: 14px;
  }



  /*** header ***/

  .header__inner {
    position: relative;
    flex-direction: column;
  }

  .header__drawer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }

  .navbar__toggle {
    z-index: 110;
    display: block;
    padding : 8px;
  }

  .navbar__toggleIcon {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background: #5c6b80;
    -webkit-transition: ease .5s;
    transition: ease .5s;
  }

  .navbar__toggleIcon:nth-child(1) {
    top: 0;
  }

  .navbar__toggleIcon:nth-child(2) {
    margin: 8px 0;
  }

  .navbar__toggleIcon:nth-child(3) {
    top: 0;
  }

  .navbar__toggle.open .navbar__toggleIcon:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .navbar__toggle.open .navbar__toggleIcon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }

  .navbar__toggle.open .navbar__toggleIcon:nth-child(3) {
    top: -10px;
    -webkit-transoform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header__nav {
    /*`*`-webkit-transform: translateX(-100%);
    transform: translateX(-100%); **/
    -webkit-transition: ease .5s;
    transition: ease .5s;
    z-index: 101;
    opacity: 0;
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    margin-left: -3.5%;
    pointer-events: none;
  }


  .header__nav.open {
    -webkit-overflow-scrolling: touch;
    /**-webkit-transform:translateX(0);
    transform:translateX(0); **/
    opacity: 1;
    pointer-events: inherit;
  }

  .header__navList {
    flex-direction: column;
    margin: 50vh auto 0;
    transform: translateY(-80%);
    line-height: 60px;
  }

  .header__navItem {
      text-align: center;
  }


  /*** number ***/
  .achivement__itemTitle {
    font-size: 26px;
  }



  /*** support logo ***/

  .support__logoBlock {
    margin: 0 32px;
  }

  .supportLogo__img {
    height: 32px;
  }



  /*** contact ***/

  .contact__content {
    max-width: none;
    margin: 0 32px;
  }

  .contact__form .form-btn {
    font-size: 14px;
    width: 210px;
    height: 50px;
    line-height: 50px;
  }

  .contact__form input, .contact__form select, .contact__form textarea {
    font-size: 14px;
  }

  .contact__form label {
    font-size: 14px;
  }

  .contact {
    margin-top: 80px;
    padding-bottom: 60px;
  }

  .contact__form {
    margin-top: 40px;
  }



  /*** voice ***/

  .voice {
    margin-top: 140px;
  }

  .voice__block .voiceCard {
    width: 90% !important;
    margin: 0 5%;
    padding: 26px 16px 20px;
  }

  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    display: block;
    background: inherit;
  }


  .voice__block {
    /* margin: 0 32px; */
    max-width: none;
  }

  .swiper-container.max-width {
    padding: 0;
  }


  /*** achivement ***/

  .achivement__listIcon {
    width: 70px;
    height: 70px;
    font-size: 28px;
    line-height: 70px !important;
  }

  .achivement {
    margin-top: 60px;
  }

  .voice:after, .voice:before {
    top: -60px;
  }


}




/********************************************************************
SP
********************************************************************/


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

  .pageTitle .trimming:after {
    width: 100%;
  }

  .contact__form .form-btn {
    margin-top: 34px;
  }

  .breadCrumbs {
    margin-bottom: 70px;
    margin-top: 15px;
  }


  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }

  .viewMore:after {
    width: 160px;
  }

  .max-width {
    padding: 0 16px;
  }


  .pageTitle .trimming {
    padding-top: 50%;
  }

  .pageTitle__jp {
    font-size: 26px;
  }

  .pageTite__en {
    font-size: 14px;
  }

  .layout-2, .layout-2:nth-child(even) {
    flex-direction: column;
  }

  .layout-2 > *  {
    width: 100%;
  }

  .layout-2 .trimming {
    padding-top: 62%;
  }

  .layout-2 img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .contact {
    margin-top: 50px;
  }


  /*** header ***/
  .header__logo {
    padding-left: 0;
  }

  .navbar__toggle {
    padding-right: 0;
  }

  /*** number ***/

  .achivement__block {
    flex-direction: column;
    margin-top: 0;
  }

  .achivement__block .achivement__item {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 16px 16px 26px;
  }

  .achivement__itemTitle {
    margin-top: 40px;
  }


  /*** news ***/

  .news__block {
    flex-direction: column;
  }

  .newsCard {
    width: 100%;
  }

  .newsCard:not(:last-child) {
    margin-bottom: 30px;
  }

  .newsCard__thumb {
    height: 54vw;
  }



  /*** support logo ***/

  .support__logoBlock {
    margin: 0 16px;
  }



  .contact__content {
    margin: 0 16px;
  }


  /*** footer ***/
  .footer__navList {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
  }

  .footer__navItem {
    margin: 5px 0;
  }

  .footer__copyright {
    font-size: 10px;
  }


  /*** voice ***/
  .voice__block {
    margin: 0;
  }




}
