@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nova+Flat&family=Roboto:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Noto Sans JP', sans-serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_n {
  font-family: "Nova Flat", serif;
  font-weight: 400;
}

.ft_e {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -11.7rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -6.4rem;
  }
}

.c_ttl {
  font-size: 3.4rem;
  letter-spacing: .1em;
  position: relative;
  padding-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 2.2rem;
    margin-bottom: 2.2rem;
  }
}

.c_ttl:before {
  content: '';
  position: absolute;
  width: 7em;
  border-bottom: solid 2px #017745;
  bottom: 0;
}

.c_ttl i {
  display: block;
  letter-spacing: .1em;
  font-size: 1.8rem;
  margin-top: .3em;
}

@media screen and (max-width: 767px) {
  .c_ttl i {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c_btn {
    text-align: center;
    padding-left: 1.5rem;
  }
}

.c_btn a {
  display: inline-block;
  border: solid 1px #F34E38;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 8.6rem;
  padding-left: 5.5rem;
  width: 47.2rem;
  max-width: 100%;
  position: relative;
  color: #F34E38;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c_btn a {
    width: 29.4rem;
    font-size: 1.6rem;
    line-height: 6.8rem;
    padding-left: 2.7rem;
  }
}

.c_btn a:before {
  content: '';
  position: absolute;
  width: 6rem;
  left: 0;
  top: 50%;
  transform: translateX(-50%);
  border-bottom: solid 1px #F34E38;
}

@media screen and (max-width: 767px) {
  .c_btn a:before {
    width: 3rem;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 140rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 2rem;
  }
}

html {
  font-size: 7.5px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: calc(100vw * 7.5 / 1280);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 9.4 / 375);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 11.7rem;
  background: #fff;
  opacity: 0;
  transform: translateY(-100%);
}

body.loaded #header {
  opacity: 1;
  transform: none;
  transition: opacity .8s 1s, transform .8s 1s;
}

body.noevent #header {
  opacity: 1;
  transform: none;
}

#header a {
  display: block;
}

@media screen and (max-width: 767px) {
  #header {
    height: 6.4rem;
  }
}

.h_logo {
  position: absolute;
  left: 2.5rem;
  top: 2.4rem;
}

@media screen and (max-width: 767px) {
  .h_logo {
    top: 1.4rem;
  }
}

.h_logo img {
  width: 34.5rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 17rem;
  }
}

@media screen and (min-width: 1480px) {
  .h_logo {
    left: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    margin-right: 24.5rem;
    gap: 9.5rem;
    justify-content: flex-end;
    align-items: center;
    height: 11.7rem;
  }
}

@media screen and (max-width: 767px) {
  .h_nav li {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}

.h_recruit {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .h_recruit {
    right: 6.3rem;
  }
}

.h_recruit a {
  line-height: 11.7rem;
  background: #F34E38;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  width: 17rem;
}

@media screen and (max-width: 767px) {
  .h_recruit a {
    line-height: 6.4rem;
    width: 8.4rem;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .h_link {
    margin: 4rem 0;
  }
  .h_link li {
    margin-bottom: 2rem;
  }
  .h_link a {
    font-size: 1.8rem;
    border: solid 1px #000;
    line-height: 6.4rem;
    padding-left: 1em;
    width: 25rem;
    font-weight: bold;
    background: url(../img/arrow_right03.png) no-repeat calc(100% - .7em) center/1.8rem;
  }
  .h_menu {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .h_menu img {
    width: 6.3rem;
  }
  #toggle_menu {
    display: none;
    position: fixed;
    top: 6.4rem;
    z-index: 9;
    left: 0;
    width: 100%;
    overflow-y: auto;
    height: calc(100% - 6.4rem);
    background: #fff;
    padding: 1rem 3.2rem;
  }
  body.open #toggle_menu {
    display: block;
    animation: itemFadeIn 1s;
  }
  body.close #toggle_menu {
    display: none;
    animation: itemFadeOut .8s;
  }
  body.open {
    overflow-y: hidden;
  }
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes itemFadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}

.f_entry {
  text-align: right;
  margin-top: 19rem;
}

@media screen and (max-width: 767px) {
  .f_entry {
    display: none;
  }
}

.f_entry a {
  display: inline-block;
  background: #017745;
  color: #fff;
  font-size: 2.2rem;
  line-height: 11.7rem;
  width: 17rem;
  text-align: center;
}

#footer {
  border-top: solid 1px #707070;
  padding: 5rem 0 3rem 2.5rem;
}

@media screen and (min-width: 1480px) {
  #footer {
    padding-left: 6rem;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    text-align: center;
    padding: 4rem 0 2rem;
    border: none;
  }
}

.f_logo {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .f_logo {
    margin-bottom: 1rem;
  }
}

.f_logo img {
  width: 34.5rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 22rem;
  }
}

@media screen and (min-width: 768px) {
  .f_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .f_nav {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
  }
  .f_nav ul {
    display: flex;
    width: 98rem;
  }
  .f_nav li {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .f_nav {
    display: none;
  }
}

.f_copy {
  font-size: 1.4rem;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  padding-top: 11.7rem;
  margin: 0 0 6rem;
  position: relative;
}

.top_main:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #f3f3cf 0%, #f2bb8c 100%);
}

