/* ##############################################################################

    KEYFRAMES

############################################################################## */

@keyframes hero_anime {
  0% {
    -webkit-mask-position: -100% 0;
  }
  100% {
    -webkit-mask-position: 100% 0;
  }
}
@keyframes arrow_move {
  0%,
  100% {
    margin-left: 5px;
  }
  50% {
    margin-left: -5px;
  }
}

/* --- waypoint --- */
.waypoint {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease-out, transform 0.6s ease-out;
}
.waypoint.active {
  transform: translateY(0);
  opacity: 1;
}

/* ##############################################################################

    COMMON

############################################################################## */

html {
  height: 100%;
  overflow-y: scroll;
}
body {
  font-family: "Koburina Gothic W3 JIS2004";
}

/* layout
**************************************** */

/* --- inner --- */
.inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.inner-sm {
  max-width: 1080px;
}
.inner-lg {
  max-width: 1280px;
}

/* --- section_pdg --- */
.section_pdg {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  /* --- section_pdg --- */
  .section_pdg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* 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-col2 > *:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.flex-col3 > * {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.flex-col3 > *:nth-child(3n) {
  margin-right: 0;
}
.flex-col3 > *:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.flex-col4 > * {
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 2.6%;
}
.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%;
    margin-right: 4%;
    margin-bottom: 6%;
  }
  .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: 6%;
  }
  .flex-sp-col3 > *:nth-child(3n) {
    margin-right: 0;
  }
}

/* bg
********************************************** */
.lps_sec {
  position: relative;
  padding-top: 120px;
  padding-bottom: 280px;
}
.lps_sec:nth-child(2n) {
  background-color: #f0f4f8;
}
.lps_sec::before {
  content: "";
  position: absolute;
  top: -99px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 101px;
  background-image: url(../images/common/line-2.png);
  background-position: center;
}
.lps_sec:nth-child(2n)::before {
  background-image: url(../images/common/line-2-ble.png);
}
main > .lps_sec:first-child {
  padding-top: 80px;
}
main > .lps_sec:first-child::before {
  display: none;
}
main > .lps_sec:last-child {
  padding-bottom: 120px;
}
main > .lps_sec:nth-child(2n-1):last-child {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .lps_sec {
    padding-top: 60px;
    padding-bottom: 96px;
  }
  .lps_sec::before {
    top: -50px;
    height: 50px;
    background-size: auto 100%;
  }
  main > .lps_sec:first-child {
    padding-top: 40px;
  }
  main > .lps_sec:last-child {
    padding-bottom: 60px;
  }
}

/* ttl
********************************************** */
/* --- page_ttl --- */
.page_ttl {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin: 54px 60px 16px;
  height: 540px;
  border-radius: 76px;
  line-height: 1.6;
  background-color: #eee;
  background-size: cover;
  background-position: center;
}
.page_ttl .inner {
  margin: 0;
}
.page_ttl .page_ttl-jp {
  display: block;
  font-size: 286%;
  letter-spacing: 0.16em;
}
.page_ttl .page_ttl-en {
  display: inline-block;
  margin-top: -8px;
  font-size: 127%;
  letter-spacing: 0.04em;
}

/* --- ttl --- */
.ttl-01,
.ttl-02,
.ttl-03 {
  position: relative;
  z-index: 1;
}
.ttl-01 {
  position: relative;
  margin-bottom: 96px;
  font-size: 306%;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: center;
}
.ttl-01::before {
  content: "";
  position: absolute;
  left: calc(50% - 18px);
  bottom: -32px;
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background-color: #7eb6da;
}
.ttl-01.txt-wh::before {
  background-color: #fff;
}
.ttl-02 {
  margin-bottom: 28px;
  font-size: 200%;
  line-height: 1.33;
  letter-spacing: 0.08em;
}
.subpage .ttl-02 {
  text-align: center;
  color: #38a1db;
  font-size: 280%;
  letter-spacing: 0.12em;
}
.ttl-03 {
  margin-bottom: 24px;
  font-size: 146%;
  line-height: 1.4;
  letter-spacing: 2px;
}
.ttl-03 + p {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  /* --- page_ttl --- */
  .page_ttl {
    height: 196px;
    margin: 64px 16px 0;
    border-radius: 24px;
  }
  .page_ttl .page_ttl-jp {
    font-size: 172%;
  }
  .page_ttl .page_ttl-en {
    font-size: 93%;
  }

  /* --- ttl --- */
  .ttl-01 {
    margin-bottom: 56px;
    font-size: 185.7%;
    letter-spacing: 1px;
  }
  .ttl-01::before {
    left: calc(50% - 18px);
    bottom: -24px;
    width: 36px;
    height: 4px;
  }
  .ttl-02,
  .subpage .ttl-02 {
    margin-bottom: 24px;
    font-size: 171.4%;
  }
  .ttl-03 {
    margin-bottom: 16px;
    font-size: 157.1%;
  }
}

/* breadcrumbs
**************************************** */
.breadcrumbs {
  padding: 16px 0;
  font-size: 87%;
}
.breadcrumbs a {
  padding: 0 8px;
  text-decoration: underline;
}
.breadcrumbs .inner > span > span > a {
  padding-left: 0;
}
.breadcrumbs .breadcrumb_last {
  padding: 0 8px;
  color: #38a1db;
}
.breadcrumbs .inner a:hover {
  color: #38a1db;
}
@media screen and (max-width: 767px) {
  .breadcrumbs a {
    padding: 0 4px;
  }
  .breadcrumbs .breadcrumb_last {
    padding: 0 4px;
  }
}

/* txt
**************************************** */
.txt-lg {
  font-size: 107%;
}
.txt-sm {
  font-size: 93%;
}
.txt-attention-kome {
  position: relative;
  padding-left: 1.4em;
}
.txt-attention-kome::before {
  content: "※";
  position: absolute;
  left: 0;
  top: -2px;
}
.txtarea p:not(:last-child) {
  margin-bottom: 1em;
}

