@charset "UTF-8";

@font-face {
  font-family: 'EnokoroSans';
  src: url('../font/EnokoroSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EnokoroSans';
  src: url('../font/EnokoroSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EnokoroSans';
  src: url('../font/EnokoroSans-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EnokoroSerif';
  src: url('../font/EnokoroSerif-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EnokoroSerif';
  src: url('../font/EnokoroSerif-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> base -> _normalize.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style-type: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}


blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Iphoneでタップすると拡大されないように */
input, textarea, select {
  font-size: 16px!important;
}

/* ==================================================
   Base Style
   ================================================== */
html {
  font-size: 62.5%;
  /*-
  @include min-width(md){
    font-size: 71.42857142%;
  }
  -*/
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif!important;
  font-weight: 400;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #231B0F;
}

@media screen and (max-width: 1025px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: #59ABF3;
  text-decoration: none;
}

a, a:before, a:after {
  -webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  color: #1D78C7;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #59ABF3;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

p {
  font-weight: 400;
}

img {
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.tel{
  pointer-events: none;
}

.pc-only{
  display: block;
}

.sp-only{
  display: none;
}

.tab-only{
  display: none;
}

.en{
  font-family: "Alata", sans-serif;
}

.goth{
  font-family: "Sawarabi Gothic", sans-serif;
}

.enk{
  font-family: 'EnokoroSans', sans-serif;
}

.ens{
  font-family: 'EnokoroSerif', serif;
}

.no-link{
  pointer-events: none;
}


#luxy{
  position: relative;
  will-change: transform;
}

@media screen and (max-width: 821px){
  .tab-only{
    display: block;
  }
}

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

  .sp-only{
    display: block;
  }

  .tel{
    pointer-events:auto;
  } 
}

/**
 * テキストの選択
 */
::-moz-selection {
  background: #dedede;
}
::selection {
  background: #dedede;
}

::-moz-selection {
  background: #dedede;
}

/**
 * Scroll Bar
 */
/*-
// 縦スクロールバー（幅）
::-webkit-scrollbar {
	width: 4px; }

// 横スクロールバー（幅）
::-webkit-scrollbar:horizontal {
	height: 12px; }

// スクロールバー軌道（色）
::-webkit-scrollbar-track {
  background: $color-scrollbar;
}

// 軌道のコーナー（色）
::-webkit-scrollbar-corner {
	background: $color-scrollbar;
}

// 移動タブ（色・角丸み）
::-webkit-scrollbar-thumb {
  background: $color-scrollbar;
	border-radius: 12px;
}
-*/
/**
 * iOS
 */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}




/* ==================================================
   Header
================================================== */



.l-header {
  width: 100%;
  max-width: 100vw;
  -webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
}

.l-header .inner {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3%;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}



.l-header-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 3;
  -webkit-transition: 0.4s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.4s cubic-bezier(0.17, 0.935, 0.305, 1);
  background-color: #fff;
}

.l-header-bar.fixed {
  -webkit-transition: none;
  transition: none;
  padding: 0;
  background-color: #fff;
  transition: .5s ease-out;
}

.l-header-bar-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 4.5em;
}

.l-header-left {
  display: block;
  width: 100%;
  max-width: 170px;
  position: relative;
}

.l-header-left .c-logo{
  display: block;
  width: 100%;
  max-width: 170px;
  height: 100px;
  position: relative;
  transition: 0.3s ease-in-out;
}

.l-header-bar.fixed .l-header-left .c-logo {
  transition: 0.3s ease-in-out;
}

.l-header-left .c-logo img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


.open .l-header-bar,
.open .l-header-bar.fixed{
  background-color: transparent;
}

/*.open .l-header-left .c-logo,
.open .l-header .l-header-right .nav-header{
  visibility: hidden;
}*/

.l-header .l-header-right{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 87%;
  transition: 0.3s ease-in-out;
}

.l-header .l-header-right .header-nav{
  width: 45%;
  display: flex;
  align-items: center;
}

.l-header .l-header-right .header-nav li a{
  color: #000;
  padding: 0.8em 1em;
  display: block;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  position: relative;
  font-weight: 500;
  transition: 0.5s ease-in-out;
  font-family: "Sawarabi Gothic", sans-serif;
}

.l-header .l-header-right .header-nav li a:hover{
  background-color: #FFFFE0;
  opacity: 1;
  transition: 0.5s ease-in-out;
  border-radius: 31px;
}

/*.l-header .l-header-right .header-nav li.is-active a{
  color: #23785A;
}*/

.l-header .l-header-right .head-contact{
  width: 51%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1em;
}

.l-header .l-header-right .head-contact .tel-img img{
  max-width: 291px;
  width: 100%;
  display: block;
}


.btn-right-wrapper{
  width: 28%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
  display: none;
}


#drawer-menu .p-drawer-nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  flex-wrap: wrap;
}

#drawer-menu .p-drawer-nav .p-drawer-inner{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  padding: 0 1em;
  margin: 0 auto;
  flex-flow: row-reverse;
}

#drawer-menu .p-drawer-nav .drawer-right{
  width: 100%;
  color: #000;
  padding-top: 2em;
}

#drawer-menu .p-drawer-nav .footer-tel-row,
#drawer-menu .p-drawer-nav .footer-time-row{
  justify-content: center;
  text-align: center;
}


#drawer-menu .p-drawer-nav ul {
  width: 100%;
}



#drawer-menu .drawer-left,
#drawer-menu .drawer-right{
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease, transform .5s ease;
}

/* OPEN中に表示 */
.open #drawer-menu .drawer-left.is-in,
.open #drawer-menu .drawer-right.is-in{
  opacity: 1;
  transform: translateY(0);
}

/* rightのliは段階表示（右側がinになってから使う） */
#drawer-menu .drawer-left li{
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease, transform .5s ease;
}
#drawer-menu .drawer-left li.is-show{
  opacity: 1;
  transform: translateY(0);
}



 
#drawer-menu {
  width: 100%;
  height: 100vh;
  background-color: #DE2626;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: scaleY(0);
  transform-origin: bottom;
  /*transition: transform 0.6s cubic-bezier(.7,0,.3,1);*/
   transition: transform .6s cubic-bezier(.22,1,.36,1);
  pointer-events: none;
}

/* 開いているとき */
.open #drawer-menu{
  transform-origin: bottom;
  transform: scaleY(1);
  pointer-events: auto;
}

/* 閉じるとき（上に引っ張る） */
.closing #drawer-menu{
  transform-origin: top;
  transform: scaleY(0);
  pointer-events: none;
}
  
  /* ナビゲーションボタン（開く） */
#navbtn{
  /*top: 0;
  right: 0;*/
  outline: none;
  border: none;
  background: transparent;
  width: 100px;
  height: 86px;
  cursor: pointer;
  display: block;
  position: relative;
}

/*.open #navbtn{
  background: #fff;
}*/

#navbtn span.cross {
  position: absolute;
  right: 26%;
  width: 82%;
  height: 2px;
  background-color: #DE2626;
  /*transform: translate(-0%,-50%);*/
}

/*.open #navbtn span.cross {
  background-color:#fff;
}*/

.open #navbtn::before {
  background-color: #fff;
}

#navbtn span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}

#navbtn span.cross:nth-of-type(1) {
  top: 36px;
  width: 41%;
}

#navbtn span.cross:nth-of-type(2) {
  top: 50px;
  width: 41%;
}

#navbtn span.cross:nth-of-type(3) {
  width: 41%;
}



.open #navbtn span.cross {
  position: absolute;
  left: 32%;
}

.open #navbtn span.cross:nth-of-type(1) {
  -webkit-transform: translateY(2px) rotate(-40deg);
  transform: translateY(2px) rotate(-40deg);
  width: 41%;
  top: 42px;
}

.open #navbtn span.cross:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(40deg);
  transform: translateY(-4px) rotate(40deg);
  width: 41%;
  top: 47px;
}

.open #navbtn span.cross:nth-of-type(3) { 
  display: none;
}

.icon-mail{
  display: block;
  max-width: 26px;
  width: 100%;
}

.icon-mail img{
  display: block;
}


@media screen and (max-width: 1750px) {

  .l-header-bar-container {
    padding-left: 1.5em;
  }

  .l-header .l-header-right .head-contact .tel-img img {
    max-width: 261px;
  }

  .l-header .l-header-right .head-contact {
    width: 47%;
  }

  .l-header .l-header-right .header-nav {
    width: 52%;
  }
}

@media screen and (max-width: 1485px) {

  .l-header-left {
    max-width: 135px;
  }

  .l-header-left .c-logo {
    max-width: 135px;
    height: 85px;
  }

  .l-header .l-header-right {
    width: 89%;
  }

  .l-header .l-header-right .head-contact .tel-img img {
    max-width: 230px;
  }

  .l-header .l-header-right .header-nav li a {
    padding: 0.8em 0.6em;
  }

  .l-header .l-header-right .h-btn {
    font-size: 1.2rem;
  }

}

@media screen and (max-width: 1320px) {

  .l-header .l-header-right .header-nav li a {
    font-size: 1.3rem;
  }

  .l-header .l-header-right .head-contact .tel-img img{
    max-width: 198px;
  }

}

@media screen and (max-width: 1210px) {

  .l-header-left .c-logo {
    max-width: 113px;
  }

  .l-header-bar-container {
    padding-left: 1em;
  }

  .l-header .l-header-right .head-contact .tel-img img {
    max-width: 162px;
  }

  .l-header .l-header-right .header-nav li a {
    font-size: 1.2rem;
    padding: 0.8em 0.3em;
  }

  .l-header .l-header-right .h-btn {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1025px) {

  .l-header .inner {
    padding: 0;
  }

  .l-header-bar{
    height: 60px;
  }
  

  .l-header-bar-container {
    padding: 0 0 0 0.9em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .l-header-left {
    max-width:109px;
  }

  .l-header-left .c-logo{
    max-width:109px;
    height: 60px;
    width: 100%;
  }

  .l-header-left .c-logo img {
    width: 100%;
  }

  .l-header .l-header-right{
    display: none;
  }

  #navbtn{
    width: 60px;
    height: 60px;
    background-color: #fff;
  }

  #navbtn span.cross:nth-of-type(1) {
    top: 23px;
    right: 15px;
  }

  #navbtn span.cross:nth-of-type(2) {
    top: 37px;
    right: 15px;
  }

  .open #navbtn span.cross:nth-of-type(1) {
    top: 28px;
  }

  .open #navbtn span.cross:nth-of-type(2) {
    top: 34px;
  }

  .btn-right-wrapper .login-btn{
    font-size: 1.2rem;
  }

  .btn-right-wrapper {
    width: 38%;
    display: flex;
  }

  .btn-right-wrapper .login-btn {
    padding: 0.5em 1em;
    font-size: 1.2rem;
    max-width: 118px;
    letter-spacing: 0.1em;
  }

  #drawer-menu .p-drawer-nav {
    display: block;
    height: 80vh;
    overflow-y: scroll;
    padding-top: 0;
    top: 6em;
    position: relative;
  }

  #drawer-menu .p-drawer-nav::-webkit-scrollbar{
    width: 5px;
  }
  #drawer-menu .p-drawer-nav::-webkit-scrollbar-track{
    background-color: #ccc;
  }
  #drawer-menu .p-drawer-nav::-webkit-scrollbar-thumb{
    background-color: #252E47;
  }

  #drawer-menu .p-drawer-nav .p-drawer-inner {
    display: block;
  }

  #drawer-menu .p-drawer-nav .drawer-left {
    width: 100%;
  }

  #drawer-menu .p-drawer-nav .drawer-right {
    width: 100%;
    margin-top: 0em;
  }

  #drawer-menu .p-drawer-nav .drawer-right .f-logo {
    margin-bottom: 0.5em;
    max-width: 249px;
    width: 100%;
  }

  #drawer-menu .drawer-left li {
    opacity: 1;
    transform: translateY(0);
  }

  #drawer-menu .drawer-left, #drawer-menu .drawer-right {
    opacity: 0;
    transform: translateY(0px);
  }

  
  #navbtn {
    width: 49px;
  }

  #navbtn span.cross {
    right: 30%;
  }

  #drawer-menu .p-drawer-nav ul li{
    margin-bottom: 0.5em;
  }

  #drawer-menu .p-drawer-nav ul li .acc-parent,
  #drawer-menu .p-drawer-nav ul li a {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.7em 0 0.7em 1.5em;
    display: block;
    position: relative;
    border-radius: 20px;
    background-color: #fff;
    color: #000;
  }

  #drawer-menu .p-drawer-nav ul li a::before{
    content: '';
    position: absolute;
    right: 3%;
    top: 49%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 4px solid transparent;
    border-left: 7px solid #DE2626;
  }


  #drawer-menu .p-drawer-nav ul li .acc-parent:after {
    content: "＋";
    position: absolute;
    right: 1%;
    top: 49%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    font-size: 2rem;
    font-weight: bold;
    color: #DE2626;
    transition: transform 0.35s ease, color 0.25s ease, opacity 0.25s ease;
  }

  #drawer-menu .p-drawer-nav ul li .acc-parent.open:after {
    content: "－";
    color: #DE2626;
  }

  
  #drawer-menu .p-drawer-nav ul li .acc-content{
    padding: 1em 1em 1em;
    display: none;
  }

  #drawer-menu .p-drawer-nav ul li .acc-content a:nth-child(2){
    margin: 0.3em 0;
  }

  #drawer-menu .p-drawer-nav ul li.small a {
    font-size: 1.2rem;
  }

  
  .footer-tel-row{
    background-color: #fff;
    border-radius: 16px;
    padding: 1.8em 1em;
  }

  .footer-tel-row .tel-img img{
    max-width: 218px;
    width: 100%;
  }

}



@media screen and (max-width: 768px) {

  .l-header-left {
    max-width: 179px;
  }

  .btn-right-wrapper {
    width: 52%;
    gap: 3%;
  }

  .btn-right-wrapper .login-btn {
    padding: 0.5em 0.4em;
    max-width: 106px;
    letter-spacing: 0;
  }

  
}

