  @charset "utf-8";

/* CSS Document */

/*
  font-family: 'Roboto', sans-serif;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  font-family: 'Oswald', sans-serif;
  font-family: 'Poppins', sans-serif;
*/

/***********
base
************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

body.is-menu-open {
  overflow: hidden;
}
h1,h2,h3,h4,h5,h6,strong,th{
  font-family: '游ゴシック体', YuGothic,  '游ゴシック', 'Yu Gothic', sans-serif;
}

@media screen and (max-width:1280px) {
  body{
    font-size: 12px;
  }
}
@media screen and (max-width:834px) {
  body{
    font-size:calc(9px + 0.7vmin);
    -webkit-tap-highlight-color:transparent;
  }
}
@media screen and (max-width:520px) {
  body{
    font-size:calc(9px + 1vmin);
    -webkit-tap-highlight-color:transparent;
  }
}


@media all and (-ms-high-contrast:none) {
/* meiryo only IE */
  body {
    font-family: Meiryo,sans-serif;
  }
}

a {
  color: #167ac6 ;
  text-decoration: underline;
  transition:all 0.2s ease;
}

a:visited{}
a:hover,
a:active {
  color: ;
  text-decoration: none;
}

img {
  /* width: auto; */
  max-width: 100%;
  height: auto;
}

::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}
::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}

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

/***********************
layout
************************/

/***********
wp
************/

.right,.alignright {  float: right !important; }
.left,.alignleft  {  float: left !important; }
.aligncenter  { display: block; margin-left:auto; margin-right:auto; }

/***********
common
************/

.l-relative {  position: relative !important; }

.l-textAlign-center {  text-align: center !important; }
.l-textAlign-right  {  text-align: right !important; }
.l-textAlign-left   {  text-align: left !important; }

.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

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

  .l-bottom-xxsmall {  margin-bottom: 5px  !important; }
  .l-bottom-xsmall  {  margin-bottom: 7px !important; }
  .l-bottom-small   {  margin-bottom: 10px !important; }
  .l-bottom         {  margin-bottom: 15px !important; }
  .l-bottom-large   {  margin-bottom: 20px !important; }
  .l-bottom-xlarge  {  margin-bottom: 30px !important; }
  .l-bottom-xxlarge {  margin-bottom: 40px !important; }

  .l-top-xxsmall {  margin-top: 5px  !important; }
  .l-top-xsmall  {  margin-top: 7px !important; }
  .l-top-small   {  margin-top: 10px !important; }
  .l-top         {  margin-top: 15px !important; }
  .l-top-large   {  margin-top: 20px !important; }
  .l-top-xlarge  {  margin-top: 30px !important; }
  .l-top-xxlarge {  margin-top: 40px !important; }

}

/***********
layout
************/

.l-wrapper{
  overflow: hidden;
}

.l-contents{
}

/***********
base
************/