.txt-ble,
strong {
  color: #38a1db;
}
.txt-red {
  color: #f56f61;
}
.txt-wh {
  color: #fff !important;
}

/* font
  ********************************************** */
.font-jp,
.ttl-01,
.ttl-02,
.ttl-03,
.editor-ttl,
.editor-ttl2,
.editor-ttl3,
table th,
.wp-pagenavi,
.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6 {
  font-family: "Shuei MaruGo B";
}
.font-en {
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.font-en-b {
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* list
**************************************** */
.list {
  list-style-type: none;
}
.list li {
  margin-bottom: 8px;
}
.list li {
  position: relative;
  padding-left: 1.4em;
}
.list-disc li::before,
.list-square li::before,
.list-circle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background-color: #38a1db;
}
/* 数字付きリスト */
.list-num {
  padding-left: 1.4em;
  list-style-type: decimal;
}
.list-num li {
  padding-left: 0;
}
.list-num li::before {
  display: none;
}
/* 白丸付きリスト */
.list-circle li::before {
  border: 1px solid #38a1db;
  background-color: transparent;
}
/* 四角付きリスト */
.list-square li::before {
  border-radius: 0;
  background-color: #38a1db;
}
/* 入れ子のスタイル */
.list li ul {
  margin-top: 16px;
}
.list li ul li::before {
  width: 6px;
  height: 6px;
  top: 0.8em;
}

/* --- dlリスト --- */
.list-dl {
  position: relative;
  border-top: 1px solid #bfbfbf;
}
.list-dl dt {
  position: absolute;
  padding-top: 16px;
  color: #666;
  font-weight: 700;
}
.list-dl dd {
  padding-left: 140px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #bfbfbf;
}
.list-dl-sm {
  border-color: #d4d4d4;
}
.list-dl-sm dt {
  padding-top: 8px;
}
.list-dl-sm dd {
  padding-left: 90px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: #d4d4d4;
}
.list-detail:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .list-dl dd {
    padding-left: 110px;
  }
}

/* btn
********************************************** */
.btn + .btn {
  margin-top: 12px !important;
}
.btn {
  text-align: center;
}
.btn a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 17px 32px;
  border-radius: 32px;
  min-width: 264px;
  color: #fff;
  font-size: 94%;
  border: solid 2px #c0c8d0;
  background-color: #c0c8d0;
}
.btn-wh a {
  border: solid 2px #fff;
  background-color: transparent;
}
.btn svg {
  fill: #fff;
  transition: all 0.4s ease-out;
}
.btn a[target="_blank"] {
  padding-right: 56px;
}
.btn a[href$=".pdf"] {
  padding-left: 56px;
}
.btn a:hover {
  border-color: #4a84a6;
  background-color: #4a84a6;
}

@media screen and (max-width: 767px) {
  .btn a {
    min-width: 0;
    width: 264px;
    max-width: 100%;
  }
  .btn a[target="_blank"] {
    padding-left: 48px;
    padding-right: 48px;
  }
  .btn a[target="_blank"]::after {
    right: 10px;
  }
  .btn a[href$=".pdf"]::after {
    right: 7px;
    width: 20px;
    height: 9px;
  }
}

/* マウスカーソル
**************************************** */
#cursor {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(128, 139, 146, 0.2);
  width: 34px;
  height: 34px;
  border-radius: 100%;
  pointer-events: none;
  z-index: 9999;
  transition: all 0.05s ease-in-out;
}
#cursor.active {
  transform: scale(2);
}
@media screen and (max-width: 1140px) {
  #cursor {
    display: none;
  }
}

/* ##############################################################################

    HEADER

############################################################################## */

/* header
**************************************** */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  line-height: 1;
  transition: all 0.4s ease-out;
}
.header--logo {
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: 1;
}
.header--logo .big {
  width: 154px;
  height: auto;
}
.header--logo .normal {
  width: 0;
  height: 0;
  opacity: 0;
}
.header--nav {
  position: relative;
  flex: 1;
  height: 104px;
  margin-left: 224px;
}

/* --- scroll-active --- */
.scroll-active {
  top: 24px;
  left: 60px;
  right: 60px;
  background-color: #fff;
  border-radius: 16px;
}
.scroll-active .header--logo {
  top: 26px;
}
.scroll-active .header--logo .big {
  width: 0;
  height: 0;
  opacity: 0;
}
.scroll-active .header--logo .normal {
  width: 203px;
  height: auto;
  opacity: 1;
}
.scroll-active .gnav--list {
  transform: translateX(0);
}
.scroll-active .gnav--list-sm {
  opacity: 0;
}
.scroll-active .gnav--tel {
  transform: translateY(0);
}
.scroll-active .gnav--tel a {
  padding-left: 24px;
}

@media screen and (max-width: 1400px) {
  .scroll-active .header--logo .normal {
    width: 160px;
    margin-top: 4px;
    transform: translateX(-8px);
  }
  .header--nav {
    margin-left: 204px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: absolute;
  }
  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    transition: 0.4s ease-out;
    transition-delay: 0s;
  }
  .header--logo {
    top: 13px;
    left: 14px;
  }
  .header--logo .big {
    display: none;
  }
  .header--logo .normal {
    width: 144px;
    height: auto;
    margin-top: 0;
    transform: translateX(0);
    opacity: 1;
  }
  .header--nav {
    height: 64px;
  }
}
@media screen and (max-width: 330px) {
  .header--logo .normal {
    width: 120px;
    margin-top: 2px;
  }
}

/* gnav
**************************************** */
.gnav--list {
  transform: translateY(62px);
}
.gnav--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 24px;
  font-size: 106%;
  text-align: center;
}
.gnav--link:hover,
.current .gnav--link {
  color: #38a1db;
}

