@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&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, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, mark, time, 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 {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

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

*,
*: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: #222222;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

ul, li {
  list-style: none;
}

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

.wp-block-html,
.wp-block-html p,
.wp-block-html div,
.wp-block-html li {
  font-size: 1.8rem;
  line-height: 1.8;
}

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;
}

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

select {
  -webkit-appearance: none;
  border: solid 1px #ccc;
  border-radius: .4rem;
  background: url(../img/arw-down01.svg) no-repeat calc(100% - .8rem) center/2rem;
  height: 4rem;
  padding: 0 1em;
  font-weight: 400;
  font-size: 1.4rem;
}

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

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

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

.evt.done {
  visibility: visible;
}

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

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

.c_btn {
  text-align: center;
  margin-top: 4rem;
}

.c_btn > * {
  background: #101010 url(../img/arw-right01.svg) no-repeat calc(100% - 3rem) center/2rem;
  height: 6rem;
  width: 30rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3em;
  color: #fff;
  padding-right: 1em;
}

.c_btn .c {
  background-color: #F88F3D;
}

.c_btn .c:hover {
  background-color: #101010;
}

.c_btn a:hover {
  opacity: 1;
  background-color: #E1690D;
}

.c_btn .back {
  background-image: url(../img/arw-back01.svg);
  background-position: 3rem center;
}

.c_ttl {
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: 3.5rem;
}

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

.evt_ttl {
  overflow: hidden;
  display: block;
}

.evt_ttl span {
  display: block;
  transform: translateY(100%);
  transition: transform .7s;
}

.evt_ttl.show span {
  transform: none;
}

span.evt_ttl.show span {
  transition-delay: .3s;
}

.mask {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.mask.evt {
  visibility: visible;
}

.mask:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(1);
  transform-origin: 100% 50%;
}

.mask.show:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

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

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

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

@media screen and (min-width: 1101px) {
  .is_sptab {
    display: none;
  }
}

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

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

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 14.8rem;
  background: #fff;
}

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

.h_logo p {
  font-size: 1rem;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .h_logo p {
    background: #F6F7F8;
    line-height: 3.1rem;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
  }
  body.open .h_logo p {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .h_logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .h_logo a {
    padding: 0 2rem;
    display: inline-block;
  }
}

.h_logo img {
  width: 30.1rem;
}

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

.h_top {
  height: 9.3rem;
  border-bottom: solid 1px #ccc;
}

@media screen and (min-width: 768px) {
  .h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem 0 3rem;
  }
}

.h_subnav {
  height: 5.5rem;
  padding: 1rem 0;
  font-size: 1.4rem;
  overflow: hidden;
  overflow-x: auto;
  border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
  .h_subnav {
    font-size: 1.036rem;
  }
}

.h_subnav i {
  font-size: .63em;
  position: relative;
  top: -.3em;
}

.h_subnav ul {
  display: flex;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .h_subnav ul {
    border-left: dashed 1px #ccc;
    width: 127.8rem;
    margin: 0 auto;
  }
}

.h_subnav li {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .h_subnav li {
    flex: 1;
    border-right: dashed 1px #ccc;
  }
}

.h_subnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .h_subnav a {
    padding: 0 1.5em;
  }
}

.h_subnav a:hover {
  opacity: 1;
  background: #FBE8D6;
}

.c_blank {
  position: relative;
}

.c_blank:after {
  content: '';
  background: url(../img/ico-blank01.svg) no-repeat 50%/contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-left: .2em;
}

.h_nav a {
  font-weight: 600;
}

.h_nav a[href="#"] {
  pointer-events: none;
}

@media screen and (max-width: 1100px) {
  .h_nav {
    font-size: 1.8rem;
    margin: 0 -2rem;
  }
  .h_nav i {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #E1690D;
    margin-bottom: .1em;
  }
  .h_nav em {
    color: #E1690D;
  }
  .h_nav li {
    border-bottom: dashed 1px #ccc;
  }
  .h_nav a {
    padding: .9em 2rem;
    font-weight: 500;
  }
  .h_nav ul {
    border-top: dashed 1px #ccc;
    background: #FBE8D6;
  }
  .h_nav ul a {
    padding: .9em 4rem;
  }
  .h_nav ul li:last-child {
    border: none;
  }
}

@media screen and (min-width: 1101px) {
  .h_nav {
    display: flex;
    font-size: 1.4rem;
    gap: .8em;
  }
  .h_nav i {
    display: none;
  }
}

@media screen and (min-width: 1450px) {
  .h_nav {
    gap: 2em;
  }
}

.h_link {
  margin: 2rem 0 3.5rem;
}

.h_link a {
  font-size: 1.8rem;
  font-weight: 400;
  padding: .6em 0;
}

.h_form {
  position: absolute;
  left: 35rem;
  top: 3.8rem;
}

@media screen and (max-width: 767px) {
  .h_form {
    position: fixed;
    padding-top: 2rem;
    display: none;
  }
  body:has(.h_search.open) .h_form {
    display: block;
    background: rgba(16, 16, 16, 0.5);
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 60;
  }
  body:has(.h_search.open) .h_form:before {
    content: '';
    position: absolute;
    height: 8rem;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
  }
}

.h_form .close {
  z-index: 1;
  position: absolute;
  right: -3.5rem;
  top: .5rem;
  width: 2.4rem;
  cursor: pointer;
}

.h_form .box {
  background: #F2F2F2;
  border-radius: 3em;
  width: 22rem;
  position: relative;
}

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

.h_form input[type="text"] {
  background: none;
  font-weight: 400;
  font-size: 1.4rem;
  height: 4rem;
  padding: 0 5.6rem 0 1em;
}

.h_form input[type="text"]::placeholder {
  color: #ccc;
}

.h_form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  color: transparent;
  background: url(../img/ico-search.svg) no-repeat 50%/2rem;
  height: 100%;
  width: 5.6rem;
}

.h_btn {
  display: flex;
  gap: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 1100px) {
  .h_btn {
    flex-direction: column;
    gap: 2rem;
  }
}

@media screen and (min-width: 1101px) {
  .h_btn li {
    width: 14rem;
  }
}

.h_btn .entry {
  background: #0F83C6;
}

