@charset "utf-8";

/* ----------------------------------------------------------

Common Setting

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

div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd  {
  position: relative;
  word-break:break-all;
  padding:0;
  margin:0;
  box-sizing:border-box;
  outline:none;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;/*
  font-family: "Noto Sans JP", sans-serif;*/
}

h1,h2,h3,h4,h5,h6   {
  font-weight:normal;
  padding:0;
  margin:0
}

/*font
.ja {
  font-family: "Arial","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic" , sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
}
/*
.ja2 {
  font-family: "Hiragino Sans", sans-serif;
  font-weight: normal;
}

.bold {
   font-weight: 900;
}

.extra {
  text-shadow: 
    0.2px 0.2px 0, 
    0.2px -0.2px 0px,
    -0.2px 0.2px 0,
    -0.2px -0.2px 0px,
    0.2px 0px 0px,
    0px 0.2px 0px,
    -0.2px 0px 0px,
    0px -0.2px 0px;
}

.heavy {
  text-shadow: 
    0.3px 0.3px 0, 
    0.3px -0.3px 0px,
    -0.3px 0.3px 0,
    -0.3px -0.3px 0px,
    0.3px 0px 0px,
    0px 0.3px 0px,
    -0.3px 0px 0px,
    0px -0.3px 0px;
}

@media only screen and (max-width:767px) {
  .extra ,
  .heavy {
    font-weight: 900;
    text-shadow: none;
  }
}
*/