/* Dropdown Button */
.dropbtn {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 23px 25px;
  border: none;
  background-color: transparent;
  font-weight: bold;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropbtn:hover {
  background-color: transparent!important;
  color: #B7706C!important;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255,255,255,1);
  min-width: 209px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 0.6em 1em;
  /*top: 22px;*/
}

/* Links inside the dropdown */
.dropdown-content a {
  	text-decoration: none;
	display: block;
	padding: 15px 20px!important;
  text-align: left;
  border-right: none!important;
}
.dropdown-content a span{
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #FCF8F4;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}


/* ==================================================
   Footer
================================================== */

.fix-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0.8em 1em;
  background-color: #fff;
  z-index: 2;

  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.25s ease, bottom 0.25s ease;
}

.fix-btn.is-show {
  transform: translateY(0);
  opacity: 1;
}

.fix-btn .lower-btn-list.sp-ver{
    display: none!important;
  }

.fix-btn .lower-btn-list{
  display: flex;
  justify-content: center;
  gap: 3%;
}

.fix-btn .lower-btn-list .c-speech-btn{
  margin: 0;
}

.fix-btn .lower-btn-list .c-speech-btn .h-btn{
  min-height: 61px;
  font-size: 1.6rem;
}
.fix-btn .lower-btn-list .c-speech-btn__label{
  min-height: 36px;
  font-size: 1.4rem;
  transform: translateY(-2);
}

.ky-footer-red {
  background: #ea2020;
  color: #fff;
  padding: 7em 0 5em;
}

.ky-footer-red a {
  color: #fff;
}

.ky-footer-red__inner {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.ky-footer-red__grid {
  display: flex;
  justify-content: space-between;
}

.ky-footer-red__brand-sub {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 8px;
}

.ky-footer-red__logo {
  display: inline-block;
  font-size: 5.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.ky-footer-red__logo a{
  max-width: 300px;
  width: 100%;
}

.ky-footer-red__info {
  margin-top: 18px;
  font-size: 1.6rem;
  line-height: 1.9;
}

.ky-footer-red__x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}

.ky-footer-red__navs {
  display: flex;
  justify-content: flex-end;
}

.ky-footer-red__navs a{
  display: block;
}

.ky-footer-red__nav{
  width: 30%;
}

.ky-footer-red__brand{
  width: 36%;
}

.ky-nac-wrap{
  width: 50%;
}

/*.ky-footer-red__nav {
  display: grid;
  gap: 8px;
}*/

.ky-footer-red__nav a {
  font-size: 1.4rem;
  line-height: 1.8;
  white-space: nowrap;
  position: relative;
  padding: 0.3em 0 0.3em 1em;
}

.ky-footer-red__nav .child a::before{
  content: '';
  width: 5px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  background-color: #fff;
}

.ky-footer-red__cta {
  display: flex;
  justify-content: flex-end;
}

.ky-footer-red__cta-box {
  width: 100%;
  max-width: 400px;
  border: 3px solid rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  padding: 1.3em 1em;
  margin-top: 2em;
}

.ky-footer-red__cta-title {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}

.ky-footer-red__cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  border-radius: 999px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  max-width: 274px;
  width: 100%;
  padding: 1.5em 1em;
  margin: 0 auto;
}

.ky-footer-red__cta-btn + .ky-footer-red__cta-btn {
  margin-top: 8px;
}

.ky-footer-red__cta-btn--line {
  background: #06c755;
  border: 1px solid #06c755;
  color: #fff;
}

.ky-footer-red__cta-btn--mail {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.ky-footer-red__bottom {
  margin-top: 48px;
}

.ky-footer-red__copy {
  font-size: 1.4rem;
  line-height: 1.6;
}

.ky-footer-red__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 8px;
}

.ky-footer-red__bottom-links a {
  font-size: 1.4rem;
  line-height: 1.6;
}

.ky-footer-red__cta.pc{
  display: flex;
}

.ky-footer-red__cta.sp{
  display: none;
}

.buy-notice{
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 1em;
}

@media screen and (max-width: 1025px) {

  
  .ky-footer-red__navs {
    gap: 1em;
  }

 .fix-btn .lower-btn-list.pc-ver{
    display: none!important;
  }

   .fix-btn .lower-btn-list.sp-ver{
    display: flex!important;
    gap: 0;
  }

  .fix-btn .lower-btn-list.sp-ver a{
    width: 33.33%;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0.6em;
  }

  .fix-btn{
    padding: 0;
  }

  .fix-btn .lower-btn-list.sp-ver a.green{
    background-color: #04C755;
  }

  .fix-btn .lower-btn-list.sp-ver a.red{
    background-color: #DE2626;
  }

  .fix-btn .lower-btn-list.sp-ver a.blue{
    background-color: #1F3A5F;
  }

}


@media screen and (max-width: 768px) {

  .ky-footer-red__brand {
    width: 100%;
  }

  .ky-footer-red__grid {
    display: block;
  }

  .ky-nac-wrap {
    width: 100%;
    margin-top: 3em;
  }

  .ky-footer-red__info{
    font-size: 1.4rem;
  }

  .ky-footer-red__navs {
    display: block;
  }

  .ky-footer-red__nav {
    width: 100%;
  }

  .ky-footer-red__cta.pc{
    display: none;
  }

  .ky-footer-red__cta.sp{
    display: block;
  }

  .ky-footer-red {
    padding: 36px 0 24px;
  }

  .ky-footer-red__inner {
    width: calc(100% - 32px);
  }

  .ky-footer-red__logo {
    font-size: 4rem;
  }

  .ky-footer-red__navs {
    grid-template-columns: 1fr;
  }

  .ky-footer-red__nav a {
    white-space: normal;
  }

  .ky-footer-red__cta-box {
    max-width: 100%;
    margin: 2em auto;
  }

  .ky-footer-red__bottom {
    margin-top: 36px;
  }

  .ky-footer-red__bottom-links {
    display: block;
    margin-bottom: 1em;
  }

  .ky-footer-red__bottom-links a{
    display: block;
    font-size: 1.4rem;
    margin: 0.5em 0;
  }

  .ky-footer-red__copy {
      font-size: 1.2rem;
      text-align: center;
  }

  .ky-footer-red__nav .child{
    margin-left: 2em;
  }

 
}

/* ==================================================
   Common
================================================== */



.inner{
  width: 100%;
  max-width: calc(1100px + 5% * 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner2{
  width: 100%;
  max-width: calc(1400px + 5% * 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}


.h-btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 55%;
}

.h-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 228px;
  width: 100%;
  padding: 1.5em 1em 1.8em;
  border-radius: 999px;
  background: #ea1f1f;
  color: #fff !important;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
  position: relative;
  box-shadow: inset 0 -5px 0 #b91010;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.h-btn.big{
  max-width: 320px;
  width: 100%;
}

.h-btn.green {
  background: #10c84f;
  box-shadow: inset 0 -5px 0 #0aa33f;
}

.h-btn.blue {
  background: #1F3A5F;
  box-shadow: inset 0 -5px 0 #20334C;
}

.h-btn.blue:hover{
  box-shadow: inset 0 -3px 0 #20334C;
}

.h-btn:hover {
  opacity: 1;
  color: #fff !important;
  transform: translateY(1px);
  box-shadow: inset 0 -3px 0 #b91010;
}

.h-btn.green:hover{
  box-shadow: inset 0 -3px 0 #0aa33f;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  /*max-width: none;*/
  margin-top: auto;
  padding: 1.3em 1em 1.3em 2em;
  border: none;
  border-radius: 999px;
  background: #e52525;
  color: #fff;
  border: 2px solid #e52525;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.4;
  transition: 0.3s ease-in-out;
}


.btn:hover {
  background-color: #fff;
  color: #e52525;
}

.btn.brown {
  background: #644F26;
  border: 2px solid #644F26;
  color: #fff;
}

.btn.brown:hover {
  background-color: #fff;
  color: #644F26;
}

.page-ttl{
  padding: 13em 0em 5.8em;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 2;
  border-bottom: 4px solid #000;
}

.page-ttl .pt-inner{
  width: 100%;
  max-width: calc(1550px + 5% * 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
  margin: 0 auto;
}

.page-ttl .pt-heading{
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.page-ttl .pt-subtext{
  text-align: center;
  font-size: 1.6rem;
}

/*.page-ttl .pt-heading span{
  display: block;
}*/

.page-ttl .pt-heading .en{
  font-size:5rem;
  margin-bottom: 0.2em;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.13em;
}

.page-ttl .pt-text{
  text-align: center;
  font-size: 2rem;
  margin-top: 1em;
}
.c-heading-ribbon {
  text-align: center;
}

.c-heading-ribbon__sub {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 500;
  font-family: 'EnokoroSans', sans-serif;
  color: #111;
  letter-spacing: 0.04em;
}

.c-heading-ribbon__title {
  display: inline-block;
  position: relative;
  margin-top: 18px;
  padding-bottom: 18px;
  font-size: 4rem;
  line-height: 1.2;
  font-family: 'EnokoroSans', sans-serif;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.03em;
}

.c-heading-ribbon__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: #f3a53d;
  border-radius: 999px;
  transform: translateX(-50%);
}

.c-heading-ribbon__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #f3a53d;
  transform: translateX(-50%);
}

.c-heading-ribbon__title.red::before{
  background: #DE2626;
}

.c-heading-ribbon__title.red::after {
  border-top: 14px solid #DE2626;
}

.c-heading-ribbon__sub{
  opacity: 0;
  transform: translateY(10px) scale(.96);
}

.is-fadein .c-heading-ribbon .c-heading-ribbon__sub{
  animation: subPop .6s cubic-bezier(.34,1.56,.64,1) .25s forwards;
  animation-delay: .25s; /* ←ここで遅らせる */
}

@keyframes subPop{
  0%{
    opacity: 0;
    transform: translateY(14px) scale(.92);
  }
  45%{
    opacity: 1;
    transform: translateY(-10px) scale(1.06, .96);
  }
  70%{
    opacity: 1;
    transform: translateY(2px) scale(.98, 1.02);
  }
  100%{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.c-heading-ribbon__title .title-mask{
  display: inline-block;
  overflow: hidden;
}

.c-heading-ribbon__title .title-text{
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
}

.is-fadein .c-heading-ribbon .c-heading-ribbon__title .title-text{
  animation: titleReveal .6s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay: .2s; /* ← subのあと */
}

@keyframes titleReveal{
  0%{
    transform: translateY(110%);
    opacity: 0;
  }
  60%{
    opacity: 1;
  }
  70%{
    transform: translateY(-4%);
  }
  100%{
    transform: translateY(0);
    opacity: 1;
  }
}

.c-heading-ribbon__sub {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 500;
  color: #111;
  letter-spacing: 0.04em;
}

.c-heading-ribbon__mark {
  color: #ea1f1f;
}

.c-head{
  font-size: 2.3rem;
  font-weight: bold;
}

.c-speech-btn {
  position: relative;
  width: min(385px, 100%);
  margin: 44px auto 0;
  text-align: center;
}

.c-speech-btn__label {
  position: relative;
  z-index: 2;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82%;
  min-height: 40px;
  margin: 0 auto -16px;
  padding: 0 18px;
  border: 3px solid #d81818;
  border-radius: 999px;
  background: #fff;
  color: #d81818;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
  transform: translateY(0);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.c-speech-btn__label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: #fff;
  border-right: 3px solid #d81818;
  border-bottom: 3px solid #d81818;
  z-index: -1;
}

.c-speech-btn__label.green {
 border: 3px solid #0A7E3A;
 color: #0A7E3A;
}

.c-speech-btn__label.green::after {
  border-right: 3px solid #0A7E3A;
  border-bottom: 3px solid #0A7E3A;
}

.c-speech-btn__label.blue {
 border: 3px solid #1F3A5F;
 color: #1F3A5F;
}

.c-speech-btn__label.blue::after {
  border-right: 3px solid #1F3A5F;
  border-bottom: 3px solid #1F3A5F;
}

.c-speech-btn:hover .c-speech-btn__label {
  transform: translateY(-10px);
}

.c-speech-btn .h-btn {
  max-width: 385px;
  min-height: 84px;
  margin: 0 auto;
  padding: 9px 28px 10px;
  font-size: 2.2rem;
}

.l-border{
  position: relative;
  padding-bottom: 1em;
}

.l-border::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 10px;
  height: 5px;
  background: #f5c2aa;
}

.l-border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10rem;
  height: 5px;
  border-radius: 10px;
  background: #ea1f1f;
}



@media screen and (max-width: 1025px) {


  .page-ttl .pt-heading {
    font-size: 2.6rem;
  }

  .page-ttl .pt-text{
    font-size: 1.6rem;
  }

  .page-ttl .pt-subtext{
    font-size: 1.6rem;
  }

  .c-speech-btn .h-btn {
    max-width: 385px;
    min-height: 70px;
    font-size: 1.6rem;
  }

  .c-heading-ribbon__title {
    font-size: 2.8rem;
  }

  .c-heading-ribbon__sub {
    font-size: 1.6rem;
  }

  .c-heading-ribbon__title::before {
    height: 6px;
  }

  .c-speech-btn__label {
    min-height: 40px;
    margin: 0 auto -5px;
    padding: 0 18px;
    border: 2px solid #d81818;
    font-size: 1.4rem;
  }
}


@media screen and (max-width: 767px) {

  .inner{
    padding-left: 5%;
    padding-right: 5%;
  }


  .btn2{
    font-size: 1.6rem;
    padding: 1em 0px 0.6em 1em;
  }

  .page-ttl {
    padding: 7em 0em 5em;
    border-bottom: 2px solid #000;
  }

  .page-ttl .pt-heading {
    font-size: 2.5rem;
  }

  .page-ttl .pt-text{
    font-size: 1.4rem;
  }

  .c-heading-ribbon__sub {
    font-size: 1.4rem;
  }

  .c-heading-ribbon__title {
    margin-top: 12px;
    padding-bottom: 0.7em;
    font-size: 2.5rem;
    line-height: 1.4;
  }

  .c-heading-ribbon__title::before {
    height: 6px;
  }

  .c-heading-ribbon__title::after {
    bottom: -8px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-width: 12px;
  }

  .c-head{
    font-size: 2rem;
  }

   .c-speech-btn {
    width: min(340px, 100%);
  }

  .c-speech-btn__label {
    min-height: 38px;
    font-size: 1.3rem;
    padding: 0 8px;
  }

  .c-speech-btn .h-btn {
    min-height: 72px;
    font-size: 1.6rem;
  }

  .h-btn-wrap {
   display: block;
   width: 100%;
   margin-top: 1.3em;
  }

  .h-btn{
    padding: 1em 1em 1.3em;
  }

  .h-btn-wrap .h-btn{
    margin-left: auto;
    margin-right: auto;
  }

  .h-btn.green{
    margin-top: 0.5em;
  }

}

/* ==================================================
   Pagination
================================================== */


.wp-pagenavi {
	/*margin: 0 auto;*/
	font-size: 0;
	text-align: center;
  display: flex;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi .last{
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span{
	margin: 0;
	padding: 0;
  border-radius: 100%;
  padding: 12px 5px!important;
}

.wp-pagenavi .page, .wp-pagenavi .extend {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 1;
	font-size: 1.6rem;
	color: #000;
	text-decoration: none;
	text-align: center;
  border: none;
  font-weight: 500;
  background-color: #FFCAA8;
}

.wp-pagenavi .page:hover, .wp-pagenavi .extend:hover {
	opacity: 0.8;
  border-color: transparent;
}

.wp-pagenavi .current {
	display: inline-block;
	color: #DE2626;
  border: 1px solid #DE2626!important;
  background-color: #fff;
  font-size: 1.6rem;
	width: 40px;
	height: 40px;
	line-height: 1;
	text-align: center;
  border: none;
  font-weight: 500!important;
}

.nextpostslink{
  display: block;
  border: none!important;
  position: relative;
}

.nextpostslink::before{
  content: '';
  position: absolute;
  background: url(../images/common/next_arrow.svg) no-repeat;
  width: 9px;
  left: 9px;
  height: 15px;
  background-size: cover;
}

.previouspostslink{
  display: block;
  border: none!important;
  position: relative;
}

.previouspostslink::before{
  content: '';
  position: absolute;
  background: url(../images/common/next_arrow.svg) no-repeat;
  width: 9px;
  left: -6px;
  height: 15px;
  background-size: cover;
  -webkit-transform: rotate(90deg);
  transform: rotate(180deg);
}

.aroundbox{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6em 0 0;
  padding-top: 24px;
}

.aroundbox .wp-pagenavi{
  width: auto;
}

.aroundbox div.prev{
  width: 45px;
  position: relative;
}

.aroundbox div.prev a{
  color: #fff;
}

/*.aroundbox div.prev a::before{
  content: '';
  background: url(../images/common/icon_arrow_g_prev.svg) no-repeat;
  background-size: cover;
  width: 45px;
  height: 45px;
  position: absolute;
  left: -14px;
  top: 0;
}*/

.aroundbox div.all{
  text-align: center;
  font-weight: bold;
}

.aroundbox div.all a{
  background-color: #DE2626;
  color: #fff;
  padding: 1em 2em;
  border-radius: 100px;
}

.aroundbox div.next{
  text-align: right;
  position: relative;
  width: 45px;
}

.aroundbox div.next a{
  color: #fff;
}

.aroundbox.single-p div.next .nav-label{
  margin: 0 0 0 auto;
}

/*.aroundbox div.next a::before{
  content: '';
  background: url(../images/common/icon_arrow_g_next.svg) no-repeat;
  background-size: cover;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
}*/

.aroundbox a{
  color: #000;
  position: relative;
}

.aroundbox.article-nav{
  justify-content: space-between;
}

.aroundbox.article-nav div.next a,
.aroundbox.article-nav div.prev a{
  font-size: 0;
}

.aroundbox.single-p div{
  width: 33.33%;
}

.aroundbox.single-p div.next {
 text-align: right;
}

.aroundbox.single-p div.prev {
  text-align: left;
}

.aroundbox.single-p div.prev a{
  color: #000;
  display: block;
}

.aroundbox.single-p div.next a{
  color: #000;
  padding-right: 1.5em;
}

.aroundbox.single-p .nav-label{
  display: table;
  position: relative;
  font-weight: 500;
}

.aroundbox.single-p .nav-label::before{
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #000;
}

.aroundbox.single-p .nav-title{
  font-size: 1.4rem;
  color: #C0C0C0;
  margin-top: 0.3em;
  display: block;
}

/*.aroundbox.single-p div.next a {
  padding-right: 3em;
}

.aroundbox.single-p div.prev a{
  padding-left: 3em;
}*/


/*.aroundbox.single-p div.next a::before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 6px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 8px solid #41A884;
  right: 0%;
  left: auto;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

.aroundbox.single-p div.prev a::before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 6px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 8px solid #41A884;
  left: 0;
  top: 53%;
  transform: translate(0, -50%) rotate(-180deg);
  z-index: 2;
}*/


@media screen and (max-width: 970px) {

  

}

@media screen and (max-width: 767px) {
    .wp-pagenavi .page, .wp-pagenavi .extend, .wp-pagenavi .current {
    /*width: auto;*/
  }

  .aroundbox{
    margin: 20px 0 0;
  }

  .aroundbox div.next a{
    padding-right: 1em;
  }


  .aroundbox div.prev  {
    display: none;
  }

  .aroundbox div.next{
    display: none;
  }

  .aroundbox.single-p div{
    width: 100%;
  }
}


/* ==================================================
   Bread Crumb
   ================================================== */
.c-breadcrumb {
  padding: 14px 0 5em;
  position: relative;
  z-index: 2;
}

.c-breadcrumb ul {
  padding: 1em 0 1em 0em;
  background: transparent;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      
}

.c-breadcrumb ul li{
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  color: #888888;
      margin-right: 3.2em;
}

.c-breadcrumb ul li:first-child{
}

.c-breadcrumb ul li::after{
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 6px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #41A884;
  right: -26px;
  top: 50%;
  transform: translate(0, -50%);
}

.c-breadcrumb ul li:last-child:after{
  content: none;
}

 .c-breadcrumb ul li:last-child{
  margin-right: 0;
 }
 
 .c-breadcrumb ul li a {
   color: #888888;
 }
 
 .c-breadcrumb ul li i {
   margin-left: 10px;
 }

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 0 0 1em;
  }

  .c-breadcrumb ul {
    padding: 12px 0;
  }
}


/* ==================================================
   アニメーション
================================================== */

.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}

.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}