.gnav--reserve .btn a {
  padding-right: 0;
  padding-left: 0;
  min-width: 170px;
  background-color: #4a84a6;
  border: none;
}
.gnav--reserve .btn a:hover {
  background-color: #38a1db;
}
.gnav--reserve .btn a span {
  color: #fff;
}
.gnav--reserve .btn {
  margin: 28px 32px 0 0;
}

/* ---gnav--dropdown-hover --- */
.gnav--dropdown-hover,
.gnav--dropdown-hover span {
  position: relative;
}
.gnav--dropdown-hover span::before,
.gnav--dropdown-hover span::after {
  content: "";
  position: absolute;
  bottom: -18px;
  display: block;
  width: 7px;
  height: 2px;
  background-color: #38a1db;
}
.gnav--dropdown-hover span::before {
  left: calc(50% - 5px);
  transform: rotate(40deg);
}
.gnav--dropdown-hover span::after {
  right: calc(50% - 6px);
  transform: rotate(-40deg);
}

/* ---gnav--dropdown --- */
.gnav--dropdown {
  position: absolute;
  left: 50%;
  min-width: 640px;
  margin-top: -10px;
  padding: 10px 24px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-out;
  transition-delay: 0s;
}
.gnav--dropdown ul {
  margin-top: 12px;
}
.gnav--dropdown .home_menu--list li {
  width: 23.5%;
  margin-bottom: 12px;
}
.gnav--dropdown .home_menu--list a {
  padding: 24px 12px 20px;
  border-radius: 12px;
}
.gnav--dropdown .home_menu--list .img {
  width: 52px;
  height: 45px;
  margin: 0 auto 12px;
}
.gnav--dropdown .home_menu--list img {
  width: auto;
  max-height: 100%;
}
.gnav--dropdown .home_menu--list .txt {
  font-size: 92%;
}
.gnav--dropdown .home_menu--list .txt:before {
  display: none;
}
@media all and (-ms-high-contrast: none) {
  .gnav--dropdown {
    max-width: 640px;
  }
  .gnav--dropdown .home_menu--list .img {
    width: 104px;
    height: 91px;
    margin-top: -24px;
    margin-bottom: -8px;
    transform: scale(0.5, 0.5);
  }
  .gnav--dropdown .home_menu--list img {
    max-height: none;
  }
}

/* --- gnav--list-sm --- */
.gnav--list-sm {
  position: absolute;
  top: 16px;
  align-items: center;
  right: 32px;
  letter-spacing: 0.12em;
  line-height: 1;
}
.gnav--list-sm li:not(:last-child) {
  margin-right: 1.6em;
}
.gnav--list-sm a {
  padding: 8px 24px;
  font-size: 18px;
}
.gnav--list-sm a:hover {
  opacity: 0.5;
}
.gnav--list-sm svg {
  fill: #fff;
  margin-left: 4px;
  transform: translateY(-1px);
}
.gnav--list-sm .bg-pink {
  padding: 10px 24px;
  border-radius: 20px;
  background-color: #f56f61;
}
/* --- cta-tel --- */
.gnav--tel {
  transform: translateY(-8px);
}
.gnav--tel a {
  padding-left: 8px;
}
.cta-tel {
  max-width: 360px;
}
.cta-tel--txt {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 87%;
  letter-spacing: 0.04em;
}
.cta-tel--num {
  display: block;
  font-size: 240%;
  letter-spacing: 0.01em;
}

/*hover*/
@media screen and (min-width: 768px) {
  .gnav--dropdown-hover:hover .gnav--dropdown {
    opacity: 1;
    pointer-events: auto;
    transition: 0.4s ease-out;
  }
  .gnav,
  .gnav--list,
  .gnav--list > li:not(.gnav--entry),
  .gnav--list a {
    height: 100%;
  }
  .gnav_btn_tel {
    display: none !important;
  }
}

@media screen and (max-width: 1400px) {
  .gnav--link {
    padding: 4px 12px;
    font-size: 90%;
  }
  .gnav--dropdown {
    margin-top: 0;
  }
  .gnav--tel .cta-tel--num {
    font-size: 200%;
  }
}
@media screen and (max-width: 767px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 56px;
    opacity: 0;
    padding: 64px 40px 40px;
    pointer-events: none;
    transition: 0.4s ease-out;
    transform: translateY(-100%);
    background-color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .gnav::-webkit-scrollbar {
    display: none;
  }
  .header.active .gnav {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
  .gnav--list {
    display: block;
    transform: translateY(0);
  }
  .gnav--list li {
    width: 100%;
  }
  .gnav--link {
    position: relative;
    display: block !important;
    padding: 24px;
    padding-right: 0;
    color: #38a1db;
    text-align: left;
    font-size: 108%;
  }
  .gnav--link::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 7px;
    height: 7px;
    border-top: solid 2px #38a1db;
    border-right: solid 2px #38a1db;
    transform: rotate(45deg);
  }
  .gnav--list svg {
    margin-left: 2px;
    fill: #38a1db;
  }
  .gnav--list-sm {
    display: none;
  }

  /* --- gnav--dropdown --- */
  .gnav--dropdown {
    position: static;
    left: auto;
    min-width: 0;
    padding: 0 0 4px 24px;
    box-shadow: none;
    pointer-events: auto;
    opacity: 1;
    border-radius: 0;
    transform: translateX(0);
  }
  .gnav--dropdown-hover span::before,
  .gnav--dropdown-hover span::after {
    display: none;
  }
  .gnav--dropdown .home_menu--list .img {
    display: none;
  }
  .gnav--dropdown .home_menu--list li {
    width: 100%;
    margin-bottom: 0;
  }
  .gnav--dropdown .home_menu--list a {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .gnav--dropdown .home_menu--list .txt {
    display: block;
    text-align: left;
    color: #686868;
    font-size: 94%;
  }
  .gnav--dropdown .home_menu--list .txt::before {
    content: "";
    position: static;
    top: auto;
    left: auto;
    display: inline-block;
    width: 7px;
    height: 0;
    margin-right: 12px;
    border-top: solid 2px #cdcdcd;
    border-right: none;
    transform: translateY(-4px);
  }
  .gnav--dropdown .home_menu--list .txt br {
    display: none;
  }
  .gnav--dropdown .home_menu--list .txt span {
    display: inline;
  }

  /* --- gnav_btn --- */
  .gnav_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 56px;
    height: 64px;
    padding-bottom: 18px;
    z-index: 9999;
  }
  .gnav_btn--lines {
    position: relative;
    width: 24px;
    height: 9px;
  }
  .gnav_btn--lines::before {
    content: "メニュー";
    position: absolute;
    left: -7px;
    bottom: -20px;
    color: #5a6166;
    font-size: 10px;
    font-family: "Shuei MaruGo B";
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  .header.active .gnav_btn--lines::before {
    content: "CLOSE";
    left: -3px;
  }
  .gnav_btn--lines span {
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .gnav_btn--lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #5a6166;
  }
  .gnav_btn--lines span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn--lines span:nth-of-type(2) {
    bottom: 0;
  }
  .header.active .gnav_btn--lines span:nth-of-type(1) {
    -webkit-transform: translateY(2px) rotate(-45deg);
    transform: translateY(2px) rotate(-45deg);
  }
  .header.active .gnav_btn--lines span:nth-of-type(2) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }

  /* --- sp_nav-fixed --- */
  .sp_nav-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .sp_nav-fixed li {
    width: 33.33%;
  }
  .sp_nav-fixed a {
    height: 56px;
    color: #fff;
    white-space: nowrap;
    font-size: 108%;
  }
  .sp_nav-fixed--tel a {
    background-color: #f56f61;
  }
  .sp_nav-fixed--time a {
    background-color: #38a1db;
  }
  .sp_nav-fixed--map a {
    background-color: #4a84a6;
  }
  .sp_nav-fixed svg,
  .sp_nav-fixed img {
    margin-right: 6px;
  }
  .sp_nav-fixed svg {
    fill: #fff;
  }
}

