/* ##############################################################################

    KEYFRAMES

############################################################################## */


/* ##############################################################################

    COMMON

############################################################################## */

  html {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  body {
    height: 100%;
    padding-top: 88px;
    border-top: 32px solid #0468b7;
    min-width: 1080px;
  }
  body::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #FFF67F;
  }
  body.page-contact {
    padding-top: 0;
  }

  .stripeline {
    position: relative;
    z-index: auto;
  }
  .stripeline::before {
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 20px;
    background-size: auto auto;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 246, 127, 1) 10px, rgba(255, 246, 127, 1) 17px );
    }

    .btn-blue a{
      border-radius: 100px;
      padding: 35px 67px;
      border: none;
      color: #fff;
      background: #0368B6;
    }
    .btn-blue a::before,
    .btn-blue a::after {
      display: none;
    }
  


  @media screen and (max-width: 1080px) {
    body {
      padding-top: 64px;
      border-top: none;
    }
    body::before {
      content: none;
    }
  }

  @media screen and (max-width: 767px) {
    body {
      min-width: 0;
    }
    input{
      -webkit-appearance: none;
    }
    textarea{
      -webkit-appearance: none;
    }
  }

/* layout
**************************************** */

  /* --- inner --- */
  .inner {
    width: 90%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .inner {
    max-width: 1280px;
  }
  .inner-sm { max-width: 880px; }
  .inner-lg { max-width: 1440px; }
  .inner-xl { max-width: calc(100% - 112px); }


  /* --- inner_btn --- */
  .inner_btn {
    text-align: center;
  }
  .inner_btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 380px;
    min-height: 64px;
    background: #fff;
    background-image: url(../images/common/yazirushi_blue.svg);
    background-repeat: no-repeat;
    background-position: center right 40px;
    border-radius: 100px;
    color: #0368B6;
    font-size: 1.2rem;
  }


  /* --- section_pdg --- */
  .section_pdg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section_pdg-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #errorpage.section_pdg {
    padding-top: 50px;
  }
  .border_box {
    margin-bottom: 30px;
    border: 2px solid #0468b7;
    border-radius: 10px;
    background: #fff;
  }

  @media screen and (max-width: 1080px) {
    /* --- inner --- */
    .inner { width: 90%; }
    .inner-xl { max-width: 90%; }
  }
  
  @media screen and (max-width: 767px) {
    /* --- inner --- */
    .inner { width: 95%; }
    .inner-xl { max-width: 86%; }

    /* --- section_pdg --- */
    .section_pdg {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .section_pdg-sm {
      padding-top: 24px;
      padding-bottom: 24px;
    }
  }

/* flex
**************************************** */

  /* --- ざっくりflexレイアウト --- */
  .flex-col1 {
    display: block;
  }
  .flex-col2,
  .flex-col3,
  .flex-col4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-col2 > * {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-col2 > *:nth-child(even) { margin-right: 0; }
  .flex-col3 > * {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-col3 > *:nth-child(3n) { margin-right: 0; }
  .flex-col4 > * {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .flex-col4 > *:nth-child(4n) { margin-right: 0; }

  @media screen and (max-width: 767px) {
    /* --- ざっくりflexレイアウト - sp --- */
    .flex-col2.flex-sp-block > *,
    .flex-col3.flex-sp-block > *,
    .flex-col4.flex-sp-block > * {
      width: 100%;
      margin-bottom: 16px;
      margin-right: 0;
    }
    .flex-col2.flex-sp-block > *:last-child,
    .flex-col3.flex-sp-block > *:last-child,
    .flex-col4.flex-sp-block > *:last-child {
      margin-bottom: 0;
    }
    .flex-sp-col2 > *,
    .flex-sp-col2.flex-col3 > *:nth-child(3n) {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flex-sp-col2 > *:nth-child(even) { margin-right: 0; }
    .flex-sp-col3 > *,
    .flex-sp-col3.flex-col4 > *:nth-child(4n) {
      width: 31.33%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flex-sp-col3 > *:nth-child(3n) { margin-right: 0; }
  }

/* bg
********************************************** */
  .lps_sec:nth-child(2n) {
    background-color: #f7f7f7;
  }
  .bg-main {
    background-color: #0468b7;
    color: #fff;
  }
  .bg-sub {
    background-color: #eee;
  }
  .bg-wh {
    background-color: #fff;
  }
  .bg-yellow-dot {
    background-image: url(../images/common/bg-ptn01.jpg);
  }
  .bgreeng--dot {
    background-image: url(../images/common/bg-ptn04.jpg);
  }
  .bg-chack {
    background-image: url(../images/common/bg-ptn01.png);
  }
  .outer_box {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 94px 20px;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .outer_box .innner {
    width: 100%;
    max-width: 1080px;
  }
  .box_round {
    border-radius: 20px;
  }
  .blue_line {
    border: 2px solid #0468b7;
  }
  .pd20_wrapper {
    padding: 0 20px;
  }
  .inner-title {
    font-size: 2.25rem;
    margin-bottom: 56px;
  }
  .slanting_deco {
    display: inline-block;
    position: relative;
    color: #0468b7;
    padding: 0 60px;
  }
  .slanting_deco::after,
  .slanting_deco::before {
    content: "";
    position: absolute;
    top: 10px;
    height: 100%;
    width: 4px;
    height: 41px;
    background: #0468b7;
    display: block;
  }
  .slanting_deco::after {
    left: 0;
    transform-origin: left top;
    transform: rotate(-45deg);
  }
  .slanting_deco::before {
    right: 0;
    transform-origin: right top;
    transform: rotate(45deg);
  }

 /* emoji
********************************************** */
  .emoji {
    font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
  }
  
/* img
********************************************** */
  .img-ctr {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .img-trim {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .img-trim.pos_rel::before {
    content: '';
    display: block;
  }
  .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .img-cover.pos_ab {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .img-contain {
    object-fit: contain;
    font-family: 'object-fit: contain;';
  }

/* ttl
********************************************** */
  /* --- page_ttl --- */
  .page_ttl {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: auto;
    padding-top: 80px;
    color: #fff;
    background:  url(../images/common/bg-ptn01.jpg);
  }
  .page_ttl--bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .page_ttl-jp {
    display: block;
    font-size: 3rem; /* 48px */
    font-family: 'A1 Gothic R';
    color: #0468b7;
  }
  .page_ttl-en {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.125rem; /* 18px */
    font-family: 'Montserrat', sans-serif;
  }

  
  /* --- ttl --- */
  .ttl-01,
  .ttl-02,
  .ttl-03 {
    letter-spacing: .1em;
  }
  .ttl-01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3.125rem;
    color: #0468b7;
  }
  .ttl-01 .font-en {
    font-size: 1.125rem;
    margin-bottom: 1em;
  }
  .ttl-01 .font-a1-b {
    position: relative;
  }
  .ttl-01 .font-a1-b::first-letter {
    color: #df2f2f;
  }
  .ttl-01 .font-a1-b::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 20px;
    background-size: auto auto;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 246, 127, 1) 10px, rgba(255, 246, 127, 1) 17px );
  }
  .ttl-02,
  .lps_parts--img_text .inner-lg .ttl-03 {
    color: #0468b7;
    font-size: 2.5rem; /* 40px */
    font-family: 'A1 Gothic M', sans-serif;
  }
  .ttl-03 {
    font-size: 1.75rem; /* 28px */
  }
  .lps_sec .ttl-01,
  .lps_sec .ttl-02,
  .lps_sec .ttl-03 {
    position: relative;
    z-index: 1;
  }
  .ttl-01,
  .ttl-02,
  .ttl-03:not(:last-child) {
    margin-bottom: 1em;
  }
  .lps_sec .column-3 .ttl-03,
  .lps_sec .column-4 .ttl-03 {
    font-size: 1.5rem; /* 24px */
  }
  .ext_table_box {
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ext_table {
    width: calc((100% - 20px) / 2 );
    margin: 0 0 10px;
    display: flex;
    flex-direction: column;
  }
  .ext_table dt {
    text-align: center;
    font-size: 1.25rem;
  }
  .ext_table li {
    margin: 0;
    text-align: center;
  }
  .ext_table dt,
  .ext_table dd {
    padding: 10px;
    border: 1px solid #0468b7;
    border-width: 1px;
  }
  .ext_table dt:first-of-type,
  .ext_table dd:first-of-type {
    border-top: 1px solid #0468b7;
  }

  .ext_table dt {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    border-left: 1px solid #0468b7;
    border-radius: 5px 5px 0 0 ;
    line-height: 1.4;
  }
  .ext_table dt .sub_text {
    font-size: .85em;
    width: 100%;
  }
  .ext_table dd {
    width: 100%;
    flex-grow: 1;
    padding: 20px;
    border-radius:  0 0 5px 5px;
  }
  .ext_table_box .indent_str  {
    width: 100%;
    display: block;
  }

  @media screen and (max-width: 767px) {
    /* --- page_ttl --- */
    .page_ttl {
      height: 120px;
    }
    .page_ttl-jp {
      font-size: 2rem; /* 28px */
    }
    .page_ttl-en {
      font-size: 1.143rem; /* 16px */
    }

    /* --- ttl --- */
    .ttl-01 {
      font-size: 2.143rem; /* 30px */
    }
    .ttl-01 .font-en {
      margin-bottom: 16px;
    }
    .ttl-02 {
      font-size: 2rem; /* 28px */
    }
    .ttl-03,
    .lps_sec .column-3 .ttl-03,
    .lps_sec .column-4 .ttl-03,
    .lps_parts--img_text .inner-lg .ttl-03 {
      font-size: 1.714rem; /* 24px */ 
    }
    .ttl-01 .font-a1-b::before {
      bottom: -4px;
      height: 10px;
      background-size: auto auto;
      background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 246, 127, 1) 5px, rgba(255, 246, 127, 1) 10px );
    }

    .ext_table dt,
    .ext_table dd {
      width: 100%;
    }
    .ext_table dt,
    .ext_table dt:first-of-type,
    .ext_table dt:last-of-type
     {     padding: 5px;
      border-radius: 5px 5px 0 0;
      border-width: 1px;
    }
    .ext_table dd,
    .ext_table dd:first-of-type,
    .ext_table dd:last-of-type {
      padding: 10px;
      border-width: 0 1px 1px;
      border-radius: 0 0 5px 5px;
    }
  }

/* breadcrumbs
**************************************** */
  .breadcrumbs {
    padding: 16px 0;

    background: url(../images/common/bg-ptn01.jpg);
  }
  .breadcrumbs a {
    color: #1d7ab7;
    text-decoration: underline;
  }
  .breadcrumbs a:hover {
    text-decoration: none;
  }
  .breadcrumbs .breadcrumb_last {
    display: table-cell; 
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

/* txt
**************************************** */
  .txt-lg { font-size: 1.125rem; /* 18px */ }
  .txt-sm { font-size: .875rem; /* 14px */ }
  .txt-default { font-size: 1rem; }
  .txt-wh,
  .txt-wh * { color: #fff; }
  .txt-main,
  .txt-main * { color: #0368B6; }
  .txt-main_b * { color: #000; }
  .txt-sub { color: #eee; }
  .txt-gray { color: #666; }
  .txt-important { color: #df2f2f; }
  .txt-cent {text-align: center;}
  .txt-plus {font-size: 1.2em; }
  .paple {color: #ab26aa; }
  /* --- font --- */
  .font-a1-b {
    font-family: 'A1 Gothic B', sans-serif;
  }
  .font-jp {
    font-family: 'Hiragino UD Sans W3 JIS2004', sans-serif;
  }
  .font-jp-b {
    font-family: ' Hiragino UD Sans W6 JIS2004', sans-serif;
    font-weight: bold;
  }
  .font-en-m {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
  }
  .font-en {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
  }
  .rec {
    display: inline-block;
    font-size: 0.725em;
    margin-left: 0.5em;
    padding: 0.15em 0.45em;
    color: #fff;
    background: #df2f2f;
    border-radius: 5px;
  }
  @media screen and (max-width: 767px) {
    .txt-lg { font-size: .938rem; /* 15px */ }
    .txt-sm { font-size: .813rem; /* 13px */ }
  }

/* btn
********************************************** */
  .btn_center {
    display: block;
    text-align: center;
  }
  .btn + .btn {
    margin-top: 8px;
  }
  .btn a,
  .btn span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    border-radius: 100px;
    width: 100%;
    max-width: 300px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #0468b7;
    line-height: 1.6;
    position: relative;
    overflow: hidden;
  }
  .btn svg {
    fill: #fff;
  }
  .btn a::after,
  .btn span::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #0468b7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform .3s;
    transform: scale(0,1);
    transform-origin: right top;
  }

  .btn a:hover,
  .btn span:hover {
    color: #fff;
  }
  .btn a:hover,
  .btn span:hover::after {
    transform: scale(1,1);
    transform-origin: left top;
  }
  .btn a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::before,
  .btn span::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    transition: all .4s ease-out;
  }
  .btn.btn-next_page a {
    max-width: 100%;
    border-radius: 0;
    text-align: left;
  }
  .btn.flex  a {
    margin: 0 8px;
  }

  .dl_btn a{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 60px 10px 40px;
    border-radius: 100px;
    text-align: center;
    background-image: url(../images/common/dl_arrow.svg);
    background-color: #0468b7;
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 20px;
    border: 2px solid #0468b7;
    color: #fff;
    line-height: 1.6;
    position: relative;
    font-size: 1.2rem;
    transition: opacity .2s;
  }
  .dl_btn a:hover {
    opacity: .8;
  }
  .dl_btn a em {
    display: inline-block;
    margin-left: 30px;
    font-size: 1rem;
  }

  /* --- btn-wh --- */
  .btn-wh a {
    color: #333;
    background-color: #fff;
  }
  .btn-wh svg {
    fill: #333;
  }
  .btn-wh a:hover {
    color: #fff;
  }
  .btn-wh a:hover svg {
    fill: #fff;
  }
    /* --- btn-blue --- */
    .btn-blue {

    }

  @media screen and (max-width: 767px) {
    .btn a {
      max-width: 100%;
    }
    .btn.flex a {
      margin: 0;
    }
  }

/* link
********************************************** */
.link-underline {
  border-bottom: 2px solid #F69600;
  display: inline-block;
}
.link-underline:hover {
  color: #F69600;
}

/* list
********************************************** */
/* 数字のリスト */
.num_list {
  counter-reset: numlist; 
  list-style-type: none;
}
.num_list li {
  position: relative;
  padding-left: 45px;
  padding-top: 2px;
  margin-bottom: 11px;
}
.num_list li::before {
  counter-increment: numlist;
  content: counter(numlist);
  position: absolute;
  left: 0;
  top: .2em;
  padding: 4px 7px;
  font-size: 1.5rem;
  font-family: 'Lato';
  color: #0468b7;
  border: 1px solid #0468b7;
  line-height: 1;
}
.num_list li.marker-ctr::before {
  top: 50%;
  transform: translateY(-50%);
}
/* 点のリスト */
.disc_list li {
  position: relative;
  margin: 0;
  border-bottom: none;
  padding: 0;
  margin-left: 2em;
}
.disc_list li {
  list-style: none;
}
.disc_list li::before {
  content: '';
  position: absolute;
  top: 0.8em;
  left: -1.3em;
  width: 10px;
  height: 10px;
  border: 1px solid #0468b7;
  background-color: #0468b7;
  border-radius: 10px;
}
.disc_list li:not(:last-child) {
  margin-bottom: .5em;
}

.disc_list.disc_list_underline li{
  padding-bottom: 2px;
  margin-bottom: 0.5em;
  border-bottom: 1px dashed #ccc;
  padding-left: 1.3em;
  margin-left: 0;
}
.disc_list.disc_list_underline li:last-of-type {
  margin: 0;
}

.disc_list.disc_list_underline li::before {
  left: 0.3em;
}

@media screen and (max-width: 767px) {
  /* 数字のリスト */
  .num_list li {
    padding-left: 39px;
    margin-bottom: 12px;
  }
  .num_list li::before {
    padding: 4px 6px;
    font-size: 1rem;
  }
  .num_list li.marker-ctr::before {
    top: 10px;
    transform: none;
  }
}

/* input
********************************************** */

/* text, textarea */
input[type="text"],
textarea {
  width: 100%;
  border: 1px solid #ea7171;
  border-radius: 5px;
  background-color: #ffe6e6;
  padding: 16px 24px;
  font-size: 1.125rem;
  line-height: 1.6;
}
input[type="text"]:focus,
textarea:focus {
  /* outline: 2px solid #8DD39D; */
}
input[type="text"].em-10 {
  width: 10em;
}

input[type="text"].already,
textarea.already {
  background-color: #fff;
}
.inputwrap {width: 100%; position: relative; }
.inputwrap .enter {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.725rem;
  padding: 2px 10px;
  border-radius: 5px;
  color: #fff; 
  background: linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);;
  cursor: pointer;
  transition: .2s;
}
 .inputwrap .enter:hover {
   opacity: 0.8;
 }
.inputwrap input {
  width: 100%;
}
input.nextinput {
  border-width: 2px;
}
#eva_card_form .inputwrap.w100,
.inputwrap.w100 {
   width: 100%;
 }

/* checkbox */
.checkbox_list > * {
  margin-bottom: 4px;
}
.radio_list input[type="radio"],
.checkbox_list input[type="checkbox"] {
  display: none !important;
}
.checkbox_list label,
.radio_list label {
  position: relative;
  display: inline-block;
  padding: .3em 8px .3em 48px;
  line-height: 1.6;
  font-size: 1rem;
  vertical-align: top;
  cursor: pointer;
}
.checkbox_list label:hover,
.radio_list label:hover {
  opacity: .7;
}
.checkbox_list label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #0468b7;
  left: 16px;
  top: 7px;
  border-radius: 3px;
  background-color: #fff;
}
.radio_list label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #0468b7;
  left: 16px;
  top: 7px;
  border-radius: 10px;
}
.checkbox_list input[type="checkbox"]:checked + label::after {
  content: "";
  width: 24px;
  height: 19px;
  top: 5px;
  left: 18px;
  background-image: url(../images/create/check.svg);
  display: block;
  position: absolute;
  z-index: 10;
}
.radio_list input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
  left: 20px;
  display: block;
  z-index: 10;
  background-color: #f69600;
  border-radius: 50%;
}
#havetime.radio_list input[type="radio"]:checked + label::after {
  top: calc(50% - 7px);
}

/*ラジオボタンstyle2*/
.radio_list.radio_list_style2 label{
  background: #fff;
  border-radius: 5px;
  color: #0468b7;
  padding: 10px 20px;
  min-width: 120px;
  text-align: center;
  border: 1px solid #0468b7;
  
  }
  .radio_list.radio_list_style2 :first-of-type label {
    border-radius: 5px 0 0 5px;
    border-left: 2px solid #0468b7;
    border-width: 1px;
  }
  
  .radio_list.radio_list_style2 :last-of-type label {
    border-radius: 0 5px 5px 0;
    border-left: none;
  }
  .radio_list.radio_list_style2 label:hover {
    opacity: 1;
    background: #0468b7;
    color: #fff;
  }
  .radio_list.radio_list_style2 label:active {
    opacity: 1;
    background: #004a84;
  }
  .radio_list input[type="radio"]:checked + label {
    background: #0468b7;
    color: #fff;
  }
  .radio_list.radio_list_style2 label::before,
  .radio_list.radio_list_style2 label::after {
    display: none;
  }
  .radio_list.radio_list_style2  input[type="radio"]:checked + label::before,
  .radio_list.radio_list_style2  input[type="radio"]:checked + label::after {
    display: none;
  }




/* input 横に緑のlabel */
.input-row-label {
  display: flex;
}
*:not(.flex) > .input-row-label:not(:last-child) {
  margin-bottom: 16px;
}
.input-row-label label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #0468b7;
  color: #fff;
  text-align: center;
  border-radius: 5px 0 0 5px;
  padding: 0 24px;
  background-repeat: no-repeat;
}
.input-row-label label.rain {
  background-color: #933497;
}
.input-row-label.label-lg label {
  width: 280px;
}
.input-row-label.label-lg label.rec-wrapper-style2 {
  width: 350px;
}
.input-row-label input,
.input-row-label textarea {
  border-radius: 5px;
}
.input-row-label label + input,
.input-row-label label + textarea{
 border-radius: 0 5px 5px 0;
}
.input-unit {
  align-self: center;
  font-size: 1.25rem;
  margin-left: 8px;
}
input[type="text"], textarea {
  background-color: #fff;
  border-color: #0468b7;
  border-width: 2px
}

input[type="text"]:focus, 
textarea:focus {
  outline: none;
  box-shadow: inset #0168b7 0 0 0 2px;
}
.input-row-label label + .inputwrap input:focus,
.input-row-label label + .inputwrap textarea:focus{
  border-radius: 0 5px 5px 0;
}


/* input 上にlabel */
.input-column-label label {
  position: relative;
  display: block;
  padding-left: 1.2em;
  line-height: 1.8;
  margin-bottom: 8px;
}
.input-column-label label::before {
  content: '';
  position: absolute;
  top: .6em;
  left: 0;
  display: block;
  width: .6em;
  height: .6em;
  background-color: #008eff;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  
  input,
  textarea {
    font-family: 'Hiragino UD Sans W5 JIS2004', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: bold;
  }
  /* input横に緑のlabel */
  .input-row-label {
    display: block;
  }
  .input-row-label label,
  .input-row-label.label-lg label {
    width: 100%;
    border-radius: 5px 5px 0 0;
    font-size: 1.143rem;
    padding: 5px 24px;
  }
  .input-row-label.label-lg label.rec-wrapper-style2 {
    width: 100%;
  }
  label + input[type="text"],
  label + textarea,
  .input-row-label input,
  .input-row-label textarea {
    margin: 0;
    border-radius: 0 0 5px 5px;
  }  
  .radio_list label::before {
    top: calc(50% - 10px);
  }
}

/* box 
********************************************** */
.box-important {
  position: relative;
  border: 2px solid #F55929;
  padding: 16px 32px 16px;
  border-radius: 16px;
  color: #fff;
  overflow: hidden;
  background: #F55929;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.6;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.box-important--icon {
  padding-top: 10px;
  background-color: #f55929;
  margin: 0 30px 0 0;
}
.box-important--icon svg {
  width: 70px;
  height: 70px;
}
.box-important.nowrap {
  flex-wrap: nowrap;
}
.box-important.box-important_style2 {
  font-size: 1.525rem;
  text-align: left;
}


@media screen and (max-width: 767px) {
  .box-important {
    padding: 10px;
  }
  .box-important p {
    padding: 0;
  }
  .box-important--icon {
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
  }
}



/* ##############################################################################

    HEADER

############################################################################## */

/* header
**************************************** */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    z-index: 9990;
    transition: all .4s ease-out;
    padding: 0 20px;
  }
  .page-contact .header {
    position: absolute;
    background-color: transparent;
    box-shadow: none;
  }
  .header > .inner {
    width: 100%;
    max-width: 1480px;
    height: 100%;
    padding-left: 16px;
    background-color: #fff;
    box-shadow: 2px 4px 44px -6px rgba(0, 0, 0, 0.22);
    border-radius: 0 0 15px 15px;

  }
  .header--logo a,
  .footer--logo a {
    display: block;
  }
  .header--logo a:hover,
  .footer--logo a:hover {
    opacity: .7;
  }


  @media screen and (max-width: 1080px) {
    .header {
      height: 64px;
    }
    .header > .inner {
      padding-left: 20px;
      padding-right: 20px;
      box-shadow: none;
      position: relative;
    }
    .header > .inner::after {
      content: '';
      width: 92%;
      height: 1px;
      display: inline-block;
      background-color: #ffec1d;
      position: absolute;
      bottom: 0;
      left: 4%;
    }
    .header--logo img {
      width: auto;
      max-height: 40px;
    }
  }

/* gnav
********************************************** */
  .gnav a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
  }
  .gnav--link {
    padding: 0 20px 0 65px;
    font-size: 1rem;
    background-repeat: no-repeat;
    background-position: left 15px center;
  }
  .gnav--menu .home .gnav--link {
    padding: 46px 20px 0;
    font-size: .875rem;
    background-position: top 20px center;
    background-image: url(../images/common/gnav-icon-home.png);
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
  }
  .guide .gnav--link {
    background-image: url(../images/common/gnav-icon-tebiki.png);
  }
  .area .gnav--link {
    background-image: url(../images/common/gnav-icon-info.png);
  }
  .memo .gnav--link {
    background-image: url(../images/common/gnav-icon-sakusei.png);
  }
  .card .gnav--link {
    background-image: url(../images/common/gnav-icon-sakusei.png);
  }
  .qr .gnav--link {
    background-image: url(../images/common/gnav-icon-card-sakusei.png);
  }
  .qa .gnav--link {
    background-image: url(../images/common/gnav-icon-faq.png);
  }

  .school .gnav--link {
    background-image: url(../images/common/gnav-icon-movie.png);
    background-size: 50px auto;
    padding: 0 20px 0 80px;
  }


  .head_sub_nav--wrap {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 100;
    transition: all .4s ease-out;
    opacity: 0;
    pointer-events: none;
  }
  .menu-item-has-children {
    position: relative;
  }
  .head_sub_nav li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .head_sub_nav a {
    display: block;
    padding: 16px 24px;
  }

  /* ---CTA --- */
  .cta_tel a {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
  }
  .cta_tel a > span {
    display: block;
  }
  .cta_tel .tel {
    font-size: 1.5rem; /* 24px */
  }
  .cta_tel .num {
    font-size: 1.875rem; /* 30px */
  }
  .gnav--tel,
  .gnav--contact {
    margin-left: 8px;
  }
  .gnav--tel a {
    display: flex !important;
    flex-direction: column;
  }
  .gnav--contact a {
    padding: 24px;
  }
  .gnav--contact svg {
    fill: #fff;
    margin-right: 8px;
  }
  .gnav--cta .tel {
    font-size: 1.25rem; /* 20px */
  }
  .gnav--cta .num {
    font-size: 1.5rem; /* 24px */
  }
  .gnav--cta .hours {
    font-size: .875rem; /* 14px */
  }


  @media screen and (min-width: 1081px) {
    .header--nav,
    .gnav,
    .gnav > .flex,
    .gnav ul,
    .gnav li,
    .gnav a {
      height: 100%;
    }
  }
  @media screen and (max-width: 1080px) {
    /* --- inner --- */
    .inner { width: 90%; }
    .inner-xl { max-width: 90%; }
  }
  @media screen and (min-width: 1081px) {
    .gnav {
      display: flex;
    }
    .gnav_btn,
    .tel_btn {
      display: none;
    }
    .gnav--link {
      text-align: center;
      font-family:  'ヒラギノUD角ゴ W6 JIS2004','Hiragino UD Sans W6 JIS2004';
    }
    .gnav--menu > li > .gnav--link:not([href="javascript:void(0);"]):hover,
    .gnav--menu > li.current_page_item > .gnav--link {
      background-color: #fffcd8;
    }
    .gnav--menu li {
      position: relative;
      max-width: 174px;
    }
    .gnav--link span,
    .gnav--link em{
      width: 100%;
      display: block;
      text-align: left;
      line-height: 100%;
    }
    .gnav--link span {
      margin: 0 0 6px;
    }
    .gnav--link em {
      font-size: 1.2rem;
    }
    .qa .gnav--link {
      border-radius: 0 0 15px 0;
    }
    .qr .gnav--link {
      padding: 0 8px 0 60px;
    }
  
    .gnav--menu li::after {
      content: "";
      width: 1px;
      height: calc(100% - 32px);
      background-color: #ddd;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
    }
    .head_sub_nav a {
      background-color: #fff;
    }
    .menu-item-has-children .head_sub_nav a  {
      background: #fff;
    }
    .menu-item-has-children .head_sub_nav li::after {
      display: none;
    }
    .gnav_sub_toggle {
      display: none;
    }
    .gnav--contact a {
      border-radius: 0;
    }
    /* hover */
    .gnav--menu .menu-item-has-children:hover .head_sub_nav--wrap {
      opacity: 1;
      pointer-events: auto;
    }
    .head_sub_nav a:hover { background-color: #fffcd8; }
  }
  @media screen and (max-width: 1380px) {
    .header--logo {
      max-width: 250px;
    }
    .gnav--link {
      padding: 0 20px 0 54px;
      background-size: 30px;
    }
    .gnav--menu li {
      max-width: 160px;
    }
    .gnav--menu li.guide {
      max-width: 140px;
    }
    .gnav--menu li.qr {
      max-width: 164px;
    }
    .qr .gnav--link {
      padding: 0 8px 0 50px;
    }
  }
  
  @media screen and (max-width: 1220px) {
    .header > .inner {
      padding-left: 12px;
  }
    .header--logo {
      max-width: 220px;
    }
    .gnav--link {
      padding: 0 12px 0 45px;
      background-position: left 8px center;
      background-size: 27px;
    }
    .gnav--menu li {
      max-width: 142px;
    }
    .gnav--menu li.guide {
      max-width: 126px;
    }
    .gnav--menu li.qa {
      max-width: 130px;
    }
    .qr .gnav--link {
      padding: 0 6px 0 46px;
    }
  }
  
  @media screen and (max-width: 1080px) {
    .header {
      padding: 0;
    }
    .header > .inner {
      border-radius: 0;
    }
    .gnav,
    .gnav_overlay {
      position: fixed;
      top: 64px;
      right: 0;
      height: calc(100% - 64px);
      opacity: 0;
      pointer-events: none;
      transition: all .4s ease-out;
    }
    .gnav {
      width: 100%;
      margin: 0;
      padding: 24px 7%;
      overflow: scroll;
      background-color: #fff;
      z-index: 300;
      transform: translateX(100%);
      -webkit-overflow-scrolling: touch;
    }
    .gnav_overlay {
      width: 100%;
      background-color: rgba(255,255,255,.8);
    }
    .gnav.active,
    .gnav_overlay.active {
      opacity: 1;
      pointer-events: auto;
    }
    .gnav.active {
      transform: translateX(0);
    }
    .gnav--cta {
      display: block;
    }
    .gnav a {
      justify-content: center;
    }
    .gnav--menu {
      margin-top: 0;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      justify-content: flex-start;
    }
    .gnav--menu::before,
    .gnav--menu::after {
      content: '';
      width: 100%;
      height: 1px;
      display: inline-block;
      background-color: #D9D9D9;
      position: absolute;
      top: 33%;
      left: 0;
    }
    .gnav--menu::after  {
      top: 66%;
    }
    .gnav--menu li {
      position: relative;
      display: block;
      width: 33.333%;
      margin-right: 0;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .gnav--menu li:not(:nth-child(3n)){
      border-right: 1px solid #D9D9D9;
    }
    .gnav--menu a {
      padding: 60px 6px 2px 6px;
      justify-content: center;
      line-height: 1.4;
    }
    .qr .gnav--link {
      padding: 60px 6px 2px 6px;
    }
    .school .gnav--link {
      padding: 60px 6px 2px 6px;
    }
    .gnav--menu .home a,
    .gnav--menu .guide a,
    .gnav--menu .qa  a {
      padding: 70px 6px 2px 6px;
    }
    .home .gnav--link {
      background-size: auto;
  }
    .gnav--link {
      background-position: top 14px center;
    }
    .gnav--contact svg {
      width: 16px;
      height: 11px;
    }
    .gnav--cta {
      margin-top: 22px;
    }
    .gnav--cta .btn-blue a {
      font-size: 1.143rem; /* 16px */
      padding: 28px 40px;
    }
    .gnav--cta .home_info--box {
      width: 90%;
      max-width: 520px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
    }
    .head_sub_nav--wrap {
      position: relative;
      width: 100%;
      border-top: 1px dotted #1D7FB7;
      transition: none;
      opacity: 1;
      pointer-events: inherit;
      display: none;
    }
    .menu-item-has-children.active .head_sub_nav--wrap {
      opacity: 1;
      pointer-events: auto;
    }
    .head_sub_nav a {
      padding-left: 32px;
    }
    .gnav_sub_toggle {
      position: absolute;
      top: 0;
      right: -20px;
      width: 64px;
      height: 64px;
      transition: all .4s ease-out;
      color: #1d7fb7;
    }
    .gnav_sub_toggle::before,
    .gnav_sub_toggle::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 11px;
      height: 1px;
      border-bottom: 1px solid;
    }
    .gnav_sub_toggle::after {
      transform: rotate(90deg);
    }
    .gnav_sub_toggle.active {
      transform: rotate(180deg);
    }
    .current_page_item .gnav_sub_toggle {
      color: #fff;
    }
    .head_sub_nav {
      position: relative;
    }
    .gnav_btn {
      position: fixed;
      top: 10px;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #0168B7;
      z-index: 9999;
      right: 4%;
      transition: all .4s ease-out;
    }
    .gnav_btn.active {
      background: #0168B7;
    }
    .gnav_btn--lines {
      position: relative;
      width: 24px;
      height: 16px;
    }
    .gnav_btn--lines span {
      transition: all .4s ease-out;
      box-sizing: border-box;
    }
    .gnav_btn--lines span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
    }
    .gnav_btn--lines span:nth-of-type(1) {
      top: 0;
    }
    .gnav_btn--lines span:nth-of-type(2) {
      top: 7px;
    }
    .gnav_btn--lines span:nth-of-type(3) {
      bottom: 0;
    }
    .active .gnav_btn--lines span:nth-of-type(1) {
      transform: translateY(7px) rotate(-45deg);
    }
    .active .gnav_btn--lines span:nth-of-type(2) {
      opacity: 0;
    }
    .active .gnav_btn--lines span:nth-of-type(3) {
      transform: translateY(-7px) rotate(45deg);
    }

    /* ---CTA --- */
    .gnav--cta li:not(:last-child) {
      margin-bottom: 16px;
    }
    .gnav--tel {
      margin-left: 0;
      text-align: center;
    }
    .gnav--contact {
      margin-left: 0;
    }
    .gnav--contact a {
      padding: 10px 16px;
      margin-left: auto;
      margin-right: auto;
    }
  }

  /* contnav
  ********************************************** */

  .undeline_dot {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px dotted #0368B6;
  }
  .contnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .back_round {
    width: 16px;
    height: 16px;
    background: #0368B6;
    border-radius: 100%;
     position: absolute;
  }
  .roud_top_left {top: 25px; left: 25px; }
  .roud_top_right {top: 25px; right: 25px; }
  .roud_bottom_left {bottom: 25px; left: 25px; }
  .roud_bottom_right {bottom: 25px; right: 25px; }

  @media screen and (max-width: 767px) {
    .contnav li {
      width: 100%;
      margin: 0 0 20px;
    }
    .contnav .contnav_title {
      font-size: 2rem;
    }
    .back_round {
      width: 10px;
      height: 10px;
    }
    .roud_top_left {top: 16px; left: 16px; }
    .roud_top_right {top: 16px; right: 16px; }
    .roud_bottom_left {bottom: 16px; left: 16px; }
    .roud_bottom_right {bottom: 16px; right: 16px; }
  }


/* ##############################################################################

    FOOTER

############################################################################## */

  .footer {
    background-color: #E5F0F8;
    position: relative;
  }
  .footer::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 15px;
    background-size: auto auto;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(3,104,182, 1) 10px, rgba(3,104,182, 1) 17px );
  }