.h_btn a {
  background: #E1690D;
  color: #fff;
  border-radius: 3em;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 1100px) {
  .h_btn a {
    font-size: 1.8rem;
    height: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .fixed_footer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .fixed_footer {
    display: flex;
    position: fixed;
    z-index: 60;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .fixed_footer > * {
    flex: 1;
  }
  .fixed_footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    background: #E1690D;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .fixed_footer .entry {
    background: #0F83C6;
  }
}

@media screen and (max-width: 767px) {
  .h_search {
    position: absolute;
    right: 7.4rem;
    top: 4.6rem;
    cursor: pointer;
  }
  .h_search img {
    width: 2.4rem;
  }
  body.open .h_search {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .h_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .8rem;
    background: #fff;
  }
}

@media screen and (min-width: 1101px) and (min-width: 1350px) {
  .h_inner {
    align-items: center;
    flex-direction: row;
    padding-top: 2rem;
    gap: 1.5rem;
  }
}

@media screen and (min-width: 1101px) and (min-width: 1450px) {
  .h_inner {
    gap: 3rem;
  }
}

@media screen and (min-width: 1101px) {
  .h_menu {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .h_menu {
    position: absolute;
    right: 0;
    top: 1.5rem;
    cursor: pointer;
    width: 6.2rem;
  }
}

@media screen and (max-width: 1100px) and (max-width: 767px) {
  .h_menu {
    width: 6rem;
    top: 3.1rem;
  }
}

@media screen and (max-width: 1100px) {
  .h_menu img {
    display: block;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
  }
  .h_menu .close {
    opacity: 0;
  }
  body.open .h_menu .open {
    opacity: 0;
  }
  body.open .h_menu .close {
    opacity: 1;
  }
  .h_inner {
    background: #fff;
    position: absolute;
    height: 100%;
    width: 28rem;
    right: -28rem;
    transition: right .5s;
    overflow-y: auto;
    padding: 0 2rem 3rem;
  }
  body.open .h_inner {
    right: 0;
  }
}

@media screen and (max-width: 1100px) and (max-width: 767px) {
  .h_inner {
    width: 100%;
    right: 0;
    transition: none;
    padding: 0 2rem 3rem;
  }
}

@media screen and (max-width: 1100px) {
  #toggle_menu {
    position: fixed;
    top: 14.8rem;
    height: calc(100% - 14.8rem);
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    width: 100%;
  }
  body.open #toggle_menu {
    visibility: visible;
    animation: itemFadeIn .4s;
  }
  body:not(.open) #toggle_menu {
    visibility: hidden;
    animation: itemFadeOut .4s;
  }
}

@media screen and (max-width: 1100px) and (max-width: 767px) {
  #toggle_menu {
    border-top: solid 1px #ccc;
    z-index: 1;
    top: 9rem;
    height: calc(100% - 9rem);
    background: #fff;
  }
}

@media screen and (max-width: 1100px) {
  body.open {
    overflow-y: hidden;
  }
}

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

@keyframes itemFadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
  }
}

#footer {
  background: #FCF9F1;
  padding: 6rem 0 0;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 4rem 0 0;
    margin-bottom: 5rem;
  }
}

.f_logo {
  display: flex;
  gap: 1em;
}

@media screen and (max-width: 767px) {
  .f_logo {
    flex-direction: column;
    font-size: 1.4rem;
  }
}

.f_logo p {
  font-weight: 400;
}

.f_logo img {
  width: 13.8rem;
}

.f_menu dt {
  font-weight: 600;
  font-size: 1.8rem;
  border-bottom: solid 1px #E6DEC7;
  margin: 4rem 0 1rem;
  padding-bottom: .6em;
}

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

.f_menu dt.b {
  border: none;
  padding: 0;
}

.f_menu .tag {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  gap: .8em;
}

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

.f_menu dd > ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem 0;
}

@media screen and (max-width: 1100px) {
  .f_menu dd > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .f_menu dd > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.f_menu li {
  font-size: 1.4rem;
  font-weight: 600;
}

.f_menu li a[href="#"] {
  pointer-events: none;
}

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

.f_menu li li {
  font-weight: 400;
  margin-left: 1em;
  margin-top: .4em;
}

.f_menu li li a:before {
  content: '└';
}

.f_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .5rem 0;
  background: #FBE8D6;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 1.5rem 0;
  margin-top: 4rem;
}

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

.f_nav li {
  position: relative;
  padding-right: 1.5em;
}

.f_nav li:last-child {
  padding: 0;
}

.f_nav li:last-child:after {
  content: none;
}

.f_nav li:after {
  content: '／';
  position: absolute;
  right: .25em;
  top: 0;
}

.f_copy {
  background: #101010;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  line-height: 4rem;
  font-weight: 400;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  margin-top: 13.6rem;
  position: relative;
  font-size: 10px;
  text-align: center;
  color: #fff;
  font-size: calc(100vw * 10 / 1920);
}

@media screen and (max-width: 767px) {
  .top_main {
    margin-top: 13.6rem;
    font-size: calc(100vw * 10 / 407);
  }
}


.top_main .bg {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_main .bg {
    height: 45.5em;
  }
}

.top_main .box {
  position: absolute;
  top: 6.8em;
  left: 18.4em;
}

@media screen and (max-width: 767px) {
  .top_main .box {
    top: 2.2em;
    left: 0;
    width: 100%;
    padding: 0 2em;
  }
}

.top_main .ttl {
  margin-bottom: 1.6em;
}

@media screen and (max-width: 767px) {
  .top_main .ttl {
    margin-bottom: 13em;
  }
}

.top_main .ttl img {
  width: 75.7em;
}

@media screen and (max-width: 767px) {
  .top_main .ttl img {
    width: 28.1em;
  }
}

.top_main .catch {
  font-size: 2.374em;
  font-weight: 400;
  line-height: 1.8;
}

.top_main .catch img {
  width: 5.4848em;
  margin-right: .1em;
}

.top_main figure {
  margin-top: 2.5em;
}

.top_main figure img {
  width: 58em;
}

@media screen and (max-width: 767px) {
  .top_main figure img {
    width: 36.3em;
  }
}

.img_slider {
  display: flex;
  overflow: hidden;
}

#footer .img_slider {
  margin: 1rem 0 0;
}

.img_slider.stren p {
  gap: 0;
  padding-right: 0;
}

.img_slider.stren img {
  height: 40rem;
}

@media screen and (max-width: 767px) {
  .img_slider.stren img {
    height: 20rem;
  }
}

.img_slider p {
  animation: scroll-left 80s infinite linear .5s both;
  display: flex;
  gap: 3rem;
  padding-right: 3rem;
}

@media screen and (max-width: 767px) {
  .img_slider p {
    gap: 1.5rem;
    padding-right: 1.5rem;
  }
}

.img_slider p:has( > *:nth-child(15)) {
  animation-direction: 160s;
}

#footer .img_slider p {
  gap: 1.8rem;
  padding-right: 1.8rem;
}

@media screen and (max-width: 767px) {
  #footer .img_slider p {
    gap: 1.5rem;
  }
}

.img_slider img {
  height: 9rem;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .img_slider img {
    height: 4.5rem;
  }
}

#footer .img_slider img {
  height: 6rem;
}

@media screen and (max-width: 767px) {
  #footer .img_slider img {
    height: 5.4rem;
  }
}

.img_slider a {
  display: block;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.top_pickup {
  overflow: hidden;
  padding: 1rem 0 4.5rem;
  margin-bottom: 2rem;
  position: relative;
}

.top_pickup:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #FCF7E9;
}

@media screen and (max-width: 767px) {
  .top_pickup:before {
    height: calc(100% - 6rem);
  }
}

@media screen and (max-width: 767px) {
  .top_pickup {
    position: relative;
    margin-top: -15%;
    padding: 0 0 4.5rem;
  }
}

.top_pickup .head {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #FFBB87;
  line-height: 1;
  margin-bottom: .5em;
}

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

.top_pickup .swiper-slide {
  width: 62rem;
  margin: 0 2rem;
}

@media screen and (max-width: 767px) {
  .top_pickup .swiper-slide {
    width: 31rem;
    margin: 0 1rem;
  }
}