/* ##############################################################################

    FOOTER

############################################################################## */

.footer {
  overflow: hidden;
}
.footer > .inner {
  padding-top: 110px;
  padding-bottom: 92px;
}

@media screen and (max-width: 767px) {
  .footer > .inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

/* footer--about
********************************************** */
.footer--about {
  width: 45%;
}
.footer--logo {
  margin-bottom: 52px;
}
.footer--about .cta-tel a {
  display: block !important;
  padding: 0;
  margin-bottom: 44px;
  text-align: left;
}
.footer--about .cta-tel--txt {
  font-size: 100%;
}
.footer--about .cta-tel--num {
  font-size: 280%;
  line-height: 1;
}
.footer--about .time_table .add {
  color: #3a3a3a;
}
.footer--map {
  width: 45%;
}
.footer--map--box {
  position: relative;
  width: 600px;
  max-width: 100%;
  height: 560px;
  overflow: hidden;
}
.footer--map iframe {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  border: 0;
}

@media screen and (max-width: 767px) {
  .footer--about {
    width: 100%;
    margin-bottom: 24px;
  }
  .footer--logo {
    margin-bottom: 48px;
    text-align: center;
  }
  .footer--logo img {
    width: 200px;
  }
  .footer--about .cta-tel {
    max-width: none;
  }
  .footer--about .cta-tel a {
    margin-bottom: 16px;
  }
  .footer--about .cta-tel--txt {
    font-size: 93%;
    text-align: center;
  }
  .footer--about .cta-tel--num {
    font-size: 240%;
    text-align: center;
  }
  .footer--map {
    width: 100%;
  }
  .footer--map--box {
    width: 100%;
    height: 280px;
  }
  .footer--map iframe {
    width: 100%;
    height: 280px;
  }
}

/* footer--nav
********************************************** */
.footer--nav {
  position: relative;
  margin-top: 33px;
  padding-top: 60px;
  padding-bottom: 18px;
  background-color: #f4f4f4;
  font-size: 107%;
}
.footer--nav::before {
  content: "";
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 33px;
  background-image: url(../images/common/line-3.png);
  background-position: center;
}
.footer--nav01 {
  width: 13%;
}
.footer--nav02 {
  width: 25%;
}
.footer--nav03 {
  width: 55%;
}

.footer--nav01 li:not(:last-child),
.footer--nav02 li:not(:last-child),
.footer--nav03 p {
  margin-bottom: 16px;
}
.footer--nav03 li:not(:last-child) {
  margin-bottom: 8px;
}
.footer--nav03 a {
  color: #686868;
  font-size: 88%;
}
.footer--nav01 a::before,
.footer--nav02 a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 12px;
  border-top: solid 2px #38a1db;
  border-right: solid 2px #38a1db;
  transform: translateY(-3px) rotate(45deg);
}
.footer--nav03 a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 0;
  margin-right: 12px;
  border-top: solid 2px #cdcdcd;
  transform: translateY(-4px);
}
.footer--nav svg {
  margin-left: 4px;
  fill: #b3b3b3;
}
.footer--nav a:hover {
  color: #38a1db !important;
}
.footer--nav a:hover svg {
  fill: #38a1db;
}

.sns_area {
  padding-top: 16px;
}
.sns_area li {
  width: auto !important;
  margin-right: 8px;
  margin-bottom: 0 !important;
}
.sns_area .fb {
  transform: translateY(-3px);
}
.sns_area a:before {
  display: none;
}

@media screen and (max-width: 1230px) {
  .footer--nav01 {
    width: 20%;
  }
  .footer--nav02 {
    width: 35%;
  }
  .footer--nav03 {
    width: 30%;
  }
  .footer--nav03 li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer--nav {
    margin-top: 16px;
    padding: 40px 16px 66px;
    font-size: 100%;
  }
  .footer--nav::before {
    top: -16px;
    height: 16px;
    background-size: auto 100%;
  }
  .footer--nav01,
  .footer--nav02,
  .footer--nav03 {
    width: 100%;
  }
  .footer--nav01 {
    margin-bottom: 16px;
  }
  .footer--nav02 {
    margin-bottom: 32px;
  }
}