/* sns_area
********************************************** */
  .sns_area {
    padding: 40px 0;
    text-align: center;
  }
  .sns--list li {
    display: inline-block;
    margin: 0 8px;
  }
  .sns--list li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 3px;
    color: #FFF;
  }
  .sns--list li a.twitter { background-color: #55acee; }
  .sns--list li a.facebook { background-color: #3b5998; }
  .sns--list li a.instagram { background-color: #CF2E92; }

  @media screen and (max-width: 767px) {
    .sns--list { padding: 20px 0; }
    .sns--list li a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 15px;
      padding: 0;
    }
    .sns--list li a:hover::before {
      display: none;
    }
  }

/* footer_top
********************************************** */
  .footer_top {
    text-align: center;
    padding-top: 84px;
    padding-bottom: 40px;
  }
  .footer--logo {
    margin-bottom: 34px;
  }
  .footer--info {
    font-size: .875rem; /* 14px */
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .footer--info .tel {
    margin-right: 18px;
  }
  .fnav--menu li:not(:last-child) {
    border-right: solid 1px #000;
  }

  .fnav--menu a {
    display: block;
    padding: 0 22px;
    line-height: 1;
    font-size: .938rem; /* 15px */
  }
  .fnav--menu a:hover {
    opacity: .7;
  }

  @media screen and (max-width: 767px) {
    .footer_top {
      text-align: center;
      padding-top: 60px;
    }
    .footer--logo--img {
      width: 250px;
    }
    .fnav {
      text-align: left;
    }
    .fnav--menu {
      padding: 0 32px;
    }
    .fnav--menu li {
      padding: 4px 0;
    }
    .fnav--menu li:not(:last-child) {
      border-right: none;
  }
    .fnav--menu a {
      position: relative;
      padding: .5em .5em .5em 0;
    }
    .fnav--menu a::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 6px;
      height: 6px;
      border-top: 1px solid;
      border-right: 1px solid;
      transform: rotate(45deg);
    }
  }

/* footer_btm
*************************************************** */
  .footer_btm {
    padding: 8px 0;
    background-color: #0368B6;
    position: relative;
  }
  .footer_btm::before {
    content: '';
    position: absolute;
    bottom: 48px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #FFF67F;
  }
  .copyright {
    color: #fff;
    opacity: .8;
    font-size: .75rem; /* 12px */
  }

/* ##############################################################################

    INDEX

############################################################################## */

/* hero
********************************************** */
  .text {
    font-size: 1.125rem;
    letter-spacing: .1em;
  }
  .hero {
    position: relative;
    height: 800px;
    border-bottom: 32px solid #0468b7;
  }
  .hero::before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #FFF67F;
  }
  .hero_head {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1530px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .hero--deco {
    position: relative;
    margin: 0 0 10px;
    font-size: 2.25rem;
    letter-spacing: .12em;
    line-height: .8;
  }
  .hero--deco span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
  }
  .hero--deco span::after,
  .hero--deco span::before {
    position: absolute;
    bottom: 8px;
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background-color: #0368B6;
    transform-origin: bottom;
  }
  .hero--deco span::before {
    left: 0;
    transform: rotate(-45deg);
  }
  .hero--deco span::after {
    right: 0;
    transform: rotate(45deg);
  }
  .hero--catch{
    width: 100%;
    text-align: center;
  }
  .hero--catch .hero-sub1 {
    width: 606px;
    margin: 0 auto;
    padding-left: 2rem;
    display: block;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
  }
  .hero--catch  .text {
    margin: 0 0 50px;
  }
  .hero--catch .btn-blue {
    font-size: 1.25rem;
  }
  .hero--catch .btn-blue a:hover{
    opacity: .8;
  }
  .hero--btn_tegaki {
    position: absolute;
    right: 2%;
    bottom: 5%;
  }
  .hero--btn_tegaki  a {
    color: #0468b7;
    border-bottom: 1px solid #0468b7;
  }
  .fukidashi_box .fukidashi{
    position: absolute;
  }
  .fukidashi_box .fukidashi1 {
    top: 19%;
    left: 10%;
  }
  .fukidashi_box .fukidashi2 {
    top: 5.58%;
    right: 13.52%;
  }
  .fukidashi_box .fukidashi3 {
    top: 40.75%;
    right: 8.63%;
  }
  .illust_box .illust {
    position: absolute;
  }
  .illust_box .illust1 {
    top: 5%;
    left: 28%;
  }
  .illust_box .illust2 {
    top: 12%;
    right: 1%;
  }
  .illust_box .illust3 {
    bottom: 13%;
    right: 15%;
  }
  .illust_box .illust4 {
    top: 45%;
    left: 20%;
  }
  .illust_box .illust5 {
    bottom: 12%;
    left: 15%;
  }
  .illust_box .illust6 {
    bottom: 36%;
    left: 0;
  }
  .illust_box .illust7 {
    top: 10%;
    left: 5%;
  }
  .illust_box .illust8 {
    bottom: 30%;
    right: 1%;
  }
  .illustgifu {
    position: absolute;
    right: 15%;
    pointer-events: none;
  }
  @media screen and (max-width: 1200px) {
    .fukidashi_box .fukidashi1 {
      top: 20%;
      left: 5%;
    }
  }
  @media screen and (max-width: 767px) {
    .hero {
      height: 100vh;
    }
    .hero_head {
      overflow: hidden;
    }
    .hero-ttl {
      width: 90%;
    }
    .hero--catch .ttl-01 {
      margin-bottom: .8em;
    }
    .hero--catch .text {
      font-size: 1.071rem; /* 15px */;
      line-height: 1.8;
      margin: 0 0 80px;
    }
    .hero--deco {
      font-size: 1.571rem; /* 22px */
      letter-spacing: .12em;
      line-height: .8;
      margin: 22px 0 16px;
    }
    .hero--deco span::after,
    .hero--deco span::before {
      bottom: 0;
      height: 24px;
    }
    .hero--catch .hero-sub1 {
      width: 350px;
      margin: 0 auto;
      padding-left: 2rem;
      display: block;
      text-align: left;
      font-size: 1.143rem; /* 16px */
      line-height: 2;
    }
    .hero--btn_tegaki {
      position: relative;
      right: 10px;
      bottom: 0;
      margin: 12px 0 8px auto;
    }
    .illust_box .illust2 {
      width: 72px;
      top: 1%;
      right: -8%;
    }
    .illust_box .illust3 {
      bottom: 19%;
      right: auto;
      left: 24%;
      width: 85px;
      z-index: -1;
    }
    .illust_box .illust4 {
      top: 4%;
      left: 1%;
      width: 52px;
    }
    .illust_box .illust5 {
      width: 60px;
      bottom: 44%;
      left: -5%;
    }
    .illust_box .illust8 {
      bottom: 32%;
      right: 1%;
      width: 48px;
    }
    .illustgifu {
      right: 0;
      bottom: 12%;
      width: 218px;
    }
    .hero--catch .btn-blue {
      font-size: 1.286rem; /* 18px */
      z-index: 9999;
    }
    .hero--btn a {
      padding: 18px 30px;
      max-width: 350px;
      display: block;
      margin: 0 auto;
      font-size: 1rem;
    }
  }

/* home共通
********************************************** */
  .home_about .ttl-01 .font-a1-b::before,
  .home_news .ttl-01 .font-a1-b::before {
      z-index: -1;
  }
  .home_about .ttl-01,
  .home_news .ttl-01 {
    display: inline-block;
    margin-bottom: .3em;
    padding: 0 120px;
  }
  .home_about .ttl-01::before,
  .home_about .ttl-01::after,
  .home_news .ttl-01::before,
  .home_news .ttl-01::after {
    content: '';
    position: absolute;
    top: 18px;
    width: 63px;
    height: 74px;
    margin: auto;
    display: block;
  }
  .home_about .ttl-01::before,
  .home_news .ttl-01::before {
    left: 0;
    background-image: url(../images/index/ttl-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .home_about .ttl-01::after,
  .home_news .ttl-01::after {
    right: 0;
    background-image: url(../images/index/ttl-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  @media screen and (max-width: 767px) {
    .home_about .ttl-01,
    .home_news .ttl-01 {
      display: inline-block;
      margin-bottom: .3em;
      padding: 0 28px;
    }
    .home_about .ttl-01::before,
    .home_about .ttl-01::after,
    .home_news .ttl-01::before,
    .home_news .ttl-01::after {
      top: 18px;
      width: 28px;
      height: 34px;
    }
    .illust-text {
      transform: scale(.8);
    }
  }
/* home_about
********************************************** */
  .home_about {
    background-image: url(../images/index/about-bg-ptn01.png);
    background-size: 17px 17px;
    background-repeat: repeat;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 128px;
    position: relative;
  }
  .home_about::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 15px;
    background-size: auto auto;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(3,104,182, 1) 10px, rgba(3,104,182, 1) 17px );
  }
  .home_about .inner {
    max-width: 1600px;
    text-align: center;
  }
  .home_about h2 {
    margin-bottom: 70px;
    display: inline-flex;
    flex-direction: column;
  }
  .ttl-01 .red {
    color: #df2f2f;
  }
  .red-minus {
    margin-right: -0.3em;
  }
  .home_about .ttl-01 .font-a1-b::before {
    z-index: -1;
  }
  .home_about .text_box {
    font-size: 1.125rem; /* 18px */ 
    margin-bottom: 150px;
    position: relative;
  }
  .home_about .text_box p {
    position: relative;
    z-index: 1;
  }
  .home_about .text_box .illust-hatena {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
  }
  .home_about .text_box p:not(:last-child) {
    margin-bottom: 48px;
  }
  .home_about-create {
    padding: 80px 20px 54px;
  }
  .home_about-create .inner {
    max-width: 1080px;
  }
  .create--each {
    width: calc((100% - 32px) / 2);
    height: 244px;
    border-radius: 30px;
    display: block;
    overflow: hidden;
    padding: 24px 20px;
    transition: opacity .2s;
    position: relative;
  }
  .create--each h3 {
    margin-bottom: 18px;
  }
  .create--each .ttl {
    color: #fff;
    font-size: 1.75rem; /* 28px */
    position: relative;
    padding-left: 54px;
    padding-right: 54px;
    display: inline-block;
  }
  .create--each .ttl::before,
  .create--each .ttl::after {
    position: absolute;
    content: "";
    top: 0;
    width: 3px;
    height: 40px;
    display: block;
  }
  .create--each .ttl::before {
    left: 0;
    transform: rotate(-45deg);
  }
  .create--each .ttl::after {
    right: 0;
    transform: rotate(45deg);
  }
  .create--each .inner_btn span {
    font-size: 1rem; /* 16px */
    min-height: 80px;
  }
  .create--each-1 {
    background-color: #fff;
    margin-right: 32px;
    border: solid 2px #0a7fa9;
    background-image: url(../images/index/tebiki-bg-ptn01.png);
    background-size: 17px 17px;
    background-repeat: repeat;
    background-position: center;
  }
  .create--each-1:hover {
    opacity: .8;
    background: linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
  }
  .create--each-1 .ttl {
    color: #0a7fa9;
  }
  .create--each-1:hover .ttl {
    color: #fff;
  }
  .create--each-1 .ttl::before,
  .create--each-1 .ttl::after {
    background: #0a7fa9;
  }
  .create--each-1:hover .ttl::before,
  .create--each-1:hover .ttl::after {
    background: #fff;
  }
  .create--each-1 .inner_btn span {
    background-image: url(../images/common/yazirushi_w.svg);
    color: #fff;
    background-color: #0a7fa9;
  }
  .create--each-1:hover .inner_btn span {
    background-image: url(../images/common/yazirushi_green.svg);
    color: #0a7fa9;
    background-color: #fff;
  }
  .create--each-2 {
    background-color: #0368B6;
    background-image: url(../images/index/tebiki-bg-ptn02.png);
    background-size: 17px 17px;
    background-repeat: repeat;
    background-position: center;
  }
  .create--each-2:hover {
    opacity: .8;
    background: linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
  }
  .create--each-2 .ttl::before,
  .create--each-2 .ttl::after {
    background: #FFF;
  }
  .create--deco {
    position: absolute;
    color: #FFF67F;
    font-size: 1.125rem; /* 18px */
    font-family: 'Hiragino UD Sans W6 JIS2004';
    top: 44px;
    left: 160px;
    transform: rotate(-6deg);
  }
  .create--btn {
    margin-top: 30px;
  }
  .create--btn a {
    display: block;
    line-height: 1;
    width: 320px;
    margin: 0 auto;
    background: #AFC7DA;
    color: #fff;
    border-radius: 20px;
    padding: 24px 40px 24px 24px;
    background-image: url(../images/common/yazirushi_w.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
  }
  .create--btn a:hover {
    background: #0368B6;
    background-image: url(../images/common/yazirushi_w.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
  }
  .create--illust {
    position: relative;
    margin-bottom: 18px;
  }

  @media screen and (max-width: 1359px) {
    .create--deco {
      position: absolute;
      color: #FFF67F;
      font-size: 1.125rem; /* 18px */
      font-family: 'Hiragino UD Sans W6 JIS2004';
      top: 44px;
      left: 28%;
      transform: rotate(-6deg);
    }
  }
  

  @media screen and (max-width: 767px) {
    .home_about {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .home_about h2 {
      margin-bottom: 30px;
    }
    .home_about .text_box {
      font-size: 1.071rem; /* 15px */
      margin-bottom: 60px;
    }
    .home_about .text_box p:not(:last-child) {
      margin-bottom: 18px;
    }
    .home_about-create {
      padding: 70px 20px;
    }
    .create--each {
      width: 100%;
      height: 236px;
      padding: 30px 20px;
    }
    .create--each h3 {
      margin-bottom: 32px;
    }
    .create--each .inner_btn span {
      width: 100%;
      max-width: 300px;
      min-height: 60px;
      background-position: center right 20px;
    }
    .create--each-1 {
      margin-right: 0;
      margin-bottom: 10px;
    }
    .create--each .ttl {
      font-size: 1.3rem;
      position: relative;
      padding-left: 20px;
      padding-right: 20px;
    }
    .create--deco {
      left: 40px;
    }
    .create--btn a {
      width: 280px;
    }
    .create--each .ttl::before,
    .create--each .ttl::after {
      height: 30px;
     }
  }

/* home_news
********************************************** */
  .home_news {
    padding: 140px 0 80px;
    background-color: #fff;
  }
  .home_news .inner {
    text-align: center;
  }
  .home_news h2 {
    display: inline-flex;
    flex-direction: column;
  }
  .home_news .news_list {
    flex: 1;
    margin-top: 90px;
  }
  .home_news .news_list .post {
    padding: 22px 40px;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
    transition: all .4s ease-out;
  }
  .home_news .news_list .post:hover {
    background-color: #f2f7fb;
  }
  .home_news .news_list .post::before,
  .home_news .news_list .post::after {
    content: '';
    position: absolute;
  }
  .home_news .news_list .post::before {
    top: calc(50% - 36px);
    right: 44px;
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #afc7da;
    transition: all .4s ease-out;
  }
  .home_news .news_list .post:hover:before {
    background: #0368b6;
    transition: all .4s ease-out;
  }
  .home_news .news_list .post::after {
    top: calc(50% - 9px);
    right: 68px;
    width: 21px;
    height: 18px;
    background-image: url(../images/common/yazirushi_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .home_news .news_list .post:first-child {
    border-top: 1px solid #D9D9D9;
  }
  .home_news .post--img {
    width: 180px;
    height: 130px;
    margin-right: 56px;
  }
  .home_news .post--ttl {
    font-size: 1.25rem; /* 20px */
    padding-left: 20px;
    margin: 20px 0;
  }
  .home_news .post--date {
    font-size: .875rem; /* 14px */
    color: #fff;
    line-height: 1;
    background-color: #0368b6;
    padding: 8px 18px;
    border-radius: 4px;
    margin-bottom: 14px;
  }

  @media screen and (max-width: 767px) {
    .home_news {
      padding: 80px 0;
    }
    .home_news .news_list {
      margin-top: 50px;
    }
    .home_news .news_list .post::before,
    .home_news .news_list .post::after {
      content: none;
    }
    .news_list--ttl {
      width: auto;
      float: none;
      height: auto;
      margin-bottom: 16px;
    }
    .home_news .post--img {
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 20px;
    }
    .home_news .post--date {
      line-height: .8;
      padding: 8px 6px;
      margin-bottom: 0;
    }
  }

/* home_info
********************************************** */
  .home_info {
    margin-top: 134px;
    margin-bottom: 134px;
  }
  .home_info--box {
    width: calc((100% - 40px) / 2);
    display: block;
  }
  .home_info--box.youtube {
    margin-right: 40px;
  }
  .home_info--box:hover {
    opacity: .7;
  }

  @media screen and (max-width: 767px) {
    .home_info {
      margin-bottom: 70px;
    }
    .home_info--box {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
    .home_info--box.youtube {
      margin-right: auto;
      margin-bottom: 10px;
    }
  }

/* home_cta
********************************************** */ 
  .home_cta {
    text-align: center;
    padding-bottom: 50px;
  }
  .home_cta--box {
    position: relative;
    display: inline-block;
  }
  .home_cta--box img {
    max-width: 96%;
    margin: auto;
  }
  .home_cta--text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 50px 40px 34px;
  }
  .home_cta--ttl {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 24px;
  }
  .home_cta--ttl span {
    position: relative;
    display: inline-block;
    padding: 0 60px;
  }
  .home_cta--ttl span::before,
  .home_cta--ttl span::after {
    content: "";
    position: absolute;
    top: 10px;
    height: 100%;
    width: 4px;
    height: 41px;
    background: #fff;
    display: block;
  }
  .home_cta--ttl span::before {
    left: 0;
    transform-origin: left top;
    transform: rotate(-45deg);
  }
  .home_cta--ttl span::after {
    right: 0;
    transform-origin: right top;
    transform: rotate(45deg);
  }
  .home_cta .inner_btn span {
    width: 440px;
    position: relative;
    z-index: 1;
    transition: all .4s ease-out;
  }
  .home_cta .inner_btn span:hover {
    color: #fff;
    background: #0368B6;
    border: 1px solid #fff;
    background-image: url(../images/common/yazirushi_w.svg);
    background-repeat: no-repeat;
    background-position: center right 40px;
  }

  @media screen and (max-width: 1439px) {
    .home_cta--text {
      padding: 40px 40px 34px;
    }
  }
  @media screen and (max-width: 1300px) {
    .home_cta .inner_btn span {
      min-height: 55px;
    }
    .home_cta--text {
      padding: 2% 40px 34px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .cta--illust {
      height: auto;
      width: 96%;
      margin: 0 auto;
    }
    .home_cta--text {
      padding: 40px 16px 34px;
    }
    .home_cta--ttl {
      font-size: 1.5rem;
    }
    .home_cta--ttl span {
      padding: 0 34px;
    }
    .home_cta--ttl span::before, .home_cta--ttl span::after {
      width: 3px;
      height: 30px;
    }
    .home_cta .inner_btn span {
      width: 310px;
      background-position: center right 15px;
      justify-content: left;
      padding-left: 30px;
      font-size: 1rem;
    }
  }
/* ##############################################################################

    PAGE

############################################################################## */
/* area
*************************************************** */
.section_cont {
  position: relative;
  z-index: 0;
}
.pos_rel {
  position: relative;
  z-index: 0;
}
.city--gifu_map-select a {
  position: relative;
  z-index: 10;
  display: block;
}

.city--gifu_map-select path {
  fill: transparent;
  stroke-linecap: square;
  stroke-linejoin: round;
  transition: .4s ease-out;
}
.city--gifu_map-select a:hover path {
  fill: rgba(255,255,255,.5);
}
.city--gifu_map {
  position: relative;
  z-index: -1;
  width: 100%;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}
.city--gifu_map-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-area main {
  padding-top: 40px;
  padding-bottom: 80px;
}
.area_map {
  text-align: center;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 2px solid #0468b7;
  border-radius: 16px;
  margin-bottom: 50px;
}
.area_map .ttl-01 {
  display: inline-block;
  padding: 0 120px;
  margin-bottom: 80px;
}
.area_map .ttl-01::before, .area_map .ttl-01::after {
  content: '';
  position: absolute;
  top: 18px;
  width: 63px;
  height: 74px;
  margin: auto;
  display: block;
}
.area_map .ttl-01::before { 
  left: 0;
  background-image: url(../images/index/ttl-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.area_map .ttl-01 .font-a1-b::before {
  z-index: -1;
}
.area_map .ttl-01::after {
  right: 0;
  background-image: url(../images/index/ttl-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.area_list {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.area_list li {
  margin: 0 15px 30px 0;
  width: calc((100% - 15px) / 2);
  background: #fff;
  border: 2px solid #ddd;
}
.area_list li:nth-of-type(2n) {
  margin: 0 0 30px;
}
.area_list li .text {
  margin: 0 0 20px;
}
.area_list li a {
  display: flex;
  flex-direction: column;
  padding: 25px;
  transition: .2s;
  height: 100%;
}
.area_list li a .btn {
  justify-content: flex-end;
  margin-top: auto;
}
.area_list li a .btn span::after {
  transform-origin: right top;
}
.area_list li a:hover {
  opacity: 0.8;
}
.area_list li a:hover .btn span {
  color: #fff;
}
.area_list li a:hover .btn span::after {
  transform: scale(1,1);
  transform-origin: left top;
}
.area_list li .btn span {
  margin: 0 auto;
}
#area_modal{
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none;
  background-color: rgba(45,58,67,.9);
  transition: .5s;
}
#area_modal.is_show {
  opacity: 1;
  pointer-events: all;
  transition: .5s;
}
.is_show .modal_overwrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#area_modal .inner {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 900px;
  transform: translate(-50%,-50%);
}
.modal-close {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.modal-close::before, .modal-close::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.modal-close::before {
  transform: rotate(45deg);
}
.modal-close::after {
  transform: rotate(135deg);
}
.modal-content_box {
  padding: 60px 50px;
  margin-left: auto;
  margin-right: auto;
}
.modal-content_box .editor-ttl3:not(:last-child) {
  margin-bottom: 50px;
}
.modal-content_box table {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  word-break: break-word;
  text-align: justify;
}
.modal-content_box table th,
.modal-content_box table td {
  padding: 2em;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #D9D9D9;;
}
.modal-content_box table th {
  min-width: 200px;
  text-align: left;
  background-color: #E5F0F8;
}
.modal-content_box table td {
  font-size: .75rem; /* 12px */
}
.modal-content_box table td a {
  color: #0468b7;
}

@media screen and (max-width: 767px) {
  .area_map {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .area_map .ttl-01 {
    padding: 0 40px;
    margin-bottom: 40px;
  }
  .area_map .ttl-01::before, .area_map .ttl-01::after {
    width: 28px;
    height: 34px;
}
  .area_list li {
    margin: 0 0 30px;
    width: 100%;
    background: #fff;
    border: 2px solid #ddd;
  }
  .area_list li:nth-of-type(2n) {
    margin: 0 0 30px;
  }
  .city--gifu_map {
    padding: 0 20px;
  }
  .city--gifu_map-select {
    position: relative;
  }
  .city--gifu_map .editor-ttl2,
  .city--gifu_map .editor-ttl2:not(:last-child) {
    margin-bottom: 20px;
  }
  .city--gifu_map .editor-ttl2 {
    border-bottom: 1px solid #0468b7;
    padding-bottom: 6px;
  }
  .city--gifu_map .editor-ttl2::before {
    content: none;
  }
  .city--gifu_area {
    text-align: left;
  }
  .area--toggle {
    position: absolute;
    top: 0;
    right: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    width: 33px;
    height: 33px;
    color: #0468b7;
    transition: all .4s ease-out;
  }
  .active .area--toggle {
    transform: rotate(180deg);
  }
  .city--gifu_city {
    position: relative;
    width: 100%;
    transition: none;
    opacity: 1;
    pointer-events: inherit;
    display: none;
    background: transparent;
    padding-bottom: 20px;
  }
  .city--gifu_city li a {
    border-bottom: 1px solid #ddd;
    letter-spacing: 0;
  }
  #modal-content {
    padding: 30px 14px;
  }
  #modal-content table th,
  #modal-content table td {
    padding: 1em .7em;
  }
  #modal-content .editor-ttl3:not(:last-child) {
    margin-bottom: 30px;
  }
  #modal-content table th {
    min-width: 130px;
    font-size: .929rem; /* 13px */
  }
  .modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 36px;
    height: 36px;
  }
  .modal-close::before, .modal-close::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    width: 36px;
    height: 2px;
    background-color: #fff;
  }
}

/* guide
*************************************************** */
.page-guide main {
  padding-top: 40px;
  padding-bottom: 80px;
}
.guide--wrap {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 2px solid #0468b7;
  border-radius: 16px;
}
.guide--about {
  padding: 20px 20px 94px;
  counter-reset: number -1;
}
.guide--about h2{
  margin-bottom: 70px;
}
.guide--about .ttl-01 {
  display: inline-block;
  padding: 0 120px;
}
.guide--about .ttl-01::before,
.guide--about .ttl-01::after {
  content: '';
  position: absolute;
  top: 18px;
  width: 63px;
  height: 74px;
  margin: auto;
  display: block;
}
.guide--about .ttl-01::before {
  left: 0;
  background-image: url(../images/index/ttl-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.guide--about .ttl-01::after {
  right: 0;
  background-image: url(../images/index/ttl-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.guide--about .ttl-01 .font-a1-b::before {
  z-index: -1;
}
.guide--flow--area {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 30px;
  border: 2px solid #0468b7;
  border-radius: 16px;
}
.guide--flow h2 {
  font-size: 2.5rem;
}
.guide--flow .flow_item:not(:last-child) {
  padding-bottom: 64px;
}
.guide--flow .flow_item {
  position: relative;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 86px;
  counter-increment: number 1;
}
.guide--flow .ttl {
  font-size: 2rem;
  color: #0468b7;
  padding-bottom: 28px;
}
.guide--flow .flow_item:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 64px;
  left: 33px;
  display: block;
  width: 0;
  height: calc(100% - 80px);
  border-right: 1px solid #0468b7;
}
.guide--flow .ttl::after {
  content: counter(number);
  position: absolute;
  top: -8px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: #0468b7;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
}
.guide--flow .flow--img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: solid 2px #ddd;
}
.guide--btn {
  margin-top: 78px;
}
.create--each-3 {
  background-color: #0368B6;
  margin: auto;
  padding: 42px 20px;
}
.create--each-3  h3 {
  margin-bottom: 46px;
}
.create--each-3  .ttl::before,
.create--each-3 .ttl::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 14px;
  display: block;
  border: 5px solid #fff;
  border-width: 5px 0;
  top: 50%;
  transform: translateY(-50%);
}
.create--each-3 .ttl::before {
  left: 0;
}
.create--each-3 .ttl::after {
  right: 0;
}
.create--each-3:hover {
  opacity: .8;
  background: linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
}
.guide--illust1 {
  position: absolute;
  top: -18px;
  left: 12px;
}
.guide--illust2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .page-guide .text {
    font-size: 1rem; /* 14px */
  }
  .guide--about {
    padding: 18px 20px;
  }
  .guide--about h2 {
    margin-bottom: 0;
  }
  .guide--about .ttl-01 {
    font-size: 1.8rem;
    padding: 0 40px;
    font-family: 'A1 Gothic B', sans-serif;
  }
  .guide--about .ttl-01::before, .guide--about .ttl-01::after {
    width: 28px;
    height: 34px;
  }
  .guide--flow--area {
    padding: 40px 10px;
  }
  .guide--flow h2 {
    font-size: 2rem;
  }
  .guide--flow .ttl {
    font-size: 1.429rem;
    padding-bottom: 16px;
  }
  .guide--flow .ttl::after {
    top: -6px;
    left: 0;
    width: 36px;
    height: 36px;
    font-size: 1.286rem;
  }
  .guide--flow .flow_item {
    padding-left: 48px;
  }
  .guide--flow .flow_item:not(:last-child) {
    padding-bottom: 20px;
  }
  .guide--flow .flow_item:not(:last-child)::before {
    top: 36px;
    left: 18px;
    height: calc(100% - 48px);
  }
  .create--each-3 {
    padding: 34px 20px;
    height: 190px;
  }
  .create--each-3 .ttl {
    padding-left: 36px;
    padding-right: 36px;
  }
}

/* qa
*************************************************** */
.page-qa main {
  padding-bottom: 80px;
}

/* sitemap
*************************************************** */
.sitemap--menu {
  flex: 1;
}
.sitemap--menu a,
.sitemap--menu span {
  display: block;
}
.sitemap--menu a {
  position: relative;
}
.sitemap--menu a:hover {
  color: #1D7FB7;
}
.sitemap--menu > li > a {
  font-size: 1.125rem; /* 18px */
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: .5em;
  margin-bottom: 1.25em;
}
.sitemap_sub_nav--wrap {
  padding-left: 1.25em;
  margin-bottom: 1.5em;
}
.sitemap_sub_nav a {
  padding-top: .4em;
  padding-bottom: .4em;
  padding-left: 1.25em;
}
.sitemap_sub_nav a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1D7FB7;
  border-right: 1px solid #1D7FB7;
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .sitemap--menu:not(:last-child) {
    margin-right: 7.41%; /* 80px */
  }
}
@media screen and (max-width: 767px) {
  .sitemap--menu:not(:last-child) {
    margin-bottom: 24px;
  }
}

/* contact
********************************************** */
.page-contact .cta_tel {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.page-contact .cta_tel a {
  padding: 24px 40px;
}

@media screen and (max-width: 767px) {
  .page-contact .cta_tel a {
    display: block;
    padding: 16px;
  }
}


/* ##############################################################################

  ARCHIVE

############################################################################## */

/* main_column
**************************************** */
.main_column {
  flex: 1;
  margin-right: 80px;
  overflow: hidden;
}

/* --- post --- */
.post { position: relative; }
.post--link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.post--date {
  color: #aaa;
}
.post--info.flex .post--date + .cat_list {
  margin-left: 16px;
}
.cat_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cat_list a {
  display: inline-block;
  vertical-align: middle;
  font-size: .813rem; /* 13px */
  background-color: #1D7FB7;
  color: #fff;
  padding: .25em 1em;
  float: left;
  white-space: nowrap;
  margin: 2px;
}
.cat_list a:hover {
  opacity: .7;
}

@media screen and (max-width: 1100px) {
  .container > .inner.flex {
    display: block;
  }
  .main_column {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}

/* side_column
**************************************** */
.side_column { width: 264px; }
.side_section:not(:last-child) { margin-bottom: 64px; }
.side--ttl {
  letter-spacing: .2em;
  line-height: 1;
  margin-bottom: 16px;
}
.side--ttl small {
  opacity: .5;
  letter-spacing: .15em;
  display: block;
  line-height: 1;
  margin-top: 8px;
}

/* --- post --- */
.posts-side .post:not(:last-child) { margin-bottom: 16px; }
.posts-side .post--img {
  margin-right: 16px;
  width: 64px;
  height: 64px;
}
.posts-side .txtarea { flex: 1; }
.posts-side .post--date { margin-bottom: 0; }
.posts-side .post--ttl { line-height: 1.4; }

/* --- archive --- */
.side_column .archive_list--ttl {
  cursor: pointer;
  font-weight: 500;
  line-height: 1.8;
}
.side_column .archive_list--ttl::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  transition: all .4s ease-out;
}
.side_column .archive_list--ttl.active::after { transform: rotate(315deg); }
.side_column .archive_month { display: none; }

/* --- archive-pulldown --- */
.archive-pulldown {
  position: relative;
  margin-left: auto;
  z-index: 1;
}
.archive-pulldown .archive_list {
  position: relative;
}
.archive-pulldown .archive_list:not(:last-child) { margin-right: 24px; }
.archive-pulldown .archive_list a {
  display: block;
  padding: .25em 1em;
  text-align: left;
}
.archive-pulldown .archive_list a:not(:last-child) { border-bottom: 1px solid #eee; }
.archive-pulldown .archive_list a:hover {
  background-color: #eee;
}
.archive-pulldown .archive_list--label { margin-right: 8px; }
.archive-pulldown .archive_list--btn {
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  padding: .25em 4em .25em 2em;
  background-color: #fff;
  border: 1px solid #ccc;
  font-family: 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: .08em;
}
.archive-pulldown .archive_list--btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: .4em;
  right: .8em;
  margin: auto;
  width: .6em;
  height: .6em;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  transition: all .2s ease-out;
}
.archive-pulldown .active .archive_list--btn::after {
  bottom: -.2em;
  transform: rotate(225deg);
}
.archive-pulldown .archive_list--menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  visibility: hidden;
  margin-top: -1px;
  opacity: 0;
  transition: all .2s ease-out;
}
.archive-pulldown .active .archive_list--menu {
  visibility: visible;
  opacity: 1;
}

/* blog
**************************************** */
.posts-blog .post {
  padding-bottom: 48px;
  padding-top: 48px;
  border-bottom: 1px solid #e5e5e5;
}
.posts-blog .post:first-child { border-top: 1px solid #e5e5e5; }
.posts-blog .post--txtarea { flex: 1; }
.posts-blog .post--img {
  width: 280px;
  margin-right: 40px;
}
.posts-blog .post--img::before {
  padding-top: 75%;
}

@media screen and (max-width: 767px) {
  .posts-blog .post {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .posts-blog .post--img {
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
    text-align: center;
  }
  .posts-blog .post--img img {
    width: auto;
    max-width: 100%;
  }
}

/* news
**************************************** */

/* --- news--archive --- */
.news--archive {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #111;
}
.news--archive li {
  margin-left: 8px;
  margin-right: 8px;
}
.news--archive a {
  color: #fff;
}


/* --- news_list --- */
.news_list .post {
  padding-bottom: 16px;
  padding-top: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #dedede;
}
.news_list .post--info {
  margin-right: 32px;
}
.news_list .post--link:not([href="javascript:void(0);"]):hover {
  color: #1d7fb7;
}
.news_list .post--link:hover svg {
  fill: #1d7fb7;
}

@media screen and (max-width: 767px) {
  .news_list .post { display: block; }
  .news_list .post--info {
    margin-bottom: 8px;
    margin-right: 0;
  }
}

/* school
**************************************** */
.school_info {
  padding-top: 40px;
  background: url(../images/common/bg-ptn01.jpg);
}
.tab_cont .download {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  row-gap: 40px;
  column-gap: 20px;
  margin: 0 0 80px;
}
.tab_cont .download a {
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  border: none;
  background: url(../images/common/dl_arrow.svg) no-repeat center right 35px / 20px, linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
  box-shadow: -1px 1px 10px rgba(83,84,91,0.3);
  min-height: 60px;
  font-family: 'Hiragino UD Sans W5 JIS2004', sans-serif;
  font-size: 1rem;
  letter-spacing: .1em;
  border-radius: 100px;
  padding: 0 30px;
  transition: .2s ease-out;
}

.tab_cont .download a:hover{
  background: url(../images/common/dl_arrow.svg) no-repeat center right 35px / 20px,  linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(6,93,175,1) 100%);
  box-shadow: -1px 1px 10px rgba(83,84,91,0.3);
}
.school_list_cont {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
  padding: 0 20px;
}
.school_list_cont .img--box {
  width: 100%;
  height: 160px;
  border: 10px;
  overflow: hidden;
  position: relative;
}
.school_list_cont .img--box::after,
.school_list_cont .img--box::before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  display: block;
}
.school_list_cont .img--box::before {
  border-radius: 100%;
  background: rgba(4, 105, 183, 0.576);
}
.school_list_cont .img--box::after {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 14px;
  height: 14px;
  transform: translate(calc(-50% + 3px),-50%);
}
.school_list_cont .img--box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.move_list_parts {
  transition: .4s ease-out;
}
.move_list_parts:hover {
  opacity: .8;
}
.move_list_parts .post--textarea {
  height: 100%;
}

.move_list_parts .post--link {
  color: #0468b7;
  font-size: 1rem;
  line-height: 1.4;
}
.school_info .cont_wrap {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  padding: 80px 20px 54px;
  background: #fff;
}
.move_list--inner {
  height: 100%;
}
.move_list--inner .box_round {
  border-radius: 10px;
  height: 100%;
  background: linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
  filter: drop-shadow(0 0 10px rgba(33, 99, 174, .2));
}
.movetime {
  position: absolute;
  top: 0;
  left: 0;
  transform:  translate(-30% ,-40%);
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  color: #fff67f;
  /* border: 2px solid #fff67f; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.movetime .time_circle_svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.movetime .time_circle_svg svg {
  width: 100%;
  height: 100%;
  display: block;
  
}
.movetime .time,
.movetime .text {
  display: block;
  line-height: 1;
}
.movetime .time {
  font-size: 1.25rem;
  text-align: center;
}
.movetime .text {
  font-size: .75rem;
}

.time_box {
  position: relative;
}
.index_btn_time {
  text-align: center;
}
.time_title {
  color: #fff67f;
}
.time_text {
  width: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-55%);
   font-size: 2.625rem;
   color: #fff67f;
   text-align: center;
   display: flex;
    justify-content: center;
    align-items: flex-end;
}
.time_text em {
  font-size: 1rem;
}
/*サークル*/
.time_circle_svg {
  position: relative;
}
.time_circle_svg svg {
  width: 125px;
  height: 125px;
}
.time_circle_svg  circle{
  transform: rotate(-90deg);
}
.time_circle_svg .cicrcle0{
  stroke-width: 6px;
  stroke: #75aed1;
}
.time_circle_svg .cicrcle_abs{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  stroke: #fff67f;
  stroke-width: 10px;
}


.move_list--inner .post--ttl {
  height: calc(100% - 160px);
  padding: 16px 20px 16px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.move_list--inner .post--ttl a {
  color: #fff!important;
  margin: 0 0 10px;
  display: block;
}
.move_list--inner .post--ttl a::before {
  z-index: 1;
}
.move_list--inner .post--ttl span {
  display: block;
  margin-bottom: 10px;
}
.move_list--inner .post--ttl span + br {
  display: none;
}
.move_list--inner .grid {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  column-gap: 8px;
}

.part {
  display: block;
  width: fit-content;



  margin: 0 0 16px;
  padding: 7px 14px;

    color: #fff;
    background: #0468B7;
    border-radius: 10px;

    font-size: 1rem;
    line-height: 1.4;
    border: 2px solid #fff;
}
.check {
  width: fit-content;
  margin:  0 0 0 auto;
  display: flex;
  font-size: .925rem;
  border-radius: 1000px;
  padding: 2px 32px 2px 16px;
  background-color: #fff;
  line-height: 1.2;
  position: relative;
  align-items: center;
}
.check::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background: #0468b7;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/* web-accessibility
*************************************************** */
.web_accessibility > .inner {
  background-color: #fff;
  padding: 48px 30px 30px;
  border: 2px solid #0468b7;
  border-radius: 16px;
}
.web_accessibility .pad_side_40{
  padding: 0 40px;
}
.web_accessibility .table1 th {
  padding: 1em;
  text-align: center;
  color: #0468b7;
}
.web_accessibility .table1 th::before {
  background-color: #0468b7;
}
.web_accessibility .table1 td:not(:last-of-type):nth-of-type(2) {
  text-align: center;
}

/* ##############################################################################

  SINGLE

############################################################################## */

.tab_list {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tab_list li {
  text-align: center;
}
.tab_list li .school_tab {

  background: #E5F0F8;
  border-radius: 10px 10px 0 0;
  font-size: 1.5rem;
  cursor: pointer;
  transition: .2s ease-out;
}
.tab_list li .school_tab .link {
  display: block;
  padding: 5px 10px;
}
.tab_list li .school_tab:hover {
  opacity: .8;
}
.tab_list li .school_tab.active {
  background: #0368B6;
}
.tab_list li .school_tab.active .link {
  color: #fff;
}

#tab_cont {
  position: relative;
  display: grid;
}
#tab_cont .cont_wrap  {
  grid-row: 1;
  grid-column: 1;
  opacity: 0;
  transition: .2s;
  pointer-events: none;
  border-radius: 0 0 20px 20px;
}
#tab_cont .cont_wrap.active {
  opacity: 1;
  pointer-events: all;
}
#tab_cont .editor-ttl2, 
#tab_cont .editor-ttl3 {
  margin: 0 0 60px;
}
#tab_cont .active .editor-ttl2 {
  margin: 0 0 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#tab_cont .active h3.editor-ttl2 {
  margin: 0 0 40px;
  background: #E5F0F8;
}
#tab_cont .active h3.editor-ttl2::before {
  border-radius: 0;
}

#tab_cont .active .editor-ttl4 {
  margin: 0 0 60px;
  font-size: 1.375rem;
}

#tab_cont .inner {
  margin-bottom: 80px;
}

/* school
**************************************** */
.movie--info .section_ttl {
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  row-gap: 10px;
}
.movie--info .section_ttl:not(:last-child) {
  margin: 0 0 40px;
}
.movie--info .section_ttl .time {
  font-size: .6em;
  display: inline-flex;
  column-gap: 10px;
  align-items: center;
  margin: 0 0 0 20px;
}
.movie--info .section_ttl .timettl_text {
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  background: #0368B6;
  display: inline-block;
}
.movie--info--main {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: auto;
  row-gap: 40px;
}
.movie--info--textcont {
  display: flex;
  column-gap: 20px;
}
.movie--about {
  width: 100%;
}
.timeline--list_parts {
  display: grid;
  grid-template-columns: 120px 1fr;
  row-gap: 10px;
  column-gap: 10px;
  border-bottom: dashed 2px  #e4f0f7;
}
.movie--box {
  min-width: 35%;
}
.timeline {
  min-width: 65%;
}
.movie--box{
  width: 100%;
  position: relative;
}
.movie--box video {
  width: 100%;
}
.movieplay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #0468b7;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  filter: drop-shadow(0 0 10px rgba(33, 99, 174, .2));
  transition: .1s ease-out;
}
.movieplay:active {
  transform: translate(-50%,calc(-50% + 1.5px )) scale(.99);
}
.movieplay:hover {
  background: #067fe0;
}
.movieplay span,
.movieplay.pose:hover span {
  width: 35%;
  height: 35%;
  background: #fff;
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateX(17%);
}
.movieplay.pose span{
  clip-path: none;
  border: 2px solid #fff;
  border-width: 0 14px;
  width: 30%;
  background: none;
  transform: translateX(0%);
}