.matrix .bg-wrap .inn {
  opacity: 0;
  transform: translateY(110%) skewY(6deg);
  filter: blur(6px);
  transform-origin: left top;
  transition:
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    opacity .9s ease,
    filter .35s ease .1s; 
}

.matrix.is-animated .bg-wrap {
  opacity: 1;
}

.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: translateY(0) skewY(0);
  filter: blur(0);
}


/* fadeUp */
.element {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.first-fade {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}


@keyframes fadeinfirst {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mask-bg {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}
.mask-bg::after {
  /*background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);*/
  background: #fff;
  bottom: -1px;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
 
.is-fadein .mask-bg,
.mask-bg.is-animated {
  color: #fff;
}

.is-fadein .mask-bg::after,
.mask-bg.is-animated::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.170, 1);
}
 
@keyframes mask-bg {
  0% {
    transform: translate(0, 101%)
  }
  40%, 60% {
    transform: translate(0, 0%)
  }
  100% {
    transform: translate(0, -100%)
  }
}


.rise-text .bg {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
}

.rise-text.is-ready .bg {
  opacity: 1;
}

.rise-text .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(1.2em);
  vertical-align: bottom;
}

.rise-text.is-show .char {
  animation: riseChar 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes riseChar {
  0% {
    opacity: 0;
    transform: translateY(1.2em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.c-pop {
  opacity: 0;
  transform: translateY(10px) scale(.96);
}

.is-fadein .c-pop {
  animation: subPop .6s cubic-bezier(.34,1.56,.64,1) .25s forwards;
  animation-delay: .25s; /* ←ここで遅らせる */
}


/* ==================================================
LINENE
================================================== */

.line-service-box {
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

.line-service-box__label {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 490px;
  padding: 1em 1em;
  border-radius: 999px;
  background: #00B222;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  z-index: 2;
  width: 100%;
}

.line-service-box__inner {
  border: 6px solid #00B222;
  border-radius: 12px;
  background: #fff;
  padding: 86px 58px 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
}

.line-service-box__image {
  width: 199px;
  flex-shrink: 0;
}

.line-service-box__image img {
  display: block;
  width: 100%;
  height: auto;
}

.line-service-box__content {
  flex: 1;
}

.line-service-box__title {
  font-size: 3.4rem;
  line-height: 1.45;
  font-weight: 700;
  color: #111;
  letter-spacing: 0;
}

.line-service-box__text {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #111;
  max-width: 554px;
  width: 100%;
}

.line-service-box__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 390px;
  min-height: 58px;
  margin-top: 30px;
  padding: 0 28px;
  border-radius: 999px;
  background: #ffc39f;
  color: #111 !important;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.line-service-box__btn:hover {
  opacity: 1;
  background: #ffb287;
  color: #111 !important;
}

@media screen and (max-width: 1025px) {

  .line-service-box__title {
    font-size: 2.5rem;
  }

  .line-service-box__label {
    top: -6px;
    font-size: 2rem;
  }

  .line-service-box__text {
    font-size: 1.4rem;
    max-width: 100%;
  }

  .line-service-box__inner {
    border: 3px solid #00B222;
  }

  .line-service-box__label {
    top: -7px;
    font-size: 2rem;
  }

  .line-service-box__title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .line-service-box {
    padding-top: 14px;
  }

  .line-service-box__label {
    min-width: 0;
    width: calc(100% - 40px);
    min-height: 44px;
    padding: 0 16px;
    font-size: 1.6rem;
    top: -5px;
  }

  .line-service-box__inner {
    display: block;
    padding: 58px 20px 28px;
  }

  .line-service-box__image {
    width: 110px;
    margin: 0 auto 20px;
  }

  .line-service-box__title {
    font-size: 2rem;
    text-align: center;
  }

  .line-service-box__text {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.9;
    text-align: center;
  }

  .line-service-box__btn {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

/* ==================================================
  固定ボタン
================================================== */

#wrap{
  position: relative;
}

#page-top {
  bottom: 0;
  position: fixed;
  right: 6px;
  max-width: 274px;
  width: 100%;
}

#page-top a {
  background-color: #41A884;
  color: #fff;
  padding: 1em 2em;
  display: block;
  font-size: 2.3rem;
  display: block;
  width: 100%;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 0;
  line-height: 1.4;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#page-top a::before{
  content: '';
  background: url(../images/common/icon_mail_w.svg) no-repeat;
  background-size: contain;
  width: 37px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translate(0,-50%);
}

#page-top a::after{
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 6px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 8px solid #fff;
  right: 7%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

#page-top a:hover{
  transform: translateY(-6px);
  opacity: 1;
}

#page-top a span{
  padding-left: 0.5em;
  display: block;
}

@media screen and (max-width: 1025px) {

  #page-top {
    max-width: 246px;
  }

  #page-top a {
    font-size: 1.8rem;
  }

  #page-top a::before {
    width: 30px;
    height: 23px;
  }
}

@media screen and (max-width: 768px) {

  #page-top {
    bottom: 0!important;
    position: fixed!important;
    right: 0px;
    max-width: 100%;
    width: 100%;
  }

  #page-top a {
    padding: 1em 1em;
    font-size: 1.4rem;
    border-radius: 10px 10px 0 0;
  }

  #page-top a::before {
    width: 25px;
    height: 17px;
  }

}

/* ==================================================
   TOP
================================================== */


