@charset "UTF-8";
/*
Theme Name:株式会社錦メンテナンス
Description:株式会社錦メンテナンス | 岩国市で詰まり・水漏れなどの水回りのトラブルはお任せください。
Version: 1.0
License:株式会社錦メンテナンス
License URI:https://www.https://nishiki-maintenance.co.jp/
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Quicksand:wght@300..700&family=Zen+Maru+Gothic&display=swap");
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
.g_navi blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

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

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

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

input,
select {
  vertical-align: middle;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #333;
  background: #fff;
  font-weight: normal;
  min-width: 1240px;
  font-size: 1.6rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body li,
  body tt,
  body tr,
  body dt,
  body dd,
  body p {
    font-size: 1.4rem;
  }
  body h1 {
    font-size: 2.4rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  transition: 0.3s linear;
}

a:hover,
a:active {
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1600 {
  max-width: 1600px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1200, .w1600 {
    width: 100%;
    padding: 0 3%;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}

.header_wrap {
  width: 100%;
  padding: 0px 0px 0 30px;
  align-items: center !important;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 0px 0px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3%;
  }
}

.h_logo {
  line-height: 1;
}
@media screen and (max-width: 1570px) {
  .h_logo {
    width: 270px;
  }
  .h_logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .h_logo {
    width: 220px;
  }
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
.header_right_l {
  text-align: right;
}

.header_right {
  display: flex;
  align-items: center;
}

.h_mail {
  width: 140px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1570px) {
  .h_mail {
    width: 120px;
  }
}
.h_mail a {
  width: 100%;
  height: 100%;
  background-color: #f98585;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_mail a span {
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  text-align: center;
  padding-top: 50px;
  background: url(images/mail.svg) no-repeat center top;
}
@media screen and (max-width: 1570px) {
  .h_mail a span {
    font-size: 1.5rem;
    padding-top: 40px;
    background-size: 40px;
  }
}
.h_mail a:hover {
  background-color: #10a2ff;
}

.header_tel {
  margin-right: 30px;
  padding-top: 30px;
  transition: 0.3s;
}
@media screen and (max-width: 1570px) {
  .header_tel {
    padding-top: 20px;
  }
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}
#mv_top .mv_img {
  position: relative;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}
#mv_top .top_catch {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    width: 90%;
  }
}

.slider {
  width: 100%;
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

#mv_page .mv_img {
  position: relative;
  width: 1920px;
  left: calc(50% - 960px);
}
@media screen and (max-width: 767px) {
  #mv_page .mv_img {
    width: 200%;
    left: -60%;
  }
}

.page_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page_title img {
    width: 200px;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  #mv_top .mv_img {
    width: 100%;
    position: relative;
    left: 0;
    transform: revert;
  }
  #mv_page {
    width: 100%;
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_r {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  margin-top: 40px;
}

.single_text {
  width: 100%;
}

.single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #10a2ff;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #e6f6ff;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #10a2ff;
  border: solid 1px #10a2ff;
  color: white;
}

.nav-below {
  text-align: center;
  width: 100%;
  margin: 60px 0 0;
  display: flex;
  justify-content: center;
  border-top: 1px solid #10a2ff;
  border-bottom: 1px solid #10a2ff;
  text-decoration: none;
  color: #10a2ff;
}

.nav-below .next {
  width: 25%;
  border-right: 1px solid #10a2ff;
}

.nav-below .prev {
  width: 25%;
  border-left: 1px solid #10a2ff;
}

.nav-below .back {
  width: 50%;
}

.nav-below a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.3s;
  color: #10a2ff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    font-size: 1.3rem;
    padding: 20px 5px;
  }
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  background: #10a2ff;
  color: #fff;
}

/* 前へ、次へのホバー時 */
@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #10a2ff;
  border-radius: 8px;
  background-color: #10a2ff;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #10a2ff;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