.moviecont {
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 4px solid #0468b7;
  background-color: #fff;
  border-radius: 0 10px 10px 10px;
}
.moviecont--ttl {
  padding: 4px 16px 2px;
  background: #0468b7;
  color: #fff;
  border-radius: 10px 10px 0 0;
  display: grid;
  width: fit-content;
  text-align: center;
  line-height: 1.4;
  grid-template-columns: 100%;
  font-size: 1.25rem;
}
.moviecont--ttl .rubi {
  font-size: .5em;
}



@media screen and (max-width: 767px) {
  #pass p {
    text-align: left;
  }
  .page-teacher .ttl-01 {
    font-size: 2rem;
  }
  .page-teacher .section_pdg {
    padding-top: 20px;
  }
  #tab_cont .cont_wrap{
    padding: 40px 20px;
    border-radius: 10px;
  }
  #tab_cont .active h3.editor-ttl2 {
    margin: 0 0 20px;
    row-gap: 10px;
  }
  .movetime {
    transform: translate(-30% ,-20%); 
  }
  .movie--info--main {
    padding-top: 40px;
  }
  .movie--info--textcont {
    display: block;
    margin: 0 0 40px;
  }
  .movie--about {
    margin: 0 0 40px;
  }
  .movie--info .section_ttl .time {
    margin: 5px 0 0;
    font-size: .925em; 
  }
  .tab_list {
    grid-template-columns: 100%;
    margin: 0 auto 10px;
    row-gap: 10px;
  }
  .tab_list li .school_tab,
  .tab_list li .school_tab {
    border-radius: 1000px;
    font-size: 1.25rem;
  }
  .tab_cont .download a {
    border: none;
    background: url(../images/common/dl_arrow.svg) no-repeat center right 16px / 16px, linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
    padding: 0 30px 0 20px;
    line-height: 1.2;
    font-size: 1rem;
  }
  .tab_cont .download {
    grid-template-columns: repeat(1,1fr);
    row-gap: 10px;
    margin: 0 0 40px;
  }
  .school_list_cont {
    grid-template-columns: repeat(1,1fr);
    padding: 0;
  }
  .timeline--list_parts {
    grid-template-columns: 100%;
    row-gap: 0;
    padding: 10px 0;
  }
  .movie--info .section_ttl {
    margin: 0 0 40px;
  }
  .movieplay {
    width: 60px;
    height: 60px; 
    display: none!important;
  }
  .movieplay.pose span {
    border-width: 0 6px;
  }
  .movie--box {
    background: #000;
  }
  .movie--box video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}