.mv-area{
  padding: 7.9em 1em 0;
  background: url(../images/top/bg_mv.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 99vh;
  overflow: hidden;
}

.mv-area .toy{
  position: absolute;
}

.mv-area .toy1{
  left: 9%;
  top: 11%;
  max-width: 14%;
  width: 100%;
}

.mv-area .toy2{
  left: -2%;
  bottom: -4%;
  width: 100%;
  max-width: 28%;
}

.mv-area .toy3{
  left: 20%;
  width: 100%;
  max-width: 14%;
  bottom: -3%;
}

.mv-area .toy4{
  right: 10%;
  top: 12%;
  width: 100%;
  max-width: 15%;
}

.mv-area .toy5{
  right: -1%;
  bottom: 15%;
  width: 100%;
  max-width: 19%;
}

.mv-area .toy6{
  right: 14%;
  bottom: -14%;
  width: 100%;
   max-width: 24%;
}

.mv-area .mv-text{
  position: absolute;
  left: 50%;
  top: 58%;
  width: 100%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: center;
}

.mv-area .mv-text .main-catch{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11rem;
}

.mv-area .mv-text .main-catch .text-block{
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv-area .mv-text .main-catch span{
  font-family: 'EnokoroSerif', serif;
  font-weight: 900;
}

.mv-area .mv-text .sub-catch{
  text-align: center;
  font-weight: 900;
  font-size: 3.5rem;
}

/* ---------- 文字 ---------- */
.mv-area .mv-text .main-catch{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11rem;
  gap: 0.02em;
}

.mv-area .mv-text .main-catch span{
  font-family: 'EnokoroSerif', serif;
  font-weight: 900;
  display: inline-block;
}

.mv-area .main-catch .char,
.mv-area .main-catch .comma{
  transform: translateY(0) scale(1);
  transform-origin: center bottom;
}

.mv-area .main-catch .phrase{
  opacity: 0;
  transform: scale(.7);
  transform-origin: center center;
}

@keyframes mvBounce{
  0%{
    transform: translateY(0) scale(1);
  }
  18%{
    transform: translateY(-10px) scale(1.03, 0.98);
  }
  42%{
    transform: translateY(0) scale(0.99, 1.01);
  }
  62%{
    transform: translateY(-4px) scale(1.01, 0.995);
  }
  100%{
    transform: translateY(0) scale(1);
  }
}

.mv-area .main-catch .char.is-bounce{
  animation: mvBounce .42s cubic-bezier(.34,1.56,.64,1) forwards;
}

.mv-area .main-catch .phrase-wrap{
  display: inline-block;
  overflow: hidden; /* ←マスク */
  line-height: 1.1;
}

.mv-area .main-catch .phrase{
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
}

.mv-area .main-catch .phrase.is-show{
  animation: phraseMaskUp 1s cubic-bezier(.22,1,.36,1) forwards;
}

@keyframes phraseMaskUp{
  0%{
    transform: translateY(110%);
    opacity: 0;
  }
  60%{
    opacity: 1;
  }
  70%{
    transform: translateY(-4%);
  }
  100%{
    transform: translateY(0);
    opacity: 1;
  }
}

/* sub catch もあとからふわっと */
.mv-area .sub-catch{
  opacity: 0;
  transform: translateY(20px);
}

.mv-area .sub-catch.is-show{
  opacity: 1;
  transform: translateY(0);
  transition: opacity .7s ease, transform .7s ease;
}

.mv-area .toy.is-show{
  opacity: 1;
  transform: scale(1);
}

.mv-area .toy{
  position: absolute;
  opacity: 0;
  transition:
    opacity .35s ease,
    transform .55s cubic-bezier(0.44, 0.42, 0.24, 1.55);
  will-change: opacity, transform;
}

.mv-area .toy1,
.mv-area .toy2,
.mv-area .toy3{
  transform: translate3d(16px, 14px, 0) scale(.84) rotate(2deg);
}

.mv-area .toy4,
.mv-area .toy5,
.mv-area .toy6{
  transform: translate3d(-16px, 14px, 0) scale(.84) rotate(-2deg);
}

.mv-area .toy.is-show{
  opacity: 1;
}

.mv-area .toy1.is-show,
.mv-area .toy2.is-show,
.mv-area .toy3.is-show,
.mv-area .toy4.is-show,
.mv-area .toy5.is-show,
.mv-area .toy6.is-show{
  transform: translate3d(0, 0, 0) scale(1) rotate(0);
}

.p-top{
  padding: 0 0 17em;
}

.p-top .pickup-here {
  overflow: hidden;
}

.p-top .pickup-here .slick-list{
  padding-top: 1em!important;
}

.p-top .pickup-here .record-list{
  margin-top: 4em;
}

.p-top .pickup-here .record-list li{
  margin: 0 17px;
}

.p-top .pickup-here .record-list li a{
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 10px;
  padding: 2em 2em;
}

.p-top .pickup-here .record-list li a figure {
  border: none;
  border-radius: 0px;
}

.p-top .pickup-here .record-list.is-center-only {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.p-top .pickup-here .record-list.is-center {
  display: flex;
  justify-content: center;
}

.p-top .pickup-here .record-list.is-center li {
  width: 23%; /* 今のデザインに合わせる */
}

.p-top .pickup-here .record-list::before,
.p-top .pickup-here .record-list::after{
  content: none!important;
}

.p-top .concept-area{
  background: url(../images/common/bg_yellow.jpg) repeat-y;
  background-size: 100%;
  padding: 6em 0 9em;
  position: relative;
}

.p-top .concept-area .site-about{
  padding: 10em 0 10em;
  position: relative;
  overflow: hidden;
}

.p-top .concept-area .site-about .toy{
  position: absolute;
}

.p-top .concept-area .site-about .toy1{
  left: 18%;
  top: 4%;
  max-width: 11%;
  width: 100%;
}

.p-top .concept-area .site-about .toy2{
  left: 7%;
  top: 23%;
  width: 100%;
  max-width: 9%;
}

.p-top .concept-area .site-about .toy3{
  bottom: 3%;
  left: 14%;
  width: 100%;
  max-width: 15%;
}

.p-top .concept-area .site-about .toy4{
  right: 13%;
  top: 5%;
  width: 100%;
  max-width: 14%;
}

.p-top .concept-area .site-about .toy5{
  right: 3%;
  top: 32%;
  width: 100%;
  max-width: 10%;
}

.p-top .concept-area .site-about .toy6{
  right: 4%;
  bottom: 0;
  width: 100%;
  max-width: 26%;
}

.p-top .concept-area .site-about .logo-img{
  max-width: 342px;
  width: 100%;
  margin: 0 auto;
}

.p-top .concept-area .site-about .c-head{
  font-size: 4.5rem;
  text-align: center;
  margin: 1.5em 0 1.5em;
  letter-spacing: 0;
}

.p-top .concept-area .site-about .logo-img img{
  width: 100%;
  display: block;
}

.p-top .concept-area .site-about p{
  text-align: center;
  font-size: 1.6rem;
}

.about-nav{
  margin-top: 9em;
  display: flex;
  justify-content: space-between;
  padding: 0 3em;
} 

.about-nav a{
  width: 48%;
  color: #000;
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 7em;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.is-fadein .about-nav a{
  animation: reasonFadeUp .7s cubic-bezier(.22,1,.36,1) forwards;
}

.is-fadein .about-nav a:nth-child(1){
  animation-delay: .6s;
}

.is-fadein .about-nav a:nth-child(2){
  animation-delay: .75s;
}

.about-nav a:hover{
  transform: translateY(-20px);
  opacity: 1;
}

.about-nav a::before{
  content: '';
  background: url(../images/common/circle_orange.svg) no-repeat;
  background-size: cover;
  width: 58px;
  height: 58px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);
  transition: 0.5s ease-in-out;
}

.about-nav a:hover::before{
  width: 65px;
  height: 65px;
}

.about-nav a .circle-box{
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: -4em;
  transform: translate(-50%,0);
}

.about-nav a .circle-box .circle{
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center center;
}

.about-nav a .circle-box .icon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.about-nav a:hover .circle-box .circle{
  animation: circle-rotate 10s linear infinite;
}

.about-nav a:hover .circle-box .icon{
  animation: icon-pop 0.75s ease-out;
}

@keyframes circle-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes icon-pop {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  25% {
    transform: translate(-50%, -72%) scale(1.12);
  }
  50% {
    transform: translate(-50%, -42%) scale(0.96);
  }
  75% {
    transform: translate(-50%, -56%) scale(1.04);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.about-nav a figure{
  border: 4px solid #000;
  overflow: hidden;
  border-radius: 20px;
}

.about-nav a figure img{
  display: block;
  width: 100%;
}

.about-nav a .ttl{
  font-size: 3.3rem;
  font-weight: bold;
  margin: 0.7em 0 0.5em;
}


.site-about .logo-img,
.site-about .c-head,
.site-about p{
  opacity: 0;
  transform: translateY(20px);
}

.site-about.is-fadein .logo-img{
  animation: fadeUp .6s ease forwards;
  animation-delay: .2s;
}

.site-about.is-fadein .c-head{
  animation: fadeUp .6s ease forwards;
  animation-delay: .35s;
}

.site-about.is-fadein p{
  animation: fadeUp .6s ease forwards;
  animation-delay: .5s;
}

@keyframes fadeUp{
  from{
    opacity: 0;
    transform: translateY(25px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

.site-about .toy{
  opacity: 0;
  transform: translateY(20px) scale(.85) rotate(2deg);
  transition:
    opacity .6s ease,
    transform .8s cubic-bezier(.22,1,.36,1);
}

/* ①グループ */
.site-about.is-fadein .toy1{
  animation: toyPop .7s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay: 1s;
}
.site-about.is-fadein .toy4{
  animation: toyPop .7s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay: 1.05s;
}

/* ②グループ */
.site-about.is-fadein .toy2{
  animation: toyPop .7s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay: 1.15s;
}
.site-about.is-fadein .toy5{
  animation: toyPop .7s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay: 1.2s;
}

/* ③グループ */
.site-about.is-fadein .toy3{
  animation: toyPop .7s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay: 1.3s;
}
.site-about.is-fadein .toy6{
  animation: toyPop .7s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay: 1.35s;
}

@keyframes toyPop{
  0%{
    opacity: 0;
    transform: translateY(30px) scale(.8) rotate(2deg);
  }
  60%{
    opacity: 1;
    transform: translateY(-6px) scale(1.05) rotate(-1deg);
  }
  100%{
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0);
  }
}


/* toyPop完了後の固定状態 */
.site-about.is-toy-ready .toy{
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0);
  animation: none !important;
}

/* ランダムぽよん中だけ animation */
.site-about.is-toy-ready .toy.is-after-bounce{
  animation: toyAfterBounce .65s cubic-bezier(.34,1.56,.64,1) forwards !important;
}

@keyframes toyAfterBounce{
  0%{
    transform: translateY(0) scale(1) rotate(0);
  }
  45%{
    transform: translateY(-10px) scale(1.04) rotate(1.5deg);
  }
  70%{
    transform: translateY(2px) scale(.99) rotate(-.5deg);
  }
  100%{
    transform: translateY(0) scale(1) rotate(0);
  }
}
.p-top .reason-area{
  padding: 6em 0 9em;
}

.p-top .reason-area .service-outer{
  margin-top: 10em;
}

.p-top .reason-area .service-list{
  margin-top: 4em;
}


.p-top .news-area .news-list{
  margin-top: 3em;
  padding: 0 3em;
}

.p-top .column-area{
  padding: 5em 0 6em;
}

.p-top .column-area .s-blog-list{
  margin-top: 5em;
}

.top-banner-list{
  margin: 0 auto 7em;
  max-width: 1100px;
  width: 100%;
}

.top-banner-list .banner-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-banner-list .banner-wrap a{
  width: 49.5%;
  margin-bottom: 0.5em;
  display: block;
}

.top-banner-list .banner-wrap a img{
  display: block;
}

.top-banner-item.is-disabled {
  pointer-events: none;
  cursor: default;
}

.p-top .column-area .btn,
.p-top .news-area .btn{
  margin: 1em auto 0;
} 

@media screen and (max-width: 1200px) {
  .p-top .pickup-here .record-list li {
      margin: 0 6px;
  }

  .p-top .pickup-here .record-list li a {
    padding: 1em 1em;
  }

  .p-top .concept-area .site-about .toy2 {
    left: 4%;
    top: 22%;
  }

  .p-top .concept-area .site-about .toy2 {
    left: 5%;
    top: 22%;
  }
  .p-top .concept-area .site-about .toy3 {
    bottom: 8%;
    left: 6%;
  }
}

@media screen and (max-width: 950px) {
  .mv-area .mv-text .main-catch{
    font-size: 8rem;
  }

  .mv-area .mv-text .sub-catch {
    font-size: 2.5rem;
  }

  .p-top .concept-area .site-about .c-head {
    font-size: 3.5rem;
  }

  .p-top .concept-area .site-about .toy1 {
    left: 11%;
  }

  .p-top .concept-area .site-about .toy2 {
    left: 4%;
    top: 27%;
  }

  .p-top .concept-area .site-about .toy3 {
    bottom: 8%;
    left: 2%;
  }

  .p-top .concept-area .site-about .toy5 {
    right: 3%;
    top: 43%;
  }

  .p-top .concept-area .site-about .toy6 {
    right: 6%;
  }

  .p-top .pickup-here .record-list li {
    margin: 0 5px;
  }

  

  .about-nav a .ttl {
    font-size: 2.5rem;
  }

  .about-nav a::before {
    width: 50px;
    height: 50px;
  }

  .about-nav a:hover::before {
    width: 56px;
    height: 56px;
  }

  .about-nav a .circle-box {
    width: 89px;
    height: 89px;
  }

  .about-nav a .circle-box .icon {
    max-width: 37%;
    width: 100%;
  }

}


@media screen and (min-width:769px) and ( max-width:850px) {

  .mv-area {
    height: 71vh;
  }

  .mv-area .mv-text {
    top: 53%;
  }

  .mv-area .toy1 {
    right: 1%;
    top: 5%;
    max-width: 21%;
    width: 100%;
  }

  .mv-area .toy4 {
    left: 1%;
    top: 10%;
    width: 100%;
    max-width: 19%;
  }

  .mv-area .toy5 {
    left: 4%;
    top: 25%;
    max-width: 21%;
  }

  .mv-area .toy2 {
    right: 1%;
    top: 25%;
    width: 100%;
    max-width: 18%;
  } 

  .mv-area .toy6 {
    max-width: 22%;
  }

}

@media screen and (max-width: 768px) {

  .mv-area .mv-text .main-catch {
    display: block;
    padding-left: 0.4em;
    margin-bottom: 0.5em;
    font-size: 6.4rem;
  }

  .mv-area {
    height: 500px;
  }

  .mv-area .mv-text {
    left: 50%;
    top: 50%;
  }

  .mv-area .mv-text .sub-catch {
    font-size: 1.7rem;
  }

  .mv-area .toy1{
    left: -4%;
    top: 14%;
    max-width: 30%;
    width: 100%;
  }

  .mv-area .toy2{
    left: -12%;
    bottom: auto;
    top: 36%;
    width: 100%;
    max-width: 47%;
  }

  .mv-area .toy3{
    left: 4%;
    width: 100%;
    max-width: 29%;
    bottom: -3%;
  }

  .mv-area .toy4{
    right: 0;
    top: 17%;
    width: 100%;
    max-width: 25%;
  }

  .mv-area .toy5{
    right: -5%;
    bottom: 19%;
    width: 100%;
    max-width: 32%;
  }

  .mv-area .toy6{
    right: 8%;
    bottom: -7%;
    width: 100%;
    max-width: 39%;
  }

  .p-top{
    padding: 0 0 10em;
  }

  .p-top .pickup-here .record-list {
    margin-top: 2em;
  }

  .p-top .pickup-here .record-list li {
    margin: 0 5px;
  }

  .p-top .pickup-here .record-list li a {
    border: 2px solid #000;
    border-radius: 10px;
    padding: 1em 1em;
  }

  .p-top .concept-area {
    padding: 5em 0 6em;
  }

  .p-top .concept-area .site-about .logo-img {
    max-width: 207px;
  }

  .p-top .concept-area .site-about .c-head{
    font-size: 2.5rem;
  }

  .p-top .concept-area .site-about p {
    font-size: 1.4rem;
  }

  .about-nav {
    margin-top: 7em;
    display: block;
    padding: 0;
  }

  .about-nav a {
    width: 100%;
    padding-bottom: 4em;
  }

  .about-nav a .ttl {
    font-size: 2.3rem;
    margin: 0.5em 0 0.5em;
  }

  .about-nav a .circle-box {
    width: 82px;
    height: 82px;
    top: -3em;
  }

  .about-nav a .circle-box .icon {
    max-width: 30%;
    width: 100%;
  }

  .about-nav a:first-child{
    margin-bottom: 8em;
  }

  .about-nav a::before {
    width: 36px;
    height: 36px;
  }
  

  .p-top .reason-area {
    padding: 4em 0 6em;
  }

  .p-top .reason-area .service-outer{
    margin-top: 6em;
  }


  .p-top .news-area .news-list{
    padding: 0 0em;
  }

  .p-top .column-area {
    padding: 5em 0 3em;
  }

  .p-top .column-area .s-blog-list {
    margin-top: 3em;
  }

  .top-banner-list {
    margin: 0 auto 4em;
  }

  .top-banner-list .banner-wrap {
    display: block;
  }

  .top-banner-list .banner-wrap a {
    width: 100%;
  }
}

/* ==================================================
   はじめての方へ
================================================== */

.p-beginner {
  padding: 0 0 17em;
}

.p-beginner .service-area {
  padding: 6em 0 8em;
  background: url(../images/beginner/bg_reason.jpg) repeat-y;
  background-size: 100%;
  border-bottom: 3px solid #000;
}

.p-beginner .service-area .b-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.7em;
  padding-bottom: 1.5em;
  margin-bottom: 4.5em;
  border-bottom: 3px solid #d8d8d8;
}

.p-beginner .service-area .b-nav a {
  display: block;
  gap: 0.6em;
  color: #111;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding-right: 2.1em;
  transition: 0.3s ease-in-out;
}

.p-beginner .service-area .b-nav a::after {
  content: "";
  background: url(../images/common/arrow_b.svg) no-repeat;
  width: 25px;
  height: 25px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  transition: 0.3s ease-in-out;
}

.p-beginner .service-area .b-nav a:hover::after {
  top: 62%;
}

.p-beginner .service-area .c-heading-ribbon {
  margin-bottom: 5.2em;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.8em;
}

.service-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #111;
  text-align: center;
  position: relative;
  opacity: 0;
  transform: translateY(20px) scale(.96);
}

.fade-wrap{
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .6s ease;
}

.fade-wrap.is-fadein{
  opacity: 1;
  transform: translateY(0);
}

.fade-wrap.is-fadein .service-list a{
  animation: serviceFadeUp .6s cubic-bezier(.22,1,.36,1) forwards;
}

.is-fadein .service-list a:nth-child(1){
  animation-delay: .6s;
}

.is-fadein .service-list a:nth-child(2){
  animation-delay: .75s;
}

.is-fadein .service-list a:nth-child(3){
  animation-delay: .9s;
}

@keyframes serviceFadeUp{
  0%{
    opacity: 0;
    transform: translateY(30px) scale(.94);
  }
  60%{
    opacity: 1;
    transform: translateY(-4px) scale(1.02);
  }
  100%{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.service-list a:hover {
  color: #111;
}


.service-list a:hover .btn {
  background-color: #fff;
  color: #e52525;
}


.service-list .s-balloon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3em 1em;
  margin-bottom: 0.9em;
  border-radius: 999px;
  background: #ffe1e1;
  color: #e52525;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.service-list a:hover .s-balloon{
  transform: translateY(-10px);
}

.service-list .s-ttl {
  margin-bottom: 0.7em;
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 800;
  color: #111;
  letter-spacing: 0.04em;
}

.service-list figure {
  width: 100%;
  margin: 0;
}

.service-list figure img {
  display: block;
  width: 100%;
}

.service-list p {
  min-height: 4.2em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 1.45rem;
  line-height: 1.7;
  color: #111;
  font-weight: 500;
}

.p-beginner .reason-area {
  padding: 8em 0 4em;
}

.reason-area .top-text{
  text-align: center;
  margin: 2em 0 2.5em;
  font-size: 2rem;
}

.reason-area .reason-list{
  display: flex;
  justify-content: space-between;
}

.reason-area .reason-list .r-box{
  width: 30%;
  opacity: 0;
  transform: translateY(30px) scale(.95);
}

.is-fadein .reason-list .r-box{
  animation: reasonFadeUp .7s cubic-bezier(.22,1,.36,1) forwards;
}

.reason-area .reason-list .r-box p{
  text-align: center;
}

.reason-area .reason-list .r-box img{
  display: block;
  margin: 0 auto;
}

.reason-area .reason-list .r-box .r-ttl{
  color: #DD7300;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin: 1em 0;
}

.is-fadein .reason-list .r-box:nth-child(1){
  animation-delay: .5s;
}

.is-fadein .reason-list .r-box:nth-child(2){
  animation-delay: .65s;
}

.is-fadein .reason-list .r-box:nth-child(3){
  animation-delay: .8s;
}

@keyframes reasonFadeUp{
  0%{
    opacity: 0;
    transform: translateY(40px) scale(.94);
  }
  60%{
    opacity: 1;
    transform: translateY(-6px) scale(1.02);
  }
  100%{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.p-beginner .flow-wrap{
  padding: 8em 0;
}

.p-beginner .est-flow{
  padding: 0;
  margin-top: -4px;
  position: relative;
}

/*タブ切り替え全体のスタイル*/
.p-beginner .tabs {
  margin: 5em auto 0;
}

.p-beginner .est-flow .f-box:first-child{
  margin-top: 0;
}


.tab_list {
  display: flex;
  position: relative;
  z-index: 2;
}

.tab_box {
  width: 50%;
}

.tab_item {
  width: 100%;
  cursor: pointer;
  background-color: #F2F2F2;
  padding: 1em;
  font-size: 2rem;
  text-align: center;
  color: #000;
  display: block;
  font-weight: bold;
  transition: all 0.2s ease;
  border: 4px solid #C2C2C2;
  border-radius: 14px 14px 0 0;
  border-bottom: 4px solid #000;
  box-sizing: border-box;
}

.tab_item:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  clear: both;
}

#all:checked ~ #all_content,
#programming:checked ~ #programming_content {
  display: block;
  animation: tabFade 1s ease;
}

#all:checked ~ .tab_list label[for="all"],
#programming:checked ~ .tab_list label[for="programming"] {
  background-color: #FFFCD5;
  border: 4px solid #000;
}

@keyframes tabFade {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.genre-area{
  background: url(../images/beginner/bg_yellow.jpg) no-repeat;
  padding: 5em 0;
  background-size: cover;
}

.top-text{
  text-align: center;
  font-size: 2rem;
  margin: 1.5em 0 3em;
}

.genre-list{
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.genre-list::after{
  content: '';
  width: 31%;
}

.genre-list .g-box{
  width: 31%;
  color: #000;
  display: block;
  margin-bottom: 4em;
  position: relative;
  padding-bottom: 7em;
}

.genre-list .g-box:hover{
  opacity: 1;
}

.genre-list .g-box:hover figure{
  transform: translateY(-5px);
}

.genre-list .g-box figure{
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  border: 4px solid #000;
  border-radius: 21px;
}

.genre-list .g-box figure img{
  display: block;
  width: 100%;
}

.genre-list .g-box:hover .btn {
  background-color: #fff;
  color: #644F26;
}


.genre-list .g-box .g-ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin: 0.4em 0 0.8em;
}

.genre-list .g-box .btn{
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-beginner .faq-wrap{
  margin-top: 6em;
}

.p-beginner .faq-area{
  padding: 9em 0 3em;
}

.p-beginner .faq-block {
  margin-bottom: 6em;
}

.record-area{
  padding: 8em 0 8em;
}

.record-area .btn{
  max-width: 320px;
  width: 100%;
  margin: 2em auto 0;
}

.record-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.record-list li{
  width: 23%;
  margin-bottom: 2em;
}

.record-list.row3 li{
  width: 31%;
}

.record-list li a{
  display: block;
  position: relative;
  color: #000;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.record-list li a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 70%;
  height: 7px;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.06) 35%,
    rgba(0, 0, 0, 0.03) 55%,
    transparent 80%
  );    
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease;
  pointer-events: none;
}

.record-list li a:hover{
  transform: translateY(-10px);
  opacity: 1;
}

.record-list li a:hover::after{
  opacity: 1;
  transform: translateX(-50%) scale(1.1);
}

.record-list li a .post-date{
  margin-top: 1.2em;
}

.record-list li a figure{
  margin: 0;
  /* order: 1; */
  width: 100%;
  padding-top: 117.14%;
  overflow: hidden;
  position: relative;
  border: 4px solid #DE2626;
  border-radius: 20px;
}

.record-list li a figure img {
  max-width: initial;
  width: 83%;
  /*width: auto;*/
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition-duration: .9s;
}

.record-list::before{
  content: '';
  width: 23%;
  order:1;
}

.record-list::after{
  content: '';
  width: 23%;
}

.record-list.row3::before{
  content: none;
}

.record-list.row3::after{
  content: '';
  width: 31%;
}

.record-list .record-price {
  display: flex;
  align-items: center;
  gap: 5%;
  margin-top: 1em;
  color: #e52525;
  font-weight: 800;
}

.record-list .record-price__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1.2em;
  border-radius: 999px;
  background: #e52525;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}

.record-list .record-price__num {
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.record-list .record-price__yen {
  font-size: 2rem;
  line-height: 1;
}

.record-list .record-title {
  margin-top: 0.8em;
  line-height: 1.6;
  font-weight: 500;
  color: #111;
}

.contact-here {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  border: 4px solid #111;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  text-align: center;
}

.contact-here__label {
  padding: 0.8em 1em;
  background: #fff8c9;
  font-size: 2.7rem;
  line-height: 1.4;
  font-weight: 800;
  color: #111;
}

.contact-here__inner {
  padding: 2.4em 4em 2.2em;
}

.contact-here__lead {
  font-size: 1.9rem;
  line-height: 1.4;
  color: #111;
}

.contact-here__tel {
  display: flex;
  justify-content: center;
  gap: 10%;
  align-items: center;
  width: min(975px, 100%);
  margin: 2em auto 0em;
  padding-bottom: 1.6em;
  border-bottom: 1px solid #d9d9d9;
}

.contact-here__tel-label {
  grid-area: label;
  font-size: 2.2rem;
  font-weight: 800;
  color: #111;
}

.contact-here__tel-main {
  grid-area: main;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
}

.contact-here__tel-icon {
  display: inline-block;
  width: 28px;
  height: 42px;
  border: 4px solid #f2b327;
  border-radius: 3px;
  position: relative;
}

.contact-here__tel-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 5px;
  height: 5px;
  background: #f2b327;
  border-radius: 50%;
  transform: translateX(-50%);
}

.contact-here__tel-num {
  color: #111;
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 1.4em;
}

.contact-here__tel-num::before{
  content: '';
  background: url(../images/common/icon_phone.svg) no-repeat;
  width: 43px;
  height: 82px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}

.contact-here__tel-time {
  grid-area: time;
  margin-top: 0.4em;
  font-size: 1.3rem;
  color: #111;
}

.contact-here__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.2em 3em;
  width: min(760px, 100%);*/
  margin: 0 auto;
}

.contact-here__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 1.5em 1.5em 0.9em;
  border-radius: 999px;
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.22);
}

.contact-here__btn span {
  position: absolute;
  left: 50%;
  top: -1.2em;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82%;
  min-height: 2.2em;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: #fff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.contact-here__btn span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.55em;
  width: 0.8em;
  height: 0.8em;
  background: #fff;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}

.contact-here__btn--red {
  background: #e52525;
  color: #e52525 !important;
}

.contact-here__btn--red {
  color: #fff !important;
}

.contact-here__btn--red span {
  color: #e52525;
}

.contact-here__btn--blue {
  background: #14365d;
  color: #fff !important;
}

.contact-here__btn--blue span {
  color: #14365d;
}

.contact-here__btn--green {
  grid-column: 1 / -1;
  width: min(360px, 100%);
  margin: 0 auto;
  background: #06c755;
  color: #fff !important;
}

.contact-here__btn--green span {
  color: #06c755;
}

.contact-here__btn:hover {
  opacity: 1;
  transform: translateY(2px);
}

@media screen and (max-width: 1300px) {

  .record-list .record-price__num {
    font-size: 2.7rem;
  }

  .record-list .record-price__label {
    font-size: 1.2rem;
  }

  .record-list .record-price {
    gap: 3%;
  }

  .genre-list .g-box .g-ttl {
    font-size: 2.4rem;
  }

}

@media screen and (max-width: 1025px) {


  .p-beginner {
    padding: 0 0 11em;
  }

  .p-beginner .service-area .b-nav a{
    width: 46%;
    margin-bottom: 0.4em;
  }
  
  .top-text{
    font-size: 1.4rem;
  }

  .reason-area .top-text{
    font-size: 1.4rem;
  }

  .reason-area .reason-list .r-box .r-ttl {
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  .service-list .s-ttl {
    font-size: 2.5rem;
  }

 

  .genre-area{
    padding: 2em 0;
  }

  .contact-here__inner {
    padding: 2.4em 1em 2.2em;
  }

  .contact-here__inner .c-speech-btn {
    width: min(310px, 100%);
  }

  .contact-here__label {
    font-size: 2rem;
  }

  .contact-here__lead {
    font-size: 1.4rem;
  }

  .contact-here__tel-num {
    padding-left: 1em;
  }

  .contact-here__tel-num::before {
    width: 31px;
    height: 58px;
  }

  .contact-here__tel-num img{
    max-width: 244px;
    width: 100%;
  }

  .contact-here__tel-label {
    font-size: 1.8rem;
  }

  .record-list li {
    width: 31%;
  }

  .record-list.row3 li{
    width: 47%;
  }

  .record-list .record-price {
    display: block;
  }

  .record-list li a figure {
    padding-top: 151.14%;
    border: 2px solid #DE2626;
    border-radius: 10px;
  }

  .record-list .record-price__num {
    font-size: 2.5rem;
  }

  .record-list .record-price__label {
    padding: 0.5em 1.2em;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 0.5em;
  }

  .record-list li a figure img {
    width: 100%;
    max-width: 80%;
  }

  .genre-list .g-box {
    width: 47%;
  }

  .genre-list .g-box .g-ttl {
    font-size: 1.8rem;
  }

  .record-area{
    padding: 5em 0 8em;
  }

}


@media screen and (max-width: 960px) {
  .service-list {
    gap: 2em;
  }

  
  .service-list .s-balloon {
    min-width: 0;
    width: 100%;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {

  .p-beginner {
    padding: 0 0 7em;
  }

  .p-beginner .reason-area {
    padding: 5em 0 4em;
  }

  .p-beginner .service-area {
    padding: 4.5em 0 6em;
  }

  .p-beginner .service-area .b-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.3em;
    margin-bottom: 3.5em;
    padding-bottom: 1.6em;
  }

  .p-beginner .service-area .b-nav a {
    justify-content: space-between;
    padding: 0.8em 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.3rem;
    width: 100%;
    margin: 0;
  }

  .p-beginner .service-area .b-nav a:last-child {
    border-bottom: none;
  }

  .p-top .concept-area .site-about {
    padding: 7em 0 6em;
  }

  .p-top .concept-area .site-about .toy1 {
    left: 1%;
    top: 4%;
    max-width: 18%;
    width: 100%;
  }

  .p-top .concept-area .site-about .toy4 {
    right: 1%;
    top: 14%;
    max-width: 16%;
  }

  .p-top .concept-area .site-about .toy6 {
    right: 5%;
    bottom: 0;
    max-width: 20%;
  }

  .p-top .concept-area .site-about .toy3 {
    bottom: -1%;
    left: 1%;
    max-width: 23%;
  }

  .p-top .concept-area .site-about .toy5 {
    right: 1%;
    top: 60%;
    max-width: 15%;
  }

  .p-top .concept-area .site-about .toy2 {
    left: 1%;
    top: 44%;
    max-width: 15%;
  } 

  .service-list {
    grid-template-columns: 1fr;
    gap: 4em;
  }

  .service-list .s-balloon {
    width: auto;
    min-width: 18em;
  }

  .service-list .s-ttl {
    font-size: 2.5rem;
  }

  .service-list p {
    min-height: 0;
  }

  .is-fadein .service-list a:nth-child(1){
    animation-delay: 0s;
  }

  .is-fadein .service-list a:nth-child(2){
    animation-delay: 0s;
  }

  .is-fadein .service-list a:nth-child(3){
    animation-delay: 0s;
  }

  .p-beginner .tabs {
    margin: 3em auto 0;
  }

  .tab_item {
    font-size: 1.4rem;
  }

  .reason-area .reason-list {
    display: block;
  }

  .reason-area .reason-list .r-box img{
    max-width: 60%;
    width: 100%;
  }

  .reason-area .reason-list .r-box {
    width: 100%;
    margin-bottom: 4em;
  }

  .reason-area .reason-list .r-box:last-child{
    margin-bottom: 0;
  }

  .is-fadein .reason-list .r-box:nth-child(1){
    animation-delay: 0s;
  }

  .is-fadein .reason-list .r-box:nth-child(2){
    animation-delay: .3s;
  }

  .is-fadein .reason-list .r-box:nth-child(3){
    animation-delay: .5s;
  }


  .record-area .top-text,
  .genre-area .top-text,
  .reason-area .top-text,
  .p-menu .top-text,
  .p-beginner .top-text {
    font-size: 1.4rem;
  }

  .genre-area {
    padding: 5em 0 2em
  }

  .genre-list {
    display: block;
  }

  .genre-list .g-box {
    width: 100%;
  }

  .genre-list .g-box p{
    height: auto!important;
  }

  .genre-list .g-box .g-ttl {
    font-size: 2rem;
    margin: 0.4em 0 0.5em;
  }

  .record-list li {
    width: 47%;
  }

  .record-list.row3 li{
    width: 47%;
  }

  .record-list .record-price {
    display: block;
  }

  .record-list .record-price__num {
    font-size: 2.5rem;
  }

  .record-list .record-price__label{
    font-size: 1.1rem;
    line-height: 1.6;
    display: table;
    margin-bottom: 0.5em;
    padding: 0.2em 1.2em;
  }

 

  .record-list li a figure {
    padding-top: 131.14%;
    border: 2px solid #DE2626;
    border-radius: 10px;
  }

  .record-list li a figure img {
    max-width: 80%;
    width: 100%;
  }

  .record-area {
    padding: 2em 0 4em;
  }

  .p-beginner .flow-wrap{
    padding: 6em 0 2em;
  }

  .p-beginner .faq-area {
    padding: 5em 0 3em;
  }

  .p-beginner .faq-wrap {
    margin: 5em 0 1em;
  }

  .contact-here__tel {
    display: block;
    margin-bottom: 1.5em;
  }

  .contact-here__tel-label {
    font-size: 1.8rem;
  }

  .contact-here__tel-main {
    margin-top: 1em;
  }

  .contact-here__tel-num {
    font-size: 3.4rem;
  }

  .contact-here__btns {
    grid-template-columns: 1fr;
    gap: 0.8em;
  }

  .contact-here__btn {
    min-height: 55px;
    font-size: 1.4rem;
  }

  .contact-here__btn--green {
    grid-column: auto;
    width: 100%;
  }

  .contact-here__btn span {
    font-size: 1.1rem;
  }

  .contact-here__tel-num::before {
    width: 22px;
    height: 41px;
    left: -3px;
    top: 39%;
  }

  .contact-here__inner .c-speech-btn {
    margin-top: 0;
  }
}


/* ==================================================
  買取実績 個別ページ
================================================== */

.l-record-area{
  padding: 5em 0;
}

.l-record-area .record-wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.post-date{
  color: #9F9F9F;
  display: flex;
  gap: 1%;
  margin-bottom: 0.4em;
}

.l-record-area .record-wrap .ttl{
  font-size: 2rem;
  font-weight: bold;
}

.l-record-area .record-wrap figure{
  width: 30%;
}

.l-record-area .record-wrap figure img{
  display: block;
  margin: 0 auto;
  height: auto;
}

.l-record-area .record-wrap .record-cont{
  width: 60%;
}

.cat-wrap{
  display: flex;
  gap: 5%;
  align-items: center;
  margin-top: 1em;
}

.cat-genre span{
  color: #9F9F9F;
}

.l-record-area .other-record{
  margin-top: 9em;
}

.l-record-area .other-record .c-head{
  margin-bottom: 1.3em;
}

.l-record-area .record-list .record-price__label {
  font-size: 1.2rem;
}

.l-record-area .record-list .record-price__num {
  font-size: 3rem;
}

.mikaifu{
  font-size: 1.5rem;
  border: 1px solid #A70000;
  padding: 0.2em 1em;
  color: #A70000;
  font-weight: 500;
  border-radius: 6px;
  display: table;
}

.kaifu{
  font-size: 1.5rem;
  border: 1px solid #1F3A5F;
  padding: 0.2em 1em;
  color: #1F3A5F;
  font-weight: 500;
  border-radius: 6px;
  display: table;
}

.r-price{
  display: flex;
  justify-content: flex-end;
  margin: 4em 0 2em;
  gap: 2%;
  font-weight: bold;
  align-items: center;
  color: #DE2626;
}

.r-price .price-ttl{
  color: #fff;
  background-color: #DE2626;
  padding: 0.3em 1em;
  border-radius: 100px;
}

.r-price .price-num{
  font-size: 2rem;
  display: flex;
  align-items: baseline;
  gap: 4%;
}

.r-price .price-num span{
  font-size: 3.5rem;
  font-weight: 700;
}

.p-column .column-area.pickup-page{
  margin-top: 0;
  padding: 6em 0;
}

.p-column .pickup-page .record-list li a figure {
    border: 4px solid transparent;
}

@media screen and (max-width: 1200px) {

  .l-record-area .record-list .record-price {
    display: block;
  }

  .l-record-area .record-list .record-price__label {
    margin-bottom: 0.2em;
  }

  .l-record-area .record-list li a figure {
    border: 3px solid #DE2626;
  }

}


@media screen and (max-width: 767px) {

  .p-column .column-wrap{

  }

  .l-record-area .record-wrap {
    display: block;
  }

  .l-record-area .record-wrap .record-cont {
    width: 100%;
    margin-top: 2em;
  }

  .l-record-area .record-wrap figure {
    width: 100%;
  }

  .cat-wrap{
    display: block;
  }

  .cat-genre span {
    margin-top: 0.2em;
    display: block;
  }

  .p-column .column-area.pickup-page {
    padding: 3em 0 0;
  }
  
}


/* ==================================================
   メニュー
================================================== */

.p-menu{
  padding: 0 0 10em;
}

.p-menu .page-ttl{
  border-bottom: 4px solid #ECF0F5;
  margin-top: 6em;
  padding: 7em 0em 7em;
}

.p-menu .page-ttl .pt-heading{
  color: #fff;
}

.p-menu.p-pickup .page-ttl{
  background: url(../images/pickup/bg_pickup.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}

.p-menu.p-onsite .page-ttl{
  background: url(../images/onsite/bg_onsite.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}

.p-menu.p-memorial .page-ttl{
  background: url(../images/memorial/bg_memorial.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}

.p-menu .flow-area{
  padding: 5em 0 7em;
}

.p-menu .flow-area .est-flow {
    padding: 1em 0 0;
}

.p-menu .faq-area{
  padding: 7em 0 3em;
}

.p-menu .faq-wrap {
  margin-top: 6em;
}

.p-menu .faq-block {
  margin-bottom: 6em;
}

.p-menu .recommend-area{
  padding: 6em 0 8em;
  background: url(../images/beginner/bg_reason.jpg) repeat-y;
  background-size: 100%;
  border-bottom: 3px solid #ECF0F5;
}

.p-menu .recommend-area .c-head{
  font-size: 5.3rem;
  text-align: center;
  line-height: 1.6;
}

.p-menu .recommend-area .c-head + p {
  font-size: 2rem;
  text-align: center;
  margin: 2em 0 5em;
  line-height: 1.7;
}

.p-menu .recommend-area .recommend-list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 5em 0 0;
  gap: 1%;
}

.p-menu .recommend-area .recommend-list .r-box{
  border: 4px solid #DE2626;
  border-radius: 39px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 3px 3px 0px 0px rgba(222, 38, 38, 1);
  opacity: 0;
  transform: translateY(30px) scale(.95);
}

.p-menu .recommend-area .recommend-list .r-box:nth-child(2){
  margin-top: 4em;
}

.p-menu .recommend-area .recommend-list .r-box figure img{
  display: block;
  width: 100%;
}

.p-menu .recommend-area .recommend-list .r-box .text-box{
  background-color: #fff;
  text-align: center;
  color: #DE2626;
  padding: 1em 1em;
  font-size: 2rem;
  border-radius: 0 0 39px 39px;
  font-weight: bold;
}


.p-menu .recommend-area .is-fadein .recommend-list .r-box{
  animation: reasonFadeUp .7s cubic-bezier(.22,1,.36,1) forwards;
}

.p-menu .recommend-area .is-fadein .recommend-lista .r-box:nth-child(1){
  animation-delay: .5s;
}

.p-menu .recommend-area .is-fadein .recommend-list .r-box:nth-child(2){
  animation-delay: .65s;
}

.p-menu .recommend-area .is-fadein .recommend-list .r-box:nth-child(3){
  animation-delay: .8s;
}

.p-menu .reason-area{
  border-top: 4px solid #F4A147;
  border-bottom: 4px solid #F4A147;
  padding: 9em 0 9em;
  background: url(../images/common/bg_yellow.jpg) repeat-y;
  background-size: 100%;
}

.p-menu .reason-area .about-system{
  background-color: #fff;
  margin-top: 7em;
  border: 5px solid #F4A147;
  padding: 5em 4em;
  border-radius: 40px;
}

.p-menu .reason-area .c-heading-ribbon__sub {
  font-size: 1.8rem;
}

.p-menu .reason-area .c-heading-ribbon{
  margin-bottom: 3em;
}

.service-area-wrap{
  padding: 4em 0 5em;
}

.service-area-wrap a{
  max-width: 980px;
  width: 100%;
  display: block;
  margin: 3em auto 2em;
  pointer-events: none;
}

.service-area-wrap a img{
  display: block;
}

.service-area-wrap .area-list{
  max-width: 980px;
  width: 100%;
  margin: 0 auto 0;
}

.service-area-wrap .area-list .list-here{
  display: flex;
  gap: 3%;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0.7em;
}

.service-area-wrap .area-list .list-here span{
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
  display: block;
}

.p-menu.p-memorial .flow-area .est-flow {
  padding: 0em 0 0;
}

.p-menu.p-memorial .flow-area .c-heading-ribbon{
  margin-bottom: 4em;
}

.p-menu.p-memorial .est-flow .f-box:first-child{
  margin-top: 0;
}

.p-menu.p-memorial .est-flow {
  margin-top: -4px;
  position: relative;
}

.p-menu.p-memorial .flow-area {
  padding: 5em 0 2em;
}

.p-menu.p-memorial .service-area-wrap {
  padding: 4em 0 8em;
}

@media screen and (max-width: 1300px) {

  .p-menu .recommend-area .c-head {
    font-size: 4rem;
  }

  .p-menu .recommend-area .recommend-list .r-box .text-box {
    font-size: 1.6rem;
  }

  .p-menu .recommend-area .c-head + p {
    font-size: 1.6rem;
  }

}

@media screen and (max-width: 1025px) {

  .p-menu .recommend-area .recommend-list .r-box .text-box {
    font-size: 1.4rem;
  }

  .p-menu .recommend-area .recommend-list .r-box {
    box-shadow: 1px 1px 0px 0px rgba(222, 38, 38, 1);
  }

  .service-area-wrap .area-list .list-here span{
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {

  .p-menu {
    padding: 0 0 6em;
  }

  .p-menu .page-ttl {
    margin-top: 1em;
    padding: 7em 0em 5em;
  }

  .p-menu .recommend-area .c-head + p {
    font-size: 1.4rem;
    margin: 2em 0 4em;
  }

  .p-menu .recommend-area .c-head {
    font-size: 2.4rem;
    letter-spacing: 0;
  }

  .p-menu .reason-area {
    padding: 6em 0 5em;
  }

  .p-menu .recommend-area .recommend-list {
    display: block;
  }

  .p-menu .recommend-area .recommend-list .r-box .text-box {
    font-size: 1.6rem;
  }

  .p-menu .recommend-area .recommend-list .r-box:nth-child(2) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .service-area-wrap .area-list .list-here span {
    font-size: 1.8rem;
    margin-bottom: 0.4em;
  }

  .p-menu .reason-area .about-system {
    margin-top: 7em;
    border: 3px solid #F4A147;
    padding: 3em 2em;
    border-radius: 21px;
  }

  .p-menu .faq-wrap {
    margin-top: 4em;
    margin-bottom: 2em;
  }

  .p-menu .faq-area {
    padding: 5em 0 3em;
  }
}

/* ==================================================
   お知らせ
================================================== */

.p-column{
  padding: 0 0 16em;
  position: relative;
}

.p-column.p-single{
  padding-bottom: 10em;
}


.news-list li:last-child{
  margin-bottom: 0;
}

.news-list li a{
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 2em 4em 2em 0;
}

.news-list li a figure {
  margin: 0 0 1em;
  width: 30%;
  padding-top: 18.14%;
  overflow: hidden;
  position: relative;
  border:4px solid #000;
  border-radius: 20px;
}

.news-list li a figure img{
  max-width: initial;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition-duration: .5s;
}

.news-list li a:hover figure img {
  transform: scale(1.01) translate(-50%, -50%);
  transition-duration: .5s;
}

.news-list li a .detail-block{
  width: 67%;
}

.news-list li a .upper-block{
  display: flex;
  gap: 7%;
  width: 31%;
  align-items: center;
}

.news-list li a .upper-block .date-block{
  color: #9F9F9F;
  font-weight: bold;
  width: 37%;
}

.news-list li a .upper-block .cat-block{
  width: 50%;
}

.news-list li a .upper-block .cat-block span{
  display: table;
  margin-bottom: 0.3em;
}

.news-list li a .upper-block .cat-block span:last-child{
  margin-bottom: 0;
}

.news-list li a .c-title{
  font-size: 1.6rem;
  font-weight:500;
  width: 69%;
  text-decoration: underline;
  margin: 1em 0;
}





.s-blog-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.s-blog-list li{
  width: 47%;
  margin-bottom: 5em;
}

.s-blog-list.row3 li{
  width: 30%;
}

.s-blog-list li a{
  color: #000;
  display: block;
  position: relative;
}

.s-blog-list li a:hover:after{
  width: 100%;
  z-index: 2;
}

.s-blog-list li a .c-title{
  text-decoration: underline;
  margin-top: 0.3em;
}

.s-blog-list li a:hover .c-title{
  text-decoration: none;
}

.s-blog-list li a figure {
  margin: 0 0 1em;
  width: 100%;
  padding-top: 67.14%;
  overflow: hidden;
  position: relative;
  border:4px solid #000;
  border-radius: 20px;
}

.s-blog-list li a figure img{
  max-width: initial;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition-duration: .5s;
}

.s-blog-list li a:hover figure img {
  transform: scale(1.01) translate(-50%, -50%);
  transition-duration: .5s;
}

.date-block{
  font-size: 1.4rem;
  color: #9F9F9F;
  font-weight: 800;
  font-family: "Alata", sans-serif;
}

.s-blog-list li a figure{
  overflow: hidden;
}

.s-blog-list li a figure img{
  display: block;
  transition-duration: 0.5s;
  width: 100%;
}

/*.s-blog-list li a:hover figure img{
  width: 105%;
  transition-duration: 0.5s;
}*/

.s-blog-list li a .upper-block{
  display: flex;
  gap: 4%;
  margin-bottom: 1em;
  align-items: center;
}

.cat-block span{
  color: #fff;
  margin-right: 0.5em;
  font-size: 1.2rem;
  padding: 0.3em 1em 0.5em;
  margin-bottom: 0.5em;
  border-radius: 13px;
  background-color: #CE4058;
  font-weight: bold;
  border: 1px solid #CE4058;
}

.p-column .column-area{
  padding: 6em 0;
}

.p-column .column-wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 5em;
}

.p-column .column-wrap .k-left{
  width: 69%;
}

.p-column .column-wrap .k-right{
  width: 24%;
}



.blog-side .side-box{
  margin-bottom: 3em;
}

.blog-side .side-box:last-child{
  margin-bottom: 2em;
}

.blog-side .side-box .genre-cat li a{
  display: block;
  color: #000;
  padding: 1em 0;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}

.blog-side .side-box .genre-cat li a::before{
  content: '';
  background: url(../images/common/triangle_red.svg) no-repeat;
  width: 25px;
  height: 25px;
  background-size: cover;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translate(0,-50%);
  transition: 0.5s ease-in-out;
}

.blog-side .side-box .genre-cat li a:hover::before{
  right: 0px;
  transition: 0.5s ease-in-out;
}


.blog-side .side-box .side-ttl{
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 0.8em;
  margin-bottom: 0.5em;
  position: relative;
}



.blog-side .side-box .side-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 10px;
  height: 5px;
  background: #f5c2aa;
}

.blog-side .side-box .side-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12rem;
  height: 5px;
  border-radius: 10px;
  background: #ea1f1f;
}


.blog-side .side-category{
  padding-left: 1em;
  margin-top: 0.5em;
}
    
.blog-side .side-category li a{
  color: #000;
  padding: 0.4em 0 0.4em 2.4em;
  position: relative;
  display: block;
}

.blog-side .side-category li a::before{
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.blog-side .side-category li.is-current a::after{
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #DE2626;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.side-kiji li a{
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  color: #000;
  align-items: flex-start;
  padding: 1em 0;
  border-bottom: 2px solid #E8E8E8;
}

.side-kiji li a .img-area{
  margin: 0;
  /* order: 1; */
  width: 28%;
  padding-top: 26.14%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  border: 2px solid #000;
}

.side-kiji li a .img-area img{
  max-width: initial;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition-duration: .9s;
}

/*.column-wrap ul li a:hover figure img {
  transform: scale(1.01) translate(-50%, -50%);
  transition-duration: .9s;
}*/

.side-kiji li a .text-area{
  width:65%;
  padding-top: 0.5em;
}

.side-kiji li a .text-area .ttl{
  line-height: 1.5;
  font-size: 1.4rem;
  text-decoration: underline;
}

.side-kiji li a:hover .text-area .ttl{
  text-decoration: none;
}

.side-kiji li a .text-area .date{
  color: #9F9F9F;
  font-size: 1.2rem;
  margin-top: 0.7em;
  font-weight: 800;
  font-family: "Alata", sans-serif;
}


.p-column .side-box .t-archive{
  width: 100%;
  position: relative;
  margin-top: 0.8em;
}

.p-column .side-box .t-archive select{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.95556;
  width: 100%;
  display: block;
  border: none;
  padding: 10px 15px 9px 15px;
  position: relative;
  border: 1px solid #D2D2D2;
  border-radius: 3px;
}

.p-column .side-box .t-archive:after {
  content: '';
  position: absolute;
  right: 6%;
  top: 54%;
  transform: translate(0, -50%) rotate(90deg);
  background: url(../images/common/page_down.svg) no-repeat;
  width: 11px;
  height: 11px;
  background-size: cover;
}

.p-column .banner-wrapper{
  margin-top: 5em;
}

.p-column .side-banner{
  display: block;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin-bottom: 1em;
}

.p-column .side-banner img{
  display: block;
  width: 100%;
}

.p-column .side-banner:last-child{
  margin-top: 1em;
}

.p-column .side-banner:hover{
  transform: translateY(-6px);
  opacity: 1;
}

@media screen and (max-width: 1200px) {

  .p-column {
    padding: 0 0 7em;
  }



  .news-list li a .upper-block {
    gap: 3%;
    width: 100%;
    margin-bottom: 1em;
  }

  .news-list li a .c-title {
    font-size: 1.4rem;
    width: 95%;
  }

}

@media screen and (max-width: 768px) {

  .p-column.p-single {
    padding-bottom: 5em;
  }

  .p-column .column-wrap {
    display: block;
    margin-top: 0;
  }

  .p-column .column-wrap .k-left {
    width: 100%;
  }

  .p-column .column-wrap .k-right {
    width: 100%;
    margin-top: 3em;
  }

  .cat-block {
    font-size: 1.4rem;
  }

  .s-blog-list li a .img-box {
    margin: 0.3em 0 0.5em;
  }

  .news-list li a {
    padding:0;
  }

  .news-list li a .upper-block {
    gap: 4%;
    width: 100%;
    margin-bottom: 0;
  }

  .news-list li a .c-title {
    font-size: 1.4rem;
    width: 100%;
    margin-top: 0.5em;
  }

  .news-list li a figure{
    border: 2px solid #000;
    border-radius: 10px;
  }

  .news-list li a .c-text{
    display: none;
  }

  .s-blog-list.row3 li,
  .s-blog-list li {
    width: 100%;
    margin-bottom: 2em;
  }

}


/*個別*/



.kiji-wrap .blog-date{
  display: flex;
  align-items: center;
  gap: 2%;
}

.kiji-wrap .blog-date .date{
  color: #9F9F9F;
  font-weight: 800;
  font-size: 1.5rem;
  font-family: "Alata", sans-serif;
}

.kiji-wrap{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 4em;
  display: block;
}

.kiji-wrap h1{
  text-align: left;
  position: relative;
  font-size: 2.5rem;
  margin: 1em 0;
  font-weight: 500;
  text-decoration: underline;
}

.kiji-wrap .eyecatch{
  z-index: 1;
  position: relative;
  margin: 3em 0;
}

.kiji-wrap .eyecatch img{
  display: block;
  margin:0 auto;
  height: auto;
}

.kiji-wrap .kiji-box {
  padding: 0px 0 0;
  overflow: hidden;
}

.kiji-wrap .kiji-box p{
  margin: 1.5em 0;
  line-height: 1.8;
}

.kiji-wrap .kiji-box h2{
  padding: 0.8em 0.5em;
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: 500;
  position: relative;
}

.kiji-wrap .kiji-box h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 10px;
  height: 5px;
  background: #f5c2aa;
}

.kiji-wrap .kiji-box h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12rem;
  height: 5px;
  border-radius: 10px;
  background: #ea1f1f;
}

.kiji-wrap .kiji-box h3{
  padding: 0.3em 0.7em;
  font-size: 2rem;
  line-height: 2.2;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: 500;
  background-color: #FFFCD5;
}

.kiji-wrap .kiji-box h4{
  font-size: 1.8rem;
  padding: 0.2em 0.7em;
  border-left:3px solid #DE2626;
  color: #DE2626;
  margin-bottom: 1em;
  margin-top: 2em;
  position: relative;
  display: block;
  font-weight: 500;
}

.kiji-wrap .kiji-box img.aligncenter{
  display: block;
  margin: 1em auto;
} 



.kiji-wrap .kiji-box a{
  color: #000;
  text-decoration: underline;
}

.kiji-wrap .kiji-box a:hover{
  text-decoration: none;
}

.kiji-wrap .kiji-box ol{
  padding-left: 1.8em;
  margin-bottom: 0.5em!important;
}

.kiji-wrap .kiji-box ol li{
  list-style-type:decimal!important;
  
}

.kiji-wrap .kiji-box ul{
  padding-left: 1.8em;
  margin-bottom: 0.5em!important;
}

.kiji-wrap .kiji-box ul li{
  list-style-type: disc!important;
}


.p-blog .related-series{
  background-color: #DBD5CD;
  padding: 4em 0 3em;
}

.p-blog .related-wrap{
  max-width: 95%;
  width: 100%;
  margin: 4em 0 0 auto;
}

.p-blog .related-wrap .s-blog-list{
  display: block;
}


@media screen and (max-width: 767px) {

  .kiji-wrap .blog-date-wrap {
    margin-top: 0.5em;
  }

  .kiji-wrap h1 {
    font-size: 2rem;
  }

  .kiji-wrap .kiji-box h2 {
    font-size: 1.8rem;
  }

  .kiji-wrap .kiji-box h2::before {
    left: 8px;
  }

  .kiji-wrap .kiji-box h3 {
    font-size: 1.6rem;
  }

  .kiji-wrap .kiji-box h4 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-weight: 500;
  }

  .p-blog .archive-wrap {
    padding: 3em 0 8em;
    margin: 2em 0 6em;
  }


  .p-single .blog-area {
    padding: 8em 0px 5em;
  }

  .p-blog .related-wrap {
    max-width: 100%;
    margin: 3em 0 0 auto;
  } 

  .kiji-wrap .kiji-box p{
    padding: 0 0em;
  }

  .kiji-wrap .kiji-box ul {
    margin-left: 0em;
  }

  .kiji-wrap .kiji-box ol {
    margin-left: 0em;
  }

  
}



/* ==================================================
    会社概要
================================================== */

.p-company .company-area{
  padding: 10em 0 16em;
}

.p-company .company-area .comp-wrap{
  margin-bottom: 10em ;
}

.p-company .company-area .comp-wrap:last-child{
  margin-bottom: 0;
}

.p-company .company-area .comp-wrap .comp-ttl{
  font-size: 2.3rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 0.7em;
}

.p-company .company-area .comp-wrap .comp-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 10px;
  height: 5px;
  background: #f5c2aa;
}

.p-company .company-area .comp-wrap .comp-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20rem;
  height: 5px;
  border-radius: 10px;
  background: #ea1f1f;
}

.table-wrap dl{
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
 
}

.table-wrap dl.wide{
  display: block;
}

.table-wrap dl dt{
  width: 22%;
  padding: 1.5em 1em;
  border-bottom: 2px solid #F2F0EC;
  font-weight: bold;
}

.table-wrap dl dd{
  width: 78%;
  padding: 1.5em 1em 1.5em 4em;
  border-bottom: 2px solid #F2F0EC;
}


@media screen and (max-width: 768px) {

  .p-company .company-area {
    padding: 6em 0 7em;
  }

  .p-company .company-area .comp-wrap .comp-ttl{
    font-size: 2rem;
  }

  .p-company .company-area .comp-wrap {
    margin-bottom: 6em;
  }

  .table-wrap dl{
    display: block;
    font-size: 1.4rem;
  }

  .table-wrap dl dt {
    width: 100%;
    padding: 1.5em 0.5em 0em;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
    border-bottom: none;
  }

  .table-wrap dl dd {
    width: 100%;
    padding: 1em 0.5em 1.5em;
  } 

}

/* ==================================================
    お問い合わせ
================================================== */


.p-contact{
  position: relative;
}

.p-contact .contphone-area{
  padding:8em 0 13em;
}

.p-contact .top-text{
  max-width: 941px;
  width: 100%;
  margin: 0 auto 5em;
  text-align: left;
}

.p-contact .cform-wrap{
  margin: 0 0 10em;
}
  
.c-form {
  max-width: 941px;
  width: 100%;
  margin: 0 auto;
}

.c-form .cf7-cf-turnstile{
  text-align: center;
  margin-top: 2em;
}
  
.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.c-form select,
.c-form textarea {
  background-color:#E3EAEC;
  font-size: 1.4rem;
  padding: 11px 13px;
}

 
.c-form #zip {
  width: 60%;
}