input[type=radio i] {
  margin: 3px 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.aside {
  margin: 0 auto;
  padding: 100px 0 80px;
  background: url(images/c_bg.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .aside {
    margin: 0 auto;
    padding: 60px 3%;
    background-size: 500%;
    background: url(images/c_bg_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
.aside > p {
  text-shadow: 0 0 10px #fff;
}

.area {
  text-align: center;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .area {
    margin: 20px 0;
  }
}
.area p {
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
.area .area_p {
  font-size: 2rem;
  color: #10a2ff;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .area .area_p {
    font-size: 1.7rem;
  }
}
.area span {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #fff;
  display: inline-block;
  width: 100px;
  background-color: #10a2ff;
  padding: 5px;
  margin-right: 20px;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .area span {
    font-size: 1.2rem;
    width: 80px;
  }
}

.c_link {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .c_link {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .c_tel {
    text-align: center;
  }
}
.c_tel p {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .c_tel p {
    font-size: 1.5rem;
  }
}
.c_tel span {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #10a2ff;
  width: 420px;
  border-radius: 100vmax;
  display: inline-block;
  text-align: center;
  padding: 3px;
}
@media screen and (max-width: 767px) {
  .c_tel span {
    max-width: 400px;
    width: 100%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c_tel a {
    width: 80%;
    max-width: 430px;
  }
}

.c_mail {
  width: 420px;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c_mail {
    width: 100%;
    max-width: 350px;
  }
}
.c_mail a {
  width: 100%;
  height: 100%;
  background-color: #f98585;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c_mail a {
    padding: 20px;
  }
}
.c_mail a:hover {
  background-color: #10a2ff;
}
.c_mail a span {
  font-size: 2.6rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.02em;
  padding-left: 60px;
  font-weight: 600;
  color: #fff;
  background: url(images/c_mail.svg) no-repeat center left;
}
@media screen and (max-width: 767px) {
  .c_mail a span {
    font-size: 2rem;
    padding-left: 40px;
    background-size: 30px;
  }
}

/****************************************

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #3ab9ff;
}

.pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 30px;
  z-index: 999;
}

.footer_address {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer_address {
    text-align: center;
  }
}

.footer_logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    width: 80%;
    max-width: 355px;
    margin: 0 auto 20px;
  }
}

.footer_sp {
  display: none;
}

.footer_container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4862745098);
  padding: 70px 0 50px;
}
@media screen and (max-width: 767px) {
  .footer_container {
    display: block;
    padding: 50px 3%;
  }
}

.sitemap {
  display: flex;
  gap: 40px;
}
.sitemap li {
  margin-bottom: 10px;
}
.sitemap li a {
  color: #fff;
}
.sitemap dt {
  color: #fff;
  margin-bottom: 10px;
}
.sitemap dd {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1px;
}
.sitemap dd::before {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100vmax;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.4588235294);
}
.sitemap dd a {
  color: rgba(255, 255, 255, 0.8352941176);
  font-size: 1.4rem;
}

.sitemap a {
  text-decoration: none;
  position: relative;
  position: relative;
}

/* サイトマップホバー時のアンダーライン */
.sitemap a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.sitemap a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.copyright_block {
  text-align: center;
  background-color: #3ab9ff;
  padding: 15px 0;
}

.copyright {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.6235294118);
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .copyright_block {
    padding: 8px 3%;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #10a2ff;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 32px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 60px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
    padding: 13px 10px;
    background: #10a2ff;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-10px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: url(images/sp_nav.png) no-repeat right bottom, #10a2ff;
    background-size: contain;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding: 70px 20px 30px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビのホバー時 */
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビ下層のホバー時 */
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: #10a2ff;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/* spナビ下の情報 */
.sp_navi_info {
  margin: 0 10px 20px;
  padding: 25px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.431372549);
  border-radius: 20px;
}

.sp_navi_info dt {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4745098039);
  color: #10a2ff;
  font-family: "Quicksand", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.03em;
  font-size: 2.2rem;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  font-weight: 600;
  line-height: 1;
}

.sp_navi_info dd {
  margin-bottom: 25px;
}
.sp_navi_info dd:last-child {
  margin-bottom: 0;
}

.hours span {
  background-color: #10a2ff;
  color: #fff;
  padding: 2px;
  text-align: center;
  display: block;
  font-size: 1.2rem;
  margin: 5px 0 10px;
}

.tel {
  text-align: center;
}
.tel img {
  max-width: 280px;
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  padding: 15px 15px 0px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 1570px) {
  #g_navi {
    padding: 5px 15px 0px;
  }
}

#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

#g_navi .menu:before {
  content: "";
  display: table;
}

#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}

#g_navi .menu > li {
  position: relative;
  margin: 0 15px;
}
@media screen and (max-width: 1570px) {
  #g_navi .menu > li {
    margin: 0 8px;
  }
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 20px 0;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 1570px) {
  #g_navi .menu li a {
    font-size: 1.55rem;
  }
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #10a2ff;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #10a2ff;
  opacity: 0.6;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #10a2ff;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  margin: 0px auto 50px;
}

