@charset "UTF-8";
/*
Theme Name: いちたかガスワンリフォーム
Theme URI: https://www.ichitaka.co.jp/reform
Description: いちたかガスワン
Version: 1.1
Author: いちたかガスワン
*/

/* Defult */
@media screen and (min-width:1181px) {
  html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
  .form_contact input, .form_contact textarea {
    font-size: 16px;
    line-height: 1.8;
  }
  section h2 { font-size: 2rem; margin-bottom: 20px; font-weight: bold; }
  section h2:not(:first-child) { margin-top: 100px; }
}
@media screen and (max-width:1180px) {
  html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
  .form_contact input, .form_contact textarea {
    font-size: 13px;
    line-height: 1.6;
  }
  section h2 { font-size: 1.5rem; margin-bottom: 20px; font-weight: bold; }
  section h2:not(:first-child) { margin-top: 50px; }
}
@media screen and (min-width:769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
.form_contact input, .form_contact textarea,
section.column .single_column_content h2 {
  margin: 0;
	padding: 0;
	border: 0;
	color: #3E3A39;
	font-family: "noto-sans-cjk-jp", sans-serif;
 	font-weight: 400;
	letter-spacing: 0.05em;
}

p.renew_date {
  text-align: right;
  margin-top: 20px;
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
  opacity: 0.8;
}
body {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
body.overflow__hidden {
  height: 100%;
  overflow: hidden;
}
article , aside , details, figcaption , figure ,
footer , header , hgroup , menu , nav , section {
	display: block;
}
ul {
  list-style-type: none;
}
ul.disc {
	list-style-type: disc;
  padding-left: 1em;
}
ol {
  padding-left: 1.3em;
  margin-top: 15px;
}
p.tel_link a { text-decoration: underline; }

/* Layout */
@media screen and (min-width:1181px) {
  main.subpage {
    margin-top: 100px;
    padding-bottom: 100px;
  }
  section {
    margin: 0 auto;  
  }
  section .content {
    padding: 80px 0 120px;
    max-width: 1000px;
    margin: 0 auto;
  }
  section.top_content .content {
    padding: 40px 0 120px;
  }
  .subpage_content {
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .column .subpage_content {
    max-width: 960px;
    padding-top: 80px;
  }
  .subpage_content.single_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1052px;
    padding: 80px 64px;
  }
  .subpage_content.single_page > .main_content {
    width: calc(100% - 385px);
  }
  .subpage_content.single_page > aside {
    width: 335px;
  }
  .pcnone { display:none; }
  section.feature .content:before,
  section.flow .content:before,
  section.works .content:before,
  section.column .content:before,
  section.mokuteki:before,
  section.column_fv > div:before {
    left: calc(50% - 555.5px);
    bottom: -30px;
  }
  section.feature .content:after,
  section.flow .content:after,
  section.works .content:after,
  section.column .content:after,
  section.mokuteki:after,
  section.column_fv > div:after {
    right: calc(50% - 555.5px);
    bottom: -30px;
  }
  section.feature .content:before,
  section.feature .content:after,
  section.flow .content:before,
  section.flow .content:after,
  section.works .content:before,
  section.works .content:after,
  section.column .content:before,
  section.column .content:after,
  section.mokuteki:before,
  section.mokuteki:after,
  section.column_fv > div:before,
  section.column_fv > div:after {
    width: 55.5px;
    height: 55px;
  }
  section p.subtitle {
    margin: 50px auto 0;
    text-align: center;
    font-size: 1.125rem;
  }
  section.subpage_fv:after {
    position: relative;
    content: "";
    height: 140px;
    width: 100vw;
    clip-path: polygon(50% 130px, -10vw 0, 110vw 0);
    background: #fff;
    bottom: 10px;
    z-index: 1;
    display: block;
  }
  section.subpage_fv.kukan_fv > div {
    padding: 100px 0 100px;
    position: relative;
    background-color: #67CAFF;
    width: 100%;
  }
  section.subpage_fv.mokuteki_fv > div {
    padding: 100px 0 100px;
    position: relative;
    background-color: #D497E5;
    width: 100%;
  }
  section.subpage_fv.kukan_fv > div:after {
    position: relative;
    content: "";
    height: 100px;
    width: 100vw;
    clip-path: polygon(50% 100px, 0% 0%, 100vw 0%);
    background: #67CAFF;
    bottom: -190px;
    z-index: 2;
    display: block;
  }
  section.subpage_fv.mokuteki_fv > div:after {
    position: relative;
    content: "";
    height: 100px;
    width: 100vw;
    clip-path: polygon(50% 100px, 0% 0%, 100vw 0%);
    background: #D497E5;
    bottom: -190px;
    z-index: 2;
    display: block;
  }
  .two_col_map {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .two_col_map > div {
    width: 48%;
  }
  section.kukan_subpage::after,
  section.mokuteki_subpage::after {
    height: 100px;
    clip-path: polygon(50% 100px, 0 0, 100% 0);
    bottom: -100px;
  }
  section.mokuteki_subpage {
    margin: -140px auto 0;
  }
  section.other_kukan_map h2 {
    top: 0;
  }
  section.other_kukan_map h2:before {
    height: 3px;
    top: -30px;
  }
  section.subpage_fv.kukan_fv > div h2,
  section.subpage_fv.mokuteki_fv > div h2 {
    bottom: -40px;
  }
}
@media screen and (max-width:1180px) {
  main {
    width: 100%;
    overflow: hidden;
  }
  main.subpage {
    margin-top: 70px;
    padding: 0 20px 70px;
  }
  section { padding: 50px 0; }
  section.top_content {
    padding: 10px 0 50px;
  }
  section.contact {
    padding: 0;
  }
  section .content {
    padding: 80px 20px 0;
    position: relative;
  }
  section.other_kukan_map .content {
    padding: 40px 40px 0;
  }
  section.top_content .content {
    padding: 60px 20px 0;
  }
  body.home section.contact .content {
    padding: 50px 20px;
  }
  .subpage section .content {
    padding: 0;
  }
  .spnone { display:none; }
  .subpage_content {
    padding: 0 20px 0;
  }
  .subpage_content.single_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1180px;
    padding: 40px 20px;
  }
  .subpage_content.single_page > .main_content,
  .subpage_content.single_page > aside {
    width: 100%;
  }
  .subpage_content.single_page > aside {
    margin-top: 40px;
  }
  section.feature .content:before,
  section.flow .content:before,
  section.works .content:before,
  section.column .content:before {
    left: 40px;
    bottom: -75px;
  }
  section.column_fv > div:before {
    left: 40px;
    bottom: -25px;
  }
  section.mokuteki_subpage {
    margin: -85px auto 0;
  }
  section.top_content.mokuteki_subpage .content {
    padding: 0 20px 0;
  }
  section.mokuteki:before {
    left: 40px;
    bottom: -25px;
  }
  section.feature .content:after,
  section.flow .content:after,
  section.works .content:after,
  section.column .content:after {
    right: 40px;
    bottom: -75px;
  }
  section.column_fv > div:after {
    right: 40px;
    bottom: -25px;
  }
  section.mokuteki:after {
    right: 40px;
    bottom: -25px;
  }
  section.feature .content:before,
  section.feature .content:after,
  section.flow .content:before,
  section.flow .content:after,
  section.works .content:before,
  section.works .content:after,
  section.column .content:before,
  section.column .content:after,
  section.mokuteki:before,
  section.mokuteki:after,
  section.column_fv > div:before,
  section.column_fv > div:after {
    width: 44.4px;
    height: 44px;
  }
  section p.subtitle {
    margin: 25px auto 0;
    text-align: center;
    font-size: 1.125rem;
  }
  section.subpage_fv:after {
    position: relative;
    content: "";
    height: 90px;
    width: 100vw;
    clip-path: polygon(50% 90px, -10vw 0, 110vw 0);
    background: #fff;
    bottom: 10px;
    z-index: 1;
    display: block;
  }
  section.subpage_fv.kukan_fv > div {
    padding: 70px 0 30px;
    position: relative;
    background-color: #67CAFF;
    width: 100%;
  }
  section.subpage_fv.kukan_fv > div:after {
    position: relative;
    content: "";
    height: 70px;
    width: 100vw;
    clip-path: polygon(50% 70px, 0% 0%, 100vw 0%);
    background: #67CAFF;
    bottom: -89px;
    z-index: 2;
    display: block;
  }
  section.subpage_fv.mokuteki_fv > div {
    padding: 70px 0 30px;
    position: relative;
    background-color: #D497E5;
    width: 100%;
  }
  section.subpage_fv.mokuteki_fv > div:after {
    position: relative;
    content: "";
    height: 70px;
    width: 100vw;
    clip-path: polygon(50% 70px, 0% 0%, 100vw 0%);
    background: #D497E5;
    bottom: -89px;
    z-index: 2;
    display: block;
  }
  .breadcrumbs {
    padding: 0 20px;
  }
  section.kukan_subpage::after,
  section.mokuteki_subpage::after {
    height: 70px;
    clip-path: polygon(50% 70px, 0 0, 100% 0);
    bottom: -69px;
  }
  section.other_kukan_map h2 {
    top: -10px;
  }
  section.other_kukan_map h2:before {
    height: 2px;
    top: -15px;
  }
}
section.feature,
section.mokuteki,
section.flow,
section.works,
section.column,
section.column_fv {
  position: relative;
  width: 100%;
  border-bottom: 5px solid #B3B3B3;
}
section.feature .content:before,
section.feature .content:after,
section.flow .content:before,
section.flow .content:after,
section.works .content:before,
section.works .content:after,
section.column .content:before,
section.column .content:after,
section.mokuteki:before,
section.mokuteki:after,
section.column_fv > div:before,
section.column_fv > div:after {
  position: absolute;
  content: "";
  background-image: url("./images/section_icon.png");
  background-size: cover;
  z-index: 1;
}
section h2,
section h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.subpage_content section h2 {
  text-align: left;
}
.article_content { margin: 20px auto 0; }
.subpage_content.solid_page section h3 {
  padding-left: 18px;
  margin: 54px auto 18px;
  text-align: left;
  line-height: 1.5;
}
.subpage_content.solid_page section h3:first-child {
  margin: 15px auto 18px;
}
section.subpage_fv {
  padding: 0;
  position: relative;
  overflow-x: hidden;
}
section.subpage_fv.kukan_fv {
  background-color: #ffed88;
}
section.subpage_fv.mokuteki_subpage {
  background-color: #f4e5f8;
}


section.subpage_fv.kukan_fv > div h2 {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
section.subpage_fv.kukan_fv > div:before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, .3);
  position: absolute;
  height: 8px;
  width: 100vw;
  bottom: 20px;
  z-index: 3;
}
section.subpage_fv.mokuteki_fv > div h2 {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
section.subpage_fv.mokuteki_fv > div:before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, .3);
  position: absolute;
  height: 8px;
  width: 100vw;
  bottom: 20px;
  z-index: 3;
}
section.kukan_subpage {
  background-color: #ffed88;
  position: relative;
}
section.kukan_subpage::after {
  position: absolute;
  content: "";
  width: 100%;
  background: #ffed88;
  z-index: 1;
  display: block;
}
section.mokuteki_subpage {
  background-color: #f4e5f8;
  position: relative;
}
section.mokuteki_subpage::after {
  position: absolute;
  content: "";
  width: 100%;
  background: #f4e5f8;
  z-index: 1;
  display: block;
}
section.other_kukan_map {
  position: relative;
  background-color: #f2f2f2;
  padding-top: 80px;
}
section.other_kukan_map h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}
section.other_kukan_map h2:before {
  content: "";
  display: block;
  background: #3E3A39;
  width: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.breadcrumbs {
  margin: 0 auto;
  max-width: 1000px;
}
.breadcrumbs ul li {
  display: inline;
}
.breadcrumbs ul li,
.breadcrumbs ul li a {
  font-size: .875rem;
  position: relative; 
}
.breadcrumbs ul li a {
  color: #3E3A39;
}
.breadcrumbs ul li a:hover {
  opacity: .5;
}
.breadcrumbs ul li:not(:last-child):after {
  content: "＞";
  display: inline-block;
  margin: 0 10px;
  color: #3E3A39;
}

/* button */
@media screen and (min-width:1181px) {
  p.button a {
    max-width: 390px;
    width: 90%;
  }
  a.faq_btn {
    width: 100%;
  }
  .faq_list_acc {
    width: 400px;
  }
}
@media screen and (max-width:1180px) {
  p.button a {
    width: 80%;
  }
  .faq_list_acc {
    width: 80%;
  }
  a.faq_btn {
    width: 100%;
  }
}
p.button {
  display: block;
  margin: 0 auto;
  text-align: center;
}
p.button a {
  background-color: #fff;
  padding: 20px 10px;
  border: 2px solid #3E3A39;
  display: block;
  border-radius: 70px;
  font-weight: 700;
  margin: 30px auto;
  position: relative;
  box-shadow: 0.1rem 0.1rem 0px 0.1rem rgba(0,0,0,.4);
  transition: 0.3s ease-in-out;
  font-size: 1.2rem;
}
p.button.contact a {
  font-size: 1rem;
}
p.button.columnpage a {
  margin: 60px auto 0;
}
p.button a:hover {
  box-shadow: none;
  transform: translate3d(0.1rem, 0.1rem, 0);
  transition: all 0.2s;
}
p.button a:after {
  content: "";
  background-image: url("./images/button_icon.png");
  width: 11px;
  height: 20px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
}
p.button.case a,
p.button.works a {
  background-color: #CFEC76;
}
p.button.column a {
  background-color: #DDACEA;
}
p.button.columnpage a {
  background-color: #fff;
}
.faq_list_acc {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}
a.faq_btn {
  display: block;
  border: 2px solid #3E3A39;
  text-align: center;
  padding: 20px 0;
  font-weight: 700;
}
.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #3E3A39;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transition: all 1s;
}
.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: all 1s;
}
.faq_list_acc.open .dli-plus::before {
  content: none;
}