.c-form .your-address1 {
  width: 82% !important;
  margin-bottom: 1em;
}

.c-form .required {
  font-size: 1.3rem;
  color: #000000;
  font-weight: 500;
  margin-left: 0.3em;
  line-height: 1.6;
  float: right;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 0.1em 1em;
}

.c-form table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  table-layout: fixed;
}
  
.c-form table td {
  font-size: 1.4rem;
  padding: 1.2em 1.5em;
  font-weight: normal;
  color:#000 ;
}
  
.c-form table th {
  width: 305px;
  text-align: left;
  font-size: 1.6rem;
  padding: 1.2em 1em;
  vertical-align: top;
}

.c-form table th p{
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-form .select-wrap{
  width: 72%;
  position: relative;
}
  
.c-form .select-wrap:after {
  content: '';
  top: 50%;
  right: 20px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 7px solid #3D3D3D;
  position: absolute;
  transform: rotate(90deg) translate(0,-50%);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}

.c-form .select-wrap select{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
  
.c-btn-box{
  margin: 60px auto 0;
  position: relative;
  max-width: 380px;
}

.c-btn-box .wpcf7-spinner{
  position: absolute;
}
 

.c-btn-box .btn-c{ 
  max-width: 380px;
    width: 100%;
    padding: 1.3em 1em 1.3em 1em;
    text-align: left;
    font-weight: bold;
    position: relative;
    margin: 0 auto;
    display: block;
    background: #DE2626;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 2px solid #DE2626;
    transition: 0.3s ease-in-out;
    border-radius: 100px;
    transition: 0.3s ease-in-out;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif !important;
  }

.c-form input[type="submit"]:hover {
  opacity: 1;
  background: #fff;
  color: #DE2626;
}

.p-contact ::placeholder {
  color: #D2D2D2;
}
  /* 旧Edge対応 */
.p-contact ::-ms-input-placeholder {
  color: #D2D2D2;
}
  /* IE対応 */
.p-contact :-ms-input-placeholder {
    color: #D2D2D2;
}
  
.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .c-form select, .c-form textarea {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  padding: 0.9em 0.6em;
  background-color: #fff;
  border: 1px solid #BEBEBE;
  border-radius: 6px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.6rem;
}
  
input[type=text], input[type=number], input[type=email], input[type=tel], textarea, .input-text, .state_select {
  box-shadow: none!important;
}

.t-archive {
  width: 100%;
  position: relative;
  margin-top: .8em;
}

.t-archive select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.t-archive:after {
  content: '';
  position: absolute;
  top: 23px;
  right: 24px;
  transform: translate(0, -50%);
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 5px solid transparent;
  border-left: 7px solid #000;
   -webkit-transform: rotate(90deg);
  transform: rotate(180deg) translate(0, -50%);
}

.c-form .t-archive {
  width: 75%;
}

.c-form .t-archive select{
  width: 100%;
}

.c-form textarea{
  height: 141px;
  width: 100%;
}

.p-contact .cform-wrap .tab-only{
  display: none;
}


.c-form input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.c-form .wpcf7-list-item.first {
  margin-left: 0;
}

.c-form span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.c-form span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000000;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.c-form span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #A2A2A2;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.c-form .wpcf7 input[type="file"] {
  border: none!important;
  padding: 0!important;
}

/*事前査定*/

.estimate-form .birth-wrap p{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.estimate-form .birth-year {
  width: 140px !important;
}

.estimate-form .birth-month,
.estimate-form .birth-day {
  width: 60px !important;
}

.estimate-form .birth-unit,
.estimate-form .count-unit {
  font-size: 1.6rem;
  color: #000;
}

.estimate-form .form-note {
  margin-top: 8px;
  font-size: 1.6rem;
  color: #7d7d7d;
}

.estimate-form .address-wrap {
  display: grid;
  gap: 12px;
}

.estimate-form .radio-wrap .wpcf7-list-item,
.estimate-form .check-wrap .wpcf7-list-item {
  margin: 0 28px 0px 0;
}

.estimate-form .radio-wrap .wpcf7-form-control-wrap,
.estimate-form .check-wrap .wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: wrap;
}

.estimate-form .count-wrap p{
  display: flex;
  align-items: center;
  gap: 10px;
}

.estimate-form .item-count {
  width: 162px !important;
}

.estimate-form input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.estimate-form .check-wrap .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.estimate-form .check-wrap .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 4px;
}