.breadcrumb p {
  text-align: left;
  font-size: 1.4rem;
}

.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #10a2ff;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #10a2ff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    margin: 10px auto 40px;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.top_ttl1 {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl1 {
    font-size: 2.2rem;
  }
  .top_ttl1 .block {
    width: 290px;
    margin: 0 auto;
  }
}

.large {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .large {
    font-size: 3rem;
  }
}

.top_ttl2 {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 4rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-bottom: 25px;
  background: url(images/wave.png) no-repeat center bottom;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    font-size: 2.5rem;
    background-size: 150px;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
}

.sub {
  font-size: 1.8rem;
  font-family: "Quicksand", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.025em;
  color: #999;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .sub {
    font-size: 1.4rem;
  }
}

.top_ttl2_1 {
  letter-spacing: 0.05em;
  font-size: 4rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_ttl2_1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
  }
}

.top_ttl3 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 50px;
  display: inline-block;
  background: url(images/sweat_l.png) no-repeat left bottom 30px, url(images/sweat_r.png) no-repeat right bottom 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 0 30px;
    background: url(images/sweat_l.png) no-repeat left 5px bottom 20px, url(images/sweat_r.png) no-repeat right 5px bottom 20px;
    background-size: 20px;
  }
}

.sub2 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sub2 {
    font-size: 1.4rem;
  }
}
.sub2 span {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .sub2 span {
    font-size: 1.6rem;
  }
}

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

.c_ttl {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2773f0;
  margin-bottom: 30px;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 2rem;
  }
}

.top_ttl4 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl4 {
    font-size: 2.3rem;
    margin-bottom: 40px;
  }
}

.top_ttl5 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(2.2rem, 1.875vw, 3rem);
  letter-spacing: 0.025em;
  color: #10a2ff;
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
  background: url(images/dash.png) no-repeat left bottom;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_ttl5 {
    font-size: 2rem;
  }
}

.top_ttl6 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_ttl6 {
    font-size: 2.5rem;
    margin-bottom: 0px;
  }
}

.top_ttl7 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.025em;
  color: #2773f0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_ttl7 {
    font-size: 1.4rem;
  }
}

.top_ttl8 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  padding: 0 0 10px 40px;
  background: url(images/drop.png) left top 8px no-repeat;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top_ttl8 {
    font-size: 2rem;
    margin-bottom: 10px;
    padding: 0 0 10px 25px;
    background: url(images/drop.png) left top 0px no-repeat;
    background-size: 16px;
  }
}

.headline {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 3.5rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-bottom: 30px;
  background: url(images/wave2.png) no-repeat center bottom;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.5rem;
    background-size: 150px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}

.ttl01 {
  letter-spacing: 0.1em;
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 2.2rem;
  }
}
.ttl01 span {
  color: #10a2ff;
  font-size: 3.5rem;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .ttl01 span {
    font-size: 3rem;
    padding-right: 10px;
  }
}

.ttl02 {
  letter-spacing: 0.1em;
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-left: 40px;
  background: url(images/drop.png) no-repeat left top 5px;
  background-size: 20px;
}
@media screen and (max-width: 767px) {
  .ttl02 {
    font-size: 2rem;
    margin-bottom: 10px;
    padding: 0 0 10px 25px;
    background: url(images/drop.png) left top 0px no-repeat;
    background-size: 16px;
  }
}

.ttl03 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 40px;
  display: inline-block;
  background: url(images/sweat_l.png) no-repeat left center, url(images/sweat_r.png) no-repeat right center;
  background-size: 21px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl03 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 0 20px;
    background-size: 15px;
  }
}

.ttl04 {
  background-color: #3ab9ff;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  font-size: 2rem;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ttl04 {
    font-size: 1.6rem;
    padding: 10px 15px;
  }
}

.ttl05 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #f98585;
  padding-bottom: 15px;
  background: url(images/dash2.png) no-repeat center bottom;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl05 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.ttl06 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #10a2ff;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ttl06 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.ttl07 {
  letter-spacing: 0.1em;
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-left: 40px;
  background: url(images/curry.svg) no-repeat left top 6px;
}
@media screen and (max-width: 767px) {
  .ttl07 {
    font-size: 2rem;
    margin-bottom: 10px;
    padding: 0 0 10px 40px;
    background: url(images/curry.svg) left top 0px no-repeat;
    background-size: 30px;
  }
}