.top_pickup .slide {
  position: relative;
}

@media screen and (min-width: 1340px) {
  .top_pickup .swiper-wrapper {
    left: -33rem;
  }
}

.top_pickup .ttl {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: .8em;
}

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

.top_pickup .cat {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1em;
}

.top_pickup .cat i {
  background: #F2F2F2;
  border-radius: 1.166em;
  padding: .3em 1em;
}

.top_pickup .tag {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  font-size: 1.4rem;
  font-weight: 400;
}

.top_pickup a {
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_pickup a {
    background: #fff;
    display: flex;
    overflow: hidden;
    border-radius: .8rem;
  }
  .top_pickup a figure {
    width: 30rem;
  }
  .top_pickup a .desc {
    width: calc(100% - 30rem);
    padding: 2rem;
  }
}

.top_pickup a img {
  width: 100%;
}

.top_pickup .btn i {
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 2;
  width: 4rem;
  height: 100%;
  background: url(../img/arw-prev01.svg) no-repeat 50%/contain;
}

@media screen and (max-width: 767px) {
  .top_pickup .btn i {
    background-image: url(../img/arw-prev01-sp.svg);
    width: 1.6rem;
    top: auto;
    bottom: -3rem;
    height: 1.6rem;
  }
}

.top_pickup .btn .prev {
  left: calc(50% - 66rem);
}

@media screen and (max-width: 767px) {
  .top_pickup .btn .prev {
    left: calc(50% - 12rem);
  }
}

.top_pickup .btn .next {
  background-image: url(../img/arw-next01.svg);
  right: calc(50% - 66rem);
}

@media screen and (max-width: 767px) {
  .top_pickup .btn .next {
    background-image: url(../img/arw-next01-sp.svg);
    right: calc(50% - 12rem);
  }
}

.top_pickup .pager {
  position: absolute;
  bottom: -2.75rem;
  width: 100%;
  left: 0;
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.top_pickup .swiper-pagination-bullet {
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
  cursor: pointer;
  background: #FBE8D6;
}

.top_pickup .swiper-pagination-bullet-active {
  background: #EF802B;
}

.switch_body .box {
  display: none;
  background: #fff;
  border: solid 1px #ccc;
  box-shadow: -2px 6px 10px rgba(0, 0, 0, 0.05), 2px 6px 10px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 .8rem .8rem;
  padding: 4rem 3.5rem 3.5rem;
}

@media screen and (max-width: 767px) {
  .switch_body .box {
    padding: 4rem 2.2rem;
  }
}

.switch_body .box.active {
  display: block;
  animation: itemFadeIn .5s;
}

.top_guide {
  margin-bottom: 6rem;
}

.top_guide .head {
  text-align: center;
  font-size: 4.4rem;
  font-weight: 600;
  padding: 1.5rem 0 2rem;
}

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

.top_guide .head i {
  font-family: "Montserrat", sans-serif;
  color: #EF802B;
  font-size: 8rem;
  line-height: 1.2;
  margin-right: .1em;
  vertical-align: -.14em;
}

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

.top_guide .tab {
  display: flex;
  gap: .8rem;
  font-weight: 600;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .top_guide .tab {
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: -1.6rem;
    margin-right: -2rem;
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .top_guide .tab li {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .top_guide .tab li {
    min-width: 16.6rem;
    padding-bottom: 1.6rem;
  }
}

.top_guide .tab a {
  background: #FBE8D6;
  text-align: center;
  display: block;
  padding: 2.1em 0 2.5em;
}

@media screen and (max-width: 767px) {
  .top_guide .tab a {
    padding: 1.5em 0 1.7em;
  }
}

.top_guide .tab .active {
  background: #101010;
  color: #fff;
  position: relative;
}

.top_guide .tab .active:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: #101010;
  width: 6rem;
  height: 2rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: -1.6rem;
  z-index: 1;
}

.top_guide .tab .active em {
  color: inherit;
}

.top_guide .tab i {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2em;
  letter-spacing: .1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .1em;
}

@media screen and (max-width: 767px) {
  .top_guide .tab i {
    font-size: 2em;
  }
}

.top_guide .tab i img {
  height: 2.27em;
  position: relative;
  top: -.1em;
}

.top_guide .tab small {
  display: block;
  font-size: 1.8em;
}

@media screen and (max-width: 767px) {
  .top_guide .tab small {
    font-size: 1.6em;
  }
}

.top_guide .tab em {
  display: block;
  color: #EF802B;
  font-size: 2.6em;
}

@media screen and (max-width: 767px) {
  .top_guide .tab em {
    font-size: 2.2em;
  }
}

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

@media screen and (max-width: 767px) {
  .top_guide .box ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    width: 22rem;
    margin: 0 auto;
  }
}

.top_guide .box a {
  position: relative;
}

.top_guide .box p {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.35;
}

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

.top_guide figure img {
  aspect-ratio: 390 / 260;
  object-fit: cover;
  width: 100%;
}

.top_guide .ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.66;
  margin-bottom: 4rem;
}

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

.top_guide .ttl i {
  font-family: "Montserrat", sans-serif;
  display: block;
}

.top_guide .c_btn {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .top_guide .c_btn a {
    width: 40rem;
    font-size: 2rem;
  }
}

.top_article .tab {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .top_article .tab {
    gap: 1.5rem;
  }
}

.top_article .tab li {
  flex: 1;
  position: relative;
  top: 1px;
}

.top_article .tab a {
  position: relative;
  height: 8rem;
  font-size: 2.6rem;
  font-weight: 600;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .3em;
  background: #FBE8D6;
  border-radius: .8rem .8rem 0 0;
  border: solid 1px #FBE8D6;
  border-bottom-color: #ccc;
}

@media screen and (max-width: 767px) {
  .top_article .tab a {
    font-size: 1.8rem;
    height: 5rem;
  }
}

.top_article .tab a:not(.active) img {
  display: none;
}

.top_article .tab .active {
  background: #fff;
  border-color: #ccc;
  border-bottom-color: #fff;
}

.top_article .flag img {
  width: 1em;
}

.top_article .rank img {
  width: 1.077em;
}

@media screen and (max-width: 767px) {
  .top_article .c_btn {
    margin-top: 5.5rem;
  }
}

.top_article .box {
  padding: 6rem 5.8rem;
}

@media screen and (max-width: 767px) {
  .top_article .box {
    padding: 4rem 2rem;
  }
}

.top_article #ranking ul {
  counter-reset: item;
}

.top_article #ranking li {
  counter-increment: item;
}

.top_article #ranking li:nth-child(1) a:before {
  background-image: url(../img/ranking-bg01.svg);
}

.top_article #ranking li:nth-child(2) a:before {
  background-image: url(../img/ranking-bg02.svg);
}

.top_article #ranking li:nth-child(3) a:before {
  background-image: url(../img/ranking-bg03.svg);
}

.top_article #ranking li a:before {
  content: "No." counter(item);
  position: absolute;
  background: url(../img/ranking-bg.svg) no-repeat 50%/contain;
  width: 5rem;
  height: 4.9rem;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding-top: 2.6em;
  left: 1rem;
  top: 1rem;
}