/* pass
**************************************** */
#pass p {
  margin-bottom: 1em;
}
#pass label {
  width: 100%;
  max-width: 530px;
  display: block;
  margin: 0 auto;
  padding: 20px 0 0;
}
#pass label span{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 1.5rem;
  background-color: #0468b7;
    color: #fff;
    text-align: center;
    font-family: 'Hiragino UD Sans W5 JIS2004', sans-serif;
    font-weight: bold;
}
#pass input[name="post_password"] {
  width: 100%;
  margin: 0 0 40px;
  background-color: #ffe6e6;
  padding: 16px 24px;
  font-size: 1.125rem;
  line-height: 1.6;
  border: 1px solid #0468b7;
  background-color: #fff;
  border-color: #0468b7;
  border-width: 2px;
  border-radius: 5px;
  outline: none;
}
#pass input[type="submit"] {
  width: 320px;
  height: 80px;
  margin: 0 auto;
  display: block;
  color: #fff;
  border: none;
  background: url(../images/common/arrow.svg) no-repeat center right 35px / 20px, linear-gradient(24deg, rgba(6,93,175,1) 0%, rgba(13,148,158,1) 100%);
  box-shadow: -1px 1px 40px rgba(83,84,91,0.3);
  border-radius: 100px;
  font-family: 'Hiragino UD Sans W5 JIS2004', sans-serif;
  font-size: 1.125rem;
}
#pass input[type="submit"]:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  #pass label {
    padding-top: 0;
  }
}