/* pbll
********************************************** */
.pbll {
  display: block;
  opacity: 0.3;
  margin-top: 24px;
  padding-right: 12px;
  text-align: right;
}
.pbll:hover {
  opacity: 1;
}

/* ##############################################################################

    INDEX

############################################################################## */

/* home_notice
*************************************************** */
.home_notice {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(86, 153, 170, 0.8);
}
.home_notice.hide,
.home_notice.hide .home_notice--content .close {
  opacity: 0;
  pointer-events: none;
}
.home_notice--content {
  position: relative;
  width: 100%;
  height: 90vh;
  margin-top: 5vh;
  padding: 104px 60px 104px 120px;
  border-radius: 64px;
  background-color: #fff;
  box-shadow: 0 0 32px rgba(9, 53, 94, 0.3);
}
.home_notice--content .scroll {
  width: 100%;
  height: 100%;
  padding-right: 60px;
  margin-bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* --- close ---*/
.home_notice--content .close {
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 10;
  width: 64px;
  height: 64px;
  background-color: #fff;
  color: #38a1db;
  box-shadow: 0 0 32px rgba(9, 53, 94, 0.3);
  border: solid 6px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease-out;
  opacity: 1;
  pointer-events: auto;
}
.home_notice--content .close::before,
.home_notice--content .close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 4px;
  background-color: #38a1db;
  border-radius: 2px;
}
.home_notice--content .close::before {
  transform: rotate(45deg);
}
.home_notice--content .close::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .home_notice--content {
    height: 85vh;
    margin-top: 4vh;
    padding: 36px 14px 36px 28px;
    border-radius: 24px;
    box-shadow: 0 0 16px rgba(9, 53, 94, 0.3);
  }
  .home_notice--content .scroll {
    padding-right: 14px;
  }

  /* --- close ---*/
  .home_notice--content .close {
    top: -16px;
    right: -12px;
    width: 48px;
    height: 48px;
    box-shadow: 0 0 16px rgba(9, 53, 94, 0.3);
    border: solid 3px;
  }
  .home_notice--content .close::before,
  .home_notice--content .close::after {
    width: 24px;
    height: 2px;
  }
}

/* hero--reception_time
*************************************************** */
.hero--reception_time {
  position: absolute;
  top: 510px;
  right: 0;
  z-index: 100;
}
.hero--reception_time.fixed {
  position: fixed;
  top: 150px;
  pointer-events: none;
}
.hero--reception_time .reception_time {
  transition: all 0.4s ease-out;
}
.hero--reception_time.fixed .reception_time {
  transform: translateX(596px); /* IE */
  transform: translateX(calc(100% - 96px));
  box-shadow: 0 0 32px rgba(9, 53, 94, 0.17);
}
.hero--reception_time.fixed:not(.smooth) .reception_time:hover {
  transform: translateX(0);
  box-shadow: 0 0 68px rgba(9, 53, 94, 0.2);
}
@media all and (-ms-high-contrast: none) {
  body:not(.home) .hero--reception_time.fixed .reception_time {
    transform: translateX(120px); /* IE */
  }
}

/* --- reception_time ---*/
.reception_time {
  padding: 32px 64px 44px 4px;
  border-radius: 48px 0 0 48px;
  background-color: #fff;
  box-shadow: 0 0 68px rgba(9, 53, 94, 0.2);
  pointer-events: auto;
}
.reception_time .ttl {
  padding: 4px 32px;
  margin-right: 48px;
  border-right: solid 2px #ddd;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 107%;
  letter-spacing: 0.2em;
}
.reception_time .ttl img {
  margin-bottom: 8px;
  transform: translateX(-4px);
}
@-moz-document url-prefix() {
  body:not(.home) .reception_time .ttl {
    transform: translateX(-32px);
  }
  .reception_time .ttl img {
    transform: translateX(0);
  }
}
@media all and (-ms-high-contrast: none) {
  .reception_time .ttl img {
    transform: translateY(4px);
  }
}

.time_table th,
.time_table td {
  padding: 12px 0;
  border-bottom: solid 1px #e8e8e8;
}
.time_table th:first-child {
  padding-left: 8px;
  padding-right: 8px;
  text-align: left;
}
.time_table th:not(:first-child) {
  width: 44px;
}
.time_table .time {
  font-size: 127%;
  letter-spacing: 0.04em;
}
.time_table .check::before {
  content: "";
  display: block;
  width: 0.85em;
  height: 0.85em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #38a1db;
}
.time_table small {
  display: inline-block;
  font-size: 80%;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.time_table td small {
  transform: translateY(-3px);
}
.time_table .add {
  margin-top: 24px;
  color: #7e7e7e;
  letter-spacing: 0.06em;
  line-height: 1;
}
.time_table .add img {
  margin-right: 10px;
}
.time_table .add a {
  display: inline-block;
  padding: 2px 10px;
  margin-left: 16px;
  border: solid 1px #73b6da;
  color: #73b6da;
  font-size: 80%;
  border-radius: 16px;
}
.time_table .add a:hover {
  border-color: #aaa;
  color: #aaa;
}

@media screen and (max-width: 767px) {
  .time_table th,
  .time_table td {
    padding: 16px 0;
    vertical-align: middle;
    line-height: 1.4;
  }
  .time_table tr:first-child th {
    font-size: 86%;
  }
  .time_table .time {
    font-size: 86%;
  }
  .time_table .add a {
    transform: translateY(-1px);
  }
}

/* hero
*************************************************** */
.hero {
  position: relative;
  z-index: 0;
}
.hero--cont {
  position: relative;
  z-index: 0;
  width: calc(100% - 120px);
  max-width: 1800px;
  max-height: 800px;
  margin-top: 69px;
  margin-left: auto;
  margin-right: auto;
}
.hero--cont::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.hero--ttl {
  position: absolute;
  top: calc(50% - 190px);
  left: 120px;
}
.hero--ttl-main {
  margin-bottom: 16px;
  font-size: 280%;
  color: #fff;
  letter-spacing: 0.18em;
}
.hero--ttl-sub {
  font-size: 154%;
  color: #fff;
  letter-spacing: 0.16em;
  line-height: 1.6;
  margin-bottom: 10px;
}
.header--copyright {
  position: absolute;
  top: 50%;
  left: 24px;
  color: #a0bac8;
  transform: translateX(-50%) rotate(90deg);
  transform-origin: center 100%;
  line-height: 1;
  font-size: 73%;
  letter-spacing: 0.04em;
}
.hero--img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #94d8f1;
  background: linear-gradient(25deg, rgba(148, 216, 241, 0.85) 0%, rgba(123, 227, 228, 0.85) 100%);
  background-position: center;
  background-size: cover;
  border-radius: 100px;
  overflow: hidden;
}