.bnr_yk {
  background: #FBE8D6;
  margin-bottom: 12rem;
  display: block;
}

@media screen and (min-width: 1101px) {
  .bnr_yk {
    display: flex;
  }
  .bnr_yk > * {
    flex: 1;
  }
}

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

.bnr_yk figure img {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .bnr_yk {
    margin: 0 -3rem 12rem;
  }
  .bnr_yk figure img {
    aspect-ratio: 407 / 297;
    object-fit: cover;
  }
}

.bnr_yk .desc {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1100px) {
  .bnr_yk .desc {
    padding: 6rem 2rem;
  }
}

.bnr_yk .ttl {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1100px) {
  .bnr_yk .ttl {
    text-align: center;
  }
}

.bnr_yk .ttl img {
  width: 25.9rem;
}

@media screen and (max-width: 767px) {
  .bnr_yk .ttl img {
    width: 17.9rem;
  }
}

.bnr_yk .catch {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.27;
}

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

@media screen and (max-width: 1100px) {
  .bnr_yk .catch br {
    display: none;
  }
}

.bnr_yk li {
  background: url(../img/ico-check01.svg) no-repeat left 0.15em/3rem;
  padding-left: 2.4em;
  font-weight: 600;
  margin-top: 1.4em;
}

.bnr_yk li i {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  color: #EF802B;
  line-height: 1;
}

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

.bnr_yk li em {
  color: #EF802B;
}

.bnr_yk .c_btn i {
  background-color: #F88F3D;
}

.top_bg {
  background: #F6F7F8;
  padding: 10rem 0;
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .top_bg {
    padding: 6rem 0;
    margin-bottom: 6rem;
  }
}

.tag_list {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  gap: .8em;
  font-size: 1.4rem;
}

.tag_list a {
  border: solid 1px #101010;
  padding: .4em .8em;
  border-radius: 3em;
}

.tag_list a:hover {
  opacity: 1;
  background: #101010;
  color: #fff;
}

.top_tag {
  margin-bottom: 6rem;
  padding-bottom: 6rem;
  border-bottom: dashed 1px #A7A7A7;
}

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

.top_tag .tag_list {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .top_area dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem 0;
  }
  .top_area dt {
    width: 14rem;
  }
  .top_area dd {
    width: calc(100% - 16rem);
  }
}

.top_area dt {
  background: #F88F3D;
  color: #fff;
  text-align: center;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .8rem;
  font-weight: bold;
}

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

.top_area dt a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_area dd {
  display: flex;
  gap: 1rem 2rem;
  flex-wrap: wrap;
  font-weight: 400;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .top_area dd + dt {
    margin-top: 3rem;
  }
}

.top_area dd a {
  background: #FBE8D6;
  padding: .3em .8em;
  border-radius: 3em;
}

.top_area dd a:hover {
  opacity: 1;
  background: #FCD8B5;
}

.top_authors {
  margin-bottom: 6rem;
}

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

.top_authors ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem 2.26%;
}