.estimate-form .check-wrap .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 4px;
  height: 11px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-radius: 0;
  background-color: transparent;
  transform: translateY(-60%) rotate(45deg);
  display: none;
}

.estimate-form input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  display: block;
}

.estimate-form input[type="file"] {
  padding: 8px 0;
  border: none;
  background: transparent;
}

@media screen and (max-width: 1025px) {

  .p-contact .cform-wrap{
    margin: 0 0 6em;
  }

  .estimate-form .form-note {
    font-size: 1.4rem;
  }
  
}




  
@media screen and (max-width:768px) {

  .p-contact .contphone-area{
    padding: 5em 0 5em;
  }

  .p-contact .contphone-area{
    margin: 0 0 5em;
  }

  .c-form table tr.block th, .c-form table tr.block td {
    display: block;
    width: 100%;
  }

  .p-contact .contact-box {
    margin: 0 auto 6em;
    padding: 3em 1em;
  }

  .p-contact .contact-box .c-heading {
    font-size: 2rem;
  }

  .p-contact .contact-box .c-tel {
    font-size: 2rem;
  }

 .p-contact .contact-box .c-tel a {
    font-size: 2.6rem;
 }
  
  .p-contact .contact-wrap {
    padding: 0em 0 4em;
  }
  
  .c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .c-form select, .c-form textarea {
    width: 100%;
  }
  
  .c-form {
    margin-top: 1em;
  }
  
  .c-form table th {
    padding: 1em 0em 1.1em;
  }
  
  .c-form table td{
    padding: 0em 0em 1em;
  }
  
  .c-form table tbody,
  .c-form table tr,
  .c-form table th,
  .c-form table td {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
  }

  .c-form .time-wrap .time-block {
    width: 27%;
  }
  
  .c-form .your-address1 {
    width: 100% !important;
  }

  .c-btn-box{
    margin: 30px auto 0;
  }
  
  .c-btn-box .btn{
    font-size: 1.4rem;
  }
  
  .c-form .select-wrap {
    width: 100%;
  }
  
  .c-form textarea {
     width: 100%;
  }
  
  .c-form .phone-wrap input{
    width: 100%!important;
  }
    
  .c-form .file-wrap input{
    width: 100%!important;
  }
  
  .c-form .name-wrap .name-box {
    width: 49%;
  }
  
  .c-form .zip-wrap input {
    width: 39%!important;
  }

  .c-form .t-archive {
    width: 100%;
  }

  .c-form .wpcf7-list-item{
    margin: 0.5em 0;
  }

  .c-form span.wpcf7-list-item-label::before {
    width: 22px;
    height: 22px;
  }

  .c-form span.wpcf7-list-item-label::after {
    left: 5px;
  }

  .estimate-form .birth-year {
    width: 80px !important;
  }

  .estimate-form .birth-wrap p {
    gap: 5px;
  }

  .estimate-form .birth-wrap {
    gap: 6px;
  }

  .estimate-form .radio-wrap .wpcf7-form-control-wrap,
  .estimate-form .check-wrap .wpcf7-form-control-wrap {
    display: block;
  }

  .estimate-form .radio-wrap .wpcf7-list-item,
  .estimate-form .check-wrap .wpcf7-list-item {
    display: block;
    margin: 0 0 12px;
  }

  .estimate-form .item-count {
    width: 100px !important;
  }
}