/* wp-pagenavi
**************************************** */
.wp-pagenavi {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 40px;
}
.wp-pagenavi .pages {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}
.wp-pagenavi a {
  position: relative;
  padding: .5em 1em;
  background-color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wp-pagenavi a:hover {
  opacity: .7;
}
.wp-pagenavi a {
  color: #fff;
}
.wp-pagenavi > *:not(.pages) {
  max-width: calc(100% / 2.6);
}
.archive .wp-pagenavi > *:not(.pages) {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.wp-pagenavi-single a[rel="prev"],
.wp-pagenavi-single a[rel="next"] {
  width: 40px;
}
.wp-pagenavi > *:not(.pages) {
  margin-bottom: 4px; 
}
.wp-pagenavi > *:not(.pages):not(:last-child) {
  margin-right: 4px;
}
.wp-pagenavi .extend {
  width: 24px !important;
}
.wp-pagenavi a[rel="prev"]::before,
.wp-pagenavi a[rel="next"]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
}
.wp-pagenavi a[rel="prev"]::before,
.wp-pagenavi a[rel="next"]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  width: 8px;
  height: 8px;
}
.wp-pagenavi a[rel="prev"]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .first::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi a[rel="next"]::before,
.wp-pagenavi .last::before,
.wp-pagenavi .last::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wp-pagenavi-single a[rel="prev"]::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wp-pagenavi-single a[rel="next"]::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
  left: -6px;
}
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  right: -6px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 24px;
  }
  .archive .wp-pagenavi > *:not(.pages) {
    width: 32px;
    height: 32px;
  }
  .wp-pagenavi-single a[rel="prev"],
  .wp-pagenavi-single a[rel="next"] {
    width: 32px;
  }
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before {
    left: -5px;
  }
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    right: -5px;
  }
}