/* ボタン */
.btn1 {
  width: 260px;
}
.btn1 a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #10a2ff;
  border-radius: 100vmax;
  text-align: center;
  width: 100%;
  padding: 18px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  position: relative;
}
.btn1 a::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s;
}
.btn1 a:hover {
  background-color: #f98585;
}
.btn1 a:hover::before {
  right: 10px;
}

.btn_container1 {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .btn_container1 {
    margin-top: 40px;
  }
}

.btn2 {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .btn2 {
    width: 150px;
  }
}
.btn2 a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #10a2ff;
  border-radius: 100vmax;
  text-align: center;
  width: 100%;
  padding: 13px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 1.4rem;
  }
}
.btn2 a::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s;
}
.btn2 a:hover {
  background-color: #f98585;
}
.btn2 a:hover::before {
  right: 10px;
}

.btn_container2 {
  margin-top: 50px;
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .btn_container2 {
    margin-top: 40px;
    justify-content: center;
    gap: 20px 10px;
  }
  .btn_container2 .btn1 {
    width: 170px;
  }
  .btn_container2 .btn1 a {
    font-size: 1.3rem;
  }
}

.btn_container3 {
  margin-top: 50px;
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .btn_container3 {
    margin-top: 30px;
    justify-content: center;
  }
}

.btn_container4 {
  margin-top: 30px;
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 767px) {
  .btn_container4 {
    margin-top: 20px;
    justify-content: center;
  }
  .btn_container4 .btn1 {
    width: 220px;
  }
  .btn_container4 .btn1 a {
    font-size: 1.3rem;
  }
}

.btn3 {
  width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn3 {
    width: 300px;
  }
}
.btn3 a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #10a2ff;
  border-radius: 100vmax;
  text-align: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn3 a {
    font-size: 1.4rem;
  }
}
.btn3 a::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s;
}
.btn3 a:hover {
  background-color: #f98585;
}
.btn3 a:hover::before {
  right: 10px;
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 940px;
  height: 100%;
  max-height: 240px;
  overflow-y: scroll;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
  }
}

.news_post article a {
  width: 100%;
  padding: 25px 40px 25px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post article a {
    padding: 15px 0px;
    flex-direction: column;
  }
}

.news_post article a h3 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .news_post article a h3 {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.news_post article span {
  background-image: linear-gradient(90deg, #10a2ff, #10a2ff);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size 0.3s;
  cursor: pointer;
  padding-bottom: 5px;
}

.news_post article a:hover span {
  background-size: 100% 1px;
}
@media screen and (max-width: 767px) {
  .news_post article a:hover span {
    background-size: 0% 1px;
    color: #10a2ff;
  }
}

.news_post article .date {
  font-size: 1.6rem;
  color: #10a2ff;
  margin-right: 40px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    font-size: 1.4rem;
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
  }
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/****************************************

contentトップ用

*****************************************/
/* 暮らしをサポート */
.blue {
  color: #2773f0;
}

.sky {
  color: #10a2ff;
}

.top_box01 {
  padding: 20px 0 80px;
  background: url(images/top_l.png) no-repeat left 70px top, url(images/top_r.png) no-repeat right 140px bottom 10px;
  transition: 0.3s;
}
@media screen and (max-width: 1570px) {
  .top_box01 {
    background: url(images/top_l.png) no-repeat left -60px top, url(images/top_r.png) no-repeat right -50px bottom 5px;
  }
}
@media screen and (max-width: 767px) {
  .top_box01 {
    background: none;
    padding: 40px 0 60px;
  }
}

/* 選ばれる理由 */
.top_box02 {
  background: url(images/top_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
  isolation: isolate;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}

.top_box02_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
}
@media screen and (max-width: 767px) {
  .top_box02_container {
    gap: 20px 3%;
  }
}

.reason {
  width: 285px;
  border-radius: 20px;
  padding: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason {
    width: 48.5%;
  }
}
.reason::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 6px;
  left: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1176470588);
  background-color: #10a2ff;
  z-index: -1;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .reason::after {
    top: 4px;
    left: 4px;
  }
}
.reason h3 {
  text-align: center;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.025em;
  color: #2773f0;
  font-weight: 600;
  padding: 100px 0 20px;
}
@media screen and (max-width: 767px) {
  .reason h3 {
    font-size: 1.4rem;
    padding: 80px 0 20px;
  }
}