/*futura-pt*/
.futura  {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.futura.italic  {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.futura.heavy  {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.futura.heavy.italic  {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.futura.bold {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.futura.bold.italic  {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;;
  font-style: italic;
}


/*ul dl*/
ul,ul li  {
  list-style:none;
  padding:0;
  margin:0
}

ul.disc li {
  list-style: disc;
  margin-left: 1em;
}

ol  {
  margin-left: 1em;
}

/*position*/
.center {
  text-align:center
}

.left {
  text-align:left
}

.right  {
  text-align:right
}

.block  {
  display: block;
}

.large {
  font-size: 120%;
}

.small {
  font-size: 90%;
}

/*flex
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: top;
}

  .flex.alignitems__center {
    align-items: center;
  }

  .flex.space__between {
    justify-content: space-between;
  }

  .flex.center {
    justify-content: center;
  }

  .flex.left {
    justify-content: left;
  }

  .flex.right {
    justify-content: right;
  }

.flex.divided2 .flex__list {
  flex-basis: 48%;
  margin-bottom: 4%;
}

  .flex.divided2 .flex__list:nth-child(even) {
    margin-left: 2%;
  }

.flex.divided3 .flex__list {
  flex-basis: 32%;
  margin-bottom: 4%;
}

  .flex.divided3 .flex__list:nth-child(3n-1) {
    margin-left: 1%;
    margin-right: 1%;
  }

.flex .flex__list.w20 {
  flex-basis: 20%;
}

.flex .flex__list.w25 {
  flex-basis: 25%;
}

.flex .flex__list.w30 {
  flex-basis: 30%
}

.flex .flex__list.w31 {
  flex-basis: 31%
}

.flex .flex__list.w32 {
  flex-basis: 32%
}

.flex .flex__list.w33 {
  flex-basis: 33%
}

.flex .flex__list.w35 {
  flex-basis: 35%
}

.flex .flex__list.w40 {
  flex-basis: 40%;
}

.flex .flex__list.w45 {
  flex-basis: 45%;
}

.flex .flex__list.w50 {
  flex-basis: 50%;
}

.flex .flex__list.w55 {
  flex-basis: 55%;
}

.flex .flex__list.w60 {
  flex-basis: 60%;
}

.flex .flex__list.w65 {
  flex-basis: 65%;
}

.flex .flex__list.w70 {
  flex-basis: 70%;
}

.flex__list a {
  text-decoration: none!important
}

@media only screen and (max-width:767px) {
  .flex.divided2 ,
  .flex.divided3  {
    margin-left: auto;
    margin-right: auto;
  }
  
  .flex.space__between {
    justify-content: center;
  }

  .flex .flex__list,
  .flex.divided2 .flex__list,
  .flex.divided3 .flex__list,
  .flex.divided2 .flex__list:nth-child(even),
  .flex.divided3 .flex__list:nth-child(even),
  .flex.divided3 .flex__list:nth-child(3n-1) {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 4%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex .flex__list.w20,
  .flex .flex__list.w25,
  .flex .flex__list.w30 ,
  .flex .flex__list.w31,
  .flex .flex__list.w32,
  .flex .flex__list.w33,
  .flex .flex__list.w35,
  .flex .flex__list.w40,
  .flex .flex__list.w45,
  .flex .flex__list.w50,
  .flex .flex__list.w55 ,
  .flex .flex__list.w60,
  .flex .flex__list.w65 ,
  .flex .flex__list.w70 {
    flex-basis: 100%;
    margin-left: auto;
    margin-right: auto;
  }

}

/*wide*/
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

/*link*/
a:not(.nohover),
a:not(.nohover):hover {
  cursor:pointer;
  color: inherit;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition: 0.2s all;
}

a:not(.nohover):hover {
  opacity: 0.7; 
}

@media (min-width: 520px) {
  a[href^="tel:"] {
      pointer-events: none;
      cursor: default;
  }
}

@media only screen and (max-width: 520px) {
  a:hover {
    opacity: 1.0; 
  }
}

/*img*/
img {
  vertical-align:middle;
  -ms-interpolation-mode:bicubic;
  max-width:100%
}

figure  {
  padding-left: 0;
  margin-right: 0;
  margin-left: auto;
  margin-right: auto;
}

img.radius {
  border-radius: 36px;
}

@media only screen and (max-width:767px) {
  img.radius {
    border-radius:calc(36px / 2);
  }
}

img.round {
  border-radius: 100%;
}

.alignnone,
.alignleft,
.alignright,
.aligncenter  {
  margin:0;
}

.alignleft  {
  display:inline;
  float:left;
  margin-top:9px;
  margin-right:36px;
  margin-bottom:18px
}

.alignright {
  display:inline;
  float:right;
  margin-top:9px;
  margin-left:36px;
  margin-bottom:18px
}

.aligncenter  {
  clear:both;
  display:block;
  margin-left:auto;
  margin-right:auto;
  text-align:center
}

@media only screen and (max-width:767px) {
  .alignnone,
  .alignleft,
  .alignright,
  .aligncenter  {
    display:block;
    float:none;t
    ext-align:center;
    margin:1em auto
  }
}


/*loading 
.loader-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 123456789;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  font-size: 10px;
  margin: auto;
  text-indent: -9999em;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #999 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }
  100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }
  100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
}

/* ----------------------------------------------------------

Btn Setting

---------------------------------------------------------- */
/*btn*/
.btn, 
button[type="button"], 
input[type="button"], 
input[type="submit"]  {
  display:block;
  text-decoration: none;
  text-align:center;
  text-decoration:none;
  box-sizing:border-box;
  position:relative;
  cursor:pointer;
  box-shadow:none;
  outline:none;
  /*
  border-radius: 18px;
  */
  appearance:none;
}

/*
.btn.en  {
  line-height:1;
}

.btn.ja  {
  line-height: 1.25;
}

.btn__round {
  border-radius: 200px!important;
}
*/

/*btn__primary*/
.btn__primary {
  background: #043f14;
  border: 1.5px solid #043f14;
  border-radius: 4.5px;
  text-align: center;
  color: #fff!important;
  font-weight: 700!important;
  padding:18px 36px;
}

  .btn__primary:hover,
  .btn__primary:focus  {
    color: #fff!important;
  }


/*btn__secondary*/
.btn__secondary {
  background: #333;
  border: 1.5px solid #333;
  border-radius: 4.5px;
  text-align: center;
  color: #fff!important;
  font-weight: 700!important;
  padding:18px 36px;
}

  .btn__secondary:hover,
  .btn__secondary:focus  {
    color: #fff!important;
  }

/*btn__border__white*/
.btn__border__white {
  background:rgba(34, 34, 34, 0.50) ;
  border: 1.5px solid #fff;
  border-radius: 4.5px;
  text-align: center;
  color: #fff!important;
  font-weight: 700!important;
  padding:18px 36px;
}

  .btn__border__white:hover,
  .btn__border__white:focus  {
    color: #fff!important;
  }


/*btn__arrow*/
.btn__primary.btn__arrow,
.btn__secondary.btn__arrow ,
.btn__border__white.btn__arrow   {
  display: block;
  background-position:95% 50% ;
  background-image: url(../img/icon__arrow1.png);
  background-size: calc(48px / 2.25);
  background-repeat: no-repeat;
}
/*
  .btn__primary.btn__arrow ,
  .btn__secondary.btn__arrow ,
  .btn__border__white.btn__arrow {
  }

  .btn__transparent__white.btn__arrow {
    background-image: url(../img/icon__arrow1.png);
  }

  .btn__transparent__black.btn__arrow {
    background-image: url(../img/icon__arrow2.png);
  }
*/

@media only screen and (max-width:767px) {
  .btn__arrow  {
    background-position:95% 50% ;
    background-image: url(../img/icon__arrow1.png);
    background-size: calc(48px /  3.25);
  }
}

/* ----------------------------------------------------------

Form Setting

---------------------------------------------------------- */
/*form reset
input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=date],
input[type=url],
input[type=tel],
textarea {
  appearance:none;
  outline:none;
  border-radius: 9px;
  border:1px solid #ccc;
  padding: 22.5px;
  box-sizing:border-box;
  max-width: 100%;
  font-size: inherit;
}

select{
  appearance:none;
  outline:none;
  border-radius: 9px;
  border:1px solid #ccc;
  padding: 22.5px;
  box-sizing:border-box;
  max-width: 100%;
  font-size: inherit;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus {
  transition: 0.3s;
  box-shadow: 0 0 0 6px rgba(0,0,0,0.1)
}

textarea {
  line-height: 2;
}

@media only screen and (max-width:767px) {
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=password],
  input[type=date],
  input[type=url],
  input[type=tel],
  textarea {
    border-radius: calc(9px / 1.5);
    padding: calc(22.5px / 1);
    width: 100%;
    max-width: 100%;
  }

  input[type=text].zip,
  input[type=text].date {
    width:auto;
  }

  select {
    border-radius:calc(9px / 1.5);
    padding: calc(22.5px / 1);
    width: 100%;
    max-width: 100%;
  }
}

/*radio checkbox
input[type=radio],
input[type=checkbox] {
  transform:scale(1.5);
  margin-right: 0.5rem;
}

/*select
.select select {
  box-sizing:border-box;
  width: 100%;
  outline: none;
  border:none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none;
  color: #000;
  max-width: 100%;
  padding: 22.5px 45px 22.5px 22.5px;
  font-size: 18px;
}

.select select::-ms-expand {
  display: none;
}

.select {
  display: inline-block;
  position: relative;
  border-radius: 6px;
  border:1px solid #ccc;
  box-sizing:border-box;
  background: #fff;
}

.select::before {
  position: absolute;
  top: 45%;
  right:9px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
}

::-webkit-input-placeholder {
  color:#aaa;
}
:-ms-input-placeholder {
  color:#aaa;
}
::placeholder{
  color:#aaa
}

@media only screen and (max-width:767px) {
  .select select {
    box-sizing:border-box;
    width: 100%;
    outline: none;
    border:none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    appearance: none;
    color: #000;
    max-width: 100%;
    padding: calc(22.5px / 2) calc(45px /2) calc(22.5px / 2) calc(22.5px / 2);
    font-size: calc(18px / 1.18);
  }

  .select {
    border-radius: calc(6px / 2);
  }
}


/* ----------------------------------------------------------

Table Setting

---------------------------------------------------------- */
/*wide*/
table.w20 th {
  width: 20%;
}

table.w25 th {
  width: 25%;
}

table.w30 th {
  width: 30%;
}

table.w40 th {
  width: 40%;
}

table.w50 th {
  width: 50%;
}

/*table__bordered*/
table.table__bordered {
  border: none;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  font-size: 17.56789px;
  border-top: 0.25px solid #3a3338;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

table.table__bordered tr th {
  text-align: left;
  font-weight: 400;
  border-bottom: 0.25px solid #3a3338;
  background: #f4f0ea;
  padding:36px;
  font-weight: 500;
  /*letter-spacing: 0.0015em;*/
}

table.table__bordered tr td {
  text-align: left;
  font-weight: 400;
  background: #fff;
  border-bottom: 0.25px solid #3a3338;
  padding:36px;
  /*letter-spacing: 0.0015em;*/
}


@media only screen and (max-width:767px) {
  table.table__bordered {
    font-size: calc(18px / 1.19);
  }

  table.table__bordered tr th ,
  table.table__bordered tr td {
    border-bottom: none;
  }

}

/*table__bordered__bottom*/
table.table__bordered__bottom {
  border: none;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  font-size: 17.56789px;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

table.table__bordered__bottom tr th {
  text-align: left;
  font-weight: 400;
  border-bottom: 0.25px solid #3a3338;
  background: #fff;
  padding:36px;
  font-weight: 500;
  /*letter-spacing: 0.0015em;*/
}

table.table__bordered__bottom tr td {
  text-align: left;
  font-weight: 400;
  background: #fff;
  border-bottom: 0.25px solid #3a3338;
  padding:36px;
  /*letter-spacing: 0.0015em;*/
}



/*wp-block-table*/
.wp-block-table table ,
.wp-block-table tr th ,
.wp-block-table tr td {
  border: 1px solid #0576fd;
  border-collapse: collapse;
}

/*table__striped*/
table.table__striped {
  border: none;
  width: 100%;
  table-layout: fixed;
  border: none;
  box-sizing: border-box;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

table.table__striped tr th ,
table.table__striped tr td {
  text-align: left;
  font-weight: 400;
  padding:36px;
  /*letter-spacing: 0.0015em;*/
}

table.table__striped tr th {
  font-weight: bold;
}

  table.table__striped tr th.right {
    text-align: right;
  }

  table.table__striped tr:nth-child(odd) th ,
  table.table__striped tr:nth-child(odd) td {
    background: #f4f0ea;
  }

  table.table__striped tr:nth-child(even) th ,
  table.table__striped tr:nth-child(even) td {
    background: #fff;
  }


/*table__responsive*/
@media only screen and (max-width:767px) {
  /*table__responsive*/
  .table__responsive {
    table-layout: fixed;
  }

  .table__responsive tr th,
  .table__responsive tr td {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    font-size: calc(17px/ 1.17);
    display: block;
  }

  .table__responsive tr th,
  .table__striped.table__responsive tr th,
  .table__bordered.table__responsive tr th {
    display: block;
    position: relative;
    width: 100%;
    padding: 9px 18px 4.5px;
    border: none;
    font-size: calc(18px / 1.18);
  }

  .table__bordered.table__responsive tr {
    /*
    border: 1px solid #dedede;
    */
  }

  .table__responsive.table__bordered {
    border-top: none;
  }

  .table__responsive.table__bordered tr th ,
  .table__responsive.table__bordered tr td {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: none;
    padding:calc(36px /2);
  }
/*
  table.w20 th ,
  table.w25 th ,
  table.w30 th ,
  table.w40 th ,
  table.w50 th ,
  */
  .table__responsive.w20,
  .table__responsive.w25,
  .table__responsive.w30,
  .table__responsive.w40,
  .table__responsive.w50 {
    width: 100%;
  }
}

/* ----------------------------------------------------------

Layout Setting

---------------------------------------------------------- */
body  {
  position: relative;
  font-feature-settings:"palt" 1;
  line-break:strict!important;
  overflow-wrap:break-word!important;
  word-wrap:break-word!important;
  box-sizing:border-box;
  width:100%;
  max-width: 1920px;
  min-width: 1180px;
  color: #121212;
  font-weight:400;
  letter-spacing: 0.05em;
  font-size:18px;
  line-height:2;
  padding:0;
  margin:auto;
}

#wrapper {
  position: relative;
}

main {
  position: relative;
  z-index: 1;
}

.container__fluid  {
  width:100%;
  margin:auto;
  max-width: 1920px;
}

.container__wide {
  width:100%;
  margin:auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
  max-width: 1920px;
}

.container  {
  max-width:1180px;
  margin:auto;
}

.container__middle {
  max-width:1024px;
  margin:auto;
}

.container__narrow {
  max-width:980px;
  margin:auto;
}

.container__xnarrow  {
  max-width:900px;
  margin:auto;
}

.container__xxnarrow {
  max-width:800px;
  margin:auto;
}

.container__xxxnarrow {
  max-width:700px;
  margin:auto;
}

.container__xxxxnarrow {
  max-width:600px;
  margin:auto;
}

.container__xxxxxnarrow {
  max-width:500px;
  margin:auto;
}

@media only screen and (max-width:767px) {
  body  {
    min-width:1px;
    font-size:calc(18px / 1.18);
    line-height: 1.89;
    -webkit-text-size-adjust:100%;
    -webkit-overflow-scrolling:touch;
    overflow-x: hidden;
  }

  .container_wide,
  .container,
  .container__middle,
  .container__narrow,
  .container__xnarrow,
  .container__xxnarrow,
  .container__xxxnarrow,
  .container__xxxxnarrow,
  .container__xxxxxnarrow {
    width:100%;
    max-width:100%;
    padding-left:1em;
    padding-right:1em;
    box-sizing:border-box
  }

  .container .container,
  .container .container__middle,
  .container .container__narrow,
  .container .container__xnarrow,
  .container .container__xxnarrow,
  .container .container__xxxnarrow,
  .container .container__xxxxnarrow,
  .container .container__xxxxxnarrow {
    padding-left:0;
    padding-right:0;
  }

}

/*iPhone横*/
@media (orientation: landscape) and (max-width:900px)　{
  body  {
    min-width:1180px;
  }
}

/*iPad用*/
@media screen and (device- width : 768px ) and (device- height : 1024px ) and (-webkit-device-pixel-ratio: 2 ) {
  body  {
    min-width: 1024px;
  }
}



#wrapper {
  background-image: url(../img/wrapper__bg.png);
  background-position: top center;
  background-size: 100%;
  background-repeat:repeat-y;
}

  .home #wrapper {
    background-image: none;
  }



/* ----------------------------------------------------------

Header Setting

---------------------------------------------------------- */
/*topbar*/
.header {
  position: relative;
}


/*topbar*/
.topbar {
  padding: 18px 0 27px;
}

.topbar__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.topbar__logo {
  flex-basis:400px
}

.topbar__content {
  flex-basis:calc(100% - 400px);
  display: flex;
  flex-wrap: wrap;
  justify-content:  flex-end;
  align-items: center;
}

.topbar__sns  {
  text-align: right;
  border-radius: 100px;
  display: inline-block;
}

.topbar__sns__list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 18px;
}

.topbar__sns__list li img {
  width: calc(54px / 2);
}

@media only screen and (max-width:767px) {
  .topbar {
    padding: calc(18px / 9) 0 9px;
  }

  .topbar__logo {
    flex-basis:256px
  }

  .topbar__content {
    display: none;
  }

}



/*gnav*/
.gnav__pc {
  padding: 32.5px 0;
  background-image: url(../img/gnav__pc__bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}


.gnav__pc__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}


.gnav__pc__list li  {
  margin: 0 22.5px;
  text-align: center;
}

.gnav__pc__list li a  {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 18.25px;
  font-weight: 500;
  cursor: pointer;
}

.gnav__pc__list li a:hover ,
.gnav__pc__list li a:focus  {
  color: #fff!important;
}


nav.gnav__sp {
  display: none
}

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

  nav.gnav__sp  {
    display:block;
    position:fixed;
    top:0;
    right:-100%;
    bottom:0;
    width:100%;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    transition:all .5s;
    opacity:0;

    background-image: url(../img/gnav__sp__bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;

    z-index: 1234567890123456789;
  }

  .open nav.gnav__sp  {
    right:0;
    opacity:1
  }

  nav.gnav__sp .inner {
    padding:0
  }

  nav.gnav__sp .inner ul  {
    list-style:none;
    margin-top: 36px;
    padding:9px 18px;
  }

  nav.gnav__sp .inner ul li {
    position:relative;
    margin:0;
    text-align:left
  }

  nav.gnav__sp .inner ul li a     {
    display:block;
    color:#fff;
    box-sizing:border-box;
    font-size:calc(17px / 1.17);
    font-weight: 500;
    padding:20.25px 9px;
    text-decoration:none;
    transition-duration:0.2s;
    border-bottom:1px solid rgba(255,255,255,0.5);
  }

  /*toggle__btn*/
  .toggle__btn {
    display:block;
    position:fixed;
    top:22.5px;
    right:18px;
    width:30px;
    height:30px;
    transition:all .5s;
    cursor:pointer;
    z-index: 123456789012345678901
  }

  .toggle__btn span {
    display:block;
    position:absolute;
    right:0;
    width:40px;
    height:2px;
    background-color:#043f14;
    border-radius:0;
    transition:all .5s;
  }
/*
    .toggle__btn.invert span {
      background-color: #111e4b!important;
    }
*/
  .toggle__btn span:nth-child(1) {
    top:4px
  }

  .toggle__btn span:nth-child(2) {
    top:12px
  }

  .toggle__btn span:nth-child(3)  {
    bottom:8px
  }

  .open .toggle__btn span {
    background-color:#fff
  }

    .open .toggle__btn.invert span {
      background-color:#fff!important;
    }

  .open .toggle__btn span:nth-child(1) {
    -webkit-transform:translateY(8px) rotate(-315deg);
    transform:translateY(8px) rotate(-315deg)
  }

  .open .toggle__btn span:nth-child(2) {
    opacity:0
  }

  .open .toggle__btn span:nth-child(3) {
    -webkit-transform:translateY(-8px) rotate(315deg);
    transform:translateY(-8px) rotate(315deg)
  }
}


@media only screen and (max-width:767px) {
  .gnav__sp__sns__list  {
    margin: 18px auto;
    text-align: center;
  }

  .gnav__sp__sns__list li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 12px;
  }

  .gnav__sp__sns__list li img {
    height: calc(79px / 2);
  }
}


/*home__header*/
.home__header {
  width: 100%;
  height: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: url(../img/home__header__pc.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home__header__title {
  text-align: center;
  margin: auto;
}

.home__header__title img {
  width: 800px;
  text-align: center;
  margin: auto;
}

@media only screen and (max-width:767px) {
  .home__header {
    width: 100%;
    height: calc(600px / 1.5);
    background-image: url(../img/home__header__sp.jpg);
    background-size: cover;
  }

  .home__header__title img {
    width: 100%;
  }
}


/*page__header*/
.page__header {
  width: 100%;
  height: 360px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: url(../img/page__header__pc.png);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.home__header__title {
  text-align: center;
  margin: auto;
}

.page__header__title span {
  display: block;
  text-align: center;
  margin: auto;
}

  .page__header__title span.ja {
    font-size: 45px;
    font-weight: 700;
  }

  .page__header__title span.en {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.75em;
  }

@media only screen and (max-width:767px) {
  .page__header {
    height: calc(360px  /1.5);
    background-image: url(../img/page__header__sp.png);
  }

  .page__header__title span.ja {
    font-size: calc(45px / 1.55);
  }

  .page__header__title span.en {
    font-size: calc(16px / 1.26);
    letter-spacing: calc(0.75em / 2);
  }
}


/* ----------------------------------------------------------

Section Setting

---------------------------------------------------------- */
/*bg*/
.bg1 {
  background-color: #fff
}

/*color*/
.color1 {
  color: #fff;
}

  p.color1 {
    font-weight: 300;
  }

/*section*/
.section {
  padding:90px 0 ;
}

p.leed {
  font-size: 18px;
}

p.leed.center {
  text-align: center;
}

@media only screen and (max-width:767px) {
  .section {
    padding:calc(90px / 2) 0;
  }

  p.leed {
    font-size: calc(18px / 1.18)
  }

}

/*padding margin*/
.mt-4  {
  margin-top: -4.5px
}

.mt-9  {
  margin-top: -9px
}

.mt-18  {
  margin-top: -18px
}

.mt-27  {
  margin-top: -27px
}

.mt-36 {
  margin-top: -36px
}

.mt-45 {
  margin-top: -45px
}

.mt-54 {
  margin-top: -54px
}

.mt-63 {
  margin-top: -63px
}

.mt-72 {
  margin-top: -72px
}

.mt-81 {
  margin-top: -81px
}

.mt-90 {
  margin-top: -90px
}

.mt-120 {
  margin-top: -120px;
}

.mt-150 {
  margin-top: -150px;
}

.mt-180 {
  margin-top: -180px;
}

.mb-9  {
  margin-bottom: -9px
}

.mb-18  {
  margin-bottom: -18px
}

.mb-27  {
  margin-bottom: -27px
}

.mb-36 {
  margin-bottom: -36px
}

.mb-45 {
  margin-bottom: -45px
}

.mb-54 {
  margin-bottom: -54px
}

.mb-63 {
  margin-bottom: -63px
}

.mb-72 {
  margin-bottom: -72px
}

.mb-81 {
  margin-bottom: -81px
}

.mb-90 {
  margin-bottom: -90px
}

.mt0 {
  margin-top: 0!important;
}

.mt9 {
  margin-top: 9px;
}

.mt18 {
  margin-top: 18px;
}

.mt27 {
  margin-top: 27px;
}

.mt36 {
  margin-top: 36px;
}

.mt45 {
  margin-top: 45px;
}

.mt54 {
  margin-top: 54px;
}

.mt63 {
  margin-top: 63px;
}

.mt72 {
  margin-top: 72px;
}

.mt81 {
  margin-top: 81px;
}

.mt90 {
  margin-top: 90px;
}

.mb0 {
  margin-bottom: 0!important;
}

.mb9 {
  margin-bottom: 9px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb27 {
  margin-bottom: 27px;
}

.mb36 {
  margin-bottom: 36px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb54 {
  margin-bottom: 54px;
}

.mb63 {
  margin-bottom: 63px;
}

.mb72 {
  margin-bottom: 72px;
}

.mb81 {
  margin-bottom: 81px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt0 {
  padding-top: 0;
}

.pt9 {
  padding-top: 9px;
}

.pt18 {
  padding-top: 18px;
}

.pt27 {
  padding-top: 27px;
}

.pt36 {
  padding-top: 36px;
}

.pt45 {
  padding-top: 45px;
}

.pt54 {
  padding-top: 54px;
}

.pt63 {
  padding-top: 63px;
}

.pt72 {
  padding-top: 72px;
}

.pt81 {
  padding-top: 81px;
}

.pt90 {
  padding-top: 90px;
}

.pt120 {
  padding-top: 120px;
}

.pt150 {
  padding-top: 150px;
}

.pt180 {
  padding-top: 180px;
}

.pb0 {
  padding-bottom: 0;
}

.pb9 {
  padding-bottom: 9px;
}

.pb18 {
  padding-bottom: 18px;
}

.pb27{
  padding-bottom: 27px;
}

.pb36 {
  padding-bottom: 36px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb54 {
  padding-bottom: 54px;
}

.pb63 {
  padding-bottom: 63px;
}

.pb72 {
  padding-bottom: 72px;
}

.pb81 {
  padding-bottom: 81px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb210 {
  padding-bottom: 210px;
}

.pd9 {
  padding: 9px;
}

.pd18 {
  padding: 18px;
}

.pd27 {
  padding: 27px;
}

.pd36 {
  padding: 36px;
}

.pd45 {
  padding: 45px;
}

.pd54 {
  padding: 54px;
}

.pd63 {
  padding: 63px;

}

@media only screen and (max-width:767px) {
  .mt-4  {
    margin-top: calc(-4.5px / 2)
  }

  .mt-9  {
    margin-top: calc(-9px / 2)
  }

  .mt-18  {
    margin-top: calc(-18px / 2)
  }

  .mt-27  {
    margin-top: calc(-27px / 2)
  }

  .mt-36 {
    margin-top: calc(-36px / 2)
  }

  .mt-45 {
    margin-top: calc(-45px / 2)
  }

  .mt-54 {
    margin-top: calc(-54px / 2)
  }

  .mt-63 {
    margin-top: calc(-63px / 2)
  }

  .mt-72 {
    margin-top: calc(-72px / 2)
  }

  .mt-81 {
    margin-top: calc(-81px / 2)
  }

  .mt-90 {
    margin-top: calc(-90px / 2)
  }

  .mt-120 {
    margin-top: calc(-120px / 2)
  }

  .mt-150 {
    margin-top: calc(-150px / 2)
  }

  .mt-180 {
    margin-top: calc(-180px / 2)
  }

  .mb-9  {
    margin-bottom: calc(-9px / 2)
  }

  .mb-18  {
    margin-bottom: calc(-18px / 2)
  }

  .mb-27  {
    margin-bottom: calc(-27px / 2)
  }

  .mb-36 {
    margin-bottom: calc(-36px / 2)
  }

  .mb-45 {
    margin-bottom: calc(-45px / 2)
  }

  .mb-54 {
    margin-bottom: calc(-54px / 2)
  }

  .mb-63 {
    margin-bottom: calc(-63px / 2)
  }

  .mb-72 {
    margin-bottom: calc(-72px / 2)
  }

  .mb-81 {
    margin-bottom: calc(-81px / 2)
  }

  .mb-90 {
    margin-bottom: calc(-90px / 2)
  }

  .mt9 {
    margin-top: calc(9px / 2)
  }

  .mt18 {
    margin-top: calc(18px / 2)
  }

  .mt27 {
    margin-top: calc(27px / 2)
  }

  .mt36 {
    margin-top: calc(36px / 2)
  }

  .mt45 {
    margin-top: calc(45px / 2)
  }

  .mt54 {
    margin-top: calc(54px / 2)
  }

  .mt63 {
    margin-top: calc(63px / 2)
  }

  .mt72 {
    margin-top: calc(72px / 2)
  }

  .mt81 {
    margin-top: calc(81px / 2)
  }

  .mt90 {
    margin-top: calc(90px / 2)
  }

  .mb9 {
    margin-bottom: calc(9px / 2)
  }

  .mb18 {
    margin-bottom: calc(18px / 2)
  }

  .mb27 {
    margin-bottom: calc(27px / 2)
  }

  .mb36 {
    margin-bottom: calc(36px / 2)
  }

  .mb45 {
    margin-bottom: calc(45px / 2)
  }

  .mb54 {
    margin-bottom: calc(54px / 2)
  }

  .mb63 {
    margin-bottom: calc(63px / 2)
  }

  .mb72 {
    margin-bottom: calc(72px / 2)
  }

  .mb81 {
    margin-bottom: calc(81px / 2)
  }

  .mb90 {
    margin-bottom: calc(90px / 2)
  }

  .pt9 {
    padding-top: calc(9px / 2)
  }

  .pt18 {
    padding-top: calc(18px / 2)
  }

  .pt27 {
    padding-top: calc(27px / 2)
  }

  .pt36 {
    padding-top: calc(36px / 2)
  }

  .pt45 {
    padding-top: calc(45px / 2)
  }

  .pt54 {
    padding-top: calc(54px / 2)
  }

  .pt63 {
    padding-top: calc(63px / 2)
  }

  .pt72 {
    padding-top: calc(72px / 2)
  }

  .pt81 {
    padding-top: calc(81px / 2)
  }

  .pt90 {
    padding-top: calc(90px / 2)
  }

  .pt120 {
    padding-top: calc(120px / 2)
  }

  .pt150 {
    padding-top: calc(150px / 2)
  }

  .pt180 {
    padding-top: calc(180px / 2)
  }

  .pb9 {
    padding-bottom: calc(9px / 2)
  }

  .pb18 {
    padding-bottom: calc(18px / 2)
  }

  .pb27{
    padding-bottom: calc(27px / 2)
  }

  .pb36 {
    padding-bottom: calc(36px / 2)
  }

  .pb45 {
    padding-bottom: calc(45px / 2)
  }

  .pb54 {
    padding-bottom: calc(54px / 2)
  }

  .pb63 {
    padding-bottom: calc(63px / 2)
  }

  .pb72 {
    padding-bottom: calc(72px / 2)
  }

  .pb81 {
    padding-bottom: calc(81px / 2)
  }

  .pb90 {
    padding-bottom: calc(90px / 2)
  }

  .pb180 {
    padding-bottom: calc(180px / 2)
  }

  .pb210 {
    padding-bottom: calc(210px / 2)
  }

  .pd9 {
    padding: calc(9px / 2)
  }

  .pd18 {
    padding: calc(18px / 2)
  }

  .pd27 {
    padding: calc(27px / 2)
  }

  .pd36 {
    padding: calc(36px / 2)
  }

  .pd45 {
    padding: calc(45px / 2)
  }

  .pd54 {
    padding: calc(54px / 2)
  }

  .pd63 {
    padding: calc(63px / 2)
  }

}



/*pattern*/
.pattern1 {
  background-image: url(../img/pattern__bg1.png);
  background-position: top center;
  background-size: 100%;
  background-repeat: repeat-y;
}

.pattern2 {
  background-image: url(../img/pattern__bg2.png);
  background-position: top center;
  background-size: 100%;
  background-repeat: repeat-y;
}


/*section__title**/
.section__title {
  position: relative;
  font-style: normal;
}

  .section__title.left {
    text-align: left;
  }

  .section__title.right {
    text-align: right;
  }

  .section__title.center {
    text-align: center;
  }
 
.section__title span {
  display: block;
  text-align: center;
  margin: auto;
}

  .section__title span.ja {
    font-size: 45px;
    font-weight: 700;
  }

  .section__title span.en {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.75em;
  }

  .section__title span.ja.color1 ,
  .section__title span.en.color1 {
    color: #fff;
  }

@media only screen and (max-width:767px) {
  .section__title span.ja {
    font-size: calc(45px / 1.55);
  }

  .section__title span.en {
    font-size: calc(16px / 1.65);
    letter-spacing: calc(0.75em / 2);
  }

}


/*section__subtitle*/
.section__subtitle {
  text-align: center;
  margin: auto;
  background-color: #75600a;
  color: #fff;
}

.section__subtitle span.ja {
  display: block;
  text-align: center;
  font-size: 24.5px;
  padding: 7.25px 0;
  font-weight: 500;
  line-height: 1.789;
}

@media only screen and (max-width:767px) {
  .section__subtitle span.ja {
    font-size: calc(24.5px / 1.245);
    padding: calc(7.25px / 1.245) 0;
  }
}


/*breadnav*/
.breadnav {
  padding: 9px 0 36px
}

.breadnav p {
  font-size: 15.5px;
  line-height: 2
}

.breadnav p a {
  text-decoration: underline!important;
}

  .breadnav p a:focus ,
  .breadnav p a:hover  {
    text-decoration: none!important;
    transition: 0.3s;
  }

@media only screen and (max-width:767px) {
  .breadnav {
    padding:calc(9px / 2) 0 calc(36px / 2) ;
  }

  .breadnav p {
    font-size: calc(15.5px / 1.12)
  }
}


/*cta*/
.cta {
  background-image: url(../img/cta__bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size:cover;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  padding: 90px 0;
}

.cta__container {
  flex-basis: 100%;
}

.cta__contact__list {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  margin:63px auto auto;
}

.cta__contact__list li  {
  flex-basis: 456px;
}

.cta__contact__list li span.ja {
  display: block;
  text-align: center;
  margin: 4.5px auto;
  font-size: 22.5px;
  font-weight: 500;
  color: #fff;
}

.cta__contact__list li a.btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
/*
  .cta__contact__list li.tel a {
    padding:13.5px 18px ;
    font-size: 30.5px;
    letter-spacing: 0.25em;
    line-height:1.789
  }
*/
  .cta__contact__list li.mail a {
    padding:18px 18px ;
    font-size: 24px;
    line-height:1.89;
    background-position: 95%;
  }

.cta__contact__list li a img {
  display: block;
  width: calc(55px / 2.25);
  margin-right: 13.5px;
  margin-top: 2.25px;
}

@media only screen and (max-width:767px) {
  .cta {
    padding:calc(90px / 2.0005) 0;
  }

  .cta__contact__list {
    margin:calc(63px / 1.5) auto auto;
  }

  .cta__contact__list li  {
    flex-basis: 100%;
    margin: 9px auto;
  }

  .cta__contact__list li span.ja {
    margin: calc(4.5px / 1.5) auto;
    font-size:calc(22.5px / 1.225);
  }/*

  .cta__contact__list li.tel a {
    padding:calc(18px / 1) 18px ;
    font-size: calc(30.5px / 1.315);
    letter-spacing: calc(0.25em / 1.5);
  }
*/
  .cta__contact__list li.mail a {
    padding:calc(18px / 1) 18px ;
    font-size: calc(24px / 1.24);
    background-position: 95%;
  }

  .cta__contact__list li a img {
    width: calc(55px / 3);
    margin-right:calc(13.5px / 1.35);
    margin-top: calc(2.25px / 1.5);
  }

}


/* ----------------------------------------------------------

Error404 Setting

---------------------------------------------------------- */
/*error404*/
.section.error404 {
  padding-top: 0;
}

.error404 .entry__btn a {
  display: block;
  text-decoration: none;
  padding-bottom: 18px;
  margin: 36px auto 18px;
  max-width: 256px;
}

@media only screen and (max-width:767px) {
  .error404 .entry__btn a {
    display: block;
    text-decoration: none;
    padding-bottom: calc(18px / 1.5);
    margin: calc(36px / 1) auto calc(18px / 1.5);
    max-width: 100%;
  }

}


/* ----------------------------------------------------------

HOME Setting

---------------------------------------------------------- */
/*home__program*/
.home__program {
  height: 100%;
  width: 100%;
  padding-top: 63px;
  padding-bottom:63px;
}

.home__program__title {
  width: 446px;
  height: 400px;
  background-image: url(../img/pattern__bg3.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home__program__title span.ja {
  display: block;
  text-align: center;
  color: #fff;
  padding: 72px;
  letter-spacing: 0.23456751em;
  font-weight: bold;
  font-size: 45px;
  writing-mode: vertical-rl;
}

.home__program__container {
  width: 936.0px;
  margin-left: 210px;
  margin-top: -330px;
  position: relative;
  z-index: 123;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}

.home__program__container:after  {
  position: absolute;
  content: '';
  mix-blend-mode: multiply;
  background-color: rgba(211, 229, 204,0.75);
  width: 100%;
  margin: 36px 0 0 36px ;
  height: 100%;
  z-index: -1;
}

.home__program__list:nth-child(1) ,
.home__program__list:nth-child(2) {
  flex-basis: 450px;
}

.home__program__list:nth-child(3) {
  flex-basis: 936.0px;
  margin-top: 36px;
}

.home__program__detail {
  padding: 45px;
  background-color: #fff;
  text-align: center;
  margin: auto;
  box-sizing: border-box;
}

.home__program__list:nth-child(1) .home__program__detail ,
.home__program__list:nth-child(2) .home__program__detail {
  max-height: 645.0px;
}

.home__program__list:nth-child(3) .home__program__detail a {
  text-align: center;
  margin-left: 18px;
  margin-right: 18px
}

.home__program__caution {
  margin:54px auto auto ;
}

.home__program__caution p {
  text-align: center;
  margin: auto;
  margin-left: calc(90px + 90px);
}

.home__program__caution a {
  display: inline-block;
  text-decoration: none;
}

.home__program__caution img {
  width: calc(55px/ 2);
  margin: 0 4.5px;
}

@media only screen and (max-width:767px) {
  .home__program {
    padding-top: calc(63px / 1.5);
    padding-bottom:calc(63px / 1.5);
    overflow-x: hidden;
  }

  .home__program__title {
    width: 100%;
    height: 300px;
    margin-left: -18px;
    position: relative;
    z-index: 34;
  }

  .home__program__title span.ja {
    padding:13.5px 22.5px;
    text-align: left;
    letter-spacing: calc(0.23456751em / 5);
    font-size:calc(45px / 1.55);
    /*
    writing-mode: vertical-rl;
    */
    writing-mode: horizontal-tb;
  }

  .home__program__container {
    width: calc(95% + 27px);
    margin-left: 9px;
    margin-top: -216px;
    margin-right: -18px;
    z-index: 123;
    position: relative;
  }

  .home__program__container:after  {
    margin: 36px 0 0 18px ;
    height:98.5%;
    z-index: -1;
  }

  .home__program__list:nth-child(1) ,
  .home__program__list:nth-child(2) {
    flex-basis: 100%;
    margin-bottom: 18px;
  }

  .home__program__list:nth-child(3) {
    flex-basis: 100%;
    margin-top: 0;
  }

  .home__program__detail {
    padding: calc(45px / 1.5);
  }

  .home__program__list:nth-child(1) .home__program__detail ,
  .home__program__list:nth-child(2) .home__program__detail {
    max-height: 100%;
  }

  .home__program__list:nth-child(3) .home__program__detail a {
    margin-left: 18px;
    margin-right: 18px
  }

  .home__program__caution {
    margin:calc(54px / 2) auto auto ;
  }

  .home__program__caution p {
    margin-left:auto;
    margin-right: auto;
  }

  .home__program__caution img {
    width: calc(55px/ 2);
    margin: 0 4.5px;
  }

}


/*home__news*/
.home__news {
  background-color: #fff;
  background-image: url(../img/home__news__pc.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: calc(90px + 36px) 0 90px;
}

.home__news__container {
  margin-top: 54px;
}

.home__news__btn {
  width: 336px;
  text-align: center;
  margin: 36px auto auto;
}

.home__news__btn a {
  color: #fff;
}

@media only screen and (max-width:767px) {
  .home__news {
    background-image: url(../img/home__news__sp.png);
    background-size: 100%;
    padding: calc(90px /1.5) 0
  }

  .home__news__container {
    margin-top: calc(54px / 1.5);
  }

  .home__news__btn {
    width: 100%;
    margin: calc(36px / 1.5) auto auto;
  }

}


/*home__talent*/
.home__talent {
  padding-top: 0;
  padding-bottom: 18px;
}

.home__talent__head {
  margin: auto;
  padding: 0;
}

.home__talent__container {
  margin:-270px auto auto;
  position: relative;
  z-index: 123;
  background-color: #fff;
  padding:72px 90px ;
}

.home__talent__list  {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
}

.home__talent__list li {
  flex-basis: 31.5%;
  margin: 0 1.25%;
}

  .home__talent__list li:nth-child(1) {
    margin-left: 0;
  }

  .home__talent__list li:nth-child(3) {
    margin-right: 0;
  }

.home__talent__list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 330px;
  height:calc(330px / 1.25);
  text-decoration: none;
  text-align: center;
  margin: auto;
  background-color: #eaefe8;
  background-image: url(../img/icon__arrow3.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: calc(90px/ 2.25);
}

.home__talent__list li a img {
  text-align: center;
  margin: auto;
  width: calc(266px / 2.25);
}

@media only screen and (max-width:767px) {
  .home__talent {
    padding-bottom: calc(18px / 1.5);
  }

  .home__talent__container {
    margin:-90px auto auto;
    padding:calc(72px / 3) 18px;
  }

  .home__talent__list  {
    margin-top: calc(45px / 1.5);
  }

  .home__talent__list li {
    flex-basis: 100%;
    margin:2% auto;
  }

  .home__talent__list li:nth-child(1) ,
  .home__talent__list li:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
  }

  .home__talent__list li a {
    max-width: 100%;
    height:auto;
    padding:18px 36px ;
    background-color: #eaefe8;
    background-image: url(../img/icon__arrow3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: calc(90px/ 3);
  }

  .home__talent__list li a img {
    text-align: center;
    margin: auto;
    width: calc(266px / 3);
  }

}



/* ----------------------------------------------------------

Program Setting

---------------------------------------------------------- */
/*program__menu*/
.program__menu {
  position: relative;
  padding-top: 45px;
}

.program__menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}

.program__menu__list li {
  flex-basis: 31.5%;
  margin: 0 1.25%;
}

  .program__menu__list li:nth-child(1) {
    margin-left: 0;
  }

  .program__menu__list li:nth-child(3) {
    margin-right: 0;
  }

.program__menu__list li a {
  padding-top: 9px;
  padding-bottom: 9px;
}

@media only screen and (max-width:767px) {
  .program__menu {
    padding-top: 0;
  }

  .program__menu__list li {
    flex-basis: 100%;
    margin: 1.25% auto;
  }

  .program__menu__list li:nth-child(1) ,
  .program__menu__list li:nth-child(3) {
    margin-left: auto;
    margin-right:auto;
  }

  .program__menu__list li a.btn {
    padding-top: 9px;
    background-size: 13.5px;
    padding-bottom: 9px;
  }
}


/*program*/
.section.program {
  position: relative;
  padding-bottom: 0;
  margin-bottom:0;
}

.section.program.program3 {
  padding-bottom:90px;
}

.program__title {
  width: 446px;
  height: 400px;
  background-image: url(../img/pattern__bg3.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.program__title:after  {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background-color: rgba(211, 229, 204,0.75);
  margin: 36px 0 0 36px ;
  width: 592.7896px;
  height: 400px;
  z-index: -1;
}

.program__title span.ja {
  display: block;
  text-align: center;
  color: #fff;
  padding: 63px 72px;
  letter-spacing: 0.23456751em;
  font-weight: bold;
  font-size: 29.5px;
  writing-mode: vertical-rl;
}

.program__container {
  width: 936.0px;
  background-color: #fff;
  padding: 45px;
  margin-left: 210px;
  margin-top: -345px;
  position: relative;
  z-index: 123;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}

.program__list:nth-child(1) ,
.program__list:nth-child(2) {
  flex-basis: 47.5%;
}

.program__list .section__subtitle span.ja {
  font-size: 22.5px
}

.program__detail {
  padding: 45px 0;
  background-color: #fff;
  text-align: center;
  position: relative;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
}

.section.program.program3 .program__detail a {
  display: block;
  text-align: center;
  margin-left: 18px;
  margin-right:18px
}

.home__program__detail a span.small,
.program__detail a span.small {
  display: block;
  text-align: center;
  margin-top: 4.5px;
  font-size: 14px;
}

.home__program__detail .noinfo,
.program__detail .noinfo {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 50%;;right: 0;left: 0;bottom: 0;margin-top: -25%
}

.section.program.program3 .program__container {
  min-height: 500px;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .section.program {
    padding-top: 27px;
    overflow-x: hidden;
  }

  .section.program.program3 {
    overflow-x: hidden;
    padding-bottom:calc(90px / 1);
    margin-bottom: 18px;
    min-height: 300px;
  }

  .program__title {
    width: 100%;
    margin-left: -18px;
    height: 300px;
  }

  .program__title:after  {
    margin: 18px 0 0 18px ;
    width: 110%;
    height: 360px;
  }

  .program__title span.ja {
    padding:18px 22.5px;
    text-align: left;
    letter-spacing: calc(0.23456751em / 10);
    font-size: calc(29.5px / 1.3);
    /*
    writing-mode: vertical-rl;
    */
    writing-mode:horizontal-tb
  }

  .program__container {
    width: calc(95% + 18px);
    padding: calc(45px / 2);
    margin-top: -225px;
    margin-left: 5%;
    margin-right: -18px;
  }

  .program__list:nth-child(1) ,
  .program__list:nth-child(2) {
    flex-basis: 100%;
  }

  .program__list .section__subtitle span.ja {
    font-size: calc(22.5px / 1.25)
  }

  .program__detail {
    padding: calc(45px/ 2) 0;
  }

  .section.program.program3 .program__detail a {
    margin-left: 18px;
    margin-right: 18px
  }

  .home__program__detail .noinfo,
  .program__detail .noinfo {
    position: relative;
    top: calc(50% / 25);
    margin-top: 0;
    padding-bottom: 18px;
  }

  .section.program.program3 .program__container {
    min-height: calc(500px / 2);
    text-align: center;
  }

}



/* ----------------------------------------------------------

Service Setting

---------------------------------------------------------- */
/*service*/
.section.service {
  background-color:transparent;
  background-image: none;
  overflow-x: hidden;
  padding-top: 0;
  padding-bottom:0;
}

  .home .service {
    background-color: #fff;
    background-image: url(../img/service__bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 90px;
    overflow-x: hidden;
  }

.service__container {
  margin-top: 0;
  padding-top:0;
  padding-bottom: 45px;
}

  .home .service__container {
    padding-top: 45px;
    margin-top: 45px;
  }

.service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 45px auto 90px;
}

  .home .service__list {
    margin:  auto;
  }

.service__text {
  flex-basis: 50%;
  padding-top: 18px;
  padding-bottom: 18px;
}

.service__img {
  flex-basis: 60%;
}

  .service__list:nth-child(odd) .service__text {
    order: 1;
    padding-right: 54px;
  }

  .service__list:nth-child(odd) .service__img {
    order: 2;
    margin-right: -10%
  }

  .service__list:nth-child(even) .service__text {
    order:2;
    padding-left: 54px;
  }

  .service__list:nth-child(even) .service__img {
    order: 1;
    margin-left: -10%
  }

.service__title {
  text-align: left;
  margin: 0;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #222;
}

.service__title span.ja {
  display:block;
  text-align:left;
  font-weight: bold;
  line-height: 1.6789;
  font-size: 30.5px;
}

@media only screen and (max-width:767px) {
  .home .service {
    padding-top: calc(90px / 1.5);
  }

  .service__container {
    padding-bottom: calc(45px / 1.5);
  }

  .home .service__container {
    padding-top: calc(45px / 1.5);
    margin-top: calc(45px / 1.5);
  }

  .service__list {
    margin: calc(45px / 1.5) auto 
  }

  .service__text {
    flex-basis: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .service__img {
    flex-basis: 100%;
  }

  .service__list:nth-child(odd) .service__text ,
  .service__list:nth-child(even) .service__text {
    order: 1;
    padding-right: 0;
    padding-left: 0;
  }

  .service__list:nth-child(odd) .service__img,
  .service__list:nth-child(even) .service__img {
    order: 2;
    margin-right: auto;
    margin-left:auto;
  }

  .service__title {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }

  .service__title span.ja {
    font-size: calc(30.5px / 1.315);
  }

}




/* ----------------------------------------------------------

Access Setting

---------------------------------------------------------- */
/*access*/
.section.access {
  padding-top: 45px;
  position: relative;
}

  .home .access {
    padding-top: 90px;
  }

.access__container {
  margin-top: 0;
}

  .home .access__container {
    margin-top: 63px;
  }

.access__list {
  background: #fff;
  padding: 54px  ;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}

.access__map {
  flex-basis: 57.5%;
}

.access__text {
  flex-basis: 37.5%;
}

.access__map iframe {
  width: 100%;
  height: 500px;
}

.access__map__text {
  display: block;
  text-align: left;
  margin-top: 9px;
  font-size: 16px;
}

.access__text dl {
  border-bottom: 1px dotted #aaa;
  padding: 18px 0;
  margin: 0;
  line-height: 1.9;
}

  .access__text dl:nth-child(1) {
    padding:0 0 18px
  }

  .access__text dl:nth-child(2) {
    border-bottom: none;
  }

.access__text dl dt {
  font-weight: 500;
}

.access__text dl dd {
  font-weight: 400;
}

.access__img {
  margin-top: 18px;
}

@media only screen and (max-width:767px) {
  .section.access {
    padding-top: 0
  }

  .home .access {
    padding-top: calc(90px / 1.5);
  }

  .home .access__container {
    margin-top: calc(63px / 1.5);
  }

  .access__list {
    padding: 18px 18px 27px;
  }

  .access__map {
    flex-basis: 100%;
    order: 2;
  }

  .access__text {
    flex-basis: 100%;
    margin-bottom: 27px;
    order: 1;
  }

  .access__map iframe {
    height: calc(500px / 1.5);
  }

  .access__map__text {
    margin-top: calc(9px / 1.5);
    font-size: calc(16px / 1.16);
  }

  .access__text dl ,
  .access__text dl:nth-child(1) {
    padding: calc(18px / 1.5) 0;
  }

  .access__img {
    margin-top:calc(18px / 1.5)
  }

}


/* ----------------------------------------------------------

Hitory Setting

---------------------------------------------------------- */
/*history*/
.section.history {
  padding-top: 45px;
}

.history__block1,
.history__block2,
.history__block3 {
  padding-bottom: 72px;
}

.history__block4 {
  padding-bottom:36px;
}

.history__block1 .history__list,
.history__block3 .history__list,
.history__block5 .history__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}

  .history__block1 .history__list .history__text ,
  .history__block5 .history__list .history__text {
    order: 1;
    flex-basis: 50%;
  }

  .history__block1 .history__list .history__img ,
  .history__block5 .history__list .history__img {
    order: 2;
    flex-basis: 42.5%;
  }

  .history__block3 .history__list .history__text {
    order: 2;
    flex-basis: 50%;
  }

  .history__block3 .history__list .history__img {
    order: 1;
    flex-basis: 42.5%;
  }

.history__text p {
  text-align: justify;
  line-height: 2.2;
}

.history__images__list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}

.history__images__list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}

.history__images__list1 li  {
  flex-basis: 270px
}

.history__images__list1 li:nth-child(even)  {
  margin-top: 90px;
}

.history__images__list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  box-sizing: border-box;
}

  .history__images__list2 .parent {
    flex-basis: 560px;
  }

  .history__images__list2 .child {
    flex-basis: calc(100% - 585px);
  }

  .history__images__list2 .child ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
  }

  .history__images__list2 .child ul li {
    flex-basis:calc(570px / 2);
    margin-bottom: 25px;
  }

  .history__images__list2 .child ul li img {
    width: 100%;
    object-fit: cover;
    height:248px;
  }


@media only screen and (max-width:767px) {
  .section.history {
    padding-top: 0;
  }

  .history__block1,
  .history__block2,
  .history__block3 {
    padding-bottom: calc(72px / 3);
  }

  .history__block4 {
    padding-bottom:calc(36px / 36);
  }

  .history__block1 .history__list,
  .history__block3 .history__list,
  .history__block5 .history__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
  }

  .history__block1 .history__list .history__text ,
  .history__block5 .history__list .history__text ,
  .history__block3 .history__list .history__text,
  .history__block1 .history__list .history__img ,
  .history__block5 .history__list .history__img ,
  .history__block3 .history__list .history__img {
    flex-basis: 100%;
  }

    .history__block1 .history__list .history__text {
      order: 2;
      margin-top: 18px;
    }

    .history__block1 .history__list .history__img  {
      order: 1;
    }


    .history__block3 .history__list .history__text,
    .history__block5 .history__list .history__text  {
      order: 1;
    }

    .history__block3 .history__list .history__img,
    .history__block5 .history__list .history__img  {
      order: 2;
      margin-top: 18px;
    }


  .history__images__list1 li  {
    flex-basis: 47.5%
  }

    .history__images__list1 li:nth-child(even)  {
      margin-top: calc(90px / 1.5);
    }

    .history__images__list1 li:nth-child(3)   {
      margin-top: -36px
    }

    .history__images__list1 li:nth-child(4)   {
      margin-top: calc(calc(90px / 2) /2);
    }

  .history__images__list2 .parent {
    flex-basis: 100%;
  }

  .history__images__list2 .child {
    flex-basis: 100%;
    margin-top: 18px;
  }

  .history__images__list2 .child ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
  }

  .history__images__list2 .child ul li {
    margin-bottom: 18px;
    flex-basis: 47.5%;
  }

  .history__images__list2 .child ul li img {
    width: 100%;
    height:auto;
  }
}




/* ----------------------------------------------------------

Blog Archive Setting

---------------------------------------------------------- */
/*news*/
.section.news ,
.section.single-news {
  padding-top: 0;
}

.news__container {
  background: #fff;
  padding: 18px 45px ;
}

@media only screen and (max-width:767px) {
  .news__container {
    padding:calc(18px / 1.5) 18px;
  }

}

/*news__list*/
.news__list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  padding: 27px 0;
  border-bottom: 1px dotted #aaa;
}

  .news__list dl:nth-last-child(1) {
    border-bottom: none;
  }

.news__list dl dt {
  flex-basis: 15%;
}

.news__list dl dd  {
  flex-basis: 85%;
}

@media only screen and (max-width:767px) {
  .news__list dl {
    padding:calc(27px / 1.5) 0;
  }

  .news__list dl dt {
    flex-basis: 100%;
  }

  .news__list dl dd  {
    flex-basis:100%;
  }
}





/*blog__column
.blog__column {
  position: relative;
  padding-bottom: 27px;
}

.blog__column a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin:0 0 36px;
  text-decoration: none;
}

.blog__column a .archive__entry__img {
  flex-basis: 252.9px;
}

.blog__column a .archive__entry__text {
  flex-basis:calc(100% - 252.9px);
}

.blog__column a .archive__entry__img ,
.blog__column a .archive__entry__img img {
  border-radius: 9px 0 0 9px;
}

.blog__column a .archive__entry__text {
  background-color: #fff;
  padding: 27px;
  font-weight: 500;
}

.blog__column a .archive__entry__text span.date {
  display: block;
  margin-top: 4.5px;
  color: #4d4d4d;
  font-size: 12px;
}

@media only screen and (max-width:767px) {
  .blog__column {
    position: relative;
    padding-bottom:calc(27px / 2);
  }

  .blog__column a {
    margin:0 0 calc(36px / 1.5);
  }

  .blog__column a .archive__entry__img ,
  .blog__column a .archive__entry__text {
    flex-basis: 100%;
  }

  .blog__column a .archive__entry__img ,
  .blog__column a .archive__entry__img img {
    border-radius: 9px 9px 0 0 ;
  }

  .blog__column a .archive__entry__text {
    padding: calc(27px / 1.5);
    border-radius: 0 0 9px 9px ;
  }

  .blog__column a .archive__entry__text span.date {
    margin-top: calc(4.5px / 1.5);
    font-size: calc(12px / 1.12);
  }

}


/*blog__thumbnail*/
.blog__thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: top;
  padding-bottom: 18px;
}

.blog__thumbnail .archive__entry__list {
  flex-basis: 47.5%;
  margin:0 2.45% 27px;
}

  .blog__thumbnail .archive__entry__list:nth-child(odd) {
    margin-left: 0;
  }

  .blog__thumbnail .archive__entry__list:nth-child(even) {
    margin-right: 0;
  }


.blog__thumbnail .archive__entry__list a {
  display: block;
  text-decoration: none;
}

.blog__thumbnail .archive__entry__img ,
.blog__thumbnail .archive__entry__img img {
  border-radius: 9px 9px 0 0;
}

.blog__thumbnail .archive__entry__text {
  background-color: #fff;
  padding:18px 27px 27px;
}

.blog__thumbnail .archive__entry__text p {
  min-height:90px;
  font-weight: 500;
}

.blog__thumbnail .archive__entry__text span.date {
  display: block;
  margin-top: 2.25px;
  color: #4d4d4d;
  font-size: 12px;
}

@media only screen and (max-width:767px) {
  .blog__thumbnail {
    padding-bottom: calc(18px / 2);;
  }

  .blog__thumbnail .archive__entry__list {
    flex-basis: 100%;
    margin:0 auto calc(36px / 1.5);;
  }

  .blog__thumbnail .archive__entry__list:nth-child(odd) ,
  .blog__thumbnail .archive__entry__list:nth-child(even) {
    margin-left:auto;
    margin-right:auto;
  }

  .blog__thumbnail .archive__entry__img ,
  .blog__thumbnail .archive__entry__img img {
    border-radius: 9px 9px 0 0;
  }

  .blog__thumbnail .archive__entry__text {
    padding:calc(27px / 1.5);;
    border-radius: 0 0 9px 9px 0 0 ;
  }

  .blog__thumbnail .archive__entry__text p {
    min-height:calc(90px / 1.5);
  }

  .blog__thumbnail .archive__entry__text span.date {
    margin-top: calc(2.25px / 1.5);
    font-size: calc(12px / 1.12);
  }

}


/*wp-pagenavi*/
.pagination {
  position: relative;
  text-align: center;
  margin: 18px auto auto;
  padding-bottom: 18px;
  z-index: 11111;
}

.wp-pagenavi  {
  clear:both;
  margin:18px auto ;
  text-align:center
}

.wp-pagenavi a, .wp-pagenavi span {
  border:1px solid #0b4902;
  background-color:#fff;
  padding:9px 12.5px;
  margin:0 9px;
  white-space:nowrap;
  border-radius:0;
  font-size: 16px;
  transition:0.2s ease-in-out;
  text-align:center;
  text-decoration:none;
}

.wp-pagenavi a {
  color:#0b4902;
}

.wp-pagenavi a:hover  {
  background-color:#0b4902;
  border-color:#0b4902;
  color:#fff!important
}

.wp-pagenavi span.current {
  background-color:#0b4902;
  border-color:#0b4902;
  color:#fff!important;
  font-weight:bold
}

.wp-pagenavi .pages {
  border:none;
}

.wp-pagenavi .extend {
  border:none;
  padding:9px 0;
  margin:0 4.5px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border:none!important;
}

@media only screen and (max-width:767px) {
  .pagination {
    margin: calc(18px / 1.5) auto auto;
    padding-bottom: calc(18px / 1.5);
  }

  .wp-pagenavi  {
    clear:both;
    margin:calc(27px / 1.5) auto calc(45px / 1.5)
  }

  .wp-pagenavi .pages {
    display: none;
  }

  .wp-pagenavi a, .wp-pagenavi span {
    font-size: calc(16px / 1.1);
    padding:calc(9px / 1.5) calc(18px / 2);
    margin:0 calc(9px  /1.5);
  } 
} 

/* ----------------------------------------------------------

Talent Setting

---------------------------------------------------------- */
.talent__container {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  align-items: top;
  padding-top: 45px;
  padding-bottom: 45px;
}

.talent__menu {
  order: 1;
  flex-basis: 256px;
  margin-right: 44px;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100%;
}

.talent__content {
  order: 2;
  flex-basis: calc(100% - 300px);
}

.talent__menu__list  {
}

.talent__menu__list li {
  margin-bottom: 27px;
}

.talent__detail {
  margin-bottom: 45px;
}

.talent__list__container {
  padding:45px 36px 45px 72px;
  background: #fff;
}

.talent__list li  {
  display: inline-block;
  vertical-align: top;
  width: 32.3333%;
  margin: 13.5px 0;
}

@media only screen and (max-width:767px) {
  .talent__container {
    padding-top: 0;
    padding-bottom: calc(45px / 1.5);
  }

  .talent__menu {
    order: 1;
    flex-basis: 100%;
    margin:auto; /*
    position: sticky;
    top: 0;
    height: 100%;
    width: 100%; */
    z-index: 1234;
    position: relative;  
  }

  .talent__content {
    order: 2;
    flex-basis: 100%
  }

  .talent__menu__list  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
    margin-bottom: 18px;
  }

  .talent__menu__list li {
    flex-basis: 23.5%;
    margin: 1%;
  }

    .talent__menu__list li:nth-child(1) {
      margin-left: 0;
    }

    .talent__menu__list li:nth-child(4) {
      margin-right: 0;
    }


  .single-talent .talent__menu__list li {
    flex-basis: 48.5%;
    margin: 1%;
  }

    .single-talent .talent__menu__list li:nth-child(odd) {
      margin-left: 0;
    }

    .single-talent .talent__menu__list li:nth-child(even) {
      margin-right: 0;
    }

  .talent__menu__list li a.btn {
    background-size:13.5px;
    font-size: 14.5px;
    padding: 9px;
  }

  .talent__detail {
    margin-top: 9px;
    margin-bottom: calc(45px / 1.5);
  }

  .talent__list__container {
    padding: 18px
  }

  .talent__list li  {
    width: 49%;
    margin: 13.5px 0;
  }

}


/*single__talent*/
.single__talent__detail {
  padding: 72px ;
  background: #fff;
}

.single__talent__title {
  text-align: center;
  margin: auto;
}

.single__talent__title span.ja {
  text-align: center;
  margin: auto;
  display: block;
  font-size: 36px;
  font-weight: 700;
}

  .single__talent__title span.ja.small {
    font-size: 27px;
  }

.single__talent__title rt {
  font-size: 11.5px;
  font-weight: 400;
  margin-bottom: 2.25px;
  letter-spacing: 0;
}

.single__talent__img {
  text-align: center;
  margin: 9px auto;
}

.single__talent__img img {
  max-width: 400px;
  text-align: center;
  margin:  auto;
}

.single__talent__text  {
  margin-top: 36px;
}

.single__talent__text dl {
  border-bottom: 1px dotted #aaa;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  padding: 18px 0;
  margin: 0;
  line-height: 1.9;
}

  .single__talent__text dl:nth-last-child(1) {
    border-bottom: none;
  }

.single__talent__text dl dt {
  flex-basis: 20%;
  font-weight: 600;
}

.single__talent__text dl dd {
  flex-basis: 80%;
  font-weight: 400;
}

.single__talent__text dl dd a {
  font-size: 16px;
}

@media only screen and (max-width:767px) {
  .single__talent__detail {
    padding: calc(72px / 1.5) 18px ;
  }

  .single__talent__title span.ja {
    font-size: calc(36px / 1.36);
  }

    .single__talent__title span.ja.small {
    font-size:calc(27px / 1.27);
  }

  .single__talent__title rt {
    font-size: calc(11.5px / 1);
    margin-bottom:calc(2.25px / 1);
  }

  .single__talent__img {
    margin: calc(9px / 1) auto;
  }

  .single__talent__img img {
    max-width: 100%;
  }

  .single__talent__text  {
    margin-top: calc(36px / 1.5);
  }

  .single__talent__text dl {
    padding: calc(18px / 1.5) 0;
  }

  .single__talent__text dl dt ,
  .single__talent__text dl dd {
    flex-basis: 100%;
  }

  .single__talent__text dl dd a {
    font-size:calc(16px / 1.16)
  }

}

/*single__talent__information*/
.single__talent__information {
  border-top: 1px dotted #aaa;
  padding-top: 54px;
  margin-top: 4.5px;
}

.information__detail .noinfo {
  text-align: center;
  margin: auto;
}

.information__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  padding: 36px 0;
  border-bottom: 1px dotted #aaa;
}

  .information__list:nth-last-child(1) {
    border-bottom: none;
  }

.information__img {
  flex-basis: 212px;
}

.information__text {
  text-align: left;
  padding: 0 0 ;
  flex-basis: calc(100% - 245px);
}

.information__img img {
  width: 100%;
}

.information__subtitle {
  text-align: left;
  position: relative;
  margin-top: 0;
  margin-bottom: 13.5px;
}

.information__subtitle span {
  display: block;
  text-align: left;
  font-size: 22.5px;
  font-weight: bold;
}

.information__text dl  {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  margin: 4.5px 0;
}

.information__text dl dt {
  flex-basis: 81px;
}

.information__text dl dd {
  flex-basis: calc(100% - 99px);
  padding: 0;
}

.information__text dl dt span.ja {
  display: block;
  text-align: center;
  margin: auto;
  font-size: 13px;
  background-color: #333;
  padding-top: 1.225px 9px;
  line-height: 2;
  margin-top: 4.5px;
  color: #fff
}

.information__text dl dd  {
  font-size: 17px;
}

.information__detail .noinfo {
  text-align: center;
  margin: 27px  auto;
}

@media only screen and (max-width:767px) {
  .single__talent__information {
    padding-top: calc(54px / 1.5);
    margin-top:calc( 4.5px / 1.5);
  }

  .information__list {
    padding: calc(36px / 1.5) 0;
  }

  .information__img {
    flex-basis: 100%;
    order: 2;
    text-align: center;
    margin: auto;
  }

  .information__text {
    flex-basis: 100%;
    margin-bottom: 18px;
    order: 1;
  }

  .information__img img {
    width: 90%;
    text-align: center;
    margin: auto;
  }

  .information__subtitle {
    margin-bottom: calc(13.5px / 1.5);
  }

  .information__subtitle span {
    font-size: calc(22.5px / 1.25);;
  }

  .information__text dl  {
    margin:calc(4.5px / 1.5) 0;
  }

  .information__text dl dt {
    flex-basis: 60px;
  }

  .information__text dl dd {
    flex-basis: calc(100% - 75px);
  }

  .information__text dl dt span.ja {
    font-size: calc(13px / 1.13);
    padding-top: 1.225px 9px;
    margin-top: calc(4.5px / 1.45);
  }

  .information__text dl dd  {
    font-size: calc(17px / 1.17);
  }

  .information__detail .noinfo {
    margin: calc(27px / 1.5) auto;
  }

}


/*single__talent__btn*/
.single__talent__btn {
  width: 256px;
  text-align: center;
  margin: 36px auto auto;
}

.single__talent__btn a {
  color: #fff;
}

@media only screen and (max-width:767px) {
  .single__talent__btn {
    width: 100%;
    margin: calc(36px / 1.5) auto auto;
  }

}



/* ----------------------------------------------------------

Blog Single Setting

---------------------------------------------------------- */
/*single-news*/
.section.single-news .news__container {
  background: #fff;
  padding: 72px 72px 54px;
}

@media only screen and (max-width:767px) {
  .section.single-news .news__container {
    padding: calc(72px / 1.5) 18px calc(54px / 1.5);
  }

}

/*entry*/
.entry__meta  {
  text-align: left;
  margin: auto;
  border-bottom: 1px solid #ccc;
  padding-bottom: 9px;
  margin-top: 9px;
  margin-bottom: 18px;
}

.entry__meta a  {
  display: block;
  text-decoration: none;
}

.entry__meta .date  {
  font-size: 14px;
}

.entry__meta a:focus ,
.entry__meta a:hover {
  text-decoration: underline;
}
/*
.entry__title  {
  position: relative;
}

  .entry__title span.ja {
    display: block;
    font-weight: bold;
  }
*/
.entry__eyecatch {
  margin:4.5px auto 18px;
  padding: 0;
  text-align: center;
  max-width: 100%;
}

.entry__eyecatch img {
  max-width: 100%;
  height: auto;
}

.entry__content  {
  padding-bottom:54px;
}

.entry__content p {
  line-height: 2;
}

  .entry__content h2 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: bold;
  }

.entry__btn  {
  margin: 54px auto auto;
  text-align: center;
  width: 256px;
}

.entry__btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  margin:auto ;
}

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


}


/* ----------------------------------------------------------

Contact Setting

---------------------------------------------------------- */
/*contact*/
.section.contact {
  padding-top: 0;
  position: relative;
}

.contact__container {
  background: #fff;
  padding: 72px 45px;
}

.contact__container .leed {
  text-align: center;
}

@media only screen and (max-width:767px) {
  .contact__container .leed {
    text-align: left;
  }

  .contact__container {
    padding: calc(72px / 1.5) 18px;
  }

}


/*wpc7*/
.form__container {
  margin-top: 36px;
}

.form__list {
  margin-top: 18px;
}

.form__list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0;
  border-bottom: 1px dotted #aaa;
}

  .form__list dl:nth-last-child(1) ,
  .form__list dl:last-of-type {
    border-bottom:none;
  }

.form__list dt {
  flex-basis: 30%;
  font-weight: bold;
}

.form__list dd {
  flex-basis: 70%;

}

@media only screen and (max-width:767px) {
  .form__container {
    margin-top: calc(36px / 1.5);
  }

  .form__list {
    margin-top: calc(18px /  1.5);
  }

  .form__list dt {
    margin-bottom: 4.5px;
  }

  .form__list dt ,
  .form__list dd {
    flex-basis: 100%
   }
}

/*wpcf7*/
.wpcf7 input[type=text],
.wpcf7 input[type=number],
.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 input[type=date],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  appearance:none;
  outline:none;
  border-radius: 9px;
  border:none;
  padding :18px;
  border: 1px solid #999;
  background-color: #fff;
  box-sizing:border-box;
  width: 100%;
  font-size: 18px;
}

.wpcf7 input[type=text]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=password]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 textarea:focus {
  transition: 0.3s;
  box-shadow: 0 0 0 6px rgba(0,0,0,0.1)
}