.c-form .radio-wrap{
  padding-top: 1em;
}

.form-list {
  width: 100%;
}

.form-row {
  display: flex;
  align-items: flex-start;
}

.form-row.block{
  display: block;
}

.form-row.block .form-head {
  width: 100%;
}

.form-head {
  width: 282px;
  flex-shrink: 0;
  padding: 1em 1em;
  box-sizing: border-box;
}

.form-head p {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.6em;
}

.form-body {
  flex: 1;
  min-width: 0;
  padding: 1em 1.5em;
  box-sizing: border-box;
}

.form-row.block .form-body {
  padding: 1em 1em;
}

.form-sec{
  margin-bottom: 8em;
}

.form-sec:last-child{
  margin-bottom: 0;
}

.id-guide__lead{
  font-size: 2.3rem;
  font-weight: bold;
  margin: 1em 0 1em;
  position: relative;
  padding-left: 1em;
  margin-left: 1em;
}

.id-guide__lead::before{
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}

.id-guide__item {
  margin-bottom: 2.2em;
  padding: 0 1em;
}

.id-guide__item:last-child{
  margin-bottom: 0;
  opacity: 0.5;
}

.id-guide__item .id-guide__content{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4%;
}

.id-guide__item .id-guide__content figure{
  width: 10%;
}

.id-guide__item .id-guide__content .g-text{
  width: 88%;
}

.id-guide__text{
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  padding: 1em 1em;
  margin-top: 0.7em;
}

.id-guide__item .id-guide__content .id-guide__title{
 font-size: 1.6rem;
 margin-bottom: 0.5em;
}

.agree-wrap{
  max-width: 800px;
  width: 100%;
  margin: 1.5em 0 0 auto;
  display: block;
}

.c-form .radio-wrap.form-radio-list{
  padding: 0em 1em;
}

.form-radio-list .wpcf7-list-item {
  display: block;
  margin: 0em 0 0.5em !important;
}

@media screen and (max-width: 1025px) {

  .id-guide__lead {
    font-size: 1.8rem;
  }

  .id-guide__item .id-guide__content figure {
    width: 13%;
  }
}

@media screen and (max-width: 767px) {

  .form-sec{
    margin-bottom: 4em;
  }

  .form-row {
    display: block;
    margin-bottom: 1em;
  }

  .form-head {
    width: 100%;
    padding: 0 0 0.8em;
  }

  .form-body {
    padding: 0;
  }

  .form-row.block .form-body {
    padding: 0em 0em;
  }

  .c-form .send-type span.wpcf7-list-item-label::before {
    width: 22px;
  }

  .c-form .radio-wrap.form-radio-list {
    padding: 0em 0em;
  }
}


/* ==================================================
   事前お見積り
================================================== */

.p-estimate .estform-area{
  padding: 4em 0 20em;
}

.p-estimate .estform-area .estimate-form{
  margin-top: 5em;
}

.p-estimate .estimate-area{
  padding: 4em 0 3em;
}

.p-estimate .upper-box{
  margin: 0 0 9em;
}

.p-estimate .upper-box .h-btn{
  margin: 0 auto;
}

.p-estimate .upper-box .line-service-box{
  margin-top: 6em;
}

.line-step{
  display: flex;
  justify-content: space-between;
  margin-top: 4em;
}

.line-step .l-box{
  width: 27%;
}

.line-step .l-box .s-text-wrap{
  display: flex;
  gap: 8%;
  align-items: end;
  margin-top: 1em;
}

.line-step .l-box .s-text-wrap .s-text{
  font-size: 2rem;
  font-weight: bold;
}

.est-flow{
  padding: 8em 0 5em;
}

.est-flow .f-box{
  display: flex;
  justify-content: space-between;
  border-radius: 9px;
  border: 3px solid #000;
  margin: 4.5em 0 2.5em;
  position: relative;
   opacity: 0;
  transform: translateY(30px) scale(.9);
}

.est-flow .f-box::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -44px;
  transform: translate(-50%, 0%);
  background: url(../images/common/page_down_red.svg) no-repeat;
  width: 17px;
  height: 13px;
  background-size: cover;
}

.est-flow .f-box:last-child:before{
  content: none;
}

.est-flow .f-box:last-child{
  margin-bottom: 0;
}

.est-flow .f-box .f-step{
  background-color: #DE2626;
  color: #fff;
  width: 16%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  border-radius: 6px 0 0 6px;
  border-right: 3px solid #000;
}

.est-flow .f-box .f-cont{
  width: 84%;
  padding: 3em 1em 3em 7em;
}

.est-flow .f-box .f-cont .f-subttl{
  font-weight: bold;
  font-size: 1.8rem;
  margin: 1.5em 0 0.5em;
}

.est-flow .f-box .f-cont .f-ttl{
  font-size: 2.3rem;
  color: #DE2626;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.est-flow .f-box .f-cont .cont-wrap .tel-wrap{
  display: flex;
  align-items: center;
  gap: 7%;
  margin: 2em 0 2em;
}

.est-flow .f-box .f-cont .cont-wrap .tel-wrap .ttl{
  font-weight: bold;
  font-size: 2.4rem;
}

.est-flow .f-box .f-cont .cont-wrap .btn-wrap {
  display: flex;
  gap: 2%;
}

/* 発火 */
.is-fadein .est-flow .f-box{
  animation: flowPop .7s cubic-bezier(.34,1.56,.64,1) forwards;
}

/* 順番ディレイ */
.is-fadein .est-flow .f-box:nth-child(1){ animation-delay: .1s; }
.is-fadein .est-flow .f-box:nth-child(2){ animation-delay: .6s; }
.is-fadein .est-flow .f-box:nth-child(3){ animation-delay: 1.1s; }
.is-fadein .est-flow .f-box:nth-child(4){ animation-delay: 1.6s; }