.r1 {
  background: url(images/reason_icon1.svg) no-repeat center top 35px, #fff;
  position: relative;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .r1 {
    margin-left: 0;
    width: 100%;
    background-size: 65px;
  }
}
.r1::before {
  display: block;
  position: absolute;
  content: "01";
  font-size: 5rem;
  font-family: "Quicksand", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #a4d6ff;
  letter-spacing: 0.025em;
  top: 5px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .r1::before {
    font-size: 3.5rem;
    left: 10px;
  }
}

.r2 {
  background: url(images/reason_icon2.svg) no-repeat center top 20px, #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .r2 {
    background-size: 55px;
  }
}
.r2::before {
  display: block;
  position: absolute;
  content: "02";
  font-size: 5rem;
  font-family: "Quicksand", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #a4d6ff;
  letter-spacing: 0.025em;
  top: 5px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .r2::before {
    font-size: 3.5rem;
    left: 10px;
  }
}

.r3 {
  background: url(images/reason_icon3.svg) no-repeat center top 30px, #fff;
  position: relative;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .r3 {
    margin-right: 0;
    background-size: 50px;
  }
}
.r3::before {
  display: block;
  position: absolute;
  content: "03";
  font-size: 5rem;
  font-family: "Quicksand", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #a4d6ff;
  letter-spacing: 0.025em;
  top: 5px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .r3::before {
    font-size: 3.5rem;
    left: 10px;
  }
}

.r4 {
  background: url(images/reason_icon4.svg) no-repeat center top 30px, #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .r4 {
    background-size: 40px;
  }
}
.r4::before {
  display: block;
  position: absolute;
  content: "04";
  font-size: 5rem;
  font-family: "Quicksand", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #a4d6ff;
  letter-spacing: 0.025em;
  top: 5px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .r4::before {
    font-size: 3.5rem;
    left: 10px;
  }
}

.r5 {
  background: url(images/reason_icon5.svg) no-repeat center top 20px, #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .r5 {
    background-size: 55px;
  }
}
.r5::before {
  display: block;
  position: absolute;
  content: "05";
  font-size: 5rem;
  font-family: "Quicksand", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #a4d6ff;
  letter-spacing: 0.025em;
  top: 5px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .r5::before {
    font-size: 3.5rem;
    left: 10px;
  }
}

.r6 {
  background: url(images/reason_icon6.svg) no-repeat center top 30px, #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .r6 {
    background-size: 55px;
  }
}
.r6::before {
  display: block;
  position: absolute;
  content: "06";
  font-size: 5rem;
  font-family: "Quicksand", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #a4d6ff;
  letter-spacing: 0.025em;
  top: 5px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .r6::before {
    font-size: 3.5rem;
    left: 10px;
  }
}

.r7 {
  background: url(images/reason_icon7.svg) no-repeat center top 30px, #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .r7 {
    background-size: 45px;
  }
}
.r7::before {
  display: block;
  position: absolute;
  content: "07";
  font-size: 5rem;
  font-family: "Quicksand", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #a4d6ff;
  letter-spacing: 0.025em;
  top: 5px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .r7::before {
    font-size: 3.5rem;
    top: 5px;
    left: 10px;
  }
}

/* お悩み */
.top_box03 {
  margin-bottom: 60px;
}

.check_list {
  column-count: 2;
  column-gap: 70px;
}
@media screen and (max-width: 767px) {
  .check_list {
    column-count: 1;
  }
}
.check_list li {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #ccc;
  padding: 0 0 25px 50px;
  background: url(images/check.svg) left top no-repeat;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .check_list li {
    font-size: 1.4rem;
    padding: 0 0 10px 30px;
    background-size: 20px;
    margin-bottom: 10px;
  }
}

/* サービス案内 */
.top_box04 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    margin-top: 60px;
  }
}

.top_box04_container {
  padding: 50px 0 0;
  background: url(images/top_bg2.jpg) no-repeat center top, #e6f6ff;
}