.wpcf7 select{/*
  appearance:none;
  outline:none;
  border-radius: 9px;
  border:1px solid #ccc;
  padding: 22.5px;
  box-sizing:border-box;
  max-width: 100%;
  font-size: inherit;
}

.select select {*/
  box-sizing:border-box;
  width: 100%;
  outline: none;
  border:none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none;
  color: #000;
  max-width: 100%;
  padding: 22.5px 45px 22.5px 22.5px;
  font-size: 18px;
}

.wpcf7 .select select::-ms-expand {
  display: none;
}

.wpcf7 .select {
  display: inline-block;
  position: relative;
  border-radius: 9px;
  border:1px solid #999;
  box-sizing:border-box;
  background: #fff;
}

.wpcf7 .select::before {
  position: absolute;
  top: 45%;
  right:9px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #999;
  pointer-events: none;
}

::-webkit-input-placeholder {
  color:#aaa;
}
:-ms-input-placeholder {
  color:#aaa;
}
::placeholder{
  color:#aaa
}

.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox] {
  transform:scale(1.5);
  margin-right: 9px;
}

.wpcf7 .req ,
.wpcf7 .any {
  margin: -3px 9px 0 6px;
  display: inline-block;
  vertical-align: middle;
  padding: 2.25px 18px;
  text-align: center;
  font-size: 12px;
  font-weight: inherit;
  line-height: 1;/*
  border-radius: 4.5px;*/
}

  .wpcf7 .req {
    background: #333;
    color:#fff;
    border: 1px solid #333;
  }

  .wpcf7 .any {
    background: #fff;
    color:#403832;
    border: 1px solid #403832;
  }