/* header */
@media screen and (min-width:1181px) {
  header {
    position: relative;
  }
  header .header_box > div.logo {
    width: 140px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  #nav_drawer { display: none; }
}
@media screen and (max-width:1180px) {
  header div#nav_drawer nav {
    height: 100vh;
    position: fixed;
    width: calc(100% - 80px);
    padding: 0 40px;
    z-index: 10;
    background-color: #14A83B;
  }
  header div#nav_drawer nav ul li {
    display: block;
    margin: 5px 0;
  }
  header div#nav_drawer nav ul li a {
    color: #fff;
  }
  header div#nav_drawer nav ul li a {
    position: relative;
  }
  header div#nav_drawer nav ul li a:before {
    content: "";
    background-image: url("./images/link_icon.png");
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 2px;
  }


  header div#nav_drawer nav .btn_fullheight {
    display: none;
  }
  #nav_open span { top: 15px; left: 50%; }
  #nav_open {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0px;
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  #nav_open span {
    position: absolute;
    display: block;
    width: 35px;
    height: 2px;
    border-radius: 3px;
    background: #3e3a39;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #nav_open span::before {
    position: absolute;
    top: 10px;
    display: block;
    width: 35px;
    height: 2px;
    border-radius: 3px;
    background: #3e3a39;
    content: "";
  }
  #nav_open span::after {
    position: absolute;
    top: 20px;
    display: block;
    width: 35px;
    height: 2px;
    border-radius: 3px;
    background: #3e3a39;
    content: "";
  }
  #nav_open.active span {
    transform: rotate(45deg);
    background: #fff;
    width: 35px;
    top: 25px;
    left: 10px;
  }
  #nav_open.active span::before,
  #nav_open.active span::after {
    background: #fff;
  }
  header .header_box > div.logo {
    max-width: 338.5px;
    width: 60%;
    height: auto;
    padding: 10px 0 0 10px;
  }
  div.header_nav { display: none; }
}
@media screen and (min-width:1181px) {
  .fixed_menu ul {
    border-top: 6px solid #d0f1f2;
    border-left: 6px solid #d0f1f2;
    border-bottom: 6px solid #d0f1f2;
    border-right: 6px solid #d0f1f2;
    background-color: #d0f1f2;
    border-radius: 8px;
    position: fixed;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
  }
  ::-webkit-full-page-media, :future, :root .fixed_menu ul li a {
    padding: 20px 40px 20px 10px;
  }
  .fixed_menu ul li a {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 20px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #3E3A39;
  }
  .fixed_menu ul li a.first {
    border-top-left-radius: 8px;
  }
  .fixed_menu ul li a.fourth {
    border-bottom-left-radius: 8px;
  }
}
@media screen and (max-width:1180px) {
  .fixed_menu ul {
    border-top: 6px solid rgba(255,255,255,.5);
    border-left: 6px solid rgba(255,255,255,.5);
    border-bottom: 6px solid rgba(255,255,255,.5);
    border-right: 6px solid rgba(255,255,255,.5);
    background-color: rgba(255,255,255,.5);
    border-radius: 8px;
    position: fixed;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fixed_menu ul li {
    width: 50%;
    text-align: center;
    background-color: #3E3A39;
  }
  .fixed_menu ul li a {
    padding: 15px 20px;
    display: block;
    text-decoration: none;
    font-weight: 500;
  }
  .fixed_menu ul li a.first {
    border-bottom: 1px solid #3E3A39;
    border-right: 1px solid #3E3A39;
  }
  .fixed_menu ul li a.second {
    border-left: 1px solid #3E3A39;
    border-bottom: 1px solid #3E3A39;
  }
  .fixed_menu ul li a.third {
    border-top: 1px solid #3E3A39;
    border-right: 1px solid #3E3A39;
  }
  .fixed_menu ul li a.fourth {
    border-top: 1px solid #3E3A39;
    border-left: 1px solid #3E3A39;
  }
}
header {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}

.fixed_menu ul li:last-child a {
  border-bottom: none;
}
.fixed_menu ul li a.first {
  background-color: #C5CDF3;
}
.fixed_menu ul li a.second {
  background-color: #8AE2E4;
}
.fixed_menu ul li a.third {
  background-color: #fff;
}
.fixed_menu ul li a.fourth {
  background-color: #3E3A39;
  color: #fff;
}

.header_box > div nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.header_box > div nav ul li {
  margin-right: 18px;
  position: relative;
}
.header_box > div nav ul li a {
  vertical-align: middle;
}
.header_box > div nav ul li:last-child {
  margin-right: 0;
}
nav ul li.menu_icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 2px;
}
nav ul li.menu_icon.recruit:before {
  background-image: url("./images/icn_search.png");
}
nav ul li.menu_icon.favorite:before {
  background-image: url("./images/icn_fav.png");
}
nav ul li.menu_icon.support:before {
  background-image: url("./images/icn_work.png");
}