.l-base {
  width: auto;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-wide {
  width: auto;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-xwide {
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-small {
  width: auto;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.l-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.l-block-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
.l-block-large {
  padding-top: 150px;
  padding-bottom: 150px;
}

.l-block-top {
  padding-top: 100px;
}
.l-block-top-small {
  padding-top: 60px;
}
.l-block-top-large {
  padding-top: 150px;
}

.l-block-bottom {
  padding-bottom: 100px;
}
.l-block-bottom-small {
  padding-bottom: 60px;
}
.l-block-bottom-large {
  padding-bottom: 150px;
}

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

  .l-base ,
  .l-base-wide ,
  .l-base-xwide ,
  .l-base-small {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base:not(.l-base-noOffset),
  .l-base-wide:not(.l-base-noOffset),
  .l-base-xwide:not(.l-base-noOffset),
  .l-base-small:not(.l-base-noOffset){
    padding-left: 5%;
    padding-right: 5%;
  }

  .l-base-wide .l-base,
  .l-base-wide .l-base-small,
  .l-base .l-base-small {
    padding-left: 0;
    padding-right: 0;
  }

  .l-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .l-block-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .l-block-top {
    padding-top: 50px;
  }

  .l-block-top-large {
    padding-top: 80px;
  }

  .l-block-bottom {
    padding-bottom: 50px;
  }

  .l-block-bottom-large {
    padding-bottom: 80px;
  }


  .l-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-block-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-block-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .l-block-top {
    padding-top: 50px;
  }
  .l-block-top-small {
    padding-top: 30px;
  }
  .l-block-top-large {
    padding-top: 80px;
  }

  .l-block-bottom {
    padding-bottom: 50px;
  }
  .l-block-bottom-small {
    padding-bottom: 30px;
  }
  .l-block-bottom-large {
    padding-bottom: 80px;
  }

}

/***********
zoom
************/

.l-zoomHover{
  overflow: hidden;
  z-index: 2;
  position: relative;

}
.l-zoomHover img{
  transform:scale(1) ;
  transition:all 0.5s ease;
}
a:hover .l-zoomHover img:hover{
  transform:scale(1.03) ;
}

/***********
l-hoverUnderline
************/

.l-hoverUnderline {
  padding-bottom: 0.2em;
  background: linear-gradient(#ffd201, #ffd201) 0 80% / 0 0.6em no-repeat;
  transition: background 0.3s;
  text-decoration: none;
}
.l-hoverUnderline:hover {
  background-size: 100% 0.6em;
}

/***********
l-mask
************/

.l-mask {
  display: inline-block;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  transition: 1s;
  vertical-align: middle;
}

.is-show .l-mask,
.is-show.l-mask {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}

.l-mask.is-full {
  width: 100%;
}


/***********
marker
************/

.is-show.l-anim-bound {
  animation: anim-bound 1s alternate 1 1s;
}
@keyframes anim-bound {
  0% {transform: translateY(0px);}
  10% {transform: translateY(-10px);}
  20% {transform: translateY(0px);}
  30% {transform: translateY(-10px);}
  40% {transform: translateY(0px);}
}


/***********
marker
************/

.l-marker{
  background: linear-gradient(#ffd201, #ffd201) 0 100% / 0 0.6em no-repeat;
  transition: background 0.5s ease 0.5s;
  text-decoration: none;
}
.is-show.l-marker {
  background-size: 100% 0.6em;
}

/***********
bold
************/

.l-bold{
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 600;
}

/***********
text
************/

.l-textMain{
  font-size: 124%;
  line-height: 1.8;
}
.l-textLead{
  font-size: 124%;
  line-height: 1.8;
  text-align: center;
}


.l-list-dot {}

.l-list-dot li {
  font-size: 116%;
  line-height: 2;
  margin-left: 1em;
}
.l-list-dot li::before {
  content: "・";
  margin-left: -1em;
}

.l-list-asterisk {}

.l-list-asterisk li {
  font-size: 116%;
  line-height: 2;
  margin-left: 1em;
}

.l-list-asterisk li::before {
  content: "※";
  margin-left: -1em;
}

.l-list-number {
  padding-left: 2em;
}

.l-list-number li {
  font-size: 116%;
  line-height: 2;
  list-style: decimal;
}

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

  .l-textMain,
  .l-list-dot li ,
  .l-list-asterisk li,
  .l-list-number li {
    font-size: 100%;
    line-height: 1.7;
  }
}


/***********
linkWrap
************/

.l-linkWrap{
  padding: 20px 0 20px;
  text-align: center;
}
.l-linkWrap.is-left{
  text-align: left;
}
.l-linkWrap.is-right{
  text-align: right;
}

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

  .l-linkWrap.is-left ,
  .l-linkWrap.is-right{
    text-align: center;
  }


}

/***********
btn
************/

.l-btn {
  display: inline-block;
  width: auto;
  min-width: 18em;
  padding: 1.2em 3em;
  font-size: 1.31rem;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  color: #fff;
  border-radius: 100vw;
  background: linear-gradient(to right, #456eb2 0%, #4c3f8e 50%, #456eb2 100%);
  background-position: left top;
  background-size: 200% 100%;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
}

.l-btn::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  /* font-weight: 400; far */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f0da";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  line-height: normal;
}
body.is-pc .l-btn:hover {
  background-position: 100% top;
}


.l-btn.is-back::after {
  right: auto;
  left: 10px;
  transform: rotate(180deg);
}

.l-btn.is-large {
  font-size: 1.54rem;
  min-width: 18em;
  padding: 1.2em 3em;
}
.l-btn.is-small {
  font-size: 1.24rem;
  font-feature-settings: "palt";
  min-width: 15em;
  padding: 0.7em 3em;
}


.l-btn.is-ghost {
  background: none;
  border: 2px solid #fff;
}

body.is-pc .l-btn.is-ghost:hover {
  background-color: #fff;
  color: #063b7c;
}



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

  .l-btn {
    min-width: 18em;
    padding: 1.2em 2em;
    font-size: 1.16rem;
  }

  .l-btn::after {
    font-size: 12px;
  }
  body.is-pc .l-btn:hover {
    background-position: 100% top;
  }


  .l-btn.is-large {
    min-width: 18em;
    padding: 1.2em 2em;
    font-size: 1.16rem;
  }
  .l-btn.is-small {
    font-size: 1rem;
    min-width: 15em;
    padding: 1em 2em;
  }

}

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

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.l-header-inner {
  height: 110px;
  display: flex;
  position: relative;
  transition: 0.3s;
}

.l-header-logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  transition: 0.3s;
}
.l-header-logo a {
  display: inline-block;
  max-width: 250px;
  transition: 0.3s;
}

.l-header-block {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 15px;
}

/*
navi
*/

.l-header-navi{
  padding-right: 2em;
}
.l-header-navi-list {
  display: flex;
}
.l-header-navi-list button {
  display: none !important;
}
.l-header-navi-list > li {
  padding: 0 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 4.5em;
  position: relative;
}
.l-header-navi-list > li > a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 600;
  font-size: 124%;
  font-feature-settings: "pkna";
  padding: 0.5em 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.l-header-navi-list a span {
  background: linear-gradient(#ffd201, #ffd201) 0 100% / 0 8px no-repeat;
  transition: background 0.3s;
  text-decoration: none;
}

body.is-pc .l-header-navi-list a:hover span {
  background-size: 100% 8px;
}

.l-header-navi-list > li ul {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 300px;
  padding: 20px 10px 20px 20px;
  background: linear-gradient(160deg, #035bc6 0%, #4c3f8e 100%);
  transform: translateX(-50%);
  margin-top: -5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease,margin 0.3s ease;
  text-align: left;
}
.l-header-navi-list > li:hover ul {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.l-header-navi-list > li ul li {
  padding: 0.2em 0;
}
.l-header-navi-list > li ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 600;
  font-feature-settings: "pkna";
  font-size: 108%;
  padding: 0.5em 0;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
  position: relative;
}
.l-header-navi-list > li ul li:not(.is-parent) a span {
  background: linear-gradient(#167ac6, #167ac6) 0 100% / 0 8px no-repeat;
}

.l-header-navi-list > li ul li.is-parent {
  margin: 20px 0 10px;
  padding: 0 0 0 10px;
  line-height: 1.2;
  border-left: 2px solid #fff;
}
.l-header-navi-list > li ul li.is-parent a {
  pointer-events: none;
  font-size: 124%;
  padding: 0 0 0 0;
}
.l-header-navi-list > li ul li.is-parent ~ li:not(.is-parent) a {
  padding-left: 10px;
  margin-left: 8px;
}
.l-header-navi-list > li ul li.is-parent ~ li:not(.is-parent) a::after {
  content: "└";
  position: absolute;
  left: -10px;
  top: 8px;
  opacity: 0.6;
}


/*
tel
*/

.l-header-tel {
  text-align: center;
  padding-right: 2em;
}
.l-header-tel-num {
  font-family: 'Oswald', sans-serif;
  font-size: 200%;
  font-weight: 500;
  white-space: nowrap;
}
.l-header-tel-num i{
  transform: scale(0.9);
  transform-origin: left;
  color: #456eb2;
}
.l-header-tel-text {
  font-size: 93%;
  font-feature-settings: "palt";
  white-space: nowrap;
}

.l-header-cv {
}
.l-header-cv-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 124%;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  text-decoration: none;
  padding: 15px 35px 15px 55px;
  position: relative;
  border-radius: 100vw;
  background: linear-gradient(to right, #456eb2 0%, #4c3f8e 50%, #456eb2 100%);
  background-position: left top;
  background-size: 200% 100%;
  white-space: nowrap;
}
.l-header-cv-btn::before {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  /* font-weight: 400; far */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f0e0";
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -0.55em;
  transform: scale(1.2);
}
body.is-pc .l-header-cv-btn:hover {
  background-position: 100% top;
}


body.is-fixed .l-header-inner{
  height: 70px;
}
body.is-fixed .l-header-logo {
  padding-left: 20px;
}
body.is-fixed .l-header-logo a {
  max-width: 200px;
}


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

  .l-header-logo {
    padding-left: 20px;
  }
  .l-header-logo a {
    max-width: 200px;
  }

  .l-header-navi{
    padding-right: 1em;
  }
  .l-header-navi-list > li {
    padding: 0 0.8em;
  }
  .l-header-navi-list > li > a {
    font-size: 116%;
    font-feature-settings: "pkna";
  }

  .l-header-tel {
    padding-right: 1em;
  }
  .l-header-tel-num {
    font-size: 154%;
  }
  .l-header-tel-text {
    font-size: 77%;
    font-feature-settings: "palt";
  }

  .l-header-cv-btn {
    overflow: hidden;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 20px;
    border-radius: 50%;
  }
  .l-header-cv-btn span {
    display: none;
  }
  .l-header-cv-btn::before {
    left: 50%;
    top: 50%;
    margin-top: 0;
    transform: scale(1) translate(-50% , -50%);
  }

}

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

  .l-header-tel {
    display: none;
  }

}

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

  .l-header {
    position: static;
    background: #fff;
  }

  .l-header-inner ,
  body.is-fixed .l-header-inner{
    height: 70px;
  }

  .l-header-logo,
  body.is-fixed .l-header-logo {
    padding-left: 10px;
  }
  .l-header-logo a ,
  body.is-fixed .l-header-logo a{
    max-width: 200px;
  }

  .l-header-block {
    display: none;
  }

}


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

.l-footer {
  background-color: #063b7c;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}

.l-footer-copyright {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 116%;
}

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

  .l-footer {
    padding: 20px 0;
  }

  .l-footer-copyright {
    font-size: 77%;
  }

}


/***********
jump
************/

.l-jumpTop{
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 990;
}
.l-jumpTop a{
  display: block;
  width: 60px;
  height: 60px;
  background: linear-gradient(to right, #456eb2 0%, #4c3f8e 50%, #456eb2 100%);
  background-position: left top;
  background-size: 200% 100%;
  border-radius: 50%;
  z-index: 999;
  position: relative;
  color: #ff682d;
}
.l-jumpTop a::after{
  content: "";
  display: block;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform:rotate(45deg);
  position: absolute;
  left: 23px;
  top: 26px;
  width: 12px;
  height: 12px;
  transition:all 0.4s ease;
}


body.is-pc .l-jumpTop a:hover {
  background-position: 50% top;
}


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

  .l-jumpTop{
    display: none !important;
  }

}


/***********
menu
************/


.l-menu-trigger {
  display: none;
}

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

  .l-menu{
    position: fixed;
    min-width: 320px;
    max-width: 400px;
    width: 95vw;
    height: 100vh;
    z-index: 9998;
    right: -30px;
    top: 0;
    opacity: 0;
    transition:all 0.3s ease;
    background: linear-gradient(060deg, #035bc6 0%, #4c3f8e 100%);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .is-menu-open .l-menu{
    opacity: 1;
    right: 0;
  }

  .l-menu-close{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: -1;
  }
  .is-menu-open .l-menu-close{
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    z-index: 9990;
  }

  .l-menu-trigger {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9999;
    cursor: pointer;
    background: none;
    border: none;
    background-color: transparent;
  }
  .l-menu-btn {
    display: block;
    position: relative;
    width: 56px;
    height: 50px;
    padding: 10px 20px;
    cursor: pointer;
    background: none;
    border: none;
    transition: all 0.3s;
    -webkit-tap-highlight-color:transparent;
    background-color: #000;
  }
  .l-menu-btn span {
    display: inline-block;
    position: absolute;
    left: 25%;
    top: 18px;
    width: 50%;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .l-menu-btn span::before,
  .l-menu-btn span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .l-menu-btn span::before {
    top: -7px;
  }
  .l-menu-btn span::after {
    top: 7px;
  }

  .l-menu-btn p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    text-align: center;
    color: #fff;
  }

  .l-menu-btn.is-active  {
    background-color: transparent;
  }
  .l-menu-btn.is-active span {
    background-color: transparent;
  }
  .l-menu-btn.is-active span::before {
    transform: translateY(7px) rotate(-40deg);
  }
  .l-menu-btn.is-active span::after {
    transform: translateY(-7px) rotate(40deg);
  }

}



/***********
menu
************/

.l-menu-block {
  padding-top:50px;
  padding-bottom: 150px;
}
.l-menu-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
}
.l-menu-list > li {
  position: relative;
}
.l-menu-list > li > a {
  display: block;
  padding: 18px 40px 18px 25px;
  color: #fff;
  text-decoration: none;
  display: block;
  font-feature-settings: "pkna";
  font-size: 18px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.l-menu-list > li > a br {
  display: none;
}

.l-menu-list button{
  display: none;
}

.l-menu-list .menu-item-has-children > button {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 99;
  font-size: 24px;
  color: #fff;
  text-align: right;
  background: none;
  border:none;
}
.l-menu-list .menu-item-has-children > button::before,
.l-menu-list .menu-item-has-children > button::after{
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: 58%;
  opacity: 0.8;
}
.l-menu-list .menu-item-has-children > button::after{
  transform: rotate(90deg);
  transition: 0.3s;
}
.l-menu-list .menu-item-has-children > button.is-active::after{
  transform: rotate(120deg);
  opacity: 0;
}


.l-menu-list ul {
  padding: 15px 20px 15px 25px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  display: none;
}
.l-menu-list ul a{
  display: block;
  font-size: 16px;
  font-feature-settings: "pkna";
  font-weight: normal;
  padding: 8px 30px 8px 0;
  color: #fff;
  text-decoration: none;
}
.l-menu-list ul a::before{
  content: "-";
  margin-right: 8px;
}

.l-menu-list > li ul li:not(.is-parent) a span {
  background: linear-gradient(#167ac6, #167ac6) 0 100% / 0 8px no-repeat;
}

.l-menu-list > li ul li.is-parent {
  margin: 20px 0 10px;
  padding: 0 0 0 10px;
  line-height: 1.2;
  border-left: 2px solid #fff;
}
.l-menu-list > li ul li.is-parent a {
  pointer-events: none;
  font-weight: bold;
  padding: 0;
  font-size: 18px;
}
.l-menu-list > li ul li.is-parent a::before {
  display: none;
}





.l-menu-subList {
  padding: 20px 50px 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-menu-subList button{
  display: none;
}
.l-menu-subList li {
  padding-left: 20px;
}
.l-menu-subList a {
  display: inline-block;
  font-size: 13px;
  padding: 8px 0 8px 15px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.l-menu-subList a::before {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  /* font-weight: 400; far */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 12px;
  transform: scale(0.8);
}
.l-menu-subList a[target="_blank"]::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  /* font-weight: 400; far */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f08e";
  opacity: 0.7;
  margin-left: 0.3em;
  transform: scale(0.7);
  transform-origin: right top;
}




.l-menu-cv{
  text-align: center;
  color: #fff;
  padding-top: 20px;
}

.l-menu-cv-heading {
  padding-bottom: 15px;
}
.l-menu-cv-heading-title {
  font-size: 18px;
  padding-bottom: 5px;
}
.l-menu-cv-heading-lead {
  font-size: 11px;
}

.l-menu-cv-link {
  padding: 0 20px;
}
.l-menu-cv-link li {
  padding-bottom: 5px;
}

.l-menu-cv-btn {
  display: block;
  width: auto;
  padding: 1.5em 1em;
  font-size: 15px;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  color: #fff;
  border-radius: 100vw;
  background: linear-gradient(to right, #456eb2 0%, #4c3f8e 50%, #456eb2 100%);
  background-position: left top;
  background-size: 200% 100%;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
}

.l-menu-cv-btn:not(.is-orange) {
  box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.2) inset;
}
.l-menu-cv-btn.is-orange {
  background: linear-gradient(to right, #ff9000 0%, #ff4e00 50%, #ff9000 100%);
  background-size: 200% 100%;
}
.l-menu-cv-btn.is-red {
  background: linear-gradient(to right, #d70000 0%, #a5002b 50%, #d70000 100%);
  background-size: 200% 100%;
}

.l-menu-cv-tel {
  margin-top: 15px;
}
a.l-menu-cv-tel-num {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 500;
  white-space: nowrap;
}
.l-menu-cv-tel-num i{
  transform: scale(0.8) rotate(10deg) translateY(-0.1em);
  transform-origin: left;
}
.l-menu-cv-tel-text {
  font-size: 13px;
  white-space: nowrap;
}



/***********
movie
************/

.l-movie {
}
.l-movie a {
  display: block;
  position: relative;
}
.l-movie a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.l-movie a::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../../img/icon/play.png) no-repeat 0 0 / 100% 100%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
body.is-pc .l-movie a:hover::before {
  opacity: 0.5;
}

@media screen and (max-width:834px) {
  .l-movie a::after {
    width: 60px;
    height: 60px;
  }
}

/***********
heading
************/

.l-heading{
  text-align: center;
  padding-bottom: 45px;
}
.l-heading-title{
  font-size: 300%;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  color: #063b7c;
}
.l-heading-title::before{
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #063b7c;
  margin: 0 auto 30px;
  line-height: 1.4;
}
.l-heading-text{
  padding-top: 30px;
  font-size: 131%;
  line-height: 1.8;
}


.l-heading.is-white,
.l-heading.is-white .l-heading-title {
  color: #fff;
}
.l-heading.is-white .l-heading-title::before{
  background-color: rgba(255, 255, 255, 0.5);
}

.l-heading-box {
  display: inline-block;
  position: relative;
}
.l-heading-img01 {
  position: absolute;
  left: 100%;
  top: -20px;
  margin-left: 20px;
}

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

  .l-heading{
    padding-bottom: 30px;
  }
  .l-heading-title{
    font-size: 154%;
    font-feature-settings: "pkna";
  }
  .l-heading-title::before{
    width: 40px;
    margin: 0 auto 20px;
  }
  .l-heading-text{
    padding-top: 20px;
    font-size: 116%;
  }

  .l-heading-img01 {
    display: none;
  }

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

  .l-heading-text{
    font-size: 1.08rem;
    text-align: left;
  }

}

/***********
title
************/

.l-title{
  font-size: 170%;
  border-left: 6px solid #063b7c;
  padding: 5px 0 5px 18px;
  margin-bottom: 20px;
}

.l-subTitle{
}
.l-minTitle{
}

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

  .l-title {
    font-size: 131%;
    padding: 5px 0 5px 10px;
    margin-bottom: 20px;
    border-width: 4px;
  }

}


/***********
l-bgColor
************/

.l-bgColor01{
  background-color: #fafafa;
}
.l-bgColor02{
  background-color: #e9f0f9
}

/***********
service
************/

.l-service {
  border: 3px solid #000;
  background-color: #fff;
  margin-bottom: 80px;
  position: relative;
  z-index: 9;
}
.l-service-heading {
  background-color: #000;
  color: #fff;
}
.l-service-heading-title {
  font-size: 254%;
  font-feature-settings: "pkna";
  text-align: center;
  padding: 0.6em ;
}

.l-service-intro {
  padding: 40px;
}
.l-service-intro-title {
  text-decoration: underline;
  font-size: 250%;
  text-align: center;
  padding-bottom: 30px;
}
.l-service-intro-block {
  display: flex;
  justify-content: space-between;
}
.l-service-intro-img {
  width: 30%;
  position: relative;
}
.l-service-intro-img figcaption {
  background: url(../../img/badge_bg01.png) no-repeat 0 0 / 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 4.5em;
  height: 4.5em;
  line-height: 1.1;
  font-size: 170%;
  color: #063b7c;
  transform: rotate(-15deg);
  position: absolute;
  left: -1.5em;
  top: -1.5em;
  z-index: 9;
}
.l-service-intro-inner {
  width: 67%;
}
.l-service-intro-lead {
  font-size: 254%;
  margin-bottom: 0.5em;
}
.l-service-intro-lead span {
  margin-right: 0.5em;
}
.l-service-intro-lead small {
  display: inline-block;
  font-size: 60%;
}
.l-service-intro-text {
  font-size: 124%;
  letter-spacing: 0;
  line-height: 1.8;
}



.l-service-contents {
  background-color: #f0f0f0;
  padding: 40px;
}
.l-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-service-list li {
  width: 49.5%;
  margin-bottom: 1%;
}
.l-service-list a {
  display: block;
  height: 100%;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 40px 30px 4%;
  position: relative;
}

.l-service-list a::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  /* font-weight: 400; far */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f0da";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  line-height: normal;
  font-size: 20px;
}
.l-service-list-block {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-service-list-heading {
  flex: 1;
}
.l-service-list-title {
  font-size: 185%;
  font-feature-settings: "pkna";
  line-height: 1.3;
}
.l-service-list-text {
  font-weight: 600;
  font-feature-settings: "pkna";
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 116%;
  color: #000;
  padding-top: 0.5em;
}
.l-service-list-price {
  font-size: 154%;
  font-weight: bold;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  transform: skewX(-10deg);
  line-height: 1;
  letter-spacing: -0.08em;
  white-space: nowrap;
  color: #063b7c;
}
.l-service-list-num {
  font-size: 300%;
  font-family: 'Poppins', sans-serif;
}
body.is-pc .l-service-list-num.is-wide {
  letter-spacing: 0.1em;
}

.l-service-tips {
  text-align: right;
  margin-bottom: -1em;
}



.l-service-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-service-link li {
  width: 49.5%;
  margin-bottom: 1%;
}
.l-service-link a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 5em;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  padding: 10px 60px 10px 70px;
  position: relative;
  font-size: 154%;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-feature-settings: "pkna";
  text-align: center;
}
.l-service-link a::before {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  /* font-weight: 400; far */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  width: 3em;
  height: 3em;
  font-size: 11px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #000;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
body.is-pc .l-service-link a:hover {
  filter: brightness(115%);
}

/*
color
*/

.l-service.is-blue ,
.l-service.is-blue .l-service-list a{
  border-color: #063b7c;
}
.l-service.is-blue .l-service-list a{
  color: #063b7c;
}
.l-service.is-blue .l-service-contents {
  background-color: #e7f0fa;
}
.l-service.is-blue .l-service-intro-title{
  color: #035bc6;
}
.l-service.is-blue .l-service-heading,
.l-service.is-blue .l-service-link a{
  background-color: #063b7c;
}
body.is-pc .l-service.is-blue .l-service-list a:hover{
  background-color: #063b7c;
}
body.is-pc .l-service.is-blue .l-service-list a:hover *,
body.is-pc .l-service.is-blue .l-service-list a:hover::after{
  color: #fff;
}

.l-service.is-orange ,
.l-service.is-orange .l-service-list a{
  border-color: #ff9600;
}
.l-service.is-orange .l-service-list a,
.l-service.is-orange .l-service-link a::before{
  color: #ff9600;
}
.l-service.is-orange .l-service-contents {
  background-color: #feecd2;
}
.l-service.is-orange .l-service-intro-title{
  color: #b54400;
}
.l-service.is-orange .l-service-heading,
.l-service.is-orange .l-service-link a{
  background-color: #ff9600;
}
body.is-pc .l-service.is-orange .l-service-list a:hover{
  background-color: #ff9600;
}
body.is-pc .l-service.is-orange .l-service-list a:hover *,
body.is-pc .l-service.is-orange .l-service-list a:hover::after{
  color: #fff;
}

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

  .l-service-contents {
    padding: 20px;
  }
  .l-service-list a {
    padding: 20px 30px 20px 4%;
  }

  .l-service-list a::after {
    font-size: 14px;
  }
  .l-service-list-title {
    font-size: 154%;
  }
  .l-service-list-text {
    font-size: 100%;
  }
  .l-service-list-price {
    font-size: 131%;
  }
  .l-service-list-num {
    font-size: 300%;
    font-family: 'Poppins', sans-serif;
  }

  .l-service-tips {
    font-size: 85%;
  }

}

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

  .l-service {
    border-width: 2px;
    margin-bottom: 50px;
    margin-left: -4%;
    margin-right: -4%;
  }
  .l-service-heading-title {
    font-size: 154%;
  }

  .l-service-intro {
    padding: 20px 5%;
  }
  .l-service-intro-title {
    font-size: 154%;
    padding-bottom: 20px;
  }
  .l-service-intro-block {
    display: block;
  }
  .l-service-intro-img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 25px;
  }
  .l-service-intro-img figcaption {
    font-size: 131%;
  }
  .l-service-intro-inner {
    width: auto;
  }
  .l-service-intro-lead {
    font-size: 154%;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 10px;
  }
  .l-service-intro-lead span {
    margin-right: 0.5em;
  }
  .l-service-intro-lead small {
    display: inline-block;
    font-size: 77%;
  }
  .l-service-intro-text {
    font-size: 108%;
  }



  .l-service-contents {
    padding: 20px 12px;
  }
  .l-service-list {
    display: block;
  }
  .l-service-list li {
    width: auto;
    margin-bottom: 10px;
  }
  .l-service-list a {
    padding: 15px 20px 15px 4%;
  }

  .l-service-list a::after {
    right: 5px;
  }
  .l-service-list-block {
  }
  .l-service-list-heading {
    flex: 1;
  }
  .l-service-list-title {
    font-size: 131%;
  }
  .l-service-list-text {
    font-size: 85%;
  }
  .l-service-list-price {
    font-size: 100%;
  }
  .l-service-list-num {
    font-size: 250%;
    font-family: 'Poppins', sans-serif;
  }



  .l-service-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-service-link li {
    width: 49.5%;
    margin-bottom: 1%;
  }
  .l-service-link a {
    padding: 10px 20px 10px 30px;
    position: relative;
    font-feature-settings: "palt";
    font-size: 116%;
  }
  .l-service-link a::before {
    width: 3em;
    height: 3em;
    font-size: 8px;
    left: 10px;
  }


}

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

  .l-service-link {
    display: block;
  }
  .l-service-link li {
    width: auto;
    margin-bottom: 5px;
  }
  .l-service-link a {
    height: 4em;
    padding: 10px 20px 10px 30px;
    font-size: 116%;
  }

}