@media screen and (max-width: 1100px) {
  .top_authors ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

.top_authors li {
  text-align: center;
}

.top_authors li img {
  border-radius: 50%;
}

.top_authors dt {
  font-weight: 400;
  margin: .9em 0 .4em;
  font-size: 1.8rem;
}

.top_authors dd {
  font-size: 1.4rem;
  color: #EF802B;
}

.bnr_free {
  margin-bottom: 6rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

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

.bnr_free a {
  display: block;
}

.bnr_download {
  margin-bottom: 10.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

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

.bnr_download a {
  display: block;
}

.column_inner {
  margin: 0 auto 8rem;
  position: relative;
}

@media screen and (min-width: 1101px) {
  .column_inner {
    display: flex;
    justify-content: space-between;
  }
}

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

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

@media screen and (min-width: 1101px) {
  .column_body {
    width: 68.75%;
  }
}

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

@media screen and (max-width: 1100px) {
  .column_side {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 1101px) {
  .column_side {
    width: 26.5625%;
  }
}

.column_side .bnr {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}

.column_side .bnr img {
  width: 100%;
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .column_side .bnr {
    flex-direction: row;
  }
}

.column_side dt {
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 1em;
}

.column_side dd {
  margin-bottom: 3rem;
}

.column_side .ranking {
  border-top: solid 1px #DADADA;
}

.column_side .ranking a {
  display: flex;
  padding: 2rem 0;
  justify-content: space-between;
}

.column_side .ranking li {
  border-bottom: solid 1px #DADADA;
}

.column_side .ranking figure {
  width: 10rem;
}

.column_side .ranking figure img {
  aspect-ratio: 100 / 65;
  width: 100%;
  object-fit: cover;
}

.column_side .ranking .desc {
  width: calc(100% - 11rem);
}

.column_side .ranking em {
  display: block;
  color: #D9BE35;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .1em;
  font-size: 1.4rem;
  margin-bottom: .3em;
}

.column_side .ranking p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 1.2rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .column_side dl.single {
    position: sticky;
    top: 15rem;
  }
}

.column_side .cat {
  font-size: 1.7rem;
  font-weight: 400;
}

.column_side .cat.news > li:last-child {
  border-bottom: dashed 1px #A7A7A7;
}

.column_side .cat:not(.news) {
  padding: .5rem 2rem;
  background: #F6F7F8;
}

.column_side .cat:not(.news) > li:nth-child(1) {
  border: none;
}

.column_side .cat li {
  position: relative;
  border-top: dashed 1px #A7A7A7;
}

.column_side .cat li:has(ul) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column_side .cat li:has(ul) ul {
  width: 100%;
}

.column_side .cat li:has(ul) > a {
  white-space: nowrap;
}

.column_side .cat a {
  display: block;
  padding: 1em 0;
}

.column_side .cat i {
  background: url(../img/arw-down01.svg) no-repeat right center/2rem;
  width: 10rem;
  height: 3.5em;
  cursor: pointer;
  flex: 1;
}

.column_side .cat i.open {
  background-image: url(../img/arw-up01.svg);
}

.column_side .cat ul {
  height: 0;
  overflow: hidden;
  transition: height .3s;
}

.column_side .cat ul a {
  padding-left: 1em;
}

.column_side .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
}

.column_side .tag a {
  border: solid 1px #101010;
  border-radius: 3em;
  font-size: 1.4rem;
  font-weight: 400;
  padding: .2em 1em;
}

.column_side .tag a:hover {
  opacity: 1;
  background: #101010;
  color: #fff;
}

.column_side .link {
  text-align: right;
  margin-top: 2rem;
}

.column_side .link a {
  font-weight: 600;
  background: url(../img/arw-right03.svg) no-repeat right center/2.4rem;
  padding-right: 2em;
}

.low_path {
  padding-top: 2rem;
  margin: 14.8rem 0 5rem;
  color: #666666;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
  gap: 4rem;
}

.low_path br {
  display: none;
}

.low_path a:hover {
  opacity: 1;
  color: #E1690D;
}

.low_path li + li {
  position: relative;
}

.low_path li + li:before {
  content: '';
  position: absolute;
  left: -2.8rem;
  width: 2rem;
  height: 2rem;
  background: url(../img/arw-next02.svg) no-repeat 50%/contain;
}

@media screen and (max-width: 767px) {
  .low_path {
    margin: 14.8rem 0 5rem;
    padding-bottom: 1rem;
    white-space: nowrap;
    overflow-x: auto;
  }
}

.low_ttl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2.5rem;
}

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

.low_ttl i {
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  display: block;
}

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

.low_ttl em {
  color: #E1690D;
}

.low_ttl2 {
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: .8em;
}

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

.c_frame {
  border-radius: .8rem;
  border: solid 1px #ccc;
  padding: 6rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

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

.pp_body {
  font-weight: 400;
  line-height: 2;
  margin: 6rem 0 8.5rem;
}

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

.pp_body .num {
  counter-reset: item;
  margin: 4rem 0;
}

.pp_body .num li {
  counter-increment: item;
  padding-left: 1.2em;
  line-height: 1.8;
  position: relative;
}

.pp_body .num li + li {
  margin-top: .4em;
}

.pp_body .num li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
}

.pp_body header {
  margin: 8rem 0 4rem;
  font-weight: 600;
}

.pp_body .ttl {
  font-size: 2.4rem;
}

.pp_body dl {
  margin: 4rem 0;
}

.pp_body dd dl {
  margin-top: 0;
}

.pp_body dt {
  font-weight: 600;
  margin: .5em 0;
}

.pp_body dt.r {
  font-weight: 400;
}

.pp_body .mt {
  margin-top: 4rem;
}

.pp_body .mt0 {
  margin-top: 0;
}

.pp_body .mb {
  margin-bottom: 4rem;
}

.pp_body .mb1 {
  margin-bottom: .5em;
}

.pp_body .mb0 {
  margin-bottom: 0;
}

.pp_body ul li {
  margin-top: .5em;
}

.pp_body p + p {
  margin-top: .5em;
}

.pp_body a {
  color: #0F83C6;
  text-decoration: underline;
}

.terms_body .num {
  margin-top: 0;
}

.terms_body dt {
  font-size: 1.8rem;
}

.cept_header {
  background: #FCF9F1;
}

.cept_ttl {
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
  margin-bottom: 5rem;
}

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

.cept_ttl i {
  font-family: "Montserrat", sans-serif;
  color: #EF802B;
  font-size: 1.8rem;
  display: block;
  margin-bottom: .6em;
}

.cept_head {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1070px) {
  .cept_head {
    font-size: calc(100vw * 10 / 1070);
  }
}

@media screen and (max-width: 767px) {
  .cept_head .box {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .cept_head .box {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50%  -50%;
    background: rgba(255, 255, 255, 0.8);
    padding: 5.5em 4.5em;
    white-space: nowrap;
  }
}

.cept_head figure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.cept_head .ttl {
  font-size: 3.8em;
}

@media screen and (min-width: 768px) {
  .cept_head .ttl {
    margin-bottom: -.4em;
  }
}

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

.cept_head .ttl em {
  color: #EF802B;
}

.cept_head p {
  font-size: 2em;
  line-height: 1.8;
  margin-top: 1.8em;
}

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

.cept_service {
  padding: 8rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .cept_service {
    padding: 12rem 0;
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    left: 2rem;
  }
  .cept_service .cept_ttl {
    text-align: left;
  }
  .cept_service figure {
    width: 52rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1070px) {
  .cept_service figure {
    width: 52%;
  }
}

@media screen and (min-width: 768px) {
  .cept_service .desc {
    width: 44rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1070px) {
  .cept_service .desc {
    width: 44%;
  }
}

@media screen and (max-width: 767px) {
  .cept_service {
    flex-direction: column;
    gap: 2rem;
  }
}

.cept_service p {
  font-size: 1.8rem;
  line-height: 2.22;
  margin-top: 2em;
}

.cept_about {
  padding: 9rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cept_about {
    padding: 8rem 0;
  }
}

.cept_about .lead {
  font-size: 2.2rem;
  font-weight: 600;
}

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

.cept_about .lead em {
  color: #EF802B;
}

.cept_about ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 5rem;
}

.cept_about li {
  width: 32rem;
}

.cept_about li p {
  font-size: 2.6rem;
  font-weight: 600;
  margin-top: 1em;
}

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

.cept_about li em {
  color: #EF802B;
}

.cept_reason {
  background: #FCF9F1;
  padding: 11rem 0;
}

@media screen and (max-width: 767px) {
  .cept_reason {
    padding: 8rem 0;
  }
}

@media screen and (min-width: 768px) {
  .cept_reason ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem 4rem;
  }
}

.cept_reason li {
  border-radius: .8rem;
  border: solid 1px #ccc;
  padding: 3rem;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .cept_reason li {
    width: 62rem;
  }
}

@media screen and (max-width: 767px) {
  .cept_reason li {
    margin-top: 2rem;
    align-items: center;
    padding: 2rem;
    gap: 2rem;
  }
}

.cept_reason li p {
  font-size: 2.6rem;
  font-weight: 600;
  width: calc(100% - 13rem);
}

@media screen and (max-width: 767px) {
  .cept_reason li p {
    font-size: 2rem;
    width: calc(100% - 10rem);
  }
}

.cept_reason li em {
  color: #EF802B;
}

.cept_reason figure {
  border-right: dashed 1px #A7A7A7;
  padding-right: 3rem;
  width: 13rem;
}

@media screen and (max-width: 767px) {
  .cept_reason figure {
    padding-right: 2rem;
    width: 8rem;
  }
}

.cept_reason .lead {
  text-align: center;
}

.cept_reason .lead p {
  font-size: 2.6rem;
  line-height: 1.9;
  font-weight: 600;
  margin-top: 1.9em;
}

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

.cept_reason .lead em {
  color: #EF802B;
}

.cept_reason .lead mark {
  background: linear-gradient(transparent 70%, #FAE792 70%);
}

.cept_case {
  margin: 9rem 0 12rem;
}

.cept_case figure {
  margin-bottom: 4rem;
}

.cept_case p {
  font-size: 1.8rem;
  line-height: 2.22;
  margin-bottom: 2em;
}

.cept_case p em {
  color: #EF802B;
  font-size: 2.6rem;
  display: block;
  line-height: 1.53;
  margin-top: .3em;
}

.cept_case p i {
  background: linear-gradient(transparent 70%, #FAE792 70%);
}

.cept_case .btn {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 12rem;
  justify-content: center;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .cept_case .btn {
    flex-direction: column;
  }
}

.cept_case .btn a {
  width: 33rem;
}

@media screen and (min-width: 768px) {
  .cept_case .btn a {
    width: 40rem;
    font-size: 2rem;
  }
}

.cept_case .btn .back {
  padding-left: 2em;
}

.cept_case .c_btn {
  margin: 0;
}

.article_filter {
  margin: 5rem 0 4rem;
}

.article_filter dt {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.4rem;
}

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

.article_filter .row {
  display: flex;
  gap: .8rem 1rem;
}

@media screen and (max-width: 767px) {
  .article_filter .row {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .article_filter select {
    width: 20rem;
  }
}

.form_btn {
  position: relative;
  display: flex;
  border: solid 1px #ccc;
  border-radius: .4rem;
  overflow: hidden;
  height: 4rem;
  font-weight: 400;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .form_btn {
    width: 25rem;
  }
}

.form_btn input[type="text"] {
  height: 100%;
  padding-left: 1em;
  width: calc(100% - 4rem);
}

.form_btn input[type="text"]::placeholder {
  color: #ccc;
}

.form_btn input[type="submit"] {
  background: url(../img/ico-search.svg) no-repeat 50%/2.4rem;
  color: transparent;
  width: 4rem;
  height: 100%;
}

.article_list a {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: .8rem;
  border: solid 1px #ccc;
  padding: 3rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.article_list a:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .article_list a {
    flex-direction: column;
    padding: 2rem;
  }
}

.article_list li {
  margin-bottom: 4rem;
}

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

.article_list figure img {
  aspect-ratio: 385 / 256;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .article_list figure {
    width: 46.78%;
  }
  .article_list .desc {
    width: 49.57%;
  }
}

.article_list time {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  display: block;
  margin: 2rem 0 1.5rem;
  font-weight: 600;
}

.article_list .cat {
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.article_list .cat i {
  background: #F88F3D;
  border-radius: 3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.122rem;
  padding: .3em .8em;
}

.article_list .ttl {
  line-height: 1.875;
}

.article_list .tag {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 2rem;
}

.article_list .rank {
  position: absolute;
  background: url(../img/ranking-bg.svg) no-repeat 50%/contain;
  width: 8rem;
  height: 7.7rem;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 2.6em;
  left: .7rem;
  top: .7rem;
}

.article_list .rank1 {
  background-image: url(../img/ranking-bg01.svg);
}

.article_list .rank2 {
  background-image: url(../img/ranking-bg02.svg);
}

.article_list .rank3 {
  background-image: url(../img/ranking-bg03.svg);
}

.article_list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 2.5rem;
}

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

.article_list2 .ttl {
  line-height: 1.875;
}

.article_list2 a {
  position: relative;
  display: block;
}

.article_list2 time {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  display: block;
  margin: 2rem 0 1.5rem;
  font-weight: 600;
}

.article_list2 figure img {
  aspect-ratio: 385 / 256;
  object-fit: cover;
  width: 100%;
}

.article_list2 .cat {
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.article_list2 .cat i {
  background: #F88F3D;
  border-radius: 3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.122rem;
  padding: .3em .8em;
}

.article_list2 .tag {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 2rem;
}

.article_list2 em {
  position: absolute;
  background: url(../img/ico-pickup-bg.svg) no-repeat 50%/contain;
  width: 5rem;
  height: 4.9rem;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  padding-top: 1.3em;
  left: 1rem;
  top: 1rem;
}

.wp-pagenavi {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  margin-top: 5rem;
  font-size: 2.2rem;
}

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

.wp-pagenavi a, .wp-pagenavi span {
  text-align: center;
  width: 2.27em;
  height: 2.27em;
  line-height: 2.27;
  font-weight: 600;
  color: #C7C7C7;
}

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

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .first, .wp-pagenavi .last {
  border: none;
  width: 3.6rem;
  height: 3.6rem;
  color: transparent;
  background: url(../img/arw-prev02.svg) no-repeat 50%/contain;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 1rem;
  }
}

.wp-pagenavi .nextpostslink {
  background-image: url(../img/arw-next02.svg);
}

@media screen and (min-width: 768px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 1rem;
  }
}

.wp-pagenavi .first {
  background-image: url(../img/arw-first.svg);
}

.wp-pagenavi .last {
  background-image: url(../img/arw-last.svg);
}

.category_list a {
  position: relative;
  border-radius: .8rem;
  border: solid 1px #ccc;
  padding: 3rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  display: block;
}

@media screen and (min-width: 768px) {
  .category_list a {
    display: flex;
    justify-content: space-between;
  }
}

.category_list li {
  margin-bottom: 4rem;
}

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

.category_list figure img {
  aspect-ratio: 385 / 256;
  object-fit: cover;
  width: 100%;
}

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

@media screen and (min-width: 768px) {
  .category_list figure {
    width: 46.78%;
  }
  .category_list .desc {
    width: 49.57%;
  }
}

.category_list .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 1rem 0 1.6rem;
}

.category_list .ttl i {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #EF802B;
  font-size: 1.6rem;
}

.category_list .lead {
  line-height: 1.75;
}

.category_list .more {
  font-weight: 600;
  background: url(../img/arw-right03.svg) no-repeat right center/2.4rem;
  padding-right: 2em;
  text-align: right;
  margin-top: 3rem;
}

.author_tab {
  display: flex;
  gap: 2rem;
  margin-bottom: 6rem;
}

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

.author_tab li {
  flex: 1;
}

.author_tab a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FBE8D6 url(../img/arw-down03.svg) no-repeat calc(100% - 2.4rem) center/2.4rem;
  border-radius: .8rem;
  height: 8rem;
  font-size: 2.2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .author_tab a {
    background-position: calc(100% - 1.5rem);
    font-size: 1.8rem;
    height: 6rem;
  }
}

.author_list {
  margin-bottom: 6rem;
}

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

.author_list figure {
  text-align: center;
}

.author_list figure img {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .author_list figure img {
    width: 80%;
  }
}

.author_list .ttl {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 2rem 0 1rem;
}

.author_list .ttl em {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #EF802B;
  font-size: 1.6rem;
  margin-bottom: .4em;
}

.author_list p {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .author_list a {
    align-items: center;
  }
  .author_list .ttl {
    margin-top: 0;
  }
  .author_list figure {
    width: 25%;
  }
  .author_list .desc {
    width: 70%;
  }
}

.tag_header {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .tag_header {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .tag_header {
    margin: 0 0 2rem !important;
  }
  .tag_header .low_ttl {
    margin-bottom: 1rem;
  }
}

.tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  background: #F6F7F8;
  padding: 4rem;
  border-radius: .8rem;
}

@media screen and (max-width: 767px) {
  .tag_list {
    padding: 3rem;
    gap: 1rem;
  }
}

.tag_list a {
  border: solid 1px #101010;
  border-radius: 3em;
  font-size: 1.4rem;
  font-weight: 400;
  padding: .3em 1.05em;
}

.news_list {
  padding: 3rem 6rem 6rem;
}

@media screen and (max-width: 767px) {
  .news_list {
    padding: 0 3rem 3rem;
  }
}

.news_list li {
  border-bottom: dashed 1px #A7A7A7;
}

.news_list a {
  display: block;
  padding: 3rem 0;
}

.news_list .meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.news_list time {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  display: block;
  font-weight: 600;
}

.news_list .cat {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-weight: bold;
}

.news_list .cat i {
  background: #F2F2F2;
  border-radius: 3em;
  font-weight: 600;
  font-size: 1.122rem;
  padding: .3em .8em;
}

.c_pager {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #F2F2F2;
  padding-top: 2rem;
  margin-top: 6rem;
  align-items: center;
}

.c_pager.b {
  border-top: none;
  padding: 0;
}

.c_pager p {
  font-size: 1.2rem;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 4em;
  margin: 1rem 0 3rem;
}

.c_pager a {
  display: block;
  width: 16rem;
}

@media screen and (max-width: 767px) {
  .c_pager a {
    width: 14rem;
  }
}

.c_pager i {
  display: block;
  font-weight: 600;
}

.c_pager .prev i {
  background: url(../img/arw-prev03.svg) no-repeat left/2.4rem;
  padding-left: 3rem;
}

.c_pager .next {
  text-align: right;
}

.c_pager .next i {
  background: url(../img/arw-next03.svg) no-repeat right/2.4rem;
  padding-right: 3rem;
}

.single_body {
  font-size: 1.5rem;
  max-width: 680px;
  font-weight: 400;

}


.single_body .ttl {
  font-size: 2.6rem;
  font-weight: 600;
  padding-bottom: .7em;
  position: relative;
  margin-bottom: 2rem;
}

.single_body .ttl:before {
  content: '';
  position: absolute;
  height: .4rem;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, #F88F3D 19.99%, #53ADE2 20%);
}

.single_body p:not(.cat, .tag) {
  line-height: 1.75;
  font-weight: 400;
  margin-bottom: 1.4em;
  color: #333;
}

.single_body p:not(.cat, .tag) a {
  color: #0F83C6;
  text-decoration: underline;
  display: inline-block;
  margin: .4em 0;
}

.single_body p:not(.cat, .tag) mark,
.single_body p:not(.cat, .tag) em {
  background: linear-gradient(transparent 60%, #F0D2B9 60%);
}

.single_body time {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  display: block;
  margin-bottom: .4em;
  font-weight: 600;
}

.single_body .cat {
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.single_body .cat a {
  background: #F2F2F2;
  border-radius: 3em;
  font-size: 1.2rem;
  padding: .3em .8em;
}

.single_body .tag {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  font-size: 1.3rem;
}

.single_body figure {
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .single_body p:not(.cat, .tag) {
    line-height: 1.8;
    margin-bottom: 1.8em;
    padding: 0;
  }
}

.news_body h2 {
  font-size: 2.4rem;
  font-weight: 600;
  padding-left: .8em;
  border-left: solid 0.4rem #F88F3D;
  margin-bottom: 2rem;
}

.news_body h3 {
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: dashed 1px #101010;
  margin-bottom: 2rem;
  padding-bottom: .4em;
}

.news_body h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.news_body h5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.news_body h6 {
  font-weight: bold;
  margin-bottom: 2rem;
}

.article_notfound {
  font-weight: 400;
}

.article_body p:not(.cat, .tag),
.article_body li,
.article_body dd,
.article_body blockquote,
.article_body .wp-block-html p,
.article_body .wp-block-html li,
.article_body .wp-block-html div {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .article_body p:not(.cat, .tag),
  .article_body li,
  .article_body dd,
  .article_body blockquote,
  .article_body .wp-block-html p,
  .article_body .wp-block-html li,
  .article_body .wp-block-html div {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .article_body p {
    margin-bottom: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .article_body {
    line-height: 1.5;
  }
}

.article_body .author {
  border: solid 1px #DADADA;
  padding: 3rem;
  position: relative;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .article_body .author {
    padding: 2.5rem 2rem 2rem;
  }
}

.article_body .author dt {
  background: #F88F3D url(../img/ico-editing.svg) no-repeat 1rem center/2rem;
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  height: 3.6rem;
  display: flex;
  align-items: center;
  top: -1.8rem;
  left: 3rem;
  padding: 0 2rem 0 3.6rem;
}

.article_body .author.b dt {
  background-color: #53ADE2;
}

.article_body .author dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article_body .author dd img {
  width: 8rem;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 767px) {
  .article_body .author dd img {
    width: 6rem;
  }
}

.article_body .author p {
  font-weight: 500;
  width: calc(100% - 11rem);
  margin: 0;
}

@media screen and (max-width: 767px) {
  .article_body .author p {
    width: calc(100% - 8rem);
  }
}

.article_body .author small {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #EF802B;
  line-height: 1.5;
}

.article_body h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  background: #101010;
  padding: .4em .8em;
  margin: 6rem 0 4.5rem;
}

@media screen and (max-width: 767px) {
  .article_body h2 {
    font-size: 2.0rem;
  }
}

.article_body h3 {
  font-size: 2.1rem;
  font-weight: 600;
  padding-left: .8em;
  border-left: solid 0.4rem #F88F3D;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
  .article_body h3 {
    font-size: 1.9rem;
  }
}

.article_body h4 {
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

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


#ez-toc-container {
  width: 100%;
  border: none;
  border-radius: 0;
  background: #F2F2F2;
  padding: 3rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  #ez-toc-container {
    padding: 2rem;
  }
}

#ez-toc-container .ez-toc-title-container {
  margin-bottom: .4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#ez-toc-container .ez-toc-title {
  font-size: 2.2rem;
  font-weight: 500;
  display: block;
}

@media screen and (max-width: 767px) {
  #ez-toc-container .ez-toc-title {
    font-size: 1.8rem;
  }
}

#ez-toc-container.toc_close .ez-toc-title-toggle {
  background-image: url(../img/arw-down04.svg);
}

#ez-toc-container .ez-toc-title-toggle {
  width: 3rem;
  background: url(../img/arw-up04.svg) no-repeat 50%/3rem;
  height: 3rem;
}