.nav_unshown { display: none; }
#nav_open.active {
  background-color: rgba(0,0,0,0);
}
#nav_close span {
  position: relative;
  z-index: 4;
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px auto;
  cursor: pointer;
}
#nav_close span::before,
#nav_close span::after {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  transition: 0.4s;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
#nav_close span::after { transform: rotate(-45deg); }
#nav_content {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
  height: calc(100% - 0px);
  text-align: center;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
  opacity: 0;
}
#nav_content ul {
  margin: auto;
}
#nav_content .one_col ul {
  border-bottom: 1px solid #3e3a39;
  padding: 80px 0 0;
}
#two_col .two_col {
  padding: 20px 0 0;
}

#nav_content li {
  padding: 10px 0;
  text-align: left;
  display: block;
}
#nav_content li a { color: #fff; }
#nav_content.active {
  opacity: 1;
  pointer-events: auto;
}
#nav_open.active span::before {
  transform: rotate(90deg);
  top: 0px;
}
#nav_open.active span::after {
  content: none;
}
#nav_content .header_sns {
  padding-top: 40px;
}
#nav_content .header_sns a {
  display: inline-block;
  margin: 0 auto;
}
#nav_content .header_sns a img {
  margin: 0 5px;
}

/* footer */
@media screen and (min-width:1181px) {
  footer a,
  footer p {
    color: #fff;
  }
  footer .sp_container {
    display: none;
  }
  footer ul li {
    margin-bottom: 30px;
  }
  footer ul li a {
    position: relative;
  }
  footer ul li a:before {
    content: "";
    background-image: url("./images/link_icon.png");
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
  .copyright {
    padding: 20px 0;
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width:1180px) {
  footer .container.spnone {
    display: none;
  }
  footer .sp_container {
    background-color: #fff;
    padding: 40px 0 0;
    border-top: 6px solid #f2f2f2;
  }
  footer p.footer_logo {
    text-align: center;
  }
  footer p.footer_logo img {
    width: 80%;
  }
  footer .sp_container ul.sp_footer_link {
    background-color: #f2f2f2;
    margin: 40px auto 0;
    padding: 20px 0;
    text-align: center;
  }
  footer .sp_container ul.sp_footer_link li {
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid #000;
  }
  footer .sp_container ul.sp_footer_link li:last-child {
    border-right: 1px solid #000;
  }
  footer .sp_container ul.sp_footer_link li a {
    font-size: .875rem;
  }
  .copyright {
    padding: 20px 0 130px;
  }
  .copyright p {
    color: #fff;
  }
}
footer {
  background-color: #14A83B;
}
footer .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 40px;
}
footer .one_col {
  border-bottom: 1px solid #fff;
}
footer .two_col {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
footer .two_col > ul {
  width: 30%;
  margin-right: 10%;
}
.copyright p {
  font-size: 0.8125rem;
  text-align: center;
}

/* TOP */
@media screen and (min-width:1181px) {
  section.fv {
    position: relative;
    width: 100%;
    max-width: initial;
    padding: 0;
  }
  section.fv .fv_content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4%;
    max-width: 90%;
  }
  section.fv .fv_content p {
    white-space: nowrap;
  }
  section.feature h3 {
    font-size: 1.5rem;
    position: relative;
    text-align: center;
    content: "";
    background-image: url("./images/title_bar.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    height: 78px;
    line-height: 65px;
    margin: 50px auto 30px;
  }
  section.feature div.feature_back_image {
    position: absolute;
    bottom: 14%;
    right: -160px;
  }
  section.feature div.feature_back_image img {
    max-width: 230px;
    animation: fadeIn 1s ease 1s 1 forwards;
  }
  .reform_type {
    padding: 80px 0 230px;
    position: relative;
  }
  .reform_type h2 {
    border-bottom: 8px solid #FFE554;
    max-width: 780px;
    margin: 0 auto 80px;
    font-size: 2.5rem;
  }
  .reform_type_select {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1090px;
    margin: 0 auto;
  }
  .reform_type_select > div {
    width: 32%;
  }
  .reform_type::before,
  .reform_type::after {
    border-bottom: 100px solid #67CAFF;
  }
}
@media screen and (max-width:1180px) {
  section.fv {
    max-width: 100%;
    max-width: initial;
    padding: 60px 20px 0;
    margin: 0 auto;
  }
  section.fv .fv_content p {
    margin: 20px auto 0;
  }
  section.feature h2 img {
    width: 55%;
  }
  section.feature h3 {
    font-size: 1rem;
    position: relative;
    text-align: center;
    content: "";
    background-image: url("./images/title_bar_sp.png");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 39px;
    line-height: 35px;
    margin: 25px auto 10px;
  }
  section.feature div.feature_back_image {
    margin: 50px auto 0;
    text-align: center;
  }
  section.feature div.feature_back_image img {
    width: 55%;
    animation: fadeIn 1s ease 1s 1 forwards;
  }
  .reform_type {
    padding: 80px 20px 80px;
    position: relative;
  }
  .reform_type h2 {
    border-bottom: 7px solid #FFE554;
    margin: 0 auto 40px;
    font-size: 1.5rem;
  }
  .reform_type_select {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .reform_type_select > div {
  }
  .reform_type_select > div:first-child {
    margin: 0 20px 0 auto;
    width: 65%;
  }
  .reform_type_select > div:nth-child(2) {
    margin: -50px auto 0 0;
    width: 50%;
  }
  .reform_type_select > div:last-child {
    margin: -120px 0 0 auto;
    width: 50%;
  }
  .reform_type::before,
  .reform_type::after {
    border-bottom: 60px solid #67CAFF;
  }
}
section.fv {
  background-color: #A0E2E4;
}
section.fv .fv_content p {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
section.feature {
  background-color: #A0E2E4;
}
section.feature .content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
section.feature h2 {
  display: block;
  margin: 0 auto;
  text-align: center;
}
section.feature h2 img {
  max-width: 250px;
  animation: fadeIn 1s ease 1s 1 forwards;
}
.reform_type::before,
.reform_type::after,
section.kukan:before,
section.kukan:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
}
.reform_type::before,
section.kukan:before {
    left: 0;
    border-right: 50vw solid transparent;
}
.reform_type::after,
section.kukan:after {
    right: 0;
    border-left: 50vw solid transparent;
}
.reform_type h2 {
  font-weight: 700;
  color: #2E6DA5;
  text-align: center;
}
.reform_type_select > div a img {
  transition: transform .6s ease;
}
.reform_type_select > div a.comingsoon:hover {
  opacity: 1;
}

/* TOP空間 */
@media screen and (min-width:1181px) {
  section.kukan .content h2 {
    position: absolute;
    right: 0;
    width: 312px;
  }
  section.kukan .content:before {
    height: 8px;
    width: 100vw;
    top: 210px;
    margin: 0 calc(50% - 50vw);
  }
  section.kukan .content p.subtitle {
    margin-right: 10%;
    margin-top: 3%;
  }
  section.kukan .content .sub_content {
    padding: 150px 0 0;
  }
  section.kukan::before,
  section.kukan::after {
    border-bottom: 100px solid #D497E5;
  }
}
@media screen and (max-width:1180px) {
  section.kukan .content {
    padding: 0 20px;
  }
  section.kukan .content h2 {
    text-align: right;
    width: 245px;
    margin: 0 0 0 auto;
  }
  section.kukan .content:before {
    height: 8px;
    width: 105vw;
    top: 65px;
    margin: 0 calc(50% - 56vw);
  }
  section.kukan .content p.subtitle {
    margin: 20px auto 0;
  }
  section.kukan .content .sub_content {
    padding: 20px 0 0;
  }
  section.kukan::before,
  section.kukan::after {
    border-bottom: 60px solid #D497E5;
  }
}
section.kukan {
  background-color: #67CAFF;
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}
section.kukan .content {
  position: relative;
}

section.kukan .content:before {
  content: "";
  display: block;
  background-color: rgba(255,255,255,.3);
  position: absolute;
}
section.kukan .content p.subtitle {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 2;
}

/* 空間ページ */
@media screen and (min-width:1181px) {
  .kukan_lists {
    margin: 90px auto 0;
  }
  .kukan_article {
    margin-bottom: 100px;
  }
  .kukan_article .two_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kukan_article .two_col.naisou {
    align-items: center;
  }
  .kukan_article .two_col > div.kukan_article_image {
    width: 60%;
  }
  .kukan_article .two_col > div.kukan_article_info {
    width: 37%;
    padding-bottom: 30px;
  }
  dl.sale_price {
    border: 2px solid #ED1C24;
    margin: 20px auto 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  dl.sale_price dt {
    padding: 15px 0;
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  dl.sale_price dd {
    padding: 15px 5px 15px 0;
    width: calc(65% - 5px);
  }
  dl.kukan_point {
    margin: 50px auto 0;
  }
  dl.kukan_point dt {
    background-size: 163px 31.5px;
    padding: 2px 0 2px 15px;
  }
  
  p.message_box {
    padding: 30px 20px;
  }
  .notice_box {
    background-size: contain;
  }
  section.kukan_subpage .kukan_article_info h4.multi_product {
    border-top: 1px solid #3E3A39;
    padding-top: 30px;
    margin-top: 30px;
  }
  p.kukan_subtitle {
    max-width: 300px;
    margin: 0 auto -45px 0;
  }
  .notice_box p {
    vertical-align: middle;
    line-height: 1.375rem;
    padding: 30px 20px;

    background-color: #fff;
  }
  section.mokuteki_subpage h3 {
    margin: 40px auto 0;
  }
}
@media screen and (max-width:1180px) {
  .kukan_fv h2 img,
  .mokuteki_fv h2 img {
    width: 90%;
  }
  .kukan_lists {
    margin: 45px auto 0;
  }
  .kukan_article {
    margin-bottom: 50px;
  }
  .kukan_article .two_col > div.kukan_article_image ,
  .kukan_article .two_col > div.kukan_article_info {
    width: 100%;
  }
  .kukan_article .two_col > div.kukan_article_info {
    padding-bottom: 30px;
    position: relative;
  }
  .kukan_article .two_col > div.kukan_article_info .sub_icon {
    height: 60px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 10px;
    width: auto;
    margin: 0 auto;
  }
  dl.sale_price {
    margin: 20px 0 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }
  dl.sale_price dt {
    padding: 10px 5px;
    border: 2px solid #ED1C24;
  }
  dl.sale_price dd {
    padding: 10px 5px 10px 20px;
    width: auto;
    border: 2px solid #ED1C24;
  }
  dl.sale_price dt,
  dl.sale_price dd {
    display: inline-block;
  }
  p.maker_price {
    text-align: right;
  }
  dl.kukan_point {
    margin: 25px auto;
  }
  dl.kukan_point dt {
    background-size: cover;
    padding: 1px 5px 1px 10px;
    display: inline-block;
  }
  .maker_link p a:after {
    margin-bottom: -2px;
  }
  p.message_box {
    padding: 20px 10px;
  }
  .notice_box {
    background-size: cover;
    background-position: right;
  }
  section.kukan_subpage .kukan_article_info h4.multi_product {
    border-top: 1px solid #3E3A39;
    padding-top: 30px;
    margin-top: 30px;
  }
  p.kukan_subtitle {
    max-width: 170px;
    margin: 0 auto -25px 0;
  }
  .notice_box p {
    line-height: 1.375rem;
    padding: 15px 10px 15px 100px;
    background-color: #fff;
    position: relative;
    text-align: left;
  }
  .notice_box.nonconstruction p {
    padding: 15px 10px;
  }
  .notice_box p span {
    position: absolute;
    top: 16px;
    left: 10px;
  }
  p.naisou_list {
    padding-top: 20px;
  }
  section.mokuteki_subpage h3 {
    margin: 60px auto 0;
  }
}
.kukan_fv h2 img,
.mokuteki_fv h2 img {
  max-width: 220px;
}
section.kukan_subpage h3,
section.mokuteki_subpage h3 {
  font-size: 2.25rem;
  font-weight: 700;
}
section.kukan_subpage h3 {
  margin: 0 auto;
}
section.mokuteki_subpage h3 span {
  font-size: 1.125rem;
  font-weight: 500;
  display: block;
}
section.kukan_subpage h3 img,
section.mokuteki_subpage h3 img {
  max-width: 240px;
}
section.kukan_subpage p.subtitle {
  text-align: left;
}
.kukan_article {
  padding: 10px;
  background-color: #fff;
  box-shadow: 5px 5px 1px 1px rgba(230,214,123,1);
  position: relative;
}
section.kukan_subpage .kukan_article_info h4 {
  margin-top: 10px;
  font-size: 1.375rem;
  font-weight: 700;
  position: relative;
}
section.kukan_subpage .kukan_article_info h4 span {
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
}
section.kukan_subpage .kukan_article_info h4 span.product_info {
  font-size: 1rem;
  font-weight: 700;
}
section.kukan_subpage .kukan_article_info h4 span.fixed {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #E0E1E1;
  padding: 5px;
  text-align: center;
  line-height: 1.5;
}
dl.sale_price dt {
  background-color: #ED1C24;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.3em;
}
dl.sale_price dd {
  font-weight: 700;
  text-align: right;
  font-size: 1.25rem;
}
dl.sale_price dd span {
  font-size: 1rem;
}
p.maker_price {
  font-size: .875rem;
}
dl.kukan_point dt {
  font-size: .875rem;
  font-weight: 500;
  background-image: url("./images/kukan_point.png");
  background-repeat: no-repeat;
  font-weight: 500;
  margin: 0 auto 10px;
}
.maker_link {
  background-color: #787878;
}
.maker_link p {
  text-align: center;
}
.maker_link p a {
  color: #fff;
  position: relative;
  display: block;
  padding: 20px;
}
.maker_link p a:after {
  content: "";
  display: inline-block;
  background-image: url("./images/outlink_icon.png");
  background-repeat: no-repeat;
  width: 15.5px;
  height: 13.5px;
  background-size: cover;
  margin-left: 10px;
}
p.message_box {
  background-color: #FFC399;
  text-align: center;
  border: 2px solid #fff;
  font-weight: 500;
  margin: 0 auto 40px;
}
p.message_box a {
  color: #0000FF;
  text-decoration: underline;
  font-weight: 500;
}
p.message_box a:hover {
  text-decoration: none;
}
.notice_box {
  text-align: center;
  font-weight: 500;
  margin: 0 auto 40px;
  background-image: url(./images/notice_box_bk.png);
  padding: 10px 15px 15px 10px;
  background-repeat: no-repeat;
}
.notice_box p span {
  font-weight: 500;
  font-size: 1.375rem;
  vertical-align: bottom;
}
.kukan_article_info .sub_icon {
  max-width: 130px;
  text-align: right;
  margin: 10px 0 0 auto;
}
p.naisou_list {
  font-weight: 500;
  font-size: 1.125rem;
}
section.kukan_subpage p.outside_image {
  margin: 50px auto 0;
}

/* 目的 */
@media screen and (min-width:1181px) {
  section.mokuteki {
    padding-bottom: 120px;
  }
  section.mokuteki .content {
    position: relative;
    padding: 80px 0 0;
  }
  section.mokuteki .content p.subtitle {
    margin-top: 3%;
    margin-left: 38%;
  }
  section.mokuteki .content h2 {
    position: absolute;
    left: 0;
    width: 280px;
  }
  section.mokuteki .content:before {
    width: 100vw;
    top: 210px;
    margin: 0 calc(50% - 50.6vw);
  }
  section.mokuteki .content p.subtitle {
    text-align: left;
  }
  .target_lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
  }
  .target_lists > div > a:after {
    background-color: rgba(0,122,255,.3);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
  }
  .target_lists > div > a:hover:after {
    opacity: 1;
    background-color: rgba(255,255,255,0);
  }
  .target_lists > div > a:hover {
    transform: translateY(-10px);
    opacity: 1;
  }
  .target_lists > div a img {
    transition: transform .6s ease;
    border-radius: 6px;
  }
  section.mokuteki .content .sub_content {
    padding: 150px 0 0;
    position: relative;
  }
  .mokuteki_lists {
    margin: 90px auto 0;
  }
  .mokuteki_article {
    margin-bottom: 100px;
  }
  .mokuteki_article .two_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .mokuteki_article .two_col > div.mokuteki_article_image {
    width: 60%;
  }
  .mokuteki_article .two_col > div.mokuteki_article_info {
    width: 37%;
    padding-bottom: 30px;
  }
  section.other_kukan_map .three_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.other_kukan_map .three_col > div {
    width: 32%;
  }
  section.other_kukan_map .three_col > div a img {
    transition: transform .6s ease;
    border-radius: 6px;
  }
  section.other_kukan_map .three_col > div a:after {
    background-color: rgba(0, 122, 255, .3);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
  }
  section.other_kukan_map .three_col > div a:hover {
    transform: translateY(-10px);
  }
  section.other_kukan_map .three_col > div a:hover:after {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0);
  }
  p.sp_catch { display: none; }
  .target_lists > div > a img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
@media screen and (max-width:1180px) {
  section.mokuteki {
    padding-bottom: 80px;
  }
  section.mokuteki .content {
    position: relative;
    padding: 0 20px 0;
  }
  section.mokuteki .content p.subtitle {
    margin: 20px auto 0;
  }
  section.mokuteki .content h2 {
    text-align: right;
    width: 245px;
    margin: 0 0 0 auto;
  }
  section.mokuteki .content:before {
    width: 105vw;
    top: 65px;
    margin: 0 calc(50% - 56vw);
  }
  section.mokuteki .content p.subtitle {
    text-align: center;
  }
  section.mokuteki .content .sub_content .target_back_image {
    display: none;
  }
  .target_lists {
    display: block;
  }
  .target_lists > div {
    margin-bottom: 20px;
  }
  section.mokuteki .content .sub_content {
    padding: 40px 0 0;
    position: relative;
  }
  .mokuteki_lists {
    margin: 45px auto 0;
  }
  .mokuteki_article {
    margin-bottom: 50px;
  }
  .mokuteki_article .two_col > div.mokuteki_article_image ,
  .mokuteki_article .two_col > div.mokuteki_article_info {
    width: 100%;
  }
  .mokuteki_article .two_col > div.mokuteki_article_info {
    padding-bottom: 15px;
    position: relative;
  }
  .mokuteki_article .two_col > div.mokuteki_article_info .sub_icon {
    height: 60px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 10px;
    width: auto;
    margin: 0 auto;
  }
  p.sp_catch {
    font-weight: 500;
    margin: 20px auto 0;
    padding: 0 20px;
  }
  section.other_kukan_map .three_col > div:not(:last-child) {
    margin-bottom: 15px;
  }
  p.product_notice {
    text-align: right;
  }
  .target_lists > div > a img {
    width:100%;
    height: auto;
  }
}
section.mokuteki {
  background-color: #D497E5;
  position: relative;
}
section.mokuteki .content:before {
  content: "";
  display: block;
  background-color: rgba(255,255,255,.3);
  height: 8px;
  position: absolute;
}
section.mokuteki .content p.subtitle {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  line-height: 2;
}
section.mokuteki .content .sub_content .target_back_image {
  position: absolute;
  top: -3px;
  right: 3%;
}
section.mokuteki .content .sub_content .target_back_image img {
  width:  115.5px;
  height: 133.5px;
}
.target_lists > div > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transform: translateY(0);
  transition: all 1s;
}
.mokuteki_article {
  padding: 10px;
  background-color: #fff;
  box-shadow: 5px 5px 1px 1px rgba(220,207,224,1);
  position: relative;
}
section.mokuteki_subpage .mokuteki_article_info h4 {
  font-size: 1.375rem;
  font-weight: 700;
  position: relative;
}
section.mokuteki_subpage .mokuteki_article_info h4 span {
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
section.mokuteki_subpage .mokuteki_article_info h4 span.product_info {
  font-size: 1rem;
  font-weight: 700;
}
section.mokuteki_subpage .mokuteki_article_info h4 span.fixed {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #E0E1E1;
  padding: 5px;
  text-align: center;
  line-height: 1.5;
}
section.mokuteki_subpage .mokuteki_article_info .product_box {
  margin: 40px auto 0;
  border-top: 7px solid #969797;
  border-bottom: 7px solid #969797;
  padding: 10px 0;
}
section.other_kukan_map .three_col > div a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transform: translateY(0);
  transition: all 1s;
}
section.other_kukan_map .three_col > div a:hover {
  opacity: 1;
}
section.other_kukan_map .three_col > div a img {
  height: 100%;
  width: auto;
  object-fit: cover;
}


/* Flow */
@media screen and (min-width:1181px) {
  .flow_lists {
    margin: 70px auto 0;
  }
  .flow_lists .flow_lists_second p.button {
    position: absolute;
    top: 20px;
    left: 75%;
    transform: translateX(-75%);
  }
  .flow_lists .flow_lists_second p.button a {
    width: 350px;
  }
  .flow_lists .flow_lists_forth {
    margin-top: -20px;
  }
}
@media screen and (max-width:1180px) {
  section.flow .content {
    padding: 40px 20px 20px;
  }
  .flow_lists {
    margin: -20px auto 0;
  }
  .flow_lists .flow_lists_second p.button {
    position: absolute;
    bottom: 20%;
    right: 0;
    width: 85%;
  }
  .flow_lists .flow_lists_forth {
    margin-top: -10px;
  }
}
section.flow h2 {
  font-weight: 700;
}
section.flow h2 img {
  width: 164px;
}
.flow_lists .flow_lists_second {
  position: relative;
}
.flow_lists .flow_lists_second p.button a {
  margin: 0 auto;
}

/* Works */
@media screen and (min-width:1181px) {
  section.works .content {
    overflow-x: hidden;
  }
  section.works .works_slide {
    margin: 90px auto 60px;
  }
  .works_single_box p.works_number {
    margin-top: 20px;
  }
  section.works .works_single_box h3 {
    margin: 20px auto;
  }
  .works .single_column_content .client {
    position: absolute;
    top: 40px;
    right: -40px;
    border: 1px solid #000;
    padding: 10px 20px;
    background-color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
  }
  .works .single_column_content .works_number {
    position: absolute;
    top: 40px;
    left: -100px;
    background-color: #ACE11B;
    color: #fff;
    padding: 5px 20px;
    font-weight: 700;
    font-size: 1.8rem;
  }
  .single_column_content .work_info p.work_info_title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width:1180px) {
  section.works {
    padding: 25px 0 50px;
  }
  section.works .content {
    padding: 40px 20px 30px;
  }
  section.works .works_slide {
    margin: 40px auto;
  }
  section.works .works_slide .slick-slide {
    width: 170px;
  }
  .works_single_box p.works_number {
    margin-top: 10px;
  }
  section.works .works_single_box h3 {
    margin: 10px auto;
  }
  .works .single_column_content .client {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #000;
    padding: 10px 20px;
    background-color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
  }
  .works .single_column_content .works_number {
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #ACE11B;
    color: #fff;
    padding: 5px 20px;
    font-weight: 700;
    font-size: 1.8rem;
  }
  .single_column_content .work_info p.work_info_title {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 auto 20px;
  }
}
section.works {
  background-color: #A0E2E4;
}
section.works .content {
  max-width: initial;
}
section.works h2 {
  font-weight: 700;
}
section.works h2 img {
  max-width: 220px;
}
.works_single_box p.works_number {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  color: #ACE11B;
}
.works_single_box {
  background-color: #fff;
}
section.works .works_single_box h3 {
  font-size: 1rem;
  text-align: left;
}
section.works .works_single_box ul.tag {
  margin: 0 auto 10px;
  background-color: #fff;
  padding: 0 10px 0;
  width: 100%;
}
section.works .works_single_box ul.tag li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
section.works .works_single_box ul.tag li a {
  font-size: 0.8125rem;
  color: #ACE11B;
}
section.column_fv.works {
  background-color: #A0E2E4;
}
.works .column_single_box p.column_number,
section.column.works .column_single_box ul.tag li a,
.works .single_info p.date,
.works .single_info p.title {
  color: #ACE11B;
}
.works .single_column_content {
  position: relative;
}
.works .single_column_content h3 {
  background-color: rgba(172,225,27, .2);
  border-left: 9px solid #ACE11B;
}
.single_column_content .work_info {
  border: 1px solid #ACE11B;
  padding: 20px;
  margin-top: 40px;
}

/* FAQ */
@media screen and (min-width:1181px) {
  section.faq h2 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width:1180px) {
  section.faq {
    
    padding: 25px 0 50px;
  }
  section.faq .content {
    padding: 40px 20px 30px;
  }
  section.faq h2 {
    margin-bottom: 40px;
  }
}
section.faq h2 {
  font-weight: 700;
}
section.faq h2 img {
  max-width: 140px;
}
.faq_list_contents {
  margin: 0 auto 90px;
  display: none;
}
.faq_list_contents dl {
  border: 1px solid #D497E5;
  margin-bottom: 20px;
}
.faq_list_contents dl dt,
.faq_list_contents dl dd {
  font-size: 1.125rem;
  padding: 20px;
}
.faq_list_contents dl dt {
  background-color: #19B1C6;
  color: #fff;
  font-weight: 500;
}
.faq_list_contents dl dt:before {
  content: "Q.";
  color: #fff;
  display: inline;
  margin-right: 20px;
  font-weight: 500;
}
.faq_list_contents dl dd p:before {
  content: "A.";
  display: inline;
  margin-right: 20px;
  font-weight: 500;
  font-size: 1.125rem;
}

/* Column */
@media screen and (min-width:1181px) {
  section.column .content {
    overflow-x: hidden;
  }
  section.column .column_slide {
    margin: 90px auto 60px;
  }
  section.column .column_single_box h3 {
    margin: 20px auto 0;
  }
  .column_single_box p.column_number {
    margin-top: 20px;
  }
  section.column .column_single_box ul.tag li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  section.column_fv {
    background-color: #FFE554;
    padding: 120px 0 40px;
  }
  section.column_lists .breadcrumbs {
    padding: 40px 0 0;
  }
  .tag_search {
    padding: 25px 10px 13px;
  }
  section.column_lists .column_lists_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 10px;
  }
}
@media screen and (max-width:1180px) {
  section.column {
    padding: 25px 0 50px;
  }
  section.column .content {
    padding: 40px 20px 30px;
  }
  section.column .column_slide {
    margin: 40px auto;
  }
  section.column .column_slide .slick-slide {
    width: 170px;
  }
  section.column .column_single_box h3 {
    margin: 10px auto 0;
  }
  .column_single_box p.column_number {
    margin-top: 10px;
  }
  section.column .column_single_box ul.tag li {
    margin-right: 3px;
    margin-bottom: 5px;
  }
  section.column_fv {
    background-color: #FFE554;
    padding: 80px 0 20px;
  }
  .tag_search {
    padding: 15px 5px 2px;
  }
  section.column_lists .column_lists_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 10px;
  }
}
section.column {
  background-color: #FFE554;
}
section.column h2 {
  font-weight: 700;
}
section.column h2 img,
section.column_fv h2 img {
  max-width: 256px;
}
section.column .content {
  max-width: initial;
}
.column_single_box p.column_number {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  color: #D497E5;
}
section.column .column_single_box h3 {
  font-size: 1rem;
  text-align: left;
}
section.column .column_single_box ul.tag {
  margin: 0 auto 10px;
  background-color: #fff;
  padding: 0 10px 0;
  width: 100%;
}
section.column .column_single_box ul.tag li {
  display: inline-block;
}
section.column .column_single_box ul.tag li a {
  font-size: 0.8125rem;
  color: #D497E5;
}
.column_single_box ul.tag li a {
  padding: 0;
}
body.single section.column_lists {
  background-image: none;
  background-color: #fff;
}
section.column_lists {
  background-image: url("./images/column_background.png");
  background-size: 100%;
  background-repeat: repeat-y;
}
section.column_lists.column .content {
  max-width: 1000px;
}
.tag_search {
  margin: 0 auto 40px;
  border-top: 2px solid #B3B3B3;
  border-bottom: 2px solid #B3B3B3;
}
.search_subtitle {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 20px;
}
ul.tag_lists li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}
ul.tag_lists li a {
  font-size: 0.6875rem;
  padding: 8px 15px;
  background-color: #fff;
  border-radius: 30px;
  display: block;
}
ul.tag_lists li a:before {
  content: "#";
  display: inline-block;
}
ul.tag_lists li a:hover {
  background-color: #3E3A39;
  color: #fff;
}
.column_lists_box .column_single_box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}