/* --- slide-hero --- */
.slide-hero li {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle farthest-corner at 100% 0%, #000 60%, transparent 90%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  -webkit-mask-position: -100% 0;
  transition-property: -webkit-mask-position;
  transition-property: mask-position;
  transition-property: mask-position, -webkit-mask-position;
  transition-duration: 5s;
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
.slide-hero,
.slide-hero .slick-list > li,
.slide-hero .slide-img {
  width: 100%;
  height: 100%;
}
.slide-hero,
.slide-hero .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  transition: 10s ease-in-out;
}
.slide-hero .slide01 .slide-img {
  background-image: url(../images/home/hero_slide1.jpg);
}
.slide-hero .slide02 .slide-img {
  background-image: url(../images/home/hero_slide2.jpg);
}
.slide-hero .slide03 .slide-img {
  background-image: url(../images/home/hero_slide3.jpg);
}
.slide-hero .slide04 .slide-img {
  background-image: url(../images/home/hero_slide4.jpg);
}
.slide-hero > .slick-list,
.slide-hero > .slick-list > .slick-track {
  height: 100%;
}
.slide-hero .preve-slide {
  opacity: 1 !important;
}
.slide-hero .slide-animation {
  animation: hero_anime 2s forwards;
}
.slide-hero .slide-animation .slide-img {
  transform: scale(1.04);
}