#ez-toc-container .ez-toc-title-toggle a {
  display: block;
  width: 3rem;
  height: 3rem;
}

#ez-toc-container .ez-toc-title-toggle .ez-toc-js-icon-con {
  opacity: 0;
}

#ez-toc-container a {
  color: #0F83C6;
}

#ez-toc-container ul ul {
  border-top: dashed 1px #A7A7A7;
  margin: .5em 0 0;
}

#ez-toc-container li {
  margin-top: .5em !important;
}

#ez-toc-container .ez-toc-heading-level-2 {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #ez-toc-container .ez-toc-heading-level-2 {
    font-size: 1.6rem;
  }
}

#ez-toc-container .ez-toc-heading-level-3 {
  font-size: 1.8rem;
  padding-left: 1.2em;
}

@media screen and (max-width: 767px) {
  #ez-toc-container .ez-toc-heading-level-3 {
    font-size: 1.4rem;
  }
}

.article_sns {
  border-top: solid 1px #F2F2F2;
  padding-top: 2rem;
  margin-bottom: 4rem;
}

.article_sns dt {
  color: #EF802B;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .1em;
  margin-bottom: 1em;
}

.article_sns dd {
  display: flex;
  gap: 1.5rem;
}

.article_sns dd img {
  width: 5rem;
}