@media screen and (max-width: 767px) {
  .top_main:before {
    height: 60rem;
  }
}

@media screen and (min-width: 768px) {
  .top_main {
    display: flex;
    align-items: center;
    height: 100vh;
    min-height: 80rem;
  }
}

@media screen and (max-width: 767px) {
  .top_main {
    padding-top: 6.4rem;
    margin-bottom: 4rem;
  }
}

body.loaded .top_main .blur img {
  transition: opacity 1s 1s;
  opacity: 1;
}

body.loaded .top_main .list img {
  filter: blur(0);
  transition: filter .8s .2s;
}

body.loaded .top_main .list figure {
  transition: clip-path 1s .5s;
  clip-path: inset(0 round 2.6rem);
}

body.loaded .top_main .list figure:before {
  transition: opacity .5s;
  opacity: 0;
}

.top_main .swiper {
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .top_main .swiper {
    height: 100%;
  }
}

.top_main .swiper img {
  width: 100%;
  display: block;
}

.top_main .blur {
  width: 100%;
  z-index: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .top_main .blur {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
  }
}

.top_main .blur figure {
  transform: scale(0.6);
}

.top_main .blur img {
  filter: blur(4rem);
  opacity: 0;
}

.top_main .list figure {
  overflow: hidden;
  clip-path: inset(4em round 2.6rem);
  position: relative;
}

.top_main .list figure:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(45deg, #f3f3cf 0%, #f2bb8c 100%);
}

.top_main .list img {
  filter: blur(2rem);
}