@media screen and (max-width: 1500px) {
  .hero--cont {
    height: 800px;
  }
  .hero--ttl {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .hero--cont {
    width: calc(100% - 24px);
    height: calc(90vh - 72px);
    margin-top: 64px;
  }
  .hero--ttl {
    top: calc(50% - 50px);
    left: 24px;
  }
  .hero--ttl-main {
    margin-bottom: 8px;
    font-size: 200%;
  }
  .hero--ttl-sub {
    font-size: 108%;
    margin-bottom: 3px;
  }
  .header--copyright {
    display: none;
  }
  .hero--img {
    border-radius: 24px;
  }
  .slide-hero .slide01 .slide-img {
    background-image: url(../images/home/hero_slide1_sp.jpg);
  }
  .slide-hero .slide02 .slide-img {
    background-image: url(../images/home/hero_slide2_sp.jpg);
  }
  .slide-hero .slide03 .slide-img {
    background-image: url(../images/home/hero_slide3_sp.jpg);
  }
  .slide-hero .slide04 .slide-img {
    background-image: url(../images/home/hero_slide4_sp.jpg);
  }

  /* --- slide-hero --- */
  .slide-hero li {
    -webkit-mask-image: radial-gradient(circle farthest-corner at 150% 0%, #000 60%, transparent 90%);
  }
}
/* --- 企業認定マーク（hero--mark） --- */
.hero--mark {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px;
  border-radius: 30px;
  width: fit-content;
}
.hero--mark h2 {
  font-size: 23px;
}
.hero--mark-img {
  width: 90px;
  margin-right: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .hero--mark-img {
    width: 50px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .hero--mark {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px;
    border-radius: 20px;
  }
  .hero--mark h2 {
    font-size: 15px;
  }
}
/* home_banner
********************************************** */
.home_banner {
  width: 100%;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.home_banner a {
  width: 90%;
  max-width: 540px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: 0.4s ease-in-out;
}
.home_banner a:hover {
  opacity: 0.8;
}

/* home_news
********************************************** */
.home_news {
  position: absolute;
  left: 124px;
  bottom: 56px;
  width: 500px;
  max-width: 100%;
}
.home_news .ttl {
  margin-left: 1px;
  margin-bottom: 2px;
  color: #fff;
  font-weight: 300;
  font-size: 120%;
  letter-spacing: 0.1em;
}
.home_news--list {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
}
.home_news .post {
  padding: 4px 40px 4px 24px;
}

.home_news .post--date {
  margin-right: 1em;
  letter-spacing: 0.04em;
  color: #f56f61;
  font-size: 114%;
}
.home_news .post--ttl {
  color: #f56f61;
  font-size: 114%;
  transform: translateY(2px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_news .more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 36px;
}
.home_news .more::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  border-top: solid 2px #f56f61;
  border-right: solid 2px #f56f61;
  transform: rotate(45deg);
  animation: arrow_move 1.5s linear infinite;
}
.home_news a:hover,
.home_news .more:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .home_news {
    left: 32px;
    right: 32px;
    bottom: 12px;
    width: auto;
  }
  .home_news--list {
    padding: 10px 14px;
  }
  .home_news .post {
    padding: 2px 40px 4px 16px;
  }
  .home_news .post--date {
    padding-top: 2px;
    margin-right: 0.7em;
    font-size: 93%;
  }
  .home_news .post--ttl {
    font-size: 100%;
  }
  .home_news .more {
    top: 4px;
    width: 40px;
  }
}

/* home_menu
*************************************************** */
.home_menu {
  padding-top: 180px;
  padding-bottom: 104px;
}
.home_menu .ttl-01::before {
  background-color: #d7d7d7;
}
.home_menu--list {
  margin-top: 88px;
}
.home_menu--list li {
  width: 24%;
  max-width: 240px;
  margin-bottom: 48px;
}
.home_menu--list a {
  display: block;
  padding: 40px;
  background-color: #f4f4f4;
  border-radius: 32px;
  text-align: center;
  transition: all 1s ease-out;
}
.home_menu--list .img {
  width: 104px;
  height: 91px;
  margin: 0 auto 28px;
}
.home_menu--list .txt {
  position: relative;
  min-height: 2.6em;
  line-height: 1.3;
  font-size: 120%;
}
.home_menu--list .txt::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: -8px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #faa49b;
  border-right: solid 2px #faa49b;
  transform: rotate(45deg);
}
.home_menu--list .txt span {
  display: none;
}

@media screen and (min-width: 768px) {
  .home_menu .ttl-01 {
    margin-right: 134px;
    margin-bottom: 0;
    line-height: 1;
  }
  .home_menu .ttl-01::before {
    top: 6px;
    right: -64px;
    left: auto;
    border: auto;
    width: 3px;
    height: 36px;
  }
  .home_menu--list a:hover {
    background-color: #fff;
    box-shadow: 0 0 64px rgba(4, 9, 21, 0.13);
  }
}
@media screen and (max-width: 767px) {
  .home_menu {
    padding-top: 60px;
    padding-bottom: 52px;
  }
  .home_menu--txt br {
    display: none;
  }
  .home_menu--list {
    margin-top: 32px;
  }
  .home_menu--list li {
    width: 48%;
    margin-bottom: 12px;
  }
  .home_menu--list a {
    padding: 24px 12px 20px;
    border-radius: 12px;
  }
  .home_menu--list .img {
    width: 52px;
    height: 45px;
    margin: 0 auto 12px;
  }
  .home_menu--list img {
    width: auto;
    max-height: 100%;
  }
  .home_menu--list .txt {
    font-size: 92%;
  }
  .home_menu--list .txt:before {
    display: none;
  }
}

/* home_point
*************************************************** */
.home_point {
  position: relative;
  margin-top: 127px;
  padding-top: 112px;
  padding-bottom: 101px;
  background-color: #91c3e0;
  counter-reset: number 0;
}
.home_point::before {
  content: "";
  position: absolute;
  top: -125px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 127px;
  background-image: url(../images/common/line-1.png);
  background-position: center;
}
.home_point--list {
  padding-top: 40px;
}
.home_point--list li {
  position: relative;
  width: 31%;
  max-width: 373px;
  padding-bottom: 88px;
  margin-bottom: 184px;
}
.home_point--list li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: -72px;
  left: -52px;
  z-index: 0;
  font-size: 600%;
  line-height: 1;
  color: #fff;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.home_point--list .img {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 44px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.home_point--list .ttl-02 {
  min-height: 2.6em;
}
.home_point--list .txt {
  color: #5a6166;
}
.home_point--list .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .home_point {
    margin-top: 64px;
    padding-top: 56px;
    padding-bottom: 50px;
  }
  .home_point::before {
    top: -64px;
    height: 64px;
    background-size: auto 100%;
  }
  .home_point--list {
    padding-top: 20px;
  }
  .home_point--list li {
    width: 100%;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 72px;
  }
  .home_point--list li::before {
    top: -54px;
    left: -16px;
    font-size: 450%;
  }
  .home_point--list .img {
    margin-bottom: 28px;
    border-radius: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
  .home_point--list .ttl-02 {
    min-height: 0;
  }
  .home_point--list .btn {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 28px;
  }
}

/* home_blog
*************************************************** */
.home_blog {
  position: relative;
  margin-top: -101px;
  padding-top: 240px;
}
.home_blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 101px;
  background-image: url(../images/common/line-2.png);
  background-position: center;
}
.home_blog--list {
  margin-bottom: 40px;
}
.home_blog--list .post--date {
  margin-bottom: 12px;
  color: #7eb6da;
  font-size: 114%;
  letter-spacing: 0.04em;
  transition: all 0.4s ease-out;
}
.home_blog--list .post--img {
  width: 100%;
  padding-top: 72.4%;
  margin-bottom: 24px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
}
.noimage {
  background-color: #f0f4f8;
  background-image: url(../images/common/noimage.svg);
  background-size: auto 40% !important;
  background-repeat: no-repeat;
  background-position: center;
}
.home_blog--list .post--ttl {
  min-height: 3em;
  margin-bottom: 12px;
  font-size: 127%;
  line-height: 1.5;
}
.home_blog--list .post--txt {
  font-size: 87%;
  line-height: 1.6;
  color: #9d9d9d;
  transition: all 0.4s ease-out;
}
.home_blog--list a:hover,
.home_blog--list a:hover .post--date,
.home_blog--list a:hover .post--txt {
  color: #f56f61;
}

@media screen and (max-width: 767px) {
  .home_blog {
    margin-top: -50px;
    padding-top: 120px;
  }
  .home_blog::before {
    height: 50px;
    background-size: auto 100%;
  }
  .home_blog--list {
    margin-bottom: 20px;
  }
  .home_blog--list .post--date {
    margin-bottom: 6px;
    font-size: 93%;
  }
  .home_blog--list .post--img {
    margin-bottom: 16px;
    border-radius: 12px;
  }
  .noimage {
    background-size: auto 50% !important;
  }
  .home_blog--list .post--ttl {
    margin-bottom: 6px;
    font-size: 108%;
  }
}

