@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Readex+Pro:wght@160..700&display=swap');
@charset "UTF-8";
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager.tag_wrap .info-cleaning
	**:form
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0;
  line-height: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/* reset
-------------------*/
html {
  /*  scroll-behavior: smooth;*/
  background-color: #000;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.05rem;
  overflow-x: hidden;
  background-color: #FFFCF5;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?tallij');
  src: url('fonts/icomoon.eot?tallij#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?tallij') format('truetype'), url('fonts/icomoon.woff?tallij') format('woff'), url('fonts/icomoon.svg?tallij#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-untitled:before {
  content: "\e900";
  color: #4b4b4b;
}
.icon-moya:before {
  content: "\e901";
}
.icon-application:before {
  content: "\e902";
}
.icon-freedial:before {
  content: "\e903";
}
.icon-arrow:before {
  content: "\e904";
}
.icon-map:before {
  content: "\e926";
}
img {
  width: 100%;
  height: auto;
}
/**/
.flex {
  display: flex;
  flex-wrap: wrap;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.en {
  font-family: "Readex Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "HEXP"0;
}
/*-------------------*/
.wrap {
  overflow: hidden;
}
.item01 {
  order: 1;
}
.item02 {
  order: 2;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb50 {
  margin-bottom: 5rem;
}
.mgb60 {
  margin-bottom: 30px;
}
.mgb80 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .item01 {
    order: 2;
  }
  .item02 {
    order: 1;
  }
  .mgb60 {
    margin-bottom: 60px;
  }
  .mgb80 {
    margin-bottom: 80px;
  }
}
/*header*/
.header-top, .header_com {
  z-index: 1000;
  position: sticky;
  display: flex;
  width: 100%;
  top: 0;
  left: 0;
}
.header_wrap {
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  background-color: #FFFCF5;
}
.header-top .header_wrap {
  justify-content: flex-end;
}
.header-top .header_wrap .logo {
  left: 0;
  top: 0;
  position: fixed;
  width: 125px;
  padding: 20px 30px 20px 20px;
  background: url("../images/common/logo_bg.png")no-repeat bottom left/contain;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.header-top .header_wrap.active .logo {
  left: 0;
  top: 0;
  position: fixed;
  width: 120px;
  padding: 12px 30px 0 20px;
  /*  background: transparent;*/
}
.header_wrap .logo {
  width: 80px;
}
.header_wrap .logo a {
  display: block;
  line-height: 1;
}
.header_wrap .gnav_list li a {
  font-size: 2rem;
  display: block;
  position: relative;
  color: #000;
  line-height: 1.4;
  padding: 1.5rem 3rem;
  text-align: left;
  font-weight: 600;
}
.header_wrap .gnav_list .com-btn a, .gnav_list .com-btn a {
  color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  padding: 4px 15px 7px;
  /*  padding: 11px 15px;*/
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.header_wrap .gnav_list .com-btn a:hover {
  color: #fff;
}
.header_wrap .gnav_list .com-btn a i, .gnav_list .com-btn a i {
  margin-right: 5px;
}
.header_wrap .gnav_list .btn-tel a, .gnav_list .btn-tel a {
  font-size: 18px;
  text-align: center;
  font-size: 1.8rem;
  background-image: linear-gradient(115deg, #234065 0%, #234065 30%, #3C6CA7 50%, #3C6CA7 60%, #234065 100%);
  font-weight: 500;
}
.header_wrap .gnav_list .btn-tel a i, .gnav_list .btn-tel a i {
  font-size: 14px;
}
.header_wrap .gnav_list .btn-tel a .btn-tel_btm, .gnav_list .btn-tel a .btn-tel_btm {
  font-size: 7px;
  display: block;
}
.header_wrap .gnav_list .btn-app a, .gnav_list .btn-app a {
  font-size: 14px;
  font-size: 1.4rem;
  /*  padding: 20px 15px;*/
  padding: 14px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(115deg, #FF3100 0%, #FF3100 30%, #F7832F 50%, #FE5800 100%);
}
.header_wrap .gnav_list .btn-app a i, .gnav_list .btn-app a i {
  font-size: 18px;
}
.header_wrap .gnav_list .btn-tel a::after, .header_wrap .gnav_list .btn-app a::after {
  display: none;
}
@media only screen and (min-width: 1200px) {
  #sp_nav {
    display: none;
  }
  .header-top .header_wrap .logo {
    width: 122px;
    padding: 24px 30px 24px 20px;
  }
  .header-top .header_wrap.active .logo {
    width: 92px;
    padding: 15px;
  }
  .header_wrap {
    padding: 14px 15px 13px 15px;
  }
  .header_wrap .logo {
    width: 10rem;
  }
  .header_wrap .gnav_list {
    display: flex;
    align-items: center;
  }
  .header_wrap .gnav_list li a, .header_wrap .gnav_list .hvr_menu-ttl {
    font-size: 1.2rem;
    padding: 15px 10px;
    margin: 0 0.2rem;
    font-weight: 500;
  }
  .header_wrap .gnav_list li a:hover {
    color: #FF5C06;
  }
  .header_wrap .gnav_list .btn-app a, .gnav_list .btn-app a {
    font-size: 14px;
    font-size: 1.4rem;
    min-height: 50px;
  }
  .header_wrap .gnav_list .btn-tel a, .gnav_list .btn-tel a {
    padding: 6px 15px 8px;
  }
  .header_wrap .gnav_list .com-btn {
    margin-left: 10px;
  }
  .header_wrap .gnav_list .com-btn a:hover {
    background-position: 0 0;
  }
  .header_wrap .gnav_list .btn-tel a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .header_wrap .gnav_list .hvr_menu-hover {
    background: url("../images/common/bg_org_maru.png") no-repeat right -160px top -200px/600px, #FFFCF5;
    left: 0;
    top: 74px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: -1;
    padding: 40px;
  }
  .header_wrap .gnav_list .hvr_menu-inr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    max-width: 1000px;
  }
  .header_wrap .gnav_list .hvr_menu-hover .menu-ttl {
    font-size: 20px;
    color: #F07114;
    font-weight: 600;
    width: 180px;
  }
  .header_wrap .gnav_list .hvr_menu-hover .flex {
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
  }
  .header_wrap .gnav_list .hvr_menu-inr {
    width: calc(100% - 200px);
  }
  .header_wrap .gnav_list .hvr_menu-inr li {
    width: calc(100% / 3 - 10px);
  }
  .header_wrap .gnav_list .hvr_menu-inr li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 50px 30px;
    color: #fff;
    z-index: 10;
  }
  .header_wrap .gnav_list .hvr_menu-inr li a::before {
    position: absolute;
    content: "";
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .header_wrap .gnav_list .hvr_menu-inr li a::after {
    position: absolute;
    content: "\e904";
    color: #F07114;
    right: 10px;
    bottom: 13px;
    font-size: 12px;
    font-family: 'icomoon' !important;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .header_wrap .gnav_list .hvr_menu-inr li a:hover::after {
    transform: rotate(-45deg) translate(-50%, -50%);
    bottom: 21px;
    right: 8px;
  }
  .header_wrap .gnav_list .hvr_menu-inr li.service01 a {
    background: url("../images/index/house_cleaning.png")no-repeat center center/cover;
  }
  .header_wrap .gnav_list .hvr_menu-inr li.service02 a {
    background: url("../images/index/coating.png")no-repeat center center/cover;
  }
  .header_wrap .gnav_list .hvr_menu-inr li.service03 a {
    background: url("../images/index/reform.png")no-repeat center center/cover;
  }
  /*
  .header_wrap .gnav_list .hvr_menu-inr li a .thum {
    width: 45%;
    max-width: 100px;
    margin-right: 30px;
    line-height: 1;
    border-radius: 10px 0 0 10px;
  }
*/
  .header_wrap .gnav_list .hvr_menu-ttl {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .header_wrap .gnav_list .hvr_menu-ttl:hover {
    color: #FF5C06;
  }
  .header_wrap .gnav_list .hvr_menu:hover .hvr_menu-hover {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1441px) {
  .header-top .header_wrap, .header_wrap {
    padding: 18px 20px 18px 20px
  }
  .header-top .header_wrap .logo {
    width: 182px;
    padding: 24px 50px 25px 30px;
  }
  .header-top .header_wrap.active .logo {
    width: 132px;
    padding: 30px;
  }
  /*common*/
  .header_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header_wrap .logo {
    width: 86px;
  }
  .header_wrap .gnav_list .com-btn {
    margin-left: 20px;
  }
  .header_wrap .gnav_list li a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 13px;
  }
  .header_wrap .gnav_list .btn-tel a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1199px) {
  #sp_nav {
    display: block;
  }
  .sp_cvsbtn {
    display: flex !important;
  }
  .header_wrap {
    padding: 10px 0px 0px 15px;
  }
  .sp_cvsbtn .gnav_list {
    display: flex;
  }
  .sp_cvsbtn .com-btn {
    margin-left: 10px;
  }
  .header_wrap .nav-toggle {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 20px;
    width: 6rem;
    height: 6rem;
    z-index: 10100;
    margin-left: 10px;
  }
  .header_wrap .nav-toggle span {
    background-color: #F07114;
    height: 2px;
    width: 4rem;
    position: absolute;
    border-radius: 100vh;
    left: 1rem;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header_wrap .nav-toggle span:nth-of-type(1) {
    top: 1.8rem;
    right: 1.5rem;
  }
  .header_wrap .nav-toggle span:nth-of-type(2) {
    top: 2.8rem;
    width: 2rem;
    height: 2px;
    transform: translateX(0);
    left: 3rem
  }
  /*
  .header_wrap .nav-toggle.active {
    background-color: #fff;
  }
*/
  .header_wrap .nav-toggle.active span:nth-of-type(1) {
    -webkit-transform: translateX(5px) translateY(5px) rotate(-45deg);
    transform: translateX(5px) translateY(5px) rotate(-45deg);
    width: 3rem;
  }
  .header_wrap .nav-toggle.active span:nth-of-type(2) {
    -webkit-transform: translateX(-15px) translateY(-5px) rotate(45deg);
    transform: translateX(-15px) translateY(-5px) rotate(45deg);
    width: 3rem;
  }
  .header_wrap #sp_nav {
    height: 100%;
    /*    display: flex;*/
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    visibility: hidden;
    padding: 60px 3rem;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 990;
    background: #F0F4FA;
    overflow-y: scroll;
    text-align: center;
    flex-wrap: wrap;
    /*    align-content: center;*/
    justify-content: center;
  }
  .header_wrap #sp_nav a {
    color: #F07114;
    padding: 2.5rem;
  }
  .header_wrap #sp_nav a .en {
    font-weight: 300;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header_wrap #sp_nav::after {
    height: 100%;
    z-index: -1;
  }
  .header_wrap #sp_nav.active {
    visibility: visible;
    right: 0;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 10000;
  }
  .header_wrap #sp_nav .gnav_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header_wrap #sp_nav .gnav_list li {
    border-bottom: 1px solid #ddd;
    color: #4e454a;
    width: 48%;
  }
  .header_wrap #sp_nav .gnav_list li .en {
    display: block
  }
  .header_wrap #sp_nav .gnav_list a::after {
    position: absolute;
    content: "\e904";
    right: 2rem;
    top: 50%;
    padding: 13px;
    font-family: 'icomoon' !important;
    transform: translateY(-50%);
    background: #FFF5E2;
    border-radius: 100%;
    font-size: 12px;
  }
  .header_wrap #sp_nav .gnav_list .contact_list li .en {
    display: inline
  }
  .header_wrap #sp_nav .gnav_list .contact_list .com-btn a {
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    text-align: center
  }
  .header_wrap #sp_nav .gnav_list .contact_list .btn-tel a .en {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
  }
  .header_wrap #sp_nav .gnav_list .contact_list .btn-tel a i {
    font-size: 28px;
  }
  .header_wrap #sp_nav .gnav_list .contact_list .btn-tel a .btn-tel_btm {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header_wrap #sp_nav .gnav_list .contact_list .btn-tel a .btn-tel_btm .en {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header_wrap #sp_nav .gnav_list .com-btn {
    margin-top: 20px;
  }
  .header_wrap #sp_nav .gnav_list .com-btn a {
    color: #fff;
  }
  .header_wrap #sp_nav .gnav_list .contact-btn, .header_wrap #sp_nav .gnav_list .com-btn {
    width: 100%;
    border-bottom: none;
  }
  .header_wrap #sp_nav .gnav_list .service_list {
    background-color: #FFF5E2;
    padding: 30px;
    margin: 10px 0;
    border-radius: 20px;
    border-bottom: none;
  }
  .header_wrap #sp_nav .gnav_list .service_list a::after {
    background-color: #fff;
  }
  .header_wrap #sp_nav .gnav_list .service_list, .header_wrap #sp_nav .gnav_list .contact_list {
    width: 100%;
  }
  .header_wrap #sp_nav .gnav_list .service_list, .header_wrap #sp_nav .gnav_list .service_list .service_list_inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header_wrap #sp_nav .gnav_list .service_list .service_list_inr {
    width: calc(100% - 120px);
  }
  .header_wrap #sp_nav .gnav_list .service_list .service_list_inr a::after {
    right: 10px;
    top: 50%;
    padding: 8px;
    font-size: 10px;
  }
  .header_wrap #sp_nav .gnav_list .service_list .service_list_inr li:nth-last-child(1), .header_wrap #sp_nav .gnav_list .service_list .service_list_inr li:nth-last-child(2) {
    border-bottom: none;
  }
  .header_wrap #sp_nav .gnav_list .service_list li {
    width: 48%;
  }
  .header_wrap #sp_nav .gnav_list .service_list .service_list-ttl {
    text-align: left;
    width: 120px;
    font-weight: 600;
    color: #000;
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .header_wrap #sp_nav .gnav_list li {
    width: 100%;
  }
  .header_wrap #sp_nav .gnav_list .service_list .service_list-ttl, .header_wrap #sp_nav .gnav_list .service_list .service_list_inr, .header_wrap #sp_nav .gnav_list .service_list li {
    width: 100%;
  }
  .header_wrap #sp_nav .gnav_list .service_list {
    padding: 20px;
  }
  .header_wrap #sp_nav .gnav_list a::after {
    font-size: 10px;
    padding: 10px;
    right: 1rem;
  }
  .header_wrap #sp_nav .gnav_list .service_list .service_list_inr li:nth-last-child(2) {
    border-bottom: 1px solid #ddd;
  }
  .header_wrap #sp_nav .gnav_list > li:nth-child(2) {
    border-bottom: none
  }
}
@media only screen and (max-width: 600px) {
  .sp_cvsbtn .com-btn.btn-app {
    display: none;
  }
  .sp_cvsbtn .com-btn.btn-tel a {
    padding: 6px 10px;
  }
}
/*bottom_contact*/
.bottom-contact {
  padding: 0 20px;
}
.bottom-contact .txtcont {
  font-size: 13px;
  max-width: 917px;
  margin: auto;
  padding: 0 50px 20px;
  background: url(../images/faq/f-contact-l.png) no-repeat left bottom / 48px, url(../images/faq/f-contact-r.png) no-repeat right bottom / 48px;
}
.bottom-contact .bottom-contact_wrap {
  background: url("../images/common/c-kakoi.png")no-repeat left top/40px, url("../images/common/c-kakoi-r.png")no-repeat right top/40px, url("../images/common/c-kakoi-b.png")no-repeat left bottom/40px, url("../images/common/c-kakoi-b-r.png")no-repeat right bottom/40px;
  padding: 65px 15px 45px;
  justify-content: center;
  position: relative;
}
.bottom-contact .bottom-contact_wrap::before, .bottom-contact .bottom-contact_wrap::after {
  position: absolute;
  content: "";
  width: calc(100% - 60px);
  left: 30px;
  height: 2.5px;
  background-color: #FF984E;
}
.bottom-contact .bottom-contact_wrap::before {
  top: 0;
}
.bottom-contact .bottom-contact_wrap::after {
  bottom: 0;
}
.bottom-contact .bottom-contact_btn a {
  display: block;
  color: #fff;
  padding: 30px 15px 40px;
  border-radius: 10px;
  text-align: center;
}
.bottom-contact .btn-footer_tel a {
  background: url("../images/common/bottom-contact-tel.png")no-repeat left 20px center/contain, linear-gradient(115deg, #3C6CA7 25%, #234065);
}
.bottom-contact .btn-footer_tel a i::before {
  color: #284972;
  font-size: 80%;
  margin-right: 5px;
}
.bottom-contact .btn-footer_tel a::after, .bottom-contact .btn-footer_contact a::after {
  background: url("../images/common/bottom_contact_arrow-white.svg") no-repeat right bottom / contain;
}
.bottom-contact .bottom-contact_btn .maru_txt {
  background-color: #fff;
  text-align: center;
  color: #000000;
  font-size: 12px;
  line-height: 1.4;
  border-radius: 30px;
  padding: 5px 5px 6px;
  max-width: 370px;
  margin: auto;
}
.bottom-contact .btn-footer_tel .tel_cont {
  line-height: 1.4;
}
.bottom-contact .btn-footer_tel .maru_txt .bold {
  color: #3B6CA7;
  font-size: 16px;
}
.bottom-contact .btn-footer_tel .en {
  font-size: 32px;
}
.bottom-contact .btn-footer_tel a i::before {
  color: #fff;
}
.bottom-contact .btn-footer_tel .btn-tel_btm {
  display: flex;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
}
.bottom-contact .btn-footer_tel .btn-tel_btm .en {
  margin-right: 15px;
  margin-left: 5px;
  font-size: 13px;
}
.bottom-contact .btn-footer_contact a {
  font-size: 25px;
  background: url("../images/common/bottom-contact-mail.png")no-repeat right 10px center/contain, linear-gradient(115deg, #FF883E 20%, #FFC400);
  font-weight: 500;
}
.bottom-contact .btn-footer_tel a::before {
  color: #325B8D;
}
.bottom-contact .btn-footer_contact a::before {
  color: #FF982C;
}
.bottom-contact .btn-footer_contact a .en {
  font-size: 16px;
  display: block;
}
.bottom-contact .btn-footer_contact .maru_txt strong {
  color: #F07114;
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  .bottom-contact {
    padding: 0 30px;
  }
  .bottom-contact .bottom-contact_btn a {
    padding: 30px;
  }
  .bottom-contact .txtcont {
    font-size: 16px;
    padding: 0 100px 20px;
    background: url("../images/faq/f-contact-l.png")no-repeat left top/108px, url("../images/faq/f-contact-r.png")no-repeat right top/108px;
  }
  .bottom-contact .bottom-contact_wrap {
    justify-content: space-between;
  }
  .bottom-contact .btn-footer_tel a {
    padding: 30px 20px 40px
  }
  .bottom-contact .btn-footer_tel, .bottom-contact .btn-footer_contact {
    width: 48%;
  }
  .bottom-contact .btn-footer_tel .maru_txt, .bottom-contact .btn-footer_contact .maru_txt {
    max-width: 320px;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .bottom-contact .btn-footer_tel .maru_txt .bold {
    font-size: 16px;
  }
  .bottom-contact .btn-footer_contact a {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .bottom-contact .txtcont {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1441px) {
  .bottom-contact .bottom-contact_wrap {
    padding: 65px 30px;
  }
  .bottom-contact .btn-footer_tel .en {
    font-size: 34px;
  }
  .bottom-contact .btn-footer_contact a {
    font-size: 26px;
  }
  .bottom-contact .btn-footer_tel .maru_txt .bold {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .bottom-contact .bottom-contact_btn {
    width: 100%;
    margin-bottom: 30px;
    max-width: 380px;
  }
  .bottom-contact .btn-footer_contact a {
    padding: 30px 15px;
  }
}
/*footer*/
.footer_contact {
  background: url("../images/common/footer_bg.png")no-repeat right -25% top -100px/200px, url("../images/common/footer_bg.png")no-repeat left -25% bottom -100px/200px, #FF7F21;
  padding: 70px 30px;
}
.footer_contact .txt {
  text-align: center;
  color: #fff;
}
.footer_contact .footer_contact_wrap {
  justify-content: space-between;
  margin-top: 35px;
}
.footer_contact .btn-footer_tel a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #284972;
  padding: 20px 10px;
  border-radius: 10px;
  background: url("../images/common/bg_phone.png")no-repeat left 20px center/contain, linear-gradient(115deg, #FFFFFF 25%, #A2C9FA);
}
.footer_contact .btn-footer_tel a i::before {
  color: #284972;
  font-size: 80%;
}
.footer_contact .btn-footer_tel .maru_txt {
  background-color: #284972;
  border-radius: 100vh;
  text-align: center;
  color: #fff;
  font-size: 10px;
  width: 70px;
  height: 70px;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.footer_contact .btn-footer_tel .tel_cont {
  max-width: 200px;
  text-align: center;
  line-height: 1.4;
  margin-left: 10px;
}
.footer_contact .btn-footer_tel .tel_cont .en {
  font-size: 24px;
}
.footer_contact .btn-footer_tel .tel_cont .btn-tel_btm {
  display: block;
}
.footer_contact .btn-footer_tel .tel_cont .btn-tel_btm .en {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 15px;
}
.footer_contact .btn-footer_contact a, .footer_contact .btn-footer_app a {
  color: #FF7800;
  padding: 15px 30px;
  border-radius: 10px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.footer_contact .btn-footer_contact a {
  background: url("../images/common/bg_contact.png")no-repeat right 10px center/contain, linear-gradient(115deg, #FFFFFF 20%, #FFEBA8);
}
.footer_contact .btn-footer_contact a small.en, .footer_contact .btn-footer_app a small.en {
  font-size: 9px;
  display: block;
  text-align: center;
}
.footer_contact .btn-footer_contact a .maru_txt, .footer_contact .btn-footer_app a .maru_txt {
  color: #fff;
  padding: 7px 20px;
  border-radius: 30px;
  background-color: #FF7800;
  line-height: 1;
  font-size: 10px;
  margin-bottom: 5px;
}
.footer_contact .btn-footer_contact a .maru_txt strong, .footer_contact .btn-footer_app a .maru_txt strong {
  font-size: 12px;
}
.footer_contact .btn-footer_app a {
  background: url("../images/common/bg_app.png")no-repeat right 10px center/contain, linear-gradient(115deg, #FFFFFF 20%, #FFC5A7);
}
.btn-footer_tel a, .btn-footer_contact a, .btn-footer_app a {
  position: relative;
}
.btn-footer_tel a::after, .btn-footer_contact a::after, .btn-footer_app a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 50px;
  background: url("../images/common/footer_contact_arrow.svg")no-repeat right bottom/contain;
  right: -1px;
  bottom: -1px;
}
.btn-footer_tel a::before, .btn-footer_contact a::before, .btn-footer_app a::before {
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
  font-size: 10px;
  line-height: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  right: 10px;
  bottom: 13px;
  z-index: 10;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .footer_contact .btn-footer_app a:hover, .footer_contact .btn-footer_contact a:hover, .footer_contact .btn-footer_tel a:hover {
    transform: scale(1.02);
  }
  .footer_contact .btn-footer_tel .maru_txt {
    font-size: 12px;
    width: 90px;
    height: 90px;
  }
  .footer_contact .footer_contact_wrap {
    justify-content: space-between;
    max-width: 600px;
  }
  .footer_contact .btn-footer_tel .tel_cont {
    max-width: 260px;
    margin-left: 20px;
  }
  .footer_contact .btn-footer_tel .tel_cont .en {
    font-size: 32px;
  }
  .footer_contact .btn-footer_tel a {
    padding: 23px 40px 23px 23px;
  }
  .btn-footer_tel a::after, .btn-footer_contact a::after, .btn-footer_app a::after {
    width: 50px;
    height: 60px;
  }
  .btn-footer_tel a:hover::before, .btn-footer_contact a:hover::before, .btn-footer_app a:hover::before {
    transform: rotate(-45deg);
  }
}
@media only screen and (min-width: 1200px) {
  .footer_contact {
    background: url("../images/common/footer_bg.png")no-repeat right -25% top -200px/440px, url("../images/common/footer_bg.png")no-repeat left -25% bottom -200px/440px, #FF7F21;
    padding: 70px 30px;
  }
  .footer_contact .footer_contact_wrap {
    justify-content: space-between;
    max-width: 1200px;
  }
  .footer_contact .btn-footer_tel .maru_txt {
    font-size: 16px;
    width: 113px;
    height: 113px;
  }
  .footer_contact .btn-footer_tel .tel_cont {
    max-width: 340px;
    margin-left: 20px;
  }
  .footer_contact .btn-footer_tel .tel_cont .en {
    font-size: 42px;
  }
  .footer_contact .btn-footer_tel .tel_cont .btn-tel_btm .en {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer_contact .btn-footer_tel a {
    padding: 23px 30px 23px 23px;
  }
  .footer_contact .btn-footer_contact a, .footer_contact .btn-footer_app a {
    padding: 30px 35px;
    font-size: 24px;
  }
  .footer_contact .btn-footer_contact a .maru_txt, .footer_contact .btn-footer_app a .maru_txt {
    padding: 10px 20px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .footer_contact .btn-footer_contact a .maru_txt strong, .footer_contact .btn-footer_app a .maru_txt strong {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1441px) {
  .footer_contact .btn-footer_tel a {
    padding: 23px 40px 23px 23px;
  }
  .footer_contact .btn-footer_contact a, .footer_contact .btn-footer_app a {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer_contact .footer_contact_wrap .btn-footer_tel {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_contact .btn-footer_tel a {
    justify-content: center;
  }
  .footer_contact .btn-footer_contact, .footer_contact .btn-footer_app {
    width: 48%
  }
}
@media only screen and (max-width: 768px) {
  .footer_contact .footer_contact_wrap {
    max-width: 500px;
  }
  .footer_contact .btn-footer_contact, .footer_contact .btn-footer_app {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_contact .btn-footer_tel a {
    justify-content: center;
  }
  .footer_contact .btn-footer_contact a, .footer_contact .btn-footer_app a {
    font-size: 24px;
  }
  .footer_contact .btn-footer_contact a .maru_txt, .footer_contact .btn-footer_app a .maru_txt {
    max-width: 300px;
    margin: 0 auto 5px;
  }
}
@media only screen and (max-width:500px) {
  .footer_contact .btn-footer_tel a {
    justify-content: start;
  }
}
.footer_only {
  border-top: 2px solid #FF7800;
  margin-top: 120px;
}
footer {
  padding: 10rem 2rem 4rem;
  background: url("../images/common/footer_nav_bg.png")no-repeat right bottom/cover, #FFFCF5;
}
footer .footer_nav_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .logo_wrap {
  max-width: 30rem;
  width: 100%;
}
footer .logo_wrap .botder_link {
  margin-left: 0;
}
footer .logo_wrap .txt {
  color: #555;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 40px 0 30px;
}
footer .logo_wrap .logo {
  width: 250px;
}
footer .logo_wrap .logo_txt {
  font-size: 1.6rem;
}
footer .footer_gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 55%;
  max-width: 66rem;
}
footer .gnav_list a {
  color: #F07114;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
}
footer .gnav_list .btn-tel a .btn-tel_btm {
  font-size: 8px;
}
footer .gnav_list > li {
  margin-top: 20px;
}
footer .gnav_list > ul > li > .botder_link {
  margin: 12px 0 0 0;
}
footer .footer_gnav .gnav_list {
  width: 100%;
  margin-bottom: 30px;
}
footer .gnav_list > ul > li > .botder_link > a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  padding-left: 25px;
}
footer .gnav_list > ul > li > .botder_link a::after {
  padding: 5.5px 5px;
  background: #F2944F;
  color: #fff;
  border-radius: 100%;
  left: 0;
  top: 50%;
  font-size: 5px;
}
footer .copyright {
  font-size: 1rem;
  color: #222222;
  width: 100%;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  footer .logo_wrap {
    max-width: 30rem;
    width: 40%;
  }
  footer .footer_gnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 55%;
    max-width: 66rem;
  }
  footer .footer_gnav .gnav_list {
    width: 50%;
    margin-bottom: 30px;
  }
  footer .gnav_list a:hover {
    color: #FFC5A7
  }
  footer .gnav_list .com-btn a:hover {
    color: #fff;
    background-position: 0 0;
  }
  footer .gnav_list > ul > li > .botder_link a:hover {
    color: #FFC5A7
  }
  footer .gnav_list > ul > li > .botder_link a:hover::after {
    left: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  footer {
    padding: 13rem 5rem 5rem;
  }
  footer .footer_gnav .gnav_list {
    width: calc(100% / 3);
  }
}
@media only screen and (min-width: 1441px) {
  footer .logo_wrap .txt {
    font-size: 1.8rem;
    font-size: 18px;
  }
  footer .logo_wrap .logo_txt {
    font-size: 2rem;
    font-size: 20px;
  }
}
/**/
.contents {
  position: relative;
  padding: 80px 20px 110px;
}
.cont_inr {
  max-width: 124rem;
  margin: auto;
  position: relative;
}
.cont_inr-s {
  max-width: 110rem;
  margin: auto;
  position: relative;
}
.orenge_txt {
  color: #F07114;
}
.kadomaru {
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
}
@media only screen and (min-width: 769px) {
  .contents {
    padding: 170px 50px 170px;
  }
  .kadomaru {
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
  }
}
/*breadcrumbs_wrap*/
.breadcrumbs_wrap {
  text-align: left;
  font-size: 10px;
}
.breadcrumbs_wrap a {
  border-bottom: 1px solid #000000;
}
.cl2, .cl3, .cl4 {
  display: flex;
  flex-wrap: wrap;
}
.cl2 li, .cl3 li, .cl4 li {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .breadcrumbs_wrap {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
  }
  .cl2, .cl3, .cl4 {
    justify-content: space-between;
  }
  .cl2 li {
    width: calc(100% / 2 - 1rem);
  }
  .cl3 li {
    width: calc(100% / 2 - 4rem);
  }
  .cl4 li {
    width: calc(100% / 2 - 1rem);
  }
}
@media only screen and (min-width: 1000px) {
  .cl3 li {
    width: calc(100% / 3 - 2rem);
  }
  .cl4 li {
    width: calc(100% / 4 - 1rem);
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumbs_wrap {
    margin-bottom: 40px;
  }
}
/*nomalBtn*/
.indList li {
  padding-left: 2.5rem;
  text-indent: -1.5rem;
}
/**/
.page-numbers, .page-numbers.current {
  width: 5rem;
  height: 5rem;
  border-radius: 100vh;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  margin: 0 0.75rem;
  color: #FF6A00 !important;
  background-color: #FFFCF5;
  border: 1px solid #FF6A00;
  transition: all 1s;
  -webkit-transition: all 1s;
  font-family: "Readex Pro", sans-serif;
}
.page-numbers .icon-arrow.next {
  font-size: 1rem;
}
.prev.page-numbers .back {
  font-size: 1rem;
}
.next.page-numbers, .prev.page-numbers {
  font-size: 2.4rem;
  color: #FF6A00;
  background-color: #FFFCF5;
  border: 1px solid #FF6A00;
}
.page-numbers.current, .page-numbers.current:hover {
  background-color: #F5F5F5;
  color: #000 !important;
  border: none;
}
.prev.page-numbers .back {
  transform: rotate(180deg);
}
.nav-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .next.page-numbers:hover, .prev.page-numbers:hover, .page-numbers:hover {
    background-color: #FF6A00;
    color: #fff !important;
  }
}
.txt {
  font-size: 1.4rem;
  line-height: 2;
  color: #555555;
}
@media only screen and (min-width: 769px) {
  .txt {
    font-size: 1.6rem;
  }
}
.und_brd_ttl {
  margin-top: 60px;
  border-bottom: 2px solid #FFD1AF;
  position: relative;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
}
.und_brd_ttl::after {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #F07114;
  left: 0;
  bottom: -2px;
  content: "";
}
@media only screen and (min-width: 769px) {
  .und_brd_ttl {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .und_brd_ttl {
    font-size: 28px;
  }
}
.cont_ttl, .cont_inr_ttl {
  position: relative;
  color: #000;
  line-height: 1.6;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
}
.cont_ttl .en::after, .cont_inr_ttl .en::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: linear-gradient(to right, #D7196B 0%, #D7196B 25%, #98B840 25%, #98B840 50%, #EDE765 50%, #EDE765 75%, #619CCD 75%, #619CCD 100%);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cont_inr_ttl .en::after {
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.cont_ttl .en, .cont_inr_ttl .en {
  font-size: 1.2rem;
  font-size: 12px;
  display: block;
  position: relative;
  padding-left: 32px;
  line-height: 1;
  color: #F07114;
  margin-bottom: 10px;
}
.cont_ttl.center_ttl, .cont_inr_ttl.center_ttl {
  text-align: center;
}
.cont_ttl.center_ttl .en {
  padding: 33px 0 0;
  margin-bottom: 5px;
}
.cont_inr_ttl.center_ttl .en {
  padding: 30px 0 0;
  margin-bottom: 5px;
}
.cont_ttl.center_ttl .en::after {
  left: 50%;
  transform: translateX(-50%);
  top: 0 !important;
}
.cont_inr_ttl.center_ttl .en::after {
  left: 50%;
  transform: translateX(-50%)rotate(90deg);
  top: 0 !important;
}
.error404 .cvsbtn {
  margin: 6rem auto 0
}
.common_mv {
  min-height: 580px;
  background: url(../images/common/mv_btm_bg.png) no-repeat left -20% bottom -20% / 300px;
  padding: 250px 25px 60px 25px;
  position: relative;
  height: 80vh;
}
.common_mv.short_mv {
  min-height: 460px;
  height: 40vh;
  padding: 180px 25px 30px 25px;
}
.common_mv.short_mv .common_mv-img {
  top: -25%;
  right: -28%;
}
.common_mv-img {
  position: absolute;
  width: 100%;
  top: -22%;
  right: -27%;
}
.common_mv .common_mv-txt {
  max-width: 550px;
}
.common_mv .cont_ttl {
  font-size: 2.8rem;
  font-size: 28px;
  color: #F07114;
  line-height: 1.4;
}
.common_mv .cont_ttl .en {
  margin-bottom: 20px;
}
.single_mv.common_mv {
  background: url(../images/common/bg_org_maru.png) no-repeat right -100px top -100px / 300px, url(../images/common/mv_btm_bg.png) no-repeat left -100px bottom -100px / 300px;
  padding: 30px 25px;
  height: 50vh;
  min-height: 300px;
}
@media only screen and (min-width: 769px) {
  .cont_ttl {
    font-size: 4rem;
    font-size: 40px;
    margin-bottom: 42px
  }
  .cont_ttl .en {
    font-size: 1.8rem;
  }
  .cont_ttl .en::after {
    width: 20px;
    height: 20px;
  }
  .cont_inr_ttl {
    font-size: 3.2rem;
    font-size: 32px;
    margin-bottom: 40px;
  }
  .common_mv {
    padding: 20px 30px 60px 30px;
  }
  .common_mv.short_mv {
    min-height: 500px;
    height: 50vh;
    padding: 20px 30px 50px 30px;
  }
  .common_mv.short_mv .common_mv-img {
    top: -40%;
    right: -26%;
  }
  .common_mv-img {
    width: 800px;
    top: -30%;
    right: -20%;
  }
  .common_mv .cont_ttl {
    font-size: 4.5rem;
    font-size: 45px;
  }
  .common_mv .cont_ttl .en {
    font-size: 1.4rem;
    font-size: 14px;
  }
  .common_mv .cont_inr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
  }
  .single_mv.common_mv {
    background: url(../images/common/bg_org_maru.png) no-repeat right -160px top -200px/600px, url(../images/common/mv_btm_bg.png) no-repeat left -20% bottom -210px/500px;
    min-height: 420px;
  }
  .l_r_inr {
    display: flex;
    flex-wrap: wrap;
  }
  .l_r_inr .cont_inr_ttl {
    width: 240px;
  }
  .l_r_inr .l_r_right {
    width: calc(100% - 240px);
  }
}
@media only screen and (min-width: 1200px) {
  .common_mv {
    background: url("../images/common/mv_btm_bg.png")no-repeat left -200px bottom -200px/600px;
    padding: 20px 30px 130px 60px;
    height: 100vh;
  }
  .common_mv .cont_ttl {
    font-size: 5rem;
    font-size: 50px;
  }
  .common_mv .cont_ttl .en {
    font-size: 1.6rem;
    font-size: 16px;
  }
  .common_mv.short_mv .common_mv-img {
    top: -60%;
  }
  .common_mv-img {
    width: 75%;
    top: -35%;
    right: -23%;
  }
  .cont_inr_ttl {
    margin-bottom: 50px;
  }
  .l_r_inr {
    display: flex;
    flex-wrap: wrap;
  }
  .l_r_inr .cont_inr_ttl {
    width: 400px;
  }
  .l_r_inr .l_r_right {
    width: calc(100% - 400px);
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1441px) {
  .cont_ttl {
    font-size: 5.2rem;
    font-size: 52px;
    margin-bottom: 62px
  }
  .cont_ttl .en {
    font-size: 2rem;
  }
  .cont_inr_ttl {
    font-size: 4.2rem;
    font-size: 42px;
    margin-bottom: 60px;
  }
  .common_mv {
    min-height: 780px;
    max-height: 800px;
    padding: 20px 30px 150px 30px;
    background: url("../images/common/mv_btm_bg.png")no-repeat left -300px bottom -300px/750px;
  }
  .common_mv.short_mv {
    min-height: 500px;
    padding: 40px 30px 60px 30px;
  }
  .common_mv .cont_ttl {
    font-size: 5.4rem;
    font-size: 54px;
  }
  .common_mv-img {
    width: 70%;
    top: -40%;
    right: -25%;
  }
  .single_mv.common_mv {
    background: url(../images/common/bg_org_maru.png) no-repeat right -260px top -320px/800px, url(../images/common/mv_btm_bg.png) no-repeat left -20% bottom -210px/710px;
  }
}
@media only screen and (max-width: 768px) {
  .common_mv-img {
    max-width: 600px;
  }
}
.bg-c-1 {
  background-color: #FFFCF5;
}
.bg-c-2 {
  background-color: #F8F8F8;
}
.bg-c-3 {
  background-color: #fff;
}
.box_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.box_list.cl3 .box_list_inr, .box_list.cl4 .box_list_inr {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #FFE5CE;
  position: relative;
  max-width: 400px;
  margin-top: 30px;
}
.box_list.cl3 .box_list_inr a, .box_list.cl4 .box_list_inr a {
  padding: 22px 20px 40px;
  display: block;
}
.box_list .box_list_inr .num {
  position: absolute;
  color: #F07114;
  font-size: 30px;
  left: 20px;
  top: 0;
  font-family: "Readex Pro", sans-serif;
  line-height: 1;
  transform: translateY(-50%);
}
.box_list .box_list_inr .img_ttl {
  position: relative;
}
.box_list .box_list_inr .box_list_thum, .info_inr .box_list_thum {
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.box_list .box_list_inr .box_list_thum img, .info_inr .box_list_thum img {
  height: 180px;
  width: 100%;
  /*  position: absolute;*/
  object-fit: cover;
  /*
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
*/
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.box_list .box_list_inr .ttl {
  position: absolute;
  background: #fff;
  padding: 10px 30px 0 13px;
  border-radius: 0 20px 0 0;
  bottom: 0;
  color: #F07114;
  font-size: 20px;
  font-weight: 500;
}
.box_list .box_list_inr .ttl::after {
  position: absolute;
  content: "";
  background: url("../images/common/kakoi.svg")no-repeat center left/contain;
  bottom: 0;
  left: 100%;
  width: 12px;
  height: 20px;
}
.box_list .box_list_inr .ttl::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  background: url("../images/common/kakoi.svg")no-repeat center left/contain;
  bottom: 100%;
  left: 0;
}
.box_list .box_list_inr .txt {
  padding: 20px 10px;
}
.box_list .box_list_inr .small_cvsbtn_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  flex-wrap: wrap;
}
.box_list .box_list_inr .small_cvsbtn_list li {
  width: 48%;
  margin: 0;
}
.box_list .box_list_inr .small_cvsbtn_list li a {
  font-size: 12px;
  padding: 15px;
}
.box_list .box_list_inr .small_cvsbtn_list li a::after {
  padding: 7px 6px;
  font-size: 5px;
}
.box_list .box_list_inr .ttl {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}
.box_list .box_list_inr dl {
  margin-top: 28px;
  padding: 0 10px;
}
.box_list .box_list_inr .work_area {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.box_list .box_list_inr dt {
  width: 56px;
  background-color: #ECE779;
  border-radius: 5px;
  text-align: center;
}
.box_list .box_list_inr dd {
  width: calc(100% -56px);
  padding: 0 10px;
}
@media only screen and (min-width: 769px) {
  .box_list {
    justify-content: space-between;
    max-width: 830px;
    margin: auto;
  }
  .box_list.cl3 .box_list_inr {
    width: calc(100% / 2 - 10px);
  }
  .box_list.cl4 .box_list_inr {
    width: calc(100% / 2 - 10px);
  }
  .box_list .box_list_inr .num {
    font-size: 30px;
  }
  .box_list .box_list_inr .ttl {
    padding: 10px 20px 0 13px;
    font-size: 16px;
  }
  .box_list .box_list_inr .small_cvsbtn_list li {
    width: 100%;
    margin: 10px 0 0;
  }
  .box_list .box_list_inr .small_cvsbtn_list li a::after {
    padding: 10px 9px;
    font-size: 5px;
  }
  .box_list .box_list_inr .box_list_thum, .box_list .box_list_inr .box_list_thum img, .info_inr .box_list_thum, .info_inr .box_list_thum img {
    height: 200px;
  }
  .box_list .box_list_inr a:hover .box_list_thum img, .info_inr a:hover .box_list_thum img {
    transform: scale(1.05);
  }
}
@media only screen and (min-width: 1200px) {
  .box_list {
    max-width: inherit;
  }
  .box_list .box_list_inr .ttl {
    padding: 14px 40px 0 13px;
    font-size: 22px;
  }
  .box_list.cl3 .box_list_inr {
    width: calc(100% / 3 - 10px);
  }
  .box_list.cl4 .box_list_inr {
    width: calc(100% / 4 - 10px);
  }
  .box_list .box_list_inr .small_cvsbtn_list li {
    width: 48%;
    margin: 0;
  }
  .box_list .box_list_inr .small_cvsbtn_list li a {
    font-size: 14px;
    padding: 18px;
    min-height: 64px;
  }
}
@media only screen and (min-width: 1441px) {
  .box_list .box_list_inr .box_list_thum, .box_list .box_list_inr .box_list_thum img {
    height: 280px;
  }
  .info_inr .box_list_thum, .info_inr .box_list_thum img {
    height: 220px;
  }
}
.faq_list {
  border: 1px solid #F07114;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
}
.faq_list dt {
  background-color: #fff;
  position: relative;
}
.faq_list dt::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #FFEEE3;
  border-radius: 100%;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_list dt::before {
  position: absolute;
  content: "+";
  right: 18px;
  z-index: 10;
  font-size: 25px;
  line-height: 1;
  top: 48%;
  transform: translateY(-50%);
  color: #F07114;
}
.faq_list dt.active::before {
  content: "";
  width: 13px;
  height: 3px;
  background-color: #F07114;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
}
.faq_list dd {
  background-color: #FFEEE3;
  display: none;
}
.faq_list dt, .faq_list dd .a_inr {
  padding: 15px 40px 15px 15px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-size: 14px;
}
.faq_list dt .q_ttl, .faq_list dd .a_ttl {
  width: 25px;
  height: 25px;
  background-color: #F07114;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  font-family: "Readex Pro", sans-serif;
  margin-right: 5px;
}
.faq_list dd a {
  text-decoration: underline;
  color: #F07114;
  font-weight: 600;
}
.faq_list dt .txt_inr, .faq_list dd .txt_inr {
  width: calc(100% - 30px);
}
@media only screen and (min-width: 769px) {
  .faq_list {
    margin-top: 30px;
  }
  .faq_list dt .q_ttl, .faq_list dd .a_ttl {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  .faq_list dt, .faq_list dd .a_inr {
    font-size: 1.8rem;
    font-size: 18px;
  }
  .faq_list dt, .faq_list dd .a_inr {
    padding: 24px 30px;
  }
  .faq_list dt::after {
    right: 20px;
    width: 36px;
    height: 36px;
  }
  .faq_list dt::before {
    right: 29px;
    font-size: 30px;
  }
  .faq_list dt.active::before {
    width: 15px;
    height: 3px;
    right: 30px;
  }
  .faq_list dt .txt_inr, .faq_list dd .txt_inr {
    width: calc(100% - 42px);
  }
}
.info_inr a {
  border-radius: 20px;
  padding: 20px 20px 30px;
  display: block;
}
.info_inr .txt_cont {
  padding: 0 10px;
  margin-top: 15px;
}
.info_inr .txt_cont .ttl {
  font-weight: 500;
}
.tag_area-day {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 20px;
}
.tag_area-day time {
  color: #555555;
  font-size: 10px;
  font-weight: 400;
}
.tag_wrap .tag {
  padding: 2px 6px;
  border-radius: 20px;
  font-size: 8px;
  margin-right: 3px;
  display: inline-block;
  letter-spacing: 0;
}
.tag_wrap .info-trivia {
  background-color: #ECE779;
}
.tag_wrap .info-coating {
  background-color: #C4326C;
  color: #fff;
}
.tag_wrap .info-cleaning {
  background-color: #9EB753;
  color: #fff;
}
.tag_wrap .info-reform {
  background-color: #ECE779;
  color: #000;
}
.tag_wrap .tag-area {
  color: #9EB753;
  border: 1px solid #9EB753;
  font-size: 8px;
  margin-right: 3px;
  padding: 2px 8px;
  display: inline-block
}
.tag_wrap .tag-concerns {
  color: #C4326C;
  border: 1px solid #C4326C;
  font-size: 8px;
  margin-right: 3px;
  padding: 2px 8px;
}
.tag_wrap .tag-season {
  color: #619CCD;
  border: 1px solid #619CCD;
  font-size: 8px;
  margin-right: 3px;
  padding: 2px 8px;
}
@media only screen and (min-width: 769px) {
  .info_inr .txt_cont {
    padding: 0 15px;
    margin-top: 20px;
  }
  .info_inr a:hover {
    background-color: #FFF3EA
  }
  .tag_area-day time {
    font-size: 12px;
  }
  .tag_wrap .tag {
    padding: 2px 10px;
    font-size: 12px;
  }
}
/**/
.cvsbtn {
  max-width: 30rem;
  margin-top: 60px;
}
.cvsbtn.big_btn {
  max-width: 36rem;
}
.cvsbtn a {
  color: #fff;
  display: block;
  border-radius: 10px;
  padding: 25px;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #FE5800 0%, #FE5800 50%, #F07114 50%, #F07114 100%);
  overflow: hidden;
  width: 100%;
  text-align: left;
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.cvsbtn a::after {
  position: absolute;
  content: "\e904";
  padding: 15px 13px;
  font-family: 'icomoon' !important;
  transform: translateY(-50%);
  background: #F2944F;
  border-radius: 100%;
  right: 10px;
  top: 50%;
  font-size: 10px;
  line-height: 1;
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.cvsbtn.white_btn a {
  color: #F07114;
  background-image: linear-gradient(to right, #FE5800 0%, #FE5800 50%, #fff 50%, #fff 100%);
  border: 1px solid #F07114;
}
.cvsbtn.white_btn a::after {
  color: #fff;
}
.botder_link {
  margin: 30px 10px 0;
}
.botder_link a, .botder_link .inr_a {
  color: #F07114;
  font-size: 16px;
  position: relative;
  padding-left: 41px;
  display: block;
}
.botder_link a span, .botder_link .inr_a span {
  position: relative;
  z-index: 10;
}
.botder_link a span::after, .botder_link .inr_a span::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #F07114;
  bottom: -6px;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.5s;
}
.botder_link a::after, .botder_link .inr_a::after {
  position: absolute;
  content: "\e904";
  padding: 10.5px 10px;
  font-family: 'icomoon' !important;
  transform: translateY(-50%);
  background: #F07114;
  color: #fff;
  border-radius: 100vh;
  left: 0;
  top: 50%;
  font-size: 5px;
  line-height: 1;
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width: 769px) {
  .cvsbtn a {
    font-size: 1.6rem;
  }
  .cvsbtn a:hover {
    background-position: 0 0;
  }
  .cvsbtn a:hover::after {
    border-radius: 100%;
    transform: translateY(-50%)rotateZ(-45deg);
  }
  .cvsbtn.white_btn a:hover {
    color: #fff;
  }
  .cvsbtn a:hover::after {
    color: #F07114;
    background: #fff;
  }
  .botder_link a:hover::after {
    left: 10px;
  }
  .botder_link a:hover span::after, a:hover .botder_link .inr_a span::after {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
.anchor_link-wrap {
  margin-bottom: 8rem;
}
.anchor_link-wrap .anchor_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}
.anchor_link-wrap .anchor_link li {
  width: 100%;
}
.anchor_link-wrap .anchor_link li a {
  background-color: #fff;
  padding: 1.5rem;
  display: block;
  border-radius: 5px;
  color: #F07114;
  position: relative;
  border: 1px solid #F07114;
}
.anchor_link-wrap .anchor_link li a::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e904";
  background-color: #F2944F;
  right: 1.5rem;
  font-size: 0.6rem;
  font-weight: 400;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.anc_link_top {
  margin-top: -120px;
  padding-top: 120px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .anchor_link-wrap {
    margin-bottom: 12rem;
  }
  .anchor_link-wrap .anchor_link li {
    width: calc(100% / 3 - 10px);
  }
  .anchor_link-wrap .anchor_link li a {
    padding: 2rem;
  }
  .anchor_link-wrap .anchor_link li a::after {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .anchor_link li {
    margin-bottom: 1.5rem;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}
.fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.fade.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.fadein {
  animation: fadein 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}