.wpcf7 .form__approve {
  text-align: center;
  margin: 18px auto ;
}

@media only screen and (max-width:767px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=number],
  .wpcf7 input[type=email],
  .wpcf7 input[type=password],
  .wpcf7 input[type=date],
  .wpcf7 input[type=url],
  .wpcf7 input[type=tel],
  .wpcf7 textarea {
    width: 100%;
  }

  .wpcf7 input[type=radio],
  .wpcf7 input[type=checkbox] {
    transform:scale(1.5);
    margin-right:calc(9px /1.25);
  }

  .wpcf7 .req ,
  .wpcf7 .any {
    margin: -3px 9px 0 6px;
    padding: 2.25px calc(18px / 1.5);
    font-size:calc(12px / 1.1);
  }

  .wpcf7 .form__approve {
    margin: calc(18px / 1.5) auto ;
  }
}


/*form__submit*/
.form__submit input[type=submit] {
  margin:36px auto 9px;
  width: 468px;
  font-size: 20px;
  padding: 22.5px ;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .form__submit input[type=submit] {
    margin:calc(36px / 1.5) auto ;
    width: 100%;
    font-size: calc(20px / 1.1);
    padding: calc(22.5px / 1.12345) 18px;
  }
}


/* ----------------------------------------------------------

Thanks Setting

---------------------------------------------------------- */
/*thanks*/
.section.thanks {
  padding-top: 0;
}