/* ##############################################################################

  SEARCH

############################################################################## */

#search-list .section_pdg {
  padding-top: 50px;
  padding-bottom: 50px;
}
#search-list .ttl-01 { margin: 70px 0 0; }


/* ##############################################################################

  FORMY

############################################################################## */
#formy_form table { width: 100%; }
#formy_form th,
#formy_form td {
  padding: 16px;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}
#formy_form th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 34%;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form table textarea {
  width: 100%;
  border-radius: 3px;
  vertical-align: bottom;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form select,
#formy_form textarea {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 1rem;
}
#formy_form textarea { height: 100px; }
#formy_form select { height: 40px; }
#formy_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#formy_form input:hover { opacity:.7; }
#formy_form textarea:hover { opacity:.7; }
#formy_form input:focus { outline: none; }
#formy_form .parsley-validated {  background-color: #eee; }
#formy_form .parsley-error {  background-color: #fee; }
#formy_form .parsley-success {  background-color: #fff; }
.help_text {
  font-size: .875rem; /* 14px */
  color: #999;
}
.hidden_help { display: none; }
.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: .875rem; /* 14px */
  padding: 8px 16px;
}
.requiredIcon {
  background-color: #f55;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: .75rem; /* 12px */
  padding: 2px 5px;
  border-radius: 3px;
  float: right;
}
#formy_btn {
  padding-top: 32px;
  text-align: center;
}
#formy_btn input {
  font-size: inherit;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  padding: 16px 32px;
  -webkit-appearance: none;
  appearance: none;
}
#formy_form ul li input[type="radio"],
#formy_form ul li input[type="checkbox"] { display: none !important; }
  #formy_form ul li label {
  position: relative;
  display: inline-block;
  padding: .5em 8px .5em 40px;
  line-height: 1.6;
  vertical-align: top;
  cursor: pointer;
}
#formy_form ul li label:hover { opacity: .7; }
#formy_form ul li label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #788b93;
  left: 16px;
  top: 12px;
}
#formy_form ul li input[type="radio"] + label::before { border-radius: 10px; }
#formy_form ul li input[type="radio"]:checked + label,
#formy_form ul li input[type="checkbox"]:checked + label {
  color: #df2f2f;
  font-weight: bold;
}
#formy_form ul li input[type="radio"]:checked + label::before,
#formy_form ul li input[type="checkbox"]:checked + label::before {
  border-color: #df2f2f;
}
#formy_form ul li input[type="radio"]:checked + label::after,
#formy_form ul li input[type="checkbox"]:checked + label::after {
  content: "";
  width: 10px;
  height: 18px;
  top: 4px;
  left: 20px;
  border-right: 2px solid #df2f2f;
  border-bottom: 2px solid #df2f2f;
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formy_confirm { background-color: #4dbaff; }
.formy_submit_disabled { background-color: #ccc; }
#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}
.autoConfirmBack { background-color: #aaa; }
.formy_send { background-color: #ff6600; }
#total_required {
  padding: 16px;
  color: #f55555;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #formy_form th,
  #formy_form td {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #formy_form th {
    border-bottom:none;
    padding-bottom: 0;
    white-space: normal;
    font-weight: bold;
  }
  #formy_form td { padding-top: 0; }
  #formy_btn { padding-top: 8px; }
  #formy_btn input {
    width: 100%;
    background-size: contain;
    background-position: center;
  }
  .autoConfirmBack { margin-bottom: 8px; }
}

/* dummy さいごに消す */
.dummy_header {
position: fixed;
width: 1480px;
margin: auto;
max-width: 90%;
background-color: #fff;
top: 0;
left: 0;
right: 0;
margin: auto;
padding: 16px;
box-shadow: rgb(131 131 131 / 22%) 0px 4px 59px;
z-index: 9999;
display: none;
}



.page-create .page_ttl,
.page-create .breadcrumbs,
.page-create .sns_area,
.page-create .footer,


.page-simple .page_ttl,
.page-simple .breadcrumbs,
.page-simple .sns_area,
.page-simple .footer {
display: none;
}
.memo-red {
color: #d33232;
font-size: 90%;
}
.dummy_sakuzu {
display: none;
}
.dummy_sakuzu.active {
position: relative;
background-color: #888;
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 24px;
}
.dummy_torikeshi {
position: absolute;
right: 24px;
top: 24px;
cursor: pointer;
}
#inputFile {
position: relative;
padding: 55px 0 140px;
text-align: center;
}