/***********
service
************/


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


.l-assist {
  width: 49%;
  border: 3px solid #000;
  background-color: #fff;
  margin-bottom: 80px;
  position: relative;
  z-index: 9;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
}
.l-assist-heading {
  background-color: #000;
  color: #fff;
}
.l-assist-heading-title {
  font-size: clamp(154%,2.4vw, 200%);
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  font-feature-settings: "pkna";
  text-align: center;
  padding: 0.6em ;
}

.l-assist-intro {
  padding: 30px 4%;
}
.l-assist-intro-title {
  text-decoration: underline;
  font-size: clamp(170%,3vw, 224%);
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  text-align: center;
  padding-bottom: 30px;
}
.l-assist-intro-block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5em;
}
.l-assist-intro-img {
  width: 40%;
  position: relative;
}
.l-assist-intro-img figcaption {
  background: url(../../img/badge_bg01.png) no-repeat 0 0 / 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 4.5em;
  height: 4.5em;
  line-height: 1.1;
  font-size: clamp(116%,2vw, 154%);
  color: #063b7c;
  transform: rotate(-15deg);
  position: absolute;
  left: -1.5em;
  top: -1.5em;
  z-index: 9;
}
.l-assist-intro-inner {
  flex: 1;
  padding-left: 4%;
}
.l-assist-intro-lead {
  font-size: clamp(170%,3vw, 224%);
  margin-bottom: 0.5em;
}
.l-assist-intro-lead span {
  margin-right: 0.5em;
}
.l-assist-intro-lead small {
  display: inline-block;
  font-size: 60%;
}
.l-assist-intro-text {
  font-size: clamp(108%,2vw, 124%);
  letter-spacing: 0;
  line-height: 1.8;
}