.thanks .entry__btn a {
  display: block;
  text-decoration: none;
  padding-bottom: 18px;
  margin: 36px auto 18px;
  max-width: 256px;
}

@media only screen and (max-width:767px) {
  .thanks .entry__btn a {
    display: block;
    text-decoration: none;
    padding-bottom: calc(18px / 1.5);
    margin: calc(36px / 1) auto calc(18px / 1.5);
    max-width: 100%;
  }

}

/* ----------------------------------------------------------

Footer Setting

---------------------------------------------------------- */
/*footer__sitemap*/
.footer__sitemap {
  background-color: #fff;
  padding: 36px 0;
  text-align: center;
  margin: auto;
}

.footer__sitemap__list {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer__sitemap__list li {
  margin: 0 18px;
}

.footer__sitemap__list li a {
  text-decoration: none;
  font-size: 16px;
}

@media only screen and (max-width:767px) {
  .footer__sitemap {
    background-color: #fff;
    padding: calc(36px / 1.25) 18px;
  }

  .footer__sitemap__list li {
    flex-basis: 48%;
    margin: 9px 0;
    text-align: left;
  }

  .footer__sitemap__list li a {
    font-size: calc(16px / 1.16);
  }
}


/*footer*/
.footer {
  background-image: url(../img/footer__bg__pc.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.footer__container {
  padding:90px 0 81px;
}

.footer__logo {
  text-align: center;
  margin: auto auto 36px ;
}

.footer__logo img {
  width: 398px;
}

.footer__sns {
  text-align: center;
  margin: 45px auto 9px;
}

.footer__sns__list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px;
}

.footer__sns__list li img {
  width: calc(54px / 1);
}

.footer__text {
  margin-top: 9px;
  letter-spacing: 0.025em;
}

@media only screen and (max-width:767px) {
  .footer {
    background-color: #fcfbfa;
    background-image: url(../img/footer__bg__sp.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 120%;
  }

  .footer__container {
    padding:calc(90px / 1.5) 18px;
  }

  .footer__logo {
    margin: auto auto calc(36px / 1.5) ;
  }

  .footer__logo img {
    width: 256px;
  }

  .footer__sns {
    text-align: center;
    margin: calc(45px / 1.5) auto calc(9px / 2);
  }

  .footer__sns__list li {
    margin: 0 calc(9px / 1);
  }

  .footer__sns__list li img {
    width: calc(54px / 1.5);
  }

  .footer__text {
    margin-top: calc(9px /1.5); 
    letter-spacing:calc(0.025em / 1.5)
  }

}


/*footer__copyright*/
.footer__copyright {
  background-color: #043f14;
  padding: 36px 0;
  text-align: center;
  margin: auto
}

.footer__copyright address {
  font-style: normal;
  font-weight: 300;
  color: #fff;
  font-size: 13px;
}

@media only screen and (max-width:767px) {
  .footer__copyright {
    padding: calc(36px / 1.5) 18px;
  }

  .footer__copyright address {
    font-size: calc(13px / 1.13);
    line-height: 1.56789;
  }

}

.fixed__menu__sp {
  display: none;
}

/*pagetop*/
@media only screen and (max-width:767px) {
  .fixed__menu__sp {
    display: block;
    position: fixed;
    z-index: 12345;
    bottom: 0;
    right: 0;
    width:50px;
    height: 50px;
  }

  .fixed__menu__sp .pagetop a {
    display: block;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    padding-top: 12.25px;
    width:50px;
    height: 50px;
    background: #0b4902;
    margin: auto;
  }

  .fixed__menu__sp .pagetop img {
    width:30px;
  }

}