#dropArea {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 150px 0 0; 
border: 2px dashed #494949;
background: #fff;
transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}

#dropArea.dragover {
border: 2px solid #16a5bf;
background: rgba(22, 165, 191, 0.6);
}

#uploadFile {
position: absolute;
top: 0;
left: 0;
z-index: 10;
display: block;
width: 300px;
height: 80px;
opacity: 0;
}

#inputFileWrap {
position: relative;
display: inline-block;
}

#btnInputFile,
#btnChangeFile {
display: table;
width: 390px;
}

#btnChangeFile {
display: none;
}


#btnInputFile span,
#btnChangeFile span {
position: relative;
z-index: 2;
display: table-cell;
width: 300px;
height: 80px;
border: 1px solid #333;
border-radius: 4px;
background: #333;
text-decoration: none;
color: #fff;
font-size: 26px;
line-height: 1;
font-weight: bold;
vertical-align: middle;
}

#upFileWrap.selected #btnInputFile {
display: none;
}

#upFileWrap.selected #btnChangeFile {
display: table;
}

@media screen and (max-width: 767px) {
#inputFile {
  padding: 20px;
}
#dropArea {
  display: none;
}
#uploadFile {
  width: 100%;
}
#btnInputFile {
  width: 100%;
}
#btnInputFile span,
#btnChangeFile span {
  font-size: 1.286rem;/*18px*/
  height: 50px;
}
}