.l-assist-contents {
  background-color: #f0f0f0;
  padding: 2em 4%;
}
.l-assist-list {
  display: block;
}
.l-assist-list li {
  width: 100%;
  margin-bottom: 10px;
}
.l-assist-list a {
  display: block;
  height: 100%;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 40px 30px 4%;
  position: relative;
}

.l-assist-list a::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  /* font-weight: 400; far */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f0da";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  line-height: normal;
  font-size: 20px;
}
.l-assist-list-block {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-assist-list-heading {
  flex: 1;
}
.l-assist-list-title {
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  font-size: 185%;
  font-size: clamp(124%,2vw, 185%);
  font-feature-settings: "pkna";
  line-height: 1.3;
}
.l-assist-list-text {
  font-weight: 600;
  font-feature-settings: "pkna";
  font-size: 116%;
  font-size: clamp(100%,1.2vw, 116%);
  color: #000;
  padding-top: 0.5em;
}
.l-assist-list-price {
  font-size: clamp(124%,2vw, 154%);
  font-weight: bold;
  transform: skewX(-10deg);
  line-height: 1;
  letter-spacing: -0.08em;
  white-space: nowrap;
  color: #063b7c;
}
.l-assist-list-num {
  font-size: 300%;
  font-family: 'Poppins', sans-serif;
}
body.is-pc .l-assist-list-num.is-wide {
  letter-spacing: 0.1em;
}

.l-assist-tips {
  text-align: right;
  margin-bottom: -1em;
}



.l-assist-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-assist-link li {
  width: 49.5%;
  margin-bottom: 1%;
}
.l-assist-link a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 5em;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  padding: 10px 10px 10px 2em;
  position: relative;
  font-size: clamp(108%,2vw, 139%);
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.3;
  text-align: center;
}
.l-assist-link a::before {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  /* font-weight: 400; far */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  width: 2.2em;
  height: 2.2em;
  font-size: 11px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #000;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
body.is-pc .l-assist-link a:hover {
  opacity: 0.8;
}

/*
color
*/

.l-assist.is-blue ,
.l-assist.is-blue .l-assist-list a{
  border-color: #063b7c;
}
.l-assist.is-blue .l-assist-list a{
  color: #063b7c;
}
.l-assist.is-blue .l-assist-contents {
  background-color: #e7f0fa;
}
.l-assist.is-blue .l-assist-intro-title{
  color: #035bc6;
}
.l-assist.is-blue .l-assist-heading,
.l-assist.is-blue .l-assist-link a{
  background-color: #063b7c;
}
body.is-pc .l-assist.is-blue .l-assist-list a:hover{
  background-color: #063b7c;
}
body.is-pc .l-assist.is-blue .l-assist-list a:hover *,
body.is-pc .l-assist.is-blue .l-assist-list a:hover::after{
  color: #fff;
}

.l-assist.is-orange ,
.l-assist.is-orange .l-assist-list a{
  border-color: #ff9600;
}
.l-assist.is-orange .l-assist-list a,
.l-assist.is-orange .l-assist-link a::before{
  color: #ff9600;
}
.l-assist.is-orange .l-assist-contents {
  background-color: #feecd2;
}
.l-assist.is-orange .l-assist-intro-title{
  color: #b54400;
}
.l-assist.is-orange .l-assist-heading,
.l-assist.is-orange .l-assist-link a{
  background-color: #ff9600;
}
body.is-pc .l-assist.is-orange .l-assist-list a:hover{
  background-color: #ff9600;
}
body.is-pc .l-assist.is-orange .l-assist-list a:hover *,
body.is-pc .l-assist.is-orange .l-assist-list a:hover::after{
  color: #fff;
}

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


  .l-assist-contents {
    padding: 20px;
  }
  .l-assist-list a {
    padding: 20px 30px 20px 4%;
  }

  .l-assist-list a::after {
    font-size: 14px;
  }
  .l-assist-list-title {
  }
  .l-assist-list-text {
  }
  .l-assist-list-price {
  }
  .l-assist-list-num {
    font-size: 300%;
    font-family: 'Poppins', sans-serif;
  }

  .l-assist-tips {
    font-size: 85%;
  }

}

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

  .l-assistWrapper {
    display: block;
  }


  .l-assist {
    width: auto;
    border-width: 2px;
    margin-bottom: 50px;
    margin-left: -4%;
    margin-right: -4%;
  }
  .l-assist-heading-title {
  }

  .l-assist-intro {
    padding: 20px 5%;
  }
  .l-assist-intro-title {
    padding-bottom: 20px;
  }
  .l-assist-intro-block {
    display: block;
    padding-bottom: 0;
  }
  .l-assist-intro-img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 15px;
  }
  .l-assist-intro-img figcaption {
    font-size: 131%;
  }
  .l-assist-intro-inner {
    width: auto;
  }
  .l-assist-intro-lead {
    font-size: 154%;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 10px;
  }
  .l-assist-intro-lead span {
    margin-right: 0.5em;
  }
  .l-assist-intro-lead small {
    display: inline-block;
    font-size: 77%;
  }
  .l-assist-intro-text {
    font-size: 108%;
  }



  .l-assist-contents {
    padding: 20px 12px;
  }
  .l-assist-list {
    display: block;
  }
  .l-assist-list li {
    width: auto;
    margin-bottom: 10px;
  }
  .l-assist-list a {
    padding: 15px 20px 15px 4%;
  }

  .l-assist-list a::after {
    right: 5px;
  }
  .l-assist-list-block {
  }
  .l-assist-list-heading {
    flex: 1;
  }
  .l-assist-list-title {
    font-size: 131%;
  }
  .l-assist-list-text {
    font-size: 85%;
  }
  .l-assist-list-price {
    font-size: 100%;
  }
  .l-assist-list-num {
    font-size: 250%;
    font-family: 'Poppins', sans-serif;
  }



  .l-assist-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-assist-link li {
    width: 49.5%;
    margin-bottom: 1%;
  }
  .l-assist-link a {
    padding: 10px 20px 10px 30px;
    position: relative;
    font-feature-settings: "palt";
    font-size: 116%;
  }
  .l-assist-link a::before {
    width: 3em;
    height: 3em;
    font-size: 8px;
    left: 10px;
  }


}

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

  .l-assist-link {
    display: block;
  }
  .l-assist-link li {
    width: auto;
    margin-bottom: 5px;
  }
  .l-assist-link a {
    height: 4em;
    padding: 10px 20px 10px 30px;
    font-size: 116%;
  }

}