.article_bnr {
  margin-top: 4rem;
}

.article_bnr a {
  display: block;
}

.article_bnr a:hover img {
  transform: scale(1.04);
}

.article_bnr img {
  transition: transform .3s;
}

.article_recom {
  margin: 6rem 0;
}

.article_recom .ttl {
  line-height: 1.875;
}

@media screen and (min-width: 768px) {
  .article_recom .ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
}

.article_recom time {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  display: block;
  margin: 2rem 0 1.5rem;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .article_recom time {
    margin: 0 0 .8rem;
  }
}

@media screen and (min-width: 768px) {
  .article_recom .desc {
    width: calc(100% - 21rem);
  }
}

@media screen and (min-width: 768px) {
  .article_recom figure {
    width: 18rem;
  }
}

.article_recom figure img {
  aspect-ratio: 385 / 256;
  object-fit: cover;
  width: 100%;
}

.article_recom .cat {
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .article_recom .cat {
    margin-bottom: .8rem;
  }
}

.article_recom .cat i {
  background: #F88F3D;
  border-radius: 3em;
  color: #fff;
  font-weight: 600;
  font-size: 1.122rem;
  padding: .3em .8em;
}

.article_recom .tag {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .article_recom .tag {
    margin-top: .8rem;
  }
}

.article_recom li + li {
  margin-top: 4rem;
}

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