.top_box04_link {
  width: calc(100% - 40px);
  max-width: 1860px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box04_link {
    width: 100%;
    padding: 0 3%;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.top_box04_bnr {
  max-width: 450px;
  width: 24%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  transition: 0.3s;
  top: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1568627451);
}
@media screen and (max-width: 767px) {
  .top_box04_bnr {
    width: 100%;
  }
}
.top_box04_bnr a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.top_box04_bnr:hover {
  filter: saturate(180%);
  position: relative;
  top: -10px;
}
.top_box04_bnr:hover .more::after {
  background-color: #f98585;
}
.top_box04_bnr figure {
  width: 100%;
}
.top_box04_bnr figure img {
  width: 100%;
  height: auto;
}

.top_box04_txt {
  padding: 20px 30px 30px;
}
@media screen and (max-width: 767px) {
  .top_box04_txt {
    padding: 10px 20px 20px;
  }
}

.more {
  font-size: 1.6rem;
  color: #999;
  letter-spacing: 0.025em;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: right;
  padding-right: 50px;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .more {
    font-size: 1.4rem;
    padding-right: 40px;
  }
}
.more::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #10a2ff;
  border-radius: 100vmax;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767px) {
  .more::after {
    width: 25px;
    height: 25px;
  }
}
.more::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  transition: 0.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .more::before {
    right: 10px;
  }
}

/* 対応事例 */
.top_box05 {
  background-color: #e6f6ff;
  padding: 80px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}

.top_case {
  display: flex;
  width: 930px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .top_case {
    flex-wrap: wrap;
    width: 100%;
    gap: 20px 2%;
  }
}
.top_case article {
  width: 290px;
}
@media screen and (max-width: 767px) {
  .top_case article {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .top_case article:first-child {
    width: 100%;
  }
}
.top_case article figure {
  width: 100%;
  aspect-ratio: 29/20;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.top_case article figure a {
  width: 100%;
  height: 100%;
  position: relative;
}

.top_case_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(images/) no-repeat center top;
}
@media screen and (max-width: 767px) {
  .top_case_container {
    display: block;
  }
}

.top_case_ttl {
  justify-content: center;
  background: url(images/pipe.png) no-repeat center;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .top_case_ttl {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(images/pipe.png) no-repeat left center;
    background-size: contain;
    margin-bottom: 20px;
  }
}

/* 店舗清掃 浄化槽清掃 貯水槽清掃 */
.top_box06 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_box06 {
    margin-bottom: 60px;
  }
}
.top_box06 .flex {
  justify-content: left;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_box06 .flex {
    margin-bottom: 60px;
  }
}
.top_box06 .flex_r {
  justify-content: right;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_box06 .flex_r {
    margin-bottom: 60px;
  }
}

.fig1 {
  border-radius: 20px;
  overflow: hidden;
  max-width: 670px;
  width: 42%;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .fig1 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.fig1 img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

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

/* よくあるご質問 */
.top_box07 {
  background-color: #e6f6ff;
  padding: 80px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_box07 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .top_faq_content {
    display: flex;
    width: 100%;
    padding-right: 0;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}

.accordion {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .accordion {
    margin-bottom: 20px;
  }
}

.accordion_summary {
  display: block;
  position: relative;
  padding: 10px 0 25px 70px;
  background: url(images/q.png) no-repeat left 0px top 0px;
  font-size: 2.2rem;
  list-style: none;
  cursor: pointer;
  color: #333;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .accordion_summary {
    padding: 20px 40px 15px;
    background: url(images/q.png) no-repeat left 0px top 18px;
    background-size: 30px;
    font-size: 1.6rem;
  }
}

.accordion_summary::-webkit-details-marker {
  display: none;
}

.accordion_summary::after {
  content: "+";
  font-size: 3rem; /* 記号のサイズ */
  position: absolute;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  line-height: 1;
  right: 20px;
  top: 50%;
  color: #999;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .accordion_summary::after {
    right: 10px;
    font-size: 2.5rem;
  }
}

.accordion[open] .accordion_summary::after {
  content: "−";
  transition: 0.3s;
}

.accordion_answer {
  padding: 30px 0 0 70px;
  background: url(images/a.png) no-repeat left 0px top 20px;
}
@media screen and (max-width: 767px) {
  .accordion_answer {
    padding: 20px 10px 15px 40px;
    background: url(images/a.png) no-repeat left 0px top 15px;
    background-size: 30px;
  }
}
.accordion_answer p {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .accordion_answer p {
    font-size: 1.4rem;
  }
}
.accordion_answer a {
  color: #2773f0;
  text-decoration: none;
  position: relative;
}
.accordion_answer a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2773f0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
.accordion_answer a:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
}