/***********
newsList
************/

.l-newsList {
}
.l-newsList li {
}
.l-newsList li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.l-newsList a {
  display: block;
  width: 100%;
  color: #000;
  text-decoration: none;
  padding: 20px 0;
}
.l-newsList-time {
  display: inline-block;
  white-space: nowrap;
  font-size: 116%;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-right: 1em;
}
.l-newsList-cat {
  display: inline-block;
  min-width: 7em;
  padding: 0.1em 0.5em;
  border-radius: 10vw;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-feature-settings: "palt";
  text-align: center;
  white-space: nowrap;
}
.l-newsList-title {
  padding-top: 0.5em;
  flex: 1;
  font-size: 124%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #063b7c;
}
body.is-pc .l-newsList-title:hover {
  text-decoration: underline;
}

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

  .l-newsList a {
    padding: 15px 0;
  }
  .l-newsList-time {
    font-size: 85%;
  }
  .l-newsList-cat {
    font-size: 85%;
  }
  .l-newsList-title {
    font-size: 108%;
    overflow: visible;
    white-space: pre-wrap;
    text-overflow:clip;
    color: #063b7c;
  }
  body.is-pc .l-newsList-title:hover {
    text-decoration: underline;
  }

}


/***********
cv
************/

.l-cv{
  background-color: #e9f0f9;
  text-align: center;
  padding: 60px 0 80px;
  position: relative;
  overflow: hidden;
}
.l-cv::before{
  content: "";
  display: block;
  width: 220px;
  height: 220px;
  background: url(../../img/illust02.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: 280px;
}
.l-cv-heading {
  padding-bottom: 30px;
}
.l-cv-heading-title {
  font-size: 300%;
  color: #063b7c;
}
.l-cv-heading-lead {
  font-size: 154%;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  padding-top: 0.5em;
}

.l-cv-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-cv-link li {
  width: 380px;
  padding: 5px 5px;
}

.l-cv-btn {
  display: block;
  width: auto;
  padding: 1.2em 1em;
  font-size: 154%;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  color: #fff;
  border-radius: 100vw;
  background: linear-gradient(to right, #456eb2 0%, #4c3f8e 50%, #456eb2 100%);
  background-position: left top;
  background-size: 200% 100%;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
}
body.is-pc .l-cv-btn:hover {
  background-position: 100% top;
}
.l-cv-btn.is-orange {
  background: linear-gradient(to right, #ff9000 0%, #ff4e00 50%, #ff9000 100%);
  background-size: 200% 100%;
}
.l-cv-btn.is-red {
  background: linear-gradient(to right, #d70000 0%, #a5002b 50%, #d70000 100%);
  background-size: 200% 100%;
}
.l-cv-btn.is-green {
  background: linear-gradient(to right, #00b19a 0%, #01841d 50%, #115900 100%);
  background-size: 200% 100%;
}

.l-cv-tel {
  margin-top: 30px;
}
a.l-cv-tel-num {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-size: 400%;
  font-weight: 500;
  white-space: nowrap;
}
.l-cv-tel-num i{
  transform: scale(0.8) rotate(10deg) translateY(-0.1em);
  transform-origin: left;
  color: #456eb2;
}
.l-cv-tel-text {
  font-size: 131%;
  opacity: 0.8;
  white-space: nowrap;
}

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

  .l-cv{
    padding: 40px 0 60px;
  }
  .l-cv::before{
    width: 110px;
    height: 110px;
    left: 50%;
    margin-left: 110px;
  }
  .l-cv-heading {
    padding-bottom: 30px;
  }
  .l-cv-heading-title {
    font-size: 170%;
  }
  .l-cv-heading-lead {
    font-size: 100%;
  }

  .l-cv-link {
  }
  .l-cv-link li {
    width: 300px;
    padding: 3px 5px;
  }

  .l-cv-btn {
    font-size: 124%;
  }


  .l-cv-tel {
    margin-top: 20px;
  }
  a.l-cv-tel-num {
    font-size: 250%;
  }
  .l-cv-tel-num i{
  }
  .l-cv-tel-text {
    font-size: 108%;
  }

}



/***********
l-iso
************/

.l-iso{
  text-align: center;
  padding: 40px 0;

}
.l-iso-lead {
  font-size: 170%;
  font-feature-settings: "pkna";
}
.l-iso-mark {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.l-iso-mark li {
  padding: 0 10px;
}

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

  .l-iso{
    padding: 30px 0;
  }
  .l-iso-lead {
    font-size: 124%;
    font-feature-settings: "palt";
  }
  .l-iso-mark {
    padding-top: 15px;
  }
  .l-iso-mark li {
    padding: 0 2px;
  }

}

/***********
banner
************/

.l-banner{
  background-color: #b9cde6;
  padding: 40px 0;
}
.l-banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-banner-list li {
  padding: 4px;
}
.l-banner-list li a:hover {
}


/***********
faq
************/

.faq {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}
.faq-title {
  font-size: 131%;
  position: relative;
  margin-top: 1rem;
  padding: 0.4rem 0 1rem 3.2rem;
  line-height: 1.4;
  cursor: pointer;
}

.faq-title::before {
  content: "Q";
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.16rem;
  color: #fff;
  background-color: #063b7c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-box {
  display: none;
}
.faq-answer {
  position: relative;
  padding: 0.4rem 0 1rem 3.2rem;
  margin-top: 0.5em;
}
.faq-answer::before {
  content: "A";
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.16rem;
  color: #6e81a5;
  background-color: #c6defb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

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

  .faq-title {
    font-size: 108%;
    padding: 0rem 0 1rem 2.2rem;
  }
  .faq-title::before {
    content: "Q";
    display: block;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4;
    font-size: 1.08rem;
  }
  .faq-box {
    display: none;
  }
  .faq-answer {
    position: relative;
    padding: 0rem 0 1rem 2.4rem;
    margin-top: 0em;
    margin-bottom: 1em;
  }
  .faq-answer::before {
    content: "A";
    display: block;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4;
    font-size: 1.08rem;
  }

}




/***********
xxxxx
************/









/***********
status
************/

.is-hide {
  display: none;
}

.is-inlineBlock{
  display: inline-block;
}

.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline ,
.pc-br {
  display: inline;
}

.is-sp-inline ,
.sp-br {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

.is-step > *{
  opacity: 0;
  transition: opacity 1.2s ease;
}
.is-step.is-show > *{
  opacity: 1;
}

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

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline ,
  .sp-br {
    display: inline;
  }

  .is-pc-inline ,
  .pc-br {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

  .is-spGothic {
    font-family: '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  }


}
@charset "utf-8";

/* CSS Document */


/***********
pageHeading
************/

.pageHeading {
  height: 320px;
  margin: 110px 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../../img/pagevisual.png) no-repeat center top / cover ;
  position: relative;
  overflow: hidden;
}
.pageHeading-subTitle {
  font-size: 154%;
  font-weight: 600;
  font-feature-settings: "palt";
  font-family: '游ゴシック体', YuGothic,  '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1.3;
  position: relative;
  color: #fff;
  z-index: 9;
  text-align: center;
  padding-bottom: 0.5em;
}
.pageHeading-title {
  font-size: 270%;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic,  '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1.3;
  position: relative;
  color: #fff;
  z-index: 9;
  text-align: center;
}


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

  .pageHeading {
    margin: 0 auto;
    height: 26vmin;
    min-height: 120px;
    max-height: 200px;
  }
  .pageHeading-subTitle {
    font-size: 124%;
  }
  .pageHeading-title {
    font-size: 170%;
    padding: 0 3%;
  }

}

@media screen and (max-width:834px) {
  .pageHeading-subTitle {
    font-size: 85%;
  }
  .pageHeading-title {
    font-size: 147%;
  }
}


/***********
breadcrumb
************/

.breadcrumb{
  padding-top: 25px;
  font-feature-settings: "palt";
}
.breadcrumb-lists{
  display: flex;
}
.breadcrumb-lists li{
}
.breadcrumb-lists li:last-child{
  max-width: 15em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumb-lists li:not(:last-child)::after{
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translate(-4px , -8px);
  margin: 0 14px 0 6px;
}
.breadcrumb-lists li a{
  display: inline-block;
  color: #063b7c;
  text-decoration: none;
  max-width: 15em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumb-lists li a:hover{
  text-decoration: underline;
}

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

  .breadcrumb{
    padding: 12px 0 12px 0;
    font-size: 70%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .breadcrumb-lists{
    display: flex;
    white-space: nowrap;
    padding-left: 5%;
  }
  .breadcrumb-lists li:last-child{
    padding-right: 20px;
  }
  .breadcrumb-lists li i{
    margin-right: 0.2em;
  }
  .breadcrumb-lists li:not(:last-child)::after{
    margin: 0 8px 0 2px;
    transform: rotate(45deg) translate(-2px , -5px) scale(0.8);
  }

}

/***********
indexList
************/

.indexList {
}
.indexList li {
  margin-bottom: 30px;
}
.indexList a {
  display: flex;
  align-items: center;
  border: 2px solid #6e81a5;
  border-radius: 10px;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  position: relative;
}

.indexList a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  right: 20px;
  top: 50%;
  background: url(../../img/icon/arrow.png) no-repeat 0 0 / 100% 100%;
  transition: 0.2s;
}
body.is-pc .indexList a:hover::after{
  opacity: 1;
  animation: amin-arrow 0.4s ease forwards 0.2s;
}

.indexList-img {
  width: 35%;
}
.indexList-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.indexList-inner {
  flex: 1;
  padding: 20px 70px 20px 40px;
}

.indexList-cat{
  display: inline-block;
  border-radius: 6px;
  padding: 0.3em 1em 0.3em 1em;
  font-size: 116%;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
.indexList-cat.is-cat01{
  color: #063b7c;
  padding-left: 2em;
  background: url(../../img/icon/beginner.png) no-repeat 5px center / 1.4em 1.4em;
  border: 2px solid #6e81a5;
}
.indexList-cat.is-cat02{
  color: #fff;
  background-color: #6e81a5;
  border: 2px solid #6e81a5;
}

.indexList-title {
  font-size: 170%;
  line-height: 1.4;
  color: #063b7c;
  padding-bottom: 0.5em;
}
.indexList-summary {
  font-size: 116%;
  line-height: 1.8;
  height: calc(3em * 1.8);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@keyframes amin-arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

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

  .indexList a::after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    right: 10px;
  }
  .indexList-img img {
    height: 30vw;
  }
  .indexList-inner {
    padding: 10px 50px 10px 4%;
  }
  .indexList-cat{
    border-radius: 4px;
    padding: 0.3em 0.6em 0.3em 0.6em;
    font-size: 93%;
    margin-bottom: 10px;
  }
  .indexList-title {
    font-size: 131%;
  }
  .indexList-summary {
    font-size: 100%;
  }

}

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

  .indexList {
  }
  .indexList li {
    margin-bottom: 15px;
  }
  .indexList a {
    display: block;
    border-radius: 6px;
  }

  .indexList a::after {
    display: none;
  }

  .indexList-img {
    width: auto;
  }
  .indexList-img img {
    height: 30vmin;
  }
  .indexList-inner {
    padding: 20px 30px 20px 4%;
    position: relative;
  }
  .indexList-inner::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    right: 5px;
    top: 50%;
    background: url(../../img/icon/arrow.png) no-repeat 0 0 / 100% 100%;
    transition: 0.2s;
  }
  .indexList-cat{
    border-radius: 3px;
    padding: 0.3em 0.6em 0.3em 0.6em;
    font-size: 85%;
    margin-bottom: 5px;
  }
  .indexList-title {
    font-size: 124%;
  }
  .indexList-summary {
    font-size: 93%;
    line-height: 1.6;
    height: calc(3em * 1.6);
  }

}




/***********
pagination
************/

.pagination {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 60px;
}

.pagination:empty {
  display: none;
}

.pagination span,
.pagination a {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border: 1px solid #063b7c;
  color: #063b7c;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-size: 124%;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin: 0 5px;
}
.pagination span.dots{
  border-color: transparent;
}
.pagination span:not(.dots),
.pagination a:hover {
  background-color: #063b7c;
  color: #fff;
}

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

  .pagination {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .pagination span,
  .pagination a {
    font-size: 100%;
    margin: 0 2px;
  }

}



/***********
article
************/

.article {
}
.article-heading {
  border-bottom: 1px solid #aaa;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.article-heading-data {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 20px;
}
.article-heading-time {
  display: inline-block;
  white-space: nowrap;
  font-size: 131%;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding-top: 0.25em;
  margin-right: 1em;
}
.article-heading-cat {
  display: inline-block;
  min-width: 7em;
  padding: 0.2em 1.5em;
  margin: 0 4px 2px 0;
  border-radius: 10vw;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  font-size: 124%;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-feature-settings: "palt";
  text-align: center;
  white-space: nowrap;
}
.article-heading-title {
  font-size: 220%;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
}

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

  .article {
  }
  .article-heading {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .article-heading-data {
    padding-bottom: 15px;
  }
  .article-heading-time {
    font-size: 108%;
  }
  .article-heading-cat {
    font-size: 100%;
  }
  .article-heading-title {
    font-size: 147%;
  }


}



/***********
post
************/

.post {
  font-size: 1.24rem;
  font-weight: 500;
  padding-bottom: 20px;
}

.post p:not([class]) {
  line-height: 2;
  font-size: 1.24rem;
  font-weight: 500;
  padding-bottom: 1em;
}

.post h2:not([class]) {
  background-color: #c6defb;
  color: #063b7c;
  font-size: 2rem;
  font-feature-settings: "palt";
  line-height: 1.4;
  padding: 0.6em 1em 0.6em 1.2em;
  position: relative;
  margin-bottom: 30px;
  margin-top: 50px;
}
.post h2:not([class])::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 3px;
  background-color: #063b7c;
  position: absolute;
  left: 0;
  top: 1.2em;
}

.post h3:not([class]) {
  font-size: 1.7rem;
  font-feature-settings: "palt";
  margin: 40px 0 1em 0;
  border-left: 3px solid #063b7c;
  padding: 0.8em 0 0.8em 15px;
  line-height: 1.4;
}

.post h4:not([class]) {
  font-size: 1.54rem;
  font-feature-settings: "palt";
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 8px;
  margin: 30px 0 20px 0;
}

.post h5:not([class]) {
  font-size: 1.39rem;
  margin-top: 30px;
  color: #063b7c;
}
.post h5:not([class])::after {
  content: "";
  display: block;
  width: 160px;
  height: 1px;
  background-color: #063b7c;
  margin: 10px 0 20px;
}

.post h6:not([class]) {
  font-size: 1.39rem;
  margin: 15px 0 8px 0;
}

.post img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post blockquote:not([class]) {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px 3%;
  margin: 30px 0;
}
.post blockquote:not([class]) h2:first-child,
.post blockquote:not([class]) h3:first-child,
.post blockquote:not([class]) h4:first-child,
.post blockquote:not([class]) h5:first-child{
  margin-top: 0;
}

.post table:not([class]) {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.post table:not([class]) thead th,
.post table:not([class]) thead td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.24rem;
  padding: 12px 2%;
  text-align: center;
  line-height: 1.7;
  background-color: #e9f0f9;
}

.post table:not([class]) tbody th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.24rem;
  padding: 12px 2%;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  background-color: #e9f0f9;
}

.post table:not([class]) tbody td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.24rem;
  padding: 12px 2%;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  line-height: 1.7;
  background-color: #fff;
}