@keyframes flowPop{
  0%{
    opacity: 0;
    transform: translateY(40px) scale(.85);
  }
  60%{
    opacity: 1;
    transform: translateY(-6px) scale(1.03);
  }
  100%{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.codedropz-upload-inner h3 {
    font-size: 18px!important;
}

@media screen and (max-width: 1025px) {

  .tab_item {
    padding: 1em 1em;
    font-size: 1.4rem;
    border: 2px solid #C2C2C2;
  }

  .tabs input:checked + .tab_item {
    border: 2px solid #000;
  }

  .est-flow .f-box {
    border-radius: 5px;
    border: 2px solid #000;
  }

  .est-flow .f-box .f-cont {
    padding: 3em 2em 3em;
  }

  .est-flow .f-box .f-cont .f-ttl{
    font-size: 2rem;
  }

  .est-flow .f-box .f-step {
    font-size: 2rem;
    border-right: 0;
    border-radius: 4px 4px 0 0;
  }

  .est-flow .f-box .f-cont .cont-wrap .tel-wrap img{
    max-width: 275px;
    width: 100%;
  }

  .est-flow .f-box .f-cont .cont-wrap .tel-wrap .ttl {
    font-size: 1.6rem;
  }

  .est-flow .f-box .f-cont .f-subttl{
    font-size: 1.6rem;
  }

  .line-step .l-box .s-text-wrap {
    align-items: flex-start;
  }

  .line-step .l-box .s-text-wrap .s-text{
    font-size: 1.6rem;
  }

  .line-step .l-box:nth-child(1) .s-text-wrap img{
    max-width: 36px;
    width: 100%;
  }

  .line-step .l-box:nth-child(2) .s-text-wrap img{
   max-width: 42px;
    width: 100%;
  }

  .line-step .l-box:nth-child(3) .s-text-wrap img{
    max-width: 42px;
    width: 100%;
  }

}

@media screen and (max-width: 767px) {

  .p-estimate .estimate-area {
    padding: 2em 0 5em;
  }

  .p-estimate .upper-box .inner{
    padding: 0;
  }

  .p-estimate .estform-area .estimate-form {
    margin-top: 2em;
  }

  .line-step {
    display: block;
  }

  .line-step .l-box {
    width: 100%;
    margin-bottom: 4em;
  }

  .line-step .l-box .s-text-wrap {
    align-items: center;
    margin-top: 1em;
    max-width: 80%;
    margin: 1em auto 0;
  }

  .line-step .l-box figure img{
    max-width: 50%;
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .line-step .l-box .s-text-wrap .s-text {
    font-size: 1.4rem;
  }

  .line-step .l-box .s-text-wrap img{
    max-width: 10%;
    width: 100%;
  }

  .est-flow {
    padding: 2em 0 0em;
  }

  .est-flow .f-box .f-cont .cont-wrap .tel-wrap {
    display: block;
  }

  .est-flow .f-box {
    display: block;
  }

  .est-flow .f-box .f-step {
    width: 100%;
    font-size: 2rem;
    border-radius: 6px 6px 0 0;
    padding: 0.5em 0;
  }

  .est-flow .f-box .f-cont {
    width: 100%;
    padding: 2em 1em;
  }

  .est-flow .f-box .f-cont .f-ttl {
    font-size: 1.8rem;
    line-height: 1.6;
  }

  .est-flow .f-box .f-cont .cont-wrap .tel-wrap .ttl {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0.8em;
  }

  .est-flow .f-box .f-cont .cont-wrap .tel-wrap img{
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .est-flow .f-box .f-cont .cont-wrap .btn-wrap {
    display: block;
  }

  .est-flow .f-box .f-cont .cont-wrap .btn-wrap a{
    margin-left: auto;
    margin-right: auto;
  }

  .p-estimate .estform-area {
    padding: 2em 0 10em;
  }

  .codedropz-upload-inner h3 {
    font-size: 16px!important;
  }

}


/* ==================================================
   お申し込みはこちら
================================================== */

.p-request {
  padding: 0 0 10em;
}

.p-request .upper-btn{
  display: flex;
  justify-content: center;
  gap: 3%;
  padding: 6em 0 5.5em;
}

.p-request .upper-btn .c-speech-btn{
  margin: 0;
}

.p-request .c-form span.wpcf7-list-item-label::after {
  background-color: #DE2626;
}

.p-request .estimate-form .check-wrap .wpcf7-list-item-label::after{
  background-color: transparent;
}

.p-request .reqform-area{
  padding: 3em 0 14em;
}

.p-request .packing-ps p{
  font-weight: bold;
  margin-top: 0.5em;
}

.p-request .l-border{
  padding-bottom: 0.7em;
  margin-bottom: 0.8em;
}

.p-request .form-head,
.p-request .form-body {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

.p-request .your-address1{
  margin-bottom: 1em;
}

.p-request .form-row.block .form-body{
  padding: 0 1em;
}

@media screen and (max-width: 1025px) {

  .p-request .upper-btn{
    padding: 4em 0 3em;
  }

  .p-request .upper-btn .c-speech-btn {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .p-request .reqform-area{
    padding: 3em 0 6em;
  }

}

@media screen and (max-width: 768px) {

  .p-request .upper-btn {
    display: block;
    padding: 2em 0 1em;
  }

  .p-request .upper-btn {
    display: block;
  }


  .p-request .upper-btn .c-speech-btn:last-child{
    margin-top: 1em;
  }

  .p-request .form-head p {
    padding-top: 0.5em;
    padding-bottom: 0.7em;
    font-size: 1.5rem;
  }

  .p-request .form-head, 
  .p-request .form-body {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .p-request .c-form .radio-wrap {
    padding-top: 0;
  }

  .p-request .form-row.block .form-body {
    padding: 0 0em;
  }

  .p-request .l-border {
    font-size: 1.8rem;
  }

  .p-request .c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]){
    padding: 0.7em 0.6em;
  }



  .id-guide__item {
    padding: 0;
  }

  .id-guide__lead {
    font-size: 1.6rem;
    margin-left: 0;
  }

  .id-guide__item .id-guide__content {
    display: block;
  }

  .id-guide__item .id-guide__content .g-text {
    width: 100%;
  }
}

@media screen and (max-width: 378px) {
  .p-request .c-form .cardboard span.wpcf7-list-item-label::before {
    max-width: 22px;
    width: 100%;
  }
}

/* ==================================================
   よくあるご質問
================================================== */

.p-faq{
  position: relative;
}

.p-faq .faq-area{
  padding: 8em 0 12em;
}

.faq-area .c-heading-ribbon{
  margin-bottom: 4em;
}

.p-faq .top-text{
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
}

.p-faq .faq-wrap{
  margin: 0em 0 7em;
}

.p-faq .faq-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1%;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 7em;
}

.p-faq .faq-nav a{
  width: 24%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 0.8em 0.5em;
  transition: 0.3s ease-in-out;
  border-radius: 30px;
  position: relative;
  background-color:#DE2626;
  border: 1px solid #DE2626;;
}


.p-faq .faq-nav a:hover{
  background-color: #fff;
  color: #DE2626;
  border-radius: 30px;
  opacity: 1;
}

.p-faq .faq-wrap{
  margin: 0em 0 7em;
}

.faq-contents{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.faq-block{
  margin-bottom: 11em;
}

.faq-block:last-child{
  margin-bottom: 0;
}

.faq-block .faq-cat{
  position: relative;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1.5em;
  position: relative;
  padding-bottom: 0.8em;
}

.faq-block .faq-cat::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 10px;
  height: 4px;
  background: #FFB700;
}

.faq-box{
  margin-bottom: 1.4em;
}

.faq-box:last-child{
  margin-bottom: 0em;
}

.box-f.question{
  padding: 1.8em 2em 1.8em 5.5em;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  background-color: #FFFCD5;
  border-radius: 10px;
}

.box-f.question::before{
  content: '';
  background: url(../images/common/icon_question.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 22px;
  left: 3%;
}

.box-f.answer .desc,
.box-f.question .desc{
  display: flex;
  align-items: center;
}

.box-f.answer .desc{
  line-height: 1.8;
}

.box-f.answer .en,
.box-f.question .en{
  font-size: 2.4rem;
  margin-right: 1em;
  font-weight: 500;
  line-height: 1;
  border-radius: 100%;
  max-width: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding-left: 3px;
  padding-bottom: 3px;
}


.box-f.answer{
  font-size: 1.6rem;
  padding: 1.8em 2em 1.8em 5.5em;
  display: none;
  position: relative;
}

.box-f.answer::before{
  content: '';
  background: url(../images/common/icon_answer.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  left: 3%;
}

.box-f.question:after {
  content: "＋";
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  font-size: 4rem;
  font-weight: 300;
  color: #000;
  transition:
    transform 0.35s ease,
    color 0.25s ease,
    opacity 0.25s ease;
}

.box-f.question.open:after {
  content: "－";
  color: #000;
}


@media screen and (max-width:1200px) {


  .p-faq .faq-area {
    padding: 3em 0 6em;
  }

  .p-faq .top-text{
    font-size: 1.6rem;
  }



  .p-faq .faq-block .faq-cat {
    font-size: 1.8rem;
  }

  .faq-block .faq-cat::before {
    top: 32px;
  }

  
  .box-f.answer{
    font-size: 1.4rem;
  }

  .box-f.question:after {
    font-size: 3rem;
  }
  
}

@media screen and (max-width:1070px) {

  .p-faq .faq-nav a {
    font-size: 1.4rem;
  }

  .p-faq .top-text {
    font-size: 1.6rem;
  }

  .p-faq .faq-nav a::before {
    right: -10px;
  }

  .p-faq .faq-block {
    margin-bottom: 7em;
  }

  .p-faq .faq-block .faq-cat {
    font-size: 1.6rem;
  }



  .faq-wrap {
    margin: 0em 0 7em;
  }

}

@media screen and (max-width:768px) {

  

  .p-faq .top-text {
    font-size: 1.4rem;
  }

  .p-faq .faq-area{
    padding: 0 0 3em;
  }

  .p-faq .faq-nav {
    margin-bottom: 3em;
    justify-content: space-between;
  }

  .p-faq .faq-wrap {
    margin: 3em 0 4em;
  }

  .p-faq .faq-nav a {
    width: 48%;
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }

  .faq-block {
    display: block;
    margin-bottom: 4em;
  }

  .box-f.answer .desc, .box-f.question .desc {
    align-items: flex-start;
  }
  
  .p-faq .faq-block .faq-cat {
    width: 100%;
    margin-bottom: 1em;
  }

  .p-faq .faq-block .faq-list {
    width: 100%;
    padding: 0;
  }

   .p-faq .faq-box {
    margin-bottom: 1em;
  }

  .box-f.question {
    font-size: 1.4rem;
    padding: 1.3em 4em 1.3em 4.2em;
  }

  .p-faq .box-f.answer::before,
  .p-faq .box-f.question::before {
    width: 28px;
    height: 28px;
    left: 2%;
    top: 16px;
  }

  .box-f.answer {
    font-size: 1.4rem;
    padding: 1.3em 1em 1.3em 4.2em;
  }
 


  .box-f.answer .desc {
    padding: 0em;
  }

  .box-f.question:after {
    font-size: 2rem;
  }


}

  


/* ==================================================
   プライバシーポリシー
================================================== */

.p-privacy .privacy-area{
  padding: 8em 0 5em;
}

.p-privacy .privacy-wrap{
  padding: 0 0 10em;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.p-privacy .privacy-wrap .top-text{
  margin-bottom: 6em;
  font-size: 1.4rem;
  text-align: left;
}

.p-privacy .privacy-wrap .priv-box{
  margin-bottom: 4em;
}

.p-privacy .privacy-wrap .priv-box:last-child{
  margin-bottom: 0;
}

.p-privacy .privacy-wrap .priv-box .priv-ttl{
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-bottom: 1em;
}

.p-privacy .privacy-wrap .priv-box .priv-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 10px;
  height: 5px;
  background: #f5c2aa;
}

.p-privacy .privacy-wrap .priv-box .priv-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10rem;
  height: 5px;
  border-radius: 10px;
  background: #ea1f1f;
}


.p-privacy .privacy-wrap .priv-box .priv-ttl .num{
  margin-right: 0.7em;
}

.p-privacy .privacy-wrap .priv-box .priv-desc{
  margin-top: 1em;
  word-break: break-all;
  font-size: 1.4rem;
  line-height: 1.6;
}

.p-privacy .privacy-wrap .priv-box .priv-desc a{
  color: #000;
  text-decoration: underline;
}

.p-privacy .privacy-wrap .priv-box .priv-desc a:hover{
  text-decoration: none;
}

.p-privacy .privacy-wrap .priv-box .priv-desc ul li{
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.2em;
}

.p-privacy .privacy-wrap .priv-box .priv-desc ul{
  margin-bottom: 1em;
  margin-top: 1em;
}

.p-privacy .privacy-wrap .priv-box .priv-desc ul li::before{
  content: '';
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: 7px;
}

@media screen and (max-width: 1025px) {

  .p-privacy .privacy-wrap .top-text {
    margin-bottom: 4em;
  }

  .p-privacy .privacy-area {
    padding: 3em 0 1em;
  }
}

@media screen and (max-width: 767px) {

  .p-privacy .privacy-area {
    padding: 2em 0 7em;
  }

  .p-privacy .privacy-wrap{
    padding: 0 0 5em;
  }

  .p-privacy .privacy-wrap .priv-box .priv-ttl .num {
    margin-right: 0.6em;
  }

  .p-privacy .privacy-wrap .priv-box .priv-ttl {
    font-size: 1.6rem;
  }

}


/* ==================================================
   サイトマップ
================================================== */

.p-sitemap__hero {
  padding: 9em 0 5em;
  border-bottom: 2px solid #111;
}

.p-sitemap__title {
  text-align: center;
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
}

.p-sitemap__body {
  padding: 9em 0 17em;
}

.p-sitemap__section + .p-sitemap__section {
  margin-top: 7em;
}

.p-sitemap__heading-wrap {
  position: relative;
  margin-bottom: 1.8em;
  padding-bottom: 0.9em;
}

.p-sitemap__heading-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 10px;
  height: 5px;
  background: #f5c2aa;
}

.p-sitemap__heading-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10rem;
  height: 5px;
  border-radius: 10px;
  background: #ea1f1f;
}

.p-sitemap__heading {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
}

.p-sitemap__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6em 2.4em;
}

.p-sitemap__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6em;
  min-height: 5.6rem;
  padding: 1.4em 0;
  border-bottom: 2px solid #d9d9d9;
  color: #111;
  position: relative;
  transition: 0.3s ease-in-out;
}

.p-sitemap__link::before{
  content: '';
  background: url(../images/common/triangle_red.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(0%,-50%);
  transition: 0.3s ease-in-out;
}

.p-sitemap__link:hover::before{
  right: 0%;
}

.p-sitemap__link:hover {
  opacity: 1;
  color: #ea1f1f;
}

.p-sitemap__link-text {
  font-size: 1.6rem;
  line-height: 1.7;
}

/*.p-sitemap__link-icon {
  position: relative;
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #ea1f1f;
  border-radius: 50%;
}

.p-sitemap__link-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 46%;
  width: 0.45rem;
  height: 0.45rem;
  border-top: 1px solid #ea1f1f;
  border-right: 1px solid #ea1f1f;
  transform: translate(-50%, -50%) rotate(45deg);
}*/

@media screen and (max-width: 1024px) {
  .p-sitemap__title {
    font-size: 4.2rem;
  }

  .p-sitemap__heading {
    font-size: 2.6rem;
  }

  .p-sitemap__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .p-sitemap {
    padding-bottom: 6em;
  }

  .p-sitemap__hero {
    padding: 7em 0 3.5em;
  }

  .p-sitemap__title {
    font-size: 3.2rem;
  }

  .p-sitemap__body {
    padding: 9em 0 5em;
  }

  .p-sitemap__section + .p-sitemap__section {
    margin-top: 4.8em;
  }

  .p-sitemap__heading {
    font-size: 2rem;
  }

  .p-sitemap__heading-wrap {
    margin-bottom: 1em;
  }

  .p-sitemap__heading-wrap::after {
    width: 7rem;
  }

  .p-sitemap__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .p-sitemap__link {
    min-height: 5rem;
    padding-bottom: 1em;
  }

  .p-sitemap__link-text {
    font-size: 1.4rem;
  }

  .p-sitemap__link::before {
    width: 22px;
    height: 22px;
  }
}

/* ==================================================
   404エラー
================================================== */

.p-error .inner{
  padding-top: 4em;
  padding-bottom: 4em;
  text-align: center;
}

.p-error .inner .btn{
  margin: 2em auto 0;
}


/* ==================================================
  専用ランディングページ（CMS）
================================================== */

.p-lp .lp-mv{
  width: 100%;
  height: 100vh;
  background-image: var(--mv-pc);
  background-size: cover;
  background-position: center;
}

.contact-yellow{
  background: url(../images/common/bg_yellow2.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 3em 0;
}

.contact-yellow .contact-here__tel-label {
  font-size: 4.5rem;
}

.contact-yellow .contact-here__tel {
  gap: 5%;
  width: min(1226px, 100%);
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 0;
}

.contact-yellow .contact-here__btns {
  max-width: 1258px;
  width: 100%;
}

.contact-yellow .contact-here__tel-num::before {
  content: '';
  background: url(../images/common/icon_phone2.svg) no-repeat;
  background-size: cover;
}

.p-lp .servicelist-area{
  padding: 0 0 10em;
}

.p-lp .servicelist-area .service-list{
  margin-top: 5em;
}

.p-lp .faq-area {
  padding: 0em 0 13em;
}

@media screen and (max-width: 767px){
  .p-lp .lp-mv{
    background-image: var(--mv-sp);
    height: 400px;
  }

  .contact-yellow .contact-here__tel-label {
    font-size: 2rem;
    text-align: center;
  }

  .contact-yellow .contact-here__tel {
    margin-bottom: 3em;
  }

  .contact-yellow .c-speech-btn {
    margin-top: 0;
  }

  .contact-yellow .contact-here__btns {
    grid-template-columns: 1fr;
    gap: 1em;
  }

  .p-lp .reason-area {
    padding: 5em 0 2em;
  }

  .p-lp .flow-wrap {
    padding: 3em 0;
  }

  .p-lp .faq-area {
    padding: 0em 0 5em;
  }

  .p-lp .faq-wrap {
    margin: 3em 0 1em;
  }

  .p-lp .tabs {
    margin: 3em auto 0;
  }
}