.linkbd02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #e99e43;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}

/* 岩国海軍飛行艇カレー */
.top_box08 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_box08 {
    margin-bottom: 60px;
  }
}

/* お知らせ */
.top_box09_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box09_content {
    flex-direction: column;
  }
}

.top_box09 {
  margin-bottom: 60px;
}

/* 選ばれる理由 */
.sec_mb {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec_mb {
    margin-bottom: 50px;
  }
}

.sec_mb2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec_mb2 {
    margin-bottom: 50px;
  }
}

.fig2 {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fig2 {
    margin-top: 20px;
  }
}

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

/* 会社情報 */
.overview_tbl {
  border-top: 1px solid #10a2ff;
}
.overview_tbl dl {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #10a2ff;
}
@media screen and (max-width: 767px) {
  .overview_tbl dl {
    display: block;
  }
}
.overview_tbl dt {
  width: 300px;
  padding: 20px;
  background-color: #e6f6ff;
}
@media screen and (max-width: 767px) {
  .overview_tbl dt {
    width: 100%;
    padding: 10px 15px;
  }
}
.overview_tbl dd {
  width: calc(100% - 300px);
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .overview_tbl dd {
    width: 100%;
    padding: 10px 15px;
  }
}

.map {
  width: 100%;
  position: relative;
  padding-top: 36.66%;
}
@media screen and (max-width: 767px) {
  .map {
    min-height: 300px;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 各種登録証明書 */
.certificate_box01 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .certificate_box01 {
    gap: 10px 2%;
    margin-bottom: 10px;
  }
}
.certificate_box01 figure {
  width: 580px;
  aspect-ratio: 58/41;
  border: 1px solid #ccc;
  background-color: #e6f6ff;
}
@media screen and (max-width: 767px) {
  .certificate_box01 figure {
    width: 49%;
  }
}
.certificate_box01 figure a {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
}

.certificate_box02 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .certificate_box02 {
    gap: 10px 2%;
  }
}
.certificate_box02 figure {
  width: 380px;
  aspect-ratio: 38/54;
  border: 1px solid #ccc;
  background-color: #e6f6ff;
}
@media screen and (max-width: 767px) {
  .certificate_box02 figure {
    width: 49%;
  }
}
.certificate_box02 figure a {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
}

/* 浴室・洗面台・台所 */
.skyblue_box {
  background-color: #e6f6ff;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .skyblue_box {
    padding: 30px 15px;
  }
}

.request {
  text-align: center;
}
.request span {
  font-size: 2rem;
  background: linear-gradient(transparent 60%, rgba(255, 255, 51, 0.6117647059) 0%);
  display: inline;
  padding: 0 1px 5px;
}
@media screen and (max-width: 767px) {
  .request span {
    font-size: 1.6rem;
  }
}

.gallery_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .gallery_container {
    gap: 10px 2%;
  }
}
.gallery_container figure {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery_container figure {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .gallery_container figure:last-child {
    width: 100%;
  }
}

.list li {
  margin-bottom: 10px;
}

/* 対応事例一覧 */
.fig3 {
  border-radius: 20px;
  overflow: hidden;
  width: 350px;
  aspect-ratio: 35/25;
}
@media screen and (max-width: 767px) {
  .fig3 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.fig3 a {
  width: 100%;
  height: 100%;
  position: relative;
}

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

/* 店舗清掃 */
.tank1, .tank2, .tank3 {
  width: 380px;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .tank1, .tank2, .tank3 {
    width: 100%;
    padding: 20px;
  }
}
.tank1 h3, .tank2 h3, .tank3 h3 {
  font-size: 2rem;
  text-align: center;
  color: #2773f0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .tank1 h3, .tank2 h3, .tank3 h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.tank1 {
  background-color: #90d7ff;
}

.tank2 {
  background-color: #b5e4ff;
}

.tank3 {
  background-color: #daf2ff;
}

.tank_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tank_container {
    flex-direction: column;
    gap: 20px;
  }
}

.merit_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .merit_container {
    flex-direction: column;
    gap: 20px;
  }
}

.merit {
  width: 580px;
  border: 2px solid #f98585;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .merit {
    width: 100%;
    padding: 20px;
  }
}