.post ul:not([class]){
  line-height: 2;
  font-size: 1.24rem;
  list-style: disc;
  margin-left: 1.5em;
  padding: 20px 0;
}
.post ol:not([class]){
  line-height: 2;
  font-size: 1.24rem;
  list-style: decimal;
  margin-left: 1.5em;
  padding: 20px 0;
}

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

  .post {
    font-size: 1.08rem;
    padding-bottom: 10px;
  }

  .post p:not([class]) {
    font-size: 1.08rem;
    line-height: 1.7;
  }

  .post h2:not([class]) {
    font-size: 1.47rem;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .post h2:not([class])::before {
  }

  .post h3:not([class]) {
    font-size: 1.47rem;
    margin: 30px 0 1em 0;
    padding: 0.5em 0 0.5em 12px;
  }

  .post h4:not([class]) {
    font-size: 1.39rem;
  }

  .post h5:not([class]) {
  }
  .post h5:not([class])::after {
    width: 100px;
  }

  .post h6:not([class]) {
    font-size: 1.16rem;
  }

  .post img {
  }

  .post blockquote:not([class]) {
    padding: 15px 3%;
    margin: 20px 0;
  }

  .post table:not([class]) {
    border: 1px solid rgba(0, 0, 0, 0.2);
  }

  .post table:not([class]) thead th,
  .post table:not([class]) thead td {
    font-size: 0.93rem;
    padding: 5px 2%;
    line-height: 1.5;
  }

  .post table:not([class]) tbody th {
    font-size: 0.93rem;
    padding: 5px 2%;
    line-height: 1.5;
  }

  .post table:not([class]) tbody td {
    font-size: 0.93rem;
    padding: 5px 2%;
    line-height: 1.5;
  }

  .post ul:not([class]){
    font-size: 1.08rem;
    line-height: 1.7;
    padding: 10px 0;
  }
  .post ol:not([class]){
    font-size: 1.08rem;
    line-height: 1.7;
    padding: 10px 0;
  }

}