.article_recom li a {
  position: relative;
  border-radius: .8rem;
  border: solid 1px #ccc;
  padding: 3rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  display: block;
}

@media screen and (min-width: 768px) {
  .article_recom li a {
    display: flex;
    justify-content: space-between;
  }
}

.article_recom li em {
  position: absolute;
  background: url(../img/ico-pickup-bg.svg) no-repeat 50%/contain;
  width: 5rem;
  height: 4.9rem;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  padding-top: 1.3em;
  left: 1rem;
  top: 1rem;
}

.article_author {
  margin: 6rem 0 0;
}

.article_author dl {
  border: solid 1px #DADADA;
  background-color: #F6F7F8;
  padding: 3rem;
  position: relative;
  margin: 4rem 0 0;
}

@media screen and (max-width: 767px) {
  .article_author dl {
    padding: 3.5rem 2rem 2rem;
  }
}

.article_author dl.b dt {
  background-color: #53ADE2;
}

.article_author dt {
  background: #F88F3D url(../img/ico-editing.svg) no-repeat 1rem center/2rem;
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  height: 3.6rem;
  display: flex;
  align-items: center;
  top: -1.8rem;
  left: 3rem;
  padding: 0 2rem 0 3.6rem;
}

.article_author dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .article_author dd {
    align-items: flex-start;
  }
}

.article_author dd img {
  width: 12rem;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 767px) {
  .article_author dd img {
    width: 8rem;
  }
}

.article_author p:nth-child(1) {
  font-size: 1.8rem;
  margin-bottom: .8em;
}

.article_author p:nth-child(2) {
  font-weight: 400;
  line-height: 2;
}

.article_author .desc {
  width: calc(100% - 15rem);
  margin: 0;
}

@media screen and (max-width: 767px) {
  .article_author .desc {
    width: calc(100% - 10rem);
  }
}

.article_author small {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #EF802B;
  margin-top: .7em;
}

.author_body {
  margin: 11rem 0 6rem;
  position: relative;
  padding-top: 15.5rem;
  padding-bottom: 5rem;
}

.author_body figure {
  width: 20rem;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: -8rem;
}

.author_body figure img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

.author_body .name {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}

.author_body .name small {
  display: block;
  color: #EF802B;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.author_body .sns {
  display: flex;
  gap: 1.5rem;
  margin-top: -2rem;
}

.author_body .sns img {
  width: 5rem;
}

.category_body {
  margin-bottom: 6rem;
}

.category_body .ttl {
  font-weight: 600;
  font-size: 2.4rem;
  padding: .3em 0 .3em .8em;
  border-left: solid 0.4rem #EF802B;
  margin-bottom: 2rem;
}

.category_body .low_ttl2 {
  background: url(../img/ico-featured.svg) no-repeat left center/2.416em;
  padding-left: 3em;
}

.category_body .mv {
  margin-bottom: 2.5rem;
}

.category_body .body {
  margin-bottom: 5rem;
}

.category_body .body p {
  line-height: 1.75;
  margin-bottom: 3em;
}

.category_body .body a {
  color: #0F83C6;
  text-decoration: underline;
}

.category_body .step dl + dl {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .category_body .step dl + dl {
    margin-top: 3rem;
  }
}

.category_body .step dt {
  background: #FBE8D6;
  display: flex;
  font-size: 2.2rem;
  font-weight: 600;
}

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

.category_body .step dt span {
  padding: .4em 1.2em;
}

@media screen and (max-width: 767px) {
  .category_body .step dt span {
    width: calc(100% - 6em);
  }
}

.category_body .step dt em {
  background: #F88F3D;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  position: relative;
  letter-spacing: .1em;
  width: 6.36em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category_body .step dt em:after {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -.68em;
  height: .68em;
  width: 1.136em;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: inherit;
}

.category_body .step dt i {
  font-size: 1.18em;
  margin-left: .3em;
}

.category_body .step dd {
  border: solid 1px #FDC188;
  border-top: none;
  padding: 3rem;
}

@media screen and (max-width: 767px) {
  .category_body .step dd {
    padding: 1.5rem;
  }
}

.category_body .step li + li {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .category_body .step li + li {
    margin-top: 1.5rem;
  }
}

.category_body .step a {
  display: flex;
  border: solid 1px #ccc;
  align-items: center;
}

.category_body .step p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  width: calc(100% - 16rem);
  padding: 0 3rem;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .category_body .step p {
    width: calc(100% - 10rem);
    font-size: 1.4rem;
    padding: 0 1.2rem;
  }
}

.category_body .step figure {
  width: 16rem;
}

@media screen and (max-width: 767px) {
  .category_body .step figure {
    width: 10rem;
  }
}

.category_body .step figure img {
  aspect-ratio: 160 / 106;
  object-fit: cover;
}

.category_recom {
  margin-bottom: 6rem;
}

.category_search {
  background: #F6F7F8;
  border-radius: .8rem;
  padding: 3rem 4rem 4rem;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .category_search {
    padding: 3rem;
  }
}

.category_search dt {
  position: relative;
  font-weight: 600;
  font-size: 2.4rem;
}

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

.category_search dt.open:before {
  transform: none;
}

.category_search dt:before {
  content: '';
  position: absolute;
  background: url(../img/arw-up02.svg) no-repeat 50%/contain;
  width: 2rem;
  height: 100%;
  right: 0;
  transition: transform .3s;
  transform: rotate(180deg);
}

.category_search dd {
  height: 0;
  overflow: hidden;
  transition: height .3s;
}

.category_search .list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  padding: 2.5rem 0 0;
}

@incldue sp {
  .category_search .list {
    gap: 1rem;
  }
}

.category_search label {
  border: solid 1px #101010;
  border-radius: 3em;
  font-size: 1.4rem;
  font-weight: 400;
  padding: .3em 1.05em;
  position: relative;
}

.category_search label:has(input:checked) {
  background: #101010;
  color: #fff;
}

.category_search label input {
  position: absolute;
  visibility: hidden;
}

.category_search .btn {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  margin-top: 4rem;
}

.category_search input[type="reset"], .category_search input[type="submit"] {
  border-radius: .8rem;
  color: #fff;
  background: #B2B3B4;
  width: 14rem;
  height: 5rem;
}

.category_search input[type="submit"] {
  background: #101010;
}

.category_posts .head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  margin: -1rem 0 2rem;
  gap: 1rem 0;
}

.category_posts .head select {
  width: 20rem;
}

.ez-toc-section {
  position: relative;
  top: -14.8rem;
}

@media screen and (max-width: 767px) {
  .ez-toc-section {
    top: -14.8rem;
  }
}





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