/* 浄化槽の種類 */
.list2 {
  margin-top: 10px;
}
.list2 li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.list2 li::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100vmax;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #3ab9ff;
}

.bio_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.bio {
  padding: 20px;
  background-color: #e6f6ff;
  width: 590px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .bio {
    width: 100%;
  }
}
.bio:last-child {
  width: 100%;
}
.bio .bio_ttl {
  color: #10a2ff;
  text-align: center;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .bio .bio_ttl {
    font-size: 1.5rem;
  }
}
.bio dt {
  padding-left: 15px;
  position: relative;
}
.bio dt::before {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100vmax;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #3ab9ff;
}

.pink {
  color: #f98585;
}

.marker {
  background: linear-gradient(transparent 60%, rgba(255, 255, 51, 0.6117647059) 0%);
  display: inline;
  padding: 0 1px 5px;
}

/* トラブル対応一覧 */
.cause {
  margin-bottom: 20px;
}
.cause dt {
  font-size: 2rem;
  color: #10a2ff;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .cause dt {
    font-size: 1.6rem;
  }
}
.cause dd {
  margin-bottom: 5px;
}
.cause dd span {
  color: #fff;
  background-color: #3ab9ff;
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
  text-align: center;
  border-radius: 100vmax;
  font-size: 1.2rem;
  margin-right: 10px;
  padding-left: 2px;
}
@media screen and (max-width: 767px) {
  .cause dd span {
    margin-right: 5px;
  }
}
.cause .mb30 {
  margin-bottom: 30px !important;
}

.txt4 {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .txt4 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.fig4 {
  border-radius: 20px;
  overflow: hidden;
}

/* 料金表 */
.scroll {
  display: none;
}

.sp_menu p {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sp_menu {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .scroll {
    display: revert;
    font-size: 1.3rem;
    color: #2773f0;
    margin-bottom: 10px;
  }
}
.tbl1 {
  width: 100%;
}
.tbl1 th, .tbl1 td {
  width: 16.6666666667%;
  padding: 10px;
  border: 1px solid #ccc;
}
.tbl1 th {
  background-color: #e6f6ff;
  vertical-align: middle;
  line-height: 1.4;
  color: #10a2ff;
}
.tbl1 td {
  text-align: center;
}

.tbl2 {
  width: 100%;
}
.tbl2 th, .tbl2 td {
  width: 20%;
  padding: 10px;
  border: 1px solid #ccc;
}
.tbl2 th {
  background-color: #e6f6ff;
  vertical-align: middle;
  line-height: 1.4;
  color: #10a2ff;
}
.tbl2 td {
  text-align: center;
}

/* 貯水槽清掃 */
.flow_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flow_container {
    flex-direction: column;
    gap: 40px;
  }
}

.flow {
  background-color: #e6f6ff;
  border-radius: 20px;
  padding: 20px;
  width: 270px;
}
@media screen and (max-width: 767px) {
  .flow {
    width: 100%;
  }
}
.flow:not(:last-child) {
  position: relative;
}
.flow:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 20px;
  border-color: transparent transparent transparent #10a2ff;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .flow:not(:last-child)::after {
    top: revert;
    bottom: -50px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
}

/* 岩国海軍飛行艇カレー */
.curry_post {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .curry_post {
    gap: 30px 4%;
  }
}
.curry_post article {
  width: 270px;
}
@media screen and (max-width: 767px) {
  .curry_post article {
    width: 48%;
  }
}
.curry_post article figure {
  width: 100%;
  height: auto;
}
.curry_post article figure a {
  width: 100%;
  height: auto;
  padding: 20px;
}
.curry_post article figure a img {
  width: 100%;
  height: auto;
}

.ingredient_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .ingredient_container {
    gap: 10px 2%;
  }
}

.ingredient {
  width: 270px;
  padding: 25px 20px;
  background-color: #fef3f3;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ingredient {
    width: 49%;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .ingredient:first-child {
    width: 100%;
  }
}
.ingredient h3 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  color: #f98585;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ingredient h3 {
    font-size: 1.6rem;
  }
}

.curry_list {
  column-count: 4;
}
@media screen and (max-width: 767px) {
  .curry_list {
    column-count: 1;
  }
}

/* お問い合わせ */
@media screen and (max-width: 767px) {
  .contact_box01 a {
    width: 80%;
    max-width: 300px;
  }
}

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