.post > *:first-child,
.post blockquote > *:first-child{
  margin-top: 0 !important;
}

.post *[class^="l-"] img:not([class]){
  padding-bottom: 0 !important;
}


/***********
related
************/

.related {
  border-top: 1px solid #ccc;
}
.related-title {
  font-size: 170%;
  border-left: 6px solid #063b7c;
  padding: 5px 0 5px 18px;
  margin-bottom: 20px;
}
.related-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
}
.related-list li {
  width: 32.3%;
  margin-left: 1%;
  margin-bottom: 1%;
}
.related-list.is-half li {
  width: 49%;
}
.related-list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 5.5em;
  border-radius: 3px;
  border: 2px solid #ddd;
  font-size: 139%;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  color: #063b7c;
  text-decoration: none;
  line-height: 1.3;
  padding: 5px 30px 5px 25px;
  position: relative;
}
.related-list a::after {
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  content: "\f0da";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 14px;
  line-height: 1;
}
body.is-pc .related-list a:hover {
  border-color: #c6defb;
  background-color: #e9f0f9;
}

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

  .related-list li {
    width: 49%;
  }
  .related-list a {
    font-size: 124%;
    padding: 5px 30px 5px 20px;
  }
  .related-list a::after {
    font-size: 12px;
  }

}

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

  .related .related-title {
    font-size: 131%;
    padding: 5px 0 5px 10px;
    margin-bottom: 10px;
    border-width: 4px;
  }
  .related-list {
    display: block;
    margin-left: 0;
  }
  .related-list li,
  .related-list.is-half li {
    width: auto;
    margin-left: 0;
    margin-bottom: 8px;
  }
  .related-list a {
    font-size: 100%;
    padding: 5px 30px 5px 15px;
  }
  .related-list a::after {
    right: 10px;
    font-size: 12px;
  }

}



/***********
pageLink
************/

.pageLink {
  display: flex;
  flex-wrap: wrap;
}
.pageLink li {
  width: 33.3%;
  padding: 0 1px 1px 0;
}
.pageLink a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  min-height: 4em;
  padding: 10px 15px;
  line-height: 1.3;
  background-color: #e9f0f9;
  color: #000;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 124%;
  font-feature-settings: "pkna";
  text-decoration: none;
  text-align: center;
}
body.is-pc .pageLink a:hover {
  background-color: #c6defb;
}

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

  .pageLink {
    display: flex;
    flex-wrap: wrap;
  }
  .pageLink li {
    width: 33.3%;
    padding: 0 1px 1px 0;
  }
  .pageLink a {
    padding: 10px 10px;
    font-size: 100%;
  }
}

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

  .pageLink li {
    width: 50%;
    padding: 0 1px 1px 0;
  }
  .pageLink a {
    min-height: 4em;
    padding: 5px 5px;
    font-size: 93%;
  }

}

/***********
columnList
************/

.columnList {
}
.columnList li {
}
.columnList li:not(:last-child) {
  margin-bottom: 30px;
}
.columnList a {
  display: flex;
  justify-content: space-between;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding: 30px 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.columnList-img {
  width: 35%;
}

.columnList-inner {
  flex: 1;
  padding-left: 5%;
  padding-top: 10px;
}
.columnList-cat {
  display: inline-block;
  min-width: 7em;
  padding: 0.1em 1em;
  border-radius: 10vw;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  font-size: 131%;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-feature-settings: "palt";
  text-align: center;
  white-space: nowrap;
}
.columnList-title {
  padding-top: 10px;
  font-size: 154%;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1.4;
}

.columnList-summary {
  margin-top: 12px;
  font-size: 116%;
  height: calc(3em * 1.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

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

  .columnList a {
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }

  .columnList-inner {
    padding-top: 0;
  }
  .columnList-cat {
    font-size: 100%;
  }
  .columnList-title {
    font-size: 124%;
  }

  .columnList-summary {
    font-size: 93%;
  }

}

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

  .columnList {
  }
  .columnList li {
  }
  .columnList li:not(:last-child) {
    margin-bottom: 15px;
  }
  .columnList a {
    display: block;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .columnList-img {
    width: auto;
  }
  .columnList-img img {
    width: 100%;
    height: 40vmin;
    object-fit: cover;
  }

  .columnList-inner {
    padding: 20px 0;
  }
  .columnList-cat {
    font-size: 100%;
  }
  .columnList-title {
    padding-top: 10px;
    font-size: 116%;
    line-height: 1.6;
  }

  .columnList-summary {
    margin-top: 12px;
    font-size: 85%;
    height: calc(3em * 1.5);
  }

}




/***********
pageCat
************/

.pageCat{
  text-align: center;
  padding-top: 60px;
  margin-bottom: -70px;
}

.pageCat-item{
  display: inline-block;
  border-radius: 6px;
  padding: 0.3em 1em 0.3em 1em;
  font-size: 154%;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 600;
}
.pageCat-item.is-cat01{
  color: #063b7c;
  padding-left: 2em;
  background: url(../../img/icon/beginner.png) no-repeat 5px center / 1.4em 1.4em;
  border: 2px solid #6e81a5;
}
.pageCat-item.is-cat02{
  color: #fff;
  background-color: #6e81a5;
  border: 2px solid #6e81a5;
}

.pageCat + .l-heading .l-heading-title::before{
  display: none;
}

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

  .pageCat{
    padding-top: 20px;
    margin-bottom: -30px;
  }
  .pageCat-item{
    font-size: 124%;
  }

}


/***********
viceList
************/


.viceList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.viceList li{
  width: 49%;
  margin-bottom: 30px;
  padding: 30px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.viceList-block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.viceList-img {
  width: 30%;
}
.viceList-img img {
  border-radius: 50%;
}
.viceList-inner {
  flex: 1;
  padding-left: 20px;
}
.viceList-title {
  font-size: 170%;
  font-feature-settings: "pkna";
  color: #063b7c;
  line-height: 1.4;
}

.viceList-summary {
  line-height: 1.8;
  font-size: 116%;
}
.viceList-tags {
  padding-top: 1em;
  display: flex;
  flex-wrap: wrap;
}
.viceList-tags span {
  display: inline-block;
  background-color: #f0f0f0;
  color: #555;
  padding: 0.3em 1em;
  margin: 0 2px 2px 0;
  border-radius: 10vw;
  font-weight: 600;
  font-size: 93%;
  font-feature-settings: "palt";
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
}

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

  .viceList{
    display: block;
  }
  .viceList li{
    width: auto;
    margin-bottom: 20px;
    padding: 25px 20px;
  }

  .viceList-inner {
  }
  .viceList-title {
    font-size: 139%;
  }

  .viceList-summary {
    font-size: 108%;
  }
  .viceList-tags {
  }
  .viceList-tags span {
    padding: 0.3em 0.5em;
    font-size: 77%;
  }

}

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

  .viceList{
  }
  .viceList li{
    width: auto;
    margin-bottom: 20px;
    padding: 25px 5% 30px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .viceList-block {
    display: block;
    padding-bottom: 20px;
  }
  .viceList-img {
    width: 40%;
    max-width: 160px;
    margin: 0 auto;
  }
  .viceList-inner {
    padding: 20px 0 0;
  }
  .viceList-title {
    font-size: 147%;
    text-align: center;
  }

  .viceList-summary {
    font-size: 108%;
    line-height: 1.8;
    margin-top: 0;
  }
  .viceList-tags {
    justify-content: center;
  }
  .viceList-tags span {
  }


}





/***********
module-wpcf7
************/


/***********
module-wpcf7
************/

.wpcf7{
  margin: 0 auto;
}

.wpcf7-form > p{
  font-size: 124%;
  font-weight: bold;
  background-color: #f0f0f0;
  padding: 10px 22px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.wpcf7-text,
.wpcf7-textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  padding: 0 10px;
  width: 100%;
  min-height: 50px;
  border: none;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #ccc;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.wpcf7-textarea{
  padding: 5px 10px;
  line-height: 1.3;
}

.wpcf7-select{
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../img/select_arrow.png) no-repeat right center;
  font-size: 16px;
  padding: 0 25px 0 10px;
  min-height: 50px;
  line-height: 50px;
  border: none;
  background-color: #fff;
  border: 2px solid #ccc;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.wpcf7-date{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  padding: 0 10px;
  min-height: 50px;
  border: none;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #ccc;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;

}

