@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/**************
Sass Mixin
**************/
/**************
Basic Setting
**************/
:root {
  --pcBaseWidth: 144;
  --tabBaseWidth: 82;
  --spBaseWidth: 48;
  --vw1: calc(100vw / var(--pcBaseWidth));
  --content-max-width: 1200px;
  --space-xs: clamp(4px, calc(4 * var(--vw1)), 8px);
  --space-sm: clamp(8px, calc(8 * var(--vw1)), 16px);
  --space-md: clamp(16px, calc(16 * var(--vw1)), 32px);
  --space-lg: clamp(32px, calc(32 * var(--vw1)), 64px);
  --space-xl: clamp(64px, calc(64 * var(--vw1)), 128px);
  --font-xs: clamp(10px, calc(1.2 * var(--vw1)), 12px);
  --font-sm: clamp(12px, calc(1.4 * var(--vw1)), 14px);
  --font-md: clamp(14px, calc(1.6 * var(--vw1)), 18px);
  --font-lg: clamp(18px, calc(2 * var(--vw1)), 24px);
  --font-xl: clamp(24px, calc(2.8 * var(--vw1)), 32px);
  --lh-base: 1.6;
  --lh-tight: 1.4;
  --container-padding: clamp(16px, calc(32 * var(--vw1)), 64px);
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
}

html {
  font-size: calc(100vw / var(--pcBaseWidth));
}
@media (min-width: 560px) and (max-width: 820.9px) {
  html {
    font-size: calc(100vw / var(--tabBaseWidth));
  }
}
@media (max-width: 559.9px) {
  html {
    font-size: calc(100vw / var(--spBaseWidth));
  }
}
html * {
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-family: -apple-system-body, BlinkMacSystemFont, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  line-height: var(--lh-base);
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}
body.admin-bar {
  position: relative;
}
@media (min-width: 560px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 559.9px) {
  body {
    font-size: 15px;
  }
}

select,
input,
button,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

img {
  max-width: 100%;
}

#pagetop {
  background: url(../images/common/pagetop2.png);
  background-size: contain;
  position: fixed;
  right: 8px;
  text-indent: -9999px;
  outline: none;
  opacity: 0.7;
  z-index: 10;
}
@media (min-width: 560px) {
  #pagetop {
    width: 60px;
    height: 60px;
    bottom: -60px;
  }
}
@media (max-width: 820.9px) {
  #pagetop {
    width: 40px;
    height: 40px;
    bottom: -50px;
  }
}
#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

a {
  text-decoration: none;
  color: #1d56c6;
  outline: none;
  font-weight: bold;
}
a:hover {
  color: #5f79ad;
}

/**************
Layout Set
**************/
.wrap {
  width: 100%;
  padding: 0 12rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .wrap {
    padding: 0 6vw;
  }
}
@media (max-width: 559.9px) {
  .wrap {
    padding: 0 5.6vw;
  }
}

.middlewrap {
  width: 100%;
  padding: 0 18rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .middlewrap {
    padding: 0 6vw;
  }
}
@media (max-width: 559.9px) {
  .middlewrap {
    padding: 0 5.6vw;
  }
}

.shortwrap {
  width: 100%;
  padding: 0 24rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .shortwrap {
    padding: 0 6vw;
  }
}
@media (max-width: 559.9px) {
  .shortwrap {
    padding: 0 5.6vw;
  }
}

.page_section {
  padding: 80px 0 40px;
  width: 100%;
}
@media (max-width: 820.9px) {
  .page_section {
    padding: 40px 0 40px;
  }
}
.page_section__white {
  background-color: #fff;
}
.page_section__gray {
  background-color: #555;
}
.page_section__navy {
  background-color: #264653;
}
.page_section__lightGray {
  background-color: #F5F5F5;
  width: 100%;
  overflow: hidden;
}
.page_section__darkGray {
  background-color: #444444;
}
.page_section__lightBlue {
  background-color: #edf2f9;
}
.page_section__Cred {
  background-color: #FF6B6B;
}
.page_section.pb80 {
  padding-bottom: 80px;
}
@media (max-width: 559.9px) {
  .page_section.pb80 {
    padding-bottom: 48px;
  }
}
.page_section.pb20 {
  padding-bottom: 20px;
}
.page_section.pb0 {
  padding-bottom: 0;
}

/**************
Header
**************/
#header {
  z-index: 10;
  width: 100%;
  height: 10rem;
  padding: 2rem;
  transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 559.9px) {
  #header {
    height: 6rem;
    padding: 1rem;
  }
}
#header.fixed {
  height: 7rem;
  padding: 0 1.5rem;
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 559.9px) {
  #header.fixed {
    height: 64px;
  }
}

.header_inner {
  position: relative;
  width: auto;
  height: 100%;
}
@media (max-width: 820.9px) {
  .header_inner {
    width: 100%;
  }
}

.header_logo {
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 30rem;
}
@media (max-width: 559.9px) {
  .header_logo {
    width: 54rem;
  }
}
.header_logo img {
  display: block;
  max-width: 100%;
  transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
.fixed .header_logo {
  background: url(../images/common/logo_b.png) no-repeat center;
  background-size: contain;
  width: 24rem;
}
@media (max-width: 559.9px) {
  .fixed .header_logo {
    width: 54rem;
  }
}
.fixed .header_logo img {
  opacity: 0;
}

@media (min-width: 821px) {
  .global_navi {
    background-color: #ffffff;
    border-radius: 0.8rem;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    margin-left: auto;
  }
}
@media (max-width: 820.9px) {
  .global_navi {
    height: 100%;
    position: fixed;
    top: 0;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    overflow: auto;
    z-index: 11;
    background-color: #ffffff;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .global_navi {
    width: 400px;
    right: -440px;
  }
}
@media (max-width: 559.9px) {
  .global_navi {
    width: 100vw;
    left: 100%;
    top: 0;
    height: 100vh;
    padding-top: 96px;
  }
}

@media (min-width: 560px) and (max-width: 820.9px) {
  .opened .global_navi {
    right: 0;
  }
}
@media (max-width: 559.9px) {
  .opened .global_navi {
    left: 0;
  }
}

.navi_ul {
  position: relative;
}
@media (min-width: 821px) {
  .navi_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-right: 1rem;
  }
}
@media (max-width: 820.9px) {
  .navi_ul {
    width: 90%;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .navi_ul {
    margin-top: 100px;
  }
}
@media (min-width: 821px) {
  .navi_ul > li {
    position: relative;
    height: 100%;
    margin: 0 0.7vw;
  }
  .navi_ul > li::after {
    position: absolute;
    bottom: 1rem;
    right: 0;
    width: 0;
    height: 1px;
    background: #333333;
    content: "";
    transition: all 0.3s;
    z-index: 100;
  }
  .navi_ul > li:hover::after, .navi_ul > li.selected::after {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 820.9px) {
  .navi_ul > li {
    margin-top: 20px;
  }
}
.navi_ul > li.toggle {
  position: relative;
  font-weight: bold;
}
@media (min-width: 821px) {
  .navi_ul > li.toggle:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
  }
}
@media (min-width: 821px) {
  .fixed .navi_ul > li::after {
    background: #264653;
  }
}

.header-nav-item {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  font-size: 1.5rem;
}
@media (min-width: 821px) {
  .header-nav-item {
    width: 100%;
    height: 100%;
    font-weight: bold;
    padding: 0 0.3rem;
    cursor: pointer;
    color: #333333;
  }
  .header-nav-item:hover {
    color: #333333;
  }
  .header-nav-item:hover::after {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 820.9px) {
  .header-nav-item {
    padding: 10px 0;
    display: block;
    width: 100%;
    line-height: 1.3;
    color: #333333;
    font-size: 2rem;
  }
  .header-nav-item:hover {
    color: #264653;
  }
  .header-nav-item:hover::after {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 820.9px) {
  .header-nav-item.w45 {
    width: 45%;
    white-space: nowrap;
  }
}
@media (min-width: 821px) {
  .fixed .header-nav-item:hover {
    color: #264653;
  }
}

@media (min-width: 821px) {
  .megamenu {
    background-color: white;
    border-radius: 10px;
    opacity: 0;
    max-height: 0;
    transition: all 0.6s ease-in;
    overflow: hidden;
    width: 160px;
    z-index: 4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 16px 24px;
  }
  .megamenu.w200 {
    width: 203px;
  }
  .megamenu.w240 {
    width: 240px;
  }
}
@media (max-width: 820.9px) {
  .megamenu {
    width: 210px;
    display: none;
  }
}
@media (min-width: 821px) {
  .megamenu .inner_ul {
    padding: 3px 0 0;
  }
}
.megamenu .inner_ul li {
  padding: 3px 0 0;
}
@media (max-width: 1199.9px) {
  .megamenu .inner_ul li {
    padding: 0;
  }
}
@media (min-width: 821px) {
  .megamenu .inner_ul li.pc_none {
    display: none;
  }
}
.megamenu .inner_ul li a {
  letter-spacing: 0.1em;
  color: #333333;
  font-feature-settings: "palt";
}
@media (min-width: 821px) {
  .megamenu .inner_ul li a {
    position: relative;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .megamenu .inner_ul li a:hover {
    color: #333333;
  }
}
@media (max-width: 820.9px) {
  .megamenu .inner_ul li a {
    display: block;
    position: relative;
    font-size: 1.3rem;
    justify-content: flex-start;
    text-align: left;
    padding: 5px 0 5px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .megamenu .inner_ul li a:hover {
    color: #264653;
  }
}
.megamenu .inner_ul li a::after {
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 1px;
  background: #333333;
  content: "";
  transition: all 0.3s;
  z-index: 100;
}
@media (max-width: 820.9px) {
  .megamenu .inner_ul li a::after {
    display: none;
  }
}
.megamenu .inner_ul li a:hover::after {
  left: 0;
  width: 100%;
}
.fixed .megamenu .inner_ul li a {
  color: #333333;
}
.fixed .megamenu .inner_ul li a:hover {
  color: #264653;
}

.header_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 820.9px) {
  .header_buttons {
    margin: 3rem auto 0;
    flex-direction: column;
  }
}
.header_buttons a {
  height: 4rem;
  padding: 0 2.4rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  gap: 0.8rem;
  transition: all 0.3s ease;
}
@media (max-width: 820.9px) {
  .header_buttons a {
    font-size: 2rem;
    height: 6rem;
    padding: 0 2rem;
  }
}
.header_buttons a:hover {
  opacity: 0.8;
}
.header_buttons a.header_button-recruit {
  background-color: #333333;
  color: white;
}
.header_buttons a.header_button-contact {
  background-color: #FF6B6B;
  color: #ffffff;
}
.header_buttons a img {
  width: 2rem;
}

.icon-mail {
  width: 2rem;
  height: 2rem;
  background: url(../images/icons/mail-white.png) no-repeat;
  background-size: cover;
  display: block;
}

@media (min-width: 821px) {
  .menuBtn {
    display: none;
  }
}
@media (max-width: 820.9px) {
  .menuBtn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    width: 5rem;
    height: 5rem;
    border-radius: 0.8rem;
    background-color: #333333;
    transition: all 0.3s ease-in-out 0.2s;
  }
  .fixed .menuBtn {
    top: 1rem;
  }
}
@media (max-width: 559.9px) {
  .menuBtn {
    top: 0;
  }
  .fixed .menuBtn {
    top: 1.5rem;
  }
}
@media (max-width: 820.9px) {
  .menuBtn .nav-open {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
}
@media (max-width: 820.9px) {
  .menuBtn .nav-open span,
.menuBtn .nav-open span:before,
.menuBtn .nav-open span:after {
    position: absolute;
    background: white;
    display: block;
    content: "";
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    width: 20px;
    border-radius: 1px;
  }
}
@media (max-width: 820.9px) {
  .menuBtn .nav-open span::before {
    bottom: 8px;
  }
}
@media (max-width: 820.9px) {
  .menuBtn .nav-open span::after {
    bottom: -8px;
  }
}
.menuBtn.menu-open {
  -webkit-animation: menuClose 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
          animation: menuClose 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 820.9px) {
  .fixed .menuBtn.menu-open {
    top: 1rem;
  }
}
@media (max-width: 559.9px) {
  .fixed .menuBtn.menu-open {
    top: 2rem;
  }
}
@media (max-width: 820.9px) {
  .menuBtn.menu-open .nav-open span {
    background-color: transparent;
  }
}
@media (max-width: 820.9px) {
  .menuBtn.menu-open .nav-open span::before, .menuBtn.menu-open .nav-open span::after {
    height: 2px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
  }
}
.menuBtn.menu-open .nav-open span::before {
  transform: rotate(45deg);
}
.menuBtn.menu-open .nav-open span::after {
  transform: rotate(-45deg);
}

@-webkit-keyframes menuClose {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0);
  }
  80% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes menuClose {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0);
  }
  80% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/**************
WordPressログイン時
**************/
@media (min-width: 560px) {
  .admin-bar #header {
    top: 32px;
  }
}

/**************
Footer
**************/
.foot_cta {
  padding: 8rem 0 0;
}
.foot_cta .foot_cta_inner {
  background-color: #F9E33D;
  width: 80%;
  margin: 0 auto;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4vw 9rem;
  padding: 6rem;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .foot_cta .foot_cta_inner {
    gap: 4vw 4rem;
    padding: 4rem;
  }
}
@media (max-width: 559.9px) {
  .foot_cta .foot_cta_inner {
    width: 85%;
    flex-direction: column;
    padding: 4rem;
    gap: 2rem;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .foot_cta .foot_cta_inner .left_item {
    width: 49%;
  }
}
@media (max-width: 559.9px) {
  .foot_cta .foot_cta_inner .left_item {
    text-align: center;
  }
}
.foot_cta .foot_cta_inner .left_item .head {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.foot_cta .foot_cta_inner .left_item .text {
  margin-top: 1rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.3rem;
}
@media (max-width: 820.9px) {
  .foot_cta .foot_cta_inner .left_item .text {
    font-size: 2.2rem;
  }
}
@media (max-width: 559.9px) {
  .foot_cta .foot_cta_inner .left_item .text {
    font-size: 1.8rem;
  }
}
@media (max-width: 820.9px) {
  .foot_cta .foot_cta_inner .left_item .text br {
    display: none;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .foot_cta .foot_cta_inner .right_item {
    width: 44%;
  }
}
@media (max-width: 559.9px) {
  .foot_cta .foot_cta_inner .right_item {
    margin: 0 auto;
  }
}
.foot_cta .foot_cta_inner .right_item .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  margin-bottom: 1.6rem;
}
.foot_cta .foot_cta_inner .right_item .contact i {
  color: #264653;
  font-size: 3.5rem;
}
.foot_cta .foot_cta_inner .right_item .line-contact {
  margin-bottom: 1rem;
}
.foot_cta .foot_cta_inner .right_item .line-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  background-color: white;
  border-radius: 1rem;
  height: 5rem;
  font-size: 1.8rem;
  color: #333333;
  letter-spacing: 0.1em;
  border: 0.1rem solid #333333;
}
.foot_cta .foot_cta_inner .right_item .line-contact a .icon-line {
  display: block;
  width: 3.2rem;
}

#footer {
  box-sizing: border-box;
  background-color: #264653;
}

.footer_body {
  padding: 8rem 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 559.9px) {
  .footer_body {
    flex-direction: column;
    gap: 3rem;
  }
}
.footer_body .footer_body_left {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 559.9px) {
  .footer_body .footer_body_left {
    gap: 3rem;
  }
}
.footer_body .footer_body_right {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 820.9px) {
  .footer_body .footer_body_right {
    justify-content: flex-end;
  }
}

.footlogo {
  display: block;
}
@media (min-width: 560px) {
  .footlogo {
    width: 30rem;
  }
}

.foot_com {
  color: #ffffff;
  font-size: 1.4rem;
}

.footer_navi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem;
}
@media (max-width: 820.9px) {
  .footer_navi {
    display: none;
  }
}
.footer_navi li a {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
}