.top_main .swiper-slide {
  padding: 4rem 0;
  font-size: 1rem;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .top_main .swiper-slide {
    padding: 10rem 0;
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .top_main .slide2, .top_main .slide4, .top_main .slide6, .top_main .slide8, .top_main .slide10 {
    align-items: flex-end;
  }
  .top_main .slide1 {
    width: 81.2em;
  }
  .top_main .slide1 figure {
    width: 73.2em;
  }
  .top_main .slide2 {
    width: 65.8em;
  }
  .top_main .slide2 figure {
    width: 57.8em;
  }
  .top_main .slide3 {
    width: 57.6em;
    padding-bottom: 6em;
  }
  .top_main .slide3 figure {
    width: 49.6em;
  }
  .top_main .slide4 {
    width: 70.4em;
  }
  .top_main .slide4 figure {
    width: 57.8em;
  }
  .top_main .slide5 {
    width: 85.6em;
  }
  .top_main .slide5 figure {
    width: 68em;
  }
  .top_main .slide6 {
    width: 89.6em;
  }
  .top_main .slide6 figure {
    width: 78.2em;
  }
  .top_main .slide7 {
    width: 114.9em;
  }
  .top_main .slide7 figure {
    width: 94.7em;
  }
  .top_main .slide8 {
    width: 71.5em;
    padding-top: 4.5em;
  }
  .top_main .slide8 figure {
    width: 57.8em;
  }
  .top_main .slide9 {
    width: 109em;
  }
  .top_main .slide9 figure {
    width: 91.2em;
  }
  .top_main .slide10 {
    width: 67.8em;
    padding-top: 4.5em;
  }
  .top_main .slide10 figure {
    width: 57.8em;
  }
  .top_main .sp {
    visibility: hidden;
    position: absolute;
    width: 100%;
    z-index: -10;
  }
}

@media screen and (max-width: 767px) {
  .top_main .pc {
    visibility: hidden;
    position: absolute;
    width: 100%;
    z-index: -10;
  }
  .top_main .row {
    display: flex;
    align-items: flex-start;
  }
  .top_main .slide1 {
    width: 51.8em;
    padding-right: 3.1em;
  }
  .top_main .slide2 {
    width: 51.8em;
    padding-right: 2.1em;
  }
  .top_main .slide3 {
    width: 38.8em;
    padding-right: 3.1em;
  }
  .top_main .slide4 {
    width: 36.6em;
    padding-right: 2.1em;
  }
  .top_main .fig1 {
    width: 25.7em;
    margin-right: 5.7em;
  }
  .top_main .fig2 {
    width: 20.3em;
    margin-left: 11em;
    margin-top: 4.8em;
  }
  .top_main .fig3 {
    width: 17.4em;
    margin-top: 5.5em;
  }
  .top_main .fig4 {
    width: 19em;
    margin-right: 5em;
    margin-top: 2.8em;
  }
  .top_main .fig5 {
    width: 22.4em;
    margin-left: 5em;
  }
  .top_main .fig6 {
    width: 25.8em;
    margin-top: 3.3rem;
  }
  .top_main .fig7 {
    width: 31.3em;
    margin-left: 2.1em;
    margin-bottom: 3.3em;
  }
  .top_main .fig8 {
    width: 19em;
    margin-bottom: 2.4em;
    margin-top: 6.8em;
  }
  .top_main .fig9 {
    width: 30.1em;
    margin-left: auto;
  }
  .top_main .fig10 {
    width: 19em;
    margin-left: auto;
  }
}

.top_main .swiper-wrapper {
  transition-timing-function: linear;
}

.top_main .link {
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .top_main .link {
    margin: -7rem 2rem 0;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .top_main .link {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 12.7rem;
    width: 68rem;
  }
}

body.loaded .top_main .link a {
  opacity: 1;
  transform: none;
  transition: opacity .8s 1s, transform .8s 1s;
}

.top_main .link a {
  opacity: 0;
  transform: translateY(10rem);
  height: 13.8rem;
  padding: 1em 8.6rem;
  display: block;
  font-weight: bold;
  font-size: 3.8rem;
  background: #fff url(../img/arrow_right01.png) no-repeat calc(100% - 1em) center/3.2rem;
}

@media screen and (max-width: 767px) {
  .top_main .link a {
    border: solid 1px #000;
    height: 9rem;
    font-size: 2.4rem;
    padding: 1.1em 2rem;
    background-size: 2.4rem;
    background-position: calc(100% - 2rem) center;
  }
}

.top_main .link a.a {
  height: 18.6rem;
  padding: .8em 8.6rem;
}

@media screen and (max-width: 767px) {
  .top_main .link a.a {
    height: 15rem;
    padding: .7em 2rem;
  }
}

.top_main .link a + a {
  margin-top: 1rem;
}

.top_main .link em {
  display: block;
  color: #F34E38;
}

.top_main .link small {
  display: block;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .top_main .link small {
    font-size: 1.4rem;
    margin-top: .4em;
  }
}

.top_cept {
  margin-bottom: 5.7rem;
}

@media screen and (min-width: 768px) {
  .top_cept {
    margin-bottom: 17rem;
  }
  .top_cept .c_ttl {
    position: absolute;
    left: 0;
  }
  .top_cept .u_inner {
    padding-left: 43.7rem;
    position: relative;
  }
}

.top_cept .ttl {
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.26;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .top_cept .ttl {
    font-size: 2.2rem;
  }
}

.top_cept p {
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .top_cept p {
    font-size: 1.5rem;
    line-height: 1.625;
  }
}

.top_cept .c_btn {
  text-align: right;
  margin-top: 4.4rem;
}

.top_cept .c_btn a {
  width: 50.6rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .top_cept .c_btn a {
    font-size: 1.5rem;
  }
}

.top_tips {
  margin-bottom: 8rem;
}

@media screen and (min-width: 768px) {
  .top_tips {
    margin-bottom: 14.5rem;
  }
  .top_tips .c_ttl {
    position: absolute;
  }
}

.top_tips .swiper {
  margin-left: calc(50% - 27rem);
}

.top_tips .swiper img {
  width: 100%;
  aspect-ratio: 418 / 458;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top_tips .swiper {
    margin-left: 5.4rem;
  }
}

.top_tips .swiper-slide {
  width: 41.8rem;
  margin-right: 4rem;
}

@media screen and (max-width: 767px) {
  .top_tips .swiper-slide {
    width: 30rem;
    margin-right: 2rem;
  }
}

.top_tips dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin: .5em 0 .8em;
  letter-spacing: .1em;
  height: 3em;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top_tips dt {
    font-size: 1.8rem;
  }
}

.top_tips dd {
  font-size: 1.6rem;
  letter-spacing: .1em;
  margin-top: .4em;
}

@media screen and (max-width: 767px) {
  .top_tips dd {
    font-size: 1.4rem;
  }
}

.top_tips .ctrl {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .top_tips .ctrl {
    margin-top: 4rem;
  }
}

.top_tips .page {
  font-size: 2rem;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .top_tips .page {
    font-size: 1.6rem;
  }
}

.top_tips .btn {
  border: solid 1px #000;
  width: 4.8rem;
  aspect-ratio: 48 / 45;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_tips .btn {
    width: 4rem;
  }
}

.top_tips .btn img {
  width: 1.6rem;
}

@media screen and (max-width: 767px) {
  .top_tips .btn img {
    width: 1.3rem;
  }
}

.top_reason {
  margin-bottom: 8.5rem;
}

@media screen and (min-width: 768px) {
  .top_reason {
    height: 57.6rem;
    padding-top: 12rem;
    position: relative;
    margin-bottom: 3.5rem;
  }
}

.top_reason .bg {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top_reason .bg {
    position: absolute;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    top: 0;
    left: 0;
  }
}

.top_reason .ttl {
  font-size: 6.2rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .top_reason .ttl {
    font-size: 3.8rem;
    margin-bottom: .4em;
  }
}

.top_reason p {
  font-size: 2.2rem;
  line-height: 1.9;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .top_reason p {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.top_reason .box {
  margin-left: calc(50% - 70.7rem);
}

@media screen and (max-width: 767px) {
  .top_reason .box {
    margin: 2rem 2rem 0;
  }
}

.top_nav {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin-bottom: 30rem;
}

@media screen and (max-width: 767px) {
  .top_nav {
    gap: 2rem;
    margin-bottom: 5rem;
  }
}

.low_header {
  padding-top: 11.7rem;
  position: relative;
  height: 55.9rem;
  background: url(../img/low_bg.jpg) no-repeat 50%/cover;
}

@media screen and (max-width: 767px) {
  .low_header {
    padding-top: 6.4rem;
    height: 28.4rem;
  }
}

.low_header .box {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 7.6rem;
  padding-top: 11.7rem;
}

@media screen and (max-width: 767px) {
  .low_header .box {
    padding-top: 6.4rem;
    left: 2rem;
  }
}

.low_header .box * {
  transform: translateX(50%);
  opacity: 0;
}

body.loaded .low_header .box * {
  transition: opacity .6s, transform .6s;
  transform: none;
  opacity: 1;
}

.low_header .ttl {
  font-size: 8.6rem;
  font-weight: bold;
  color: #F34E38;
}

@media screen and (max-width: 767px) {
  .low_header .ttl {
    font-size: 3rem;
    line-height: 1.18;
    margin-bottom: .2em;
  }
}

.low_header p {
  font-size: 2.2rem;
  line-height: 1.66;
}

@media screen and (max-width: 767px) {
  .low_header p {
    font-size: 1.4rem;
  }
}

.hint_cat {
  margin: 4.5rem 0 3.5rem;
}

@media screen and (min-width: 768px) {
  .hint_cat {
    display: flex;
    gap: 6rem;
    margin: 5rem 0;
    align-items: center;
  }
}

.hint_cat dt {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .hint_cat dt {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}

.hint_cat dd {
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  margin-right: -2rem;
  padding-bottom: 1.5rem;
}

.hint_cat a {
  display: inline-block;
  width: 16.8rem;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: .05em;
  line-height: 9.6rem;
  color: #fff;
  background: #F34E38;
  border-radius: .72em;
}

@media screen and (max-width: 767px) {
  .hint_cat a {
    font-size: 1.6rem;
    width: 12.3rem;
    line-height: 7rem;
  }
}

.hint_cat a + a {
  margin-left: 2.3rem;
}

@media screen and (max-width: 767px) {
  .hint_cat a + a {
    margin-left: 1.7rem;
  }
}

.hint_cat .sales {
  background: #FF8C00;
}

.hint_cat .tech {
  background: #017745;
}

.hint_cat .manage {
  background: #FF1493;
}

.hint_cat .active {
  position: relative;
}

.hint_cat .active:before {
  font-size: 2rem;
  content: '';
  border-radius: 0 0 .2em;
  transform: rotate(45deg) skew(10deg, 10deg);
  transform-origin: left top;
  left: 50%;
  background: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: -.2em;
}

@media screen and (max-width: 767px) {
  .hint_cat .active:before {
    font-size: 1.5rem;
  }
}

.hint_wrap {
  background: #F34E38;
  padding: 9rem 0 14rem;
  margin-bottom: 29rem;
}

@media screen and (max-width: 767px) {
  .hint_wrap {
    padding: 3.5rem 0 9rem;
    margin-bottom: 9rem;
  }
  .hint_wrap ul {
    padding: 0 1.2rem;
  }
}

.wp-pagenavi {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 5.5rem;
  margin-top: 12rem;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 9rem;
    gap: 2.5rem;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  text-align: center;
  width: 1.68em;
  height: 1.68em;
  line-height: 1.68;
  font-size: 2.5rem;
  font-weight: bold;
  background: #fff;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 1.4rem;
  }
}

.wp-pagenavi .current {
  color: #F34E38;
}

.wp-pagenavi .extend {
  background: none;
  line-height: 1;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 2.7rem;
  height: 2.7rem;
  border: none;
  background: url(../img/btn_back01.svg) no-repeat 50%/contain;
}

.wp-pagenavi .previouspostslink {
  margin-right: 2.5rem;
}

.wp-pagenavi .nextpostslink {
  margin-left: 2.5rem;
  background-image: url(../img/btn_next01.svg);
}

.hint_list {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}

@media screen and (max-width: 767px) {
  .hint_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}

.hint_list li {
  background: #fff;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .hint_list li {
    width: 100%;
  }
}

.hint_list li a {
  display: block;
  padding-bottom: 1.2rem;
}

.hint_list li i {
  position: absolute;
  top: 2.2rem;
  left: 2.2rem;
  background: #fff;
  padding: .3em 1em;
  font-size: 1.8rem;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .hint_list li i {
    font-size: 1.2rem;
    top: 1.4rem;
    left: 1.5rem;
  }
}

.hint_list li p {
  margin: .6em .8em 0;
  font-size: 2.3rem;
  height: 3em;
  overflow: hidden;
  position: relative;
  text-align: justify;
}

.hint_list li p:before, .hint_list li p:after {
  background: #fff;
  position: absolute;
}

.hint_list li p:before {
  content: '...';
  bottom: 0;
  right: 0;
  width: 1em;
}

.hint_list li p:after {
  content: '';
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .hint_list li p {
    font-size: 1.2rem;
    margin: 1em .8em 0;
  }
}

.hint_list li img {
  aspect-ratio: 428 / 267;
  object-fit: cover;
  width: 100%;
}

.hint_detail {
  margin: 38rem 0 28rem;
}

@media screen and (max-width: 767px) {
  .hint_detail {
    margin: 17rem 0 7.5rem;
  }
}

.hint_detail .ttl {
  font-weight: bold;
  font-size: 3.8rem;
  margin-bottom: 1.3em;
}

@media screen and (max-width: 767px) {
  .hint_detail .ttl {
    font-size: 2rem;
  }
}

.hint_detail figure {
  margin-bottom: 7.6rem;
}

@media screen and (max-width: 767px) {
  .hint_detail figure {
    margin-bottom: 2.4rem;
  }
}

.hint_detail h3 {
  font-size: 3.2rem;
  font-weight: bold;
  background: #F34E38;
  color: #fff;
  border-radius: 2rem;
  margin-bottom: 1em;
  padding: 1em 1.5em;
}

@media screen and (max-width: 767px) {
  .hint_detail h3 {
    font-size: 1.6rem;
    border-radius: 1.6rem;
    padding: 1.25em;
  }
}

.hint_detail p {
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .hint_detail p {
    font-size: 1.4rem;
  }
}

.hint_detail p + h3 {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .hint_detail p + h3 {
    margin-top: 2.5rem;
  }
}

.hint_profile {
  background: #EFF0EF;
  padding: 8rem 0 12rem;
  margin-bottom: 22.5rem;
}

@media screen and (max-width: 767px) {
  .hint_profile {
    padding: 3rem 0 4.5rem;
    margin-bottom: 7rem;
  }
}

.hint_profile .ttl {
  font-size: 2.4rem;
  letter-spacing: .1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .hint_profile .ttl {
    font-size: 1.8rem;
  }
}

.hint_profile dl {
  background: #fff;
  padding: 3.5rem 5rem;
  border-radius: 1.8rem;
}

@media screen and (max-width: 767px) {
  .hint_profile dl {
    padding: 1.6rem;
  }
}

.hint_profile dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .hint_profile dt {
    font-size: 1.6rem;
    margin-bottom: .5em;
  }
}

.hint_profile dd {
  font-size: 2rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .hint_profile dd {
    font-size: 1.4rem;
  }
}

.hint_relate {
  background: #F34E38;
  padding: 6rem 0;
}

@media screen and (max-width: 767px) {
  .hint_relate {
    margin: 0 4.3rem;
  }
}

.msg_body {
  margin: 6rem 0 29em;
}

@media screen and (max-width: 767px) {
  .msg_body {
    margin: 4rem  0 8rem;
  }
}

.msg_body .ttl {
  text-align: center;
  font-size: 8.2rem;
  line-height: 1.27;
  font-weight: bold;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .msg_body .ttl {
    font-size: 3.6rem;
  }
}

.msg_body p {
  font-size: 2rem;
  line-height: 2.3;
}

@media screen and (max-width: 767px) {
  .msg_body p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .msg_body p.b br {
    display: none;
  }
}

.msg_body .lead {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .msg_body .lead {
    font-size: 1.8rem;
    line-height: 1.75;
    margin: 0 -2rem;
  }
}

.msg_body .sign {
  text-align: right;
  margin-top: 3em;
}

.msg_body .ttl2 {
  text-align: center;
  font-weight: bold;
  font-size: 4.8rem;
  margin: 14rem 0 7rem;
}

@media screen and (max-width: 767px) {
  .msg_body .ttl2 {
    margin: 6rem 0 4rem;
    font-size: 1.8rem;
  }
}

.msg_body figure {
  text-align: center;
  margin: -5rem 0 3.5rem;
}

@media screen and (max-width: 767px) {
  .msg_body figure {
    margin: -3rem 0 3rem;
  }
}

.msg_body figure img {
  width: 104rem;
}

.low_ttl {
  margin-top: 34rem;
  margin-left: 6rem;
  font-size: 6.4rem;
  font-weight: bold;
}

@media screen and (min-width: 1500px) {
  .low_ttl {
    margin-left: 7.6rem;
  }
}

@media screen and (max-width: 767px) {
  .low_ttl {
    margin-top: 12.5rem;
    margin-left: 2rem;
    font-size: 3.4rem;
  }
}

.low_ttl i {
  display: block;
  font-size: 2.2rem;
  letter-spacing: .1em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .low_ttl i {
    font-size: 1.6rem;
  }
}

.low_ttl small {
  font-size: 3.8rem;
  font-weight: 500;
  margin-left: .4em;
}

.rec_head {
  margin-bottom: 7rem;
}

@media screen and (min-width: 768px) {
  .rec_head {
    position: relative;
    margin-bottom: 8.4rem;
  }
  .rec_head ul {
    position: absolute;
    right: calc(50% - 70rem);
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .rec_head ul {
    margin-top: 10rem;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin-left: 2rem;
  }
}

.rec_head li {
  display: inline-block;
}

.rec_head li + li {
  margin-left: 4.4rem;
}

@media screen and (max-width: 767px) {
  .rec_head li + li {
    margin-left: 2.2rem;
  }
}

.rec_head a {
  display: block;
  line-height: 8.2rem;
  font-size: 2.3rem;
  font-weight: bold;
  border: solid 0.2rem #F34E38;
  border-radius: 2rem;
  padding: 0 1em;
}

@media screen and (max-width: 767px) {
  .rec_head a {
    line-height: 7rem;
    font-size: 1.8rem;
    border-radius: 1.6rem;
  }
}

.rec_head .active {
  background: #F34E38;
  color: #fff;
}

.rec_list {
  margin-bottom: 30rem;
}

@media screen and (max-width: 767px) {
  .rec_list {
    margin-bottom: 10rem;
  }
}

.rec_list li {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .rec_list li {
    margin-bottom: 2.8rem;
  }
}

.rec_list li a {
  display: block;
  background: #F34E38 url(../img/arrow_right02.png) no-repeat calc(100% - 1.5em) center/3.2rem;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 9.6rem;
  color: #fff;
  border-radius: 2rem;
  padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .rec_list li a {
    line-height: 7.8rem;
    background-size: 2.4rem;
    font-size: 2rem;
    border-radius: 1.6rem;
  }
}

.rec_list li a:hover {
  opacity: 1;
  background-color: #CC230C;
}

.rec_body {
  margin: 8rem 0 30rem;
}

@media screen and (max-width: 767px) {
  .rec_body {
    margin: 10rem 0 10rem;
  }
}

.rec_body .ttl {
  background: #F34E38;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 9.6rem;
  color: #fff;
  border-radius: 2rem;
  padding-left: 1.5em;
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 767px) {
  .rec_body .ttl {
    line-height: 7.8rem;
    background-size: 2.4rem;
    font-size: 2rem;
    border-radius: 1.6rem;
    margin-bottom: 4.5rem;
  }
}

.rec_body table {
  border-top: solid 1px #707070;
}

.rec_body th {
  background: #EEEEEE;
  width: 20rem;
  text-align: left;
  font-weight: bold;
}

.rec_body tr > * {
  border-bottom: solid 1px #707070;
  vertical-align: middle;
  font-size: 2rem;
  padding: 2em 1em;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .rec_body tr > * {
    float: left;
    width: 100%;
    font-size: 1.6rem;
    padding: 1em .6em;
  }
}

@media screen and (max-width: 767px) {
  .rec_body th {
    border: none;
  }
  .rec_body td {
    padding: .8em 0;
    font-size: 1.5rem;
  }
}

.rec_body .btn {
  text-align: center;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .rec_body .btn {
    margin-top: 5rem;
  }
}

.rec_body .btn a {
  display: inline-block;
  width: 60rem;
  border-radius: 2rem;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  line-height: 11.4rem;
  overflow: hidden;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .rec_body .btn a {
    width: 28.6rem;
    line-height: 6.8rem;
    font-size: 1.8rem;
    border-radius: 1rem;
  }
}

.rec_body .btn a:before {
  content: 'ENTRY!';
  background: #F34E38;
  top: 0;
  left: 0;
  position: absolute;
  text-align: center;
  line-height: inherit;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: -1;
  transition: background .3s, color .3s;
  color: transparent;
}

.rec_body .btn a:hover {
  opacity: 1;
  color: transparent;
}

.rec_body .btn a:hover:before {
  background: #CC230C;
  color: #fff;
}

.form {
  margin: 8rem 0 30rem;
}

@media screen and (max-width: 767px) {
  .form {
    margin: 8rem 0 10rem;
  }
}

.form th {
  font-weight: bold;
  position: relative;
  text-align: left;
  width: 38rem;
}

@media screen and (max-width: 767px) {
  .form th {
    padding-bottom: 1.3em;
  }
}

@media screen and (min-width: 768px) {
  .form th {
    padding-top: 1em;
  }
}

.form th em {
  color: #F34E38;
  border: solid 1px #F34E38;
  letter-spacing: .1em;
  line-height: 2.5;
  padding: 0 1.4em;
  position: absolute;
  right: 8rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .form th em {
    font-size: 1.2rem;
    right: 0;
  }
}

.form td {
  padding-bottom: 1.6em;
}

@media screen and (max-width: 767px) {
  .form td {
    padding-bottom: 2.5em;
  }
}

.form td input[type="text"], .form td input[type="email"], .form td input[type="tel"], .form td textarea, .form td select {
  width: 80rem;
  border: solid .2rem #707070;
  border-radius: .5em;
  padding: .6em 1em;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .form td input[type="text"], .form td input[type="email"], .form td input[type="tel"], .form td textarea, .form td select {
    font-size: 1.6rem;
    width: 100%;
    padding: 1.2em 1em;
  }
}

.form td textarea {
  height: 20em;
}

@media screen and (max-width: 767px) {
  .form td textarea {
    height: 15em;
  }
}

@media screen and (min-width: 768px) {
  .form td.check {
    padding-top: 1em;
  }
}

.form td.check label {
  display: block;
  margin-bottom: .6em;
}

.form td.check input {
  width: 1em;
  height: 1em;
  vertical-align: -.2em;
  margin-right: .8em;
}

.form tr > * {
  font-size: 2.4rem;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .form tr > * {
    float: left;
    width: 100%;
    font-size: 1.6rem;
  }
}

.form .doui {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .form .doui {
    font-size: 1.6rem;
  }
}

.form .doui input {
  width: 1.4em;
  height: 1.4em;
  vertical-align: -.4em;
  margin-right: .8em;
}

.form .btn {
  text-align: center;
  margin-top: 12.5rem;
}

@media screen and (max-width: 767px) {
  .form .btn {
    margin-top: 10rem;
  }
}

.form .btn i {
  display: inline-block;
  width: 60rem;
  border-radius: 2rem;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  line-height: 11.4rem;
  overflow: hidden;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .form .btn i {
    width: 28.6rem;
    line-height: 6.8rem;
    font-size: 1.8rem;
    border-radius: 1rem;
  }
}

.form .btn i:before {
  content: 'ENTRY!';
  background: #F34E38;
  top: 0;
  position: absolute;
  text-align: center;
  line-height: inherit;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: -1;
  transition: background .3s, color .3s;
  color: transparent;
}

.form .btn i:hover input {
  color: transparent;
}

.form .btn i:hover:before {
  background: #CC230C;
  color: #fff;
}

.form .btn input {
  width: 100%;
  line-height: inherit;
  cursor: pointer;
  z-index: 1;
}

.cept_lead {
  text-align: center;
  margin: 6rem 0 11.6rem;
}

@media screen and (max-width: 767px) {
  .cept_lead {
    margin: 4rem 0 8rem;
  }
}

.cept_lead .ttl {
  font-size: 11.9rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.3;
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .cept_lead .ttl {
    font-size: 3.2rem;
    white-space: nowrap;
  }
}

.cept_lead .ttl small {
  display: block;
  font-size: 9.8rem;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .cept_lead .ttl small {
    font-size: 2.6rem;
  }
}

.cept_lead .ttl i {
  font-size: 9.5rem;
  letter-spacing: .064em;
}

@media screen and (max-width: 767px) {
  .cept_lead .ttl i {
    font-size: 2.6rem;
  }
}

.cept_lead .ttl em {
  color: #F34E38;
}

.cept_lead p {
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .cept_lead p {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.5;
  }
  .cept_lead p br {
    display: none;
  }
}

.cept_lead figure {
  margin-top: 5.5rem;
}

@media screen and (max-width: 767px) {
  .cept_lead figure {
    margin-top: 3rem;
  }
}

.cept_lead figure img {
  width: 100%;
}

.cept_goal {
  background: #EFF0EF;
  padding: 13rem 0 11rem;
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .cept_goal {
    margin-bottom: 8rem;
    padding: 3.5rem 0 4.5rem;
  }
}

.cept_goal .ttl {
  font-weight: bold;
  font-size: 6.4rem;
  letter-spacing: .1em;
  margin-bottom: .54em;
}

@media screen and (max-width: 767px) {
  .cept_goal .ttl {
    font-size: 3.6rem;
  }
}

.cept_goal .ttl small {
  font-size: 4.8rem;
  letter-spacing: .1em;
  border-bottom: solid 2px #017745;
  padding-bottom: .4em;
  display: inline-block;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .cept_goal .ttl small {
    font-size: 2.4rem;
  }
}

.cept_goal p {
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .cept_goal p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 1em;
  }
  .cept_goal p br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .cept_goal .u_inner {
    display: flex;
    justify-content: space-between;
  }
  .cept_goal figure {
    width: 62.5rem;
  }
}

.cept_sec.b {
  background: linear-gradient(to right, #707070 0.6rem, transparent 0.6rem) repeat-x left top/2rem 0.3rem;
  padding-top: 20rem;
  margin: 4rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .cept_sec.b {
    padding-top: 7rem;
    margin: 2rem 0 5rem;
  }
}

.cept_sec .ttl {
  font-size: 5.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  padding: .65em 1em;
  position: relative;
  margin-bottom: 3rem;
  background: #F34E38;
  border-radius: 3em;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cept_sec .ttl {
    font-size: 3rem;
    line-height: 1.33;
    white-space: nowrap;
    margin-bottom: -2rem;
    padding: .3em .8em;
  }
}

.cept_sec .ttl.a img {
  width: 40.9rem;
  top: -30.5rem;
  left: -25rem;
}

@media screen and (max-width: 767px) {
  .cept_sec .ttl.a img {
    right: -.5rem;
    left: auto;
    width: 15.951rem;
    top: -16.5rem;
  }
}

.cept_sec .ttl.b img {
  width: 44.8rem;
  top: -15.6rem;
  left: -17rem;
}

@media screen and (max-width: 767px) {
  .cept_sec .ttl.b img {
    width: 16.9344rem;
    left: -2.5rem;
    right: auto;
    top: -13rem;
  }
}

.cept_sec .ttl img {
  position: absolute;
}

.cept_sec dl {
  padding: 5.6rem 0 9rem;
}

@media screen and (max-width: 767px) {
  .cept_sec dl {
    padding: 5rem 0;
  }
}

.cept_sec dl:nth-child(odd) {
  position: relative;
}

.cept_sec dl:nth-child(odd):before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: #EFF0EF;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
}

.cept_sec dt {
  color: #F34E38;
  font-weight: bold;
  font-size: 4.6rem;
  letter-spacing: .05em;
  margin: 0 0 .5em;
}

@media screen and (max-width: 767px) {
  .cept_sec dt {
    font-size: 2.8rem;
    margin: 0 0 .3em;
  }
}

.cept_sec dt i {
  display: inline-block;
  width: 23rem;
  vertical-align: .5em;
}

@media screen and (max-width: 767px) {
  .cept_sec dt i {
    display: block;
    margin-bottom: .5em;
  }
}

.cept_sec dt img {
  height: 13.7rem;
}

@media screen and (max-width: 767px) {
  .cept_sec dt img {
    height: 7.2rem;
  }
}

.cept_sec dd {
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .cept_sec dd {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.cept_sec dd p {
  letter-spacing: .1em;
}

.cept_sec dd .b {
  position: relative;
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .cept_sec dd .b {
    padding-left: 8em;
  }
}

@media screen and (min-width: 768px) {
  .cept_sec dd .b + .b {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .cept_sec dd .b i {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .cept_sec dd .b i {
    width: 8em;
    position: absolute;
    left: 0;
  }
}

.cept_sec dd .b i:after {
  content: '：';
}

@media screen and (min-width: 768px) {
  .cept_sec dd .b i:after {
    right: 0;
    position: absolute;
  }
}

.cept_data {
  background: #EFF0EF;
  padding: 17.5rem 0;
  margin-bottom: 21rem;
}

@media screen and (max-width: 767px) {
  .cept_data {
    padding: 8rem 0 10rem;
    margin-bottom: 9.5rem;
  }
}

.cept_data .ttl {
  text-align: center;
  font-size: 5.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .cept_data .ttl {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}

.cept_data ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.2rem;
}

@media screen and (max-width: 767px) {
  .cept_data ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.3rem;
  }
}

.cept_data li {
  background: #fff;
  position: relative;
  height: 36rem;
}

@media screen and (max-width: 767px) {
  .cept_data li {
    height: 18rem;
  }
}

.cept_data li b {
  font-size: 3.2rem;
  letter-spacing: .05em;
  display: block;
  line-height: 1.1875;
  display: block;
  margin-bottom: .3em;
}

@media screen and (max-width: 767px) {
  .cept_data li b {
    font-size: 1.6rem;
  }
}

.cept_data li p {
  margin-left: 3.4rem;
}

@media screen and (max-width: 767px) {
  .cept_data li p {
    margin-left: 1.7rem;
  }
}

.cept_data li p:nth-child(1) {
  margin-top: 3.4rem;
}

@media screen and (max-width: 767px) {
  .cept_data li p:nth-child(1) {
    margin-top: 1.5rem;
  }
}

.cept_data li em {
  color: #F34E38;
}

.cept_data li .num {
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: .3em;
}

@media screen and (max-width: 767px) {
  .cept_data li .num {
    font-size: 3.2rem;
  }
}

.cept_data li .num em {
  font-size: 9rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .cept_data li .num em {
    font-size: 4.8rem;
  }
}

.cept_data li .num small {
  display: block;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .cept_data li .num small {
    font-size: 1.2rem;
  }
}

.cept_data li .city {
  font-weight: bold;
  font-size: 3.6rem;
  padding: .3em 0;
}

@media screen and (max-width: 767px) {
  .cept_data li .city {
    font-size: 1.8rem;
  }
}

.cept_data li .city em {
  font-size: 6.4rem;
}

@media screen and (max-width: 767px) {
  .cept_data li .city em {
    font-size: 3.2rem;
  }
}

.cept_data li .note {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .cept_data li .note {
    font-size: 1.2rem;
  }
}

.cept_data li .hol {
  font-weight: bold;
  font-size: 3.2rem;
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  .cept_data li .hol {
    font-size: 1.6rem;
    padding-top: .2em;
  }
}

.cept_data li .hol + .hol {
  padding: .3em 0 .5em;
}

@media screen and (max-width: 767px) {
  .cept_data li .hol + .hol {
    padding: .2em 0 .3em;
  }
}

.cept_data li .hol small {
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .cept_data li .hol small {
    font-size: 1.2rem;
  }
}

.cept_data li:nth-child(-n + 4) p {
  position: absolute;
}

.cept_data li:nth-child(n + 5) img {
  width: 32.8rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 2rem;
}

@media screen and (max-width: 767px) {
  .cept_data li:nth-child(n + 5) img {
    width: 16.5rem;
    right: .8rem;
  }
}

.cept_rec {
  background: #F34E38;
  padding: 8rem 0 13.3rem;
}

@media screen and (max-width: 767px) {
  .cept_rec {
    padding: 5rem 0 7rem;
  }
}

.cept_rec .ttl {
  text-align: center;
  color: #fff;
  font-size: 6.4rem;
  font-weight: bold;
  margin-bottom: 11rem;
}

@media screen and (max-width: 767px) {
  .cept_rec .ttl {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
}

.cept_rec ul {
  display: flex;
  gap: 4.3rem;
}

@media screen and (max-width: 767px) {
  .cept_rec ul {
    padding: 0 2.5rem;
    flex-direction: column;
    gap: 3rem;
  }
}

.cept_rec li {
  width: 100%;
}

.cept_rec li a {
  display: block;
  background: #fff url(../img/arrow_right01.png) no-repeat calc(100% - .8em) center/3.2rem;
  line-height: 15.6rem;
  font-size: 3.2rem;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .cept_rec li a {
    line-height: 10rem;
    font-size: 2.2rem;
    background-size: 2.2rem;
  }
}

/*# sourceMappingURL=style.css.map */