.wpcf7-submit{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  color: #fff;
  background-color: #063b7c;
  text-decoration: none;
  cursor: pointer;
  border: none;
  box-shadow: none;
  position: relative;
  transition: all ease 0.2s;
}



/***********
pageEm
************/

.pageEm {
  padding-top: 6em;
  padding-bottom: 6em;
  margin-top: 4em;
  background-color: #d5e0f2;
  border-bottom: 1px solid #c9d3dc;
}
.pageEm-container {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 4em;
}
.pageEm-inner {
  width: 56%;
}
.pageEm-block {
  white-space: nowrap;
  font-feature-settings: "palt";
  letter-spacing: 0;
}
.pageEm-text01 {
  font-size: 30px;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1;
  margin-bottom: -1.5em;
}
.pageEm-lead {
  font-size: 44px;
  font-weight: 600;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  line-height: 1;
}
.pageEm-lead-accent {
  font-size: 75px;
  font-weight: 600;
}
.pageEm-lead-accent.is-offset {
  margin-right: 0.2em;
}
.pageEm-lead-num {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 140px;
  font-style: normal;
  color: #0e6eb8;
}
.pageEm-tips {
  border-top: 1px solid #c9d3dc;
  margin-top: 3em;
  padding-top: 2em;
  font-size: 85%;
  opacity: 0.7;
}

.pageEm-img {
  flex: 1;
}

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

  .pageEm-inner {
    width: 56%;
  }
  .pageEm-text01 {
    font-size: 2.2vw;
    margin-bottom: -1.2em;
  }
  .pageEm-lead {
    font-size: 3.2vw;
  }
  .pageEm-lead-accent {
    font-size: 5.5vw;
  }
  .pageEm-lead-accent.is-offset {
  }
  .pageEm-lead-num {
    font-size: 10vw;
  }
  .pageEm-img {
    margin-right: -5%;
  }

}

@media screen and (max-width:834px) {
  .pageEm {
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
  .pageEm-container {
    padding: 1.5em;
  }
  .pageEm-tips {
    margin-top: 0;
  }
}


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

  .pageEm-container {
    display: block;
    padding: 1.5em;
    margin-left: -4%;
    margin-right: -4%;
  }
  .pageEm-inner {
    width: auto;
  }
  .pageEm-block {
  }
  .pageEm-text01 {
    font-size: 3.6vw;
    line-height: 1.2;
  }
  .pageEm-lead {
    font-size: 6.5vw;
  }
  .pageEm-lead-accent {
    font-size: 10vw;
  }
  .pageEm-lead-num {
    font-size: 17vw;
    font-family: 'Arial', sans-serif;
  }
  .pageEm-img {
    padding-top: 3em;
    width: 80%;
    margin: 0 auto;
  }
  .pageEm-tips {
    font-size: 70%;
  }

}




/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/
@charset "utf-8";


/***********
grid
************/

.e-grid{
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  line-height: 1.7;
}
.e-grid-item{
  padding-left: 3%;
  margin-bottom: 50px;
}
.e-grid-item > h2:first-child,
.e-grid-item > h3:first-child,
.e-grid-item > h4:first-child ,
.e-grid-item > h5:first-child ,
.e-grid-item > h6:first-child {
  margin-top: 0 !important;
}

.e-grid-item1{  width: 10%;  }
.e-grid-item2{  width: 20%;  }
.e-grid-item3{  width: 30%;  }
.e-grid-item4{  width: 40%;  }
.e-grid-item5{  width: 50%;  }
.e-grid-item6{  width: 60%;  }
.e-grid-item7{  width: 70%;  }
.e-grid-item8{  width: 80%;  }
.e-grid-item9{  width: 90%;  }
.e-grid-item10{  width: 100%;  }

.e-grid-img {
  padding-bottom: 20px;
}
.e-grid-img img {
  margin-bottom: 0 !important;
}
.e-grid-img + h2,
.e-grid-img + h3,
.e-grid-img + h4,
.e-grid-img + h5,
.e-grid-img + h6 {
  margin-top: 0 !important;
}

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

  .e-grid{
    display: block;
    margin-left: 0;
    margin-bottom:0px;
    font-size: 1.16rem;
  }
  .e-grid-item{
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }

}

/***********
gridList
************/

.e-gridList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  line-height: 1.7;
}
.e-gridList li{
  margin-bottom: 50px;
  padding-left: 3%;
}
.e-gridList-half li {
  width: 50%;
}
.e-gridList-trisect li {
  width: 33.3%;
}
.e-gridList-quarter li {
  width: 25%;
}

.e-gridList-img {
  padding-bottom: 20px;
}
.e-gridList-img img {
  margin-bottom: 0 !important;
}
.e-gridList-text {
}

.e-gridList-img + h2,
.e-gridList-img + h3,
.e-gridList-img + h4,
.e-gridList-img + h5,
.e-gridList-img + h6{
  margin-top: 0 !important
}

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

  .e-gridList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3%;
  }
  .e-gridList li{
    width: 100%;
    margin-bottom: 30px;
    padding-left: 3%;
  }
  .e-gridList.e-gridList-half li,
  .e-gridList.e-gridList-trisect li,
  .e-gridList.e-gridList-quarter li{
    width: 100%;
  }
  .e-gridList.e-sp-half li {
    width: 50%;
  }
  .e-gridList.e-sp-trisect li {
    width: 33.3%;
  }
  .e-gridList.e-sp-quarter li {
    width: 25%;
  }

  .e-gridList-img {
    padding-bottom: 20px;
  }
  .e-gridList-img img {
    padding-bottom: 0 !important;
  }
  .e-gridList-text {
  }

}



/***********
box
************/

.e-box {
  padding: 40px 80px;
  background-color: #e9f0f9;
}

.e-box > *:first-child{
  margin-top: 0 !important;
}

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

  .e-box {
    padding: 25px 5%;
    background-color: #f0f0f0;
  }
}

/***********
linkWrap
************/

.e-linkWrap {
  text-align: center;
  padding: 20px 0;
}

.e-linkWrap-half {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px 0;
}
.e-linkWrap-half-item {
  padding: 5px 10px;
}

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

  .e-linkWrap-half {
    display: block;
    padding: 20px 0;
  }
  .e-linkWrap-half-item {
    padding: 0 0 10px ;
  }
}


/***********
table
************/

.e-table {
  border: 1px solid #ccc;
}
.e-table ,
.e-table tr,
.e-table th,
.e-table td{
  height: auto !important;
}

.e-table th {
  border: 1px solid #ccc;
  font-size: 1.16rem;
  padding: 20px 3%;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  line-height: 1.8;
  background-color: #e9f0f9;
}

.e-table td {
  border: 1px solid #ccc;
  font-size: 1.16rem;
  padding: 20px 3%;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  line-height: 1.8;
}

.post .e-table p:not([class]){
  padding: 0;
  font-size: 1.16rem;
}

/*cell size*/

.e-cell-quarter {
  width: 25%;
}

.e-cell-trisect {
  width: 33.3%;
}

.e-cell-half {
  width: 50%;
}

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

  .e-table{
  }
  .e-table th{
    font-size: 1rem;
    padding: 8px 8px;
    line-height: 1.7;
  }
  .e-table td{
    font-size: 1rem;
    padding: 8px 8px;
    line-height: 1.7;
  }
  .post .e-table p:not([class]){
    padding: 0;
    font-size: 1rem;
  }

  /*スマホ時、縦組みになる*/
  .e-table-sp,
  .e-table-sp thead,
  .e-table-sp tbody,
  .e-table-sp tr,
  .e-table-sp th,
  .e-table-sp td {
    display: block;
    width: 100% !important;
    border: none;
  }
  .e-table-sp th,
  .e-table-sp td {
    border: none;
    font-size: 1rem;
  }
  .e-table-sp thead th {
    text-align: center;
    padding: 5px 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
  }
  .e-table-sp tbody th {
    text-align: left;
    padding: 5px 8px;
    font-weight: bold;
  }
  .e-table-sp tbody td {
    padding: 8px 0px 15px 0;
    font-size: 0.93rem;
  }

}

/***********
googleMap
************/

.e-googleMap iframe{
  width: 100%;
  height: 600px;
}

/***********
youtube
************/

.e-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.e-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***********
xxxxx
************/


.e-price {
  text-align: center;
}
.e-price-box {
  padding: 10px 0;
}
.e-price-title {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 600;
  font-size: 1.54rem;
  color: #063b7c;
  padding-bottom: 0.2em;
}
.e-price-fee {
  font-size: 1.7rem;
  font-weight: bold;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  transform: skewX(-10deg);
  line-height: 1;
  letter-spacing: -0.08em;
  white-space: nowrap;
  color: #063b7c;
}
.e-price-num {
  font-size: 300%;
  font-family: 'Poppins', sans-serif;
  padding-right: 0.1em;
}
.e-price-taxt {
  font-size: 1rem;
  letter-spacing: 0;
}


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

  .e-price {
  }
  .e-price-box {
  }
  .e-price-title {
    font-size: 1.24rem;
    font-feature-settings: "palt";
  }
  .e-price-fee {
    font-size: 1.34rem;
  }

}


/***********
xxxxx
************/

/***********
xxxxx
************/