.footer_bottom {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 820.9px) {
  .footer_bottom {
    flex-direction: column;
  }
}

.sns_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.sns_box .sns {
  display: block;
  width: 3rem;
}

.f_navi_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 820.9px) {
  .f_navi_box {
    display: none;
  }
}
.f_navi_box li {
  padding: 0 2rem;
  line-height: 1;
}
.f_navi_box li:not(:last-child) {
  border-right: 1px solid #ffffff;
}
.f_navi_box li:last-child {
  padding-right: 0;
}
.f_navi_box li a {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
}

.copyright {
  text-align: right;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 2rem;
}

.footer_info {
  margin-top: 30px;
  font-size: 1.4rem;
}

.footGroup_head {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px #333333 solid;
  padding-bottom: 10px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .footGroup_head {
    text-align: center;
  }
}

.footGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footGroup .footGroup_inner {
  width: 47%;
}
@media (max-width: 559.9px) {
  .footGroup .footGroup_inner {
    width: 100%;
  }
}

.footGroupCom {
  margin-top: 12px;
}

.footCertification {
  margin: 70px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 820.9px) {
  .footCertification {
    margin: 0 0 30px;
  }
}

.emidas {
  width: 125px;
}

.ios {
  width: 96px;
}

.nc-logo {
  display: block;
  width: 200px;
  margin: 0 auto;
}
@media (max-width: 559.9px) {
  .nc-logo {
    width: 180px;
    margin: 30px auto 0;
  }
}

/**************
Common Parts
**************/
/* Titles */
.title1 {
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .title1 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

.title2 {
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 32px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  padding-bottom: 16px;
}
.title2::before, .title2::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.title2::before {
  width: 100%;
  background-color: #e5e5e5;
}
.title2::after {
  width: 160px;
  background-color: #264653;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .title2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 820.9px) {
  .title2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.title3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 6px 0 6px 20px;
  border-bottom: 1px #ccc solid;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .title3 {
    font-size: 1.7rem;
  }
}
.title3::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 90%;
  background-color: #264653;
  margin-right: 13px;
  position: absolute;
  left: 0;
  top: 5%;
}

.title4 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #666;
  position: relative;
  padding: 4px 0 4px 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.title4::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 80%;
  background-color: #264653;
  position: absolute;
  left: 0;
  top: 10%;
}

.title5 {
  font-size: 1.8rem;
  font-weight: bold;
}

