@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
select,button,input,textarea,button {
  border: 1px solid #333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*table,td,th {
  border: 1px solid #333;
}*/
td,th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}
th {
  font-weight: bold;
  font-size: 1.05em;
}
html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}
body {
  min-height: 100vh;
  color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 "Helvetica", "Arial", sans-serif;
  background-color: #ffffff;
}
hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}
button:disabled {
  cursor: default;
}
a,a:active,a:link,a:visited {
  text-decoration: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,dialog,hr,img {
  display: block;
}
audio,canvas,iframe,img,svg,video {
  display: inline-block;
  vertical-align: middle;
}
[hidden],dialog:not([open]),template {
  display: none;
}
button,input,select,textarea {
  font-family: inherit;
  border-radius: 0;
}
textarea {
  resize: vertical;
}
audio,canvas,progress,video {
  display: inline-block;
}
input,select {
  vertical-align: middle;
}
button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}
button,select {
  text-transform: none;
}
code,kbd,pre,samp {
/*  font-family: monospace, sans-serif;
  font-size: 1em;*/
}
mark {
  background-color: #ff0;
}
small {
  font-size: 80%;
}
sub,sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
ul {
  list-style: none;
}
picture,img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  /*image-rendering: -webkit-optimize-contrast;*/
}
svg:not(:root) {
  overflow: hidden;
}
a{
  color: inherit;
    -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
h1,h2,h3,h4,h5{font-weight: 500;}

input,select,textarea{
  font-family: 'Noto Sans JP', "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
/*-----------------------------------------------------------
cmn
-------------------------------------------------------------*/
.ef{
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
html {
  width: 100%;
  font-size: calc(100vw / 1366 * 10);
}

@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
html {
  width: 100%;
  font-size: calc(100vw / 899 * 10);
}
a{
  color: inherit;
    -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
}
@media only screen and (max-width: 599px) {
html {
  width: 100%;
  font-size: calc(100vw / 375 * 10);
}
a{
  color: inherit;
    -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
}
body {
  position: relative;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: 'Noto Sans JP', "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.12em;
  background-color: #fff;
  color: #000;
}

@media only screen and (min-width: 900px) {
::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
}

::-webkit-scrollbar:hover {
  background-color: #f3f3f3;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
a[href^="tel:"] {
    pointer-events: none;
}
}
.is_pc { display: block !important; }
.is_sp { display: none !important; }
.is_tb { display: none !important; }
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.is_tb { display: block !important; }
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.is_pc { display: none !important; }
.is_sp { display: block !important; }
.is_tb { display: none !important; }
body {
  font-size: 1.4rem;
}
}

.f_min{
  font-family: 'Noto Serif JP', serif;
}
.f_en{
  font-family: 'Josefin Slab', serif;
  font-style: italic;
}
@font-face {
  font-family: 'quentin';
  src: url('../../src/font/Quentin.woff') format('woff'),
       url('../../src/font/Quentin.ttf') format('truetype');
}
.f_q{
  font-family: 'quentin', sans-serif;
  line-height: 1;
  font-weight: 500;
}
.f_gara{
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: italic;
}

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

component

-------------------------------------------------------------*/
.c_pink{color: #E13C44;}
.c_blue{color: #1FAFE5;}
.c_blue02{color: #0054A4;}
.c_green{color: #0EC392;}
.c_green02{color: #0fa4a4;}
.c_orange{color: #F87549;}
/*-----------------------------------------------------------

cmn laypout

-------------------------------------------------------------*/
.header{
  position: absolute;
  top: 1rem;
  background: #ffffff00;
  z-index: 1000;
  width: 100%;
  padding: 1rem 3rem;
  padding-right: 5rem;
}
.headerInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerInnerBox01{
  width: 10%;
  display: flex;
}
.h_logo{
  width: 10rem;
  display: block;
}
.headerInnerBox01_txt{
  display: none;
}
.headerInnerBox02{
  display: flex;
  justify-content: space-between;
  width: 87%;
}
.headerInnerBox02_page{
  display: flex;
  justify-content: space-between;
  width: 56%;
  margin-right: 1rem;
}
.headerInnerBox02_page li{
  position: relative;
}
.headerInnerBox02_page li:before {
  content: "";
  width: 1px;
  height: 2rem;
  position: absolute;
  background: #DEDEDE;
  right: -2rem;
  top: 0.8rem;
}
.header.transform .headerInnerBox02_page li:before {
  content: "";
  width: 1px;
  height: 2rem;
  position: absolute;
  background: #DEDEDE;
  right: -2rem;
  top: 0.5rem;
}
.headerInnerBox02_page li:last-child:before{
  display: none;
}
.headerInnerBox02_tel{
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.headerInnerBox02_tel img{
  width: 2rem;
  margin-right: 1rem;
}
.headerInnerBox02_tel p{
  color: #384966;
  font-size: 2.2rem;
  margin-bottom: 0.4rem;
}
.headerInnerBox02_que{
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.headerInnerBox02_que img{
  width: 2.5rem;
  margin-right: 1rem;
}
.headerInnerBox02_que p{
  color: #384966;
  font-size: 1.4rem;
}
/* header transform */
.header.transform{
  position: fixed;
  top: 0rem;
  background: #ffffff5e;
  z-index: 1000;
  width: 100%;
  padding: 1rem 3rem;
  padding-right: 5rem;
  backdrop-filter: blur(12px);
}
.header.transform .h_logo{
  width: 5rem;
  margin-right: 2rem;
}
.header.transform .headerInnerBox01_txt{
  display: block;
  font-size: 1rem;
}
.header.transform .headerInnerBox01{
  width: 25%;
  display: flex;
}
.header.transform .headerInnerBox02{
  display: flex;
  justify-content: space-between;
  width: 70%;
}
.header.transform .headerInnerBox02_page{
  font-size: 1.4rem;
  margin-right: 2rem;
}
/* hmb menu */
.navTglOpen{
  width: 4rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 8888;
  line-height: 1;
}
.navBox {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  padding: 0rem 0rem;
  display: block;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  overflow-x: hidden;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBoxInner{
  background: #384966;
  padding: 4rem 0 4rem;
  position: relative;
  z-index: 1;
}
.navBoxInner:after {
  content: "";
  width: 150%;
  height: 31rem;
  border-radius: 50%;
  background: #384966;
  position: absolute;
  left: -25%;
  bottom: -8rem;
}
.navBoxInnerTop{
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.navBoxClose{
  width: 3.7rem;
  display: block;
}
.navBoxInnerBtm{
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.navBoxInnerBtmL{
  width: 37%;
  
}
.navBoxInnerBtmL_tel{
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 2rem 3rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.navBoxInnerBtmL_telTxt01{

}
.navBoxInnerBtmL_telLink01{
  display: flex;
  align-items: center;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.navBoxInnerBtmL_telLink01 img{
  width: 2rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.navBoxInnerBtmL_telTxt02{
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.navBoxInnerBtmL_telTxt03{
  font-size: 1.4rem;
}
.navBoxInnerBtmL_btn{
  margin-bottom: 2rem;
}
.navBoxInnerBtmL_btn a{
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 1rem 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navBoxInnerBtmL_btn a img{
  width: 1.6rem;
  margin-left: 1rem;
}
.navBoxInnerBtmR{
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.navBoxInnerBtmRList01{

}
.navBoxInnerBtmRList01 li{
  margin-bottom: 1rem;
  color: #fff;
}
.navBoxInnerBtmRList01 li:last-child{
  margin-bottom: 0;
}
.navBoxInnerBtmRList02{

}
.navBoxInnerBtmRList02 li{
  margin-bottom: 1rem;
  color: #ffffff90;
  font-size: 1.4rem;
}
.navBoxInnerBtmRList02 li:last-child{
  margin-bottom: 0;
}
.navBoxInnerBtmRList02_insta{
  width: 2.5rem;
  margin-top: 2rem;
}
.navOverlay {
  width: 100%;
  height: 100%;
  background: #00000087;
  position: fixed;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}



.footer{
  position: relative;
}
.ftContact{
  padding: 10rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 65%;
  margin: 0 auto;
}
.ftContact_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 2rem;
}
.ftContact_ttl_en{
  color: #E6EAF0;
  font-size: 10rem;
}
.ftContact_ttl_jp{
  font-size: 3rem;
}
.ftContact_txt{
  text-align: center;
  margin-bottom: 4rem;
}
.ftContactBtnBox{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ftContactBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border: 1px solid #516993;
  box-shadow: 5px 5px 20px #00000020;
  padding: 3rem 0;
  line-height: 1;
  position: relative;
  border-radius: 6px;
  color: #384966;
  background: #fff;
}
.ftContactBtn_tel{
  width: 42rem;
}
.ftContactBtn_form{
  width: 36rem;
}
.ftContactBtn:after{
  content: "";
  width: 4.6rem;
  height: 1px;
  background: #516993;
  position: absolute;
  right: -2.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ftContactBtn:hover{
  opacity: 1;
  background: #384966;
  border-radius: 100px;
  color: #fff;
}
.ftContactBtn p{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftContactBtn_tel p{
  font-size: 3.5rem;
}
.ftContactBtn_tel p img{
  width: 2.6rem;
  margin-right: 2rem;
}
.ftContactBtn_form p{
  font-size: 2.2rem;
}
.ftBtm{
  background: #F4F7FC;
  padding: 6rem 0 2rem;
  position: relative;
  z-index: 200;
}
.ftBtmInner{
  width: 85%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
}
.ftBtmInnerL{
  width: 30%;
}
.ftBtmInnerL_map{
  margin-bottom: 2rem;
}
.ftBtmInnerL_map iframe{
  width: 100%;
  height: 30rem;
}
.ftBtmInnerL_list{
  display: flex;
  align-items: center;
}
.ftBtmInnerL_listItem_insta{
  width: 3.8rem;
  margin-right: 2rem;
}
.ftBtmInnerL_listItem_line{
  width: 4rem;
}
.ftBtmInnerC{
  width: 30%;
}
.ftBtmInnerC_logo{
  width: 13rem;
  display: block;
  margin-bottom: 2rem;
}
.ftBtmInnerC_txt01{
  font-size: 2.3rem;
}
.ftBtmInnerC_txt02{
  font-size: 1.4rem;
  margin-bottom: 2rem;
  letter-spacing: 0;
}
.ftBtmInnerC_txt03{
  font-size: 1.4rem;
  letter-spacing: 0;
}
.ftBtmInnerR{
  width: 25%;
}
.ftBtmInnerRList{
  padding: 1rem 0;
  padding-left: 4rem;
  border-left: 1px dashed #384966;
}
.ftBtmInnerRList li{
  margin-bottom: 1rem;
  color: #384966;
}
.ftBtmInnerRList li:last-child{
  margin-bottom: 0;
}
.ftBtmLink{
  display: flex;
  justify-content: center;
}
.ftBtmLink li{
  font-size: 1.2rem;
  color: #959595;
  margin: 0 1rem;
}
.copyRight{
  text-align: center;
  color: #fff;
  background: #384966;
  padding: 1rem 0;
  font-size: 1.2rem;
}
.fixBtn{
  position: fixed;
  right: 3rem;
  bottom: 5rem;
  width:20rem;
  z-index: 100;
  /*display: none;*/
  transition: 0.5s;
}
.fixBtn.is-hidden {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.headerInnerBox02 {
  display: flex;
  justify-content: flex-end;
  width: 87%;
}
.headerInnerBox02_page {
  display: flex;
  justify-content: space-between;
  width: 61%;
  margin-right: 4rem;
  display: none;
}
.headerInnerBox02_tel{
  margin-right: 2rem;
}
.headerInnerBox02_que {
  display: none;
}
.header.transform .headerInnerBox01 {
  width: 36%;
  display: flex;
}
.header.transform .headerInnerBox02 {
  display: flex;
  justify-content: flex-end;
  width: 70%;
}
.navBoxInnerBtm {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.navBoxInnerBtmL {
  width: 44%;
}
.ftContact {
  padding: 10rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 93%;
  margin: 0 auto;
}
.ftContactBtnBox {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.ftContactBtn_tel {
  width: 36rem;
}
.ftContactBtn_form {
  width: 32rem;
}
.ftBtmInner {
  width: 85%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ftBtmInnerL {
  width: 100%;
  margin-bottom: 4rem;
}
.ftBtmInnerC {
  width: 50%;
}
.ftBtmInnerR {
  width: 50%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.header{
  position: absolute;
  top: 1rem;
  background: #ffffff00;
  z-index: 1000;
  width: 100%;
  padding: 1rem 3rem;
  padding-right: 3rem;
}
.headerInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerInnerBox01{
  width: 8rem;
  display: flex;
}
.h_logo{
  width: 8rem;
  display: block;
}
.headerInnerBox01_txt{
  display: none;
}
.headerInnerBox02{
  display: flex;
  justify-content: flex-end;
  width: 87%;

}
.headerInnerBox02_page{
  display: flex;
  justify-content: space-between;
  width: 61%;
  margin-right: 4rem;
  display: none;
}
.headerInnerBox02_tel{
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.headerInnerBox02_tel img{
  width: 1.6rem;
  margin-right: 1rem;
}
.headerInnerBox02_tel p{
  color: #384966;
  font-size: 2rem;
  margin-bottom: 0.4rem;
}
.headerInnerBox02_que {
  display: none;
}
/* header transform */
.header.transform{
  position: fixed;
  top: unset;
  background: none;
  z-index: 1000;
  width: 100%;
  padding: 0;
  padding-right: 0;
  backdrop-filter: unset;
  bottom: 2rem;
}
.header.transform .h_logo{
  width: 5rem;
  margin-right: 2rem;
  display: none;
}
.header.transform .headerInnerBox01_txt{
  display: block;
  font-size: 1rem;
  display: none;
}
.header.transform .headerInnerBox01{
  width: 25%;
  display: flex;
  display: none;
}
.header.transform .headerInnerBox02{
  display: flex;
  justify-content: space-between;
  width: 70%;
  display: none;
}
.header.transform .headerInnerBox02_page{
  font-size: 1.4rem;
  margin-right: 2rem;
}

.header .spNavBox{
  display: none;
  transition: 0.5s;
}
.header.transform .spNavBox{
  display: block;
}
.header .spNavBox.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.spNavBoxInner{
  width: 87%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.spNavBoxInner_bnr{
  width: 24.5rem;
}
.navTglOpenSP{
  width: 6.5rem;
}
/* hmb menu */
.navTglOpen{
  width: 4rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 8888;
  line-height: 1;
  display: none;
}
.navBox {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  padding: 0rem 0rem 8rem;
  display: block;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  overflow-x: hidden;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBoxInner{
  background: #384966;
  padding: 2rem 0 4rem;
  position: relative;
  z-index: 1;
}
.navBoxInner:after {
  content: "";
  width: 150%;
  height: 31rem;
  border-radius: 50%;
  background: #384966;
  position: absolute;
  left: -25%;
  bottom: -4rem;
}
.navBoxInnerTop{
  width: 92%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.navBoxClose{
  width: 3.7rem;
  display: block;
}
.navBoxInnerBtm{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  flex-direction: column;
}
.navBoxInnerBtmL{
  width: 100%;
  margin-bottom: 3rem;
  
}
.navBoxInnerBtmL_tel{
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 2rem 0rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.navBoxInnerBtmL_telTxt01{

}
.navBoxInnerBtmL_telLink01{
  display: flex;
  align-items: center;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.navBoxInnerBtmL_telLink01 img{
  width: 2rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.navBoxInnerBtmL_telTxt02{
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.navBoxInnerBtmL_telTxt03{
  font-size: 1.4rem;
}
.navBoxInnerBtmL_btn{
  margin-bottom: 2rem;
}
.navBoxInnerBtmL_btn a{
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 1.4rem 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navBoxInnerBtmL_btn a img{
  width: 1.6rem;
  margin-left: 1rem;
}
.navBoxInnerBtmR{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navBoxInnerBtmRList01 {
  flex-direction: column;
  flex-wrap: wrap;
  height: 30rem;
  display: flex;
  width: 100%;
}
.navBoxInnerBtmRList01 li{
  margin-bottom: 3rem;
  color: #fff;
}
.navBoxInnerBtmRList01 li:last-child{
  margin-bottom: 0;
}
.navBoxInnerBtmRList02{
  display: flex;
  flex-wrap: wrap;
}
.navBoxInnerBtmRList02 li{
  margin-bottom: 2rem;
  margin-right: 2rem;
  color: #ffffff90;
  font-size: 1.4rem;
}
.navBoxInnerBtmRList02 li:last-child{
  margin-bottom: 0;
}
.navBoxInnerBtmRList02_insta{
  width: 2.5rem;
  margin-top: 0rem;
}
.navOverlay {
  width: 100%;
  height: 100%;
  background: #00000087;
  position: fixed;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}



.footer{
  position: relative;
}
.ftContact{
  padding: 8rem 0 6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 85%;
  margin: 0 auto;
}
.ftContact_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 2rem;
}
.ftContact_ttl_en{
  color: #E6EAF0;
  font-size: 5rem;
  margin-bottom: 2rem;
}
.ftContact_ttl_jp{
  font-size: 2.3rem;
}
.ftContact_txt{
  text-align: center;
  margin-bottom: 4rem;
}
.ftContactBtnBox{
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.ftContactBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border: 1px solid #516993;
  box-shadow: 5px 5px 20px #00000020;
  padding: 2rem 0;
  line-height: 1;
  position: relative;
  border-radius: 6px;
  color: #384966;
  background: #fff;
  height: 6rem;
  margin-bottom: 3rem;
}
.ftContactBtn_tel{
  width: 30rem;
}
.ftContactBtn_form{
  width: 30rem;
}
.ftContactBtn:after{
  content: "";
  width: 4.6rem;
  height: 1px;
  background: #516993;
  position: absolute;
  right: -2.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ftContactBtn:hover{
  opacity: 1;
  background: #384966;
  border-radius: 100px;
  color: #fff;
}
.ftContactBtn p{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftContactBtn_tel p{
  font-size: 2.5rem;
}
.ftContactBtn_tel p img{
  width: 1.8rem;
  margin-right: 2rem;
}
.ftContactBtn_form p{
  font-size: 1.4rem;
}
.ftBtm{
  background: #F4F7FC;
  padding: 6rem 0 2rem;
  position: relative;
  z-index: 200;
}
.ftBtmInner{
  width: 85%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.ftBtmInnerL{
  width: 100%;
  order: 1;
  margin-bottom: 3rem;
}
.ftBtmInnerL_map{
  margin-bottom: 2rem;
}
.ftBtmInnerL_map iframe{
  width: 100%;
  height: 23rem;
}
.ftBtmInnerL_list{
  display: flex;
  align-items: center;
}
.ftBtmInnerL_listItem_insta{
  width: 3.8rem;
  margin-right: 2rem;
}
.ftBtmInnerL_listItem_line{
  width: 4rem;
}
.ftBtmInnerC{
  width: 100%;
  order: 0;
  margin-bottom: 3rem;
}
.ftBtmInnerC_logo{
  width: 13rem;
  display: block;
  margin-bottom: 2rem;
}
.ftBtmInnerC_txt01{
  font-size: 1.9rem;
}
.ftBtmInnerC_txt02{
  font-size: 1.4rem;
  margin-bottom: 2rem;
  letter-spacing: 0;
}
.ftBtmInnerC_txt03{
  font-size: 1.4rem;
  letter-spacing: 0;
  white-space: nowrap;
}
.ftBtmInnerR{
  width: 100%;
  order: 2;
}
.ftBtmInnerRList{
  padding: 1rem 0;
  padding-left: 0rem;
  border-left: none;
}
.ftBtmInnerRList li{
  margin-bottom: 1rem;
  color: #384966;
}
.ftBtmInnerRList li:last-child{
  margin-bottom: 0;
}
.ftBtmLink{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.ftBtmLink li{
  font-size: 1.2rem;
  color: #959595;
  margin: 0 1rem 2rem;
}
.copyRight{
  text-align: center;
  color: #fff;
  background: #384966;
  padding: 1rem 0;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.fixBtn{
  position: fixed;
  right: 3rem;
  bottom: 5rem;
  width:20rem;
  z-index: 100;
  display: none!important;
}
}
/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainV{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
.mainV_ttl{
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  white-space: nowrap;
  margin-top: 5rem;
  z-index: 1;
  color: #384966;
  height: 26rem;
}
.mainV_ttl_txt01{

}
.mainV_ttl_txt02{
  margin-top: 12rem;
}
.main_slide{
  width: 100%;
}
.topIntro{
  position: relative;
}
.topNews{
  width: 80%;
  margin: 0 auto 20rem;
  position: relative;
  z-index: 1;
}
.cmnTtl01Box{
  display: flex;
  position: relative;
}
.cmnTtl01{
  display: flex;
  flex-direction: column;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.cmnTtl01_jp{
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.cmnTtl01_en{
  font-size: 1.4rem;
  color: #516993;
}
.cmnTtl01Box--topNews{
  margin-bottom: 1rem;
}
.topNewsList{
  margin-bottom: 4rem;
}
.topNewsList_item{
  margin-bottom: 1rem;
}
.topNewsList_item a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topNewsList_item a time{
  width: 12%;
  font-size: 1.4rem;
}
.topNewsList_item a p{
  width: 88%;
}
.cmnBtn01Box{
  display: flex;
}
.cmnBtn01{
  width: 27rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border: 1px solid #516993;
  box-shadow: 5px 5px 20px #00000020;
  padding: 2rem 0;
  line-height: 1;
  position: relative;
  border-radius: 6px;
  color: #384966;
  background: #fff;
}
.cmnBtn01:after{
  content: "";
  width: 4.6rem;
  height: 1px;
  background: #516993;
  position: absolute;
  right: -2.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cmnBtn01:hover{
  opacity: 1;
  background: #384966;
  border-radius: 100px;
  color: #fff;
}
.topAbout{
  width: 100%;
  margin: 0 auto 0rem;
  padding-left: 10%;
  position: relative;
  z-index: 1;
}
.topAboutInner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.topAboutInnerL{
  width: 45%;
}
.cmnTtl01Box--circle{
  height: 24rem;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  padding-top: 3rem;
}
.cmnTtl01Box--circle:before{
  content: "";
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  position: absolute;
  background: #d9e1f0;
  background: #f7fbff;
  background: -moz-linear-gradient(-45deg, #f7fbff 20%, #d9e1f0 100%);
  background: -webkit-linear-gradient(-45deg, #f7fbff 20%,#d9e1f0 100%);
  background: linear-gradient(135deg, #f7fbff 20%,#d9e1f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbff', endColorstr='#d9e1f0',GradientType=1 );
  left: -8rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topAboutInnerL_ttl{
  font-size: 4.5rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  letter-spacing: 0.2em;
}
.topAboutInnerL_ttl span{
  color: #BDCAE0;
}
.topAboutInnerL_ttl span:first-child{
  margin-left: -3rem;
}
.topAboutInnerL_ttl b{
  font-weight: 500;
  color: #384966;
}
.topAboutInnerL_txt{
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.topAboutInnerR{
  width: 55%;
  margin-top: 10rem;
}
.topAboutInnerRList{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.topAboutInnerRList li:nth-child(1){
  width: 60rem;
  margin-bottom: 3rem;
}
.topAboutInnerRList li:nth-child(2){
  width: 25rem;
  margin-right: 3rem;
}
.topAboutInnerRList li:nth-child(3){
  width: 30rem;
  margin-right: 8rem;
}
.topIntro{
  position: relative;
  padding-bottom: 8rem;
}
.top_about_bg01{
  position: absolute;
  right: 0;
  top: 0;
  width: 59rem;
}
.top_about_bg02{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 53rem;
}
.topWorry{
  padding: 8rem 0;
  background: url(../../src/img/top_worry_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.topWorry_ttl{
  font-size: 2.6rem;
  color: #fff;
  text-shadow: 0 0 15rem #00000020;
  text-align: center;
  margin-bottom: 3rem;
  text-shadow: 0 0 15px #00000060;
}
.topWorryList{
  width: 70%;
  margin: 0 auto;
  position: relative;
  background: url(../../src/img/top_worry_ico_gr.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 40rem;
}
.topWorryList li{
  text-align: center;
  position: absolute;
  font-size: 2.15rem;
  line-height: 1.6;
}
.topWorryList li:nth-child(1){
  left: 5.4rem;
  top: 8.5rem;
}
.topWorryList li:nth-child(2){
  left: 37rem;
  top: 8.5rem;
}
.topWorryList li:nth-child(3){
  right: 5rem;
  top: 6rem;
}
.topWorryList li:nth-child(4){
  left: 21rem;
  top: 24rem;
}
.topWorryList li:nth-child(5){
  right: 21rem;
  top: 24rem;
}
.topService{
  position: relative;
  margin-bottom: 2rem;
  padding-top: 16rem;
  background: url(../../src/img/top_service_bg01.png) 0 0 no-repeat;
  background-size: 100% 80rem;
}
.topServiceBox{
  background: url(../../src/img/top_service_bg02.png) 0 bottom no-repeat;
  background-size: 36rem 59rem;
  padding-bottom: 10rem;
}
.topServiceIntro{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 8rem;
}
.topServiceIntro:before {
  content: "";
  width: 44rem;
  height: 44rem;
  border-radius: 50%;
  position: absolute;
  background: #d9e1f0;
  background: #f7fbff;
  background: -moz-linear-gradient(-45deg, #f7fbff 20%, #d9e1f0 100%);
  background: -webkit-linear-gradient(-45deg, #f7fbff 20%,#d9e1f0 100%);
  background: linear-gradient(135deg, #f7fbff 20%,#d9e1f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbff', endColorstr='#d9e1f0',GradientType=1 );
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topServiceIntro_ttl{
  position: relative;
  z-index: 1;
  text-align: center;
  color: #384966;
  font-size: 3.2rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.topServiceIntro_txt{
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
}
.topServiceList{
  width: 90%;
  margin: 0 auto 0rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.topServiceList_item{
  width: 33%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  height: 40rem;
  margin-bottom: 8rem;
  opacity: 0;
}
.topServiceList_itemL{
  width: 100%;
  padding-right: 3rem;
  margin-bottom: 3rem;
}
.topServiceList_itemR{
  position: absolute;
  width: 80%;
  background: #fff;
  right: 0;
  bottom: 0;
  padding: 3rem 0;
  padding-left: 4rem;
  box-shadow: -18px -13px 20px #00000020;
}
.topServiceList_itemR_en{
  font-size: 3rem;
  color: #CFD9E7;
  transform: rotate(352deg);
  position: absolute;
  left: 1rem;
  top: 0rem;
  white-space: nowrap;
}
.topServiceList_itemR_ttl{
  font-size: 2.7rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.topServiceList_itemR_txt{
  font-size: 1.4rem;
}
.topServiceList_item:nth-child(1){

}
.topServiceList_item:nth-child(2){
  left: 1rem;
  top: 6rem;
}
.topServiceList_item:nth-child(3){
  left: 2rem;
  top: 0rem;
}
.topServiceList_item:nth-child(4){
  
}
.topServiceList_item:nth-child(5){
  top: 2rem;
  left: 3rem;
}
.topServiceSlide{

}
.topServiceSlide li{
  margin: 0 1rem;
}
.topMenu{
  position: relative;
  background: url(../../src/img/top_menu_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 12rem 0 10rem;
  margin-bottom: 0rem;
}
.topMenuIntro{
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 7rem;
}
.topMenuIntro:before {
  content: "";
  width: 23rem;
  height: 23rem;
  border-radius: 50%;
  position: absolute;
  background: #d9e1f0;
  background: #f7fbff;
  background: -moz-linear-gradient(-45deg, #f7fbff 20%, #d9e1f0 100%);
  background: -webkit-linear-gradient(-45deg, #f7fbff 20%,#d9e1f0 100%);
  background: linear-gradient(135deg, #f7fbff 20%,#d9e1f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbff', endColorstr='#d9e1f0',GradientType=1 );
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.topMenuIntro_ttl{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  height: 6rem;
  line-height: 1;
  padding-top: 3rem;
  margin-bottom: 2rem;
}
.topMenuIntro_ttl_jp{
  position: absolute;
  z-index: 1;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.topMenuIntro_ttl_en{
  position: absolute;
  font-size: 7.5rem;
  color: #516993;
  opacity: 0.1;
}
.topMenuIntro_txt{
  text-align: center;
}
.topMenuTab {
  width: 60%;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.topMenuTab li{
  width: 100%;
  padding: 2rem;
  text-align: center;
  color: #8D8D8D;
  border-top: 1px solid #8D8D8D;
  border-left: 1px solid #8D8D8D;
  border-right: 1px solid #8D8D8D;
  margin: 0px -0.5px;
}
.topMenuTab li.selected{
  background: #D9E2F0;
  color: #384966;
  border-top: 1px solid #384966;
  border-left: 1px solid #384966;
  border-right: 1px solid #384966;
  position: relative;
  z-index: 1;
}
/*.topMenuTab li:nth-child(1){
  border-left: 1px solid #8D8D8D;
}
.topMenuTab li:nth-child(2){
  
}
.topMenuTab li:nth-child(3){
  border-right: 1px solid #8D8D8D;
}*/
.topMenuList{
  width: 60%;
  margin: 0 auto 0rem;
}
.topMenuList_item{
  margin-bottom: 6rem;
}
.topMenuList_itemInner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6rem;
}
.topMenuList_itemInnerL{
  width: 44%;
}
.topMenuList_itemInnerR{
  width: 52%;
}
.topMenuList_itemInnerR_cat01{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.topMenuList_itemInnerR_cat01 li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1;
}
.topMenuList_itemInnerR_cat02{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.5rem;
}
.topMenuList_itemInnerR_cat02 li{
  margin-right: 1rem;
  font-size: 1.2rem;
}
.topMenuList_itemInnerR_txt01{
  color: #384966;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.topMenuList_itemInnerR_ttl{
  font-size: 2.7rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.topMenuList_itemInnerR_txt02{
  font-size: 1.4rem;
  margin-bottom: 2rem;
  white-space: nowrap;
}
.topMenuList_itemInnerR_txt03{
  font-size: 1.2rem;
  color: #384966;
}
.topMenuList_itemInnerR_txt04{
  font-size: 1.2rem;
  color: #626161;
}

.topMenuList .slick-prev {
    left: -10rem;
    top: 26rem;
    width: 5rem;
    height: 2rem;
}
.topMenuList .slick-prev:before {
    content: '';
    background: url(../../src/img/slick_prev.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 5rem;
    height: 2rem;
    display: block;
}
.topMenuList .slick-next {
    right: -10rem;
    top: 26rem;
    width: 5rem;
    height: 2rem;
}
.topMenuList .slick-next:before {
    content: '';
    background: url(../../src/img/slick_next.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 5rem;
    height: 2rem;
    display: block;
}

.topMenuList .slider-dots {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
    margin-top: -13rem;
}
.topMenuList .slider-dots li {
    display: inline-block;
    width: calc(5% - 8px);
    margin: 0 1px;
}
.topMenuList .slider-dots button {
    position: relative;
    width: 100%;
    height: 2px;
    border: 0;
    background-color: #B1BCCB;
    font-size: 0;
}
.topMenuList .slider-dots button:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 0%;
    height: 100%;
}
.topMenuList .slider-dots .slick-active button:after {
    background-color: #384966;
    animation: progress 5.5s linear forwards;
}
@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}
.cmnBtn01Box--topMenu{
  display: flex;
  justify-content: center;
}
.cmnBtn01Box--topMenu .cmnBtn01{
  margin: 0 3rem;
}
.cmnBtn01Box--topMenu .cmnBtn01Navy{
  background: #384966;
  color: #fff;
}
.cmnBtn01Box--topMenu .cmnBtn01Navy p{
  display: flex;
  align-items: center;
}
.cmnBtn01Box--topMenu .cmnBtn01Navy p img{
  width: 1.6rem;
  margin-left: 0.5rem;
}
.topFlow{
  position: relative;
  background: url(../../src/img/top_flow_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 12rem 0 10rem;
}
.topFlowIntro{
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 5rem;
}
.topFlowIntro:before {
  content: "";
  width: 23rem;
  height: 23rem;
  border-radius: 50%;
  position: absolute;
  background: #d9e1f0;
  background: #f7fbff;
  background: -moz-linear-gradient(-45deg, #f7fbff 20%, #d9e1f0 100%);
  background: -webkit-linear-gradient(-45deg, #f7fbff 20%,#d9e1f0 100%);
  background: linear-gradient(135deg, #f7fbff 20%,#d9e1f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbff', endColorstr='#d9e1f0',GradientType=1 );
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.topFlowIntro_ttl{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  height: 6rem;
  line-height: 1;
  padding-top: 3rem;
  margin-bottom: 2rem;
}
.topFlowIntro_ttl_jp{
  position: absolute;
  z-index: 1;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.topFlowIntro_ttl_en{
  position: absolute;
  font-size: 7.5rem;
  color: #516993;
  opacity: 0.1;
}
.topFlowIntro_txt{
  text-align: center;
}


/* ================================================================ */
.topFlowListBox{
  width: 85%;
  margin: 0 auto 5rem;
  position: relative;
}
/*.topFlowListNav{
  margin-bottom: 3rem;
  position: relative;
}
.topFlowListNav:before{
  content: "";
  width: 80%;
  height: 1px;
  background: #384966;
  position: absolute;
  top: 2.8rem;
  left: 0;
  right: 0;
  margin: auto;
}
.topFlowListNav li{
  padding-top: 7rem;
  position: relative;
  text-align: center;
  line-height: 1.6;
  color: #384966;
  cursor: pointer;
}
.topFlowListNav li:before{
  content: "";
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #384966;
  background: #ddebf3;
  transition: 0.3s ease;
  opacity: 0;
}
.topFlowListNav li:after{
  content: "●";
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #fff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #384966;
  letter-spacing: 0;
  transition: 0.3s ease;
}
.topFlowListNav li.slick-current:before{
  opacity: 1;
}
.topFlowListNav li.slick-current:after{
  color: #fff;
  background: #384966;
  border: 1px solid #384966;
}*/
.topFlowListMain{
  width: 90%;
  margin: 0 auto;
}
.topFlowList .slick-prev {
  left: 2rem;
  top: unset;
  bottom: 0rem;
  width: 5rem;
  height: 2rem;
}
.topFlowList .slick-prev:before {
  content: '';
  background: url(../../src/img/slick_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 2rem;
  display: block;
}
.topFlowList .slick-next {
  right: unset;
  left: 11rem;
  top: unset;
  bottom: 0rem;
  width: 5rem;
  height: 2rem;
}
.topFlowList .slick-next:before {
  content: '';
  background: url(../../src/img/slick_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 2rem;
  display: block;
}
.topFlowList_itemInner{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
.topFlowList_itemInnerL{
  width: 60%;
  margin-bottom: 3rem;
}
.topFlowList .topFlowList_item .topFlowList_itemInnerL img{
  transform: scale(0, 0);
  transform-origin: right top;
  transition: transform 0.5s;
}
.topFlowList .topFlowList_item.slick-current .topFlowList_itemInnerL img{
  transform: scale(1, 1);
  transform-origin: right top;
}
.topFlowList_itemInnerR{
  width: 53%;
  background: #E1EAF0;
  padding: 4rem 5rem;
  margin-left: -15rem;
  position: relative;
  z-index: 1;
}
.topFlowList_itemInnerR_ttl{
  font-size: 2.1rem;
  margin-bottom: 1rem;
}
.topFlowList_itemInnerR_txt{
  font-size: 1.4rem;
}

.topFlowList{
  padding-top: 15rem;
}
.topFlowList .slick-dots{
  bottom: unset;
  top: 0rem;
  display: flex;
  justify-content: space-between;
}
.topFlowList .slick-dots:before{
  content: "";
  width: 90%;
  height: 1px;
  background: #384966;
  position: absolute;
  top: 2.8rem;
  left: 0;
  right: 0;
  margin: auto;
}
.topFlowList .slick-dots li{
  padding-top: 7rem;
  position: relative;
  text-align: center;
  line-height: 1.6;
  color: #384966;
  cursor: pointer;
  width: 5.5rem;
  margin: 0!important;
}
.topFlowList .slick-dots li:before{
  content: "";
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #384966;
  background: #ddebf3;
  transition: 0.3s ease;
  opacity: 0;
}
.topFlowList .slick-dots li:after{
  content: "●";
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #fff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #384966;
  letter-spacing: 0;
  transition: 0.3s ease;
}
.topFlowList .slick-dots li.slick-active:before{
  opacity: 1;
}
.topFlowList .slick-dots li.slick-active:after{
  color: #fff;
  background: #384966;
  border: 1px solid #384966;
}
.topFlowList .slick-dots li button:before{
  display: none;
}
.topFlowList .slick-dots li button{
  position: relative;
}
.topFlowList .slick-dots li button:after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
  white-space: pre;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  color: #000;
}
.topFlowList .slick-dots li.slick-active button:after{
  font-size: 1.7rem;
  color: #384966;
  left: 0;
}
.topFlowList .slick-dots li:nth-child(1) button:after{
  content: "問診票記入・\Aカウンセリング";
  left: -3rem;
}
.topFlowList .slick-dots li:nth-child(2) button:after{
  content: "お着換え・\A身体のチェック";
  left: -3rem;
}
.topFlowList .slick-dots li:nth-child(3) button:after{
  content: "四診";
  left: 1rem;
}
.topFlowList .slick-dots li:nth-child(4) button:after{
  content: "施術";
  left: 1rem;
}
.topFlowList .slick-dots li:nth-child(5) button:after{
  content: "アフター\A漢方茶";
  left: -0.5rem;
}
.topFlowList .slick-dots li:nth-child(6) button:after{
  content: "アフター\Aカウンセリング";
  left: -3rem;
}
.topFlowListNav{
  width: 30%;
  position: absolute!important;
  right: 10rem;
  top: 18rem;
}
.topFlowListNav li{
  padding-right: 2rem;
  position: relative;
}
.topFlowListNav li div{
  position: relative;
}
.topFlowListNav li div:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff80;
  position: absolute;
  left: 0;
  top: 0;
}
.topFlowListNav li.slick-current{
  display: none;
}

.cmnBtn01Box--topFlow{
  justify-content: center;
}

/* ================================================================ */



.topFaq{
  position: relative;
  background: url(../../src/img/top_faq_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 2rem 15% 10rem;
  display: flex;
  justify-content: flex-end;
}
.cmnTtl01Box--topFaq *{
  color: #fff;
}
.cmnTtl01Box--topFaq.cmnTtl01Box--circle:before{
  opacity: 0.1;
  top: 5rem;
}
.topFaqInner_txt{
  color: #fff;
  margin-top: -10rem;
  margin-bottom: 3rem;
}
.topStaff{
  position: relative;
  background: url(../../src/img/top_staff_bg.png) 0 0 no-repeat;
  background-size: 100% 45rem;
  padding: 10rem 0 0;
  margin: 10rem 0 0;
}
.topStaffIntro{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
}
.cmnTtl01Box--topStaff{
  margin-bottom: 2rem;
}
.cmnTtl01Box--topStaff .cmnTtl01{
  align-items: center;
}
.topStaffIntro_txt{
  text-align: center;
}
.topStaffList{
  width: 80%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topStaffList::after {
    content: "";
    display:block;
    width:23%;
}
.topStaffList::before { 
    content: ""; 
    display:block; 
    width:23%;
    order: 1;
}
.topStaffList_item{
  width: 23%;
}
.topStaffList_itemLink{
  display: block;
}
.topStaffList_itemLink_img {
  width: 100%;
  height: 31.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
  box-shadow: 5px 5px 20px #00000020;
}
.topStaffList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.topStaffList_itemLink_ttl{
  font-size: 2.1rem;
}
.topStaffList_itemLink_txt{
  color: #516993;
  font-size: 1.4rem;
}
.cmnBtn01Box--topStaff{
  justify-content: center;
}
.topVoice{
  position: relative;
  background: url(../../src/img/top_voice_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 24rem 0 16rem;
}
.topVoiceIntro{
  width: 65%;
  margin: 0 auto 2rem;
}
.cmnTtl01Box--topVoice{
  margin-bottom: 2rem;
}
.cmnTtl01Box--topVoice:before{
  content: "";
  width: 80%;
  height: 1px;
  background: #BFBFBF;
  position: absolute;
  right: 0;
  top: 1.6rem;
}
.topVoiceIntro_txt{

}
.topVoiceList{
  width: 65%;
  margin: 0 auto 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.topVoiceList_item{
  padding: 3rem;
  background: #E4E8F0;
  width: 49.2%;
  margin-bottom: 1.6rem;
}
.topVoiceList_item:nth-child(2),.topVoiceList_item:nth-child(3){
  background: #F4F7FF;
}
.topVoiceList_itemTop{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.topVoiceList_itemTop time{
  color: #727272;
  font-size: 1.2rem;
}
.topVoiceList_itemTop p{
  color: #384966;
  font-size: 1.5rem;
  margin-left: 1rem;
}
.topVoiceList_itemRate{
  display: flex;
  line-height: 1;
  margin-bottom: 1rem;
}
.topVoiceList_itemRate li{
  margin-right: 0.1rem;
  color: #FFC645;
}
.topVoiceList_itemCont{
  font-size: 1.4rem;
}
.cmnBtn01Box--topVoice{
  display: flex;
  justify-content: center;
}
.cmnBtn01Box--topVoice .cmnBtn01{
  margin: 0 3rem;
}
.cmnBtn01Box--topVoice .cmnBtn01Navy{
  background: #384966;
  color: #fff;
}
.cmnBtn01Box--topVoice .cmnBtn01Navy p{
  display: flex;
  align-items: center;
}
.cmnBtn01Box--topVoice .cmnBtn01Navy p img{
  width: 1.6rem;
  margin-left: 0.5rem;
}
.topColumn{
  position: relative;
  background: url(../../src/img/top_column_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 4rem 0 10rem;
}
.cmnTtl01Box--topColumn{
  width: 80%;
  margin: 0 auto;
  padding-top: 0;
}
.cmnTtl01Box--topColumn.cmnTtl01Box--circle:before{
  opacity: 0.7;
  top: 4rem;
}
.topColumnListBox{
  padding-left: 10%;
  margin-top: -6rem;
}
.topColumnList{
  margin-bottom: 4rem;
}
.topColumnList .slick-prev {
  left: 24rem;
  top: -6rem;
  width: 5rem;
  height: 2rem;
}
.topColumnList .slick-prev:before {
  content: '';
  background: url(../../src/img/slick_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 2rem;
  display: block;
}
.topColumnList .slick-next {
  right: unset;
  left: 34rem;
  top: -6rem;
  width: 5rem;
  height: 2rem;
}
.topColumnList .slick-next:before {
  content: '';
  background: url(../../src/img/slick_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 2rem;
  display: block;
}
.topColumnList .slick-list {
  padding: 0 29% 0 0!important;
}
.topColumnList_item{
  padding-right: 2rem;
}
.topColumnList_itemLink{
  display: block;
}
.topColumnList_itemLink_img {
  width: 100%;
  height: 30.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.topColumnList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.topColumnList_itemLink_info{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.topColumnList_itemLink_info time{
  color: #6F6F6F;
  font-size: 1.2rem;
}
.topColumnList_itemLink_info ul{
  margin-left: 1rem;
  display: none;
}
.topColumnList_itemLink_info ul li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
}
.topColumnList_itemLink_ttl{
  font-size: 1.7rem;
}
.cmnBtn01Box--topColumn{
  justify-content: center;
  margin-left: -13rem;
}
.topShop{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.topShopL{
  width: 50%;
}
.topShopR{
  width: 50%;
  background: #516993;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topShopRInner{
  width: 80%;
}
.cmnTtl01Box--topShop{
  margin-bottom: 2rem;
}
.cmnTtl01Box--topShop .cmnTtl01 *{
  color: #fff;
}
.topShopRInner_txt{
  color: #fff;
  margin-bottom: 3rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.topNews {
  width: 80%;
  margin: 0 auto 10rem;
  position: relative;
  z-index: 1;
}
.topNewsList_item a time {
  width: 22%;
  font-size: 1.4rem;
}
.topAbout {
  width: 100%;
  margin: 0 auto 0rem;
  padding-left: 6%;
  position: relative;
  z-index: 1;
}
.topAboutInnerL {
  width: 53%;
}
.topAboutInnerL_ttl {
  font-size: 3.8rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  letter-spacing: 0.2em;
}
.topAboutInnerL_txt{
  font-size: 1.4rem;
  margin-bottom: 4rem;
  letter-spacing: 0.05em;
}
.topAboutInnerR {
  width: 46%;
  margin-top: 10rem;
}
.topWorryList {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../../src/img/top_worry_ico_gr.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 40rem;
}
.topWorryList li:nth-child(1) {
  left: 4.4rem;
  top: 7.5rem;
}
.topWorryList li:nth-child(2) {
  left: 34rem;
  top: 8.5rem;
}
.topWorryList li:nth-child(3) {
  right: 4rem;
  top: 6rem;
}
.topWorryList li:nth-child(4) {
  left: 19rem;
  top: 24rem;
}
.topWorryList li:nth-child(5) {
  right: 19rem;
  top: 24rem;
}
.topServiceBox {
  background: url(../../src/img/top_service_bg02.png) 0 bottom no-repeat;
  background-size: 36rem 59rem;
  padding-bottom: 2rem;
}
.topServiceList {
  width: 95%;
  margin: 0 auto 0rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.topServiceList_item {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  height: 40rem;
  margin-bottom: 12rem;
  opacity: 0;
}
.topServiceList_item:nth-child(5) {
  top: -4rem;
  left: 3rem;
}
.topMenuTab {
  width: 90%;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topMenuList {
  width: 90%;
  margin: 0 auto 0rem;
}
.topMenuList_itemInnerR_txt02 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  white-space: normal;
}
.topMenuList_itemInnerR_txt02 br{
  display: none!important;
}
.topFlowListBox {
  width: 95%;
  margin: 0 auto 5rem;
  position: relative;
}
.topFlowListMain {
  width: 100%;
  margin: 0 auto;
}
.topFlowList {
  padding-top: 8rem;
}
.topFlowList .slick-dots li button:after {
  font-size: 1.7rem;
  color: #384966;
  left: 0;
  display: none!important;
}
.topFlowListNav {
  width: 30%;
  position: absolute!important;
  right: 7rem;
  top: 10rem;
}
.topFlowList_itemInnerR_txt br{
  display: none!important;
}
.topFaq {
  position: relative;
  background: url(../../src/img/top_faq_bg.png) center center no-repeat;
  background-size: cover;
  padding: 2rem 15% 10rem;
  display: flex;
  justify-content: flex-end;
}
.topStaff {
  position: relative;
  background: url(../../src/img/top_staff_bg.png) 0 0 no-repeat;
  background-size: 100% 26rem;
  padding: 10rem 0 0;
  margin: 10rem 0 0;
}
.topStaffList {
  width: 95%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topVoice {
  position: relative;
  background: url(../../src/img/top_voice_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  padding: 24rem 0 16rem;
}
.topVoiceIntro {
  width: 90%;
  margin: 0 auto 2rem;
}
.topVoiceList {
  width: 90%;
  margin: 0 auto 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.topColumn {
  position: relative;
  background: url(../../src/img/top_column_bg.png) center center no-repeat;
  background-size: cover;
  padding: 4rem 0 10rem;
}
.topColumnList_itemLink_img {
  width: 100%;
  height: 18.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.topShopRInner_txt{
  line-height: 1.4;
}
.topShopRInner_txt br{
  display: none!important;
  
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainV{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
.mainV_ttl{
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  white-space: nowrap;
  margin-top: 5rem;
  height: 26rem;
}
.mainV_ttl_txt01{

}
.mainV_ttl_txt02{
  margin-top: 12rem;
}
.topIntro{
  position: relative;
}
.topNews{
  width: 85%;
  margin: 0 auto 10rem;
  position: relative;
  z-index: 1;
}
.cmnTtl01Box{
  display: flex;
  position: relative;
}
.cmnTtl01{
  display: flex;
  flex-direction: column;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.cmnTtl01_jp{
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.cmnTtl01_en{
  font-size: 1.4rem;
  color: #516993;
}
.cmnTtl01Box--topNews{
  margin-bottom: 1rem;
}
.topNewsList{
  margin-bottom: 4rem;
}
.topNewsList_item{
  margin-bottom: 2rem;
}
.topNewsList_item a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.topNewsList_item a time{
  width: 100%;
  font-size: 1.4rem;
}
.topNewsList_item a p{
  width: 100%;
}
.cmnBtn01Box{
  display: flex;
}
.cmnBtn01{
  width: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border: 1px solid #516993;
  box-shadow: 5px 5px 20px #00000020;
  padding: 2rem 0;
  line-height: 1;
  position: relative;
  border-radius: 6px;
  color: #384966;
  background: #fff;
}
.cmnBtn01:after{
  content: "";
  width: 4.6rem;
  height: 1px;
  background: #516993;
  position: absolute;
  right: -2.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cmnBtn01:hover{
  opacity: 1;
  background: #384966;
  border-radius: 100px;
  color: #fff;
}
.topAbout{
  width: 100%;
  margin: 0 auto 0rem;
  padding-left: 0%;
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
}
.topAboutInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.topAboutInnerL{
  width: 85%;
  padding-top: 25rem;
}
.cmnTtl01Box--circle{
  height: 24rem;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  padding-top: 3rem;
}
.cmnTtl01Box--circle:before{
  content: "";
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  position: absolute;
  background: #d9e1f0;
  background: #f7fbff;
  background: -moz-linear-gradient(-45deg, #f7fbff 20%, #d9e1f0 100%);
  background: -webkit-linear-gradient(-45deg, #f7fbff 20%,#d9e1f0 100%);
  background: linear-gradient(135deg, #f7fbff 20%,#d9e1f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbff', endColorstr='#d9e1f0',GradientType=1 );
  left: -14rem;
  top: -6rem;
  bottom: 0;
  margin: auto;
}
.topAboutInnerL_ttl{
  font-size: 2.9rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-top: -6rem;
}
.topAboutInnerL_ttl span{
  color: #BDCAE0;
}
.topAboutInnerL_ttl span:first-child{
  margin-left: -1rem;
}
.topAboutInnerL_txt{
  font-size: 1.4rem;
  margin-bottom: 4rem;
  letter-spacing: 0.05em;
}
.topAboutInnerR{
  width: 100%;
  margin-top: 10rem;
}
.topAboutInnerRList{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.topAboutInnerRList li:nth-child(1){
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  order: 0;
}
.topAboutInnerRList li:nth-child(2){
  width: 100%;
  margin-right: 0;
  order: 2;
  padding-left: 2rem;
  padding-right: 10rem;
}
.topAboutInnerRList li:nth-child(3){
  width: 30rem;
  margin-right: 0rem;
  order: 1;
  margin-bottom: 1rem;
}
.topIntro{
  position: relative;
  padding-bottom: 8rem;
}
.top_about_bg01{
  position: absolute;
  right: 0;
  top: unset;
  width: 100%;
  bottom: 0;
}
.top_about_bg02{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 53rem;
  display: none;
}
.topWorry{
  padding: 7rem 0 2rem;
  background: url(../../src/img/sp/top_worry_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 67rem;
}
.topWorry_ttl{
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 0 15rem #00000060;
  text-align: center;
  margin-bottom: 3rem;
}
.topWorryList{
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: none;
  background-size: 100% 100%;
  height: 67rem;
}
.topWorryList li{
  text-align: center;
  position: absolute;
  font-size: 1.4rem;
  line-height: 1.6;
}
.topWorryList li:nth-child(1){
  left: 3.4rem;
  top: 5rem;
}
.topWorryList li:nth-child(2){
  left: 3rem;
  top: 22.5rem;
}
.topWorryList li:nth-child(3){
  right: 11.5rem;
  top: 38rem;
}
.topWorryList li:nth-child(4){
  left: 22.3rem;
  top: 5rem;
}
.topWorryList li:nth-child(5){
  right: 3rem;
  top: 22.5rem;
}
.topService{
  position: relative;
  margin-bottom: 2rem;
  padding-top: 13rem;
  background: url(../../src/img/sp/top_service_bg01@2x.png) 0 0 no-repeat;
  background-size: 100% 32rem;
}
.topServiceBox{
  background: url(../../src/img/sp/top_service_bg02@2x.png) 0 bottom no-repeat;
  background-size: 100% 26rem;
  padding-bottom: 4rem;
}
.topServiceIntro{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 8rem;
}
.topServiceIntro:before {
  content: "";
  width: 44rem;
  height: 44rem;
  border-radius: 50%;
  position: absolute;
  background: #d9e1f0;
  background: #f7fbff;
  background: -moz-linear-gradient(-45deg, #f7fbff 20%, #d9e1f0 100%);
  background: -webkit-linear-gradient(-45deg, #f7fbff 20%,#d9e1f0 100%);
  background: linear-gradient(135deg, #f7fbff 20%,#d9e1f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbff', endColorstr='#d9e1f0',GradientType=1 );
  left: -3rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topServiceIntro_ttl{
  position: relative;
  z-index: 1;
  text-align: center;
  color: #384966;
  font-size: 2.3rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.topServiceIntro_txt{
  text-align: left;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  width: 85%;
  margin: 0 auto;
}
.topServiceList{
  width: 100%;
  margin: 0 auto 0rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.topServiceList_item{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  height: 34rem;
  margin-bottom: 2rem;
  opacity: 0;
}
.topServiceList_itemL{
  width: 100%;
  padding-right: 0rem;
  margin-bottom: 6rem;
}
.topServiceList_itemR{
  position: absolute;
  width: 80%;
  background: #fff;
  right: 0;
  bottom: 0;
  padding: 3rem 0;
  padding-left: 3rem;
  box-shadow: -18px -20px 20px #00000020;
}
.topServiceList_itemR_en{
  font-size: 2.7rem;
  color: #CFD9E7;
  transform: rotate(352deg);
  position: absolute;
  left: 1rem;
  top: 0rem;
  white-space: nowrap;
}
.topServiceList_itemR_ttl{
  font-size: 2.7rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.topServiceList_itemR_txt{
  font-size: 1.4rem;
}
.topServiceList_item:nth-child(1){

}
.topServiceList_item:nth-child(2){
  left: 0rem;
  top: 0rem;
}
.topServiceList_item:nth-child(3){
  left: 0rem;
  top: 0rem;
}
.topServiceList_item:nth-child(4){
  
}
.topServiceList_item:nth-child(5){
  top: 0rem;
  left: 0rem;
}
.topServiceSlide{

}
.topServiceSlide li{
  margin: 0 0.4rem;
}
.topMenu{
  position: relative;
  background: url(../../src/img/sp/top_menu_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 12rem 0 1rem;
  margin-bottom: 0rem;
}
.topMenuIntro{
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 5rem;
}
.topMenuIntro:before {
  content: "";
  width: 23rem;
  height: 23rem;
  border-radius: 50%;
  position: absolute;
  background: #d9e1f0;
  background: #f7fbff;
  background: -moz-linear-gradient(-45deg, #f7fbff 20%, #d9e1f0 100%);
  background: -webkit-linear-gradient(-45deg, #f7fbff 20%,#d9e1f0 100%);
  background: linear-gradient(135deg, #f7fbff 20%,#d9e1f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbff', endColorstr='#d9e1f0',GradientType=1 );
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.topMenuIntro_ttl{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  height: 6rem;
  line-height: 1;
  padding-top: 3rem;
  margin-bottom: 2rem;
}
.topMenuIntro_ttl_jp{
  position: absolute;
  z-index: 1;
  font-size: 2.3rem;
  margin-bottom: 2rem;
}
.topMenuIntro_ttl_en{
  position: absolute;
  font-size: 5rem;
  color: #516993;
  opacity: 0.1;
}
.topMenuIntro_txt{
  text-align: center;
}
.topMenuTab {
  width: 90%;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.topMenuTab li{
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8D8D8D;
  border-top: 1px solid #8D8D8D;
  border-left: 1px solid #8D8D8D;
  border-right: 1px solid #8D8D8D;
  margin: 0px -0.5px;
}
.topMenuTab li.selected{
  background: #D9E2F0;
  color: #384966;
  border-top: 1px solid #384966;
  border-left: 1px solid #384966;
  border-right: 1px solid #384966;
  position: relative;
  z-index: 1;
}
/*.topMenuTab li.selected{
  background: #D9E2F0;
}
.topMenuTab li:nth-child(1){
  border-left: 1px solid #8D8D8D;
}
.topMenuTab li:nth-child(2){
  border-left: 1px solid #8D8D8D;
  border-right: 1px solid #8D8D8D;
}
.topMenuTab li:nth-child(3){
  border-right: 1px solid #8D8D8D;
}*/
.topMenuList{
  width: 90%;
  margin: 0 auto 0rem;
}
.topMenuList_item{
  margin-bottom: 6rem;
}
.topMenuList_itemInner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;
  flex-direction: column;
}
.topMenuList_itemInnerL{
  width: 100%;
  margin-bottom: 3rem;
}
.topMenuList_itemInnerR{
  width: 100%;
}
.topMenuList_itemInnerR_cat01{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.topMenuList_itemInnerR_cat01 li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1;
}
.topMenuList_itemInnerR_cat02{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.5rem;
}
.topMenuList_itemInnerR_cat02 li{
  margin-right: 0.6rem;
  font-size: 1.2rem;
}
.topMenuList_itemInnerR_txt01{
  color: #384966;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.topMenuList_itemInnerR_ttl{
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.topMenuList_itemInnerR_txt02{
  font-size: 1.4rem;
  margin-bottom: 2rem;
  white-space: normal;
}
.topMenuList_itemInnerR_txt03{
  font-size: 1.2rem;
  color: #384966;
}
.topMenuList_itemInnerR_txt04{
  font-size: 1.2rem;
  color: #626161;
}

.topMenuList .slick-prev {
    left: -10rem;
    top: 26rem;
    width: 5rem;
    height: 2rem;
}
.topMenuList .slick-prev:before {
    content: '';
    background: url(../../src/img/slick_prev.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 5rem;
    height: 2rem;
    display: block;
}
.topMenuList .slick-next {
    right: -10rem;
    top: 26rem;
    width: 5rem;
    height: 2rem;
}
.topMenuList .slick-next:before {
    content: '';
    background: url(../../src/img/slick_next.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 5rem;
    height: 2rem;
    display: block;
}

.topMenuList .slider-dots {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
    margin-top: -13rem;
}
.topMenuList .slider-dots li {
    display: inline-block;
    width: calc(5% - 8px);
    margin: 0 1px;
}
.topMenuList .slider-dots button {
    position: relative;
    width: 100%;
    height: 2px;
    border: 0;
    background-color: #B1BCCB;
    font-size: 0;
}
.topMenuList .slider-dots button:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 0%;
    height: 100%;
}
.topMenuList .slider-dots .slick-active button:after {
    background-color: #384966;
    animation: progress 5.5s linear forwards;
}
@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}
.cmnBtn01Box--topMenu{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cmnBtn01Box--topMenu .cmnBtn01{
  margin: 0 0rem 2rem;
}
.cmnBtn01Box--topMenu .cmnBtn01Navy{
  background: #384966;
  color: #fff;
}
.cmnBtn01Box--topMenu .cmnBtn01Navy p{
  display: flex;
  align-items: center;
}
.cmnBtn01Box--topMenu .cmnBtn01Navy p img{
  width: 1.6rem;
  margin-left: 0.5rem;
}
.topFlow{
  position: relative;
  background: url(../../src/img/sp/top_flow_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 12rem 0 10rem;
}
.topFlowIntro{
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 5rem;
}
.topFlowIntro:before {
  content: "";
  width: 23rem;
  height: 23rem;
  border-radius: 50%;
  position: absolute;
  background: #d9e1f0;
  background: #f7fbff;
  background: -moz-linear-gradient(-45deg, #f7fbff 20%, #d9e1f0 100%);
  background: -webkit-linear-gradient(-45deg, #f7fbff 20%,#d9e1f0 100%);
  background: linear-gradient(135deg, #f7fbff 20%,#d9e1f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbff', endColorstr='#d9e1f0',GradientType=1 );
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.topFlowIntro_ttl{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  height: 6rem;
  line-height: 1;
  padding-top: 3rem;
  margin-bottom: 2rem;
}
.topFlowIntro_ttl_jp{
  position: absolute;
  z-index: 1;
  font-size: 2.3rem;
  margin-bottom: 2rem;
}
.topFlowIntro_ttl_en{
  position: absolute;
  font-size: 5rem;
  color: #516993;
  opacity: 0.1;
  text-align: center;
}
.topFlowIntro_txt{
  text-align: center;
}


/* ================================================================ */
.topFlowListBox{
  width: 90%;
  margin: 0 auto 5rem;
  position: relative;
}
/*.topFlowListNav{
  margin-bottom: 3rem;
  position: relative;
}
.topFlowListNav:before{
  content: "";
  width: 80%;
  height: 1px;
  background: #384966;
  position: absolute;
  top: 2.8rem;
  left: 0;
  right: 0;
  margin: auto;
}
.topFlowListNav li{
  padding-top: 7rem;
  position: relative;
  text-align: center;
  line-height: 1.6;
  color: #384966;
  cursor: pointer;
}
.topFlowListNav li:before{
  content: "";
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #384966;
  background: #ddebf3;
  transition: 0.3s ease;
  opacity: 0;
}
.topFlowListNav li:after{
  content: "●";
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #fff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #384966;
  letter-spacing: 0;
  transition: 0.3s ease;
}
.topFlowListNav li.slick-current:before{
  opacity: 1;
}
.topFlowListNav li.slick-current:after{
  color: #fff;
  background: #384966;
  border: 1px solid #384966;
}*/
.topFlowListMain{
  width: 100%;
  margin: 0 auto;
}


.topFlowList .slick-prev {
  left: 0rem;
  top: 24rem;
  bottom: unset;
  width: 2.5rem;
  height: 1rem;
}
.topFlowList .slick-prev:before {
  content: '';
  background: url(../../src/img/sp/slick_prev@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 2.5rem;
  height: 1rem;
  display: block;
}
.topFlowList .slick-next {
  right: 0;
  left: unset;
  top: 24rem;
  bottom: unset;
  width: 2.5rem;
  height: 1rem;
}
.topFlowList .slick-next:before {
  content: '';
  background: url(../../src/img/sp/slick_next@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 2.5rem;
  height: 1rem;
  display: block;
}
.topFlowList_itemInner{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  flex-direction: column;
}
.topFlowList_itemInnerL{
  width: 100%;
  margin-bottom: 3rem;

}
.topFlowList .topFlowList_item .topFlowList_itemInnerL img{
  transform: scale(0, 0);
  transform-origin: right top;
  transition: transform 0.5s;
}
.topFlowList .topFlowList_item.slick-current .topFlowList_itemInnerL img{
  transform: scale(1, 1);
  transform-origin: right top;
}
.topFlowList_itemInnerR{
  width: 85%;
  background: #E1EAF0;
  padding: 3rem 3rem;
  margin: -7rem auto 0;
  position: relative;
  z-index: 1;
}
.topFlowList_itemInnerR_ttl{
  font-size: 1.9rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.topFlowList_itemInnerR_txt{
  font-size: 1.4rem;
}

.topFlowList{
  padding-top: 7rem;
  
}
.topFlowList li{
  min-height: 20rem;
}
.topFlowList .slick-dots{
  bottom: unset;
  top: 0rem;
  display: flex;
  justify-content: space-between;
}
.topFlowList .slick-dots:before{
  content: "";
  width: 90%;
  height: 1px;
  background: #384966;
  position: absolute;
  top: 1.8rem;
  left: 0;
  right: 0;
  margin: auto;
}
.topFlowList .slick-dots li{
  padding-top: 7rem;
  position: relative;
  text-align: center;
  line-height: 1.6;
  color: #384966;
  cursor: pointer;
  width: 3.6rem;
  margin: 0!important;
}
.topFlowList .slick-dots li:before{
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #384966;
  background: #ddebf3;
  transition: 0.3s ease;
  opacity: 0;
}
.topFlowList .slick-dots li:after{
  content: "●";
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  position: absolute;
  top: 0.3rem;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #fff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #384966;
  letter-spacing: 0;
  transition: 0.3s ease;
  font-size: 1rem;
}
.topFlowList .slick-dots li.slick-active:before{
  opacity: 1;
}
.topFlowList .slick-dots li.slick-active:after{
  color: #fff;
  background: #384966;
  border: 1px solid #384966;
}
.topFlowList .slick-dots li button:before{
  display: none;
}
.topFlowList .slick-dots li button{
  position: relative;
}
.topFlowList .slick-dots li button:after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 1.7rem;
  line-height: 2.6rem;
  white-space: pre;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  color: #384966;
  display: none;
}
.topFlowList .slick-dots li:nth-child(1) button:after{
  content: "問診票記入・\Aカウンセリング";
  left: -3rem;
}
.topFlowList .slick-dots li:nth-child(2) button:after{
  content: "お着換え・\A身体のチェック";
  left: -3rem;
}
.topFlowList .slick-dots li:nth-child(3) button:after{
  content: "四診";
  left: 1rem;
}
.topFlowList .slick-dots li:nth-child(4) button:after{
  content: "施術";
  left: 1rem;
}
.topFlowList .slick-dots li:nth-child(5) button:after{
  content: "アフター\A漢方茶";
  left: -0.5rem;
}
.topFlowList .slick-dots li:nth-child(6) button:after{
  content: "アフター\Aカウンセリング";
  left: -3rem;
}
.topFlowListNav{
  width: 30%;
  position: absolute!important;
  right: 10rem;
  top: 18rem;
  display: none!important;
}
.topFlowListNav li{
  padding-right: 2rem;
  position: relative;
}
.topFlowListNav li div{
  position: relative;
}
.topFlowListNav li div:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff80;
  position: absolute;
  left: 0;
  top: 0;
}
.topFlowListNav li.slick-current{
  display: none;
}

.cmnBtn01Box--topFlow{
  justify-content: center;
}

/* ================================================================ */



.topFaq{
  position: relative;
  background: url(../../src/img/sp/top_faq_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 11rem 7% 12rem;
  display: flex;
  justify-content: flex-end;
}
.cmnTtl01Box--topFaq *{
  color: #fff;
}
.cmnTtl01Box--topFaq.cmnTtl01Box--circle:before{
  opacity: 0.1;
  top: 5rem;
}
.topFaqInner_txt{
  color: #fff;
  margin-top: -10rem;
  margin-bottom: 3rem;
}
.topStaff{
  position: relative;
  background: url(../../src/img/sp/top_staff_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 45rem;
  padding: 10rem 0 0;
  margin: 6rem 0 0;
}
.topStaffIntro{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
}
.cmnTtl01Box--topStaff{
  margin-bottom: 2rem;
}
.cmnTtl01Box--topStaff .cmnTtl01{
  align-items: center;
}
.topStaffIntro_txt{
  text-align: center;
}
.topStaffList{
  width: 90%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topStaffList .slick-prev {
  left: 0rem;
  top: 21rem;
  bottom: unset;
  width: 2.5rem;
  height: 1rem;
}
.topStaffList .slick-prev:before {
  content: '';
  background: url(../../src/img/sp/slick_prev@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 2.5rem;
  height: 1rem;
  display: block;
}
.topStaffList .slick-next {
  right: 0;
  left: unset;
  top: 21rem;
  bottom: unset;
  width: 2.5rem;
  height: 1rem;
}
.topStaffList .slick-next:before {
  content: '';
  background: url(../../src/img/sp/slick_next@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 2.5rem;
  height: 1rem;
  display: block;
}
.topStaffList::after {
    content: "";
    display:block;
    width:23%;
}
.topStaffList::before { 
    content: ""; 
    display:block; 
    width:23%;
    order: 1;
}
.topStaffList_item{
  width: 23%;
  padding: 2rem;
}
.topStaffList_itemLink{
  display: block;
}
.topStaffList_itemLink_img {
  width: 100%;
  height: 37.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
  box-shadow: 5px 5px 20px #00000020;
}
.topStaffList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.topStaffList_itemLink_ttl{
  font-size: 2.1rem;
}
.topStaffList_itemLink_txt{
  color: #516993;
  font-size: 1.4rem;
}
.cmnBtn01Box--topStaff{
  justify-content: center;
}
.topVoice{
  position: relative;
  background: url(../../src/img/sp/top_voice_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 14rem 0 6rem;
}
.topVoiceIntro{
  width: 85%;
  margin: 0 auto 2rem;
}
.cmnTtl01Box--topVoice{
  margin-bottom: 2rem;
}
.cmnTtl01Box--topVoice:before{
  content: "";
  width: 47%;
  height: 1px;
  background: #BFBFBF;
  position: absolute;
  right: 0;
  top: 1.6rem;
}
.topVoiceIntro_txt{

}
.topVoiceList{
  width: 85%;
  margin: 0 auto 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.topVoiceList_item{
  padding: 3rem;
  background: #E4E8F0;
  width: 100%;
  margin-bottom: 1.6rem;
}
.topVoiceList_item:nth-child(2),.topVoiceList_item:nth-child(3){
  background: #F4F7FF;
}
.topVoiceList_itemTop{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.topVoiceList_itemTop time{
  color: #727272;
  font-size: 1.2rem;
}
.topVoiceList_itemTop p{
  color: #384966;
  font-size: 1.5rem;
  margin-left: 1rem;
}
.topVoiceList_itemRate{
  display: flex;
  line-height: 1;
  margin-bottom: 1rem;
}
.topVoiceList_itemRate li{
  margin-right: 0.1rem;
  color: #FFC645;
}
.topVoiceList_itemCont{
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.cmnBtn01Box--topVoice{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cmnBtn01Box--topVoice .cmnBtn01{
  margin: 0 3rem 3rem;
}
.cmnBtn01Box--topVoice .cmnBtn01Navy{
  background: #384966;
  color: #fff;
}
.cmnBtn01Box--topVoice .cmnBtn01Navy p{
  display: flex;
  align-items: center;
}
.cmnBtn01Box--topVoice .cmnBtn01Navy p img{
  width: 1.6rem;
  margin-left: 0.5rem;
}
.topColumn{
  position: relative;
  background: url(../../src/img/sp/top_column_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 4rem 0 8rem;
}
.cmnTtl01Box--topColumn{
  width: 80%;
  margin: 0 auto;
  padding-top: 0;
}
.cmnTtl01Box--topColumn.cmnTtl01Box--circle:before {
  opacity: 1;
  top: 4rem;
  left: -10rem;
}
.topColumnListBox{
  padding-left: 0%;
  margin-top: -6rem;
}
.topColumnList{
  margin-bottom: 4rem;
  margin: 0 auto;
  width: 85%;
}
.topColumnList .slick-prev {
  left: 24rem;
  top: -6rem;
  width: 5rem;
  height: 2rem;
}
.topColumnList .slick-prev:before {
  content: '';
  background: url(../../src/img/slick_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 2rem;
  display: block;
}
.topColumnList .slick-next {
  right: unset;
  left: 34rem;
  top: -6rem;
  width: 5rem;
  height: 2rem;
}
.topColumnList .slick-next:before {
  content: '';
  background: url(../../src/img/slick_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 5rem;
  height: 2rem;
  display: block;
}
.topColumnList .slick-list {
  padding: 0 29% 0 0!important;
}
.topColumnList_item{
  padding-right: 0rem;
  margin-bottom: 6rem;
}
.topColumnList_itemLink{
  display: block;
}
.topColumnList_itemLink_img {
  width: 100%;
  height: 21.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.topColumnList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.topColumnList_itemLink_info{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.topColumnList_itemLink_info time{
  color: #6F6F6F;
  font-size: 1.2rem;
}
.topColumnList_itemLink_info ul{
  margin-left: 1rem;
}
.topColumnList_itemLink_info ul li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
}
.topColumnList_itemLink_ttl{
  font-size: 1.7rem;
}
.cmnBtn01Box--topColumn{
  justify-content: center;
  margin-left: 0;
}
.topShop{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-top: 6rem;

}
.topShopL{
  width: 85%;
  margin-bottom: -14rem;
  position: relative;
  z-index: 1;
}
.topShopR{
  width: 100%;
  background: #516993;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 17rem;
  padding-bottom: 8rem;
}
.topShopRInner{
  width: 85%;
}
.cmnTtl01Box--topShop{
  margin-bottom: 2rem;
}
.cmnTtl01Box--topShop .cmnTtl01 *{
  color: #fff;
}
.topShopRInner_txt{
  color: #fff;
  margin-bottom: 3rem;
}
}
/*-----------------------------------------------------------

PUNKUZ

-------------------------------------------------------------*/
.punkuz{
  width: 95%;
  margin: 0rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  padding-top: 14rem;
}
.punkuz li{
  font-size: 1.2rem;
  margin-right: 0.8rem;
  color: #707070;
}
.punkuz li a{
  display: block;
}
.punkuz li br{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.punkuz {
  width: 95%;
  margin: 0rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  padding-top: 11rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.punkuz {
  width: 85%;
  margin: 0rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: normal;
  position: relative;
  z-index: 1;
  padding-top: 12rem;
  flex-wrap: wrap;
}
.punkuz li{
  font-size: 1.2rem;
  margin-right: 0.8rem;
  color: #707070;
}
.punkuz li a{
  display: block;
}
.punkuz li br{
  display: none;
}
}
/*-----------------------------------------------------------

ABOUT

-------------------------------------------------------------*/
.aboutIntro{
  margin: -10rem auto 8rem;
  width: 80%;
  background: #f4f8ffba;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 5rem 0;
}
.aboutIntroInner_ttl{
  text-align: center;
  font-size: 2.1rem;
  color: #516993;
  margin-bottom: 2rem;
}
.aboutIntroInner_txt{
  text-align: center;
  font-size: 1.4rem;
}
.aboutSp{
  background: url(../../src/img/about_sp_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 2rem 0 10rem;
  margin: 0 0 10rem;
}
.cmnTtl01Box--aboutSp{
  justify-content: center;
  margin-bottom: 2rem;
}
.cmnTtl01Box--aboutSp .cmnTtl01{
  align-items: center;
}
.cmnTtl01Box--aboutSp .cmnTtl01_jp{
  font-size: 2.4rem;
}
.cmnTtl01Box--aboutSp .cmnTtl01_jp02{
  font-size: 4.2rem;
  letter-spacing: 0.2em;
  margin-bottom: -1rem;
}
.cmnTtl01Box--aboutSp .cmnTtl01_jp02 span{
  font-size: 13rem;
  color: #516993;
  margin-left: -4rem;
  margin-top: -7rem;

  display: inline-block;
  line-height: 1;
}
.cmnTtl01Box--aboutSp:before{
  left: 0;
  right: 0;
  width: 16rem;
  height: 16rem;
  top: 4rem;
}
.aboutSpBox01{
  width: 70%;
  margin: 0 auto 20rem;
  position: relative;
}
.aboutSpBox01Inner {
  position: relative;
  z-index: 1;
  left: 4rem;
  top: 8rem;
}
.aboutSpBox_ttl{
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.aboutSpBox_ttl_num{
  font-size: 8.9rem;
  color: #9cb7c787;
  margin-right: 1rem;
}
.aboutSpBox_ttl_jp{
  font-size: 2.7rem;
  margin-bottom: 0.6rem;
}
.aboutSpBox_txt01{
  font-size: 1.7rem;
  color: #384966;
  line-height: 1;
  margin-bottom: 3rem;
}
.aboutSpBox_txt02{
  font-size: 1.4rem;
}
.aboutSpBox01_img{
  position: absolute;
  left: 0;
  top: 0;
}
.aboutSpBox02{
  width: 80%;
  margin: 0 auto 42rem;
  position: relative;
  
}
.aboutSpBox02Inner {
  position: relative;
  z-index: 1;
  left: 22rem;
  top: 28rem;
}
.aboutSpBox02_img{
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 20%;
}
.aboutSpBox03{
  width: 80%;
  margin: 0 auto 20rem;
  position: relative;
  
}
.aboutSpBox03Inner {
  position: relative;
  z-index: 1;
  left: 58rem;
  top: 4rem;
}
.aboutSpBox03_img{
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 20%;
}
.aboutSpBox_txt03{
  font-size: 1.2rem;
  color: #747474;
  margin-top: 2rem;
}
.aboutSpBox04{
  width: 80%;
  margin: 0 auto 26rem;
  position: relative;
  
}
.aboutSpBox04Inner {
  position: relative;
  z-index: 1;
  left: 5rem;
  top: 5rem;
}
.aboutSpBox04_img{
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 10%;
}
.aboutSpBox05{
  width: 80%;
  margin: 0 auto 26rem;
  position: relative;
  
}
.aboutSpBox05Inner {
  position: relative;
  z-index: 1;
  left: 60rem;
  top: 11rem;
}
.aboutSpBox05_img{
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 10%;
  padding-right: 5%;
}

.aboutSpBox06{
  width: 80%;
  margin: 0 auto 30rem;
  position: relative;
  
}
.aboutSpBox06Inner {
  position: relative;
  z-index: 1;
  left: 17rem;
  top: 14rem;
}
.aboutSpBox06_img{
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 10%;
}
.aboutInfo{
  width: 70%;
  margin: 0 auto 8rem;
}
.aboutInfoList{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.aboutInfoList:before{
  content: "";
  width: 1px;
  height: 100%;
  background: #B7B7B7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.aboutInfoList_item{
  width: 40%;
}
.aboutInfoList_itemImg{
  margin-bottom: 3rem;
}
.aboutInfoList_item_ttl{
  text-align: center;
  color: #384966;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.aboutInfoList_item_en{
  text-align: center;
  font-size: 1.4rem;
  color: #516993;
  margin-bottom: 2rem;
}
.aboutInfoList_item_txt{
  text-align: center;
  margin-bottom: 3rem;
}
.cmnBtn01Box--aboutInfo{
  justify-content: center;
}
.topStaffAbout{
  margin-bottom: 20rem;
}

.aboutMassage{
  background: url(../../src/img/about_message_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-top: -10rem;
  margin-bottom: 8rem;
  padding: 14rem 0 6rem;
}
.aboutMassageInner{
  width: 80%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.aboutMassageInnerL{
  width: 100%;
  margin-right: -32rem;
}
.aboutMassageInnerR{
  width: 70%;
  background: #ffffffc9;
  padding: 5rem;
  margin-left: -10rem;
  margin-top: 36rem;
}
.aboutMassageInnerR_ttl{
  font-size: 1.9rem;
  color: #384966;
  margin-bottom: 2rem;
}
.aboutMassageInnerR_txt01{
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
.aboutMassageInnerR_txt02{
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #384966;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainV_sub01TtlBox {
  position: absolute;
  top: 4rem;
  bottom: 0;
  left: 7rem;
  margin: auto;
  display: flex;
  align-items: center;
  color: #516993;
}
.mainV_sub01Ttl_jp {
  font-size: 3.9rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.aboutSpBox01 {
  width: 96%;
}
.aboutSpBox02 {
  width: 96%;
}
.aboutSpBox02_img {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 2%;
}
.aboutSpBox03 {
  width: 96%;
}
.aboutSpBox03_img {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 3%;
}
.aboutSpBox03Inner {
  position: relative;
  z-index: 1;
  left: 37rem;
  top: 4rem;
}
.aboutSpBox04 {
  width: 102%;
}
.aboutSpBox04_img {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 0%;
}
.aboutSpBox04Inner {
  position: relative;
  z-index: 1;
  left: 4rem;
  top: 2rem;
}
.aboutSpBox05 {
  width: 96%;
}
.aboutSpBox05_img {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 0%;
  padding-right: 5%;
}
.aboutSpBox05Inner {
  position: relative;
  z-index: 1;
  left: 43rem;
  top: 8rem;
}
.aboutSpBox06 {
  width: 96%;
}
.aboutSpBox06_img {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 0%;
}
.aboutSpBox06Inner {
  position: relative;
  z-index: 1;
  left: 3rem;
  top: 11rem;
}
.aboutMassageInner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.aboutMassageInnerR {
  width: 100%;
  background: #ffffffc9;
  padding: 5rem;
  margin-left: -40rem;
  margin-top: 36rem;
}
.aboutInfo {
  width: 90%;
  margin: 0 auto 8rem;
}
.aboutInfoList_item {
  width: 47%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.aboutIntro{
  margin: -7rem auto 2rem;
  width: 90%;
  background: #f4f8ffba;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 5rem 0;
}
.aboutIntroInner_ttl{
  text-align: center;
  font-size: 1.9rem;
  color: #516993;
  margin-bottom: 2rem;
}
.aboutIntroInner_txt{
  text-align: left;
  font-size: 1.4rem;
  width: 80%;
  margin: 0 auto;
}
.aboutSp{
  background: url(../../src/img/sp/about_sp_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 6rem 0 2rem;
  margin: 0 0 0rem;
}
.cmnTtl01Box--aboutSp{
  justify-content: center;
  margin-bottom: 2rem;
  display: none;
}
.cmnTtl01Box--aboutSp .cmnTtl01{
  align-items: center;
}
.cmnTtl01Box--aboutSp .cmnTtl01_jp{
  font-size: 2.4rem;
}
.cmnTtl01Box--aboutSp .cmnTtl01_jp02{
  font-size: 4.2rem;
  letter-spacing: 0.2em;
  margin-bottom: -1rem;
}
.cmnTtl01Box--aboutSp .cmnTtl01_jp02 span{
  font-size: 13rem;
  color: #516993;
  margin-left: -4rem;
  margin-top: -7rem;

  display: inline-block;
  line-height: 1;
}
.cmnTtl01Box--aboutSp:before{
  left: 0;
  right: 0;
  width: 16rem;
  height: 16rem;
  top: 4rem;
}
.aboutSpBox01 {
  width: 100%;
  margin: 0 auto 7rem;
  position: relative;
  
}
.aboutSpBox{
  display: flex;
  flex-direction: column-reverse;
}
.aboutSpBox01Inner {
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  width: 85%;
  margin: -9rem auto 0;
}
.aboutSpBox_ttl{
  display: flex;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 2rem;
}
.aboutSpBox_ttl_num{
  font-size: 8.4rem;
  color: #9cb7c787;
  margin-right: 1rem;
  letter-spacing: 0;
  white-space: nowrap;
}
.aboutSpBox_ttl_jp{
  font-size: 2.3rem;
  margin-bottom: 0.6rem;
  color: #516993;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.aboutSpBox_txt01{
  font-size: 1.4rem;
  color: #384966;
  line-height: 1;
  margin-bottom: 2rem;
}
.aboutSpBox_txt02{
  font-size: 1.4rem;
}
.aboutSpBox01_img{
  position: relative;
  left: 0;
  top: 0;
}
.aboutSpBox02{
  width: 100%;
  margin: 0 auto 7rem;
  position: relative;
  
}
.aboutSpBox02Inner {
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  width: 85%;
  margin: -9rem auto 0;
}
.aboutSpBox02_img{
  position: relative;
  left: 0;
  top: 0;
  padding-right: 0%;
}
.aboutSpBox03{
  width: 100%;
  margin: 0 auto 7rem;
  position: relative;
  
}
.aboutSpBox03Inner {
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  width: 85%;
  margin: -9rem auto 0;
}
.aboutSpBox03Inner .aboutSpBox_ttl{
  margin-bottom: 1rem;
}
.aboutSpBox03_img{
  position: relative;
  left: 0;
  top: 0;
  padding-left: 0%;
}
.aboutSpBox_txt03{
  font-size: 1.2rem;
  color: #747474;
  margin-top: 2rem;
  white-space: nowrap;
}
.aboutSpBox04{
  width: 100%;
  margin: 0 auto 7rem;
  position: relative;
  
}
.aboutSpBox04Inner {
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  width: 85%;
  margin: -9rem auto 0;
}
.aboutSpBox04_img{
  position: relative;
  left: 0;
  top: 0;
  padding-right: 0%;
}
.aboutSpBox05{
  width: 100%;
  margin: 0 auto 7rem;
  position: relative;
  
}
.aboutSpBox05Inner {
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  width: 85%;
  margin: -9rem auto 0;
}
.aboutSpBox05_img{
  position: relative;
  left: 0;
  top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.aboutSpBox06{
  width: 100%;
  margin: 0 auto 7rem;
  position: relative;
  
}
.aboutSpBox06Inner {
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  width: 85%;
  margin: -9rem auto 0;
}
.aboutSpBox06_img{
  position: relative;
  left: 0;
  top: 0;
  padding-left: 0%;
}
.aboutSpBox03 .aboutSpBox_ttl_jp{
  line-height: 1.6;
}
.aboutInfo{
  width: 100%;
  margin: 0 auto 2rem;
}
.aboutInfoList{
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
}
.aboutInfoList:before{
  content: "";
  width: 1px;
  height: 100%;
  background: #B7B7B7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: none;
}
.aboutInfoList_item{
  width: 100%;
  margin-bottom: 8rem;
}
.aboutInfoList_itemImg{
  margin-bottom: 3rem;
}
.aboutInfoList_item_ttl{
  text-align: center;
  color: #384966;
  font-size: 2.3rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.aboutInfoList_item_en{
  text-align: center;
  font-size: 1.4rem;
  color: #516993;
  margin-bottom: 2rem;
}
.aboutInfoList_item_txt{
  text-align: center;
  margin-bottom: 3rem;
}
.cmnBtn01Box--aboutInfo{
  justify-content: center;
}
.topStaffAbout{
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.aboutMassage{
  background: #EAF2FF;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 0 3rem;
}
.aboutMassageInner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.aboutMassageInnerL{
  width: 100%;
  margin-right: 0rem;
}
.aboutMassageInnerR{
  width: 85%;
  background: none;
  padding: 0rem;
  margin-left: 0rem;
  margin-top: 4rem;
  margin: 4rem auto;
}
.aboutMassageInnerR_ttl{
  font-size: 1.7rem;
  color: #384966;
  margin-bottom: 2rem;
}
.aboutMassageInnerR_txt01{
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.aboutMassageInnerR_txt02{
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #384966;
}
}
/*-----------------------------------------------------------

MENU

-------------------------------------------------------------*/
.menuIntro{
  margin: -10rem auto 8rem;
  width: 70%;
  background: #f4f8ffba;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 5rem 0;
}
.menuIntroInner_ttl{
  text-align: center;
  font-size: 2.1rem;
  color: #516993;
  margin-bottom: 2rem;
}
.menuIntroInner_txt{
  text-align: center;
  font-size: 1.4rem;
}
.menuSearch{
  width: 70%;
  margin: 0 auto 10rem;
}
.menuSearchIntro{
  text-align: center;
  margin-bottom: 3rem;
}
.menuSearchTab{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
.menuSearchTab li{
  width: 50%;
  font-size: 2.1rem;
  background: #F2F2F2;
  padding: 1rem 0;
  text-align: center;
  border: 1px solid #F2F2F2;
  border-bottom: none;
  color: #BFBFBF;
}
.menuSearchTab li.selected{
  background: #fff;
  border: 1px solid #384966;
  border-bottom: none;
  color: #384966;
}
.menuSearchBoxInner_select{
  margin-bottom: 6rem;
}
.menuSearchBoxInner_select select {
  width: 40%;
  background: #fff url(../../src/img/select_arrow.png) 95% center no-repeat;
  background-size: 1.5rem;
  padding: 1.2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.5rem;
  border-radius: 6px;
}
.menuSearchBoxInner_check{
  padding: 3rem 2rem;
  border-top: 1px solid #384966;
  border-bottom: 1px solid #384966;
  margin-bottom: 5rem;
}
.menuSearchBoxInner_check_txt{
  margin-bottom: 0rem;
  background: url(../../src/img/ac_on.png) 98% center no-repeat;
  background-size: 1.8rem 1.8rem;
  color: #384966;
}
.menuSearchBoxInner_check_txt.on{
  margin-bottom: 0rem;
  background: url(../../src/img/ac_off.png) 98% center no-repeat;
  background-size: 1.8rem 1.8rem;
}
.menuSearchBoxInner_checkBox{
  display: none;
}
.menuSearchBoxInner_checkBox div{
  padding: 4rem;
  padding-bottom: 2rem;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.menuSearchBoxInner_checkBox label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
  margin-right: 3rem;
  margin-bottom: 2rem;
}
.menuSearchBoxInner_checkBox input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.menuSearchBoxInner_checkBox input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.menuSearchBoxInner_send{
  display: flex;
  justify-content: center;
  position: relative;
  width: 27rem;
  margin: 0 auto;
}
.menuSearchBoxInner_send input{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border: 1px solid #516993;
  box-shadow: 5px 5px 20px #00000020;
  padding: 2rem 0;
  line-height: 1;
  position: relative;
  border-radius: 6px;
  color: #fff;
  background: #384966;
  -webkit-appearance: none;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
.menuSearchBoxInner_send:after{
  content: "";
  width: 4.6rem;
  height: 1px;
  background: #516993;
  position: absolute;
  right: -2.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menuSearchBoxInner_send input:hover{
  opacity: 1;
  background: #384966;
  border-radius: 100px;
  color: #fff;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
.menuSearchBoxInner_text{
  width: 49rem;
  margin: 0 auto 4rem;
}
.menuSearchBoxInner_text input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  font-size: 1.4rem;
}
.menuSec{
  width: 73%;
  margin: 0 auto 10rem;
}
.menuSec_item{
  margin-bottom: 6rem;
}
.menuSec_itemInner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.menuSec_itemInnerL{
  width: 27%;
}
.menuSec_itemInnerR{
  width: 70%;
}
.menuSec_itemInnerR_cat01{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.menuSec_itemInnerR_cat01 li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 0.6rem;
}
.menuSec_itemInnerR_cat02{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.5rem;
}
.menuSec_itemInnerR_cat02 li{
  margin-right: 1rem;
  font-size: 1.2rem;
}
.menuSec_itemInnerR_txt01{
  color: #384966;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.menuSec_itemInnerR_ttl{
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.menuSec_itemInnerR_txt02{
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.menuSec_itemInnerR_txt03{
  font-size: 1.2rem;
  color: #384966;
}
.menuSec_itemInnerR_txt04{
  font-size: 1.2rem;
  color: #626161;
}
.menuSec_itemOption{
  margin-bottom: 4rem;
}
.menuSec_itemOption_ttl{
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #7A98C6;
  color: #7A98C6;
}
.menuSec_itemOption_list{

}
.menuSec_itemOption_list li{
  margin-bottom: 4rem;
}
.menuSec_itemOption_list li h4{
  font-size: 1.4rem;
}
.menuSec_itemOption_list li p{
  font-size: 1.4rem;
}
.menuSec_itemDetail{
  margin-bottom: 2rem;
}
.menuSec_itemDetail_ttl{
  color: #7A98C6;
  margin-top: 1rem;
  font-size: 1.6rem;
}
.menuSec_itemDetail_list{

}
.menuSec_itemDetail_list li{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0.5rem;
}
.menuSec_itemDetail_list li h4{
  width: 20%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.2rem;
  background: #7A98C6;
  color: #fff;
  font-size: 1.4rem;
}
.menuSec_itemDetail_list li p{
  font-size: 1.3rem;
  background: #F0F3F7;
  padding: 1rem;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menuSec_itemDetail_list li p span{
  font-size: 1.2rem;
  color: #646464;
  margin-top: -0.6rem;
  display: block;
}
.menuSec_itemRec{
  margin-bottom: 4rem;
}
.menuSec_itemRec_ttl{
  margin-bottom: 1rem;
  color: #7A98C6;
}
.menuSec_itemRec_box{
  padding: 4rem;
  border: 1px solid #7A98C6;
}
.menuSec_itemRec_box h4{
  font-size: 1.4rem;
}
.menuSec_itemRec_box p{
  font-size: 1.4rem;
}
.cmnBtn01Box--menuSec{
  justify-content: center;
}
.cmnBtn01Box--menuSec .cmnBtn01Navy{
  background: #384966;
  color: #fff;
  width: 34rem;
}
.cmnBtn01Box--menuSec .cmnBtn01Navy p{
  display: flex;
  align-items: center;
}
.cmnBtn01Box--menuSec .cmnBtn01Navy p img{
  width: 1.6rem;
  margin-left: 0.5rem;
}
.cmnBtn01Box--menuVoice {
  margin-top: 6.4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.menuIntro {
  margin: -10rem auto 8rem;
  width: 90%;
  background: #f4f8ffba;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 5rem 0;
}
.menuSearch {
  width: 90%;
  margin: 0 auto 10rem;
}
.menuSec {
  width: 90%;
  margin: 0 auto 12rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.menuIntro{
  margin: -7rem auto 7rem;
  width: 90%;
  background: #f4f8ffba;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 5rem 0;
}
.menuIntroInner_ttl{
  text-align: center;
  font-size: 1.9rem;
  color: #516993;
  margin-bottom: 2rem;
}
.menuIntroInner_txt{
  text-align: left;
  font-size: 1.4rem;
  width: 80%;
  margin: 0 auto;
}
.menuSearch{
  width: 90%;
  margin: 0 auto 10rem;
}
.menuSearchIntro{
  text-align: center;
  margin-bottom: 3rem;
}
.menuSearchTab{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
.menuSearchTab li{
  width: 50%;
  font-size: 1.4rem;
  background: #F2F2F2;
  padding: 1rem 0;
  text-align: center;
  border: 1px solid #F2F2F2;
  border-bottom: none;
}
.menuSearchTab li.selected{
  background: #fff;
  border: 1px solid #384966;
  border-bottom: none;
}
.menuSearchBoxInner_select{
  margin-bottom: 6rem;
}
.menuSearchBoxInner_select_txt{
  margin-bottom: 1rem;
}
.menuSearchBoxInner_select select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 95% center no-repeat;
  background-size: 1.5rem;
  padding: 1.2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.5rem;
}
.menuSearchBoxInner_check{
  padding: 3rem 0rem;
  border-top: 1px solid #384966;
  border-bottom: 1px solid #384966;
  margin-bottom: 5rem;
}
.menuSearchBoxInner_check_txt{
  margin-bottom: 0rem;
  background: url(../../src/img/ac_on.png) 98% center no-repeat;
  background-size: 1.8rem 1.8rem;
  color: #384966;
  font-size: 1.7rem;
}
.menuSearchBoxInner_check_txt.on{
  margin-bottom: 0rem;
  background: url(../../src/img/ac_off.png) 98% center no-repeat;
  background-size: 1.8rem 1.8rem;
}
.menuSearchBoxInner_checkBox{
  display: none;
}
.menuSearchBoxInner_checkBox div{
  padding: 4rem 2rem;
  padding-bottom: 2rem;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.menuSearchBoxInner_checkBox label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
.menuSearchBoxInner_checkBox input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.menuSearchBoxInner_checkBox input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.menuSearchBoxInner_send{
  display: flex;
  justify-content: center;
  position: relative;
  width: 30rem;
  margin: 0 auto;
}
.menuSearchBoxInner_send input{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border: 1px solid #516993;
  box-shadow: 5px 5px 20px #00000020;
  padding: 2rem 0;
  line-height: 1;
  position: relative;
  border-radius: 6px;
  color: #fff;
  background: #384966;
  -webkit-appearance: none;
}
.menuSearchBoxInner_send:after{
  content: "";
  width: 4.6rem;
  height: 1px;
  background: #516993;
  position: absolute;
  right: -2.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menuSearchBoxInner_send input:hover{
  opacity: 1;
  background: #384966;
  border-radius: 100px;
  color: #fff;
}
.menuSearchBoxInner_text{
  width: 100%;
  margin: 0 auto 4rem;
}
.menuSearchBoxInner_text input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  font-size: 1.4rem;
}
.menuSec{
  width: 90%;
  margin: 0 auto 8rem;
}
.menuSec_item{
  margin-bottom: 6rem;
}
.menuSec_itemInner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-direction: column;
}
.menuSec_itemInnerL{
  width: 100%;
  margin-bottom: 2rem;
}
.menuSec_itemInnerR{
  width: 100%;
}
.menuSec_itemInnerR_cat01{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.menuSec_itemInnerR_cat01 li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 0.6rem;
}
.menuSec_itemInnerR_cat02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.menuSec_itemInnerR_cat02 li{
  margin-right: 0.5rem;
  font-size: 1.2rem;
}
.menuSec_itemInnerR_txt01{
  color: #384966;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.menuSec_itemInnerR_ttl{
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.menuSec_itemInnerR_txt02{
  font-size: 1.4rem;
  margin-bottom: 1rem;
  white-space: normal;
}
.menuSec_itemInnerR_txt03{
  font-size: 1.2rem;
  color: #384966;
}
.menuSec_itemInnerR_txt04{
  font-size: 1.2rem;
  color: #626161;
}
.menuSec_itemOption{
  margin-bottom: 4rem;
}
.menuSec_itemOption_ttl{
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #7A98C6;
  color: #7A98C6;
}
.menuSec_itemOption_list{

}
.menuSec_itemOption_list li{
  margin-bottom: 4rem;
}
.menuSec_itemOption_list li h4{
  font-size: 1.4rem;
}
.menuSec_itemOption_list li p{
  font-size: 1.4rem;
}
.menuSec_itemDetail{
  margin-bottom: 2rem;
}
.menuSec_itemDetail_ttl{
  margin-bottom: 0.5rem;
  color: #7A98C6;
}
.menuSec_itemDetail_list{

}
.menuSec_itemDetail_list li{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0.5rem;
  flex-direction: column;
}
.menuSec_itemDetail_list li h4{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.4rem 1rem;
  background: #7A98C6;
  color: #fff;
  font-size: 1.4rem;
}
.menuSec_itemDetail_list li p{
  font-size: 1.4rem;
  background: #F0F3F7;
  padding: 1rem;
  width: 100%;
}
.menuSec_itemDetail_list li p span{
  font-size: 1.2rem;
  color: #646464;
  line-height: 1.4;
  display: inline-block;
}
.menuSec_itemRec{
  margin-bottom: 4rem;
}
.menuSec_itemRec_ttl{
  margin-bottom: 1rem;
  color: #7A98C6;
}
.menuSec_itemRec_box{
  padding: 2rem;
  border: 1px solid #7A98C6;
}
.menuSec_itemRec_box h4{
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.menuSec_itemRec_box p{
  font-size: 1.4rem;
}
.cmnBtn01Box--menuSec{
  justify-content: center;
}
.cmnBtn01Box--menuSec .cmnBtn01Navy{
  background: #384966;
  color: #fff;
  width: 30rem;
}
.cmnBtn01Box--menuSec .cmnBtn01Navy p{
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
}
.cmnBtn01Box--menuSec .cmnBtn01Navy p img{
  width: 1.6rem;
  margin-left: 0.5rem;
}
.cmnBtn01Box--menuVoice {
  margin-top: 0rem;
}
}
/*-----------------------------------------------------------

FLOW

-------------------------------------------------------------*/
.mainV_sub01--flow{
  z-index: 1;
}
.flowNav{
  width: 30%;
  position: fixed;
  /*display: none;*/
  left: 8rem;
  top: 16rem;
  transition: 0.5s;
}
.flowNav.is-hidden {
  visibility: hidden;
  opacity: 0;
  top: 6rem;
}
.flowNav li{
  margin-bottom: 4rem;
}
.flowNav li.current{
  color: #384966;
  position: relative;
}
.flowNav li.current:before {
  content: "・";
  position: absolute;
  left: -3rem;
  top: -1.3rem;
  font-size: 3rem;
}
.flowBox{
  width: 80%;
  margin: 0 auto;
  padding-left: 20%;
}
.flowSec{
  position: relative;
  margin-bottom: 12rem;
}
.flowSecImg{
  width: 70%;
}
.flowSecCont{
  background: rgb(234,242,255);
  background: -moz-linear-gradient(-45deg,  rgba(234,242,255,1) 1%, rgba(252,247,247,1) 98%);
  background: -webkit-linear-gradient(-45deg,  rgba(234,242,255,1) 1%,rgba(252,247,247,1) 98%);
  background: linear-gradient(135deg,  rgba(234,242,255,1) 1%,rgba(252,247,247,1) 98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf2ff', endColorstr='#fcf7f7',GradientType=1 );
  padding: 4rem 4rem 3rem;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65%;
}
.flowSecCont_ttl{
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 1rem;
  color: #516993;
  position: relative;
}
.flowSecCont_ttl:before {
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: absolute;
  background: #d9e1f0;
  background: #f7fbff;
  background: -moz-linear-gradient(-45deg, #f7fbff 20%, #d9e1f0 100%);
  background: -webkit-linear-gradient(-45deg, #f7fbff 20%,#d9e1f0 100%);
  background: linear-gradient(135deg, #f7fbff 20%,#d9e1f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbff', endColorstr='#d9e1f0',GradientType=1 );
  left: -2rem;
  top: -4rem;
  bottom: 0;
  margin: auto;
}
.flowSecCont_ttl_num{
  font-size: 1.9rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.flowSecCont_ttl_num span{
  font-size: 3.2rem;
}
.flowSecCont_ttl_jp{
  font-size: 2.3rem;
}
.flowSecCont_txt{
  font-size: 1.4rem;
}
.flowSecCont_txt span{
  font-size: 1.2rem;
  color: #6E6E6E;
}
@media only screen and (min-width: 899px) {
.mainContentFlow{
  position: relative;  
}
.mainContentFlow:before{
  content: "";
  width: 100%;
  height: 80rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.flowNav{
  opacity: 0;
}
body.transform .flowNav{
  opacity: 1;
}
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.flowBox {
  width: 90%;
  margin: 0 auto;
  padding-left: 0%;
}
.flowNav{
  display: none!important;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContentFlow{
  background: url(../../src/img/sp/flow_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.flowNav{
  width: 30%;
  position: fixed;
  display: none!important;
  left: 8rem;
  top: 16rem;
}
.flowNav li{
  margin-bottom: 4rem;
}
.flowBox{
  width: 90%;
  margin: 0 auto;
  padding-left: 0%;
}
.flowSec{
  position: relative;
  margin-bottom: -3rem;
}
.flowSecImg{
  width: 100%;
}
.flowSecCont {
  background: rgb(234,242,255);
background: -moz-linear-gradient(top,  rgba(234,242,255,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(234,242,255,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(234,242,255,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf2ff', endColorstr='#ffffff',GradientType=0 );

  padding: 3rem 3rem 3rem;
  position: relative;
  right: 0;
  bottom: 11rem;
  left: 7%;
  width: 100%;
}
.flowSecCont_ttl{
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 1rem;
  color: #516993;
  position: relative;
}
.flowSecCont_ttl:before {
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: absolute;
  background: #d9e1f0;
  background: #f7fbff;
  background: -moz-linear-gradient(-45deg, #f7fbff 20%, #d9e1f0 100%);
  background: -webkit-linear-gradient(-45deg, #f7fbff 20%,#d9e1f0 100%);
  background: linear-gradient(135deg, #f7fbff 20%,#d9e1f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbff', endColorstr='#d9e1f0',GradientType=1 );
  left: -2rem;
  top: -4rem;
  bottom: 0;
  margin: auto;
}
.flowSecCont_ttl_num{
  font-size: 1.9rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.flowSecCont_ttl_num span{
  font-size: 3.2rem;
}
.flowSecCont_ttl_jp{
  font-size: 1.9rem;
}
.flowSecCont_txt{
  font-size: 1.4rem;
}
.flowSecCont_txt span{
  font-size: 1.2rem;
  color: #6E6E6E;
}
}
/*-----------------------------------------------------------

FAQ

-------------------------------------------------------------*/
.mainV_sub02{
  padding: 3rem 0 6rem;
}
.mainV_sub02TtlBox {
  height: 16rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0rem;
  position: relative;
}
.mainV_sub02TtlBox:before{
  content: "";
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  position: absolute;
  background: #d9e1f0;
  background: #f7fbff;
  background: -moz-linear-gradient(-45deg, #f7fbff 20%, #d9e1f0 100%);
  background: -webkit-linear-gradient(-45deg, #f7fbff 20%,#d9e1f0 100%);
  background: linear-gradient(135deg, #f7fbff 20%,#d9e1f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbff', endColorstr='#d9e1f0',GradientType=1 );
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mainV_sub02Ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.mainV_sub02Ttl_jp{
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.mainV_sub02Ttl_en{
  font-size: 1.4rem;
  color: #516993;
}
.mainV_sub02Txt{
  text-align: center;
}
.faqAnch{
  width: 70%;
  margin: 5rem auto 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}
.faqAnch li{
  display: flex;
  justify-content: center;
  width: 100%;
}
.faqAnch li:nth-child(2){
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  padding: 0 3rem;
}
.faqAnch li a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faqAnch li a p{
  color: #384966;
  text-align: center;
  margin-bottom: 1rem;
}
.faqAnch li a svg{
  width: 1.2rem;
}
.faqSec{
  width: 70%;
  margin: 0rem auto 15rem;
}
.faqSec_ttl{
  color: #384966;
  margin-bottom: 2rem;
  font-size: 2.7rem;
}
.faqSecList{

}
.faqSecList_item{
  border-top: 1px solid #DEDEDE;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
.faqSecList_itemTtl{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6;
  cursor: pointer;
  background: url(../../src/img/ac_on.png) 98% center no-repeat;
  background-size: 1.8rem 1.8rem;
}
.faqSecList_itemTtl.on{
  background: url(../../src/img/ac_off.png) 98% center no-repeat;
  background-size: 1.8rem 1.8rem;
}
.faqSecList_itemTtl .q{
  font-size: 2.4rem;
  color: #AFB0B1;
  margin-right: 2rem;
}
.faqSecList_itemBox{
  padding-top: 2rem;
  display: none;
  margin-bottom: 4rem;
}
.faqSecList_itemBox div{
  width: 90%;
  margin: 0 auto;
  background: #F5F9FF;
  padding: 5rem 7rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.faqAnch {
  width: 95%;
  margin: 5rem auto 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}
.faqSec {
  width: 90%;
  margin: 0rem auto 15rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainV_sub02{
  padding: 3rem 0 6rem;
}
.mainV_sub02TtlBox {
  height: 11rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0rem;
  position: relative;
}
.mainV_sub02TtlBox:before{
  content: "";
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  position: absolute;
  background: #d9e1f0;
  background: #f7fbff;
  background: -moz-linear-gradient(-45deg, #f7fbff 20%, #d9e1f0 100%);
  background: -webkit-linear-gradient(-45deg, #f7fbff 20%,#d9e1f0 100%);
  background: linear-gradient(135deg, #f7fbff 20%,#d9e1f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbff', endColorstr='#d9e1f0',GradientType=1 );
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mainV_sub02Ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.mainV_sub02Ttl_jp{
  font-size: 2.3rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.mainV_sub02Ttl_en{
  font-size: 1.4rem;
  color: #516993;
}
.mainV_sub02Txt{
  text-align: center;
}
.faqAnch{
  width: 90%;
  margin: 0rem auto 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: none;
  border-right: none;
  flex-direction: column;
}
.faqAnch li{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 1.6rem;
}
.faqAnch li:nth-child(2){
  border-left: none;
  border-right: none;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 1.6rem 0;
}
.faqAnch li a{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1rem;
}
.faqAnch li a p{
  color: #384966;
  text-align: center;
  margin-bottom: 0rem;
  font-size: 1.8rem;
}
.faqAnch li a svg{
  width: 1.2rem;
}
.faqSec{
  width: 90%;
  margin: 0rem auto 8rem;
}
.faqSec_ttl{
  color: #516993;
  margin-bottom: 2rem;
  font-size: 2.3rem;
}
.faqSecList{

}
.faqSecList_item{
  border-top: 1px solid #DEDEDE;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
.faqSecList_itemTtl{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6;
  cursor: pointer;
  background: url(../../src/img/ac_on.png) 98% center no-repeat;
  background-size: 1.8rem 1.8rem;
}
.faqSecList_itemTtl.on{
  background: url(../../src/img/ac_off.png) 98% center no-repeat;
  background-size: 1.8rem 1.8rem;
}
.faqSecList_itemTtl .q{
  font-size: 2.4rem;
  color: #AFB0B1;
  margin-right: 2rem;
}
.faqSecList_itemBox{
  padding-top: 2rem;
  display: none;
  margin-bottom: 4rem;
}
.faqSecList_itemBox div{
  width: 100%;
  margin: 0 auto;
  background: #F5F9FF;
  padding: 4rem 3rem;
  font-size: 1.4rem;
}
}
/*-----------------------------------------------------------

STAFF

-------------------------------------------------------------*/
.staffSec{
  padding: 10rem 0;
  background: #d9e2f0;
  background: -moz-linear-gradient(-45deg, #d9e2f0 0%, #f4faff 100%);
  background: -webkit-linear-gradient(-45deg, #d9e2f0 0%,#f4faff 100%);
  background: linear-gradient(135deg, #d9e2f0 0%,#f4faff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e2f0', endColorstr='#f4faff',GradientType=1 );
}
.staffSec:nth-of-type(odd){
  background: #f5f8fd;
  background: -moz-linear-gradient(-45deg, #f5f8fd 0%, #f4faff 100%);
  background: -webkit-linear-gradient(-45deg, #f5f8fd 0%,#f4faff 100%);
  background: linear-gradient(135deg, #f5f8fd 0%,#f4faff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f8fd', endColorstr='#f4faff',GradientType=1 );
}
.staffSecInner{
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.staffSec:nth-of-type(odd) .staffSecInner{
  flex-direction: row-reverse;
}
.staffSecInnerL{
  width: 37%;
}
.staffSecInnerR{
  width: 58%;
}
.staffSecInnerR_top{
  border-bottom: 1px solid #707070;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.staffSecInnerR_topTxt01{
  color: #384966;
  font-size: 1.4rem;
}
.staffSecInnerR_topName{
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 2rem;
}
.staffSecInnerR_topName_jp{
  font-size: 4.3rem;
  margin-right: 2rem;
}
.staffSecInnerR_topName_en{
  color: #516993;
  font-size: 2.1rem;
}
.staffSecInnerR_topTxt02{
  font-size: 1.4rem;
}
.staffSecInnerR_btm{

}
.staffSecInnerR_btmBox{
  margin-bottom: 3rem;
}
.staffSecInnerR_btmBox h3{
  font-size: 1.4rem;
  color: #384966;
}
.staffSecInnerR_btmBox p{
  font-size: 1.4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.staffSecInner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.staffSec{
  padding: 7rem 0;
  background: #d9e2f0;
  background: -moz-linear-gradient(-45deg, #d9e2f0 0%, #f4faff 100%);
  background: -webkit-linear-gradient(-45deg, #d9e2f0 0%,#f4faff 100%);
  background: linear-gradient(135deg, #d9e2f0 0%,#f4faff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e2f0', endColorstr='#f4faff',GradientType=1 );
}
.staffSec:nth-of-type(odd){
  background: #f5f8fd;
  background: -moz-linear-gradient(-45deg, #f5f8fd 0%, #f4faff 100%);
  background: -webkit-linear-gradient(-45deg, #f5f8fd 0%,#f4faff 100%);
  background: linear-gradient(135deg, #f5f8fd 0%,#f4faff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f8fd', endColorstr='#f4faff',GradientType=1 );
}
.staffSecInner{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.staffSec:nth-of-type(odd) .staffSecInner{
  flex-direction: column;
}
.staffSecInnerL{
  width: 100%;
  margin-bottom: 2rem;
}
.staffSecInnerR{
  width: 100%;
}
.staffSecInnerR_top{
  border-bottom: 1px solid #707070;
  padding-bottom: 2.5rem;
  margin-bottom: 2rem;
}
.staffSecInnerR_topTxt01{
  color: #384966;
  font-size: 1.4rem;
}
.staffSecInnerR_topName{
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 2rem;
}
.staffSecInnerR_topName_jp{
  font-size: 2.3rem;
  margin-right: 2rem;
}
.staffSecInnerR_topName_en{
  color: #516993;
  font-size: 1.7rem;
}
.staffSecInnerR_topTxt02{
  font-size: 1.4rem;
}
.staffSecInnerR_btm{

}
.staffSecInnerR_btmBox{
  margin-bottom: 3rem;
}
.staffSecInnerR_btmBox h3{
  font-size: 1.4rem;
  color: #384966;
}
.staffSecInnerR_btmBox p{
  font-size: 1.4rem;
}
#staff04 .staffSecInnerR_top{
  padding-bottom: 0.5rem;
}
}
/*-----------------------------------------------------------

VOICE

-------------------------------------------------------------*/
.voiceBox{
  margin: 4rem 0 16rem;
}
.voiceBoxList{
  width: 60%;
  margin: 0 auto 8rem;
}
.voiceBoxList_item{
  background: #F4F7FF;
  padding: 4rem 5rem;
  margin-bottom: 2rem;
}
.voiceBoxList_item:nth-child(even){
  background: #E7EEF8;
}
.voiceBoxList_itemTop{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  line-height: 1;
}
.voiceBoxList_itemTop_ico{
  width: 4.6rem;
  margin-right: 1rem;
}
.voiceBoxList_itemTop_time{
  color: #727272;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.voiceBoxList_itemTop_info{
  font-size: 1.5rem;
  margin-right: 1rem;
}
.voiceBoxList_itemTop_rate{
  display: flex;
  line-height: 1;
}
.voiceBoxList_itemTop_rate li{
  margin-right: 0.1rem;
  color: #FFC645;
}
.voiceBoxList_itemCont{
  font-size: 1.4rem;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #516993;
}
.wp-pagenavi a:hover{
  opacity: 0.5;
}

.wp-pagenavi .first{
  display: flex;
  padding-left: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center;
  font-size: 1.2rem;
}
.wp-pagenavi .first:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #516993;
  border-right: 1px solid #516993;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.wp-pagenavi .first:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #516993;
  border-right: 1px solid #516993;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0.5rem;
}

.wp-pagenavi .last{
  display: flex;
  padding-right: 2rem;
  margin-left: 1rem;
  position: relative;
  align-items: center;
  font-size: 1.2rem;
}
.wp-pagenavi .last:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #516993;
  border-right: 1px solid #516993;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .last:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #516993;
  border-right: 1px solid #516993;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0.5rem;
}

.previouspostslink{
  display: flex;
  padding-left: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center;
}
.previouspostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #516993;
  border-right: 1px solid #516993;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.nextpostslink{
  display: flex;
  padding-right: 2rem;
  margin-left: 1rem;
  position: relative;
  align-items: center;
}
.nextpostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #516993;
  border-right: 1px solid #516993;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .page{
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  color: #B2B2B2;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem;
}
.wp-pagenavi .current{
  color: #516993;
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.voiceBoxList {
  width: 90%;
  margin: 0 auto 8rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.voiceBox{
  margin: 0rem 0 6rem;
}
.voiceBoxList{
  width: 90%;
  margin: 0 auto 8rem;
}
.voiceBoxList_item{
  background: #F4F7FF;
  padding: 3rem 2rem;
  margin-bottom: 2rem;
}
.voiceBoxList_item:nth-child(even){
  background: #E7EEF8;
}
.voiceBoxList_itemTop{
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  line-height: 1;
  position: relative;
  flex-wrap: wrap;
  padding-left: 6rem;
}
.voiceBoxList_itemTop_ico{
  width: 4.6rem;
  margin-right: 1rem;
  position: absolute;
  left: 0;
}
.voiceBoxList_itemTop_time{
  color: #727272;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.voiceBoxList_itemTop_info{
  font-size: 1.5rem;
  margin-right: 1rem;
}
.voiceBoxList_itemTop_rate{
  display: flex;
  line-height: 1;
  width: 100%;
  margin-top: 1rem;
}
.voiceBoxList_itemTop_rate li{
  margin-right: 0.1rem;
  color: #FFC645;
  font-size: 1.6rem;
}
.voiceBoxList_itemCont{
  font-size: 1.4rem;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #516993;
}
.wp-pagenavi a:hover{
  opacity: 0.5;
}

.wp-pagenavi .first{
  display: flex;
  padding-left: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center;
  font-size: 1.2rem;
}
.wp-pagenavi .first:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #516993;
  border-right: 1px solid #516993;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.wp-pagenavi .first:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #516993;
  border-right: 1px solid #516993;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0.5rem;
}

.wp-pagenavi .last{
  display: flex;
  padding-right: 2rem;
  margin-left: 1rem;
  position: relative;
  align-items: center;
  font-size: 1.2rem;
}
.wp-pagenavi .last:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #516993;
  border-right: 1px solid #516993;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .last:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #516993;
  border-right: 1px solid #516993;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0.5rem;
}

.previouspostslink{
  display: flex;
  padding-left: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center;
}
.previouspostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #516993;
  border-right: 1px solid #516993;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.nextpostslink{
  display: flex;
  padding-right: 2rem;
  margin-left: 1rem;
  position: relative;
  align-items: center;
}
.nextpostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #516993;
  border-right: 1px solid #516993;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .page{
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  color: #B2B2B2;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem;
}
.wp-pagenavi .current{
  color: #516993;
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem;
}
}
/*-----------------------------------------------------------

NEWS

-------------------------------------------------------------*/
.newsBox{
  width: 70%;
  margin: 0 auto 16rem;
}
.newsSelectBox{
  width: 35%;
  margin-bottom: 6rem;
  display: flex;
  align-items: center;
}
.newsSelectBox select{
  width: 100%;
  background:#fff url(../../src/img/select_arrow.png) 97% center no-repeat;
  background-size: 1.6rem 1rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  font-size: 1.4rem;
  line-height: 1;
  height: 4.5rem;
  border-radius: 6px;
}
.newsSelectBox select.selected{
  color: #aaa;
}
.newsBoxList{
  margin-bottom: 8rem;
}
.newsBoxList_item{
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.newsBoxList_itemLink{
  display: block;
}
.newsBoxList_itemLinkTop{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.newsBoxList_itemLinkTop time{
  color: #6F6F6F;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.newsBoxList_itemLinkTop ul{
  margin-left: 1rem;
}
.newsBoxList_itemLinkTop ul li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
}
.newsBoxList_itemLinkTtl{
  font-size: 1.7rem;
  color: #707070;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsBox {
  width: 90%;
  margin: 0 auto 16rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsBox{
  width: 90%;
  margin: -4rem auto 6rem;
}
.newsSelectBox{
  width: 100%;
  margin-bottom: 6rem;
  display: flex;
  align-items: center;
}
.newsSelectBox select{
  width: 100%;
  background:#fff url(../../src/img/select_arrow.png) 97% center no-repeat;
  background-size: 1.6rem 1rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  font-size: 1.4rem;
  line-height: 1;
  height: 4.5rem;
  border-radius: 6px;
}
.newsSelectBox select.selected{
  color: #aaa;
}
.newsBoxList{
  margin-bottom: 8rem;
}
.newsBoxList_item{
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.newsBoxList_itemLink{
  display: block;
}
.newsBoxList_itemLinkTop{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.newsBoxList_itemLinkTop time{
  color: #6F6F6F;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.newsBoxList_itemLinkTop ul{
  margin-left: 1rem;
}
.newsBoxList_itemLinkTop ul li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
}
.newsBoxList_itemLinkTtl{
  font-size: 1.7rem;
  color: #707070;
}
}
/*-----------------------------------------------------------

NEWS DETAIL

-------------------------------------------------------------*/
.newsBoxD{
  width: 60%;
  margin: 8rem auto 16rem;
}
.newsBoxD_top{

}
.newsBoxD_topInfo{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.newsBoxD_topInfo time{
  color: #6F6F6F;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.newsBoxD_topInfo ul{
  margin-left: 1rem;
}
.newsBoxD_topInfo ul li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
}
.newsBoxD_topTtl{
  font-size: 3rem;
  color: #707070;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #516993;
}
.newsBoxDBody{
  font-size: 1.4rem;
  margin-bottom: 6rem;
}
.cmnBtn01Box--postBack{
  justify-content: center;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsBoxD {
  width: 90%;
  margin: 8rem auto 16rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsBoxD{
  width: 90%;
  margin: 6rem auto 6rem;
}
.newsBoxD_top{

}
.newsBoxD_topInfo{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.newsBoxD_topInfo time{
  color: #6F6F6F;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.newsBoxD_topInfo ul{
  margin-left: 1rem;
}
.newsBoxD_topInfo ul li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
}
.newsBoxD_topTtl{
  font-size: 1.7rem;
  color: #707070;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #516993;
}
.newsBoxDBody{
  font-size: 1.4rem;
  margin-bottom: 6rem;
}
.cmnBtn01Box--postBack{
  justify-content: center;
}
}
/*-----------------------------------------------------------

BLOG

-------------------------------------------------------------*/
.blogBox{
  width: 80%;
  margin: 0 auto 16rem;
}
.blogBoxList{
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blogBoxList::after {
    content: "";
    display:block;
    width:32%;
}
.blogBoxList_item{
  width: 32%;
  margin-bottom: 6rem;
}
.blogBoxList_itemLink{
  display: block;
}
.blogBoxList_itemLink_img {
  width: 100%;
  height: 23.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.blogBoxList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.blogBoxList_itemLink_info{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.blogBoxList_itemLink_info time{
  color: #6F6F6F;
  font-size: 1.2rem;
}
.blogBoxList_itemLink_info ul{
  margin-left: 1rem;
  display: none;
}
.blogBoxList_itemLink_info ul li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
}
.blogBoxList_itemLink_ttl{
  font-size: 1.7rem;
}
.columnCatList{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: -2rem 0 4rem;
}
.columnCatList li {
  background: #fff;
  color: #516993;
  font-size: 1.2rem;
  margin-right: 1.6rem;
  margin-bottom: 1rem;
  width: 11%;
}

.columnCatList li a {
  display: block;
  padding: 0.5rem 0.5rem;
  text-align: center;
  border: 1px solid #516993;
  border-radius: 4px;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.blogBox {
  width: 90%;
  margin: 0 auto 16rem;
}
.blogBoxList_itemLink_img {
  width: 100%;
  height: 17.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.columnCatList li {
  background: #fff;
  color: #516993;
  font-size: 1.2rem;
  margin-right: 1.6rem;
  margin-bottom: 1rem;
  width: 13%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.blogBox{
  width: 90%;
  margin: -2rem auto 6rem;
}
.blogBoxList{
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blogBoxList_item{
  width: 100%;
  margin-bottom: 4rem;
}
.blogBoxList_itemLink{
  display: block;
}
.blogBoxList_itemLink_img {
  width: 100%;
  height: 23.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.blogBoxList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.blogBoxList_itemLink_info{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.blogBoxList_itemLink_info time{
  color: #6F6F6F;
  font-size: 1.2rem;
}
.blogBoxList_itemLink_info ul{
  margin-left: 1rem;
}
.blogBoxList_itemLink_info ul li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
}
.blogBoxList_itemLink_ttl{
  font-size: 1.9rem;
}
.columnCatList{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: -2rem 0 4rem;
  justify-content: center;
}
.columnCatList li{
  background: #fff;
  color: #516993;
  font-size: 1.2rem;
  margin:0 0.8rem;
  margin-bottom: 1rem;
  width: 40%;
}
.columnCatList li a{
  display: block;
  padding: 0.5rem 0.5rem;
  text-align: center;
  border: 1px solid #516993;
  border-radius: 4px;
}
}
/*-----------------------------------------------------------

BLOG DETAIL

-------------------------------------------------------------*/
.columnBoxD{
  width: 80%;
  margin: 6rem auto 16rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.columnBoxDSec{
  width: 68%;
}
.columnBoxDSec_top{

}
.columnBoxDSec_topInfo{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.columnBoxDSec_topInfo time{
  color: #6F6F6F;
  font-size: 1.2rem;
  margin-right: 0rem;
  width: 100%;
  margin-bottom: 1rem;
}
.columnBoxDSec_topInfo ul{
  margin-left: 0rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.columnBoxDSec_topInfo ul li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.columnBoxDSec_topTtl{
  font-size: 3rem;
  color: #707070;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #516993;
  line-height: 1.6;
}
.columnBoxDBody{
  font-size: 1.4rem;
  margin-bottom: 6rem;
}
.columnBoxDBody p{
  margin-bottom: 4rem;
}
.columnBoxDBody img{
  margin-bottom: 3rem;
}
.columnBoxDBody h2{
  margin-bottom: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid #DEDEDE;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  color: #707070;
  position: relative;
}
.columnBoxDBody h2:before{
  content: "";
  width: 5rem;
  height: 2px;
  background: #516993;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.columnBoxDBody h3{
  margin-bottom: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid #DEDEDE;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.6;
  color: #707070;
}
.columnBoxDBody h4{
  font-weight: 600;
  margin-bottom: 2rem;
  color: #707070;
}
#toc_container {
  background: #F5F9FF!important;
  border: 1px solid #F5F9FF!important;
  padding: 3rem!important;
  margin-bottom: 1em;
  width: auto;
  display: table;
  font-size: 1.4rem!important;
  border-radius: 0px;
  margin-bottom: 5rem!important;
  width: 100%!important;
  color: #2B2B2B;
}
#toc_container p.toc_title {
  text-align: left!important;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #707070;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
#toc_container ul{
  margin-bottom: 0rem;
}
#toc_container ul li{
  margin-bottom: 0rem;
}
#toc_container ul li:before{
  display: none;
}
#toc_container ul a{
  margin-bottom: 1rem;
  display: block;
}
#toc_container ul li ul{
  padding-left: 2rem;
}
.columnBoxDSide{
  width: 25%;
}
.columnBoxDSide_box{
  margin-bottom: 3rem;
}
.columnBoxDSide_boxTtl{
  font-size: 2.3rem;
  color: #516993;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAYAAAD9yd/wAAAAAXNSR0IArs4c6QAAABRJREFUGFdjrJpx7H9bhhUjAxoAAFWOBAL3RgSRAAAAAElFTkSuQmCC) 0 bottom repeat-x;
  margin-bottom: 2rem;
}
.columnBoxDSide_boxList{

}
.columnBoxDSide_boxList_item{
  margin-bottom: 1rem;
}
.columnBoxDSide_boxList_itemLink{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.columnBoxDSide_boxList_itemLink_img {
  width: 47%;
  height: 9.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.columnBoxDSide_boxList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.columnBoxDSide_boxList_itemLink_info{
  width: 47%;
}
.columnBoxDSide_boxList_itemLink_info time{
  color: #9B9B9B;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  display: block;
}
.columnBoxDSide_boxList_itemLink_info p{
  font-size: 1.4rem;
  letter-spacing: 0;
}
.columnBoxDSide_boxList_itemRank .columnBoxDSide_boxList_itemLink_img:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4rem 4rem 0 0;
  border-color: #aaa transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.columnBoxDSide_boxList_itemRank:nth-child(1) .columnBoxDSide_boxList_itemLink_img:before{
  border-color: #EBCE2C transparent transparent transparent;
}
.columnBoxDSide_boxList_itemRank:nth-child(2) .columnBoxDSide_boxList_itemLink_img:before{
  border-color: #90AAD8 transparent transparent transparent;
}
.columnBoxDSide_boxList_itemRank:nth-child(3) .columnBoxDSide_boxList_itemLink_img:before{
  border-color: #966C66 transparent transparent transparent;
}
.columnBoxDSide_boxList_itemRank .columnBoxDSide_boxList_itemLink_img:after{
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 2.1rem;
  font-family: 'Josefin Slab', serif;
  top: 0.5rem;
  left: 0.5rem;
  line-height: 1;
}
.columnBoxDSide_boxList_itemRank:nth-child(1) .columnBoxDSide_boxList_itemLink_img:after{
  content: "1";
}
.columnBoxDSide_boxList_itemRank:nth-child(2) .columnBoxDSide_boxList_itemLink_img:after{
  content: "2";
}
.columnBoxDSide_boxList_itemRank:nth-child(3) .columnBoxDSide_boxList_itemLink_img:after{
  content: "3";
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.columnBoxD {
  width: 90%;
  margin: 6rem auto 16rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.columnBoxDSide {
  width: 28%;
}
.columnBoxDSide_boxList_itemLink_info p {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.4;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.columnBoxD{
  width: 90%;
  margin: 6rem auto 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.columnBoxDSec{
  width: 100%;
  margin-bottom: 8rem;
}
.columnBoxDSec_top{

}
.columnBoxDSec_topInfo{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.columnBoxDSec_topInfo time{
  color: #6F6F6F;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.columnBoxDSec_topInfo ul{
  margin-left: 0rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.columnBoxDSec_topInfo ul li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.columnBoxDSec_topTtl{
  font-size: 1.7rem;
  color: #707070;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #516993;
  line-height: 1.6;
}
.columnBoxDBody{
  font-size: 1.4rem;
  margin-bottom: 6rem;
}
.columnBoxDBody p{
  margin-bottom: 4rem;
}
.columnBoxDBody img{
  margin-bottom: 3rem;
}
.columnBoxDBody h2{
  margin-bottom: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid #DEDEDE;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  color: #707070;
  position: relative;
}
.columnBoxDBody h2:before{
  content: "";
  width: 5rem;
  height: 2px;
  background: #516993;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.columnBoxDBody h3{
  margin-bottom: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid #DEDEDE;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.6;
  color: #707070;
}
.columnBoxDBody h4{
  font-weight: 600;
  margin-bottom: 2rem;
  color: #707070;
}
#toc_container {
  background: #F5F9FF!important;
  border: 1px solid #F5F9FF!important;
  padding: 3rem!important;
  margin-bottom: 1em;
  width: auto;
  display: table;
  font-size: 1.4rem!important;
  border-radius: 0px;
  margin-bottom: 5rem!important;
  width: 100%!important;
  color: #2B2B2B;
}
#toc_container p.toc_title {
  text-align: left!important;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #707070;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
#toc_container ul{
  margin-bottom: 0rem;
}
#toc_container ul li{
  margin-bottom: 0rem;
}
#toc_container ul li:before{
  display: none;
}
#toc_container ul a{
  margin-bottom: 1rem;
  display: block;
}
#toc_container ul li ul{
  padding-left: 2rem;
}
.columnBoxDSide{
  width: 100%;
}
.columnBoxDSide_box{
  margin-bottom: 3rem;
}
.columnBoxDSide_boxTtl{
  font-size: 2.3rem;
  color: #516993;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAYAAAD9yd/wAAAAAXNSR0IArs4c6QAAABRJREFUGFdjrJpx7H9bhhUjAxoAAFWOBAL3RgSRAAAAAElFTkSuQmCC) 0 bottom repeat-x;
  margin-bottom: 2rem;
}
.columnBoxDSide_boxList{

}
.columnBoxDSide_boxList_item{
  margin-bottom: 1rem;
}
.columnBoxDSide_boxList_itemLink{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.columnBoxDSide_boxList_itemLink_img {
  width: 43%;
  height: 10rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.columnBoxDSide_boxList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.columnBoxDSide_boxList_itemLink_info{
  width: 50%;
}
.columnBoxDSide_boxList_itemLink_info time{
  color: #9B9B9B;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  display: block;
}
.columnBoxDSide_boxList_itemLink_info p{
  font-size: 1.4rem;
  letter-spacing: 0;
}
.columnBoxDSide_boxList_itemRank .columnBoxDSide_boxList_itemLink_img:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4rem 4rem 0 0;
  border-color: #aaa transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.columnBoxDSide_boxList_itemRank:nth-child(1) .columnBoxDSide_boxList_itemLink_img:before{
  border-color: #EBCE2C transparent transparent transparent;
}
.columnBoxDSide_boxList_itemRank:nth-child(2) .columnBoxDSide_boxList_itemLink_img:before{
  border-color: #90AAD8 transparent transparent transparent;
}
.columnBoxDSide_boxList_itemRank:nth-child(3) .columnBoxDSide_boxList_itemLink_img:before{
  border-color: #966C66 transparent transparent transparent;
}
.columnBoxDSide_boxList_itemRank .columnBoxDSide_boxList_itemLink_img:after{
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 2.1rem;
  font-family: 'Josefin Slab', serif;
  top: 0.5rem;
  left: 0.5rem;
  line-height: 1;
}
.columnBoxDSide_boxList_itemRank:nth-child(1) .columnBoxDSide_boxList_itemLink_img:after{
  content: "1";
}
.columnBoxDSide_boxList_itemRank:nth-child(2) .columnBoxDSide_boxList_itemLink_img:after{
  content: "2";
}
.columnBoxDSide_boxList_itemRank:nth-child(3) .columnBoxDSide_boxList_itemLink_img:after{
  content: "3";
}
}
/*-----------------------------------------------------------

COLUMN

-------------------------------------------------------------*/
.contactBox{
  background: #F8FAFD;
  width: 80%;
  margin: 6rem auto 10rem;
  padding: 10rem 0 10rem;
}
.contactBox_top{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.contactBox_topTtl{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #516993;
  line-height: 1;
  margin-bottom: 5rem;
}
.contactBox_topTtl_en{
  font-size: 5rem;
  margin-bottom: 1rem;
}
.contactBox_topTtl_jp{
  font-size: 1.4rem;
}
.contactBox_topTxt01{
  font-weight: 500;
  font-size: 1.4rem;
}
.contactBox_topTxt02{
  font-size: 1.2rem;
}
.formSec{
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.formSecList_item{
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
.formSecList_itemTtl{
  margin-bottom: 1rem;
  position: relative;
  font-weight: 500;
}
.formSecList_itemTtl.hissu{
  padding-left: 6rem;
}
.formSecList_itemTtl.hissu:after{
  content: "必須";
  color: #fff;
  background: #A31B1B;
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.6rem 1rem;
}
.formSecList_itemInput2col{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.formSecList_itemInput2col div{
  width: 48%;
}
.formSecList_itemInput input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  font-size: 1.4rem;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
}
.formSecList_itemName{
  display: flex;
  justify-content: space-between;
}
.formSecList_itemNameCol{
  width: 49%;
}

.formSecList_itemInputRadio{

}
.formSecList_itemInputRadio .wpcf7-radio{
  display: flex;
}
.formSecList_itemInputRadio .wpcf7-radio label{
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.formSecList_itemInputRadio input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border:1px solid #707070;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
.formSecList_itemInputRadio input[type=radio]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease;
}
.formSecList_itemInputRadio input[type=radio]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #516993;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
.formSecList_itemBirth{
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthYear{
  width: 25%;
  position: relative;
  padding-right: 2rem;
  margin-right: 4rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthYear span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
}
.formSecList_itemBirthYear:after{
  content: "";
  border-right: 1px solid #707070;
  transform: rotate(30deg);
  position: absolute;
  right: -1rem;
  top: 0.4rem;
  height: 4.5rem;
}
.formSecList_itemBirthMonth{
  width: 15%;
  position: relative;
  padding-right: 2rem;
  margin-right: 4rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthMonth:after{
  content: "";
  border-right: 1px solid #707070;
  transform: rotate(30deg);
  position: absolute;
  right: -1rem;
  top: 0.4rem;
  height: 4.5rem;
}
.formSecList_itemBirthDay{
  width: 15%;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthDay span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 93% center no-repeat;
  background-size: 1rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
}
.formSecList_itemBirth p{
  width: 100%;
}
.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  height: 18rem;
  font-size: 1.4rem;
}
.formSecList_itemCheckText{
  margin-bottom: 6rem;
  margin-top: -1rem;
}
.formSecList_itemCheckText a{
  color: #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
}
.formSecList_itemCheck{
  margin: -2rem 0 6rem;
  text-align: left;
}
.formSecList_itemCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.formSecList_itemCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.formSecList_itemCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.formSecList_itemInput input.addFormBtn{
  background: #00085D;
  border: 1px solid #00085D;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
}
.formSecList_itemCheck a{
  color: #516993;
  border-bottom: 1px solid #516993;
  font-weight: 500;
}
.sendBtn {
  position: relative;
  width: 31rem;
  margin: 0 auto;
  overflow: hidden;
}
.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #516993;
  border: none;
  text-align: center;
  padding: 1.5rem 0;
  color: #fff;
  position: relative;
  border-radius: 6px;
  font-size: 1.7rem;
  font-weight: 500;
}
.sendBtn .button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #CBCBCB;
}
.formSecList_itemCheck .wpcf7-list-item{
  margin: 0;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.contactBox {
  background: #F8FAFD;
  width: 100%;
  margin: 6rem auto 10rem;
  padding: 10rem 0 10rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.contactBox{
  background: #F8FAFD;
  width: 100%;
  margin: 2rem auto 1rem;
  padding: 6rem 0 10rem;
}
.contactBox_top{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.contactBox_topTtl{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #516993;
  line-height: 1;
  margin-bottom: 5rem;
}
.contactBox_topTtl_en{
  font-size: 4rem;
  margin-bottom: 1rem;
}
.contactBox_topTtl_jp{
  font-size: 1.4rem;
}
.contactBox_topTxt01{
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}
.contactBox_topTxt02{
  font-size: 1.2rem;
  text-align: center;
}
.formSec{
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.formSecList_item{
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
.formSecList_itemTtl{
  margin-bottom: 1rem;
  position: relative;
  font-weight: 500;
}
.formSecList_itemTtl.hissu{
  padding-left: 6rem;
}
.formSecList_itemTtl.hissu:after{
  content: "必須";
  color: #fff;
  background: #A31B1B;
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.6rem 1rem;
}
.formSecList_itemInput2col{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.formSecList_itemInput2col div{
  width: 100%;
}
.formSecList_itemInput2col div + div{
  margin-top: 1rem;
}
.formSecList_itemInput input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  font-size: 1.4rem;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
}
.formSecList_itemName{
  display: flex;
  justify-content: space-between;
}
.formSecList_itemNameCol{
  width: 49%;
}

.formSecList_itemInputRadio{

}
.formSecList_itemInputRadio .wpcf7-radio{
  display: flex;
}
.formSecList_itemInputRadio .wpcf7-radio label{
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.formSecList_itemInputRadio input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border:1px solid #707070;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
.formSecList_itemInputRadio input[type=radio]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease;
}
.formSecList_itemInputRadio input[type=radio]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #00085D;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
.formSecList_itemBirth{
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthYear{
  width: 25%;
  position: relative;
  padding-right: 2rem;
  margin-right: 4rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthYear span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
}
.formSecList_itemBirthYear:after{
  content: "";
  border-right: 1px solid #707070;
  transform: rotate(30deg);
  position: absolute;
  right: -1rem;
  top: 0.4rem;
  height: 4.5rem;
}
.formSecList_itemBirthMonth{
  width: 15%;
  position: relative;
  padding-right: 2rem;
  margin-right: 4rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthMonth:after{
  content: "";
  border-right: 1px solid #707070;
  transform: rotate(30deg);
  position: absolute;
  right: -1rem;
  top: 0.4rem;
  height: 4.5rem;
}
.formSecList_itemBirthDay{
  width: 15%;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthDay span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 93% center no-repeat;
  background-size: 1rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
}
.formSecList_itemBirth p{
  width: 100%;
}
.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  height: 18rem;
  font-size: 1.4rem;
}
.formSecList_itemCheckText{
  margin-bottom: 6rem;
  margin-top: -1rem;
}
.formSecList_itemCheckText a{
  color: #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
}
.formSecList_itemCheck{
  margin: -2rem 0 6rem;
  text-align: left;
}
.formSecList_itemCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.formSecList_itemCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.formSecList_itemCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.formSecList_itemInput input.addFormBtn{
  background: #00085D;
  border: 1px solid #00085D;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
}
.formSecList_itemCheck a{
  color: #516993;
  border-bottom: 1px solid #516993;
  font-weight: 500;
}
.sendBtn {
  position: relative;
  width: 31rem;
  margin: 0 auto;
  overflow: hidden;
}
.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #516993;
  border: none;
  text-align: center;
  padding: 1.5rem 0;
  color: #fff;
  position: relative;
  border-radius: 6px;
  font-size: 1.7rem;
  font-weight: 500;
}
.sendBtn .button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #CBCBCB;
}
}
/*-----------------------------------------------------------

CONTACT CONFIRM

-------------------------------------------------------------*/
.contactBoxConfirm{

}
.contactBoxConfirm .formSec{
  width: 60%;
}
.contactBoxConfirm .contactBox_topTtl{
  margin-bottom: 7rem;
}
.contactBoxConfirm .formSecList{
  border-top: 1px solid #DEDEDE;
  margin-bottom: 5rem;
}
.contactBoxConfirm .formSecList_itemTtl.hissu{
  padding-left: 0;
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_itemTtl.hissu:after{
  display: none;
}
.contactBoxConfirm .formSecList_item{
  display: flex;
  justify-content: space-between;
  padding: 4rem 0;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_item .formSecList_itemTtl{
  width: 35%;
}
.contactBoxConfirm .formSecList_item .formSecList_itemInput{
  width: 65%;
}
.contactBoxConfirm .buttonBack{
  background: #AAAAAA;
  margin-top: 2rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.contactBoxConfirm{

}
.contactBoxConfirm .formSec{
  width: 90%;
}
.contactBoxConfirm .formSecList{
  border-top: none;
  margin-bottom: 3rem;
}
.contactBoxConfirm .formSecList_itemTtl.hissu{
  padding-left: 0;
}
.contactBoxConfirm .formSecList_itemTtl.hissu:after{
  display: none;
}
.contactBoxConfirm .formSecList_item{
  display: flex;
  justify-content: space-between;
  padding: 0rem 0;
  border-bottom: none;
  margin-bottom: 3rem;
  flex-direction: column;
}
.contactBoxConfirm .formSecList_item .formSecList_itemTtl{
  width: 100%;
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
}
.contactBoxConfirm .formSecList_item .formSecList_itemInput{
  width: 100%;
}
.contactBoxConfirm .buttonBack{
  background: #AAAAAA;
  margin-top: 2rem;
}
}
/*-----------------------------------------------------------

THANKS

-------------------------------------------------------------*/
.mainV_sub02Thanks{
  padding-top: 8rem;
}
.mainV_sub02Thanks .mainV_sub02TtlBox{
  margin-bottom: 1rem;
}
.mainV_sub02Thanks .mainV_sub02Ttl_en{
  font-size: 7rem;
}
.mainV_sub02Thanks .mainV_sub02Txt{
  font-size: 2.3rem;
}
.thanksTxt {
  text-align: center;
  margin-top: -5rem;
  margin-bottom: 6rem;
  font-size: 1.4rem;
}
.cmnBtn01Box--thanks{
  justify-content: center;
  margin-bottom: 16rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainV_sub02Thanks{
  padding-top: 8rem;
}
.mainV_sub02Thanks .mainV_sub02TtlBox{
  margin-bottom: 1rem;
}
.mainV_sub02Thanks .mainV_sub02Ttl_en{
  font-size: 4.5rem;
}
.mainV_sub02Thanks .mainV_sub02Txt{
  font-size: 2.3rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.thanksTxt {
  text-align: center;
  margin-top: -5rem;
  margin-bottom: 6rem;
  font-size: 1.4rem;
}
.cmnBtn01Box--thanks{
  justify-content: center;
  margin-bottom: 6rem;
}
}
/*-----------------------------------------------------------

ITEM

-------------------------------------------------------------*/
.headerEc{

}
.headerEc .headerInnerBox01 {
  width: 35%;
}
.headerEc .h_logo{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 30rem;
}
.headerEc .h_logo img{
  width: 10rem;
}
.h_logoEcBox{
  color: #435377;
  line-height: 1;
  margin-left: 2rem;
}
.h_logoEcBox_jp{
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.h_logoEcBox_en{
  font-size: 2.1rem;
}
.headerEc .headerInnerBox02{
  justify-content: flex-end;
}
.headerEc_menu{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  margin-right: 3rem;
}
.headerEc_menu li{
  width: 3.7rem;
  margin-right: 2rem;
}
/* header transform */
.headerEc.transform .headerInnerBox01 {
  width: 35%;
}
.headerEc.transform .h_logo {
  width: 30rem;
}
.headerEc.transform .h_logo img{
  width: 6rem;
}
.headerEc.transform .h_logoEcBox_jp{
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.headerEc.transform .h_logoEcBox_en{
  font-size: 1.7rem;
}
.headerEc.transform .headerInnerBox02{
  justify-content: flex-end;
}
.navBoxEc {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  padding: 0rem 0rem;
  display: block;
}
.navBoxEc.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  overflow-x: hidden;
}
.navBoxEc.active::-webkit-scrollbar {
  display:none;
}

.navBoxEcInner{
  background: #fff;
  padding: 2rem 0 0rem;
  position: relative;
  z-index: 1;
  top: -20rem;
  transition: 0.3s ease;
}
.navBoxEc.active .navBoxEcInner{
  top: 0rem;
}
.navBoxEcInner:after {
  content: "";
  width: 150%;
  height: 31rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -25%;
  bottom: -4rem;
}
.navBoxEcInnerTop{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto 8rem;
}
.navBoxEcInnerTopSearch{
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navBoxEcInnerTopSearch form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  width: 50%;
  padding: 0.5rem 1rem;
}
.navBoxEcInnerTopSearch_txt{
  width: 90%;
}
.navBoxEcInnerTopSearch_txt input {
  width: 100%;
  padding: 1rem 1rem;
  border: none;
  font-size: 1.4rem;
  -webkit-appearance: none;
  height: 3.6rem;
}
.navBoxEcInnerTopSearch_btn{
  width: 3rem;
}
.navBoxEcInnerTopSearch_btn input {
  display: block;
  letter-spacing: 2px;
  -webkit-appearance: none;
  cursor: pointer;
  background: #fff;
  width: 2.2rem;
  border: none;
  padding: 0;
  font-size: 1.4rem;
  color: #123D69;
  background: url(../../src/img/ec_search_ico.png) center center no-repeat;
  background-size: 100% 100%;
  height: 2rem;
}
.navBoxCloseEc{
  width: 2.6rem;
  display: block;
}
.itemBoxSecNav{
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.navOverlayEc {
  width: 100%;
  height: 100%;
  background: #00000087;
  position: fixed;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}

.mainV_sub01{
  position: relative;
}
.punkuzMainSub01{
  position: absolute;
  top: 0rem;
  left: 0;
  right: 0;
}
.mainV_sub01TtlBox{
  position: absolute;
  top: 4rem;
  bottom: 0;
  left: 20rem;
  margin: auto;
  display: flex;
  align-items: center;
  color: #516993;
}
.mainV_sub01TtlBox:before{
  content: "";
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  position: absolute;
  background: -moz-linear-gradient(-45deg,  rgba(248,242,242,1) 0%, rgba(247,251,255,0.21) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(248,242,242,1) 0%,rgba(247,251,255,0.21) 100%);
  background: linear-gradient(135deg,  rgba(248,242,242,1) 0%,rgba(247,251,255,0.21) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f2f2', endColorstr='#36f7fbff',GradientType=1 );
  left: -8rem;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.6;
}
.mainV_sub01Ttl {
  display: flex;
  flex-direction: column;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.mainV_sub01Ttl_jp{
  font-size: 4.9rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.mainV_sub01Ttl_en{
  font-size: 1.7rem;
}
.itemBox{
  width: 85%;
  margin: 8rem auto 10rem;
  display: flex;
  justify-content: space-between;
}
.itemBoxSide{
  width: 23%;
}
.itemBoxSide_ttl{
  color: #7A98C6;
  margin-bottom: 1rem;
}
.itemBoxSide_list{
  border-top: 1px solid #DEDEDE;
}
.itemBoxSide_list li{
  border-bottom: 1px solid #DEDEDE;
}
.itemBoxSide_list li a{
  display: block;
  padding: 2rem 0;
  background: url(../../src/img/item_arrow.png) 98% center no-repeat;
  background-size: 0.6rem 1rem;
}
.itemBoxWrap{
  width: 70%;
}
.itemBoxSec{
  margin-bottom: 15rem;
}
.cmnEc_ttl{
  line-height: 1;
  display: flex;
  align-items: flex-end;
  color: #516993;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAYAAAD9yd/wAAAAAXNSR0IArs4c6QAAABRJREFUGFdjrJpx7H9bhhUjAxoAAFWOBAL3RgSRAAAAAElFTkSuQmCC) 0 bottom repeat-x;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}
.cmnEc_ttl_en{
  font-size: 2.8rem;
  margin-right: 2rem;
}
.cmnEc_ttl_jp{
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}
.itemBoxSecList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.itemBoxSecList::after {
    content: "";
    display:block;
    width:31%;
}
.itemBoxSecList_item{
  width: 31%;
  margin-bottom: 6rem;
}
.itemBoxSecList_itemLink{
  display: block;
}
.itemBoxSecList_itemLink_img {
  width: 100%;
  height: 25.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1.6rem;
}
.itemBoxSecList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.itemBoxSecList_itemLink_cat{
  display: flex;
  margin-bottom: 1rem;
}
.itemBoxSecList_itemLink_cat li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 0.4rem;
}
.itemBoxSecList_itemLink_ttl{
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.itemBoxSecList_itemLink_price{
  font-size: 2.1rem;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.itemBoxSecList_itemLink_price span{
  font-size: 1.2rem;
  color: #707070;
}
.cmnBtn01Box--itemBox{
  justify-content: center;
}
.itemBoxSecRanking{
  margin-bottom: 8rem;
}
.itemBoxSecRanking .itemBoxSecList_itemLink_img:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8rem 8rem 0 0;
  border-color: #aaa transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.itemBoxSecRanking .itemBoxSecList_item:nth-child(1) .itemBoxSecList_itemLink_img:before{
  border-color: #EBCE2C transparent transparent transparent;
}
.itemBoxSecRanking .itemBoxSecList_item:nth-child(2) .itemBoxSecList_itemLink_img:before{
  border-color: #90AAD8 transparent transparent transparent;
}
.itemBoxSecRanking .itemBoxSecList_item:nth-child(3) .itemBoxSecList_itemLink_img:before{
  border-color: #966C66 transparent transparent transparent;
}
.itemBoxSecRanking .itemBoxSecList_itemLink_img:after{
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 3.7rem;
  font-family: 'Josefin Slab', serif;
  top: 1.2rem;
  left: 1.2rem;
  line-height: 1;
}
.itemBoxSecRanking .itemBoxSecList_item:nth-child(1) .itemBoxSecList_itemLink_img:after{
  content: "1";
}
.itemBoxSecRanking .itemBoxSecList_item:nth-child(2) .itemBoxSecList_itemLink_img:after{
  content: "2";
}
.itemBoxSecRanking .itemBoxSecList_item:nth-child(3) .itemBoxSecList_itemLink_img:after{
  content: "3";
}
.itemBoxSecRec{
  background: #D9E2F0;
  padding: 8rem 0;
  margin-bottom: 8rem;
}
.itemBoxSecRec_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 4rem;
  color: #516993;
}
.itemBoxSecRec_ttl_en{
  font-size: 4.1rem;
  margin-bottom: 0.4rem;
}
.itemBoxSecRec_ttl_jp{
  font-size: 1.2rem;
}
.itemBoxSecRecList{

}
.itemBoxSecRecList .itemBoxSecList_item{
  padding: 0 1.2rem;
}
.itemBoxSecRecList .itemBoxSecList_item .itemBoxSecList_itemLink_img {
  width: 100%;
  height: 28.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainV_sub01TtlBox{
  position: absolute;
  top: 4rem;
  bottom: 0;
  left: 7rem;
  margin: auto;
  display: flex;
  align-items: center;
  color: #516993;
}
.mainV_sub01Ttl_jp {
  font-size: 3.9rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.headerEc .h_logo img {
  width: 7rem;
}
.itemBoxSecNav {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.itemBox {
  width: 90%;
  margin: 8rem auto 10rem;
  display: flex;
  justify-content: space-between;
}
.itemBoxSecList_itemLink_img {
  width: 100%;
  height: 14.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1.6rem;
}

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.headerEc{

}
.headerEc .headerInnerBox01 {
  width: 35%;
}
.headerEc .h_logo{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 8rem;
}
.headerEc .h_logo img{
  width: 8rem;
}
.h_logoEcBox{
  color: #435377;
  line-height: 1;
  margin-left: 2rem;
  display: none;
}
.h_logoEcBox_jp{
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.h_logoEcBox_en{
  font-size: 2.1rem;
}
.headerEc .headerInnerBox02{
  justify-content: flex-end;
}
.headerEc_menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 52%;
  margin-right: 0rem;
}
.headerEc_menu li{
  width: 3rem;
  margin-right: 0rem;
}
/* header transform */
.headerEc.transform .headerInnerBox01 {
  width: 35%;
}
.headerEc.transform .h_logo {
  width: 30rem;
}
.headerEc.transform .h_logo img{
  width: 6rem;
}
.headerEc.transform .h_logoEcBox_jp{
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.headerEc.transform .h_logoEcBox_en{
  font-size: 1.7rem;
}
.headerEc.transform .headerInnerBox02{
  justify-content: flex-end;
}
.navBoxEc {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  padding: 0rem 0rem;
  display: block;
}
.navBoxEc.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  padding-bottom: 6rem;
  overflow-x: hidden;
}
.navBoxEc.active::-webkit-scrollbar {
  display:none;
}

.navBoxEcInner{
  background: #fff;
  padding: 2rem 0 0rem;
  position: relative;
  z-index: 1;
  top: -20rem;
  transition: 0.3s ease;
}
.navBoxEc.active .navBoxEcInner{
  top: 0rem;
}
.navBoxEcInner:after {
  content: "";
  width: 150%;
  height: 31rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -25%;
  bottom: -4rem;
}
.navBoxEcInnerTop{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto 7rem;
}
.navBoxEcInnerTopSearch{
  width: 84%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navBoxEcInnerTopSearch form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  width: 100%;
  padding: 0.5rem 1rem;
}
.navBoxEcInnerTopSearch_txt{
  width: 90%;
}
.navBoxEcInnerTopSearch_txt input {
  width: 100%;
  padding: 1rem 1rem;
  border: none;
  font-size: 1.4rem;
  -webkit-appearance: none;
  height: 3.6rem;
}
.navBoxEcInnerTopSearch_btn{
  width: 3rem;
}
.navBoxEcInnerTopSearch_btn input {
  display: block;
  letter-spacing: 2px;
  -webkit-appearance: none;
  cursor: pointer;
  background: #fff;
  width: 2.2rem;
  border: none;
  padding: 0;
  font-size: 1.4rem;
  color: #123D69;
  background: url(../../src/img/ec_search_ico.png) center center no-repeat;
  background-size: 100% 100%;
  height: 2rem;
}
.navBoxCloseEc{
  width: 2.6rem;
  display: block;
}
.itemBoxSecNav{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.itemBoxSecNav .cmnEc_ttl{
  background: none;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.itemBoxSecNav .cmnEc_ttl .cmnEc_ttl_en{
  font-size: 4rem;
  margin-bottom: 0.4rem;
}
.itemBoxSecListHeader .itemBoxSecList_item{
  padding: 0 0.5rem;
}
.navOverlayEc {
  width: 100%;
  height: 100%;
  background: #00000087;
  position: fixed;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}

.mainV_sub01{
  position: relative;
}
.punkuzMainSub01{
  position: absolute;
  top: 0rem;
  left: 0;
  right: 0;
}
.mainV_sub01TtlBox{
  position: absolute;
  top: 8rem;
  bottom: 0;
  left: 3rem;
  margin: auto;
  display: flex;
  align-items: center;
  color: #516993;
}
.mainV_sub01TtlBox:before{
  content: "";
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  position: absolute;
  background: -moz-linear-gradient(-45deg,  rgba(248,242,242,1) 0%, rgba(247,251,255,0.21) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(248,242,242,1) 0%,rgba(247,251,255,0.21) 100%);
  background: linear-gradient(135deg,  rgba(248,242,242,1) 0%,rgba(247,251,255,0.21) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f2f2', endColorstr='#36f7fbff',GradientType=1 );
  left: -8rem;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.6;
}
.mainV_sub01Ttl {
  display: flex;
  flex-direction: column;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.mainV_sub01Ttl_jp{
  font-size: 2.3rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.mainV_sub01Ttl_en{
  font-size: 1.7rem;
}
.itemBox{
  width: 85%;
  margin: 8rem auto 10rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.itemBoxSide{
  width: 100%;
  padding: 1.6rem;
  border: 1px solid #707070;
  border-radius: 10px;
  margin-bottom: 6rem;
}
.itemBoxSide_ttl{
  color: #7A98C6;
  margin-bottom: 0rem;
  background: url(../../src/img/sp/ac_arrow_off@2x.png) 98% center no-repeat;
  background-size: 1.6rem 0.9rem ;
}
.itemBoxSide_ttl.on{
  background: url(../../src/img/sp/ac_arrow_on@2x.png) 98% center no-repeat;
  background-size: 1.6rem 0.9rem ;
}
.itemBoxSide_box{
  display: none;
}
.itemBoxSide_list{
  border-top: 1px solid #DEDEDE;
  margin-top: 1rem;
}
.itemBoxSide_list li{
  border-bottom: 1px solid #DEDEDE;
}
.itemBoxSide_list li a{
  display: block;
  padding: 1.5rem 0;
  background: url(../../src/img/item_arrow.png) 98% center no-repeat;
  background-size: 0.6rem 1rem;
}
.itemBoxWrap{
  width: 100%;
}
.itemBoxSec{
  margin-bottom: 10rem;
}
.cmnEc_ttl{
  line-height: 1;
  display: flex;
  align-items: flex-end;
  color: #516993;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAYAAAD9yd/wAAAAAXNSR0IArs4c6QAAABRJREFUGFdjrJpx7H9bhhUjAxoAAFWOBAL3RgSRAAAAAElFTkSuQmCC) 0 bottom repeat-x;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.cmnEc_ttl_en{
  font-size: 2.8rem;
  margin-right: 2rem;
}
.cmnEc_ttl_jp{
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}
.itemBoxSecList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.itemBoxSecList::after {
    content: "";
    display:block;
    width:100%;
}
.itemBoxSecList_item{
  width: 100%;
  margin-bottom: 6rem;
}
.itemBoxSecList_itemLink{
  display: block;
}
.itemBoxSecList_itemLink_img {
  width: 100%;
  height: 22.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1.6rem;
}
.itemBoxSecList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.itemBoxSecList_itemLink_cat{
  display: flex;
  margin-bottom: 1rem;
}
.itemBoxSecList_itemLink_cat li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 0.4rem;
}
.itemBoxSecList_itemLink_ttl{
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.itemBoxSecList_itemLink_price{
  font-size: 2.1rem;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.itemBoxSecList_itemLink_price span{
  font-size: 1.2rem;
  color: #707070;
}
.cmnBtn01Box--itemBox{
  justify-content: center;
}
.itemBoxSecRanking{
  margin-bottom: 1rem;
}
.itemBoxSecRanking .itemBoxSecList_itemLink_img:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8rem 8rem 0 0;
  border-color: #aaa transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.itemBoxSecRanking .itemBoxSecList_item:nth-child(1) .itemBoxSecList_itemLink_img:before{
  border-color: #EBCE2C transparent transparent transparent;
}
.itemBoxSecRanking .itemBoxSecList_item:nth-child(2) .itemBoxSecList_itemLink_img:before{
  border-color: #90AAD8 transparent transparent transparent;
}
.itemBoxSecRanking .itemBoxSecList_item:nth-child(3) .itemBoxSecList_itemLink_img:before{
  border-color: #966C66 transparent transparent transparent;
}
.itemBoxSecRanking .itemBoxSecList_itemLink_img:after{
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 3.7rem;
  font-family: 'Josefin Slab', serif;
  top: 1.2rem;
  left: 1.2rem;
  line-height: 1;
}
.itemBoxSecRanking .itemBoxSecList_item:nth-child(1) .itemBoxSecList_itemLink_img:after{
  content: "1";
}
.itemBoxSecRanking .itemBoxSecList_item:nth-child(2) .itemBoxSecList_itemLink_img:after{
  content: "2";
}
.itemBoxSecRanking .itemBoxSecList_item:nth-child(3) .itemBoxSecList_itemLink_img:after{
  content: "3";
}
.itemBoxSecRec{
  background: #D9E2F0;
  padding: 8rem 0;
  margin-bottom: 8rem;
}
.itemBoxSecRec_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 4rem;
  color: #516993;
}
.itemBoxSecRec_ttl_en{
  font-size: 4.1rem;
  margin-bottom: 0.4rem;
}
.itemBoxSecRec_ttl_jp{
  font-size: 1.2rem;
}
.itemBoxSecRecList{

}
.itemBoxSecRecList .itemBoxSecList_item{
  padding: 0 0.5rem;
}
.itemBoxSecRecList .itemBoxSecList_item .itemBoxSecList_itemLink_img {
  width: 100%;
  height: 22.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1.6rem;
}
}
/*-----------------------------------------------------------

ITEM DETAIL

-------------------------------------------------------------*/
.itemSecDetailWrap{
  padding-top: 8rem;
}
.itemSecDetail{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  margin: 0 auto 18rem;
}
.itemSecDetailBoxImg{
  width: 50%;
}
.itemSecDetailBoxImgSlide{
  margin-bottom: 1.2rem;
  
}
.itemSecDetailBoxImgSlide img{

}
.itemSecDetailBoxImgSlide .slick-list {
  padding-right: 1px;
}
.itemSecDetailBoxImgSlide .slick-slide{
  
}

.itemSecDetailBoxImgSlide li{
  height: 39rem;
  text-align: center;
}
.itemSecDetailBoxImgSlide li img{
  height: 100%;
  display: inline-block;
  width: auto;
  object-fit: none;
}
.itemSecDetailBoxImgSlide li div {
    width: 100%;
    height: 39rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.itemSecDetailBoxImgSlide li div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
@media only screen and (min-width: 900px) {
.itemSecDetailBoxImgNav .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-right: 1px;
}

.itemSecDetailBoxImgNav .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  width: 100%!important;
  transform: unset!important;
  justify-content: flex-start;
}

.itemSecDetailBoxImgNav .slick-slide {
  display: none;
  float: left;
  height: 100%;
  width: 32.1%!important;
  min-height: 1px;
  margin-bottom: 0.8rem;
  margin-right: 0.9rem;
  cursor: pointer;
}
.itemSecDetailBoxImgNav .slick-slide:nth-child(3n) {
  margin-right: 0;
}
.itemSecDetailBoxImgNav li.slick-current div{
  background: #000;
  display: block;
}
.itemSecDetailBoxImgNav li.slick-current div img{
  opacity: 0.6;
  transition: all 300ms ease;
}
.itemSecDetailBoxImgNav .slick-slide div {
    width: 100%;
    height: 12rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.itemSecDetailBoxImgNav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
}
.itemSecDetailBoxCont{
  width: 42%;
  padding-right: 4%;
}
.itemSecDetailBoxCont{
  display: flex;
  flex-direction: column;
}
.itemSecDetailBoxContTop{
  margin-bottom: 2rem;
}
.itemSecDetailBoxContTop_cat{
  line-height: 1;
  display: flex;
  margin-bottom: 1rem;
}
.itemSecDetailBoxContTop_cat li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
  margin-right: 0.4rem;
}
.itemSecDetailBoxContTop_ttl{
  font-size: 2.3rem;
  margin-bottom: 1rem;
  line-height: 1.8;
}
.itemSecDetailBoxContTop_price{
  display: flex;
  align-items: flex-end;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 5rem;
}
.itemSecDetailBoxContTop_price span{
  font-size: 1.4rem;
  color: #707070;
}
.itemSecDetailBoxContTop_body{
  margin-bottom: 2rem;
}


.itemSecDetailBoxContBtmInputBox{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.productOptionBox{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}
.productOptionBox dt{
  margin-right: 2rem;
}
.productOptionBox dd {
  display: flex;
}
.productOptionBox dd select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 90% center no-repeat;
  background-size: 1rem;
  padding: 0rem 1rem;
  padding-right: 3rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.6rem;
  text-align: center;
  height: 4rem;
}
.productOptionBox dd label{
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.productOptionBox dd label.iopt_label{
  margin-right: 0;
}
.productOptionBox dd input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border:1px solid #707070;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
.productOptionBox dd input[type=radio]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease;
}
.productOptionBox dd input[type=radio]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
.itemSecDetailBoxContBtmInputBox_txt{
  font-size: 1.4rem;
  margin-right: 2rem;
}
.itemSecDetailBoxContBtmInput{
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 1rem;
  border: 1px solid #707070;
}
.itemSecDetailBoxContBtmInput input.skuquantity {
  width: 4rem;
  padding: 0rem;
  border: none;
  -webkit-appearance: none;
  color: #000;
  font-size: 2rem;
  text-align: center;
  height: 3rem;
  padding-bottom: 0.2rem;
}
.itemSecDetailBoxContBtmInput input.minus {
  -webkit-appearance: none;
  background: url(../../src/img/down_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.2rem;
  height: 1.2rem;
  border: none;
  cursor: pointer;
}
.itemSecDetailBoxContBtmInput input.plus {
  -webkit-appearance: none;
  background: url(../../src/img/up_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.2rem;
  height: 1.2rem;
  border: none;
  cursor: pointer;
}
.itemSecDetailBoxContBtmInput input.minus:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmInput input.plus:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmbtn{
  margin-bottom: 12rem;
}
.itemSecDetailBoxContBtmbtn input{
  width: 100%;
  display: block;
  padding: 2rem 0;
  background: #516993;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: ease .2s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #0000;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 6px;
}
.itemSecDetailBoxContBtmbtn input:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmSpec{
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 2rem 0;
}
.itemSecDetailBoxContBtmSpec_item{
  
}
.itemSecDetailBoxContBtmSpec_itemTtl{
  background: url(../../src/img/ac_on.png) right center no-repeat;
  background-size: 1.8rem 1.8rem;
  cursor: pointer;
  font-size: 1.7rem;
  color: #7A98C6;
}
.itemSecDetailBoxContBtmSpec_itemTtl.on{
  background: url(../../src/img/ac_off.png) right center no-repeat;
  background-size: 1.8rem 1.8rem;
}
.itemSecDetailBoxContBtmSpec_itemTtl:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmSpec_itemBox{
  padding: 2rem 0 0;
  display: none;
}
.itemSecDetailBoxContBtmSpec_itemBox_intro{
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.itemSecDetailBoxContBtmSpec_itemBox ul{

}
.itemSecDetailBoxContBtmSpec_itemBox ul li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.itemSecDetailBoxContBtmSpec_itemBox ul li:last-child{
  margin-bottom: 0;
}
.itemSecDetailBoxContBtmSpec_itemBox ul li h4{
  width: 25%;
  font-size: 1.4rem;
  font-weight: 400;
}
.itemSecDetailBoxContBtmSpec_itemBox ul li p{
  width: 75%;
  font-size: 1.4rem;
}
.itemRelateBox {
  border-top: 1px solid #BCBCBC;
  margin-bottom: -1px;
}
.itemRelateBox_ttl{
  width: 95%; 
  margin: 2rem auto;
  font-size: 2.1rem;
  font-weight: 700;
}
.itemRelateBox .itemBoxList{
  margin-bottom: 0;
}
.itemRelateBox .itemBoxList_item{
  border-bottom: none;
}
.itemBoxList_itemLinkMore{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 2.1rem;
  font-weight: 700;
}
.itemBoxList_itemLinkMore:hover{
  background: #00000040;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.itemSecDetail {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  margin: 0 auto 18rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.itemSecDetailWrap{
  padding-top: 2rem;
}
.itemSecDetail{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 85%;
  margin: 0 auto 6rem;
  flex-direction: column;
}
.itemSecDetailBoxImg{
  width: 100%;
  margin-bottom: 4rem;
}
.itemSecDetailBoxImgSlide{
  margin-bottom: 1.2rem;
  
}
.itemSecDetailBoxImgSlide img{

}
.itemSecDetailBoxImgSlide .slick-list {
  padding-right: 1px;
}
.itemSecDetailBoxImgSlide .slick-slide{
  
}

.itemSecDetailBoxImgSlide li{
  height: 37rem;
  text-align: center;
}
.itemSecDetailBoxImgSlide li img{
  height: 100%;
  display: inline-block;
  width: auto;
  object-fit: none;
}
.itemSecDetailBoxImgSlide li div {
    width: 100%;
    height: 37rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.itemSecDetailBoxImgSlide li div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}

/*.itemSecDetailBoxImgNav .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-right: 1px;
}

.itemSecDetailBoxImgNav .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  width: 100%!important;
  transform: unset!important;
  justify-content: flex-start;
}

.itemSecDetailBoxImgNav .slick-slide {
  display: none;
  float: left;
  height: 100%;
  width: 32.1%!important;
  min-height: 1px;
  margin-bottom: 0.8rem;
  margin-right: 0.9rem;
  cursor: pointer;
}
.itemSecDetailBoxImgNav .slick-slide:nth-child(3n) {
  margin-right: 0;
}*/
.itemSecDetailBoxImgNav li{
  padding: 0 0.3rem;
}
.itemSecDetailBoxImgNav li.slick-current div{
  background: #000;
  display: block;
}
.itemSecDetailBoxImgNav li.slick-current div img{
  opacity: 0.6;
  transition: all 300ms ease;
}
.itemSecDetailBoxImgNav .slick-slide div {
    width: 100%;
    height: 7rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.itemSecDetailBoxImgNav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.itemSecDetailBoxCont{
  width: 100%;
  padding-right: 0;
}
.itemSecDetailBoxCont{
  display: flex;
  flex-direction: column;
}
.itemSecDetailBoxContTop{
  margin-bottom: 2rem;
}
.itemSecDetailBoxContTop_cat{
  line-height: 1;
  display: flex;
  margin-bottom: 1rem;
}
.itemSecDetailBoxContTop_cat li{
  background: #fff;
  color: #516993;
  padding: 0.6rem;
  border: 1px solid #516993;
  border-radius: 4px;
  font-size: 1.2rem;
  margin-right: 0.4rem;
}
.itemSecDetailBoxContTop_ttl{
  font-size: 2.3rem;
  margin-bottom: 1rem;
  line-height: 1.8;
}
.itemSecDetailBoxContTop_price{
  display: flex;
  align-items: flex-end;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.itemSecDetailBoxContTop_price span{
  font-size: 1.4rem;
  color: #707070;
}
.itemSecDetailBoxContTop_body{
  margin-bottom: 2rem;
}


.itemSecDetailBoxContBtmInputBox{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.productOptionBox{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}
.productOptionBox dt{
  margin-right: 2rem;
}
.productOptionBox dd {
  display: flex;
}
.productOptionBox dd select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 90% center no-repeat;
  background-size: 1rem;
  padding: 0rem 1rem;
  padding-right: 3rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.6rem;
  text-align: center;
  height: 4rem;
}
.productOptionBox dd label{
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.productOptionBox dd label.iopt_label{
  margin-right: 0;
}
.productOptionBox dd input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border:1px solid #707070;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
.productOptionBox dd input[type=radio]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease;
}
.productOptionBox dd input[type=radio]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
.itemSecDetailBoxContBtmInputBox_txt{
  font-size: 1.4rem;
  margin-right: 2rem;
}
.itemSecDetailBoxContBtmInput{
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 1rem;
  border: 1px solid #707070;
}
.itemSecDetailBoxContBtmInput input.skuquantity {
  width: 4rem;
  padding: 0rem;
  border: none;
  -webkit-appearance: none;
  color: #000;
  font-size: 2rem;
  text-align: center;
  height: 3rem;
  padding-bottom: 0.2rem;
}
.itemSecDetailBoxContBtmInput input.minus {
  -webkit-appearance: none;
  background: url(../../src/img/down_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.2rem;
  height: 1.2rem;
  border: none;
  cursor: pointer;
}
.itemSecDetailBoxContBtmInput input.plus {
  -webkit-appearance: none;
  background: url(../../src/img/up_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.2rem;
  height: 1.2rem;
  border: none;
  cursor: pointer;
}
.itemSecDetailBoxContBtmInput input.minus:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmInput input.plus:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmbtn{
  margin-bottom: 8rem;
}
.itemSecDetailBoxContBtmbtn input{
  width: 100%;
  display: block;
  padding: 2rem 0;
  background: #516993;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: ease .2s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #0000;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 6px;
  -webkit-appearance: none;
}
.itemSecDetailBoxContBtmbtn input:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmSpec{
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 2rem 0;
}
.itemSecDetailBoxContBtmSpec_item{
  
}
.itemSecDetailBoxContBtmSpec_itemTtl{
  background: url(../../src/img/ac_on.png) right center no-repeat;
  background-size: 1.8rem 1.8rem;
  cursor: pointer;
  font-size: 1.7rem;
  color: #7A98C6;
}
.itemSecDetailBoxContBtmSpec_itemTtl.on{
  background: url(../../src/img/ac_off.png) right center no-repeat;
  background-size: 1.8rem 1.8rem;
}
.itemSecDetailBoxContBtmSpec_itemTtl:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmSpec_itemBox{
  padding: 2rem 0 0;
  display: none;
}
.itemSecDetailBoxContBtmSpec_itemBox_intro{
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.itemSecDetailBoxContBtmSpec_itemBox ul{

}
.itemSecDetailBoxContBtmSpec_itemBox ul li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.itemSecDetailBoxContBtmSpec_itemBox ul li:last-child{
  margin-bottom: 0;
}
.itemSecDetailBoxContBtmSpec_itemBox ul li h4{
  width: 25%;
  font-size: 1.4rem;
  font-weight: 400;
}
.itemSecDetailBoxContBtmSpec_itemBox ul li p{
  width: 75%;
  font-size: 1.4rem;
}
.itemRelateBox {
  border-top: 1px solid #BCBCBC;
  margin-bottom: -1px;
}
.itemRelateBox_ttl{
  width: 95%; 
  margin: 2rem auto;
  font-size: 2.1rem;
  font-weight: 700;
}
.itemRelateBox .itemBoxList{
  margin-bottom: 0;
}
.itemRelateBox .itemBoxList_item{
  border-bottom: none;
}
.itemBoxList_itemLinkMore{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 2.1rem;
  font-weight: 700;
}
.itemBoxList_itemLinkMore:hover{
  background: #00000040;
}
}
/*-----------------------------------------------------------

CART

-------------------------------------------------------------*/
.cartBox{
  margin-top: 3rem;
}
.cartBoxInner{
  width: 80%;
  margin: 0 auto 8rem;
}
.wc_ttl{
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.wc_currentlist{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 2rem;
  width: 100%;
  overflow: hidden;
  border-right: 1px solid #383838;
  font-weight: 700;
}
.wc_currentlist li{
  background: url(../../src/img/wc_current.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-right: -2rem;
  padding: 2.5rem 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: stretch;
  line-height: 1;
  z-index: 1;
  font-size: 1.6rem;
}
.wc_currentlist li.on{
  background: url(../../src/img/wc_current_on.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.wc_currentlist li span{
  color: #212121;
}
.wc_currentlist li.on span{
  color: #fff;
}
.cartChange{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom:2rem;
}
.cartChange_txt{
  margin-right: 1rem;
  font-weight: 700;
}
.cartChange_btn {
  position: relative;
  width: 14rem;
}
.cartChange_btn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #516993;
  border: none;
  text-align: center;
  padding: 0.6rem 0;
  color: #fff;
  position: relative;
  font-weight: 700;
}
.cartChange_btn:hover {
    opacity: 0.6;
}
.cartTable{
  width: 100%;
  margin-bottom: 2rem;
}
.cartTable td{
  border: 1px solid #383838;
  vertical-align: middle;
  font-weight: 700;
}
.tdpt_01{
  background: #F1F1F1;
  padding: 1rem;
  text-align: center;
}
.td01_01{
  width: 5%;
}
.td01_02{
  width: 12%;
}
.td01_03{
  width: 30%;
}
.td01_04{
  width: 8%;
}
.td01_05{
  width: 8%;
}
.td01_06{
  width: 10%;
}
.td01_07{
  width: 10%;
}
.td01_08{
  width: 10%;
}
.tdpt_02{
  text-align: center;
  padding: 1rem;
}
.num{
  text-align: center;
}
.thumbnail{
  padding: 1.6rem;
}
.thumbnail a {
  width: 100%;
  height: 9.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.thumbnail a img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.productname{
  text-align: left;
  font-weight: 700;
}
.unitprice{
  text-align: center;
  white-space: nowrap;
}
.quantity input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.subtotal{
  text-align: center;
}
.stock{
  text-align: center;
}
.action input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #516993;
  border: none;
  text-align: center;
  padding: 0.6rem 0;
  color: #fff;
  position: relative;
  font-weight: 700;
}
.action:hover {
    opacity: 0.6;
}
.td03_01{
  background: #F1F1F1;
  padding: 1rem;
  text-align: center;
  text-align: right;
}
.wc_btnListBox{
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.wc_btnList{
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.wc_btnList_item01{
  width:23rem;
  margin-bottom: 2rem;
}
.wc_btnList_item01 input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #516993;
  border: 1px solid #516993;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  font-size: 1.7rem;
  border-radius: 6px;
}
.wc_btnList_item01:hover {
    opacity: 0.6;
}
.wc_btnList_item02{
  width:23rem;
}
.wc_btnList_item02 input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #fff;
  border: 1px solid #516993;
  text-align: center;
  padding: 1rem 0;
  color: #516993;
  position: relative;
  font-size: 1.7rem;
  border-radius: 6px;
}
.wc_btnList_item02:hover {
    opacity: 0.6;
}
.wc_btnList li{
  margin: 0 1rem;
}
.wc_btnListBoxCenter{
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.cartBoxInner {
  width: 95%;
  margin: 0 auto 8rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.cartBox{
  margin-top: 0rem;
}
.cartBoxInner{
  width: 90%;
  margin: 0 auto 4rem;
}
.wc_ttl{
  font-size: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 0rem;
  border-bottom: none;
}
.wc_currentlist{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 2rem;
  width: 100%;
  overflow: hidden;
  border-right: 1px solid #383838;
}
.wc_currentlist li {
  background: url(../../src/img/sp/wc_current@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-right: -1rem;
  padding: 1rem 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  
}
.wc_currentlist li.on{
  background: url(../../src/img/sp/wc_current_on@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.wc_currentlist li span{
  color: #212121;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
}
.wc_currentlist li.on span{
  color: #fff;
}
.cartChange{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:2rem;
  width: 100%;
  margin: 0 auto 2rem;

}
.cartChange_txt{
  margin-right: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.cartChange_btn {
  position: relative;
  width: 10rem;
}
.cartChange_btn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #516993;
  border: none;
  text-align: center;
  padding: 0.6rem 0;
  color: #fff;
  position: relative;
  font-weight: 400;
}
.cartChange_btn:hover {
    opacity: 0.6;
}
.cartTable{
  width: 100%;
  margin: 0 auto;
}
.cartTable tr{
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #707070;
  clear: both;
  border-right: 1px solid #707070;
  position: relative;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cartTable td {
  border: 1px solid #383838;
  vertical-align: middle;
  font-weight: 400;
}
.cartTable tr td{
 float: left;
 border: none;
}
.tdpt_01{
  background: #F2F2F2;
  padding: 1rem;
  text-align: center;
  display: none;
}
.tdpt_01.td03_02{
  display: block;
}
.cartTable .num {
  display: none;
}
.cartTable .thumbnail {
  width: 30%;
  height: 100%;
  padding: 1rem;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  vertical-align: middle;
  display: flex;
  align-items: center;
  position: absolute;
}
.cartTable .thumbnail a {
  width: 100%;
  height: 9.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.cartTable .thumbnail a img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.cartTable .productname{
  text-align: left;
  font-weight: 600;
  width: 100%;
  padding: 1rem;
  padding-left: 13rem;
}
.cartTable .unitprice{
  text-align: left;
  width: 100%;
  font-size: 1.4rem;
  padding: 0 1rem;
  padding-left: 13rem;
}
.cartTable .unitprice:before{
   content: "単価:";
   margin-right: 0.4rem;
}
.cartTable .quantity {
  width: 100%;
  font-size: 1.4rem;
  padding: 1rem;
  padding-left: 13rem;
}
.cartTable .quantity:before{
   content: "数量:";
   margin-right: 0.4rem;
}
.cartTable .quantity input{
  background: #fff;
  padding: 0.4rem 1rem;
  width: 30%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
}
.cartTable .subtotal{
  text-align: left;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 13rem;
}
.cartTable .subtotal:before{
   content: "金額(税込):";
   margin-right: 0.4rem;
   font-weight: 400;
}
.cartTable .stock{
  text-align: left;
  width: 100%;
  font-size: 1.4rem;
  padding-left: 13rem;
}
.cartTable .stock:before{
   content: "在庫状態:";
   margin-right: 0.4rem;
}
.cartTable .action{
  width: 100%;
  padding-left: 13rem;
  padding-bottom: 1rem;
}
.cartTable .action input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 22%;
  display: block;
  background: #516993;
  border: none;
  text-align: center;
  padding: 0.5rem 0;
  color: #fff;
  position: absolute;
  font-size: 1.4rem;
  bottom: 8.3rem;
  right: 1rem;
  font-weight: 400;
}
.cartTable .action:hover {
    opacity: 0.6;
}
.cartTable tr.wc_cart_btm{
  display: flex;
  flex-direction: row;
}
.cartTable .td03_01{
  width: 70%;
  text-align: right;
  border-left: 1px solid #707070;
  background: #fff;
}
.cartTable .td03_02{
  width: 30%;
  background: #fff;
}
.cartTable tr.wc_cart_btm {
  display: flex;
  flex-direction: row;
}

.wc_btnListBox{
  display: flex;
  justify-content: center;
  margin-top: 3rem;

}
.wc_btnList{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.wc_btnList_item01{
  width:31rem;
  margin-bottom: 2rem;
}
.wc_btnList_item01 input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #516993;
  border: 1px solid #516993;
  text-align: center;
  padding: 1.6rem 0;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}
.wc_btnList_item01:hover {
    opacity: 0.6;
}
.wc_btnList_item02{
  width:31rem;
  margin-bottom: 2rem;
}
.wc_btnList_item02 input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #fff;
  border: 2px solid #516993;
  background-size: 1.3rem;
  text-align: center;
  padding: 1.6rem 0;
  color: #516993;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}
.wc_btnList_item02:hover {
    opacity: 0.6;
}
.wc_btnList li{
  margin: 0 0 2rem;
}
.wc_btnListBoxCenter{
  justify-content: center;
  margin-top: 4rem;
}
}
/*-----------------------------------------------------------

LOGIN

-------------------------------------------------------------*/
.loginWrap{
  
}
.loginInner{
  width: 80%;
  background: #fff;
  margin: 8rem auto;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0rem 0;
}
.loginInnerBox{
  width: 49%;
  padding: 6rem 0 6rem;
  background: #F8FAFD;
}
.loginInnerBoxLine{
  
}
.loginInnerBoxIn{
  width: 80%;
  margin: 0 auto;
}
.loginInnerBox_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  color: #516993;
  line-height: 1;
}
.loginInnerBox_ttl_en{
  font-size: 5rem;
  margin-bottom: 1rem;
}
.loginInnerBox_ttl_jp{
  font-size: 1.4rem;
}
.loginInnerBox_cont{

}
.loginInnerBox_contTxt{
  font-size: 1.4rem;
  margin-bottom: 4rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.loginInnerBox_contList{
  margin-bottom: 1rem;
}
.loginInnerBox_contList li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.loginInnerBox_contList li p{
  width: 30%;
  font-size: 1.4rem;
}
.loginInnerBox_contList li div{
  width: 70%;
}
.loginInnerBox_contList li div input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.loginInnerBox_contCheck{
  margin-bottom: 2rem;
}
.loginInnerBox_contCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.loginInnerBox_contCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.loginInnerBox_contCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.loginInnerBox_contBtn{
  width: 23rem;
  position: relative;
  margin: 0 auto;
}
.loginInnerBox_contBtn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #516993;
  border: 1px solid #516993;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  font-size: 1.7rem;
  position: relative;
  letter-spacing: 0.15em;
  border-radius: 6px;
}
.loginInnerBox_contBtn:hover {
    opacity: 0.6;
}

.forgetPw{
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #8e8e8e;
}
.loginInnerLostPw .loginInnerBox{
  width: 100%;
}
.sendBtnLostPw{
  width: 30rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.loginInner {
  width: 90%;
  background: #fff;
  margin: 8rem auto;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0rem 0;
  flex-direction: column;
}
.loginInnerBox {
  width: 100%;
  padding: 6rem 0 6rem;
  background: #F8FAFD;
  margin-bottom: 1rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.loginWrap{
  
}
.loginInner{
  width: 100%;
  background: #fff;
  margin: 3rem auto;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0rem 0;
  flex-direction: column;
}
.loginInnerBox{
  width: 100%;
  padding: 6rem 0 6rem;
  background: #F8FAFD;
}
.loginInnerBoxLine{
  position: relative;
}
.loginInnerBoxLine:after{
  content: "";
  width: 90%;
  height: 1px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAYAAAD9yd/wAAAAAXNSR0IArs4c6QAAABRJREFUGFdjrJpx7H9bhhUjAxoAAFWOBAL3RgSRAAAAAElFTkSuQmCC) 0 bottom repeat-x;
}
.loginInnerBoxIn{
  width: 80%;
  margin: 0 auto;
}
.loginInnerBox_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  color: #516993;
  line-height: 1;
}
.loginInnerBox_ttl_en{
  font-size: 4rem;
  margin-bottom: 1rem;
}
.loginInnerBox_ttl_jp{
  font-size: 1.4rem;
}
.loginInnerBox_cont{

}
.loginInnerBox_contTxt{
  font-size: 1.4rem;
  margin-bottom: 4rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.loginInnerBox_contList{
  margin-bottom: 1rem;
}
.loginInnerBox_contList li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
.loginInnerBox_contList li p{
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.loginInnerBox_contList li div{
  width: 100%;
}
.loginInnerBox_contList li div input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  height: 4.7rem;
}
.loginInnerBox_contCheck{
  margin-bottom: 2rem;
}
.loginInnerBox_contCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.loginInnerBox_contCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.loginInnerBox_contCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.loginInnerBox_contBtn{
  width: 30rem;
  position: relative;
  margin: 0 auto;
}
.loginInnerBox_contBtn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #516993;
  border: 1px solid #516993;
  text-align: center;
  padding: 1.6rem 0;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  position: relative;
  letter-spacing: 0.15em;
  border-radius: 6px;
}
.loginInnerBox_contBtn:hover {
    opacity: 0.6;
}

.forgetPw{
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
.loginInnerLostPw .loginInnerBox{
  width: 100%;
}
.sendBtnLostPw{
  width: 30rem;
}
}
/*-----------------------------------------------------------

Resister

-------------------------------------------------------------*/
.formSignup {
  background: #F8FAFD;
  width: 80%;
  margin: 6rem auto 10rem;
  padding: 10rem 0 16rem;
}
.formSignupBox{
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.formSignupBox_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #516993;
  line-height: 1;
  margin-bottom: 5rem;
}
.formSignupBox_ttl_en{
  font-size: 5rem;
  margin-bottom: 1rem;
}
.formSignupBox_ttl_jp{
  font-size: 1.4rem;
}
.signUpIntro{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
}
.signUpIntro_note{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
}
.newMemberForm{
  width: 70%;
  margin: 0 auto;
}
.newMemberForm tr{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.newMemberForm tr th{
  width: 40%;
  text-align: left;
  margin-bottom: 0rem;
  font-weight: 400;
  padding: 0;
  font-size: 1.4rem;
}
.newMemberForm tr th em.hissu {
  color: #fff;
  font-size: 1.2rem;
  background: #A31B1B;
  line-height: 1;
  padding: 0.2rem 0.6rem;
  height: 1.3rem;
  margin-right: 1rem;
  font-style: normal;
}
.newMemberForm tr td{
  width: 60%;
}
.newMemberForm tr td input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.newMemberForm tr td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 97% center no-repeat;
  background-size: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
}
.newMemberForm .member_name{
  display: none;
}
.newMemberForm .member_furigana{
  display: none;
}
.newMemberForm #name_row{
  display: flex;
  justify-content: space-between;
}
.newMemberForm #name_row .name_td{
  width: 30%;
}
.newMemberForm #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

.newMemberForm #furikana_row{
  display: flex;
  justify-content: space-between;
}
.newMemberForm #furikana_row td{
  width: 30%;
}
.newMemberForm #furikana_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

.newMemberFormSend{
  width: 23rem;
  position: relative;
  margin: 8rem auto 0;
}
.newMemberFormSend input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #516993;
  border: 1px solid #516993;
  text-align: center;
  padding: 1rem 0;
  padding-left: 0rem;
  color: #fff;
  position: relative;
  font-size: 1.7rem;
  position: relative;
  letter-spacing: 0.2em;
  border-radius: 6px;
}
.newMemberFormSend:hover {
    opacity: 0.6;
}
.error_message{
  font-size: 1.2rem;
  color: #FF0000;
  margin-bottom: 2rem;
  text-align: center;
}
.newMemberForm #zipcode_row td{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newMemberForm #zipcode_row td input{
  width: 48%;
}
.newMemberForm  tr#zipcode_row td input#search_zipcode {
  background: #F2F7FF;
  padding: 1rem;
  width: 48%;
  -webkit-appearance: none;
  color: #384966;
  border: 1px solid #384966;
  margin: 0;
  cursor: pointer;
}
.at_cont_text{
  display: none;
}
.at_check_note{
  font-size: 1.4rem;
  width: 55%;
  margin: 0 auto 3rem;
}
.at_check_area{
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin: 4rem auto 0;
}
/*.at_check_area a{
  color: #C9391A;
  border-bottom: 1px solid #C9391A;
  margin-left: 0.6rem;
}*/
.at_check_area label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.at_check_area a{
  border-bottom: 1px solid #384966;
  color: #384966;
}
.at_check_area input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.at_check_area input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.password_policy{
  font-size: 1.4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.formSignup {
  background: #F8FAFD;
  width: 100%;
  margin: 6rem auto 10rem;
  padding: 10rem 0 16rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.formSignup {
  background: #F8FAFD;
  width: 100%;
  margin: 3rem auto 0rem;
  padding: 6rem 0 6rem;
}
.formSignupBox{
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.formSignupBox_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #516993;
  line-height: 1;
  margin-bottom: 5rem;
}
.formSignupBox_ttl_en{
  font-size: 4rem;
  margin-bottom: 1rem;
}
.formSignupBox_ttl_jp{
  font-size: 1.4rem;
}
.signUpIntro{
  width: 80%;
  margin: -3rem auto 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
}
.signUpIntro_note{
  width: 80%;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 1.2rem;
}
.newMemberForm{
  width: 90%;
  margin: 0 auto;
}
.newMemberForm tr{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
.newMemberForm tr th{
  width: 100%;
  text-align: left;
  margin-bottom: 0rem;
  font-weight: 400;
  padding: 0;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.newMemberForm tr th em.hissu {
  color: #fff;
  font-size: 1.2rem;
  background: #A31B1B;
  line-height: 1;
  padding: 0.2rem 0.6rem;
  height: 1.3rem;
  margin-right: 1rem;
  font-style: normal;
}
.newMemberForm tr td{
  width: 100%;
  padding: 0;
  margin-bottom: 1rem;
}
.newMemberForm tr td input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.newMemberForm tr td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 97% center no-repeat;
  background-size: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
}
.newMemberForm .member_name{
  display: none;
}
.newMemberForm .member_furigana{
  display: none;
}
.newMemberForm #name_row{
  display: flex;
  justify-content: space-between;
}
.newMemberForm #name_row .name_td{
  width: 100%;
}
.newMemberForm #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

.newMemberForm #furikana_row{
  display: flex;
  justify-content: space-between;
}
.newMemberForm #furikana_row td{
  width: 100%;
}
.newMemberForm #furikana_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

.newMemberFormSend{
  width: 90%;
  position: relative;
  margin: 4rem auto 0;
}
.newMemberFormSend input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #516993;
  border: 1px solid #516993;
  text-align: center;
  padding: 1.6rem 0;
  padding-left: 0rem;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  position: relative;
  letter-spacing: 0.2em;
  border-radius: 6px;
}
.newMemberFormSend:hover {
    opacity: 0.6;
}
.error_message{
  font-size: 1.2rem;
  color: #FF0000;
  margin-bottom: 2rem;
}
.newMemberForm #zipcode_row td{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newMemberForm #zipcode_row td input{
  width: 48%;
}
.newMemberForm  tr#zipcode_row td input#search_zipcode {
  background: #F2F7FF;
  padding: 1rem;
  width: 48%;
  -webkit-appearance: none;
  color: #384966;
  border: 1px solid #384966;
  margin: 0;
  cursor: pointer;
}
.at_cont_text{
  display: none;
}
.at_check_note{
  font-size: 1.4rem;
  width: 55%;
  margin: 0 auto 3rem;
}
.at_check_area{
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin: 0rem auto 0;
}
/*.at_check_area a{
  color: #C9391A;
  border-bottom: 1px solid #C9391A;
  margin-left: 0.6rem;
}*/
.at_check_area label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.at_check_area a{
  border-bottom: 1px solid #384966;
  color: #384966;
}
.at_check_area input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.at_check_area input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.password_policy{
  font-size: 1.4rem;
}
}
/*-----------------------------------------------------------

POLICY

-------------------------------------------------------------*/
.pageSimple{
  width: 80%;
  margin: 4rem auto 8rem;
}
.pageSimple--policy{
  width: 85%;
}
.pageSimpleTtl{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #516993;
  line-height: 1;
  margin-bottom: 6rem;
}
.pageSimpleTtl_en{
  font-size: 5rem;
  margin-bottom: 1rem;
}
.pageSimpleTtl_jp{
  font-size: 1.4rem;
}
.policyBox{
  font-size: 1.4rem;
}
.ggLink{
  color: #516993;
  font-weight: 600;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.pageSimple{
  width: 90%;
  margin: 6rem auto 8rem;
}
.pageSimple--policy{
  width: 90%;
}
.pageSimpleTtl{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #516993;
  line-height: 1;
  margin-bottom: 6rem;
}
.pageSimpleTtl_en{
  font-size: 5rem;
  margin-bottom: 1rem;
}
.pageSimpleTtl_jp{
  font-size: 1.4rem;
}
.policyBox{
  font-size: 1.4rem;
}
}
/*-----------------------------------------------------------

NOTATION

-------------------------------------------------------------*/
.pageSimple--notation{
  width: 75%;
}
.notationList{

}
.notationList_item{
  margin-bottom: 5rem;
  font-size: 1.4rem;
}
.notationList_item_ttl{
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.notationList_item_ttl{

}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.pageSimple--notation{
  width: 90%;
}
.notationList{

}
.notationList_item{
  margin-bottom: 5rem;
  font-size: 1.4rem;
}
.notationList_item_ttl{
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.notationList_item_ttl{

}
}
/*-----------------------------------------------------------

TERMS

-------------------------------------------------------------*/
.pageSimple--terms{
  width: 75%;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.pageSimple--terms{
  width: 80%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.pageSimple--terms{
  width: 90%;
}
}
/*-----------------------------------------------------------

GUIDE

-------------------------------------------------------------*/
.pageSimple--guide{
  width: 75%;
}
.guideAnchBox{
  margin-bottom: 12rem;
}
.guideAnch{
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.guideAnch li{
  font-size: 1.7rem;
}
.guideAnch li a{
  position: relative;
  display: block;
  font-weight: 500;
}
.guideAnch li a:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #7A98C6;
  position: absolute;
  bottom: 0;
  left: 0;
}
.guideAnch li a:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  border-color: #7A98C6 transparent transparent transparent;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  right: 0;
  margin: auto;
}
.guideSec{
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #DEDEDE;
}
.guideSec_ttl{
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.guideSec_cont{
  font-size: 1.4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.pageSimple--guide {
  width: 90%;
}
.guideAnch {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0rem;
  flex-direction: column;
}
.guideAnch li {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.pageSimple--guide{
  width: 90%;
}
.guideAnchBox{
  margin-bottom: 8rem;
}
.guideAnch{
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  width: 85%;
  margin: 0 auto 0rem;
  flex-direction: column;
}
.guideAnch li{
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.guideAnch li a{
  position: relative;
  display: block;
  font-weight: 500;
  text-align: center;
  padding-bottom: 0.6rem;
}
.guideAnch li a:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #7A98C6;
  position: absolute;
  bottom: 0;
  left: 0;
}
.guideAnch li a:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  border-color: #7A98C6 transparent transparent transparent;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  right: 0;
  margin: auto;
}
.guideSec{
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #DEDEDE;
}
.guideSec_ttl{
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.guideSec_cont{
  font-size: 1.4rem;
}
}
/*-----------------------------------------------------------

SITEMAP

-------------------------------------------------------------*/
.sitempBox{
  width: 70%;
  margin: 6rem auto 8rem;
  display: flex;
  justify-content: space-between;
}
.sitempBoxL{
  width: 30%;
}
.mainV_sub02TtlBox--sitemap{
  justify-content: flex-start;
}
.mainV_sub02TtlBox--sitemap .mainV_sub02Ttl{
  align-items: flex-start;
}
.mainV_sub02TtlBox--sitemap:before{
  right: unset;
  left: -5rem;
}
.sitempBoxLR{
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  letter-spacing: 0.05em;
  padding-top: 4rem;
}
.sitempBoxLRList01{
  width: 40%;
  border-left: 1px solid #7A98C6;
  padding-left: 3rem;
}
.sitempBoxLRList01 li{
  margin-bottom: 2rem;
  color: #384966;
}
.sitempBoxLRList01 li:last-child{
  margin-bottom: 0;
}
.sitempBoxLRList02{
  width: 50%;
  border-left: 1px solid #7A98C6;
  padding-left: 3rem;
}
.sitempBoxLRList02 li{
  margin-bottom: 3rem;
  color: #384966;
}
.sitempBoxLRList02 li:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.sitempBox {
  width: 80%;
  margin: 6rem auto 8rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.sitempBoxL {
  width: 42%;
}
.sitempBoxLR {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  letter-spacing: 0.05em;
  padding-top: 4rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.sitempBox{
  width: 90%;
  margin: 3rem auto 4rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.sitempBoxL{
  width: 100%;
}
.mainV_sub02TtlBox--sitemap{
  justify-content: center;
}
.mainV_sub02TtlBox--sitemap .mainV_sub02Ttl{
  align-items: center;
}
.mainV_sub02TtlBox--sitemap:before{
  right: 0;
  left: 0;
}
.sitempBoxLR{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  letter-spacing: 0.05em;
  padding-top: 4rem;
  flex-direction: column;
}
.sitempBoxLRList01{
  width: 100%;
  border-left: 1px solid #7A98C6;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.sitempBoxLRList01 li{
  margin-bottom: 2rem;
  color: #384966;
}
.sitempBoxLRList01 li:last-child{
  margin-bottom: 0;
}
.sitempBoxLRList02{
  width: 100%;
  border-left: 1px solid #7A98C6;
  padding-left: 3rem;
}
.sitempBoxLRList02 li{
  margin-bottom: 3rem;
  color: #384966;
}
.sitempBoxLRList02 li:last-child{
  margin-bottom: 0;
}
}
/*-----------------------------------------------------------

404

-------------------------------------------------------------*/
.mainV_sub02_404 {
  padding-top: 8rem;
}
.mainV_sub02_404 .mainV_sub02Ttl_en{
  font-size: 4.5rem;
}
.mainV_sub02_404 .mainV_sub02Ttl_jp{
  font-size: 1.4rem;
  color: #516993;
  margin-bottom: 0;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
}

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

CUSTOMER

-------------------------------------------------------------*/
.cartCustomoer{
  width: 100%;
  margin: 0 auto;
  padding: 10rem 10%;
  background: #F8FAFD;
}
#customer-info h5 {
  font-size: 2rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 2rem;
}
.cartCustomoerTop tr{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1rem!important;
}
.cartCustomoerTop tr th{
  display: block;
  background: none!important;
  width: 100%!important;
  text-align: left;
  padding: 1rem 0!important;
  margin: 1rem 0;
  padding: 0!important;
  font-weight: 600!important;
}
.cartCustomoerTop tr td{
  display: block;
  width: 100%!important;
  padding: 0!important;
}
.cartCustomoerTop tr td input {
  background: #fff;
  padding: 1rem;
  width: 100%!important;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  font-size: 1.6rem;
}
.cartCustomoerTop th {
  border: none!important;
  font-weight: 600;
}
.cartCustomoerTop td {
  border: none!important;
}
.cartCustomoerTop .wc_btnList_item01 input{
  font-weight: 600;
}
.forgetPw{
  text-align: center;
  margin: 2rem 0 4rem;
}
.customer_form{
  width: 100%;
}
.customer_formNote{
  color: #FC0D1B;
  margin: 2rem 0;
}
.cartCustomoerBtm tr{
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem!important;
  flex-wrap: wrap;
}
.cartCustomoerBtm tr th {
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  padding: 0;
  background: none;
  border: none;
  letter-spacing: 0;
  font-weight: 600;
}
.cartCustomoerBtm tr th em.hissu {
  color: #fff;
  font-size: 1.4rem;
  background: #FF0000;
  line-height: 1;
  padding: 0.2rem 1rem;
  height: 1.3rem;
  margin-right: 1rem;
  font-style: normal;
  font-weight: 400!important;
  border-radius: 50px;
}
.cartCustomoerBtm tr td{
  width: 100%;
  border: none!important;
  margin: 0!important;
  padding: 0;
}
.cartCustomoerBtm tr td input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  margin: 0!important;
}
.cartCustomoerBtm #zipcode_row td{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cartCustomoerBtm #zipcode_row td input{
  width: 48%;
}
.cartCustomoerBtm  tr#zipcode_row td input#search_zipcode {
  background: #516993;
  padding: 1rem;
  width: 48%;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #516993;
  margin: 0;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 600;
}
.cartCustomoerBtm tr td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 97% center no-repeat;
  background-size: 1rem;
  padding: 1rem 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
}
.cartCustomoerBtm .member_name{
  display: none;
}
.cartCustomoerBtm .member_furigana{
  display: none;
}
.cartCustomoerBtm #name_row{
  display: flex;
  justify-content: space-between;
}
.cartCustomoerBtm #name_row .name_td{
  width: 48%;
}
.cartCustomoerBtm #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

.cartCustomoerBtm #furikana_row{
  display: flex;
  justify-content: space-between;
}
.cartCustomoerBtm #furikana_row td{
  width: 48%;
}
.cartCustomoerBtm #furikana_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.cartCustomoerBtm .customer_form input#loginmail,.cartCustomoerBtm .customer_form input#mailaddress1,.cartCustomoerBtm .customer_form input#mailaddress2 {
  width: 100%!important;
}
.agree_member_area {
  width: 70%!important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.at_check_area a{
  border-bottom: 1px solid #707070;
}
.at_cont_text{
  display: none;
}
.at_check_note{
  font-size: 1.6rem;
  width: 55%;
  margin: 0 auto 3rem;
}
.at_check_area{
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
/*.at_check_area a{
  color: #C9391A;
  border-bottom: 1px solid #C9391A;
  margin-left: 0.6rem;
}*/
.at_check_area label{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  justify-content: flex-start;
}
.at_check_area a{
  border-bottom: 1px solid #516993;
  color: #516993;
}
.at_check_area input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.at_check_area input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wc_btnListBoxcartCS{
  width: 100%;
}
.wc_btnListBoxcartCS .wc_btnList{
  width: 100%;
  justify-content: space-between;
}
.wc_btnListBoxcartCS .wc_btnList .wc_btnList_item01 {
  width: 40%;
  margin: 0;
  font-weight: 500;
}
.wc_btnListBoxcartCS .wc_btnList .wc_btnList_item02 {
  width: 15%;
  margin: 0;
}
.wc_btnListBoxcartCS .wc_btnList_item01 input {
  background: #516993;
  font-weight: 500;
  padding-right: 1rem;
}
.wc_btnListBoxcartCS .wc_btnList_item02 input.back_cart_button{
  background: #fff;
  font-weight: 500;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.cartCustomoer {
  width: 100%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.cartCustomoer{
  width: 100%;
  margin: 0 auto;
  padding: 4rem 5%;
  background: #F8FAFD;
}
#customer-info h5 {
  font-size: 2rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 1rem;
}
.cartCustomoerTop tr{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 0rem!important;
}
.cartCustomoerTop tr th{
  display: block;
  background: none!important;
  width: 100%!important;
  text-align: left;
  padding: 1rem 0!important;
  margin: 1rem 0;
  padding: 0!important;
  font-weight: 600!important;
  font-size: 1.5rem;
}
.cartCustomoerTop tr td{
  display: block;
  width: 100%!important;
  padding: 0!important;
}
.cartCustomoerTop tr td input {
  background: #fff;
  padding: 1rem;
  width: 100%!important;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  font-size: 1.6rem;
}
.cartCustomoerTop th {
  border: none!important;
  font-weight: 600;
}
.cartCustomoerTop td {
  border: none!important;
}
.cartCustomoerTop .wc_btnList_item01 input{
  font-weight: 600;
}
.wc_btnListBoxCFT{
  margin: 2rem auto -2rem;
}
.forgetPw{
  text-align: center;
  margin: 2rem 0 4rem;
}
.customer_form{
  width: 100%;
}
.customer_formNote{
  color: #FC0D1B;
  margin: 2rem 0;
}
.cartCustomoerBtm tr{
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem!important;
  flex-wrap: wrap;
}
.cartCustomoerBtm tr th {
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  padding: 0;
  background: none;
  border: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.5rem;
}
.cartCustomoerBtm tr th em.hissu {
  color: #fff;
  font-size: 1.4rem;
  background: #FF0000;
  line-height: 1;
  padding: 0.2rem 1rem;
  height: 1.3rem;
  margin-right: 1rem;
  font-style: normal;
  font-weight: 400!important;
  border-radius: 50px;
}
.cartCustomoerBtm tr td{
  width: 100%;
  border: none!important;
  margin: 0!important;
  padding: 0;
}
.cartCustomoerBtm tr td input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  margin: 0!important;
}
.cartCustomoerBtm #zipcode_row td{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cartCustomoerBtm #zipcode_row td input{
  width: 48%;
}
.cartCustomoerBtm  tr#zipcode_row td input#search_zipcode {
  background: #516993;
  padding: 1rem;
  width: 48%;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #516993;
  margin: 0;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 600;
}
.cartCustomoerBtm tr td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 97% center no-repeat;
  background-size: 1rem;
  padding: 1rem 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
}
.cartCustomoerBtm .member_name{
  display: none;
}
.cartCustomoerBtm .member_furigana{
  display: none;
}
.cartCustomoerBtm #name_row{
  display: flex;
  justify-content: space-between;
}
.cartCustomoerBtm #name_row .name_td{
  width: 100%;
}
.cartCustomoerBtm #name_row .name_td + .name_td{
  margin-top: 2rem!important;
}
.cartCustomoerBtm #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

.cartCustomoerBtm #furikana_row{
  display: flex;
  justify-content: space-between;
}
.cartCustomoerBtm #furikana_row td{
  width: 100%;
  margin-top: 2rem;
}
.cartCustomoerBtm #furikana_row td + td{
  margin-top: 2rem!important;
}
.cartCustomoerBtm #furikana_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.cartCustomoerBtm .customer_form input#loginmail,.cartCustomoerBtm .customer_form input#mailaddress1,.cartCustomoerBtm .customer_form input#mailaddress2 {
  width: 100%!important;
}
.agree_member_area {
  width: 100%!important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.at_check_area a{
  border-bottom: 1px solid #707070;
}
.at_cont_text{
  display: none;
}
.at_check_note{
  font-size: 1.6rem;
  width: 55%;
  margin: 0 auto 3rem;
}
.at_check_area{
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
/*.at_check_area a{
  color: #C9391A;
  border-bottom: 1px solid #C9391A;
  margin-left: 0.6rem;
}*/
.at_check_area label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.at_check_area a{
  border-bottom: 1px solid #516993;
  color: #516993;
}
.at_check_area input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.at_check_area input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wc_btnListBoxcartCS{
  width: 100%;
}
.wc_btnListBoxcartCS .wc_btnList{
  width: 100%;
  justify-content: space-between;
}
.wc_btnListBoxcartCS .wc_btnList .wc_btnList_item01 {
  width: 100%;
  margin: 0 0 2rem;
  font-weight: 600;
}
.wc_btnListBoxcartCS .wc_btnList .wc_btnList_item02 {
  width: 100%;
  margin: 0;
}
.wc_btnListBoxcartCS .wc_btnList_item01 input {
  background: #516993;
  font-weight: 500;
  padding-right: 1rem;
}
.wc_btnListBoxcartCS .wc_btnList_item02 input.back_cart_button{
  background: #fff;
  font-weight: 500;
}
}
/*-----------------------------------------------------------

WELCART

-------------------------------------------------------------*/
.wcCmnBox{
  width: 80%;
  margin: 5rem auto 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.wcCmnBox{
  width: 90%;
  margin: 0 auto 6rem;
  position: relative;
  z-index: 1;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.wcCmnBox{
  width: 85%;
  margin: 0 auto 6rem;
  position: relative;
  z-index: 1;
}
}
/*-----------------------------------------------------------

MEMBER PAGE

-------------------------------------------------------------*/
#memberinfo .customer_form th {
  display: table-cell;
  width: 30%;
  padding: 2rem!important;
  background-color: #efefef;
  border: 1px solid #ccc;
  vertical-align: middle;
}
#memberinfo .customer_form td {
  display: table-cell;
  padding: 2rem!important;
}
#memberinfo .customer_form td input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  margin: 0;
}
#memberinfo .customer_form td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 1rem 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
}
.member_name{
  display: none;
}
.member_furigana{
  display: none;
}
.history-area table .thumbnail{
  width: 15%;
}
#memberinfo .customer_form #zipcode_row td #search_zipcode{
  background: #F4F4F4;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #000000;
  border: 1px solid #000;
  margin: 0;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 2rem;
}
#memberinfo .member_submenu{
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
#memberinfo .member_submenu li{
  margin: 0 0.5rem;
  
}
#memberinfo select{
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 95% center no-repeat;
  background-size: 1rem;
  padding: 1rem 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
}
.usce_period{
  display: flex;
  align-items: center;
  width: 20%;
  white-space: nowrap;
}
#memberinfo .history-area table .rightnum {
  text-align: right;
  white-space: nowrap;
}
#wc_member .wc_btnList{
  width: 100%;
}
#wc_member .wc_btnList li{
  width: 33%;
  margin: 0 1rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
#memberinfo #history_head {
  font-size: 1.2rem!important;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.member_submenu a{
  font-size: 1.2rem;
}
#memberinfo .customer_form tr{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
#memberinfo .customer_form tr th{
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 400;
  padding: 0;
}
.customer_form tr {
  display: block;
  margin-bottom: 1rem;
  padding: 0 0!important;
  border-bottom: 2px solid #efefef;
}
#memberinfo .customer_form th {
  display: table-cell;
  width: 30%;
  padding: 0rem!important;
  background-color: #efefef;
  border: 1px solid #ccc;
  vertical-align: middle;
}
#memberinfo .customer_form td {
  display: table-cell;
  padding: 1rem 0rem!important;
  width: 100%;
}
#memberinfo .customer_form td input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  margin: 0;
}
#memberinfo .customer_form td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 96% center no-repeat;
  background-size: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
}
.member_name{
  display: none;
}
.member_furigana{
  display: none;
}
#memberinfo #name_row{
  display: flex;
  justify-content: space-between;
}
#memberinfo #name_row .name_td{
  width: 49%;
}
#memberinfo #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

#memberinfo #furikana_row{
  display: flex;
  justify-content: space-between;
}
#memberinfo #furikana_row td{
  width: 49%;
}

.history-area{
  overflow-x: scroll;
}
.history-area table{
  width: 200%!important;
  white-space: nowrap;
}
.history-area table .thumbnail{
  width: 20%;
}
.usce_period {
  display: flex;
  align-items: center;
  width: 46%;
  white-space: nowrap;
}
#wc_member .wc_btnList{
  width: 100%;
}
#wc_member .wc_btnList li{
  width: 100%;
  margin: 0 0 2rem;
}
}
/*-----------------------------------------------------------

CART DELIVERY

-------------------------------------------------------------*/
#wc_delivery{
  width: 90%;
  margin: 0 auto;
}
#wc_delivery td{
  padding: 1rem 2rem;
}
#wc_delivery td input{
  padding: 0.5rem;
  width: 100%;
}
#wc_delivery td select{
  padding: 0.5rem;
  padding: 1rem 0;
  width: 50%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.4rem;
}
#wc_delivery  td input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem!important;
  height: 2rem!important;
  border:1px solid #B1B1B1;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
#wc_delivery  td input[type=radio]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease;
}
#wc_delivery  td input[type=radio]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #707070;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
#wc_delivery #zipcode_row td input{
  width: 48%;
}
#wc_delivery td textarea{
  padding: 0.5rem;
  width: 100%;
  height: 15rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
#wc_delivery {
  width: 100%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
#wc_delivery{
  width: 100%;
  margin: 0 auto;
}
#wc_delivery th{
  text-align: left;
  background: #e8e8e8;
  padding: 1rem 2rem;
}
#wc_delivery td{
  padding: 1rem 2rem;
}
#wc_delivery td input{
  padding: 0.5rem;
  width: 100%;
}
#wc_delivery td select{
  padding: 0.5rem;
  width: 100%;
  padding: 1rem 0;
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.4rem;
}
#wc_delivery  td input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem!important;
  height: 2rem!important;
  border:1px solid #B1B1B1;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
#wc_delivery  td input[type=radio]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease;
}
#wc_delivery  td input[type=radio]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #707070;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
#wc_delivery .customer_form td{
  padding: 1rem 0rem;
}
#wc_delivery .customer_form .name_td{
  margin-right: 1rem;
}
#wc_delivery .customer_form .name_td input{
  width: 100%;
}
#wc_delivery .customer_form #furikana_row td{
  margin-right: 1rem;
}
#wc_delivery .customer_form .furikana_row input{
  width: 100%;
}
#wc_delivery .customer_form #zipcode_row input{
  width: 100%;
}
#wc_delivery .customer_form td input{
  margin: 0.6rem 0!important;
}
}
/*-----------------------------------------------------------

CART CONFIRM

-------------------------------------------------------------*/
#cart_table .thumbnail {
  display: table-cell;
  width: 15%;
}
#info-confirm #cart_table .unitprice{
  white-space: nowrap;
}
#info-confirm #cart_table .amount {
  white-space: nowrap;
}
.cartConfirm .send{

}
.cartConfirm .send{
  margin:0 auto 2rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 31rem;
}
.cartConfirm .send input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #fff;
  border: 1px solid #516993;
  text-align: center;
  padding: 1rem 0;
  color: #516993;
  position: relative;
  font-size: 1.7rem;
  border-radius: 6px;
}
.cartConfirm .send input#purchase_button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #516993;
  border: 1px solid #516993;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  font-size: 1.7rem;
  border-radius: 6px;
  margin-bottom: 2rem;
}

.cartConfirm .send input:hover {
    opacity: 0.6;
}
.cartConfirm .send input#purchase_button:hover{
  background: #516993;
}
.cartConfirmNote{
  padding: 4rem 0 2rem;
  text-align: center;
}
.cartConfirmNote a{
  color: #516993;
  border-bottom: 1px solid #516993;
}
.cartConfirm .wc_btnList_item01 {
  width: 30rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.cartConfirm{
  width: 100%;
  margin: 0 auto;
}
.cartConfirm #cart_table .amount {
  white-space: nowrap;
}
.cartConfirmNote{
  padding: 4rem 0 2rem;
  text-align: center;
  font-size: 1.3rem;
}
.cartConfirmNote a{
  color: #516993;
  border-bottom: 1px solid #516993;
}
}
/*-----------------------------------------------------------

CREDIT

-------------------------------------------------------------*/
.settlement_form{
  font-size: 1.4rem;
}
#escott-token-form input{
  border: 1px solid #ccc;
  padding: 1rem;
  margin: 1rem;
  margin-left: 0;
  width: 60%;
}
#escott-token-form select{
  border: 1px solid #ccc;
  padding: 1rem;
  margin: 1rem;
  margin-left: 0;
}
.settlement_form_send input.back_to_delivery_button{
  border: none;
  border-radius: 3px;
  background-color: #efefef;
  transition: all .3s ease;
  padding: 1.071428em 2.142856em;
}
.settlement_form_send input.back_to_delivery_button:hover{
  opacity: 0.6;
}
.settlement_form_send input.to_confirm_button{
  border: none;
  border-radius: 3px;
  background-color: #efefef;
  transition: all .3s ease;
  padding: 1.071428em 2.142856em;
  background-color: #00085D!important;
  color: #fff;
}
.settlement_form_send input.to_confirm_button:hover{
  background-color: #00085D!important;
  color: #fff;
  opacity: 0.6;
}
#escott-token-response-loading {
  width: 3%;
  margin: 0 auto;
}

@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
}
/*-----------------------------------------------------------

OTHER

-------------------------------------------------------------*/
.noPost{
  margin: 4rem 0;
  text-align: center;
}
/*-----------------------------------------------------------

EFFECT

-------------------------------------------------------------*/
/*------------- section全体　---------------*/
.ivSec{
  opacity: 0;
  transform: translateY(4rem);
}
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------- fadeIN　---------------*/
.fadeIn {
  animation-name:fadeInAnime;
  animation-duration:1.6s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
  opacity: 0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*------------- top　---------------*/
.fadeR{
  opacity: 0;
}
.fadeR.on {
  animation-name:fadeRAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeRAnime{
  from {
    opacity: 0;
    transform: translateX(-4rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeL{
  opacity: 0;
}
.fadeL.on {
  animation-name:fadeLAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeLAnime{
  from {
    opacity: 0;
    transform: translateX(4rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.flowSecImg{
  opacity: 0;
}
.blur{
  animation-name:blurAnime;
  animation-duration:1.6s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}