/* home_recruit
*************************************************** */
.home_recruit {
  position: relative;
  padding-top: 114px;
  padding-bottom: 124px;
}
.home_recruit::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 50%;
  background-color: #f0f4f8;
}
.home_recruit a {
  position: relative;
  display: inline-block;
  padding: 36px;
}
.home_recruit a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(../images/home/bnr_recruit_shadow.png);
  opacity: 0;
  transition: all 0.4s ease-out;
}
.home_recruit a:hover::before {
  opacity: 1;
}
.home_recruit picture {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .home_recruit {
    padding-top: 80px;
    padding-bottom: 62px;
  }
  .home_recruit a {
    padding: 0 8px;
  }
  @media screen and (max-width: 950px) {
    .home_recruit .flex {
      flex-flow: row wrap;
      gap: 20px;
    }
    .home_recruit .flex a {
      flex: 1 0 100%;
    }
  }
  .home_recruit a::before {
    display: none;
  }
}

/* ##############################################################################

    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;
  font-size: 85%;
}
.cat_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.post .post--img img {
  overflow: hidden;
  border-radius: 3px;
}
.cat_list a,
.cat_list span {
  display: inline-block;
  vertical-align: middle;
  font-size: 79%;
  background-color: #ff6363;
  color: #fff;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 16px;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  white-space: nowrap;
}
.cat_list a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1100px) {
  .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_section a:hover {
  color: #38a1db;
}

/* --- side--list --- */
.side_column .side--list li a {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
  border-bottom: solid 1px #eee;
}
.side_column .side--list li:not(:last-child) a {
  margin-bottom: 16px;
}
.side_column .side--list li a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 16px;
  border-top: solid 2px #38a1db;
  border-right: solid 2px #38a1db;
  transform: translateY(-3px) rotate(45deg);
}

/* --- archive --- */
.side_column .archive_list--ttl {
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #eee;
}
.side_column .archive_list--ttl::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #cdcdcd;
  border-right: 2px solid #cdcdcd;
  transform: rotate(135deg);
  transition: 0.4s ease-out;
}
.side_column .archive_list--ttl.active::after {
  transform: rotate(315deg);
}
.side_column .archive_month {
  display: none;
}

@media screen and (max-width: 1100px) {
  .side_column {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .side_section:not(:last-child) {
    margin-bottom: 32px;
  }
}

/* blog
**************************************** */
.posts-blog .post {
  margin-bottom: 48px;
  padding: 58px 54px;
  background-color: #f0f4f8;
  border-radius: 40px;
}
.posts-blog .post--txtarea {
  flex: 1;
}
.posts-blog .editor-ttl2 {
  margin-bottom: 16px;
}
.posts-blog .post:hover .editor-ttl2 a {
  color: #38a1db;
}
.posts-blog .post--date {
  margin-right: 16px;
  margin-bottom: 4px;
}
.posts-blog .post--txt {
  margin-top: 16px;
}
.posts-blog .post--img {
  padding-left: 40px;
}
.posts-blog .post--img img {
  width: 280px;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .posts-blog {
    margin-bottom: 56px;
  }
  .archive-blog .inner.flex,
  .single-blog .inner.flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .posts-blog {
    margin-bottom: 0;
  }
  .posts-blog .post {
    display: block;
    margin-bottom: 24px;
    padding: 24px 28px;
    border-radius: 24px;
  }
  .posts-blog .editor-ttl2 {
    margin-bottom: 12px;
  }
  .posts-blog .post--txt {
    margin-top: 12px;
  }
  .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%;
  }
}

/* ##############################################################################

    SINGLE

############################################################################## */

/* infomaition
**************************************** */
.single-infomaition .main_column .ttl-02 {
  margin-bottom: 16px;
  text-align: left;
  font-size: 240%;
  line-height: 1.2;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .single-infomaition .main_column .ttl-02 {
    font-size: 185.7%;
  }
}

/* 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: 0.5em 1em;
  background-color: #38a1db;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 40px;
}
.wp-pagenavi a:hover {
  opacity: 0.5;
}
.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 > *:not(.pages) {
  margin-bottom: 4px;
}
.wp-pagenavi > *:not(.pages):not(:last-child) {
  margin-right: 4px;
}
.wp-pagenavi .extend {
  width: 24px !important;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::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 .previouspostslink::before,
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
  width: 8px;
  height: 8px;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .first::before,
.wp-pagenavi .first::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .last::before,
.wp-pagenavi .last::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.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 .first::before,
  .wp-pagenavi .last::before {
    left: -5px;
  }
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    right: -5px;
  }
}

/* ##############################################################################

    PAGE

############################################################################## */

/* sitemap
*************************************************** */
.sitemap--list {
  width: 49%;
  font-size: 120%;
}
.sitemap--list-page.sitemap--list > li {
  margin-bottom: 16px;
}
.sitemap--list-posts.sitemap--list .sitemap--item-ttl:not(:first-child) {
  margin-top: 10px;
}
.sitemap--list-posts.sitemap--list > .sitemap--item-child {
  margin-bottom: 16px;
}
.sitemap--list li a {
  display: block;
  text-decoration: none;
}
.sitemap--list li a:hover {
  color: #38a1db;
}
.sitemap--item-ttl {
  font-weight: bold;
}

/* --- category --- */
.sitemap--item.sitemap--item-ttl.sitemap--item-post {
  margin-bottom: 16px;
}
.sitemap--list li.sitemap--item-taxonomy ul {
  letter-spacing: -0.4em;
}
.sitemap--list li.sitemap--item-taxonomy ul li {
  margin-left: 0.5em;
  margin-top: 16px;
  letter-spacing: normal;
}
.sitemap--list li.sitemap--item-taxonomy ul li a::before {
  content: "-";
  display: inline-block;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .sitemap--list {
    width: 100%;
  }
  .sitemap--list-posts.sitemap--list > .sitemap--item-child {
    margin-bottom: 8px;
  }
}