/* slide */
@media screen and (min-width:1181px) {
  .slick-list {
    margin: 0 -15px;
  }
  .slick-slide {
    margin: 0 15px;
  }
  .slide-arrow.next-arrow img,
  .slide-arrow.prev-arrow img {
    width: 80px;
    height: 80px;
  }
  .slide-arrow.next-arrow {
    right: 8%;
  }
  .slide-arrow.prev-arrow {
    left: 8%;
  }
}
@media screen and (max-width:1180px) {
  .slick-list {
    margin: 0 -5px;
  }
  .slick-slide {
    margin: 0 5px;
  }
  .slide-arrow.next-arrow img,
  .slide-arrow.prev-arrow img {
    width: 40px;
    height: 40px;
  }
  .slide-arrow.next-arrow {
    right: 4%;
  }
  .slide-arrow.prev-arrow {
    left: 4%;
  }
}

.column_slide .slick-list {
  margin: 0 -10px;
}
.column_slide .slick-slide {
  margin: 0 10px;
  background-color: #fff;
}
.slide-items {
	margin: auto;
}
.slick-initialized .slick-slide {
  position: relative;
}
.top_slide .slick-list,
.works_slide .slick-list,
.column_slide .slick-list {
  overflow-x: clip;
  overflow-y: visible;
}
.top_slide .slick-initialized .slick-slide p {
  position: absolute;
  width: calc(100% - 24px);
  bottom: 20px;
  background-color: rgba(255,255,255,0.5);
  padding: 12px;
  text-align: center;
}
.top_slide .slick-slide {
  width: 170px;
}
.top_slide img {
  width: 100%;
  height: auto;
}
.slide_box {
  position: relative;
  padding: 20px 0;
}
.works_single_box a,
.column_single_box a {
  padding: 10px;
  transition: transform 1s ease;
  transform: translateY(0);
  display: block;
  background-color: #fff;
}
.works_single_box a:hover,
.column_single_box a:hover {
  transform: translateY(-10px);
}
.arrow_box,
.works_arrow_box,
.column_arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.slide-arrow.next-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index:10;
  cursor: pointer;
}
.slide-arrow.prev-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index:10;
  cursor: pointer;
}
.slide-arrow.prev-arrow img {
  transform: scale(-1,1);
}
.top_slide > div a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.top_slide > div a:after {
  background-color: rgba(0, 122, 255, .3);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.top_slide > div a:hover {
  opacity: 1;
}
.top_slide > div a:hover:after {
  background-color: rgba(255,255,255,0);
  opacity: 1;
}
.top_slide > div a img {
  height: auto;
  transition: transform 1s ease;
  transform: translateY(0);
}
.top_slide > div a:hover img {
  transform: translateY(-10px);
}
.slick-slider .slick-track {
  display: flex;
}
.slick-slider .slick-slide {
  height: auto !important;
}

/* Single page */
@media screen and (min-width:1181px) {
  .single_column {
    background-color: #fff;
    padding: 60px 20px;
  }
  .single_column_content .single_info {
    margin: 40px auto 0;
    padding: 0 5px 20px;
    border-bottom: 1px solid #828282;
  }
  section.column .single_column_content h2 {
    font-size: 1.375rem;
    margin: 30px auto 60px;
  }
  .single_column_content h3 {
    padding: 15px;
    border-left: 9px solid #D497E5;
    font-size: 1.125rem;
    margin: 100px auto 40px;
  }
}
@media screen and (max-width:1180px) {
  .single_column {
    background-color: #fff;
    padding: 30px 20px;
  }
  .single_column_content .single_info {
    margin: 0 auto 0;
    padding: 0 5px 5px;
    border-bottom: 1px solid #828282;
  }
  section.column .single_column_content h2 {
    font-size: 1.1rem;
    margin: 20px auto 40px;
  }
  .single_column_content h3 {
    padding: 10px 15px;
    border-left: 6px solid #D497E5;
    font-size: 1rem;
    margin: 50px auto 20px;
  }
}
.single_column_content {
  max-width: 720px;
  margin: 0 auto;
}
.single_column_content .main_photo {
  text-align: center;
}
.single_info p.date,
.single_info p.title {
  display: inline-block;
  color: #D497E5;
  font-size: 0.8125rem;
}
.single_info p.date {
  margin-right: 20px;
}
section.column .single_column_content h2 {
  font-weight: 700;
  text-align: left;
}
.single_column_content h3 {
  background-color: #FBF4FC;
  font-weight: 700;
  text-align: left;
}
.single_column_content img {
  margin: 0 auto 20px;
}
.pagenation .page-numbers.current {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #797675;
  text-align:center;
  line-height: 23px;
  color: #fff;
}
.pagenation {
  margin: 40px auto 0;
  text-align: center;
}
.pagenation a,
.pagenation span {
  display: inline-block;
  margin-right: 20px;
}
.pagenation .prev.page-numbers img {
  transform: scale(-1,1);
}
.pagenation .next.page-numbers img,
.pagenation .prev.page-numbers img {
  width: 6px;
  height: 11.5px;
}
ul.wp-block-list {
  margin: 20px auto 15px;
}
ul.wp-block-list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
ul.wp-block-list li:before {
  content: "●";
  display: inline;
  color: #D497E5;
}


/* Animetion */
.animation_box {
  opacity: 0;
  transform: translateY(20px);
  transition: 2.5s ease;
}
.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.fv img.top_fv,
.fadeIn.scroll_in {
  opacity: 1;
  transform: translateY(0);
}
@keyframes fadeIn {
  from {
    opacity: 0.5;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(-20px);
  }
}