.big-title {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px;
}
@media (max-width: 820.9px) {
  .big-title {
    margin-bottom: 20px;
  }
}
.big-title .eng {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  line-height: 1.2;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .big-title .eng {
    font-size: 4.6rem;
  }
}
@media (max-width: 559.9px) {
  .big-title .eng {
    font-size: 3.2rem;
  }
}
.big-title .jp {
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .big-title .jp {
    font-size: 1.6rem;
  }
}
.big-title.center {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.big-title.white {
  color: white;
}
.big-title.white .jp,
.big-title.white .eng {
  color: white;
}
.big-title.black {
  color: #333333;
}
.big-title.black .jp,
.big-title.black .eng {
  color: #333333;
}
.big-title.small .eng {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  line-height: 1;
}
.big-title.small .jp {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0;
}

.small-title {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 820.9px) {
  .small-title {
    margin-bottom: 20px;
  }
}
.small-title.left {
  text-align: left;
}
.small-title .eng {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.5;
  font-size: min(5rem, 5vw);
  line-height: 1.2;
  color: #264653;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .small-title .eng {
    font-size: 3rem;
  }
}
@media (max-width: 559.9px) {
  .small-title .eng {
    font-size: 3.4rem;
  }
}
.small-title .jp {
  margin-top: 10px;
  font-weight: bold;
  font-size: 2rem;
  color: #333333;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .small-title .jp {
    font-size: 1.6rem;
  }
}
@media (max-width: 559.9px) {
  .small-title .jp {
    font-size: 1.5rem;
  }
}
.small-title.center {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.small-title.white {
  color: white;
}
.small-title.white .jp,
.small-title.white .eng {
  color: white;
}

@media (min-width: 560px) {
  .horizontal_tit {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
@media (max-width: 559.9px) {
  .horizontal_tit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
@media (min-width: 560px) {
  .horizontal_tit.end {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: row-reverse;
    margin-left: auto;
  }
}
.horizontal_tit .jp {
  position: relative;
  color: #333333;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: bold;
  top: 2px;
}
@media (max-width: 559.9px) {
  .horizontal_tit .jp {
    display: block;
    font-size: 1.8rem;
  }
}
.horizontal_tit .eng {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #264653;
  position: relative;
}
@media (min-width: 560px) {
  .horizontal_tit .eng {
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 559.9px) {
  .horizontal_tit .eng {
    font-size: 1.5rem;
  }
}
@media (min-width: 560px) {
  .horizontal_tit .eng::before {
    width: 2px;
    height: 70%;
    content: "";
    display: block;
    background-color: #264653;
    position: absolute;
    left: 0;
    top: 12%;
  }
}

.center-title32 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: bold;
}
@media (max-width: 820.9px) {
  .center-title32 br {
    display: none;
  }
}
@media (max-width: 559.9px) {
  .center-title32 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}

.center-title40 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 5rem;
  font-weight: bold;
}
@media (max-width: 559.9px) {
  .center-title40 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

.eng-jp-title {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 820.9px) {
  .eng-jp-title {
    margin-bottom: 22px;
  }
}
.eng-jp-title.center {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.eng-jp-title.line {
  border-bottom: 1px #ddd solid;
  padding-bottom: 10px;
}
@media (max-width: 559.9px) {
  .eng-jp-title.line {
    padding-bottom: 6.4px;
  }
}
.eng-jp-title .jp {
  font-size: 3.2rem;
  font-weight: 700;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .eng-jp-title .jp {
    font-size: 2.8rem;
  }
}
@media (max-width: 559.9px) {
  .eng-jp-title .jp {
    font-size: 2.4rem;
  }
}
.eng-jp-title .eng {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #32BCC6;
}
@media (max-width: 559.9px) {
  .eng-jp-title .eng {
    font-size: 1.4rem;
  }
}

.lined_title {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .lined_title {
    margin-bottom: 24px;
  }
}
.lined_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #555;
}
.lined_title span {
  display: inline-block;
  padding: 0 16px 8px;
  font-size: 4rem;
  color: #264653;
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #264653;
  line-height: 1.5;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .lined_title span {
    font-size: 2.8rem;
  }
}
@media (max-width: 559.9px) {
  .lined_title span {
    font-size: 2rem;
  }
}
.lined_title.blue::after {
  background-color: white;
}
.lined_title.blue span {
  background-color: #264653;
  color: white;
}
.lined_title.gblue::after {
  background-color: white;
}
.lined_title.gblue span {
  background-color: #264653;
  color: white;
}

.title_num {
  position: relative;
  padding-left: 80px;
  padding-bottom: 16px;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .title_num {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 24px;
    padding-left: 56px;
  }
}
.title_num::before {
  content: attr(data-number);
  position: absolute;
  top: -35px;
  left: 0;
  color: #5f80a9;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .title_num::before {
    font-size: 3.2rem;
    top: -38%;
  }
}
.title_num::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: repeating-linear-gradient(-45deg, #00479d 0px, #5f80a9 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 10px 10px;
  z-index: 1;
}
.title_num .txt {
  position: relative;
  top: -5px;
}

.tit_404 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #264653;
}

.centerline-title {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.centerline-title .eng {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 600;
  font-size: min(4.2rem, 3vw);
  line-height: 1;
  padding-right: 30px;
  position: relative;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .centerline-title .eng {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
@media (max-width: 559.9px) {
  .centerline-title .eng {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    padding-right: 15px;
  }
}
.centerline-title .eng::after {
  content: "";
  width: 4px;
  height: 30px;
  background-color: #333333;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.centerline-title .jp {
  font-size: 1.8rem;
  font-weight: 600;
  margin-left: 30px;
}
@media (max-width: 559.9px) {
  .centerline-title .jp {
    margin-left: 15px;
  }
}

.line-title {
  position: relative;
  text-align: center;
}
.line-title::after {
  content: "";
  width: 70%;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.line-title .jp {
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #F5F5F5;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.line-title .jp.white {
  background-color: #ffffff;
}
.line-title .jp.f3 {
  font-size: 3rem;
}
@media (max-width: 559.9px) {
  .line-title .jp.f3 {
    font-size: 2.2rem;
  }
}

.number-title {
  color: #264653;
  text-align: center;
  margin: 0 auto 40px;
}
@media (max-width: 559.9px) {
  .number-title {
    margin-bottom: 20px;
  }
}
.number-title .num {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.5;
  font-size: min(6rem, 6vw);
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}
@media (max-width: 559.9px) {
  .number-title .num {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
    line-height: 1;
  }
}
.number-title .eng_box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.number-title .eng_box::after {
  content: "";
  width: calc(100% + 140px);
  height: 2px;
  background-color: #264653;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 559.9px) {
  .number-title .eng_box::after {
    width: calc(100% + 80px);
  }
}
.number-title .eng_box .eng {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 500;
  background-color: #ffffff;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 560px) {
  .number-title .eng_box .eng br {
    display: none;
  }
}
@media (max-width: 559.9px) {
  .number-title .eng_box .eng {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 15px;
  }
}
.number-title .jp {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .number-title .jp {
    font-size: 3rem;
  }
}

.deco-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 820.9px) {
  .deco-title {
    gap: 15px;
  }
}
.deco-title .decotation-img {
  height: 57px;
  aspect-ratio: 14/57;
  background: url(../images/common/title-decoration.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 820.9px) {
  .deco-title .decotation-img {
    height: 40px;
  }
}
.deco-title .title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .deco-title .title {
    font-size: 2.8rem;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .deco-title .title {
    font-size: 2.8rem;
  }
}
@media (max-width: 559.9px) {
  .deco-title .title {
    font-size: 2.1rem;
  }
}

.deco-title2 .deco-title2_head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
}
@media (max-width: 559.9px) {
  .deco-title2 .deco-title2_head {
    margin-bottom: 20px;
  }
}
.deco-title2 .deco-title2_head .decotation2-img {
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../images/common/title-decoration2.png) no-repeat center;
  background-size: contain;
}
@media (max-width: 559.9px) {
  .deco-title2 .deco-title2_head .decotation2-img {
    position: absolute;
    left: 0;
    top: 7px;
  }
}
.deco-title2 .deco-title2_head .title {
  font-size: 2.4rem;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media (max-width: 559.9px) {
  .deco-title2 .deco-title2_head .title {
    font-size: 2rem;
    line-height: 1.5;
    padding-left: 24px;
  }
}
.deco-title2 .deco-title2_head .title span {
  font-size: 2rem;
}
@media (min-width: 560px) {
  .deco-title2 .text {
    padding-left: 26px;
  }
}

/* Buttons */
.btn-white-arrow {
  background-color: white;
  border: 0.1rem #555 solid;
  height: 5.6rem;
  width: 22rem;
  padding: 0 3.2rem;
  position: relative;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease;
}
.btn-white-arrow .txt {
  color: #333333;
  font-weight: bold;
}
.btn-white-arrow .txt.eng {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.btn-white-arrow .arrow {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-white-arrow:hover {
  background-color: #F5F5F5;
}

.btn_box-mt30 {
  margin-top: 3rem;
}

.btn_box-mt50 {
  margin-top: 5rem;
}

.btn-01 {
  width: 280px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.btn-01 .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 56px);
  height: 56px;
  font-weight: bold;
}
.btn-01 .arrow {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ec4747;
  transition: all 0.3s ease;
}
.btn-01 .arrow i {
  color: white;
  transition: all 0.3s ease;
}
.btn-01.gr .txt {
  background-color: #F5F5F5;
}
.btn-01.wr .txt {
  background-color: #ffffff;
}
.btn-01:hover .arrow {
  background-color: #F9E33D;
}
.btn-01:hover .arrow i {
  transform: scale(1.5);
}

.btn-02 {
  width: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.btn-02 .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  height: 40px;
  font-weight: bold;
}
.btn-02 .arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #264653;
  transition: all 0.3s ease;
}
.btn-02 .arrow i {
  color: white;
  transition: all 0.3s ease;
}
.btn-02.gr .txt {
  background-color: #F5F5F5;
}
.btn-02.wh .txt {
  background-color: #ffffff;
}
.btn-02:hover .arrow {
  background-color: #F9E33D;
}
.btn-02:hover .arrow i {
  transform: scale(1.5);
}

.btn-black {
  width: 280px;
  height: 60px;
  border: 2px #333333 solid;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #333333;
  transition: all 0.4s ease;
}
.btn-black.w300 {
  width: 300px;
}
.btn-black.w350 {
  width: 350px;
}
@media (max-width: 559.9px) {
  .btn-black.w350 {
    width: 320px;
  }
}
.btn-black.bg_white {
  background-color: #fff;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .btn-black.bg_white {
    width: 200px;
    line-height: 1.2;
  }
}
.btn-black.qa {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  border: 2px #333333 solid;
}
@media (min-width: 560px) {
  .btn-black.qa br {
    display: none;
  }
}
@media (max-width: 559.9px) {
  .btn-black.qa:nth-child(n+2) {
    margin-top: 10px;
  }
}
.btn-black.qa .txt {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 50px 10px 20px;
  line-height: 1.2;
}
@media (max-width: 559.9px) {
  .btn-black {
    height: 50px;
  }
}
.btn-black .txt {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 64px 0 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 559.9px) {
  .btn-black .txt {
    font-size: 1.4rem;
    padding: 0 30px 0 15px;
  }
}
.btn-black i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 559.9px) {
  .btn-black i {
    right: 12px;
  }
}
.btn-black:hover {
  background-color: #333333;
  color: white;
}

@-webkit-keyframes btn_anim {
  0% {
    max-width: 50px;
    max-height: 50px;
    right: 7px;
  }
  20% {
    right: 0;
    max-width: 70px;
    max-height: 70px;
  }
  50% {
    right: 0;
    max-width: 100%;
    max-height: 70px;
  }
  100% {
    right: 0;
    max-width: 100%;
    max-height: 100%;
  }
}

@keyframes btn_anim {
  0% {
    max-width: 50px;
    max-height: 50px;
    right: 7px;
  }
  20% {
    right: 0;
    max-width: 70px;
    max-height: 70px;
  }
  50% {
    right: 0;
    max-width: 100%;
    max-height: 70px;
  }
  100% {
    right: 0;
    max-width: 100%;
    max-height: 100%;
  }
}
@-webkit-keyframes btn_anim_out {
  0% {
    right: 0;
    max-width: 100%;
    max-height: 100%;
  }
  20% {
    right: 0;
    max-width: 100%;
    max-height: 70px;
  }
  50% {
    right: 0;
    max-width: 70px;
    max-height: 70px;
  }
  100% {
    max-width: 50px;
    max-height: 50px;
    right: 7px;
  }
}
@keyframes btn_anim_out {
  0% {
    right: 0;
    max-width: 100%;
    max-height: 100%;
  }
  20% {
    right: 0;
    max-width: 100%;
    max-height: 70px;
  }
  50% {
    right: 0;
    max-width: 70px;
    max-height: 70px;
  }
  100% {
    max-width: 50px;
    max-height: 50px;
    right: 7px;
  }
}
.btn-square {
  width: 240px;
  height: 54px;
  background-color: transparent;
  color: #264653;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
  padding-right: 16px;
  border: 1px #264653 solid;
}
@media (min-width: 560px) {
  .btn-square {
    font-size: 1.6rem;
  }
}
@media (max-width: 559.9px) {
  .btn-square {
    max-width: 100%;
  }
}
.btn-square.eng {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
}
.btn-square i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.btn-square:hover {
  color: white;
  background-color: #264653;
}
.btn-square.white {
  color: white;
  border: 1px white solid;
}
.btn-square.white:hover {
  color: #264653;
  background-color: white;
}

.btn-Cred {
  width: 36rem;
  height: 8rem;
  background-color: #FF6B6B;
  border-radius: 0.8rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 559.9px) {
  .btn-Cred {
    height: 7rem;
  }
}
.btn-Cred img {
  width: 3.8rem;
  margin-right: 1rem;
}
.btn-Cred:hover {
  background-color: #f68b8b;
}
.btn-Cred i {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}

.btn-Tblue {
  height: 6.4rem;
  background-color: #32BCC6;
  border-radius: 0.8rem;
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
  width: 32rem;
}
@media (max-width: 559.9px) {
  .btn-Tblue {
    max-width: 100%;
  }
}
.btn-Tblue p {
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.btn-Tblue .arrow_right {
  width: 2rem;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
}
.btn-Tblue .arrow_right i {
  font-size: 1.2rem;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.btn-Tblue:hover {
  background-color: #48abb2;
}
.btn-Tblue_Cred {
  background-color: #FF6B6B;
}
.btn-Tblue_Cred .arrow_right {
  left: 8%;
}

.btn-Cred-arrow {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4rem;
  height: 5rem;
  background-color: #FF6B6B;
  border-radius: 0.8rem;
  font-size: 1.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
  gap: 1rem;
  position: relative;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .btn-Cred-arrow {
    height: 6rem;
  }
}
@media (max-width: 559.9px) {
  .btn-Cred-arrow {
    max-width: 100%;
  }
}
.btn-Cred-arrow .arrow_right {
  width: 2.5rem;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-Cred-arrow .arrow_right i {
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.btn-Cred-arrow p {
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (min-width: 821px) {
  .btn-Cred-arrow p br {
    display: none;
  }
}
@media (max-width: 559.9px) {
  .btn-Cred-arrow p br {
    display: none;
  }
}
.btn-Cred-arrow:hover {
  background-color: #f68b8b;
}
.btn-Cred-arrow:hover > p {
  color: #333333;
}
.btn-Cred-arrow:hover .arrow_right i {
  color: #333333;
}
.btn-Cred-arrow_Cred .arrow_right {
  left: 8%;
}

.lined_link {
  width: 280px;
  color: #264653;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px #264653 solid;
  height: 60px;
  padding: 0 32px 0 8px;
  position: relative;
}
.lined_link::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #5f80a9;
  transition: all 0.4s ease-in-out;
}
.lined_link i {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -8px;
}
.lined_link:hover::after {
  max-width: 100%;
}

.btn-ellipse {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 220px;
  height: 56px;
  border-radius: 50px;
  background-color: #ffffff;
  border: 1px #555 solid;
  padding: 0 40px;
  position: relative;
  transition: all 0.4s ease;
}
@media (max-width: 820.9px) {
  .btn-ellipse {
    height: 50px;
  }
}
@media (max-width: 559.9px) {
  .btn-ellipse {
    height: 40px;
    width: 200px;
  }
}
.btn-ellipse .txt {
  display: inline-block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .btn-ellipse .txt {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
.btn-ellipse i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.btn-ellipse:hover {
  background-color: #555;
  border: 1px #ffffff solid;
}

/* Tables */
.table-s1 {
  width: 100%;
}
.table-s1 th {
  padding: 12px 24px;
  text-align: left;
}
@media (min-width: 560px) {
  .table-s1 th {
    border-bottom: 1px #FF6B6B solid;
    width: 200px;
  }
}
@media (max-width: 559.9px) {
  .table-s1 th {
    width: 100%;
    display: block;
    background-color: #f3f3f3;
    padding: 8px;
  }
}
.table-s1 td {
  padding: 12px 24px;
}
@media (min-width: 560px) {
  .table-s1 td {
    border-bottom: 1px #ddd solid;
  }
}
@media (max-width: 559.9px) {
  .table-s1 td {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
}

.table-s2 {
  width: 100%;
}
@media (max-width: 559.9px) {
  .table-s2 {
    font-size: 1.3rem;
  }
}
.table-s2 th {
  width: 180px;
  padding: 5px 0;
  border: 1px #ddd solid;
  text-align: center;
  background-color: #f3f3f3;
}
@media (min-width: 560px) {
  .table-s2 th {
    text-align: left;
    padding: 8px 32px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .table-s2 th {
    padding: 8px 20px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .table-s2 th {
    padding: 8px 15px;
  }
}
@media (max-width: 559.9px) {
  .table-s2 th {
    padding: 5px;
    width: 80px;
  }
}
.table-s2 td {
  border: 1px #ddd solid;
  background-color: white;
}
@media (min-width: 821px) {
  .table-s2 td {
    text-align: left;
    padding: 8px 32px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .table-s2 td {
    padding: 8px 20px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .table-s2 td {
    padding: 8px 15px;
  }
}
@media (max-width: 559.9px) {
  .table-s2 td {
    padding: 5px;
  }
}

.table-s3 {
  width: 100%;
}
@media (max-width: 820.9px) {
  .table-s3 {
    font-size: 1.3rem;
  }
}
.table-s3 th {
  width: 180px;
  padding: 8px 0;
  border-bottom: 2px #00479d solid;
  text-align: left;
}
@media (min-width: 1200px) {
  .table-s3 th {
    text-align: left;
    padding: 24px 32px;
    font-size: 1.8rem;
    width: 240px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .table-s3 th {
    padding: 12px 0;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .table-s3 th {
    padding: 12px 0;
  }
}
@media (max-width: 559.9px) {
  .table-s3 th {
    padding: 3px;
    width: 80px;
  }
}
.table-s3 td {
  border-bottom: 2px #ddd solid;
}
@media (min-width: 1200px) {
  .table-s3 td {
    text-align: left;
    padding: 24px 32px;
    font-size: 1.8rem;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .table-s3 td {
    padding: 12px 0;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .table-s3 td {
    padding: 12px 0;
  }
}
@media (max-width: 559.9px) {
  .table-s3 td {
    padding: 3px 5px;
  }
}

.table-c1 {
  width: 92%;
  margin: 0 auto;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .table-c1 {
    width: 96%;
  }
}
@media (max-width: 559.9px) {
  .table-c1 {
    width: 100%;
  }
}
.table-c1 th {
  width: 25%;
  font-weight: 700;
  border-bottom: #F9E33D 1px solid;
  padding: 20px 5px;
}
@media (max-width: 820.9px) {
  .table-c1 th {
    padding: 20px 5px;
    width: 25%;
  }
}
@media (max-width: 559.9px) {
  .table-c1 th {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding: 10px 0 2px;
    font-size: 1.4rem;
  }
}
.table-c1 td {
  padding: 20px 24px;
  border-bottom: #555 1px solid;
  gap: 0 60px;
}
.table-c1 td.flex {
  display: flex;
  align-items: center;
}
@media (max-width: 559.9px) {
  .table-c1 td.flex {
    display: block;
  }
}
.table-c1 td.flex .table-img {
  width: 200px;
}
@media (max-width: 559.9px) {
  .table-c1 td.flex .table-img {
    margin-top: 10px;
  }
}
@media (max-width: 820.9px) {
  .table-c1 td {
    padding: 20px 24px;
  }
}
@media (max-width: 559.9px) {
  .table-c1 td {
    display: block;
    width: 100%;
    padding: 0 0 10px;
    font-size: 1.4rem;
  }
}
.table-c1 td dl {
  margin-bottom: 20px;
}
.table-c1 td dl:last-child {
  margin-bottom: 0;
}
.table-c1 td dl dt {
  align-items: center;
}
@media (max-width: 820.9px) {
  .table-c1 td dl dt {
    display: block;
  }
}
.table-c1 td dl dt::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-flex;
  background-color: #F9E33D;
  margin-right: 8px;
}
@media (max-width: 820.9px) {
  .table-c1 td dl dt::before {
    width: 10px;
    height: 10px;
  }
}
.table-c1 td dl dd {
  margin-left: calc(1rem + 15px);
}
.table-c1 td dl .link_btn {
  margin-top: 10px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  background-color: #264653;
  color: #ffffff;
  padding: 6px 15px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.table-c1 td dl .link_btn i {
  margin-left: 20px;
}
.table-c1 td dl .link_btn:hover,
.table-c1 td dl .link_btn :active {
  background-color: #e5e7eb;
}

.table-a {
  width: 85%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 20px 15px;
}
@media (max-width: 820.9px) {
  .table-a {
    width: 100%;
    border-spacing: 10px 10px;
  }
}
.table-a tr th {
  padding: 8px 0;
}
.table-a tr td {
  padding: 8px 0;
}

/* Parts */
.sq1 {
  padding-left: 15px;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
}
.sq1::before {
  width: 10px;
  height: 10px;
  background-color: #F9E33D;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

.sq_white {
  padding-left: 15px;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  color: white;
}
.sq_white::before {
  width: 10px;
  height: 10px;
  background-color: white;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

/* Lists */
.list-disc {
  margin-left: 15px;
}
.list-disc li {
  list-style: square;
}
.list-disc li b {
  display: inline-block;
  margin-right: 10px;
}

.list-decimal {
  margin-left: 20px;
}
.list-decimal li {
  list-style: decimal;
}
.list-decimal li b {
  display: inline-block;
  margin-right: 10px;
}

.list-decimal2 {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
}
.list-decimal2 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.list-decimal2 li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5c9ee7;
  color: white;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.list-check {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 1.5s ease-in-out 2.8s;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.list-check li {
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: 500;
  text-align: left;
  background: url(../images/icons/check-yellow.png) no-repeat left center;
  padding-left: 4rem;
  line-height: 2;
}
@media (max-width: 559.9px) {
  .list-check li {
    font-size: 2rem;
    background-size: 3rem;
  }
}

.list-sq li {
  position: relative;
  padding: 0 0 0 14px;
}
.list-sq li::before {
  content: "";
  display: block;
  background-color: #555;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 9px;
}
.list-sq li span {
  font-weight: bold;
  color: #264653;
}
.list-sq.yellow li::before {
  background-color: #F9E33D;
}

.list-sq-by li {
  position: relative;
  padding: 0 0 0 24px;
}
.list-sq-by li:not(:last-child) {
  margin-bottom: 5px;
}
.list-sq-by li::before {
  content: "";
  display: block;
  background: url(../images/page/design/sq_by.png);
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 9.5px;
}
.list-sq-by li span {
  font-weight: bold;
  color: #264653;
}
.list-sq-by.yellow li::before {
  background-color: #F9E33D;
}

/* Boxes */
.borderBox {
  background-color: #fff6f9;
  border: #ccc solid 1px;
  padding: 24px 40px;
}
@media (max-width: 820.9px) {
  .borderBox {
    padding: 16px;
  }
}

.blueBox {
  background-color: #7c7c7c;
  padding: 40px;
  border-radius: 16px;
}
@media (max-width: 820.9px) {
  .blueBox {
    padding: 16px;
  }
}

/* Texts */
.head_44 {
  font-size: 4.4rem;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .head_44 {
    font-size: 3rem;
  }
}
@media (max-width: 559.9px) {
  .head_44 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

.head_underText {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 559.9px) {
  .head_underText {
    font-size: 1.6rem;
  }
}

.page_top_text {
  text-align: center;
  font-size: 1.7rem;
}
.page_top_text.lot {
  margin-top: 30px;
}
@media (max-width: 820.9px) {
  .page_top_text {
    text-align: left;
    font-size: 1.7rem;
  }
}
@media (max-width: 559.9px) {
  .page_top_text br {
    display: none;
  }
}

.white {
  color: white;
}

.yellow {
  color: #F9E33D;
}

.text18 {
  font-size: 1.8rem;
}

.text16 {
  font-size: 1.6rem;
}

.text32 {
  font-size: 3.2rem;
}

.text20 {
  font-size: 2rem;
}

.text24 {
  font-size: 2.4rem;
}
@media (max-width: 559.9px) {
  .text24 {
    font-size: 2rem;
  }
}

.text28 {
  font-size: 2.8rem;
}
@media (max-width: 559.9px) {
  .text28 {
    font-size: 2.5rem;
  }
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.mt2 {
  margin-top: 2rem;
}

.center {
  text-align: center;
}

.kome {
  font-size: 1.4rem;
}
@media (max-width: 820.9px) {
  .kome {
    font-size: 1.6rem;
  }
}

/* Others */
.anchor {
  padding-top: 100px;
  margin-top: -100px;
}
@media (max-width: 820.9px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.sp-scroll {
  width: 100%;
  overflow-x: auto;
}

.underconst {
  background-color: #fff;
  text-align: center;
  margin: 50px auto;
  padding: 80px 0;
  border: 1px #ddd solid;
  border-radius: 5px;
}

@media (max-width: 559.9px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 560px) and (max-width: 820.9px) {
  .pc_only {
    display: none;
  }
}
@media (max-width: 820.9px) {
  .pc_only {
    display: none;
  }
}

@media (min-width: 560px) {
  .sp_only {
    display: none;
  }
}

.float_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.br4 {
  border-radius: 0.4rem;
  overflow: hidden;
}

.br8 {
  border-radius: 0.8rem;
  overflow: hidden;
}

.br16 {
  border-radius: 1.6rem;
  overflow: hidden;
}

.mb3 {
  margin-bottom: 3vw;
}

.mb4 {
  margin-bottom: 4vw;
}

/* Animations */
@-webkit-keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(1.5rem);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(1.5rem);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@-webkit-keyframes slideIn {
  0% {
    transform: translateX(40px);
    filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(40px);
    filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInR {
  0% {
    transform: translateX(-40px);
    filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInR {
  0% {
    transform: translateX(-40px);
    filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes cubeIn {
  0% {
    opacity: 0;
    transform: rotate(-145deg);
  }
  10% {
    opacity: 1;
    transform: rotate(-145deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes cubeIn {
  0% {
    opacity: 0;
    transform: rotate(-145deg);
  }
  10% {
    opacity: 1;
    transform: rotate(-145deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@-webkit-keyframes zoom-in {
  0% {
    transform: translate(20px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: translate(20px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
/**************
HOME
**************/
#main_wrap {
  width: 100%;
  position: relative;
}

#mainVisual {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #32BCC6;
}
@media (min-width: 821px) {
  #mainVisual {
    height: 96rem;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  #mainVisual {
    height: 70vh;
  }
}
@media (max-width: 559.9px) {
  #mainVisual {
    height: 60vh;
    margin: 0 auto;
  }
}

.main_image {
  position: absolute;
  left: 50%;
  bottom: -1%;
  width: 100%;
  max-width: 1600px;
  transform: translateX(-50%);
}

.main_video_box {
  width: 100%;
  height: 100%;
}
.main_video_box video {
  background-size: cover;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-height: 960px) and (min-width: 821px) {
  .main_video {
    height: 56vh;
  }
}
.main_catch_box {
  position: absolute;
  left: 50%;
  top: 22rem;
  transform: translateX(-50%);
  text-align: center;
}
.main_catch_box .list-check {
  margin-top: 3rem;
}

.main_catch {
  font-size: 5rem;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  line-height: 1.8;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 1.5s ease-in-out;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media (max-width: 559.9px) {
  .main_catch {
    font-size: 3rem;
  }
}

.main_sub {
  font-size: 3.2rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.8;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 1.5s ease-in-out 1.4s;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media (max-width: 559.9px) {
  .main_sub {
    font-size: 1.8rem;
  }
}

.top_notice_section {
  padding: 8rem 0;
}
@media (max-width: 559.9px) {
  .top_notice_section {
    padding: 5rem 0;
  }
}

.top_notice_message {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6rem 2rem 0.4rem 3rem;
  margin: 0 auto 2rem;
}
@media (max-width: 559.9px) {
  .top_notice_message {
    font-size: 16px;
  }
}
.top_notice_message::before, .top_notice_message::after {
  content: "";
  width: 2rem;
  height: 3rem;
  position: absolute;
  display: inline-block;
}
@media (max-width: 559.9px) {
  .top_notice_message::before, .top_notice_message::after {
    width: 1rem;
    height: 1.5rem;
  }
}
.top_notice_message::before {
  border-left: solid 0.6rem #ff5722;
  border-top: solid 0.6rem #ff5722;
  top: 0;
  left: 0;
}
.top_notice_message::after {
  border-right: solid 0.6rem #ff5722;
  border-bottom: solid 0.6rem #ff5722;
  bottom: 0;
  right: 0;
}

.cta_big_btn {
  background-color: #FF6B6B;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48rem;
  height: 10rem;
  border-radius: 1rem;
  margin: 0 auto;
  position: relative;
  gap: 1.6rem;
  box-shadow: 0.4rem 0.4rem 0 #333333;
  transition: all 0.3s ease;
}
.cta_big_btn:hover {
  background-color: #ec4747;
  box-shadow: 0.1rem 0.1rem 0 #333333;
}
@media (max-width: 559.9px) {
  .cta_big_btn {
    width: 90%;
  }
}
.cta_big_btn .txt {
  font-size: 3rem;
  font-weight: bold;
}
.cta_big_btn .icon-mail {
  width: 4.8rem;
  height: 4.8rem;
  background: url(../images/icons/mail-white.png) no-repeat;
  background-size: cover;
  display: block;
}

.top_notice {
  background-color: #F9E33D;
  padding: 3rem;
  position: relative;
}
@media (max-width: 820.9px) {
  .top_notice {
    padding: 2rem;
  }
}
.top_notice .top_notice_inner {
  border: 3px #333333 solid;
  padding: 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #ffffff;
  gap: 5%;
}
@media (max-width: 820.9px) {
  .top_notice .top_notice_inner {
    padding: 2rem;
  }
}
@media (max-width: 559.9px) {
  .top_notice .top_notice_inner {
    flex-direction: column;
    gap: 3rem;
  }
}
.top_notice .top_notice_inner .left_item {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 559.9px) {
  .top_notice .top_notice_inner .left_item {
    gap: 1.5rem;
    width: 100%;
  }
}
.top_notice .top_notice_inner .left_item .head {
  background-color: #F9E33D;
  border-radius: 1.6rem;
  font-size: 2.8rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 0.5rem;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_notice .top_notice_inner .left_item .head {
    font-size: 1.8rem;
  }
}
@media (max-width: 559.9px) {
  .top_notice .top_notice_inner .left_item .head {
    font-size: 2rem;
  }
}
.top_notice .top_notice_inner .left_item .notice_title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.top_notice .top_notice_inner .left_item .notice_title span {
  font-size: 6.4rem;
}
@media (max-width: 820.9px) {
  .top_notice .top_notice_inner .left_item .notice_title span {
    font-size: 4rem;
  }
}
@media (max-width: 820.9px) {
  .top_notice .top_notice_inner .left_item .notice_title {
    font-size: 2rem;
  }
}
.top_notice .top_notice_inner .right_item {
  width: 45%;
}
@media (max-width: 559.9px) {
  .top_notice .top_notice_inner .right_item {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.top_notice .top_notice_inner .right_item .dat {
  border-bottom: #d9d9d9 4px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 559.9px) {
  .top_notice .top_notice_inner .right_item .dat {
    padding-bottom: 0.5rem;
  }
}
.top_notice .top_notice_inner .right_item .dat .day {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .top_notice .top_notice_inner .right_item .dat .day {
    font-size: 2rem;
  }
}
.top_notice .top_notice_inner .right_item .dat .day span {
  font-size: 2.6rem;
}
@media (max-width: 820.9px) {
  .top_notice .top_notice_inner .right_item .dat .day span {
    font-size: 1.8rem;
  }
}
.top_notice .top_notice_inner .right_item .dat .time {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .top_notice .top_notice_inner .right_item .dat .time {
    font-size: 2rem;
  }
}
.top_notice .top_notice_inner .right_item .dat .text {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.3rem 1rem;
  background-color: #F9E33D;
  border-radius: 8px;
}
.top_notice .top_notice_inner .right_item .instructor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 820.9px) {
  .top_notice .top_notice_inner .right_item .instructor {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.top_notice .top_notice_inner .right_item .instructor .head {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #333333;
  border-radius: 8px;
  color: #ffffff;
  padding: 0.1rem 1rem;
}
.top_notice .notice_img {
  position: absolute;
  bottom: -2%;
  right: 10%;
  width: 20vw;
}
@media (max-width: 559.9px) {
  .top_notice .notice_img {
    bottom: -1%;
    right: 6%;
    width: 32vw;
  }
}

.top_seminar_slider {
  width: 100%;
  position: relative;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .top_seminar_slider {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_seminar_slider {
    margin-top: 10rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 559.9px) {
  .top_seminar_slider {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 5rem;
  }
}
.top_seminar_slider .swiper-wrapper {
  width: 100%;
}
.top_seminar_slider .swiper-wrapper .swiper-slide {
  width: 100%;
}
.top_seminar_slider .about_box-prev,
.top_seminar_slider .about_box-next {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background-color: #333333;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 50%;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  transition: all 0.3s ease;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_seminar_slider .about_box-prev,
.top_seminar_slider .about_box-next {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 559.9px) {
  .top_seminar_slider .about_box-prev,
.top_seminar_slider .about_box-next {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.top_seminar_slider .about_box-prev::after,
.top_seminar_slider .about_box-next::after {
  display: none;
}
.top_seminar_slider .about_box-prev i,
.top_seminar_slider .about_box-next i {
  color: #ffffff;
}
.top_seminar_slider .about_box-prev:hover,
.top_seminar_slider .about_box-next:hover {
  background-color: #676767;
}
.top_seminar_slider .about_box-next {
  right: -5rem;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_seminar_slider .about_box-next {
    right: -3.5rem;
  }
}
@media (max-width: 559.9px) {
  .top_seminar_slider .about_box-next {
    right: -1.4rem;
  }
}
.top_seminar_slider .about_box-prev {
  left: -5rem;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_seminar_slider .about_box-prev {
    left: -3.5rem;
  }
}
@media (max-width: 559.9px) {
  .top_seminar_slider .about_box-prev {
    left: -1.4rem;
  }
}
@media (min-width: 560px) {
  .top_seminar_slider .swiper-pagination {
    width: 16rem !important;
    height: 0.4rem;
    top: 110% !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.top_seminar_slider .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 0;
}
@media (max-width: 559.9px) {
  .top_seminar_slider .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
  }
}
.top_seminar_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF6B6B;
}

.top_strength_section {
  padding: 8rem 0;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #f5f5f5 3px, transparent 3px);
  background-position: 0 0;
  background-size: 18px 18px;
  overflow: hidden;
}
@media (max-width: 559.9px) {
  .top_strength_section {
    padding: 5rem 0;
    background-image: radial-gradient(circle, #f5f5f5 2.5px, transparent 2.5px);
    background-size: 17px 17px;
  }
}

.top_strength {
  display: flex;
  padding: 4rem 0;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  transform: translateX(100%);
}
.top_strength.moved {
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 559.9px) {
  .top_strength {
    flex-direction: column;
    padding: 0 3rem;
    width: 89%;
    margin: 0 auto;
  }
}
.top_strength .top_strength_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 3rem;
  padding: 0 4rem;
  width: 33.3333333333%;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_strength .top_strength_item {
    padding: 0 1.5rem;
  }
}
@media (max-width: 559.9px) {
  .top_strength .top_strength_item {
    width: 100%;
    padding: 3rem;
  }
}
.top_strength .top_strength_item:nth-child(2) {
  border-right: 3px #d9d9d9 solid;
  border-left: 3px #d9d9d9 solid;
}
@media (max-width: 559.9px) {
  .top_strength .top_strength_item:nth-child(2) {
    border-right: 0;
    border-left: 0;
    border-top: 3px #d9d9d9 solid;
    border-bottom: 3px #d9d9d9 solid;
  }
}
.top_strength .top_strength_item .num {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  border-bottom: 7px #333333 solid;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_strength .top_strength_item .num {
    font-size: 3rem;
    width: 3rem;
  }
}
.top_strength .top_strength_item .head {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_strength .top_strength_item .head {
    font-size: 1.8rem;
  }
}
.top_strength .top_strength_item .head span {
  color: #FF6B6B;
  font-size: 120%;
}
.top_strength .top_strength_item .strength_img {
  width: 80%;
}

.top_hojo_section {
  padding: 8rem 0;
}
@media (max-width: 559.9px) {
  .top_hojo_section {
    padding: 5rem 0;
  }
}
.top_hojo_section .top_hojo {
  width: 90%;
  margin: 0 auto;
  background-color: #FAF5ED;
  padding: 5rem;
}
.top_hojo_section .top_hojo.moved {
  -webkit-animation: poyopoyo 2s ease-out;
          animation: poyopoyo 2s ease-out;
  opacity: 1;
}
@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@media (max-width: 820.9px) {
  .top_hojo_section .top_hojo {
    padding: 3rem;
  }
}
.top_hojo_section .top_hojo .top_hojo_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
@media (max-width: 559.9px) {
  .top_hojo_section .top_hojo .top_hojo_inner {
    flex-direction: column;
    gap: 4rem;
  }
}
.top_hojo_section .top_hojo .top_hojo_inner .left_item {
  width: 60%;
}
@media (max-width: 559.9px) {
  .top_hojo_section .top_hojo .top_hojo_inner .left_item {
    width: 100%;
  }
}
.top_hojo_section .top_hojo .top_hojo_inner .right_item {
  width: 30%;
}
@media (max-width: 559.9px) {
  .top_hojo_section .top_hojo .top_hojo_inner .right_item {
    width: 100%;
  }
}

.hojo_list {
  margin-top: 6rem;
}
@media (max-width: 559.9px) {
  .hojo_list {
    margin-top: 4rem;
  }
}
.hojo_list .hojo_item {
  border: #FF6B6B 2px solid;
  padding: 5rem;
  display: flex;
  justify-content: center;
  gap: 6%;
  margin-bottom: 5rem;
  opacity: 0;
  transform: translateY(60px);
  transition: 1s ease;
}
.hojo_list .hojo_item.moved {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 820.9px) {
  .hojo_list .hojo_item {
    padding: 3rem;
  }
}
@media (max-width: 559.9px) {
  .hojo_list .hojo_item {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 3rem;
  }
}
.hojo_list .hojo_item:last-child {
  margin-bottom: 0;
}
.hojo_list .hojo_item .left_item {
  width: 38%;
}
@media (max-width: 559.9px) {
  .hojo_list .hojo_item .left_item {
    width: 100%;
  }
}
.hojo_list .hojo_item .left_item .head {
  font-size: 2rem;
  color: #ffffff;
  background-color: #FF6B6B;
  padding: 0.5rem 1rem;
  text-align: center;
}
.hojo_list .hojo_item .left_item .head.Mgreen {
  background-color: #38D9A9;
}
.hojo_list .hojo_item .left_item .head.Tblue {
  background-color: #32BCC6;
}
.hojo_list .hojo_item .left_item .hojo_img {
  margin-top: 3rem;
}
.hojo_list .hojo_item .right_item {
  width: 50%;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .hojo_list .hojo_item .right_item {
    width: 56%;
  }
}
@media (max-width: 559.9px) {
  .hojo_list .hojo_item .right_item {
    width: 100%;
  }
}
.hojo_list .hojo_item .right_item .hojo_text {
  margin-top: 3rem;
  background-color: #FAF5ED;
  font-weight: 500;
  padding: 1rem 2rem;
  width: 80%;
}
@media (max-width: 559.9px) {
  .hojo_list .hojo_item .right_item .hojo_text {
    width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 559.9px) {
  .hojo_list .hojo_item .right_item .hojo_text br {
    display: none;
  }
}

.hojo {
  margin-top: 3rem;
}
@media (max-width: 559.9px) {
  .hojo {
    margin-top: 2rem;
  }
}
.hojo tr th {
  color: #264653;
  text-align: left;
}
@media (max-width: 820.9px) {
  .hojo tr th {
    display: block;
  }
}
.hojo tr td {
  padding-left: 5rem;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 820.9px) {
  .hojo tr td {
    display: block;
    padding-left: 0;
    margin-bottom: 1rem;
  }
}
.hojo tr td .slall {
  font-size: 1.2rem;
  padding-left: 1rem;
}
.hojo tr td .list-disc {
  font-size: 1.6rem;
}

.top_support_section {
  padding: 8rem 0;
  background-color: #32BCC6;
}
@media (max-width: 559.9px) {
  .top_support_section {
    padding: 5rem 0;
  }
}

.top_support {
  width: 100%;
  display: flex;
  background-color: #ffffff;
  padding: 2rem;
  margin-top: 3rem;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.6s ease;
}
.top_support.moved {
  transform: scale(1);
  opacity: 1;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_support {
    padding: 1.2rem;
  }
}
@media (max-width: 559.9px) {
  .top_support {
    flex-direction: column;
    margin: 3rem auto 0;
    padding: 3rem;
    gap: 1rem;
  }
}
.top_support .top_support_item {
  width: 18%;
  background-color: #ECECEC;
  padding: 2rem 1rem;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_support .top_support_item {
    padding: 1rem;
  }
}
@media (max-width: 559.9px) {
  .top_support .top_support_item {
    width: 100%;
  }
}
.top_support .top_support_item .support_img {
  width: 95%;
  margin: 0 auto;
}
.top_support .top_support_item .text {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.top_support .top_support_item .text.large {
  font-size: 2rem;
}
@media (max-width: 820.9px) {
  .top_support .top_support_item .text br {
    display: none;
  }
}
.top_support > i {
  width: 2.5%;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_support > i {
    font-size: 2rem;
  }
}
@media (max-width: 559.9px) {
  .top_support > i {
    margin: 0 auto;
    transform: rotate(90deg);
  }
}

.kome_text {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 3rem;
}

.top_case_section {
  padding: 8rem 0;
  overflow: hidden;
}
@media (max-width: 559.9px) {
  .top_case_section {
    padding: 5rem 0;
  }
}

.top_about_slider {
  width: 100%;
  margin-bottom: 8rem;
  overflow: visible;
  position: relative;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .top_about_slider {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_about_slider {
    margin-top: 10rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 559.9px) {
  .top_about_slider {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 5rem;
  }
}
.top_about_slider .swiper-wrapper {
  width: 100%;
}
.top_about_slider .swiper-wrapper .swiper-slide {
  width: 100%;
}
.top_about_slider .about_box-prev,
.top_about_slider .about_box-next {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background-color: #333333;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 50%;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  transition: all 0.3s ease;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_about_slider .about_box-prev,
.top_about_slider .about_box-next {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 559.9px) {
  .top_about_slider .about_box-prev,
.top_about_slider .about_box-next {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.top_about_slider .about_box-prev::after,
.top_about_slider .about_box-next::after {
  display: none;
}
.top_about_slider .about_box-prev i,
.top_about_slider .about_box-next i {
  color: #ffffff;
}
.top_about_slider .about_box-prev:hover,
.top_about_slider .about_box-next:hover {
  background-color: #676767;
}
.top_about_slider .about_box-next {
  right: -5rem;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_about_slider .about_box-next {
    right: -3.5rem;
  }
}
@media (max-width: 559.9px) {
  .top_about_slider .about_box-next {
    right: -1.4rem;
  }
}
.top_about_slider .about_box-prev {
  left: -5rem;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_about_slider .about_box-prev {
    left: -3.5rem;
  }
}
@media (max-width: 559.9px) {
  .top_about_slider .about_box-prev {
    left: -1.4rem;
  }
}
@media (min-width: 560px) {
  .top_about_slider .swiper-pagination {
    width: 16rem !important;
    height: 0.4rem;
    top: 110% !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.top_about_slider .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 0;
}
@media (max-width: 559.9px) {
  .top_about_slider .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
  }
}
.top_about_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF6B6B;
}

.top_about_box {
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  padding: 5rem;
  gap: 5%;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_about_box {
    aspect-ratio: 2/1.3;
    padding: 4rem;
  }
}
@media (max-width: 559.9px) {
  .top_about_box {
    padding: 3rem;
    gap: 3rem;
    flex-direction: column;
    aspect-ratio: inherit;
    width: 100%;
    margin: 0 auto;
  }
}
.top_about_box .left_item {
  width: 35%;
}
@media (max-width: 559.9px) {
  .top_about_box .left_item {
    width: 100%;
  }
}
.top_about_box .left_item .case_img {
  position: relative;
  width: 100%;
  aspect-ratio: 43/28;
  overflow: hidden;
}
.top_about_box .left_item .case_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.top_about_box .left_item .case_img:hover img {
  transform: scale(1.05);
}
.top_about_box .left_item .intro {
  margin-top: 3rem;
  border: 1px #DFDFDF solid;
  padding: 2rem;
}
.top_about_box .left_item .intro dl {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  gap: 5rem;
  margin-bottom: 1rem;
}
.top_about_box .left_item .intro dl:last-child {
  margin-bottom: 0;
}
.top_about_box .right_item {
  width: 60%;
}
@media (max-width: 559.9px) {
  .top_about_box .right_item {
    width: 100%;
  }
}
.top_about_box .right_item .head {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
}
@media (max-width: 559.9px) {
  .top_about_box .right_item .head {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.top_about_box .right_item .head a {
  color: #555;
}
.top_about_box .right_item .head a:hover {
  color: #9ca3af;
}
@media (min-width: 560px) {
  .top_about_box .right_item .head br {
    display: none;
  }
}
.top_about_box .right_item .head .abs {
  padding-left: 4rem;
  position: relative;
}
.top_about_box .right_item .head .abs::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 3.8rem;
  height: 1px;
  top: 1.5rem;
  left: 0.1rem;
  background-color: #333333;
}
.top_about_box .right_item .inner_box {
  margin-top: 2.5rem;
}
.top_about_box .right_item .inner_box .head {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  padding: 0 2rem;
  border-radius: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5rem;
}
.top_about_box .right_item .inner_box .head.Mgreen {
  background-color: #38D9A9;
  color: #ffffff;
}
.top_about_box .right_item .inner_box .list-disc {
  margin-left: 3rem;
}
@media (max-width: 559.9px) {
  .top_about_box .right_item .inner_box .list-disc {
    margin-left: 1rem;
  }
}
.top_about_box .right_item .inner_box .list-disc li {
  line-height: 2;
}
@media (max-width: 559.9px) {
  .top_about_box .right_item .inner_box .list-disc li {
    line-height: 2.8rem;
  }
  .top_about_box .right_item .inner_box .list-disc li:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}

.top_voice_section {
  padding: 8rem 0;
  background-color: #FAF5ED;
}
@media (max-width: 559.9px) {
  .top_voice_section {
    padding: 5rem 0;
  }
}

.top_voice {
  display: flex;
  justify-content: space-between;
  gap: 4rem 4%;
  flex-wrap: wrap;
}
@media (max-width: 559.9px) {
  .top_voice {
    flex-direction: column;
    gap: 3rem;
  }
}

.voice_item {
  width: 48%;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 3rem;
  opacity: 0;
}
@media (max-width: 559.9px) {
  .voice_item {
    width: 100%;
  }
}
.voice_item_01 {
  transform: translateY(60px);
  transition: 1s ease 0.3s;
}
.voice_item_02 {
  transform: translateY(60px);
  transition: 1s ease 0.6s;
}
.voice_item_03 {
  transform: translateY(60px);
  transition: 1s ease 0.3s;
}
.voice_item_04 {
  transform: translateY(60px);
  transition: 1s ease 0.6s;
}
.voice_item_05 {
  transform: translateY(60px);
  transition: 1s ease 0.3s;
}
.voice_item_06 {
  transform: translateY(60px);
  transition: 1s ease 0.6s;
}
.voice_item_07 {
  transform: translateY(60px);
  transition: 1s ease 0.3s;
}
.voice_item_08 {
  transform: translateY(60px);
  transition: 1s ease 0.6s;
}
.voice_item_09 {
  transform: translateY(60px);
  transition: 1s ease 0.3s;
}
.voice_item_10 {
  transform: translateY(60px);
  transition: 1s ease 0.6s;
}
.voice_item_11 {
  transform: translateY(60px);
  transition: 1s ease 0.3s;
}
.voice_item_12 {
  transform: translateY(60px);
  transition: 1s ease 0.6s;
}
.voice_item_13 {
  transform: translateY(60px);
  transition: 1s ease 0.3s;
}
.voice_item_14 {
  transform: translateY(60px);
  transition: 1s ease 0.6s;
}
.voice_item_15 {
  transform: translateY(60px);
  transition: 1s ease 0.3s;
}
.voice_item_16 {
  transform: translateY(60px);
  transition: 1s ease 0.6s;
}
.voice_item_17 {
  transform: translateY(60px);
  transition: 1s ease 0.3s;
}
.voice_item_18 {
  transform: translateY(60px);
  transition: 1s ease 0.6s;
}
.voice_item_19 {
  transform: translateY(60px);
  transition: 1s ease 0.3s;
}
.voice_item_20 {
  transform: translateY(60px);
  transition: 1s ease 0.6s;
}
.voice_item.moved {
  transform: translateY(0);
  opacity: 1;
}
.voice_item .hyoka {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.voice_item .hyoka .text {
  background-color: #FF6B6B;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  padding: 0 2rem;
}
.voice_item .hyoka .icon-star {
  display: block;
  width: 12rem;
}
.voice_item .com_head {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 2rem;
}
.voice_item .com_box {
  display: flex;
  width: 100%;
  gap: 5%;
  margin-top: 1rem;
}
.voice_item .com_box .com_icon {
  width: 18%;
}
.voice_item .com_box .com_icon .com_icon_img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.voice_item .com_box .com_icon .com_icon_img img {
  width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.voice_item .com_box .com_icon .icon_text {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
.voice_item .com_box .com {
  width: 77%;
}

.news_archive {
  width: 100%;
}
.news_archive .news_item {
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  gap: 0.2rem;
  position: relative;
}
.news_archive .news_item:last-child {
  margin-bottom: 0;
}
.news_archive .news_item.news_index {
  width: 33.3333333333%;
}
@media (max-width: 1199.9px) {
  .news_archive .news_item.news_index {
    width: 50%;
  }
}
@media (max-width: 559.9px) {
  .news_archive .news_item {
    height: 85px;
  }
}
.news_archive .news_item .news_inner_date {
  background-color: #F5F5F5;
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22rem;
  transition: all 0.4s ease;
}
@media (max-width: 559.9px) {
  .news_archive .news_item .news_inner_date {
    width: 100px;
  }
}
.news_archive .news_item .news_inner_date .date {
  text-align: center;
}
.news_archive .news_item .news_inner_text {
  display: flex;
  align-items: center;
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  background-color: #F5F5F5;
  height: 100%;
  width: calc(100% - 22.2rem);
  transition: all 0.4s ease;
}
@media (max-width: 559.9px) {
  .news_archive .news_item .news_inner_text {
    width: calc(100% - 102px);
    flex-direction: column;
    padding: 10px;
    justify-content: center;
  }
}
.news_archive .news_item .news_inner_text .news_text {
  width: 100%;
  font-weight: 500;
  padding: 4rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 559.9px) {
  .news_archive .news_item .news_inner_text .news_text {
    padding: 0;
    width: 100%;
    font-size: 1.3rem;
  }
}
.news_archive .news_item .news_inner_text .arrow-right_black {
  width: 4rem;
}
@media (max-width: 559.9px) {
  .news_archive .news_item .news_inner_text .arrow-right_black {
    display: none;
  }
}
.news_archive .news_item:hover .news_inner_date, .news_archive .news_item :active .news_inner_date {
  background-color: rgba(0, 0, 0, 0.08);
}
.news_archive .news_item:hover .news_inner_text, .news_archive .news_item :active .news_inner_text {
  background-color: rgba(0, 0, 0, 0.08);
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 323.2563171387px;
    stroke-dasharray: 323.2563171387px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 323.2563171387px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 323.2563171387px;
    stroke-dasharray: 323.2563171387px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 323.2563171387px;
  }
}
@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 404.7329101563px;
    stroke-dasharray: 404.7329101563px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 404.7329101563px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 404.7329101563px;
    stroke-dasharray: 404.7329101563px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 404.7329101563px;
  }
}
@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 383.2480773926px;
    stroke-dasharray: 383.2480773926px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 383.2480773926px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 383.2480773926px;
    stroke-dasharray: 383.2480773926px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 383.2480773926px;
  }
}
@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 318.2770385742px;
    stroke-dasharray: 318.2770385742px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 318.2770385742px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 318.2770385742px;
    stroke-dasharray: 318.2770385742px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 318.2770385742px;
  }
}
@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 374.274597168px;
    stroke-dasharray: 374.274597168px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 374.274597168px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 374.274597168px;
    stroke-dasharray: 374.274597168px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 374.274597168px;
  }
}
@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 334.5586242676px;
    stroke-dasharray: 334.5586242676px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 334.5586242676px;
  }
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 334.5586242676px;
    stroke-dasharray: 334.5586242676px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 334.5586242676px;
  }
}
/**************
Under PageTitle
**************/
.page_title {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 32rem;
  background-color: #32BCC6;
}
@media (max-width: 559.9px) {
  .page_title {
    height: 20rem;
    margin: 0 auto;
  }
}
.page_title .page_title_img {
  display: block;
  width: 80rem;
  position: absolute;
  right: -8rem;
  bottom: -5rem;
  transform: rotate(-4deg);
}
.page_title .title_inner {
  margin-top: 80px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 559.9px) {
  .page_title .title_inner {
    margin-top: 67px;
  }
}
.page_title .textArea {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  top: 58%;
  left: 4vw;
}
.page_title .textArea .jp {
  line-height: 1.2;
  font-size: 4rem;
  font-weight: 900;
  color: #ffffff;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .page_title .textArea .jp {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
@media (max-width: 559.9px) {
  .page_title .textArea .jp {
    font-size: 2.3rem;
  }
}
.page_title.single_page {
  height: 20rem;
}
@media (max-width: 559.9px) {
  .page_title.single_page {
    height: 12rem;
  }
}

.breadcrumbs {
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  height: 4.8rem;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 559.9px) {
  .breadcrumbs {
    height: 48px;
  }
}
.breadcrumbs a {
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  color: #555;
  font-weight: 500;
  transition: all 0.3s ease;
}
.breadcrumbs a:hover,
.breadcrumbs a :active {
  color: #00479d;
}

.flex_content {
  width: 100%;
  margin-bottom: 80px;
}
@media (min-width: 560px) {
  .flex_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex_content.start {
    align-items: flex-start;
  }
  .flex_content.mt70 {
    margin-top: 70px;
  }
}
@media (max-width: 559.9px) {
  .flex_content {
    margin-bottom: 48px;
  }
}
@media (min-width: 560px) {
  .flex_content_r {
    flex-direction: row-reverse;
  }
}
.flex_content.mb0 {
  margin-bottom: 0;
}
@media (max-width: 559.9px) {
  .flex_content > .item {
    width: 100%;
  }
  .flex_content > .item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 560px) {
  .flex_content .item_1 {
    width: 12%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_2 {
    width: 21%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_3 {
    width: 33%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_35 {
    width: 38%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_4 {
    width: 47.5%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_45 {
    width: 56%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_5 {
    width: 62%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_6 {
    width: 73%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_7 {
    width: 84%;
  }
}

@media (min-width: 1200px) {
  .leftColumn {
    width: 230px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .leftColumn {
    width: 22%;
  }
}
@media (max-width: 820.9px) {
  .leftColumn {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .rightColumn {
    width: calc(100% - 340px);
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .rightColumn {
    width: 72%;
  }
}
@media (max-width: 820.9px) {
  .rightColumn {
    margin-top: 40px;
  }
}

.c_container {
  width: 100%;
}
@media (min-width: 560px) {
  .c_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 820.9px) {
  .c_container {
    padding: 0 4%;
  }
}
@media (min-width: 560px) {
  .c_container .leftColumn {
    background-color: #f3f3f3;
  }
}

.news_container {
  width: 100%;
  display: flex;
}
@media (min-width: 821px) {
  .news_container {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
@media (max-width: 820.9px) {
  .news_container {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .news_container .rightColumn {
    width: calc(100% - 300px);
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .news_container .rightColumn {
    width: 72%;
  }
}
@media (max-width: 820.9px) {
  .news_container .rightColumn {
    width: 100%;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .news_container .leftColumn {
    width: 220px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .news_container .leftColumn {
    width: 22%;
  }
}
@media (max-width: 820.9px) {
  .news_container .leftColumn {
    margin-top: 50px;
    width: 100%;
  }
}

.divider-full {
  margin: 35px 0;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px #aaa dotted;
}
@media (max-width: 820.9px) {
  .divider-full {
    margin: 20px 0;
  }
}

.sticky_content {
  width: 100%;
}
@media (min-width: 821px) {
  .sticky_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.imgList {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 32px 2%;
}
.imgList > li {
  background-color: white;
  background: var(--white, #fff);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
@media (min-width: 560px) {
  .imgList > li {
    width: 32%;
  }
  .imgList > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 559.9px) {
  .imgList > li {
    width: 100%;
  }
}
.imgList > li .thumb a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.imgList > li .thumb a::before {
  content: "";
  display: block;
  padding-top: 66.25%;
}
.imgList > li .thumb a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease;
}
.imgList > li .thumb a:hover img {
  transform: scale(1.1);
}
.imgList > li img {
  width: 100%;
}
.imgList > li .inner {
  padding: 16px 24px;
}
@media (max-width: 820.9px) {
  .imgList > li .inner {
    padding: 10px 18px 14px;
  }
}
.imgList > li .p_title {
  display: block;
  line-height: 1.6;
  font-weight: bold;
  color: #525a66;
  text-align: center;
}
@media (max-width: 820.9px) {
  .imgList > li .p_title {
    font-size: 1.4rem;
  }
}
.imgList > li .p_title + p {
  margin-top: 10px;
}
@media (max-width: 820.9px) {
  .imgList > li .p_title + p {
    margin-top: 5px;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #444444;
  }
}
.imgList > li .p_table {
  font-size: 1.3rem;
  width: 100%;
  margin: 10px auto 0;
}
@media (max-width: 820.9px) {
  .imgList > li .p_table {
    font-size: 1.2rem;
  }
}

.caption {
  text-align: center;
  margin-top: 3px;
  font-size: 1.3rem;
}

/**************
お問い合わせ
**************/
.tit_under_text {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 559.9px) {
  .tit_under_text {
    font-size: 1.7rem;
    text-align: left;
  }
}

.contact_area {
  background-color: white;
  padding: 5rem 3rem;
  border-radius: 1rem;
}

.contact_table {
  width: 100%;
}
.contact_table tr th {
  text-align: left;
  background-color: transparent;
  color: #333333;
  vertical-align: middle;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 560px) {
  .contact_table tr th {
    width: 30rem;
    padding: 1.6rem 0;
    vertical-align: top;
  }
}
@media (max-width: 559.9px) {
  .contact_table tr th {
    display: block;
    width: 100%;
    padding: 10px 0 5px;
    font-weight: bold;
    font-size: 1.6rem;
    border: 0;
    color: #555;
  }
  .contact_table tr th br {
    display: none;
  }
}
.contact_table tr th .hissu {
  background: #00479d;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 0.4rem 1.2rem;
  margin-right: 1rem;
  border-radius: 4px;
}
@media (max-width: 820.9px) {
  .contact_table tr th .hissu {
    padding: 0 0.7rem 0.1rem;
  }
}
@media (max-width: 559.9px) {
  .contact_table tr th .hissu {
    position: relative;
    top: -0.2rem;
    margin-right: 0.6rem;
  }
}
.contact_table tr td {
  background-color: transparent;
}
@media (min-width: 560px) {
  .contact_table tr td {
    padding: 1.6rem 0;
  }
}
@media (max-width: 559.9px) {
  .contact_table tr td {
    background-color: transparent;
    display: block;
    width: 100%;
    border: 0;
    padding: 0.3rem 0 0.8rem;
    border-radius: 6px;
    font-size: 1.6rem;
  }
}
.contact_table tr td .list-disc {
  width: 100%;
}
@media (min-width: 560px) {
  .contact_table tr td .list-disc {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }
}
@media (min-width: 560px) {
  .contact_table tr td .list-disc li {
    width: 50%;
  }
}

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-input,
.c-select,
.c-textarea {
  background: #fff;
  border: 0.3rem solid #333333;
  transition: background-color 100ms, border-color 100ms;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .c-input,
.c-select,
.c-textarea {
    font-size: 1.6rem;
  }
}

.c-select {
  padding: 5px 10px;
}

.c-input {
  height: 6.4rem;
  padding: 0.2rem 1rem;
  border-radius: 4px;
}
@media (max-width: 1199.9px) {
  .c-input {
    height: auto;
    padding: 8px 4%;
    box-sizing: border-box;
  }
}
@media (max-width: 559.9px) {
  .c-input {
    height: 6rem;
  }
}

@media (min-width: 560px) {
  .c-select-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.c-select-list__item {
  display: flex;
  align-items: center;
}
@media (min-width: 560px) {
  .c-select-list__item {
    width: 32%;
  }
}
@media (max-width: 820.9px) {
  .c-select-list__item {
    width: 80%;
    margin-bottom: 4px;
  }
}

.c-radio-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -5px 0;
  width: 100%;
}

.c-checkbox-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.c-checkbox-list .wpcf7-list-item {
  font-size: 1.8rem;
  margin: 0;
}
.c-checkbox-list .wpcf7-list-item:not(:last-child) {
  margin-bottom: 0.64rem;
}
@media (max-width: 559.9px) {
  .c-checkbox-list .wpcf7-list-item {
    font-size: 1.4rem;
  }
}
.c-checkbox-list .wpcf7-list-item label {
  cursor: pointer;
  position: relative;
  padding-left: 4rem;
}
@media (max-width: 559.9px) {
  .c-checkbox-list .wpcf7-list-item label {
    display: block;
    padding-left: 3.6rem;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.c-checkbox-list .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.c-checkbox-list .wpcf7-list-item label::before {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -0.1rem;
  height: 2.6rem;
  width: 2.6rem;
  border: 0.3rem solid #333333;
  border-radius: 0.4rem;
  content: "";
  transition: all 0.3s ease;
  background-color: white;
}
.c-checkbox-list .wpcf7-list-item label::after {
  content: "";
  display: block;
  width: 3.6rem;
  height: 2.5rem;
  background: url(../images/icons/icon_check.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: -0.4rem;
  top: -0.6rem;
  opacity: 0;
  transition: all 0.3s ease;
}
.c-checkbox-list .wpcf7-list-item label:has(> input[type=checkbox]:checked)::before {
  background-color: #7aff6b;
  border-color: #7aff6b;
}
.c-checkbox-list .wpcf7-list-item label:has(> input[type=checkbox]:checked)::after {
  opacity: 1;
}
@media (max-width: 1199.9px) {
  .c-checkbox-list .wpcf7-list-item label {
    margin-right: 10px;
  }
}
.c-checkbox-list .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: bold;
}

.c-radio {
  position: relative;
  top: -3px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

.c-textarea {
  height: 200px;
  width: 100%;
  padding: 8px 10px;
  display: block;
  border-radius: 4px;
}
@media (max-width: 1199.9px) {
  .c-textarea {
    box-sizing: border-box;
    width: 100%;
    height: 120px;
  }
}

.form-btn {
  margin-top: 30px;
  text-align: center;
}

.c-submit,
.c-confirm,
.c-back {
  padding: 18px 0;
  text-align: center;
  width: 280px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .c-submit,
.c-confirm,
.c-back {
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 1199.9px) {
  .c-submit,
.c-confirm,
.c-back {
    width: 48%;
    padding: 15px 0;
  }
}

.c-submit {
  border: 2px #00479d solid;
  color: #fff;
  background-color: #00479d;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .c-submit {
    font-size: 1.4rem;
  }
}

.c-submit:hover {
  opacity: 0.8;
}

.c-confirm,
.c-back {
  border: 2px #777 solid;
  color: #777;
  background-color: #fff;
}

.c-confirm:hover,
.c-back:hover {
  background-color: #eee;
}

.privacyCheck {
  text-align: center;
  margin: 6rem 0 4rem;
}
@media (max-width: 559.9px) {
  .privacyCheck {
    margin-top: 40px;
    text-align: left;
  }
}
.privacyCheck .privacyCheck_text {
  margin-bottom: 3rem;
}
.privacyCheck .privacyCheck_text h6 {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
.privacyCheck .privacyCheck_text p {
  font-size: 1.4rem;
}

.btn-confirm, #btn_confirm {
  display: block;
  border: none;
  background-color: #FF6B6B;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0.5rem;
  max-width: 40rem;
  width: 90%;
  padding: 1.6rem 0;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
}
.btn-confirm:disabled, #btn_confirm:disabled {
  background-color: #ddd;
  color: #ccc;
  cursor: not-allowed;
}

input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  border-radius: 50%;
}

.c-radio,
.c-checkbox {
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

.c-radio-list__item,
.accept {
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .c-radio-list__item,
.accept {
    font-size: 1.4rem;
  }
}

.alert-block {
  border: 0.2rem tomato solid;
  padding: 2.4rem;
  color: red;
  font-weight: bold;
}

.help-block {
  display: block;
  color: tomato;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.3rem;
}

.wpcf7-response-output {
  background-color: #fff0f0;
  text-align: center;
  color: red;
  padding: 2.4rem !important;
  border-radius: 0.4rem;
  border: none !important;
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: 1.3rem !important;
  font-weight: bold !important;
  margin-top: 3px !important;
}

/**************
新着情報
**************/
.news_single {
  padding: 6.4rem;
  background-color: white;
  background: var(--white, #fff);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 820.9px) {
  .news_single {
    padding: 30px;
  }
}
@media (max-width: 559.9px) {
  .news_single {
    padding: 24px;
  }
}

.single_title {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 40px 0 50px;
}
@media (max-width: 820.9px) {
  .single_title {
    font-size: 2rem;
    margin: 20px 0 30px;
  }
}
@media (max-width: 559.9px) {
  .single_title {
    padding: 20px 0;
  }
}

.single_seminar_title {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 40px 0 0;
}
@media (max-width: 820.9px) {
  .single_seminar_title {
    font-size: 2rem;
    margin: 20px 0 0;
  }
}
@media (max-width: 559.9px) {
  .single_seminar_title {
    padding: 20px 0;
  }
}

.post_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post_data .news_date {
  font-size: 1.6rem;
  font-weight: 500;
}

.single_icatch {
  width: 100%;
  position: relative;
}
.single_icatch img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_item_tag {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.2rem 0.2rem;
}
@media (max-width: 559.9px) {
  .news_item_tag {
    font-size: 1.2rem;
  }
}
.news_item_tag .cat {
  background-color: #F5F5F5;
  font-size: 1.2rem;
  padding: 0.1rem 1.2rem;
  border-radius: 0.3rem;
}

.single_content,
.free_content {
  padding: 2.4rem 0;
}
@media (max-width: 559.9px) {
  .single_content,
.free_content {
    padding: 2rem 0;
  }
}
.single_content *:first-child,
.free_content *:first-child {
  margin-top: 0;
}
.single_content img,
.free_content img {
  max-width: 100% !important;
  height: auto;
}
.single_content .auto,
.free_content .auto {
  margin: 1.5rem 0;
}
.single_content h1,
.free_content h1 {
  font-size: 3rem;
  margin-top: 5.6rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
@media (max-width: 820.9px) {
  .single_content h1,
.free_content h1 {
    font-size: 2.1rem;
    margin: 3rem 0 1.2rem;
  }
}
.single_content h2,
.free_content h2 {
  font-size: 2.4rem;
  font-weight: 700 !important;
  margin: 4rem 0 2.4rem;
  border-radius: 4px;
  line-height: 1.5;
  padding-bottom: 1rem;
  border-bottom: 0.1rem #ccc solid;
}
@media (max-width: 820.9px) {
  .single_content h2,
.free_content h2 {
    font-size: 1.9rem;
    margin: 3rem 0 1.2rem;
  }
}
.single_content h3,
.free_content h3 {
  font-size: 2rem;
  color: #444;
  margin: 4rem 0 2rem;
  font-weight: 700 !important;
}
@media (max-width: 820.9px) {
  .single_content h3,
.free_content h3 {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
  }
}
.single_content h4,
.free_content h4 {
  font-size: 1.8rem;
  margin: 4rem 0 1.6rem;
}
@media (max-width: 820.9px) {
  .single_content h4,
.free_content h4 {
    font-size: 1.7rem;
    margin: 2rem 0 1.6rem;
  }
}
.single_content h5,
.free_content h5 {
  position: relative;
  margin: 4rem 0 1.6rem;
  font-size: 1.7rem;
  padding-left: 1.5rem;
}
@media (max-width: 820.9px) {
  .single_content h5,
.free_content h5 {
    font-size: 1.6rem;
    margin: 3rem 0 1.6rem;
  }
}
.single_content h5::before,
.free_content h5::before {
  width: 0.5rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #07afbf;
  content: "";
  display: block;
}
.single_content h6,
.free_content h6 {
  font-size: 1.6rem;
  color: #666;
  position: relative;
  padding-left: 1.6rem;
  margin: 4rem 0 1.6rem;
}
@media (max-width: 820.9px) {
  .single_content h6,
.free_content h6 {
    margin: 3rem 0 1.6rem;
  }
}
.single_content h6::before,
.free_content h6::before {
  background: #3875a1;
  width: 0.5rem;
  height: 90%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
}
.single_content table,
.free_content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.6rem 0;
  width: 100%;
}
.single_content table th,
.single_content table td,
.free_content table th,
.free_content table td {
  vertical-align: middle;
  padding: 1.5rem 1rem;
  border: 0.1rem solid #ddd;
  margin: 0;
}
.single_content table th,
.free_content table th {
  text-align: center;
  background: #eee;
  font-weight: bold;
}
.single_content blockquote,
.free_content blockquote {
  position: relative;
  box-sizing: border-box;
  padding: 4.5rem 2rem 4.5rem 3rem;
  margin: 0 0 3rem;
  font-weight: 400;
  color: #444;
  background-color: #f3f3f3;
  border: 0.1rem #ddd solid;
}
@media (max-width: 820.9px) {
  .single_content blockquote,
.free_content blockquote {
    padding: 2rem 5%;
  }
}
.single_content pre,
.free_content pre {
  padding: 2rem;
  margin: 2rem;
  background: #eee;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  white-space: pre-line;
}
.single_content code,
.free_content code {
  word-wrap: break-word;
  font-size: 1.5rem;
}
.single_content .word-set,
.free_content .word-set {
  display: inline-table;
  position: relative;
  vertical-align: baseline;
  white-space: initial;
}
.single_content .aligncenter,
.free_content .aligncenter {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
.single_content .alignright,
.free_content .alignright {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
}
.single_content img,
.free_content img {
  height: auto;
}
.single_content ul,
.free_content ul {
  list-style: inherit;
}
.single_content ul li,
.free_content ul li {
  list-style-type: inherit;
  list-style-position: inside;
}
.single_content ol,
.free_content ol {
  list-style: inherit;
}
.single_content ol li,
.free_content ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

.single_page_navi {
  background-color: #f3f3f3;
  padding: 3rem;
  border-radius: 0.8rem;
  margin-top: 7.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 820.9px) {
  .single_page_navi {
    padding: 1.6rem;
    margin-top: 3.6rem;
    border-radius: 0.8rem;
  }
}
.single_page_navi a {
  color: #666;
}
.single_page_navi a:nth-child(2) {
  margin: 0 7.2rem;
}
@media (max-width: 820.9px) {
  .single_page_navi a:nth-child(2) {
    margin: 0 2.4rem;
  }
}
.single_page_navi a img {
  display: block;
  width: 2.2rem;
}

@media (max-width: 820.9px) {
  .single_info {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
  }
}

.side_title {
  padding: 0.8rem 1.2rem;
  color: #444444;
  font-weight: bold;
  background: rgba(10, 51, 89, 0.2);
  border-radius: 0.8rem 0.8rem 0 0;
}
@media (max-width: 820.9px) {
  .side_title {
    margin-bottom: 1.2rem;
  }
}

.side_links {
  border-radius: 0 0 0.8rem 0.8rem;
  overflow: hidden;
}
.side_links li a {
  background-color: #F5F5F5;
  border-bottom: 0.2rem white solid;
  display: block;
  padding: 0.8rem 1.2rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 560px) {
  .side_links li a {
    transition: all 0.3s ease;
  }
  .side_links li a:hover {
    background-color: #f3f3f3;
  }
}

.single_info {
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem #ddd solid;
  margin-bottom: 2.4rem;
}
@media (min-width: 560px) {
  .single_info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.single_info .date {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
}

.input_contents dl dt {
  font-weight: bold;
}
.input_contents dl dd {
  padding-bottom: 1rem;
  font-size: 1.8rem;
}

.single_seminar_footer {
  margin-top: 4rem;
}

/* ------------
PAGENATION
------------- */
.wp-pagenavi {
  padding: 1.2rem 0.5rem;
  background: #f3f3f3;
  border-radius: 0.4rem;
  font-size: 100%;
  text-align: center;
  border: 0.1rem #ddd solid;
  margin-top: 3.2rem;
}

.all_seminar .wp-pagenavi {
  margin: 0 auto;
}

.wp-pagenavi span,
.wp-pagenavi a {
  padding: 0.5rem 0.7rem !important;
  border-radius: 0.3rem;
}

.wp-pagenavi .page,
.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .last,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
  background: #fff;
}

.wp-pagenavi .current {
  background: #1eb0d6;
  color: #fff;
}

.seminars_archive .item:not(:last-child) {
  margin-bottom: 3rem;
}
.seminars_archive .item img {
  display: block;
  width: 100%;
}

.page_cases .top_about_box:not(:last-child) {
  margin-bottom: 3rem;
}

/**************
COMPANY
**************/
.overview_area {
  width: 100%;
  margin: 14rem auto;
}
@media (min-width: 821px) {
  .overview_area {
    width: 100rem;
  }
}

.overview {
  width: 100%;
}
.overview tbody tr th {
  font-weight: normal;
  text-align: left;
}
@media (min-width: 821px) {
  .overview tbody tr th {
    font-size: 1.6rem;
  }
}
@media (min-width: 560px) {
  .overview tbody tr th {
    border-bottom: 0.1rem #559484 solid;
    padding: 4rem 1rem;
    width: 25rem;
    line-height: 2;
  }
}
@media (max-width: 559.9px) {
  .overview tbody tr th {
    display: block;
    width: 100%;
    padding: 20px 0.3em 5px;
  }
}
.overview tbody tr td {
  border-bottom: 0.1rem #559484 solid;
}
@media (min-width: 821px) {
  .overview tbody tr td {
    font-size: 1.6rem;
  }
}
@media (min-width: 560px) {
  .overview tbody tr td {
    padding: 4rem 1rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 559.9px) {
  .overview tbody tr td {
    display: block;
    width: 100%;
    padding: 5px 0.3em 20px;
    font-size: 14px;
  }
}
.overview tbody tr:first-child th {
  border-top: 1px #559484 solid;
}
@media (min-width: 560px) {
  .overview tbody tr:first-child td {
    border-top: 1px #559484 solid;
  }
}

.gmap_area {
  width: 100%;
  margin: 16rem auto 10rem;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .gmap_area {
    margin: 12rem auto 4rem;
  }
}
@media (max-width: 559.9px) {
  .gmap_area {
    margin: 80px auto 40px;
  }
}
.gmap_area iframe {
  width: 100%;
  filter: grayscale(1);
  height: auto;
}
@media (min-width: 560px) {
  .gmap_area iframe {
    height: auto;
    aspect-ratio: 16/7;
  }
}
@media (max-width: 559.9px) {
  .gmap_area iframe {
    aspect-ratio: 1/1;
  }
}

/**************
FAQ
**************/
.faq-link_btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 10px;
  flex-wrap: wrap;
}
@media (max-width: 559.9px) {
  .faq-link_btn-box {
    gap: 6.4px;
  }
}

.faq-link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #264653;
  border-radius: 8px;
  padding: 0 32px 0 20px;
  height: 44px;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .faq-link_btn {
    height: 28px;
    padding: 0 20px 0 12px;
  }
}
.faq-link_btn .text {
  font-weight: 500;
  color: white;
}
@media (max-width: 559.9px) {
  .faq-link_btn .text {
    font-size: 1.2rem;
  }
}
.faq-link_btn i {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: white;
}
@media (max-width: 559.9px) {
  .faq-link_btn i {
    font-size: 1rem;
  }
}
.faq-link_btn:hover, .faq-link_btn:active {
  background-color: #00479d;
}

.faq_content_section {
  margin-top: 8rem;
}
@media (max-width: 559.9px) {
  .faq_content_section {
    margin-top: 4rem;
  }
}

.faq_list .faq_item {
  width: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
}
.faq_list .faq_item:not(:last-child) {
  margin-bottom: 2.4rem;
}
.faq_list .faq_item .box .inner-flex {
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding: 2.4rem;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .box .inner-flex {
    padding: 20px;
  }
}
.faq_list .faq_item .box .alpha {
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  border-radius: 4rem;
  margin-right: 2.4rem;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .box .alpha {
    width: 32px;
    height: 32px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    margin-right: 16px;
  }
}
.faq_list .faq_item .box .inner {
  width: calc(100% - 8rem);
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .box .inner {
    width: calc(100% - 48px);
    font-size: 1.6rem;
  }
}
.faq_list .faq_item .box.q-box {
  background-color: #D8DAE5;
}
.faq_list .faq_item .box.q-box .alpha {
  background-color: #264653;
}
.faq_list .faq_item .box.q-box .inner {
  font-weight: bold;
  padding-right: 8rem;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .box.q-box .inner {
    font-size: 100%;
    padding-right: 48px;
  }
}
.faq_list .faq_item .box.a-box {
  display: none;
  background-color: #5f80a9;
}
.faq_list .faq_item .box.a-box .inner {
  color: white;
  font-weight: bold;
}
.faq_list .faq_item .box.a-box .alpha {
  background-color: #7BCCEA;
  color: white;
}
.faq_list .faq_item .q-box {
  cursor: pointer;
}
.faq_list .faq_item .q-box .faq-open {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #f8fafa;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08), -5px -5px 5px #D8DAE5;
  transform: translateY(-50%);
  transition: 0.3s;
  position: absolute;
  right: 24px;
  top: 50%;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .q-box .faq-open {
    width: 32px;
    height: 32px;
    right: 16px;
  }
}
.faq_list .faq_item .q-box .faq-open::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #264653;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.faq_list .faq_item .q-box .faq-open span {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.faq_list .faq_item .q-box .faq-open span::after, .faq_list .faq_item .q-box .faq-open span::before {
  position: absolute;
  background: #264653;
  display: block;
  content: "";
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  height: 2px;
  width: 20px;
  border-radius: 1px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .q-box .faq-open span::after, .faq_list .faq_item .q-box .faq-open span::before {
    width: 16px;
  }
}
.faq_list .faq_item .q-box .faq-open span::before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.faq_list .faq_item .q-box .faq-open span::after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq_list .faq_item .q-box.opened .faq-open span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.faq_list .faq_item .q-box.opened .faq-open span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.faq_list .faq_item .q-box:hover .faq-open::after {
  width: 48px;
  height: 48px;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .q-box:hover .faq-open::after {
    width: 32px;
    height: 32px;
  }
}
.faq_list .faq_item .q-box:hover .faq-open span::after, .faq_list .faq_item .q-box:hover .faq-open span::before {
  background: white;
}

.single_case_title {
  font-size: 4rem;
  line-height: 5.6rem;
  margin-bottom: 4rem;
}

.page_case_data {
  margin-top: 3rem;
}
.page_case_data .intro {
  border: 1px #DFDFDF solid;
  padding: 2rem;
}
.page_case_data .intro dl {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  gap: 5rem;
  margin-bottom: 1rem;
}
.page_case_data .intro dl:last-child {
  margin-bottom: 0;
}
.page_case_data .kadais {
  display: flex;
  width: 100%;
  gap: 4%;
  margin-top: 3rem;
}
.page_case_data .kadais .inner_box {
  width: 48%;
}
.page_case_data .kadais .inner_box .head {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  padding: 0 2rem;
  border-radius: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5rem;
}
.page_case_data .kadais .inner_box .head.Mgreen {
  background-color: #38D9A9;
  color: #ffffff;
}
.page_case_data .kadais .inner_box .list-disc {
  margin-left: 3rem;
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .page_case_data .kadais .inner_box .list-disc {
    margin-left: 1rem;
  }
}
.page_case_data .kadais .inner_box .list-disc li {
  line-height: 2;
}
@media (max-width: 559.9px) {
  .page_case_data .kadais .inner_box .list-disc li {
    line-height: 2.8rem;
  }
  .page_case_data .kadais .inner_box .list-disc li:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}

.case_single_content {
  font-size: 120%;
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 0.2rem solid #F5F5F5;
}

/**************
PRIVACY POLICY
**************/
.privacy_wrap {
  width: 100%;
  padding: 0 18rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .privacy_wrap {
    padding: 0 6vw;
  }
}
@media (max-width: 559.9px) {
  .privacy_wrap {
    padding: 0 5.6vw;
  }
}
.privacy_wrap *:first-child {
  margin-top: 0;
}
.privacy_wrap ul {
  margin-top: 1rem;
}
@media (max-width: 559.9px) {
  .privacy_wrap ul {
    margin-top: 10px;
  }
}
.privacy_wrap ul li {
  margin-top: 0.6rem;
}
@media (max-width: 559.9px) {
  .privacy_wrap ul li {
    margin-top: 6px;
  }
}
.privacy_wrap p {
  margin-top: 2.4rem;
}
@media (max-width: 559.9px) {
  .privacy_wrap p {
    margin-top: 24px;
  }
}
.privacy_wrap h2 {
  font-size: 110%;
  margin-bottom: 0.8rem;
  margin-top: 2.4rem;
}
@media (max-width: 559.9px) {
  .privacy_wrap h2 {
    margin-top: 24px;
    margin-bottom: 8px;
  }
}
.privacy_wrap h3 {
  font-size: 105%;
  margin-top: 2rem;
}
@media (max-width: 559.9px) {
  .privacy_wrap h3 {
    margin-top: 24px;
  }
}
.privacy_wrap h4 {
  margin-top: 2rem;
}
@media (max-width: 559.9px) {
  .privacy_wrap h4 {
    margin-top: 15px;
  }
}

.link_text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2rem;
  color: #6d5237;
  padding: 1.6rem 2.4rem;
  border: 0.1rem #6d5237 solid;
  border-radius: 0.8rem;
  margin-top: 2rem;
}
@media (max-width: 559.9px) {
  .link_text {
    gap: 20px;
    padding: 16px 24px;
    border: 1px #6d5237 solid;
    border-radius: 8px;
    margin-top: 20px;
  }
}
.link_text svg {
  display: block;
  width: 3.2rem;
}
@media (max-width: 559.9px) {
  .link_text svg {
    width: 32px;
  }
}
/*# sourceMappingURL=styles.css.map */