/*
Theme Name: ガラスリペアサイト
Description:ガラスリペアサイトのテーマ
Theme URI: https://glass-sendai.com/
Author: GRACE
Author URI: https://glass-sendai.com/
Version: 1.0
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/


@charset "utf-8";

/* ==============================================
 Reset
=============================================== */

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

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

/* change colours to suit your needs */
mark {
  color: #000;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #fdf991 50%);
}

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

span {
  vertical-align: baseline;
}


/* ==============================================
 Common
=============================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

:root {
  --mainColor: #0044a3;
  --subColor: #f19204;
}

body {
  background: #fff;
  color: #333;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

a {
  cursor: pointer;
  color: #333;
  outline: medium none;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-feature-settings: "palt";
}

a:visited {
  outline: medium none;
}

a:focus {
  outline: medium none;
}

a:active,
a:hover {
  outline: medium none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  color: #333;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-feature-settings: "palt";
}

h2 {
  font-size: 4.9rem;
}

h3 {
  font-size: 3.9rem;
}

h3 span {
  font-size: 4.9rem;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

p {
  line-height: 2;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  max-height: 100%;
  padding-top: 0px;
  font-feature-settings: "palt";
  text-align: justify;
}

code,
kbd,
pre,
samp {
  -moz-hyphens: none;
  font-family: monospace, serif;
  font-size: 1.4rem;
}

pre {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #333;
  font-family: monospace;
  font-size: 1.4rem;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 1.3rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0;
  line-height: 1;
}

dt {
  margin: 0;
  line-height: 1;
  font-feature-settings: "palt";
}

dd {
  margin: 0;
  line-height: 1;
  font-feature-settings: "palt";
}

menu,
ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  line-height: 1;
  font-feature-settings: "palt";
  list-style-type: none;
  text-align: justify;
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

input[type="text"]:focus,
textarea:focus {
  outline: 0;
}

/*------------new_mainvis------------*/
#new_mainvis {
  display: flex;
  align-items: center;
  background-color: var(--mainColor);
  position: relative;
}

#new_mainvis:before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, var(--mainColor), transparent);
  height: 100%;
  width: 20%;
  top: 0;
  left: 20%;
}

.new_mainvis_image {
  width: 40%;
  height: 70vh;
  min-height: 650px;
  object-fit: cover;
}

.new_mainvis_info {
  width: 60%;
  min-width: 800px;
  padding: 0 3%;
  position: relative;
  z-index: 1;
}

.newmvcatch {
  width: 70%;
  margin-bottom: 30px;
}

.new_mainvis_info h1 {
  display: block;
  font-size: 40px;
  line-height: 56px;
  text-align: left;
  color: #fff;
  padding: 20px 0;
  text-shadow: rgba(0, 0, 0, .5) 0px 2px 16px;
}

.new_mainvis_info h1 span {
  color: var(--subColor);
}

.new_mainvis_info h1 text {
  font-size: 24px;
}

.new_mainvis_info h2 {
  font-size: 32px;
  display: inline-block;
  color: #062d61;
  background-color: #fff;
  padding: 15px 40px;
}

.new_mainvis_info ul {
  display: flex;
  flex-wrap: wrap;
}

.new_mainvis_info ul li {
  background-color: var(--subColor);
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 5px 5px 0;
  border-radius: 10px;
}

.gasline {
  position: absolute;
  top: 0;
  height: 100%;
  transform: skew(-25deg, 0deg);
  z-index: 0;
}

.gasline1 {
  filter: opacity(0.1);
  width: 10%;
  right: 20%;
  background: #fff;
}

.gasline2 {
  filter: opacity(0.3);
  width: 10%;
  right: -1%;
  background: linear-gradient(180deg, #fff, transparent);
}

.gasline3 {
  filter: opacity(0.1);
  width: 15%;
  right: 15%;
  background: linear-gradient(0deg, #fff, transparent);
}

.catchlabels {
  display: flex;
  justify-content: space-between;
  width: 550px;
  position: absolute;
  left: 2%;
  bottom: -70px;
  z-index: 1;
}

.catchlabels li {
  width: 170px;
  height: 170px;
  border-radius: 10000px;
  background: linear-gradient(135deg, #fff2 50%, var(--mainColor) 50%), var(--mainColor);
  padding-top: 20px;
}

.catchlabels li img {
  width: auto;
  height: 40px;
  display: block;
  margin: 0 auto 10px;
}

.catchlabels li h3 {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}

.catchlabels li h3 span {
  display: inline-block;
  line-height: 1;
  font-size: 34px;
}

@media screen and (max-width: 820px) {
  #new_mainvis {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .new_mainvis_image {
    width: 100%;
    height: auto;
    min-height: inherit;
    object-fit: cover;
  }

  .new_mainvis_info {
    width: 100%;
    min-width: inherit;
    padding: 0 5px;
    position: relative;
    z-index: 1;
    height: 255px;
  }

  .newmvcatch {
    width: 90%;
    margin: 10px auto;
    display: block;
  }

  .new_mainvis_info h2 {
    font-size: 16px;
    padding: 8px 0;
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .new_mainvis_info h1 {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
  }

  .new_mainvis_info h1 text {
    font-size: 16px;
  }

  .new_mainvis_info ul {
    justify-content: center;
  }

  .new_mainvis_info ul li {
    padding: 10px 7px;
    margin: 0 2px 4px;
    border-radius: 3px;
    font-size: 10px;
  }

  #new_mainvis:before {
    content: none;
  }

  .gasline {
    height: 255px;
  }

  .gasline1 {
    width: 20%;
    right: 30%;
  }

  .catchlabels {
    width: 95%;
    left: 2.5%;
    bottom: 20px;
    justify-content: center;
    gap: 10px;
  }

  .catchlabels li {
    width: 110px;
    height: 110px;
    padding-top: 15px;
  }

  .catchlabels li img {
    height: 25px;
    margin: 0 auto 5px;
  }

  .catchlabels li h3 {
    font-size: 10px;
    line-height: 12px;
  }

  .catchlabels li h3 span {
    line-height: 1;
    font-size: 22px;
  }

}

/*------------/new_mainvis------------*/



/*------------areaprice------------*/

#areaprice {
  background-image: url(images/areapricebk.jpg);
  padding: 100px 0 0;
  margin-bottom: 100px;
}

h3.areaprice_title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
}

h3.areaprice_title span {
  font-size: 80px;
  display: flex;
  background-color: var(--mainColor);
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  font-weight: 500;
}

h3.areaprice_title:before {
  content: "ガラス\A交換";
  white-space: pre-wrap;
  font-size: 60px;
  position: relative;
  right: -28px;
  line-height: 1.1;
  transform: rotate(-15deg);
  letter-spacing: 2px;
  font-weight: 600;
  text-shadow:
    2px 2px 0px #ffffff,
    -2px 2px 0px #ffffff,
    2px -2px 0px #ffffff,
    -2px -2px 0px #ffffff,
    2px 0px 0px #ffffff,
    0px 2px 0px #ffffff,
    -2px 0px 0px #ffffff,
    0px -2px 0px #ffffff;
}

h4.areaprice_subtitle {
  padding: 30px 0;
  line-height: 32px;
  letter-spacing: 2px;
  font-size: 22px;
}

ul.areaprice_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.areaprice_list li {
  width: 32%;
  background: linear-gradient(90deg, transparent 0%, transparent 10%, #fff 10%, #fff 90%, transparent 90%, transparent 100%);
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
}

ul.areaprice_list li h4 {
  background-color: #000;
  color: #fff;
  width: 70%;
  position: absolute;
  top: -23px;
  left: 15%;
  padding: 10px 0;
  font-size: 26px;
  border-radius: 10000px;
}

ul.areaprice_list li img {
  margin: 0 auto;
  display: block;
  height: 200px;
  object-fit: contain;
  width: 100%;
}

ul.areaprice_list li:nth-child(1) img,
ul.areaprice_list li:nth-child(2) img,
ul.areaprice_list li:nth-child(4) img,
ul.areaprice_list li:nth-child(5) img {
  width: 70%;
}

.areaprice_list_info {
  position: relative;
}

ul.areaprice_list li .areaprice_list_info img {
  display: block;
  width: 30%;
  margin: 5px auto;
  max-width: 100px;
  position: relative;
  z-index: 2;
  height: auto;
}

.areaprice_list_info p,
.areaprice_list_info b {
  display: block;
  font-weight: bold;
}

.areaprice_list_info p {
  text-align: center;
  font-size: 19px;
}

.areaprice_list_info b {
  text-align: center;
  font-size: 40px;
}

.areaprice_list_info b span {
  font-size: 56px;
  color: red;
  text-shadow:
    2px 2px 0px #ffffff,
    -2px 2px 0px #ffffff,
    2px -2px 0px #ffffff,
    -2px -2px 0px #ffffff,
    2px 0px 0px #ffffff,
    0px 2px 0px #ffffff,
    -2px 0px 0px #ffffff,
    0px -2px 0px #ffffff;
  background: linear-gradient(0deg, transparent 0%, transparent 10%, #ffe401 10%, #ffe401 40%, transparent 40%);
  padding-left: 6px;
}

.areaprice_list_info p span,
.areaprice_list_info b {
  font-family: "Open Sans", sans-serif;
  display: block;
  transform: skew(-10deg, 0deg);
  line-height: 1;
}

.areaprice_list_info p span {
  font-size: 38px;
}

text.offlabel {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5fff4;
  font-weight: bold;
  color: var(--mainColor);
  border-radius: 10000px;
  font-size: 40px;
}

text.offlabel span {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: -5px;
}

.bluelabel {
  background-color: var(--mainColor);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

@media screen and (max-width: 780px) {
  #areaprice {
    padding: 60px 0 0;
  }

  #areaprice .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }

  h3.areaprice_title {
    position: relative;
  }

  h3.areaprice_title:before {
    content: "ガラス交換";
    position: absolute;
    font-size: 30px;
    transform: rotate(-3deg);
    top: -27px;
    left: 10px;
    display: inline-block;
    right: inherit;
  }

  h3.areaprice_title span {
    font-size: 45px;
    border-radius: 10px;
    padding: 10px;
    margin: 0 2px;
  }

  h4.areaprice_subtitle {
    padding: 30px 0;
    line-height: 22px;
    letter-spacing: 0px;
    font-size: 15px;
  }

  ul.areaprice_list li {
    width: 49%;
    background: linear-gradient(90deg, transparent 0%, transparent 5%, #fff 5%, #fff 95%, transparent 95%, transparent 100%);
  }

  ul.areaprice_list li h4 {
    width: 70%;
    top: -16px;
    left: 15%;
    padding: 8px 0;
    font-size: 16px;
  }

  ul.areaprice_list li img {
    height: 85px;
  }

  .areaprice_list_info p {
    padding-right: 10%;
    font-size: 14px;
  }

  .areaprice_list_info p span {
    font-size: 28px;
  }

  .areaprice_list_info b {
    text-align: center;
    font-size: 30px;
  }

  .areaprice_list_info b span {
    font-size: 40px;
  }

  text.offlabel {
    bottom: 25px;
    width: 60px;
    height: 60px;
    font-size: 26px;
  }

  text.offlabel span {
    font-size: 12px;
    margin-bottom: -3px;
  }

}

/*------------/areaprice------------*/

.md-hidden {
  display: none !important;
}

.box-shadow {
  -webkit-box-shadow: 5px 5px 13px 0px #c1c1c1;
  -ms-box-shadow: 5px 5px 13px 0px #c1c1c1;
  box-shadow: 5px 5px 13px 0px #c1c1c1;
}

a.box-shadow:hover {
  -webkit-box-shadow: 0px 2px 10px 0px #c1c1c1;
  -ms-box-shadow: 0px 2px 10px 0px #c1c1c1;
  box-shadow: 0px 2px 10px 0px #c1c1c1;
}

.pc-hide {
  display: none;
}

.pc-br {
  display: block;
  /* PCを改行して */
}

.sp-br {
  display: none;
  /* SPの改行を隠す */
}

.tb-br {
  display: none;
  /* TBの改行を隠す */
}

/* ==============================================
 Font
=============================================== */
.ja {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

.en {
  font-family: 'Raleway', sans-serif;
}

.cursive {
  font-family: 'Great Vibes', cursive;
}

.reggae {
  font-family: 'Reggae One', cursive;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

/* Text Align
----------------------------------------------- */
.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}


/* ==============================================
 Layout
=============================================== */

/* Common
----------------------------------------------- */
#wrapper {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1920px;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}


/* flex grid
----------------------------------------------- */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

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

.grid {
  display: grid;
}

/* column
----------------------------------------------- */
.col-lg-1 {
  width: 12%;
}

.col-lg-2 {
  width: 16.6666%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.3333%;
}

.col-lg-5 {
  width: 41.6666%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 57.0833%;
}

.col-lg-8 {
  width: 66.6667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.3334%;
}

.col-lg-11 {
  width: 91.6666%;
}

.col-lg-12 {
  width: 100%;
}

/* Float
----------------------------------------------- */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
}

.single img.alignleft {
  margin: 0 10px 15px 0;
}

.single img.alignright {
  margin: 0 0 15px 10px;
}

.single img.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

/* Table
----------------------------------------------- */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  line-height: 1.4;
}

/* Micro Clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}


/* ==================================
スクロールすると要素をふわっと表示
===================================== */
/*1.フェードインアニメーションの指定*/
.scrollanime {
  opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/*2.上下の動きを指定*/
.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(100px);
}

/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}

/*横スクロールバーを隠す*/
.slide-right {
  transform: translateX(200px);
}

.slide-left {
  transform: translateX(-200px);
}


/* ==============================================
　ヘッダー
=============================================== */
header .header-content {
  flex-wrap: nowrap;
}

header h1 {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--mainColor);
  padding: 10px;
}

header h1 a {
  display: block;
  color: #fff;
  line-height: 1.5;
  font-size: 1.4rem;
  white-space: nowrap;
}

header h1 a span {
  font-size: 2.2rem;
}

header h1 a:hover {
  opacity: .5;
}

header h1.sp-hide {
  display: none;
}

header .header-menu {
  width: auto;
}

header .header-menu .flex {
  justify-content: flex-end;
}

header .header-menu a {
  display: block;
}

header .header-menu .flex ul.flex {
  align-items: center;
}

header .header-menu .flex ul.flex li {
  margin: 0 1em;
}

header .header-menu .flex ul.flex li a {
  font-size: 1.3rem;
}

header .header-menu .flex ul.flex li a span {
  color: var(--mainColor);
  font-size: 2rem;
  vertical-align: text-top;
}

header .header-menu a.btn-tel {
  color: var(--mainColor);
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 10px 20px;
}

header .header-menu a.btn-tel span.txt {
  font-size: 1.3rem;
  color: #333;
  display: block;
  margin-top: 5px;
}

header .header-menu a.btn-mail {
  background-color: var(--subColor);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 300px;
  text-align: center;
  padding: 20px;
}

header .header-menu a.btn-mail span {
  font-size: 2.5rem;
  vertical-align: bottom;
  margin-right: 0.5em;
}

header .header-menu a.btn-mail:hover {
  opacity: .5;
}

header .header-menu nav a {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 15px;
}

header .header-menu nav .current {
  border-bottom: 3px var(--mainColor) solid;
}


/* 追従 */
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 0s ease 0s, background 0s ease 0s;
  transition: all 0s ease 0s, background 0s ease 0s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

header.is-fixed {
  padding: 1% 3%;
}

header.is-fixed h1 {
  line-height: 3.25;
  width: 13%;
}

header.is-fixed nav a {
  font-size: 1.6rem;
}


/* ドロワー */
body.drawer--navbarTopGutter {
  padding-top: 0;
}

.drawer-hamburger {
  position: fixed;
  z-index: 999;
  top: 25px;
  display: block;
  box-sizing: content-box;
  width: 3rem;
  padding: 0;
  padding-top: 3px;
  padding-right: .75rem;
  padding-bottom: 20px;
  padding-left: .75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #fff;
  border: 1px solid #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 5px;
}

.drawer-hamburger:hover {
  background-color: #fff !important;
}

.drawer-hamburger .tit {
  display: block;
  padding-bottom: 3px;
  color: #333;
  font-size: 10px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 500px;
  /* ここの幅変える場合↓もセットで */
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 500px;
  height: 100%;
  color: #333;
  z-index: 10000;
  background-color: var(--mainColor);
  padding: 1%;
}

.drawer--right .drawer-nav {
  right: -500px;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer-nav .drawer-menu {
  margin-bottom: 30px;
}

.drawer-nav ul li a {
  color: #fff;
  display: block;
  padding: 3%;
  font-size: 1.8rem;
}

.drawer-nav ul li a i {
  font-size: 1.6rem;
  margin-right: 1em;
}

.drawer-nav a.btn-tel {
  color: var(--mainColor);
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 30px 20px;
  text-align: center;
  background-color: #fff;
  display: block;
  width: 100%;
  border-radius: 10px;
  margin: 0 auto;
}

.drawer-nav a.btn-tel i {
  transform: rotate(15deg);
  font-size: 3.5rem;
  vertical-align: revert;
  margin-right: .25em;
}

.drawer-nav a.btn-tel span {
  font-size: 1.6rem;
  color: #333;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon::before,
.drawer-hamburger-icon::after {
  background-color: #333;
}


/* 404.php
=============================================== */
.notfound {
  text-align: center;
  margin-bottom: 80px;
}


/* page title 下層ページのタイトル
=============================================== */
#page-title h1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 4.8rem;
  text-align: center;
  padding: 130px 0;
}

/* heading
----------------------------------------------- */
.heading-2 {
  color: #fff;
  font-size: 3.0rem;
  position: relative;
  margin-bottom: 10px;
}

/* breadcrumbs
----------------------------------------------- */
.breadcrumbs {
  font-size: 1.6rem;
  padding: 20px 0;
  margin-bottom: 40px;
  background-color: #f7faff;
}

.breadcrumbs span {
  vertical-align: baseline;
}

.breadcrumbs>span {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.breadcrumbs>span:first-child {
  margin-left: 0;
}

.breadcrumbs a {
  color: #333;
}

.breadcrumbs a:hover {
  color: var(--mainColor);
  opacity: 1;
}


/* pager
----------------------------------------------- */
.pager {
  margin-top: 40px;
  text-align: center;
}

.pager .wp-pagenavi a,
.pager .wp-pagenavi span {
  font-size: 1.6rem;
  color: #333;
  margin: 0 10px;
  height: 40px;
  width: 40px;
  line-height: 33px;
  background: #fff;
  border: 1px solid #333;
  padding: 3px 10px;
}

.pager .wp-pagenavi a:hover,
.pager .wp-pagenavi span:hover {
  background-color: var(--mainColor);
  color: #fff;
}

.pager .wp-pagenavi .current {
  background-color: var(--mainColor);
  color: #fff;
  font-weight: normal;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  border: none;
}

.pager .wp-pagenavi .pages {
  background: none;
  width: auto;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #333;
  border: none;
}


/* ============================================================================================
　共通エレメント
============================================================================================= */
.bg-blue {
  background-color: #f7faff;
}

.bg-oblique {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(204, 227, 245, 0.2) 5px, rgba(204, 227, 245, 0.2) 10px);
}

a.btn {
  font-size: 2rem;
  font-weight: bold;
  background-color: var(--mainColor);
  color: #fff;
  border-radius: 35px;
  padding: 20px 0;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

a:hover {
  opacity: .5;
}

a.btn span.material-icons {
  vertical-align: bottom;
  margin-left: .5em;
}

a.btn-black {
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
}

a.btn-white {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}

p.head-texture {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}

p.head-texture span.material-icons {
  color: var(--mainColor);
  margin: 0 .5em;
  text-align: center;
  vertical-align: bottom;
  font-size: 1.6rem;
}

p.head-texture span.head-texture-color:nth-of-type(odd) {
  color: var(--mainColor);
}

h2.head-spacing {
  font-size: 3.1rem;
  letter-spacing: .25em;
  line-height: 1.25;
}

h2.head-spacing span {
  font-size: 3.9rem;
  color: var(--mainColor);
}

h2.head-sideline {
  border-left: 10px solid var(--mainColor);
  text-align: left;
  padding-left: 40px;
  line-height: 1.25;
}

p.bg-square {
  position: absolute;
  z-index: 1;
  width: 20%;
}

p.bg-circle {
  position: absolute;
  width: 30%;
  z-index: 1;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}


/* ============================================================================================
 TOP
============================================================================================= */
/* .mainvisual
----------------------------------------------- */
.mainvisual {
  animation: fadeIn 1s ease 0s 1 normal;
  padding-bottom: 70px;
}

@keyframes fadeIn {

  /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0
  }

  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1
  }

  /*アニメーション終了時は不透明度100%*/
}

.mainvisual .sp-hide,
.mainvisual .pc-hide {
  position: relative;
}

.mainvisual .mainvisual__area,
.mainvisual .mainvisual__copy,
.mainvisual .mainvisual__unit,
.mainvisual .mainvisual__customer,
.mainvisual .mainvisual__speed {
  position: absolute;
  font-weight: bold;
}

.mainvisual .mainvisual__area {
  top: 220px;
  background-color: #fff;
  color: var(--mainColor);
  padding: 8px;
  font-size: 35px;
  line-height: 1;
}

.mainvisual .mainvisual__area span {
  font-size: 44px;
}

.mainvisual .mainvisual__copy {
  top: 300px;
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
}

.mainvisual .mainvisual__area,
.mainvisual .mainvisual__copy {
  left: 816px;
}

.mainvisual .mainvisual__copy span {
  font-size: 130%;
}

.mainvisual .mainvisual__unit,
.mainvisual .mainvisual__customer,
.mainvisual .mainvisual__speed {
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.mainvisual .mainvisual__unit {
  left: 4%;
  bottom: 1.5vw;
  line-height: 1.25;
}

.mainvisual .mainvisual__customer {
  bottom: 1.5vw;
  left: 18%;
  line-height: 1.25;
}

.mainvisual .mainvisual__speed {
  left: 30%;
  bottom: 2.5vw;
  line-height: 1.5;
}

.mainvisual .mainvisual__unit span,
.mainvisual .mainvisual__customer span,
.mainvisual .mainvisual__speed span {
  font-size: 38.4px;
}

.mainvisual .pc-hide .mainvisual__area,
.mainvisual .pc-hide .mainvisual__copy {
  right: initial;
  left: 5vw;
}

.mainvisual .pc-hide .mainvisual__area {
  top: 16vw;
  font-size: 3vw;
  right: initial;
}

.mainvisual .pc-hide .mainvisual__area span {
  font-size: 4vw;
}

.mainvisual .pc-hide .mainvisual__copy {
  top: 25vw;
  font-size: 4vw;
  text-shadow: none;
}

.mainvisual .pc-hide .mainvisual__unit,
.mainvisual .pc-hide .mainvisual__customer,
.mainvisual .pc-hide .mainvisual__speed {
  font-size: 3.5vw;
}

.mainvisual .pc-hide .mainvisual__unit {
  left: 8vw;
  bottom: 2.5vw;
}

.mainvisual .pc-hide .mainvisual__unit span,
.mainvisual .pc-hide .mainvisual__customer span,
.mainvisual .pc-hide .mainvisual__speed span {
  font-size: 5vw;
}

.mainvisual .pc-hide .mainvisual__customer {
  bottom: 2.5vw;
  left: 39.5vw;
}

.mainvisual .pc-hide .mainvisual__speed {
  left: 71vw;
  bottom: 4.5vw;
}

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

  .mainvisual .mainvisual__area,
  .mainvisual .mainvisual__copy {
    left: 42vw;
  }

  .mainvisual .mainvisual__area {
    top: 11vw;
    padding: 8px;
    font-size: 1.8vw;
  }

  .mainvisual .mainvisual__area span {
    font-size: 2.3vw;
  }

  .mainvisual .mainvisual__copy {
    font-size: 2.1vw;
    top: 16vw;
  }

  .mainvisual .mainvisual__unit,
  .mainvisual .mainvisual__customer,
  .mainvisual .mainvisual__speed {
    font-size: 1.3vw;
  }

  .mainvisual .mainvisual__unit span,
  .mainvisual .mainvisual__customer span,
  .mainvisual .mainvisual__speed span {
    font-size: 2vw;
  }

  .mainvisual .mainvisual__unit {
    left: 4.4vw;
  }

  .mainvisual .mainvisual__customer {
    left: 17.7vw;
  }

  .mainvisual .mainvisual__speed {
    left: 30.7vw;
  }
}

/* .top-service
----------------------------------------------- */
.top-service {
  padding-bottom: 100px;
}

.top-service-outer {
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
  z-index: 998;
}

.top-service-inner {
  width: 33.33%;
}

.top-service-inner .top-service-wrapper {
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.top-service-inner:first-of-type .top-service-wrapper {
  background: url(images/top-img-01.jpg) center / cover no-repeat;
}

.top-service-inner:nth-of-type(2) .top-service-wrapper {
  background: url(images/top-img-02.jpg) center / cover no-repeat;
}

.top-service-inner:nth-of-type(3) .top-service-wrapper {
  background: url(images/top-img-03.jpg) center / cover no-repeat;
}

.top-service-inner:nth-of-type(4) .top-service-wrapper {
  background: url(images/top-img-04.jpg) center / cover no-repeat;
}

.top-service-inner:nth-of-type(5) .top-service-wrapper {
  background: url(images/top-img-05.jpg) center / cover no-repeat;
}

.top-service-inner:last-of-type .top-service-wrapper {
  background: url(images/top-img-06.jpg) center / cover no-repeat;
}

.top-service-inner .top-service-wrapper:hover .top-service-data {
  transform: translateY(0);
}

.top-service-inner .top-service-data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(290px);
  transition: transform 0.3s;
  min-height: 398px;
}

.top-service-inner .top-service-data .top-service-content {
  background-color: rgba(255, 255, 255, .7);
  padding: 30px;
  position: relative;
  z-index: 1;
}

.top-service-inner .top-service-content p:first-of-type {
  text-align: center;
  color: var(--mainColor);
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1;
}

.top-service-inner h3 {
  font-size: 3.1rem;
  margin-bottom: 20px;
}

.top-service-inner .top-service-detail {
  min-height: 195px;
}

.top-service .container {
  position: relative;
}

.top-service .container>p.bg-square {
  top: 52%;
  right: -110px;
}

.top-service-topic {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  z-index: 998;
}

.top-service-topic .flex:not(:first-of-type) {
  padding-top: 25px;
}

.top-service-topic .flex:not(:last-of-type) {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 25px;
}

.top-service-topic .flex {
  width: 80%;
  margin: 0 auto;
}

.top-service-topic .flex>p {
  width: 15%;
}

.top-service-topic .top-service-txt {
  width: 80%;
  padding-top: 35px;
}

.top-service-topic .top-service-txt h3 {
  --kiraHeight: 34px;
  font-size: 3.1rem;
  margin-bottom: 5px;
  text-align: left;
  margin-top: calc(var(--kiraHeight) * -1);
}

.top-service-topic .top-service-txt h3 span {
  font-size: 3.9rem;
  color: var(--mainColor);
  position: relative;
  display: inline-block;
  margin-top: var(--kiraHeight);
  min-width: 2.5em;
  text-align: center;
  line-height: 1;
}

.top-service-topic .top-service-txt h3 span::before {
  position: absolute;
  content: '';
  height: var(--kiraHeight);
  left: 0;
  right: 0;
  background: url(images/common-icon-kira.png) no-repeat center/auto 80%;
  bottom: 1em;
}

/* .top-aboutus
----------------------------------------------- */
.top-aboutus {
  padding-top: 200px;
}

.top-aboutus h2 {
  color: var(--mainColor);
  font-size: 10rem;
  transform: rotate(90deg);
  position: absolute;
  top: 140px;
  left: -280px;
  z-index: 998;
  letter-spacing: .075em;
}

.top-aboutus .container {
  position: relative;
}

.top-aboutus .container>p:first-of-type {
  width: 45%;
  margin-bottom: 100px;
}

.top-aboutus .top-aboutus-txt {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 998;
  width: 63%;
  background-color: rgba(255, 255, 255, .8);
  box-shadow: 0 0 40px 18px #fff;
}

.top-aboutus .top-aboutus-txt h3 {
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: left;
}

.top-aboutus .top-aboutus-txt h3 span {
  color: var(--mainColor);
}

.top-aboutus .top-aboutus-txt p span {
  color: var(--subColor);
}

.top-aboutus .container>p.bg-circle {
  top: -120px;
  right: -100px;
}

.top-aboutus .flex p {
  width: 25%;
}

/* .top-reason
----------------------------------------------- */
.top-reason {
  padding-bottom: 50px;
  border-top: 10px solid var(--mainColor);
}

.top-reason .container {
  padding: 100px 0;
  position: relative;
}

.top-reason .top-reason-inner {
  margin-bottom: 50px;
}

.top-reason h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 3.9rem;
}

.top-reason h2 span {
  color: var(--mainColor);
  font-size: 4.9rem;
}

.top-reason .container>p:nth-of-type(2) {
  width: 75%;
  margin: 0 auto 80px;
}

.top-reason .top-reason-list {
  background-color: #fff;
  width: 25%;
  padding: 20px 20px 40px;
}

.top-reason .top-reason-list p.cursive {
  font-size: 90px;
  line-height: 1;
  text-align: center;
  color: var(--mainColor);
  margin-top: -60px;
}

.top-reason .top-reason-list h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.25;
  height: 50px;
}

.top-reason .top-reason-list h3 span {
  color: var(--subColor);
  font-size: 2rem;
}

.top-reason .top-reason-list p.icon {
  width: 50%;
  margin: 0 auto 20px;
}

.top-reason .top-reason-trip {
  background-color: #fff;
  position: relative;
  z-index: 998;
}

.top-reason .top-reason-trip>p {
  width: 55%;
}

.top-reason .top-reason-trip .top-reason-txt {
  width: 45%;
  padding: 40px;
}

.top-reason .top-reason-trip .top-reason-txt h3 {
  font-size: 3.1rem;
  text-align: left;
  margin-bottom: 20px;
}

.top-reason .top-reason-trip .top-reason-txt h3 span {
  font-size: 3.9rem;
  color: var(--mainColor);
}

.top-reason .top-reason-trip .top-reason-txt p {
  margin-bottom: 20px;
}

.top-reason p.bg-square {
  bottom: 50px;
  left: -110px;
}

/* .top-grade
----------------------------------------------- */
.top-grade {
  padding: 100px 0 0;
}

.top-grade>.container>h2 {
  margin-bottom: 50px;
}

.top-grade>.container>h2 span.circle {
  color: #333;
  position: relative;
}

.top-grade>.container>h2 span.circle::before {
  position: absolute;
  content: "・";
  top: -25px;
  left: 25%;
  font-size: 3rem;
  color: var(--mainColor);
}

.top-grade .container:first-of-type .bg-circle {
  top: 110px;
  right: -170px;
}

.top-grade>.flex {
  margin-bottom: 100px;
  position: relative;
  z-index: 998;
  align-items: flex-start;
}

.top-grade .top-grade-txt .container {
  width: 60%;
  margin: 0 0 0 auto;
}

.top-grade .top-grade-txt {
  background: linear-gradient(250deg, var(--mainColor) 0%, #fff6 100%), var(--mainColor);
  width: 50%;
  padding: 50px 30px 50px 0;
}

.top-grade .top-grade-txt h3 {
  color: #fff;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 20px;
}

.top-grade .top-grade-txt p {
  color: #fff;
  margin-bottom: 30px;
}

.top-grade .top-grade-txt p span:last-of-type {
  font-size: 1.3rem;
}

.top-grade .top-grade-txt a.btn {
  width: 60%;
  margin: 0 auto 0 0;
}

.top-grade .top-grade-img {
  width: 50%;
  margin-top: 50px;
}

.top-grade .top-grade-img .container {
  width: 80%;
  margin: 0 auto 0 0;
}

.top-grade .top-grade-img p {
  width: 80%;
}

.top-grade .top-grade-ng {
  background-image: url(images/top-bg-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}

.top-grade .top-grade-ng h2 {
  color: #fff;
  font-size: 3.9rem;
  line-height: 1.25;
}

.top-grade .top-grade-ng h2 span {
  font-size: 4.9rem;
  color: #FFF;
  text-shadow: 0.05em 0.05em 0 var(--mainColor);
}

.top-grade .top-grade-ng h2::after {
  display: block;
  font-family: 'Material Icons';
  content: "keyboard_double_arrow_down";
}

.top-grade .top-grade-ng .flex:first-of-type {
  margin-bottom: 30px;
}

.top-grade .top-grade-ng .flex p.img {
  width: 30%;
}

.top-grade .top-grade-ng .flex p.txt {
  width: 67%;
  color: #fff;
}

/* .top-corp
----------------------------------------------- */
.top-corp {
  padding-top: 200px;
}

.top-corp h2 {
  color: var(--mainColor);
  font-size: 10rem;
  transform: rotate(90deg);
  position: absolute;
  top: 140px;
  left: -280px;
  z-index: 998;
  letter-spacing: .075em;
}

.top-corp .container {
  position: relative;
}

.top-corp .container>p:first-of-type {
  width: 45%;
  margin-bottom: 100px;
}

.top-corp .top-corp-txt {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 998;
  width: 63%;
  background-color: rgba(255, 255, 255, .8);
  box-shadow: 0 0 40px 18px #fff;
}

.top-corp .top-corp-txt h3 {
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: left;
  font-size: 4.9rem;
}

.top-corp .top-corp-txt p.bold {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

.top-corp .top-corp-txt p.bold span {
  color: var(--mainColor);
}

.top-corp .top-corp-txt p.txt {
  margin-bottom: 30px;
}

.top-corp .container>p.bg-circle {
  top: -120px;
  right: -100px;
}

.top-corp .top-corp-txt a.btn {
  width: 50%;
  margin: 0 0 0 auto;
}

/* .top-aiming
----------------------------------------------- */
.top-aiming {
  background-image: url(images/top-bg-02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

.top-aiming::after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(-250.5deg, transparent 74.4%, var(--mainColor) 74.45%)no-repeat center/1920px;
  mix-blend-mode: hue;
  pointer-events: none;
}

.top-aiming .container {
  position: relative;
}

.top-aiming h2 {
  font-size: 3.9rem;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.25;
}

.top-aiming h2 span {
  font-size: 4.9rem;
}

.top-aiming p.txt {
  color: #fff;
  margin-bottom: 50px;
}

.top-aiming a.btn {
  width: 30%;
  margin: 0 auto 0 0;
}

.top-aiming p.en {
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  color: rgba(255, 255, 255, .2);
  font-weight: bold;
  font-style: italic;
  font-size: 15rem;
}

/* ============================================================================================
 初めての方へ
============================================================================================= */
/* .guest-intro
----------------------------------------------- */
.guest-intro .container {
  margin-bottom: 100px;
}

.guest-intro h2 {
  font-size: 3.9rem;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  text-shadow: 0 0 .5em #fff, 0 0 .5em #fff, 0 0 .5em #fff;
}

.guest-intro h2 span {
  font-size: 4.9rem;
  color: var(--mainColor);
}

.guest-intro p span {
  color: var(--subColor);
}

.guest-intro p.txt {
  width: 68%;
  position: relative;
  z-index: 2;
}

.guest-intro p.img {
  position: absolute;
  top: 0;
  right: -110px;
  width: 40%;
  z-index: 1;
}

.guest-intro .flex p {
  width: 25%;
}

/* .guest-flow
----------------------------------------------- */
.guest-flow {
  border-top: 10px solid var(--mainColor);
}

.guest-flow .container {
  padding: 100px 0;
}

.guest-flow h2 {
  font-size: 3.9rem;
  margin-bottom: 50px;
}

.guest-flow .guest-flow-box {
  padding: 40px;
  position: relative;
  margin-bottom: 100px;
  background-color: #fff;
}

.guest-flow .guest-flow-box:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -55px;
  border: 55px solid transparent;
  border-top: 55px solid #fff;
}

.guest-flow .guest-flow-box p.img {
  width: 45%;
}

.guest-flow .guest-flow-box .guest-flow-txt {
  width: 50%;
}

.guest-flow .guest-flow-box .guest-flow-txt .flex {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.guest-flow .guest-flow-box .guest-flow-txt .flex p:first-of-type {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  margin-right: .5em;
}

.guest-flow .guest-flow-box .guest-flow-txt .flex p:first-of-type span {
  font-size: 3.1rem;
}

.guest-flow .guest-flow-box .guest-flow-txt .flex h3 {
  font-size: 3.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.guest-flow .guest-flow-contact {
  background-image: url(images/footer-bg-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 30px 40px;
  margin-top: 30px;
}

.guest-flow .guest-flow-contact h3 {
  font-size: 3.1rem;
  color: #fff;
  margin-bottom: 30px;
}

.guest-flow .guest-flow-contact h3 span.circle {
  font-size: 3.9rem;
  position: relative;
}

.guest-flow .guest-flow-contact h3 span.circle::before {
  position: absolute;
  content: "・";
  top: -25px;
  left: 25%;
  color: #fff;
}

.guest-flow .guest-flow-contact a {
  color: #fff;
}

.guest-flow .guest-flow-contact a.guest-contact-mail {
  background-color: var(--subColor);
  font-size: 3.1rem;
  width: 48%;
  padding: 30px;
  line-height: 1;
  text-align: center;
  box-shadow: 0px 0px 15px -5px #000;
  align-content: center;
}

.guest-flow .guest-flow-contact a.guest-contact-mail span.material-icons {
  font-size: 4rem;
  vertical-align: middle;
  margin-right: .25em;
}

.guest-flow .guest-flow-contact a.guest-contact-mail span:last-of-type {
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}

.guest-flow .guest-flow-contact a.guest-contact-tel {
  background-color: #fff;
  font-size: 3.1rem;
  width: 48%;
  padding: 30px;
  line-height: 1;
  text-align: center;
  box-shadow: 0px 0px 15px -5px #000;
  color: var(--mainColor);
}

.guest-flow .guest-flow-contact a.guest-contact-tel span.material-icons {
  font-size: 3.5rem;
  vertical-align: sub;
  margin-right: .25em;
}

.guest-flow .guest-flow-contact a.guest-contact-tel span:last-of-type {
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}


.guest-flow .guest-flow-box:nth-of-type(5) .guest-flow-txt h4 {
  background-color: #333;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 10px;
}

.guest-flow .guest-flow-box:nth-of-type(5) .guest-flow-txt ul {
  border: 1px solid #333;
  padding: 20px 10px;
}

.guest-flow .guest-flow-box:nth-of-type(5) .guest-flow-txt li {
  margin: 0 .5em;
}

.guest-flow .guest-flow-box:nth-of-type(5) .guest-flow-txt li a span {
  color: var(--mainColor);
  font-size: 2rem;
  vertical-align: sub;
}

/* .guest-faq
----------------------------------------------- */
.guest-faq {
  background-image: url(images/guest-bg-02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: 10px solid var(--mainColor);
}

.guest-faq .container {
  padding: 100px 20px 50px;
  background-color: rgba(255, 255, 255, .9);
}

.guest-faq h2 {
  font-size: 3.9rem;
  margin-bottom: 50px;
}

.guest-faq .container>p.txt {
  width: 45%;
  margin: 0 auto 50px;
}

.guest-faq .container>.flex {
  margin-bottom: 20px;
}

.guest-faq .container>.flex p.img {
  width: 13%;
}

.guest-faq .flex dl.faq-txt {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 85%;
  justify-content: flex-start;
  align-items: center;
}

.guest-faq .flex:nth-of-type(odd) dl.faq-txt {
  background-image: url(images/guest-fukidashi.png);
  padding: 30px 30px 30px 80px;
}

.guest-faq .flex:nth-of-type(even) dl.faq-txt {
  background-image: url(images/guest-fukidashi-even.png);
  padding: 30px 80px 30px 30px;
}

.guest-faq .flex dl.faq-txt dt {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2.5rem;
  margin-right: .5em;
}

.guest-faq .flex dl.question dt {
  background-color: #3e9bd8;
  padding: 5px 10px 10px;
}

.guest-faq .flex dl.answer dt {
  background-color: var(--mainColor);
  padding: 5px 10px 8px;
}

.guest-faq .flex dl dd {
  line-height: 1.5;
}

.guest-faq .flex dl.answer dd {
  font-weight: bold;
}

.guest-faq .flex dl.answer dd span {
  color: var(--subColor);
}

.guest-faq .flex:nth-of-type(even) {
  flex-flow: row-reverse;
  margin-bottom: 50px;
}

/* ============================================================================================
 断熱ガラス
============================================================================================= */
/* .insulation-intro
----------------------------------------------- */
.insulation-intro {
  padding-top: 180px;
}

.insulation-intro h2 {
  color: var(--mainColor);
  font-size: 10rem;
  transform: rotate(90deg);
  position: absolute;
  top: 140px;
  left: -340px;
  z-index: 998;
  letter-spacing: .075em;
}

.insulation-intro .container {
  position: relative;
}

.insulation-intro .container>p:first-of-type {
  width: 45%;
  margin-bottom: 100px;
}

.insulation-intro .insulation-intro-txt {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 998;
  width: 63%;
  background-color: rgba(255, 255, 255, .8);
  box-shadow: 0 0 40px 18px #fff;
}

.insulation-intro .insulation-intro-txt p {
  width: 62%;
}

.insulation-intro .insulation-intro-txt h3 {
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: left;
}

.insulation-intro .insulation-intro-txt h3 span {
  color: var(--mainColor);
}

.insulation-intro .container>p.bg-circle {
  top: -120px;
  right: -100px;
}

.insulation-intro .container>p.icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  z-index: 998;
}

/* .insulation-about
----------------------------------------------- */
.insulation-about {
  padding: 100px 0;
}

.insulation-about>.flex {
  position: relative;
  z-index: 998;
  align-items: center;
}

.insulation-about>.flex:first-of-type {
  justify-content: flex-start;
}

.insulation-about>.flex:last-of-type {
  justify-content: flex-end;
}

.insulation-about .insulation-about-txt .container {
  width: 60%;
}

.insulation-about .flex:first-of-type .insulation-about-txt .container {
  margin: 0 0 0 auto;
}

.insulation-about .flex:last-of-type .insulation-about-txt .container {
  margin: 0 auto 0 0;
}

.insulation-about .insulation-about-txt {
  background: linear-gradient(250deg, var(--mainColor) 0%, #fff6 100%), var(--mainColor);
  width: 50%;
}

.insulation-about .flex:first-of-type .insulation-about-txt {
  padding: 50px 30px 50px 0;
}

.insulation-about .flex:last-of-type .insulation-about-txt {
  padding: 50px 0 50px 30px;
  margin-top: -65px;
}

.insulation-about .insulation-about-txt h3 {
  color: #fff;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 20px;
}

.insulation-about .insulation-about-txt p {
  color: #fff;
}

.insulation-about .flex .insulation-about-img {
  width: 50%;
}

.insulation-about .flex:first-of-type .insulation-about-img {
  margin-top: -50px;
}

.insulation-about .flex:last-of-type .insulation-about-img {
  margin-top: 50px;
}

.insulation-about .insulation-about-img .container {
  width: 80%;
}

.insulation-about .flex:first-of-type .insulation-about-img .container {
  margin: 0 auto 0 0;
}

.insulation-about .flex:last-of-type .insulation-about-img .container {
  margin: 0 0 0 auto;
}

.insulation-about .insulation-about-img p {
  width: 80%;
}

.insulation-about .flex:first-of-type .insulation-about-img p {
  margin: 0 auto 0 0;
}

.insulation-about .flex:last-of-type .insulation-about-img p {
  margin: 0 0 0 auto;
}

/* .insulation-economy
----------------------------------------------- */
.insulation-economy {
  padding: 100px 0;
}

.insulation-economy>.container>h2 {
  margin-bottom: 50px;
  line-height: 1.75;
}

.insulation-economy>.container>h2 span.circle {
  color: #333;
  position: relative;
  color: var(--mainColor);
}

.insulation-economy>.container>h2 span.circle::before {
  position: absolute;
  content: "・";
  top: -25px;
  left: 25%;
  font-size: 3rem;
  color: var(--mainColor);
}

.insulation-economy>.container>.flex {
  margin-bottom: 50px;
}

.insulation-economy .flex p.txt {
  width: 55%;
}

.insulation-economy .flex p.img {
  width: 43%;
}

.insulation-economy .insulation-economy-inner {
  position: relative;
  z-index: 998;
}

.insulation-economy .insulation-economy-list {
  background-color: #fff;
  width: 33.33%;
  padding: 20px 20px 40px;
}

.insulation-economy .insulation-economy-list p.cursive {
  font-size: 90px;
  line-height: 1;
  text-align: center;
  color: var(--mainColor);
  margin-top: -60px;
}

.insulation-economy .insulation-economy-list h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.25;
  height: 50px;
}

.insulation-economy .insulation-economy-list h3 span {
  color: var(--subColor);
  font-size: 2rem;
}

.insulation-economy .insulation-economy-list p.logo {
  width: 80%;
  margin: 0 auto 20px;
}

.insulation-economy .insulation-economy-list h4 {
  color: var(--mainColor);
  font-size: 2rem;
  margin-bottom: 15px;
}

.insulation-economy .insulation-economy-list ul li {
  line-height: 2;
  padding-left: .5em;
  text-indent: -.5em;
}

.insulation-economy .insulation-economy-list ul li::before {
  content: '・';
  color: var(--mainColor);
}

.insulation-economy p.bg-square {
  bottom: -50px;
  right: -110px;
}

/* ============================================================================================
 その他サービス
============================================================================================= */
/* .others-intro
----------------------------------------------- */
.others-intro {
  padding-bottom: 100px;
}

.others-intro h2 {
  font-size: 3.9rem;
  margin-bottom: 40px;
}

.others-intro h2 span {
  font-size: 4.9rem;
  color: var(--mainColor);
}

.others-intro p span {
  color: var(--subColor);
}

.others-intro p.txt {
  width: 48%;
}

.others-intro p.img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 1;
}

.others-intro-outer {
  margin-top: 50px;
}

.others-intro-inner {
  flex-grow: 1;
}

.others-intro-inner .others-intro-wrapper {
  min-height: 400px;
  position: relative;
}

.others-intro-inner .others-intro-wrapper__01-true {
  background: url(images/others-img-02.jpg) center / cover no-repeat;
}

.others-intro-inner .others-intro-wrapper__01-false {
  background: url(images/others-img-02_false.jpg) center / cover no-repeat;
}

.others-intro-inner .others-intro-wrapper__02-true {
  background: url(images/others-img-03.jpg) center / cover no-repeat;
}

.others-intro-inner .others-intro-wrapper__02-false {
  background: url(images/others-img-03_false.jpg) center / cover no-repeat;
}

.others-intro-inner .others-intro-wrapper__03-true {
  background: url(images/others-img-04.jpg) center / cover no-repeat;
}

.others-intro-inner .others-intro-wrapper__03-false {
  background: url(images/others-img-04_false.jpg) center / cover no-repeat;
}

.others-intro-inner .others-intro-wrapper:hover .others-intro-data {
  transform: translateY(0);
}

.others-intro-inner .others-intro-data {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.others-intro-inner .others-intro-data .others-intro-content {
  background-color: rgba(255, 255, 255, .7);
  padding: 20px;
}

.others-intro-inner .others-intro-content p:first-of-type {
  text-align: center;
  color: var(--mainColor);
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1;
}

.others-intro-inner h3 {
  font-size: 3.1rem;
}

/* .others-carfilm
----------------------------------------------- */
.others-carfilm {
  border-top: 10px solid var(--mainColor);
}

.others-carfilm>.container:first-of-type {
  padding: 100px 0;
}

.others-carfilm>.container:first-of-type h2 {
  font-size: 3.9rem;
}

.others-carfilm h2.en {
  color: var(--mainColor);
  font-size: 10rem;
  transform: rotate(90deg);
  position: absolute;
  top: 140px;
  left: -250px;
  z-index: 997;
  letter-spacing: .075em;
}

.others__menu__item+.others__menu__item {
  margin-top: 60px;
  margin-top: clamp(60px, 10vw, 120px);
}

.others__menu__bgImg {
  width: 45%;
  margin-bottom: 100px;
}

.others-carfilm .others__menu__detail {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 998;
  width: 63%;
  background-color: rgba(255, 255, 255, .8);
  box-shadow: 0 0 40px 18px #fff;
}

.others-carfilm .others__menu__detail h3 {
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: left;
}

.others-carfilm .others__menu__detail h3 span {
  color: var(--mainColor);
}

.others-carfilm .others__menu__detail p span {
  color: var(--subColor);
}

.others-carfilm .others__menu__cross .flex {
  position: relative;
  z-index: 998;
  align-items: center;
}

.others-carfilm .others__menu__cross .flex:first-of-type {
  justify-content: flex-start;
}

.others-carfilm .others__menu__cross .flex:last-of-type {
  justify-content: flex-end;
}

.others-carfilm .others__menu__cross .others__menu__txt .container {
  width: 60%;
}

.others-carfilm .others__menu__cross .flex:first-of-type .others__menu__txt .container {
  margin: 0 0 0 auto;
}

.others-carfilm .others__menu__cross .flex:last-of-type .others__menu__txt .container {
  margin: 0 auto 0 0;
}

.others-carfilm .others__menu__cross .others__menu__txt {
  background: linear-gradient(250deg, var(--mainColor) 0%, #fff6 100%), var(--mainColor);
  width: 50%;
}

.others-carfilm .others__menu__cross .flex:first-of-type .others__menu__txt {
  padding: 50px 30px 50px 0;
  margin-top: 100px;
}

.others-carfilm .others__menu__cross .flex:last-of-type .others__menu__txt {
  padding: 50px 0 50px 30px;
}

.others-carfilm .others__menu__cross .others__menu__txt h3 {
  color: #fff;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 20px;
}

.others-carfilm .others__menu__cross .others__menu__txt p {
  color: #fff;
}

.others-carfilm .others__menu__cross .flex .others__menu__img {
  width: 50%;
}

.others-carfilm .others__menu__cross .flex:first-of-type .others__menu__img {
  margin-top: -50px;
}

.others-carfilm .others__menu__cross .flex:last-of-type .others__menu__img {
  margin-top: -40px;
}

.others-carfilm .others__menu__cross .others__menu__img .container {
  width: 80%;
}

.others-carfilm .others__menu__cross .flex:first-of-type .others__menu__img .container {
  margin: 0 auto 0 0;
}

.others-carfilm .others__menu__cross .flex:last-of-type .others__menu__img .container {
  margin: 0 0 0 auto;
}

.others-carfilm .others__menu__cross .others__menu__img p {
  width: 80%;
}

.others-carfilm .others__menu__cross .flex:first-of-type .others__menu__img p {
  margin: 0 auto 0 0;
}

.others-carfilm .others__menu__cross .flex:last-of-type .others__menu__img p {
  margin: 0 0 0 auto;
}

.others__menu__cross2 .flex:last-of-type .others__menu__txt {
  padding: 50px 0 50px 30px;
  margin-top: -60px;
}

.others-carfilm .others__menu__cross2 .flex:last-of-type .others__menu__img {
  margin-top: 40px;
}

.others-carfilm .others__menu__cross2 {
  padding-bottom: 100px;
}

/* .others-coating
----------------------------------------------- */
.others-coating>.container:first-of-type {
  padding: 100px 0;
}

.others-coating h2.en {
  color: var(--mainColor);
  font-size: 10rem;
  transform: rotate(90deg);
  position: absolute;
  top: 200px;
  left: -250px;
  z-index: 999;
  letter-spacing: .075em;
}

.others-coating>.container:first-of-type>p:first-of-type {
  width: 45%;
}

.others-coating .others-coating-detail {
  position: absolute;
  top: 170px;
  right: 0;
  z-index: 998;
  width: 63%;
  background-color: rgba(255, 255, 255, .8);
  box-shadow: 0 0 40px 18px #fff;
}

.others-coating .others-coating-detail h3 {
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: left;
}

.others-coating .others-coating-detail h3 span {
  color: var(--mainColor);
}

.others-coating .others-coating-detail p span {
  color: var(--mainColor);
}

.others-coating .others-coating-cross .flex {
  position: relative;
  z-index: 998;
  align-items: center;
}

.others-coating .others-coating-cross .flex:first-of-type {
  justify-content: flex-start;
}

.others-coating .others-coating-cross .flex:last-of-type {
  justify-content: flex-end;
  padding-bottom: 100px;
}

.others-coating .others-coating-cross .others-coating-txt .container {
  width: 60%;
}

.others-coating .others-coating-cross .flex:first-of-type .others-coating-txt .container {
  margin: 0 0 0 auto;
}

.others-coating .others-coating-cross .flex:last-of-type .others-coating-txt .container {
  margin: 0 auto 0 0;
}

.others-coating .others-coating-cross .others-coating-txt {
  background: linear-gradient(250deg, var(--mainColor) 0%, #fff6 100%), var(--mainColor);
  width: 50%;
}

.others-coating .others-coating-cross .flex:first-of-type .others-coating-txt {
  padding: 50px 30px 50px 0;
}

.others-coating .others-coating-cross .flex:last-of-type .others-coating-txt {
  padding: 50px 0 50px 30px;
}

.others-coating .others-coating-cross .others-coating-txt h3 {
  color: #fff;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 20px;
}

.others-coating .others-coating-cross .others-coating-txt p {
  color: #fff;
}

.others-coating .others-coating-cross .flex .others-coating-img {
  width: 50%;
}

.others-coating .others-coating-cross .flex:first-of-type .others-coating-img {
  margin-top: -50px;
}

.others-coating .others-coating-cross .flex:last-of-type .others-coating-img {
  margin-top: -40px;
}

.others-coating .others-coating-cross .others-coating-img .container {
  width: 80%;
}

.others-coating .others-coating-cross .flex:first-of-type .others-coating-img .container {
  margin: 0 auto 0 0;
}

.others-coating .others-coating-cross .flex:last-of-type .others-coating-img .container {
  margin: 0 0 0 auto;
}

.others-coating .others-coating-cross .others-coating-img p {
  width: 80%;
}

.others-coating .others-coating-cross .flex:first-of-type .others-coating-img p {
  margin: 0 auto 0 0;
}

.others-coating .others-coating-cross .flex:last-of-type .others-coating-img p {
  margin: 0 0 0 auto;
}

/* ============================================================================================
 会社概要
============================================================================================= */
/* .aboutus-intro
----------------------------------------------- */
.aboutus-intro {
  margin-bottom: 120px;
}

.aboutus-intro h2 {
  font-size: 3.8rem;
  margin-bottom: 40px;
  width: 70%;
}

.aboutus-intro h2 span {
  font-size: 4.9rem;
  color: var(--mainColor);
}

.aboutus-intro p span {
  color: var(--subColor);
}

.aboutus-intro p.txt {
  width: 67%;
}

.aboutus-intro p.img {
  position: absolute;
  top: 0;
  right: -110px;
  width: 40%;
  z-index: 1;
}

/* .aboutus-spec
----------------------------------------------- */
.aboutus-spec h2 {
  font-size: 3.9rem;
  margin-bottom: 50px;
}

.aboutus-spec table {
  width: 100%;
  margin-bottom: 100px;
}

.aboutus-spec table th {
  background-color: #333;
  color: #fff;
  font-size: 1.8rem;
  padding: 20px 30px;
  border-bottom: 1px solid #fff;
  text-align: left;
}

.aboutus-spec table td {
  background-color: #f7faff;
  padding: 20px 30px;
  border-bottom: 1px solid #fff;
}

.aboutus-spec .flex p {
  width: 25%;
}

/* .aboutus-area
----------------------------------------------- */
.aboutus-area {
  border-top: 10px solid var(--mainColor);
  margin-bottom: 100px;
}

.aboutus-area .container {
  padding-top: 100px;
}

.aboutus-area h2 {
  font-size: 3.9rem;
  margin-bottom: 50px;
}

.aboutus-area .container>p.bold {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
}

.aboutus-area .flex p span {
  color: var(--subColor);
}

/* .aboutus-trouble
----------------------------------------------- */
.aboutus-trouble {
  padding: 100px 0;
  border-bottom: 10px solid var(--mainColor);
}

.aboutus-trouble h2 {
  margin-bottom: 50px;
}

.aboutus-trouble .flex {
  position: relative;
  z-index: 998;
  align-items: center;
  justify-content: flex-start;
}

.aboutus-trouble .aboutus-trouble-txt .container {
  width: 60%;
  margin: 0 0 0 auto;
}

.aboutus-trouble .aboutus-trouble-txt {
  background: linear-gradient(250deg, var(--mainColor) 0%, #fff6 100%), var(--mainColor);
  width: 50%;
  padding: 50px 30px 50px 0;
}

.aboutus-trouble .aboutus-trouble-txt h3 {
  color: #fff;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 20px;
}

.aboutus-trouble .aboutus-trouble-txt p {
  color: #fff;
}

.aboutus-trouble .flex .aboutus-trouble-img {
  width: 50%;
  margin-top: 40px;
}

.aboutus-trouble .aboutus-trouble-img .container {
  width: 80%;
  margin: 0 auto 0 0;
}

.aboutus-trouble .aboutus-trouble-img p {
  width: 80%;
  margin: 0 auto 0 0;
}

/* ============================================================================================
 エーミング
============================================================================================= */
/* .aiming-intro
----------------------------------------------- */
.aiming-intro {
  padding-bottom: 100px;
}

.aiming-intro h2 {
  font-size: 3.9rem;
  margin-bottom: 50px;
}

.aiming-intro h2 span {
  font-size: 4.9rem;
  color: var(--mainColor);
}

.aiming-intro .need {
  background-color: var(--mainColor);
  padding: 30px;
  justify-content: flex-start;
  margin-bottom: 50px;
  position: relative;
  z-index: 998;
}

.aiming-intro .need p {
  color: #fff;
  font-weight: bold;
}

.aiming-intro .need p.icon {
  width: 8%;
  margin-right: 1em;
  line-height: 1;
}

.aiming-intro .need p.icon span {
  font-size: 8rem;
}

.aiming-intro .need p.bold {
  font-size: 2.5rem;
  line-height: 1.5;
  width: 90%;
}

.aiming-intro .detail {
  margin-bottom: 50px;
  position: relative;
  z-index: 998;
}

.aiming-intro .detail p.txt {
  width: 50%;
}

.aiming-intro .detail p.txt span {
  color: var(--subColor);
}

.aiming-intro .detail p.img {
  width: 48%;
}

.aiming-intro .container>p.bg-circle {
  top: 400px;
  left: -150px;
}

.aiming-intro .feature {
  align-items: center;
}

.aiming-intro .aiming-intro-inner {
  position: relative;
  z-index: 998;
}

.aiming-intro .aiming-intro-list {
  background-color: #fff;
  width: 25%;
  padding: 20px;
}

.aiming-intro .aiming-intro-list:nth-of-type(even) {
  margin-top: 50px;
}

.aiming-intro .aiming-intro-list h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.25;
  height: 50px;
}

.aiming-intro .aiming-intro-list h3 span {
  color: var(--subColor);
  font-size: 2rem;
}

.aiming-intro .aiming-intro-list p.img {
  width: 50%;
  margin: 0 auto;
}

/* .aiming-need
----------------------------------------------- */
.aiming-need {
  padding: 100px 0;
}

.aiming-need>.container>h2 {
  margin-bottom: 50px;
}

.aiming-need>.container>h2 span.circle {
  color: #333;
  position: relative;
  color: var(--mainColor);
}

.aiming-need>.container>h2 span.circle::before {
  position: absolute;
  content: "・";
  top: -25px;
  left: 25%;
  font-size: 3rem;
  color: var(--mainColor);
}

.aiming-need .aiming-need-detail {
  background-color: #fff;
  position: relative;
  z-index: 998;
  margin-bottom: 50px;
}

.aiming-need .aiming-need-detail p.img {
  width: 50%;
}

.aiming-need .aiming-need-detail p.txt {
  width: 50%;
  padding: 40px;
}

.aiming-need .aiming-need-detail p.txt span {
  color: var(--subColor);
}

.aiming-need p.bg-square {
  position: absolute;
  top: 340px;
  left: -100px;
}

.aiming-need .aiming-need-check {
  padding: 40px;
  position: relative;
  z-index: 998;
  background-color: #fff;
}

.aiming-need .aiming-need-check>.flex {
  width: 68%;
}

.aiming-need .aiming-need-check>p.img {
  width: 30%;
  display: flex;
  align-items: center;
}

.aiming-need .aiming-need-check>.flex .flex {
  width: 100%;
}

.aiming-need .aiming-need-check>.flex .flex:first-of-type {
  margin-bottom: 30px;
}

.aiming-need .aiming-need-check>.flex .flex p.img {
  width: 20%;
}

.aiming-need .aiming-need-check>.flex .flex p.txt {
  width: 75%;
  font-size: 2.5rem;
  line-height: 1.5;
  padding-top: 30px;
}

.aiming-need .aiming-need-check>.flex .flex p.txt span {
  color: var(--subColor);
}

/* .aiming-bad
----------------------------------------------- */
.aiming-bad {
  background-image: url(images/top-bg-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

.aiming-bad h2 {
  color: #fff;
  font-size: 3.9rem;
  line-height: 1.25;
}

.aiming-bad h2 span {
  font-size: 4.9rem;
  color: var(--mainColor);
}

.aiming-bad h2::after {
  display: block;
  font-family: 'Material Icons';
  content: "keyboard_double_arrow_down";
}

.aiming-bad .flex:first-of-type {
  margin-bottom: 30px;
}

.aiming-bad .flex p.img {
  width: 30%;
}

.aiming-bad .flex p.txt {
  width: 67%;
  color: #fff;
}

.aiming-bad .aiming-bad-list {
  background-color: #fff;
  width: 33.33%;
  padding: 30px;
}

.aiming-bad .aiming-bad-list h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.25;
}

.aiming-bad .aiming-bad-list p.img {
  width: 80%;
  margin: 0 auto 20px;
}

.aiming-bad .aiming-bad-list p.txt {
  color: #333;
  width: 100%;
}

/* .aiming-camera
----------------------------------------------- */
.aiming-camera {
  border-top: 10px solid var(--mainColor);
}

.aiming-camera .container {
  background-color: #fff;
  padding: 100px 0;
}

.aiming-camera h2 {
  font-size: 3.9rem;
  margin-bottom: 50px;
}

.aiming-camera-outer {
  margin-bottom: 50px;
}

.aiming-camera-inner {
  width: 33.33%;
}

.aiming-camera-inner .aiming-camera-wrapper {
  min-height: 400px;
  position: relative;
}

.aiming-camera-inner:first-of-type .aiming-camera-wrapper {
  background: url(images/aiming-img-14.jpg) center / cover no-repeat;
}

.aiming-camera-inner:nth-of-type(2) .aiming-camera-wrapper {
  background: url(images/aiming-img-15.jpg) center / cover no-repeat;
}

.aiming-camera-inner:last-of-type .aiming-camera-wrapper {
  background: url(images/aiming-img-16.jpg) center / cover no-repeat;
}

.aiming-camera-inner .aiming-camera-wrapper:hover .aiming-camera-data {
  transform: translateY(0);
}

.aiming-camera-inner .aiming-camera-data {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.aiming-camera-inner .aiming-camera-data .aiming-camera-content {
  background-color: rgba(255, 255, 255, .7);
  padding: 20px;
}

.aiming-camera-inner .aiming-camera-content p:first-of-type {
  text-align: center;
  color: var(--mainColor);
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1;
}

.aiming-camera-inner h3 {
  font-size: 3.1rem;
}

.aiming-camera h2.head-spacing {
  font-size: 3.1rem;
  margin: 0 20px 50px;
  line-height: 1.75;
}

.aiming-camera h2 span.circle {
  color: #333;
  position: relative;
  color: var(--mainColor);
}

.aiming-camera h2 span.circle::before {
  position: absolute;
  content: "・";
  top: -25px;
  left: 25%;
  font-size: 3rem;
  color: var(--mainColor);
}

.aiming-camera table {
  width: 95%;
  margin: 0 auto;
}

.aiming-camera table th {
  background-color: #333;
  color: #fff;
  font-size: 1.8rem;
  padding: 20px 30px;
  border-bottom: 1px solid #fff;
  text-align: left;
}

.aiming-camera table tr:first-of-type th {
  text-align: center;
}

.aiming-camera table tr:first-of-type th:not(:last-of-type) {
  border-right: 1px solid #fff;
}

.aiming-camera table tr:not(:first-of-type) th {
  background-color: #ebebeb;
  color: #333;
}

.aiming-camera table td {
  background-color: #f7f7f7;
  padding: 20px 30px;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}

.aiming-camera table tr:not(:first-of-type) td:not(:last-of-type) {
  border-right: 1px solid #fff;
}

/* .aiming-toyo
----------------------------------------------- */
.aiming-toyo {
  padding: 100px 0;
}

.aiming-toyo>.flex {
  position: relative;
  z-index: 998;
  align-items: center;
}

.aiming-toyo>.flex:first-of-type {
  justify-content: flex-start;
}

.aiming-toyo>.flex:last-of-type {
  justify-content: flex-end;
}

.aiming-toyo .aiming-toyo-txt .container {
  width: 60%;
  position: relative;
  z-index: 998;
}

.aiming-toyo .flex:first-of-type .aiming-toyo-txt .container {
  margin: 0 0 0 auto;
}

.aiming-toyo .flex:last-of-type .aiming-toyo-txt .container {
  margin: 0 auto 0 0;
}

.aiming-toyo .aiming-toyo-txt {
  background: linear-gradient(250deg, var(--mainColor) 0%, #fff6 100%), var(--mainColor);
  width: 50%;
}

.aiming-toyo .flex:first-of-type .aiming-toyo-txt {
  padding: 50px 30px 50px 0;
}

.aiming-toyo .flex:last-of-type .aiming-toyo-txt {
  padding: 50px 0 50px 30px;
  margin-top: -65px;
}

.aiming-toyo .aiming-toyo-txt h3 {
  color: #fff;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 20px;
}

.aiming-toyo .aiming-toyo-txt p {
  color: #fff;
}

.aiming-toyo .aiming-toyo-txt p.bold {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.aiming-toyo .flex .aiming-toyo-img {
  width: 50%;
}

.aiming-toyo .flex:first-of-type .aiming-toyo-img {
  margin-top: -50px;
}

.aiming-toyo .flex:last-of-type .aiming-toyo-img {
  margin-top: 50px;
}

.aiming-toyo .aiming-toyo-img .container {
  width: 80%;
}

.aiming-toyo .flex:first-of-type .aiming-toyo-img .container {
  margin: 0 auto 0 0;
}

.aiming-toyo .flex:last-of-type .aiming-toyo-img .container {
  margin: 0 0 0 auto;
}

.aiming-toyo .aiming-toyo-img p:first-of-type {
  width: 80%;
}

.aiming-toyo .flex:first-of-type .aiming-toyo-img p {
  margin: 0 auto 0 0;
}

.aiming-toyo .flex:last-of-type .aiming-toyo-img p:first-of-type {
  margin: 0 0 0 auto;
}

.aiming-toyo .aiming-toyo-img p.bg-square {
  bottom: -50px;
  left: 80px;
}

/* .aiming-flow
----------------------------------------------- */
.aiming-flow {
  border-top: 10px solid var(--mainColor);
}

.aiming-flow .container {
  padding: 100px 0;
}

.aiming-flow h2 {
  font-size: 3.9rem;
  margin-bottom: 50px;
}

.aiming-flow .aiming-flow-box {
  padding: 40px;
  position: relative;
  margin-bottom: 100px;
  background-color: #fff;
}

.aiming-flow .aiming-flow-box:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -55px;
  border: 55px solid transparent;
  border-top: 55px solid #fff;
}

.aiming-flow .aiming-flow-box p.img {
  width: 45%;
}

.aiming-flow .aiming-flow-box .aiming-flow-txt {
  width: 50%;
}

.aiming-flow .aiming-flow-box .aiming-flow-txt .flex {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.aiming-flow .aiming-flow-box .aiming-flow-txt .flex p:first-of-type {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  margin-right: .5em;
}

.aiming-flow .aiming-flow-box .aiming-flow-txt .flex p:first-of-type span {
  font-size: 3.1rem;
}

.aiming-flow .aiming-flow-box .aiming-flow-txt .flex h3 {
  font-size: 3.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ============================================================================================
 ガラスリペア
============================================================================================= */
/* .repair-intro
----------------------------------------------- */
.repair-intro .container {
  margin-bottom: 100px;
}

.repair-intro h2 {
  font-size: 3.9rem;
  margin-bottom: 40px;
}

.repair-intro h2 span {
  font-size: 4.9rem;
  color: var(--mainColor);
}

.repair-intro .container .flex {
  justify-content: flex-start;
  align-items: center;
}

.repair-intro .container .flex p {
  line-height: 1;
  margin-bottom: 30px;
}

.repair-intro .container .flex p:first-of-type {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 3.1rem;
  text-align: center;
  padding: 15px 20px;
  margin-right: .5em;
}

.repair-intro .container .flex p:last-of-type {
  color: var(--mainColor);
  font-size: 6rem;
}

.repair-intro .container .flex p:last-of-type span {
  font-size: 3.9rem;
}

.repair-intro p span {
  color: var(--mainColor);
}

.repair-intro p.txt {
  width: 67%;
}

.repair-intro p.img {
  position: absolute;
  top: 0;
  right: -110px;
  width: 40%;
  z-index: 1;
}

.repair-intro>.flex p {
  width: 25%;
}

/* .repair-cheap
----------------------------------------------- */
.repair-cheap {
  border-top: 10px solid var(--mainColor);
}

.repair-cheap .container {
  padding: 100px 0;
}

.repair-cheap h2.head-spacing {
  font-size: 3.1rem;
  margin: 0 20px 50px;
  line-height: 1.75;
}

.repair-cheap h2 span.circle {
  color: #333;
  position: relative;
  color: var(--mainColor);
}

.repair-cheap h2 span.circle::before {
  position: absolute;
  content: "・";
  top: -25px;
  left: 25%;
  font-size: 3rem;
  color: var(--mainColor);
}

.repair-cheap .ten-dollar {
  padding: 50px;
  margin-bottom: 50px;
  position: relative;
  z-index: 998;
  background-color: #fff;
}

.repair-cheap .ten-dollar p.img {
  width: 20%;
}

.repair-cheap .ten-dollar p.txt {
  width: 75%;
}

.repair-cheap .ten-dollar p.txt span {
  color: var(--subColor);
}

.repair-cheap p.bg-square {
  top: 410px;
  right: -110px;
}

.repair-cheap .front .repair-cheap-txt {
  width: 62%;
  margin-bottom: 100px;
}

.repair-cheap .front p.img {
  width: 35%;
  position: relative;
  z-index: 998;
}

.repair-cheap table {
  width: 100%;
  position: relative;
  z-index: 998;
}

.repair-cheap table th {
  background-color: #333;
  color: #fff;
  font-size: 1.8rem;
  padding: 20px 30px;
  border-bottom: 1px solid #fff;
  text-align: left;
  vertical-align: middle;
  text-align: center;
}

.repair-cheap table th:not(:last-of-type),
.repair-cheap table tr:not(:first-of-type) td:first-of-type {
  border-right: 1px solid #fff;
}

.repair-cheap table td {
  background-color: #f7f7f7;
  padding: 20px 30px;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}

.repair-cheap table tr td:first-of-type {
  font-weight: bold;
}

.repair-cheap table tr:first-of-type th:first-of-type {
  width: 35%;
}

.repair-cheap .front .repair-cheap-txt p {
  background-color: var(--mainColor);
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  padding: 20px;
  line-height: 1;
  position: relative;
  z-index: 998;
}

.repair-cheap p.bg-circle {
  top: 850px;
  left: -140px;
}

.repair-cheap .detail {
  border: 10px solid #f7f7f7;
  border-radius: 20px;
  padding: 30px;
  background-color: #fff;
  position: relative;
  z-index: 998;
  justify-content: space-evenly;
}

.repair-cheap .detail p.img {
  width: 15%;
  display: flex;
  align-items: center;
}

.repair-cheap .detail p.txt {
  width: 70%;
}

.repair-cheap .detail p.txt span {
  color: var(--subColor);
}

/* .repair-abandoned
----------------------------------------------- */
.repair-abandoned {
  padding: 100px 0;
}

.repair-abandoned h2 {
  font-size: 3.9rem;
  margin-bottom: 50px;
}

.repair-abandoned h2 span {
  font-size: 4.9rem;
}

.repair-abandoned p span {
  color: var(--mainColor);
}

/* .repair-abandoned
----------------------------------------------- */
.repair-abandoned {
  padding-bottom: 100px;
}

.repair-abandoned h2 {
  font-size: 3.9rem;
  margin-bottom: 40px;
}

.repair-abandoned h2 span {
  font-size: 4.9rem;
  color: var(--mainColor);
}

.repair-abandoned .repair-abandoned-cover {
  margin-bottom: 180px;
}

.repair-abandoned .repair-abandoned-cover p span {
  color: var(--subColor);
}

.repair-abandoned .repair-abandoned-cover p.txt {
  width: 48%;
}

.repair-abandoned .repair-abandoned-cover p.img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 1;
}

.repair-abandoned .repair-abandoned-inner {
  margin-bottom: 50px;
}

.repair-abandoned .repair-abandoned-list {
  background-color: #fff;
  width: 33.33%;
  padding: 30px;
}

.repair-abandoned .repair-abandoned-list h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.25;
}

.repair-abandoned .repair-abandoned-list p.img {
  width: 80%;
  margin: 0 auto 20px;
}

.repair-abandoned .repair-abandoned-list p.txt {
  color: #333;
  width: 100%;
}

.repair-abandoned>.container>h3 {
  background-color: var(--mainColor);
  text-align: center;
  color: #fff;
  font-size: 3.1rem;
  line-height: 1;
  padding: 20px;
}

.repair-abandoned .repair-exchange {
  background-color: #fff;
  padding: 30px 50px 50px;
  position: relative;
  z-index: 998;
}

.repair-abandoned .repair-exchange .flex {
  justify-content: center;
  margin-bottom: 50px;
}

.repair-abandoned .repair-exchange-list {
  width: 33.33%;
  margin: 0 30px;
  padding: 30px;
}

.repair-abandoned .repair-exchange-list h4 {
  margin-bottom: 20px;
  font-size: 2rem;
}

.repair-abandoned a.btn {
  width: 40%;
}

.repair-abandoned p.bg-square {
  bottom: -50px;
  left: -110px;
}

/* .repair-merit
----------------------------------------------- */
.repair-merit {
  padding: 100px 0;
}

.repair-merit>.container>h2 {
  margin-bottom: 50px;
}

.repair-merit>.container>h2 span.circle {
  color: #333;
  position: relative;
  color: var(--mainColor);
}

.repair-merit>.container>h2 span.circle::before {
  position: absolute;
  content: "・";
  top: -25px;
  left: 25%;
  font-size: 3rem;
  color: var(--mainColor);
}

.repair-merit .repair-merit-inner {
  margin-bottom: 50px;
}

.repair-merit h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 3.9rem;
}

.repair-merit h2 span {
  color: var(--mainColor);
  font-size: 4.9rem;
}

.repair-merit .container>p:nth-of-type(2) {
  width: 75%;
  margin: 0 auto 80px;
}

.repair-merit .repair-merit-list {
  background-color: #fff;
  width: 33.33%;
  padding: 20px 20px 40px;
}

.repair-merit .repair-merit-list p.cursive {
  font-size: 90px;
  line-height: 1;
  text-align: center;
  color: var(--mainColor);
  margin-top: -60px;
}

.repair-merit .repair-merit-list h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.25;
  height: 50px;
}

.repair-merit .repair-merit-list h3 span {
  color: var(--subColor);
  font-size: 2rem;
}

.repair-merit .repair-merit-list p.img {
  width: 100%;
  margin: 0 auto 20px;
}

.repair-merit .exchange {
  background-color: var(--mainColor);
  padding: 30px;
  justify-content: flex-start;
  margin-bottom: 50px;
  position: relative;
  z-index: 998;
}

.repair-merit .exchange p {
  color: #fff;
  font-weight: bold;
}

.repair-merit .exchange p.icon {
  width: 8%;
  margin-right: 1em;
  line-height: 1;
}

.repair-merit .exchange p.icon span {
  font-size: 8rem;
}

.repair-merit .exchange p.bold {
  font-size: 2.5rem;
  line-height: 1.5;
  width: 90%;
}

/* .repair-flow
----------------------------------------------- */
.repair-flow {
  border-top: 10px solid var(--mainColor);
}

.repair-flow .container {
  padding: 100px 0;
}

.repair-flow h2 {
  font-size: 3.9rem;
  margin-bottom: 50px;
}

.repair-flow .repair-flow-box {
  padding: 40px;
  position: relative;
  margin-bottom: 100px;
  background-color: #fff;
}

.repair-flow .repair-flow-box:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -55px;
  border: 55px solid transparent;
  border-top: 55px solid #fff;
}

.repair-flow .repair-flow-box p.img {
  width: 45%;
}

.repair-flow .repair-flow-box .repair-flow-txt {
  width: 50%;
}

.repair-flow .repair-flow-box .repair-flow-txt .flex {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.repair-flow .repair-flow-box .repair-flow-txt .flex p:first-of-type {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  margin-right: .5em;
}

.repair-flow .repair-flow-box .repair-flow-txt .flex p:first-of-type span {
  font-size: 3.1rem;
}

.repair-flow .repair-flow-box .repair-flow-txt .flex h3 {
  font-size: 3.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .repair-system
----------------------------------------------- */
.repair-system {
  padding: 100px 0;
}

.repair-system h2 {
  font-size: 3.9rem;
  margin-bottom: 30px;
}

.repair-system h2 span {
  font-size: 4.9rem;
  color: var(--mainColor);
}

.repair-system p span {
  color: var(--subColor);
}

.repair-system>.container .flex>p:first-of-type {
  width: 58%;
}

.repair-system>.container .flex>p:last-of-type {
  width: 40%;
}

/* .repair-shinku
----------------------------------------------- */
.repair-shinku {
  padding: 0 0 50px;
}

.repair-shinku>.flex {
  position: relative;
  z-index: 998;
  align-items: center;
}

.repair-shinku>.flex:first-of-type {
  justify-content: flex-start;
}

.repair-shinku>.flex:nth-of-type(2) {
  justify-content: flex-end;
  margin-bottom: 50px;
}

.repair-shinku .repair-shinku-txt .container {
  width: 60%;
}

.repair-shinku .flex:first-of-type .repair-shinku-txt .container {
  margin: 0 0 0 auto;
}

.repair-shinku .flex:nth-of-type(2) .repair-shinku-txt .container {
  margin: 0 auto 0 0;
}

.repair-shinku .repair-shinku-txt {
  background: linear-gradient(250deg, var(--mainColor) 0%, #fff6 100%), var(--mainColor);
  width: 50%;
}

.repair-shinku .flex:first-of-type .repair-shinku-txt {
  padding: 50px 30px 50px 0;
}

.repair-shinku .flex:nth-of-type(2) .repair-shinku-txt {
  padding: 50px 0 50px 30px;
}

.repair-shinku .repair-shinku-txt h3 {
  color: #fff;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 20px;
}

.repair-shinku .repair-shinku-txt p {
  color: #fff;
}

.repair-shinku .flex .repair-shinku-img {
  width: 50%;
}

.repair-shinku .flex:first-of-type .repair-shinku-img {
  margin-top: -200px;
}

.repair-shinku .repair-shinku-img .container {
  width: 80%;
}

.repair-shinku .flex:first-of-type .repair-shinku-img .container {
  margin: 0 auto 0 0;
}

.repair-shinku .flex:nth-of-type(2) .repair-shinku-img .container {
  margin: 0 0 0 auto;
}

.repair-shinku .repair-shinku-img p {
  width: 80%;
}

.repair-shinku .flex:first-of-type .repair-shinku-img p {
  margin: 0 auto 0 0;
}

.repair-shinku .flex:nth-of-type(2) .repair-shinku-img p {
  margin: 0 0 0 auto;
}

/* .repair-highquality
----------------------------------------------- */
.repair-highquality {
  background: url(images/repair-bg-01.jpg) center / cover no-repeat;
  padding: 100px 0;
}

.repair-highquality h2 {
  font-size: 3.9rem;
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.5;
}

.repair-highquality p {
  color: #fff;
  width: 80%;
  margin: 0 auto;
}





/* ============================================================================================
 法人のお客様
============================================================================================= */
/* .corp-intro
----------------------------------------------- */
.corp-intro {
  padding-bottom: 50px;
}

.corp-intro h2 {
  margin-bottom: 50px;
}

.corp-intro>.container>h2 span.circle {
  position: relative;
  color: var(--mainColor);
}

.corp-intro>.container>h2 span.circle::before {
  position: absolute;
  content: "・";
  top: -25px;
  left: 25%;
  font-size: 3rem;
  color: var(--mainColor);
}

.corp-intro>.container>p {
  max-width: 100%;
  width: max-content;
  margin: 0 auto 50px;
}

.corp-intro-outer {
  margin-bottom: 50px;
}

.corp-intro-inner {
  width: 33.33%;
}

.corp-intro-inner .corp-intro-wrapper {
  min-height: 400px;
  position: relative;
}

.corp-intro-inner:first-of-type .corp-intro-wrapper {
  background: url(images/corp-img-01.jpg) center / cover no-repeat;
}

.corp-intro-inner:nth-of-type(2) .corp-intro-wrapper {
  background: url(images/corp-img-02.jpg) center / cover no-repeat;
}

.corp-intro-inner:nth-of-type(3) .corp-intro-wrapper {
  background: url(images/corp-img-03.jpg) center / cover no-repeat;
}

.corp-intro-inner:nth-of-type(4) .corp-intro-wrapper {
  background: url(images/corp-img-04.jpg) center / cover no-repeat;
}

.corp-intro-inner:nth-of-type(5) .corp-intro-wrapper {
  background: url(images/corp-img-05.jpg) center / cover no-repeat;
}

.corp-intro-inner:last-of-type .corp-intro-wrapper {
  background: url(images/corp-img-06.jpg) center / cover no-repeat;
}

.corp-intro-inner .corp-intro-wrapper:hover .corp-intro-data {
  transform: translateY(0);
}

.corp-intro-inner .corp-intro-data {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.corp-intro-inner .corp-intro-data .corp-intro-content {
  background-color: rgba(255, 255, 255, .7);
  padding: 20px;
}

.corp-intro-inner .corp-intro-content p:first-of-type {
  text-align: center;
  color: var(--mainColor);
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1;
}

.corp-intro-inner h3 {
  font-size: 3.1rem;
}

/* .corp-card
----------------------------------------------- */
.corp-card {
  border-top: 10px solid var(--mainColor);
}

.corp-card>.container {
  padding: 100px 0;
}

.corp-card>.container>h2 {
  font-size: 3.9rem;
  margin-bottom: 50px;
}

.corp-card .corp-card-inner {
  justify-content: space-evenly;
  position: relative;
  z-index: 998;
  margin-bottom: 50px;
}

.corp-card .corp-card-list {
  background-color: #fff;
  width: 40%;
  padding: 30px;
}

.corp-card .corp-card-list h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.25;
  height: 50px;
}

.corp-card .corp-card-list p.img {
  width: 50%;
  margin: 0 auto 20px;
}

.corp-card .corp-card-list p.txt {
  color: #333;
  width: 100%;
}

.corp-card p.bg-square {
  top: 660px;
  left: -110px;
}

.corp-card .corp-card-merit {
  background-color: var(--mainColor);
  position: relative;
  z-index: 998;
  padding: 30px;
  margin-bottom: 50px;
}

.corp-card .corp-card-merit h3 {
  color: #fff;
  font-size: 3.1rem;
  line-height: 1;
}

.corp-card .corp-card-merit p.bold {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  line-height: 1;
}

.corp-card .corp-card-merit p.bold span {
  font-size: 3.1rem;
}


.corp-merit-inner.flex {
  justify-content: center;
  gap: 0 10px;
}

.corp-card .corp-merit-list {
  background-color: #fff;
  width: 25%;
  padding: 20px 20px 40px;
}

.corp-card .corp-merit-list p.cursive {
  font-size: 90px;
  line-height: 1;
  text-align: center;
  color: var(--mainColor);
  margin-top: -60px;
}

.corp-card .corp-merit-list h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.25;
  height: 50px;
}

.corp-card .corp-merit-list h3 span {
  color: var(--subColor);
  font-size: 2rem;
}

.corp-card .corp-merit-list p.icon {
  width: 50%;
  margin: 0 auto 20px;
}

.corp-card-otoku {
  position: relative;
  margin-bottom: 50px;
}

.corp-card-otoku h2.en {
  color: var(--mainColor);
  font-size: 10rem;
  transform: rotate(90deg);
  position: absolute;
  top: 100px;
  left: -270px;
  z-index: 999;
  letter-spacing: .075em;
}

.corp-card-otoku>p:first-of-type {
  width: 45%;
}

.corp-card-otoku .corp-otoku-detail {
  position: absolute;
  top: 130px;
  right: 0;
  z-index: 998;
  width: 63%;
  background-color: rgba(255, 255, 255, .8);
  box-shadow: 0 0 40px 18px #fff;
}

.corp-card-otoku .corp-otoku-detail h3 {
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: left;
}

.corp-card-otoku .corp-otoku-detail h3 span {
  color: var(--mainColor);
}

.corp-card-otoku .corp-otoku-detail p.txt span {
  color: var(--mainColor);
}

.corp-card-otoku .corp-otoku-detail p.txt {
  width: 72%;
}

.corp-card-otoku .corp-otoku-detail p.icon {
  width: 25%;
}

.corp-card table {
  width: 95%;
  margin: 0 auto;
}

.corp-card table th {
  background-color: #333;
  color: #fff;
  font-size: 1.8rem;
  padding: 20px 30px;
  border-bottom: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
}

.corp-card table tr:first-of-type th {
  text-align: center;
}

.corp-card table td:first-of-type {
  background-color: #ebebeb;
  color: #333;
}

.corp-card table td {
  background-color: #f7f7f7;
  padding: 20px 30px;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}

.corp-card table td span {
  font-size: 2.5rem;
  color: var(--mainColor);
}

/* .corp-safety
----------------------------------------------- */
.corp-safety {
  padding: 100px 0;
}

.corp-safety h2 {
  margin-bottom: 50px;
}

.corp-safety>.container>h2 span.circle {
  position: relative;
  color: var(--mainColor);
}

.corp-safety>.container>h2 span.circle::before {
  position: absolute;
  content: "・";
  top: -25px;
  left: 25%;
  font-size: 3rem;
  color: var(--mainColor);
}

.corp-safety>.flex {
  position: relative;
  z-index: 998;
  align-items: center;
}

.corp-safety>.flex:first-of-type {
  justify-content: flex-start;
}

.corp-safety>.flex:last-of-type {
  justify-content: flex-end;
}

.corp-safety .corp-safety-txt .container {
  width: 60%;
  position: relative;
  z-index: 998;
}

.corp-safety .flex:first-of-type .corp-safety-txt .container {
  margin: 0 0 0 auto;
}

.corp-safety .corp-safety-txt {
  background: linear-gradient(250deg, var(--mainColor) 0%, #fff6 100%), var(--mainColor);
  width: 50%;
}

.corp-safety .flex:nth-of-type(2) .corp-safety-txt {
  padding: 50px 0 50px 30px;
  margin-top: 20px;
}

.corp-safety .flex:nth-of-type(3) .corp-safety-txt {
  padding: 50px 30px 50px 0;
  margin-top: -8px;
}

.corp-safety .flex:last-of-type .corp-safety-txt {
  padding: 50px 0 50px 30px;
  margin-top: -60px;
}

.corp-safety .corp-safety-txt h3 {
  color: #fff;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 20px;
}

.corp-safety .corp-safety-txt p {
  color: #fff;
}

.corp-safety .corp-safety-txt p.bold {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.corp-safety .flex .corp-safety-img {
  width: 50%;
}

.corp-safety .flex:first-of-type .corp-safety-img {
  margin-top: -50px;
}

.corp-safety .flex:last-of-type .corp-safety-img {
  margin-top: 50px;
}

.corp-safety .corp-safety-img .container {
  width: 80%;
}

.corp-safety .flex:nth-of-type(2) .corp-safety-img .container {
  margin: 0 auto 0 0;
}

.corp-safety .flex:nth-of-type(3) .corp-safety-img .container {
  margin: 0 0 0 auto;
}

.corp-safety .flex:nth-of-type(4) .corp-safety-img .container {
  margin: 0 auto 0 0;
}

.corp-safety .flex:last-of-type .corp-safety-img .container {
  margin: 0 auto 0 0;
}

.corp-safety .corp-safety-img p:first-of-type {
  width: 80%;
}

.corp-safety .corp-safety-img .img-16 {
  margin: 0 0 0 auto;
}

.corp-safety .flex:first-of-type .corp-safety-img p {
  margin: 0 auto 0 0;
}

/*
.corp-safety .flex:last-of-type .corp-safety-img p:first-of-type {
  margin: 0 0 0 auto;
} */
.corp-safety .corp-safety-img p.bg-square {
  bottom: -50px;
  left: 80px;
}

/* .corp-voice
----------------------------------------------- */
.corp-voice {
  background-image: url(images/corp-bg-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: 10px solid var(--mainColor);
}

.corp-voice .container {
  padding: 100px 20px 50px;
  background-color: rgba(255, 255, 255, .9);
}

.corp-voice h2 {
  font-size: 3.9rem;
  margin-bottom: 50px;
}

.corp-voice .flex {
  margin-bottom: 20px;
}

.corp-voice .voice-img {
  width: 13%;
}

.corp-voice .voice-img p.cap {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 5px;
}

.corp-voice dl.voice-txt {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 85%;
  justify-content: flex-start;
  align-items: center;
}

.corp-voice .flex:nth-of-type(odd) dl.voice-txt {
  background-image: url(images/guest-fukidashi.png);
  padding: 50px 30px 50px 80px;
}

.corp-voice .flex:nth-of-type(even) dl.voice-txt {
  background-image: url(images/guest-fukidashi-even.png);
  padding: 50px 80px 50px 30px;
}

.corp-voice .flex dl.voice-txt dt {
  color: var(--mainColor);
  font-weight: bold;
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 5px;
}

.corp-voice .flex dl.voice-txt dd {
  line-height: 1.5;
}

.corp-voice .flex:nth-of-type(even) {
  flex-flow: row-reverse;
  margin-bottom: 50px;
}

/* .corp-flow
----------------------------------------------- */
.corp-flow {
  border-top: 10px solid var(--mainColor);
  position: relative;
}

.corp-flow .container {
  padding: 100px 0;
}

.corp-flow h2 {
  font-size: 3.9rem;
  margin-bottom: 50px;
}

.corp-flow .corp-flow-box {
  padding: 40px;
  position: relative;
  margin-bottom: 100px;
  background-color: #fff;
}

.corp-flow .corp-flow-box:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -55px;
  border: 55px solid transparent;
  border-top: 55px solid #fff;
}

.corp-flow .corp-flow-box p.img {
  width: 45%;
}

.corp-flow .corp-flow-box .corp-flow-txt {
  width: 50%;
}

.corp-flow .corp-flow-box .corp-flow-txt .flex {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.corp-flow .corp-flow-box .corp-flow-txt .flex p:first-of-type {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  margin-right: .5em;
}

.corp-flow .corp-flow-box .corp-flow-txt .flex p:first-of-type span {
  font-size: 3.1rem;
}

.corp-flow .corp-flow-box .corp-flow-txt .flex h3 {
  font-size: 3.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.corp-flow .corp-flow-contact {
  background-image: url(images/footer-bg-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 30px 40px;
  margin-top: 30px;
}

.corp-flow .corp-flow-contact h3 {
  font-size: 3.1rem;
  color: #fff;
  margin-bottom: 30px;
}

.corp-flow .corp-flow-contact h3 span.circle {
  font-size: 3.9rem;
  position: relative;
}

.corp-flow .corp-flow-contact h3 span.circle::before {
  position: absolute;
  content: "・";
  top: -25px;
  left: 25%;
  color: #fff;
}

.corp-flow .corp-flow-contact a {
  color: #fff;
}

.corp-flow .corp-flow-contact a.corp-contact-mail {
  background-color: var(--mainColor);
  font-size: 3.1rem;
  width: 38%;
  padding: 30px;
  line-height: 1;
  text-align: center;
  box-shadow: 0px 0px 15px -5px #000;
}

.corp-flow .corp-flow-contact a.corp-contact-mail span.material-icons {
  font-size: 4rem;
  vertical-align: middle;
  margin-right: .25em;
}

.corp-flow .corp-flow-contact a.corp-contact-mail span:last-of-type {
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}

.corp-flow .corp-flow-contact .corp-contact-tels .flex {
  margin-bottom: 10px;
}

.corp-flow .corp-flow-contact a.corp-contact-tel {
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1;
  height: 70px;
  color: #fff;
}

.corp-flow .corp-flow-contact a.corp-contact-tel span.material-icons {
  font-size: 3rem;
  vertical-align: bottom;
  margin-right: 0.25em;
}

.corp-flow .corp-flow-contact a.corp-contact-tel span.corp {
  font-size: 1.3rem;
  text-align: center;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}

.corp-flow .corp-flow-contact .corp-contact-tels .flex a:first-of-type {
  border-right: 1px solid #fff;
  padding-right: 50px;
  padding-top: 18px;
}

.corp-flow .corp-flow-contact .corp-contact-tels .flex a:last-of-type {
  padding-left: 50px;
}

.corp-flow .corp-flow-contact .corp-contact-tels>p {
  text-align: center;
  color: #fff;
}

.corp-flow .corp-flow-box:nth-of-type(5) .corp-flow-txt h4 {
  background-color: #333;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 10px;
}

.corp-flow .corp-flow-box:nth-of-type(5) .corp-flow-txt ul {
  border: 1px solid #333;
  padding: 20px 10px;
}

.corp-flow .corp-flow-box:nth-of-type(5) .corp-flow-txt li {
  margin: 0 .5em;
}

.corp-flow .corp-flow-box:nth-of-type(5) .corp-flow-txt li a span {
  color: var(--mainColor);
  font-size: 2rem;
  vertical-align: sub;
}

.corp-flow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50vw 0 50vw;
  border-color: #f7faff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

/* .corp-contact
----------------------------------------------- */
.corp-contact {
  background-image: url(images/footer-bg-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

.corp-contact h2 {
  color: #fff;
  font-size: 3.9rem;
}

.corp-contact h2 span {
  font-size: 4.9rem;
}

.corp-contact .container>p.bold {
  text-align: center;
  font-size: 3.1rem;
  font-weight: bold;
  letter-spacing: .25em;
  margin-bottom: 30px;
  color: #fff;
}

.corp-contact .container>.flex {
  justify-content: space-evenly;
}

.corp-contact .corp-contact-inner {
  width: 45%;
  background-color: #fff;
}

.corp-contact .corp-contact-inner h3 {
  background-color: var(--mainColor);
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  padding: 20px;
}

.corp-contact .corp-contact-inner p {
  margin: 30px 30px 20px;
}

.corp-contact .corp-contact-inner a.btn-black {
  margin: 0 auto 30px;
  width: 70%;
}

.corp-contact .corp-contact-inner a.corp-contact-tel {
  font-size: 3.9rem;
  color: var(--mainColor);
  font-weight: bold;
  text-align: center;
  display: block;
  padding-top: 60px;
}

.corp-contact .corp-contact-inner a.corp-contact-tel span.material-icons {
  font-size: 3rem;
  margin-right: 0.25em;
}

.corp-contact .corp-contact-inner a.corp-contact-tel span.bold {
  color: #333;
  display: block;
  font-size: 1.6rem;
}

/* ============================================================================================
 ガラス交換
============================================================================================= */
/* .exchange-intro
----------------------------------------------- */
.exchange-intro>.container:first-of-type {
  padding: 100px 0;
}

.exchange-intro h2.en {
  color: var(--mainColor);
  font-size: 10rem;
  transform: rotate(90deg);
  position: absolute;
  top: 240px;
  left: -300px;
  z-index: 999;
  letter-spacing: .075em;
}

.exchange-intro>.container:first-of-type>p:first-of-type {
  width: 45%;
  margin-bottom: 50px;
}

.exchange-intro .exchange-intro-detail {
  position: absolute;
  top: 140px;
  right: 0;
  z-index: 998;
  width: 63%;
  background-color: rgba(255, 255, 255, .8);
  box-shadow: 0 0 40px 18px #fff;
}

.exchange-intro .exchange-intro-detail h3 {
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: left;
}

.exchange-intro .exchange-intro-detail h3 span {
  color: var(--mainColor);
}

.exchange-intro .exchange-intro-detail p span {
  color: var(--mainColor);
}

.exchange-intro .feature {
  align-items: center;
}

.exchange-intro .exchange-intro-inner {
  position: relative;
  z-index: 998;
}

.exchange-intro .exchange-intro-list {
  background-color: #fff;
  width: 25%;
  padding: 20px;
}

.exchange-intro .exchange-intro-list:nth-of-type(even) {
  margin-top: 50px;
}

.exchange-intro .exchange-intro-list h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.25;
  height: 50px;
}

.exchange-intro .exchange-intro-list h3 span {
  color: var(--subColor);
  font-size: 2rem;
}

.exchange-intro .exchange-intro-list p.img {
  width: 50%;
  margin: 0 auto;
}

/* .exchange-need
----------------------------------------------- */
.exchange-need {
  padding: 100px 0;
}

.exchange-need h2 {
  font-size: 3.9rem;
  margin-bottom: 30px;
}

.exchange-need h2 span {
  font-size: 4.9rem;
  color: var(--mainColor);
}

.exchange-need p span {
  color: var(--subColor);
}

.exchange-need>.container .flex {
  margin-bottom: 50px;
}

.exchange-need>.container .flex>p {
  width: 46%;
}

.exchange-need>.container .flex .exchange-need-cases {
  width: 50%;
}

.exchange-need>.container .flex .exchange-need-cases .exchange-need-case {
  width: 48%;
}

.exchange-need .flex .exchange-need-cases .exchange-need-case h3 {
  background-color: var(--mainColor);
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 10px;
}

.exchange-need .flex .exchange-need-cases .exchange-need-case h3 span {
  font-size: 2.5rem;
}

.exchange-need>.container>h3 {
  background-color: var(--mainColor);
  text-align: center;
  color: #fff;
  font-size: 3.1rem;
  line-height: 1;
  padding: 20px;
}

.exchange-need .exchange-repair {
  background-color: #fff;
  padding: 30px 50px 50px;
  position: relative;
  z-index: 998;
}

.exchange-need .exchange-repair .flex {
  justify-content: center;
  margin-bottom: 50px;
}

.exchange-need .exchange-repair .exchange-repair-list {
  width: 30%;
  margin: 0 10px;
  padding: 30px;
}

.exchange-need .exchange-repair .exchange-repair-list h4 {
  margin-bottom: 20px;
  font-size: 2rem;
}

.exchange-need .exchange-repair a.btn {
  width: 40%;
}

.exchange-need .exchange-repair p.bg-square {
  bottom: -50px;
  left: -110px;
}

.exchange-need p.bg-square {
  bottom: -50px;
  left: -110px;
}

/* .exchange-jagu
----------------------------------------------- */
.exchange-jagu {
  padding: 100px 0;
}

.exchange-jagu .flex {
  position: relative;
  z-index: 998;
  align-items: center;
  justify-content: flex-start;
}

.exchange-jagu .exchange-jagu-txt .container {
  width: 60%;
  margin: 0 0 0 auto;
}

.exchange-jagu .exchange-jagu-txt {
  background: linear-gradient(250deg, var(--mainColor) 0%, #fff6 100%), var(--mainColor);
  width: 50%;
  padding: 50px 30px 50px 0;
}

.exchange-jagu .exchange-jagu-txt h3 {
  color: #fff;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 20px;
}

.exchange-jagu .exchange-jagu-txt p {
  color: #fff;
}

.exchange-jagu .flex .exchange-jagu-img {
  width: 50%;
  margin-top: -50px;
}

.exchange-jagu .exchange-jagu-img .container {
  width: 80%;
  margin: 0 auto 0 0;
}

.exchange-jagu .exchange-jagu-img p {
  width: 80%;
  margin: 0 auto 0 0;
}

/* .exchange-cost
----------------------------------------------- */
.exchange-cost {
  padding: 100px 0 50px;
}

.exchange-cost>.flex {
  position: relative;
  z-index: 998;
  align-items: center;
}

.exchange-cost>.flex:first-of-type {
  justify-content: flex-start;
}

.exchange-cost>.flex:last-of-type {
  justify-content: flex-end;
}

.exchange-cost .exchange-cost-txt .container {
  width: 60%;
}

.exchange-cost .flex:first-of-type .exchange-cost-txt .container {
  margin: 0 0 0 auto;
}

.exchange-cost .flex:last-of-type .exchange-cost-txt .container {
  margin: 0 auto 0 0;
}

.exchange-cost .exchange-cost-txt {
  background: linear-gradient(250deg, var(--mainColor) 0%, #fff6 100%), var(--mainColor);
  width: 50%;
}

.exchange-cost .flex:first-of-type .exchange-cost-txt {
  padding: 50px 30px 50px 0;
}

.exchange-cost .flex:last-of-type .exchange-cost-txt {
  padding: 50px 0 50px 30px;
}

.exchange-cost .exchange-cost-txt h3 {
  color: #fff;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 20px;
}

.exchange-cost .exchange-cost-txt p {
  color: #fff;
}

.exchange-cost .exchange-cost-txt p.bold {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.exchange-cost .flex .exchange-cost-img {
  width: 50%;
}

.exchange-cost .flex:first-of-type .exchange-cost-img {
  margin-top: -50px;
}

.exchange-cost .flex:last-of-type .exchange-cost-img {
  margin-top: 50px;
}

.exchange-cost .exchange-cost-img .container {
  width: 80%;
}

.exchange-cost .flex:first-of-type .exchange-cost-img .container {
  margin: 0 auto 0 0;
}

.exchange-cost .flex:last-of-type .exchange-cost-img .container {
  margin: 0 0 0 auto;
}

.exchange-cost .exchange-cost-img p {
  width: 80%;
}

.exchange-cost .flex:first-of-type .exchange-cost-img p {
  margin: 0 auto 0 0;
}

.exchange-cost .flex:last-of-type .exchange-cost-img p {
  margin: 0 0 0 auto;
}

/* .exchange-achievement
----------------------------------------------- */
.exchange-achievement {
  padding: 50px 0 100px;
}

.exchange-achievement>.flex {
  position: relative;
  z-index: 998;
  align-items: center;
}

.exchange-achievement>.flex:first-of-type {
  justify-content: flex-start;
}

.exchange-achievement>.flex:last-of-type {
  justify-content: flex-end;
}

.exchange-achievement .exchange-achievement-txt .container {
  width: 60%;
}

.exchange-achievement .flex:first-of-type .exchange-achievement-txt .container {
  margin: 0 0 0 auto;
}

.exchange-achievement .flex:last-of-type .exchange-achievement-txt .container {
  margin: 0 auto 0 0;
}

.exchange-achievement .exchange-achievement-txt {
  background: linear-gradient(250deg, var(--mainColor) 0%, #fff6 100%), var(--mainColor);
  width: 50%;
}

.exchange-achievement .flex:first-of-type .exchange-achievement-txt {
  padding: 50px 30px 50px 0;
}

.exchange-achievement .flex:last-of-type .exchange-achievement-txt {
  padding: 50px 0 50px 30px;
}

.exchange-achievement .exchange-achievement-txt h3 {
  color: #fff;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 20px;
}

.exchange-achievement .exchange-achievement-txt p {
  color: #fff;
}

.exchange-achievement .exchange-achievement-txt p.bold {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.exchange-achievement .flex .exchange-achievement-img {
  width: 50%;
}

.exchange-achievement .flex:first-of-type .exchange-achievement-img {
  margin-top: -50px;
}

.exchange-achievement .flex:last-of-type .exchange-achievement-img {
  margin-top: 50px;
}

.exchange-achievement .exchange-achievement-img .container {
  width: 80%;
}

.exchange-achievement .flex:first-of-type .exchange-achievement-img .container {
  margin: 0 auto 0 0;
}

.exchange-achievement .flex:last-of-type .exchange-achievement-img .container {
  margin: 0 0 0 auto;
}

.exchange-achievement .exchange-achievement-img p {
  width: 80%;
}

.exchange-achievement .flex:first-of-type .exchange-achievement-img p {
  margin: 0 auto 0 0;
}

.exchange-achievement .flex:last-of-type .exchange-achievement-img p {
  margin: 0 0 0 auto;
}

.exchange-achievement a.btn {
  width: 70%;
  margin-top: 20px;
}

/* .exchange-abundant
----------------------------------------------- */
.exchange-abundant {
  padding: 100px 0;
  border-bottom: 10px solid var(--mainColor);
}

.exchange-abundant>.container>h2 {
  margin-bottom: 50px;
  line-height: 1.75;
}

.exchange-abundant>.container>h2 span.circle {
  color: #333;
  position: relative;
  color: var(--mainColor);
}

.exchange-abundant>.container>h2 span.circle::before {
  position: absolute;
  content: "・";
  top: -25px;
  left: 25%;
  font-size: 3rem;
  color: var(--mainColor);
}

.exchange-abundant>.container>.flex:first-of-type {
  margin-bottom: 50px;
}

.exchange-abundant>.container>.flex:first-of-type p.txt {
  width: 55%;
}

.exchange-abundant>.container>.flex:first-of-type p.txt span {
  color: var(--subColor);
}

.exchange-abundant>.container>.flex:first-of-type p.img {
  width: 43%;
}

.exchange-abundant .exchange-abundant-inner {
  position: relative;
  z-index: 998;
  justify-content: flex-start;
}

.exchange-abundant .exchange-abundant-list {
  background-color: #fff;
  width: 33.33%;
  padding: 20px 20px 40px;
  margin-bottom: 30px;
}

.exchange-abundant .exchange-abundant-list p.cursive {
  font-size: 90px;
  line-height: 1;
  text-align: center;
  color: var(--mainColor);
  margin-top: -60px;
}

.exchange-abundant .exchange-abundant-list h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.25;
}

.exchange-abundant .exchange-abundant-list h3 span {
  color: var(--mainColor);
  font-size: 2rem;
}

.exchange-abundant .exchange-abundant-list p.img {
  width: 100%;
  margin: 0 auto 20px;
}

.exchange-abundant .exchange-abundant-list h4 {
  color: #fff;
  background-color: var(--mainColor);
  font-size: 2rem;
  padding: 10px;
}

.exchange-abundant .exchange-abundant-list ul {
  border: 1px solid #f7f7f7;
  padding: 15px;
}

.exchange-abundant .exchange-abundant-list ul li {
  line-height: 2;
  padding-left: .5em;
  text-indent: -.5em;
}

.exchange-abundant .exchange-abundant-list ul li::before {
  content: '・';
  color: var(--mainColor);
}

.exchange-abundant .exchange-abundant-list a.btn {
  margin-top: 20px;
}

.exchange-abundant .exchange-abundant-height {
  margin-bottom: 20px;
}

/* .exchange-flow
----------------------------------------------- */
.exchange-flow {
  border-top: 10px solid var(--mainColor);
}

.exchange-flow .container {
  padding: 100px 0;
}

.exchange-flow h2 {
  font-size: 3.9rem;
  margin-bottom: 50px;
}

.exchange-flow .exchange-flow-box {
  padding: 40px;
  position: relative;
  margin-bottom: 100px;
  background-color: #fff;
}

.exchange-flow .exchange-flow-box:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -55px;
  border: 55px solid transparent;
  border-top: 55px solid #fff;
}

.exchange-flow .exchange-flow-box p.img {
  width: 45%;
}

.exchange-flow .exchange-flow-box .exchange-flow-txt {
  width: 50%;
}

.exchange-flow .exchange-flow-box .exchange-flow-txt .flex {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.exchange-flow .exchange-flow-box .exchange-flow-txt .flex p:first-of-type {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  margin-right: .5em;
}

.exchange-flow .exchange-flow-box .exchange-flow-txt .flex p:first-of-type span {
  font-size: 3.1rem;
}

.exchange-flow .exchange-flow-box .exchange-flow-txt .flex h3 {
  font-size: 3.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.exchange.footer-check::after {
  border-style: none;
}

/* ============================================================================================
 保険修理
============================================================================================= */
.inspection-intro>.container:first-of-type {
  padding: 100px 0 50px;
}

.inspection-intro h2.en {
  color: var(--mainColor);
  font-size: 10rem;
  transform: rotate(90deg);
  position: absolute;
  top: 270px;
  left: -340px;
  z-index: 999;
  letter-spacing: .075em;
}

.inspection-intro>.container:first-of-type>p:first-of-type {
  width: 45%;
  margin-bottom: 50px;
}

.inspection-intro .inspection-intro-detail {
  position: absolute;
  top: 130px;
  right: 0;
  z-index: 998;
  width: 63%;
  background-color: rgba(255, 255, 255, .8);
  box-shadow: 0 0 40px 18px #fff;
}

.inspection-intro .inspection-intro-detail h3 {
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: left;
}

.inspection-intro .inspection-intro-detail h3 span {
  color: var(--mainColor);
}

.inspection-intro .inspection-intro-fukidashi p.img {
  width: 15%;
}

.inspection-intro .inspection-intro-fukidashi p.txt {
  width: 83%;
  background-image: url(images/guest-fukidashi.png);
  padding: 50px 30px 50px 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  align-items: center;
  font-size: 2.5rem;
  line-height: 1.5;
}

.inspection-intro .inspection-intro-fukidashi p.txt span {
  font-size: 3.1rem;
  color: var(--subColor);
}

/* .inspection-tanaka
----------------------------------------------- */
.inspection-tanaka {
  padding: 0 0 50px;
}

.inspection-tanaka>.flex {
  position: relative;
  z-index: 998;
  align-items: center;
}

.inspection-tanaka>.flex:first-of-type {
  justify-content: flex-start;
}

.inspection-tanaka>.flex:nth-of-type(2) {
  justify-content: flex-end;
  margin-bottom: 50px;
}

.inspection-tanaka .inspection-tanaka-txt .container {
  width: 60%;
}

.inspection-tanaka .flex:first-of-type .inspection-tanaka-txt .container {
  margin: 0 0 0 auto;
}

.inspection-tanaka .flex:nth-of-type(2) .inspection-tanaka-txt .container {
  margin: 0 auto 0 0;
}

.inspection-tanaka .inspection-tanaka-txt {
  background: linear-gradient(250deg, var(--mainColor) 0%, #fff6 100%), var(--mainColor);
  width: 50%;
}

.inspection-tanaka .flex:first-of-type .inspection-tanaka-txt {
  padding: 50px 30px 50px 0;
}

.inspection-tanaka .flex:nth-of-type(2) .inspection-tanaka-txt {
  padding: 50px 0 50px 30px;
}

.inspection-tanaka .inspection-tanaka-txt h3 {
  color: #fff;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 20px;
}

.inspection-tanaka .inspection-tanaka-txt p {
  color: #fff;
}

.inspection-tanaka .flex .inspection-tanaka-img {
  width: 50%;
}

.inspection-tanaka .flex:first-of-type .inspection-tanaka-img {
  margin-top: -50px;
}

.inspection-tanaka .flex:nth-of-type(2) .inspection-tanaka-img {
  margin-top: -200px;
}

.inspection-tanaka .inspection-tanaka-img .container {
  width: 80%;
}

.inspection-tanaka .flex:first-of-type .inspection-tanaka-img .container {
  margin: 0 auto 0 0;
}

.inspection-tanaka .flex:nth-of-type(2) .inspection-tanaka-img .container {
  margin: 0 0 0 auto;
}

.inspection-tanaka .inspection-tanaka-img p {
  width: 80%;
}

.inspection-tanaka .flex:first-of-type .inspection-tanaka-img p {
  margin: 0 auto 0 0;
}

.inspection-tanaka .flex:nth-of-type(2) .inspection-tanaka-img p {
  margin: 0 0 0 auto;
}

.inspection-tanaka .inspection-tanaka-fukidashi p.img {
  width: 15%;
}

.inspection-tanaka .inspection-tanaka-fukidashi p.txt {
  width: 83%;
  background-image: url(images/guest-fukidashi.png);
  padding: 70px 30px 50px 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  align-items: center;
  font-size: 2.5rem;
  line-height: 1;
}

.inspection-tanaka .inspection-tanaka-fukidashi p.txt span {
  font-size: 3.1rem;
  color: var(--subColor);
}

/* .inspection-kimura
----------------------------------------------- */
.inspection-kimura {
  padding: 0 0 100px;
}

.inspection-kimura>.flex {
  position: relative;
  z-index: 998;
  align-items: center;
}

.inspection-kimura>.flex:first-of-type {
  justify-content: flex-start;
}

.inspection-kimura .inspection-kimura-txt .container {
  width: 60%;
}

.inspection-kimura .flex:first-of-type .inspection-kimura-txt .container {
  margin: 0 0 0 auto;
}

.inspection-kimura .inspection-kimura-txt {
  background: linear-gradient(250deg, var(--mainColor) 0%, #fff6 100%), var(--mainColor);
  width: 50%;
}

.inspection-kimura .flex:first-of-type .inspection-kimura-txt {
  padding: 50px 30px 50px 0;
}

.inspection-kimura .inspection-kimura-txt h3 {
  color: #fff;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 20px;
}

.inspection-kimura .inspection-kimura-txt p {
  color: #fff;
}

.inspection-kimura .flex .inspection-kimura-img {
  width: 50%;
}

.inspection-kimura .flex:first-of-type .inspection-kimura-img {
  margin-top: -50px;
}

.inspection-kimura .inspection-kimura-img .container {
  width: 80%;
}

.inspection-kimura .flex:first-of-type .inspection-kimura-img .container {
  margin: 0 auto 0 0;
}

.inspection-kimura .inspection-kimura-img p {
  width: 80%;
}

.inspection-kimura .flex:first-of-type .inspection-kimura-img p {
  margin: 0 auto 0 0;
}

/* .inspection-dealer
----------------------------------------------- */
.inspection-dealer {
  padding: 100px 0;
}

.inspection-dealer>.container>h2 {
  margin-bottom: 50px;
  line-height: 1.75;
}

.inspection-dealer>.container>h2 span.circle {
  position: relative;
  color: var(--mainColor);
}

.inspection-dealer>.container>h2 span.circle::before {
  position: absolute;
  content: "・";
  top: -25px;
  left: 25%;
  font-size: 3rem;
  color: var(--mainColor);
}

.inspection-dealer .container>p {
  text-align: center;
  margin-bottom: 50px;
}

.inspection-dealer .inspection-dealer-box {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.inspection-dealer .inspection-dealer-box .inspection-dealer-list {
  padding: 30px;
}

.inspection-dealer .inspection-dealer-box .inspection-dealer-list h3 {
  margin-bottom: 20px;
}

.inspection-dealer .inspection-dealer-box .inspection-dealer-list p.img {
  margin-bottom: 10px;
}

.inspection-dealer .inspection-dealer-box .inspection-dealer-list:first-of-type {
  background-color: #fff;
  width: 35%;
}

.inspection-dealer .inspection-dealer-box .inspection-dealer-list:first-of-type h3 {
  color: #333;
  font-size: 2rem;
}

.inspection-dealer .inspection-dealer-box .inspection-dealer-list:last-of-type {
  background-color: var(--mainColor);
  width: 40%;
}

.inspection-dealer .inspection-dealer-box .inspection-dealer-list:last-of-type h3 {
  color: #fff;
  font-size: 3.9rem;
}

.inspection-dealer .inspection-dealer-box .inspection-dealer-list:last-of-type p {
  color: #fff;
}

.inspection-dealer .inspection-dealer-checklist {
  padding: 50px;
  background-color: #fff;
}

.inspection-dealer .inspection-dealer-checklist .flex {
  justify-content: center;
}

.inspection-dealer .inspection-dealer-checklist .flex:not(:last-of-type) {
  margin-bottom: 20px;
}

.inspection-dealer .inspection-dealer-checklist .flex p.img {
  width: 10%;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.inspection-dealer .inspection-dealer-checklist .flex p.txt {
  width: 50%;
  font-size: 2.5rem;
  line-height: 1.5;
  padding-top: 10px;
}

.inspection-dealer .inspection-dealer-checklist .flex p.txt span {
  color: var(--subColor);
}

.inspection-dealer .inspection-dealer-checklist .flex:last-of-type p.txt {
  padding-top: 30px;
}

/* .inspection-shop
----------------------------------------------- */
.inspection-shop {
  padding: 100px 0;
}

.inspection-shop h2 {
  margin-bottom: 50px;
  font-size: 3.9rem;
}

.inspection-shop h2 span {
  font-size: 4.9rem;
  color: var(--mainColor);
}

.inspection-shop .inspection-shop-inner {
  margin-bottom: 50px;
}

.inspection-shop .inspection-shop-list {
  background-color: #fff;
  width: 33.33%;
  padding: 30px;
}

.inspection-shop .inspection-shop-list h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.25;
}

.inspection-shop .inspection-shop-list p.img {
  width: 100%;
  margin: 0 auto 20px;
}

.inspection-shop .inspection-shop-list p.txt {
  color: #333;
  width: 100%;
}

.inspection-shop .inspection-shop-example {
  margin-bottom: 50px;
}

.inspection-shop .inspection-shop-example table {
  margin-top: 20px;
  width: 100%;
}

.inspection-shop .inspection-shop-example table td {
  text-align: center;
  width: 50%;
}

.inspection-shop .inspection-shop-example table td:first-of-type {
  background-color: #f7f7f7;
}

.inspection-shop .stock {
  background-color: var(--mainColor);
  padding: 30px;
  justify-content: flex-start;
  margin-bottom: 50px;
  position: relative;
  z-index: 998;
}

.inspection-shop .stock p {
  color: #fff;
  font-weight: bold;
}

.inspection-shop .stock p.icon {
  width: 8%;
  margin-right: 1em;
  line-height: 1;
}

.inspection-shop .stock p.icon span {
  font-size: 8rem;
}

.inspection-shop .stock p.bold {
  font-size: 2.5rem;
  line-height: 1.25;
  width: 90%;
}

.inspection-shop .stock p.bold span {
  font-size: 3.9rem;
}

.inspection-shop h2.head-spacing {
  font-size: 3.1rem;
  margin-bottom: 30px;
}

.inspection-shop table {
  width: 100%;
  margin: 0 auto 20px;
}

.inspection-shop table th {
  background-color: #333;
  color: #fff;
  font-size: 1.8rem;
  padding: 20px;
  border-bottom: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #fff;
}

.inspection-shop table tr:first-of-type th {
  text-align: center;
}

.inspection-shop table td:first-of-type {
  background-color: #ebebeb;
  color: #333;
}

.inspection-shop table td {
  background-color: #f7f7f7;
  padding: 20px 30px;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
  border-right: 1px solid #fff;
}

.inspection-shop table td span {
  font-size: 2.5rem;
  color: var(--mainColor);
}

/* .inspection-ng
----------------------------------------------- */
.inspection-ng {
  background-image: url(images/top-bg-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}

.inspection-ng h2 {
  color: #fff;
  font-size: 3.9rem;
  line-height: 1.25;
}

.inspection-ng h2 span {
  font-size: 4.9rem;
  color: #FF0E0E;
}

.inspection-ng h2::after {
  display: block;
  font-family: 'Material Icons';
  content: "keyboard_double_arrow_down";
}

.inspection-ng .flex:first-of-type {
  margin-bottom: 30px;
}

.inspection-ng .flex p.img {
  width: 40%;
}

.inspection-ng .flex p.txt {
  width: 55%;
  color: #fff;
}

/* .inspection-hirogaru
----------------------------------------------- */
.inspection-hirogaru {
  padding: 0 0 50px;
}

.inspection-hirogaru>.flex {
  position: relative;
  z-index: 998;
  align-items: center;
}

.inspection-hirogaru>.flex:first-of-type {
  justify-content: flex-start;
}

.inspection-hirogaru>.flex:nth-of-type(2) {
  justify-content: flex-end;
  margin-bottom: 50px;
}

.inspection-hirogaru .inspection-hirogaru-txt .container {
  width: 60%;
}

.inspection-hirogaru .flex:first-of-type .inspection-hirogaru-txt .container {
  margin: 0 0 0 auto;
}

.inspection-hirogaru .flex:nth-of-type(2) .inspection-hirogaru-txt .container {
  margin: 0 auto 0 0;
}

.inspection-hirogaru .inspection-hirogaru-txt {
  background: linear-gradient(250deg, var(--mainColor) 0%, #fff6 100%), var(--mainColor);
  width: 50%;
}

.inspection-hirogaru .flex:first-of-type .inspection-hirogaru-txt {
  padding: 50px 30px 50px 0;
}

.inspection-hirogaru .flex:nth-of-type(2) .inspection-hirogaru-txt {
  padding: 50px 0 50px 30px;
}

.inspection-hirogaru .inspection-hirogaru-txt h3 {
  color: #fff;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 20px;
}

.inspection-hirogaru .inspection-hirogaru-txt p {
  color: #fff;
}

.inspection-hirogaru .flex .inspection-hirogaru-img {
  width: 50%;
}

.inspection-hirogaru .flex:first-of-type .inspection-hirogaru-img {
  margin-top: -50px;
}

.inspection-hirogaru .flex:nth-of-type(2) .inspection-hirogaru-img {
  margin-top: -80px;
}

.inspection-hirogaru .inspection-hirogaru-img .container {
  width: 80%;
}

.inspection-hirogaru .flex:first-of-type .inspection-hirogaru-img .container {
  margin: 0 auto 0 0;
}

.inspection-hirogaru .flex:nth-of-type(2) .inspection-hirogaru-img .container {
  margin: 0 0 0 auto;
}

.inspection-hirogaru .inspection-hirogaru-img p {
  width: 80%;
}

.inspection-hirogaru .flex:first-of-type .inspection-hirogaru-img p {
  margin: 0 auto 0 0;
}

.inspection-hirogaru .flex:nth-of-type(2) .inspection-hirogaru-img p {
  margin: 0 0 0 auto;
}

.inspection-hirogaru .street {
  background-color: #333;
  padding: 30px;
  justify-content: flex-start;
  margin-bottom: 50px;
  position: relative;
  z-index: 998;
}

.inspection-hirogaru .street p {
  color: #fff;
}

.inspection-hirogaru .street p.icon {
  width: 8%;
  margin-right: 1em;
  line-height: 1;
  display: flex;
  align-items: center;
}

.inspection-hirogaru .street p.icon span {
  font-size: 8rem;
}

.inspection-hirogaru .street .street-txt {
  width: 90%;
}

.inspection-hirogaru .street .street-txt h4 {
  font-size: 2.5rem;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}

/* .inspection-shaken
----------------------------------------------- */
.inspection-shaken {
  padding: 0 0 100px;
}

.inspection-shaken>.flex {
  position: relative;
  z-index: 998;
  align-items: center;
}

.inspection-shaken>.flex:first-of-type {
  justify-content: flex-start;
}

.inspection-shaken .inspection-shaken-txt .container {
  width: 60%;
}

.inspection-shaken .flex:first-of-type .inspection-shaken-txt .container {
  margin: 0 0 0 auto;
}

.inspection-shaken .inspection-shaken-txt {
  background: linear-gradient(250deg, var(--mainColor) 0%, #fff6 100%), var(--mainColor);
  width: 50%;
}

.inspection-shaken .flex:first-of-type .inspection-shaken-txt {
  padding: 50px 30px 50px 0;
}

.inspection-shaken .inspection-shaken-txt h3 {
  color: #fff;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 20px;
}

.inspection-shaken .inspection-shaken-txt p {
  color: #fff;
}

.inspection-shaken .flex .inspection-shaken-img {
  width: 50%;
}

.inspection-shaken .flex:first-of-type .inspection-shaken-img {
  margin-top: -50px;
}

.inspection-shaken .inspection-shaken-img .container {
  width: 80%;
}

.inspection-shaken .flex:first-of-type .inspection-shaken-img .container {
  margin: 0 auto 0 0;
}

.inspection-shaken .inspection-shaken-img p {
  width: 80%;
}

.inspection-shaken .flex:first-of-type .inspection-shaken-img p {
  margin: 0 auto 0 0;
}

/* .inspection-plan
----------------------------------------------- */
.inspection-plan {
  border-top: 10px solid var(--mainColor);
}

.inspection-plan .container {
  padding: 100px 50px;
  background-color: #fff;
}

.inspection-plan>.container>h2 {
  margin-bottom: 50px;
  line-height: 1.75;
}

.inspection-plan>.container>h2 span.circle {
  position: relative;
  color: var(--mainColor);
}

.inspection-plan>.container>h2 span.circle::before {
  position: absolute;
  content: "・";
  top: -25px;
  left: 25%;
  font-size: 3rem;
  color: var(--mainColor);
}

.inspection-plan .container .flex p.txt {
  width: 50%;
}

.inspection-plan .container .flex p.img {
  width: 45%;
}

/* ============================================================================================
 プライバシーポリシー
============================================================================================= */
.privacy {
  padding-bottom: 100px;
  border-bottom: 10px solid var(--mainColor);
}

.privacy h2 {
  font-size: 3.1rem;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.privacy .container p {
  margin-bottom: 60px;
}

.privacy .container p:nth-of-type(4) {
  margin-bottom: 10px;
}

.privacy .container p:last-of-type {
  margin-bottom: 0;
}

.privacy .container ul {
  margin-bottom: 60px;
  padding-left: 1em;
}

.privacy .container li {
  line-height: 2;
}

.privacy .container li:before {
  content: "-";
  margin-right: 0.5em;
}


/* ============================================================================================
新着情報
============================================================================================= */
/* news archive
----------------------------------------------- */
.news-archive {
  padding-bottom: 100px;
  border-bottom: 10px solid var(--mainColor);
}

.news-archive .news-archive-list {
  width: 70%;
}

.news-archive .sidebar {
  width: 25%;
}

.news-archive .news-archive-list h2 {
  font-size: 3.9rem;
  text-align: left;
  margin-bottom: 50px;
}

.news-archive .news-archive-list .archive-post {
  background-color: #f8f8f8;
}

.news-archive .archive-contents {
  margin-bottom: 30px;
  padding: 20px;
}

.news-archive .archive-contents a.thumb {
  width: 30%;
  display: block;
}

.news-archive .archive-contents a.thumb:hover {
  opacity: .5;
}

.news-archive .archive-contents .news-archive-txt {
  width: 67%;
}

.news-archive .archive-contents .news-archive-txt span.news-date {
  margin-right: 1em;
}

.news-archive .archive-contents .news-archive-txt span.news-cat a {
  width: 90px;
  background-color: var(--mainColor);
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
}

.news-archive .archive-contents .news-archive-txt span.news-cat a:hover {
  opacity: .5;
}

.news-archive .archive-contents .news-archive-txt a.news-title {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  margin: 10px 0;
}

.news-archive .archive-contents .news-archive-txt a.news-title i {
  color: var(--mainColor);
  vertical-align: baseline;
  margin-left: .25em;
}

.news-archive .archive-contents .news-archive-txt a.news-title:hover {
  color: var(--mainColor);
}

.news-archive .archive-contents .news-archive-txt span.news-excerpt {
  font-size: 1.3rem;
  line-height: 1.75;
  display: block;
}

.news-archive .sidebar h2 {
  color: #fff;
  text-align: center;
  background-color: var(--mainColor);
  font-size: 1.6rem;
  padding: 20px 0;
}

.news-archive .sidebar ul {
  border: 1px solid #d9d9d9;
}

.news-archive .sidebar ul li a {
  font-size: 1.6rem;
  line-height: 2;
  padding: 15px 20px;
  position: relative;
  display: block;
}

.news-archive .sidebar ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--mainColor);
  content: "\f054";
  position: absolute;
  top: 25%;
  right: 10%;
}

.news-archive .sidebar ul li a:hover {
  color: var(--mainColor);
}

.news-archive .sidebar ul li:not(:last-of-type) {
  border-bottom: 1px solid #d9d9d9;
}


/* news detail
----------------------------------------------- */
.news-detail {
  padding-bottom: 100px;
  border-bottom: 10px solid var(--mainColor);
}

.news-detail .container {
  width: 100%;
}

.news-detail h2 {
  font-size: 3.1rem;
  line-height: 1.5;
  text-align: left;
}

.news-detail span.category a {
  display: inline-block;
  color: #fff;
  text-align: center;
  background-color: var(--mainColor);
  font-size: 1.6rem;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.news-detail span.date {
  text-align: right;
  display: block;
  margin-bottom: 20px;
}

.news-detail .thumb {
  text-align: center;
  margin-bottom: 30px;
}

.news-detail .post-contents {
  margin-bottom: 60px;
}

.news-detail .navigation span {
  width: 30%;
}

.news-detail .navigation span a:hover {
  color: var(--mainColor);
}

.news-detail a.btn {
  width: 30%;
}

.news-detail a.btn span.material-icons {
  width: 10%;
}

/* news widget
----------------------------------------------- */
.post-widget {
  float: right;
  width: 27%;
}

.post-widget #archives-cate {
  margin-bottom: 30px;
}

.post-widget h2 {
  color: #fff;
  text-align: center;
  background-color: var(--mainColor);
  font-size: 1.6rem;
  padding: 15px 0;
  margin-bottom: 0;
}

.post-widget h2::before {
  display: none;
}

.post-widget ul {
  padding: 0 30px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}

.post-widget ul li {
  border-bottom: 1px solid #d9d9d9;
}

.post-widget ul li:last-of-type {
  border-bottom: none;
}

.post-widget ul li a {
  color: #000;
  letter-spacing: 0.05em;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  position: relative;
}

.post-widget ul li a:hover {
  opacity: 0.5;
}

.post-widget ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--mainColor);
  content: "\f054";
  position: absolute;
  right: 10px;
  top: 35%;
}

/* ============================================================================================
 施工事例
============================================================================================= */
/* .case-intro
----------------------------------------------- */
.case-intro .container {
  padding: 100px 0 50px;
}

.case-intro h2.en {
  color: var(--mainColor);
  font-size: 10rem;
  transform: rotate(90deg);
  position: absolute;
  top: 180px;
  left: -260px;
  z-index: 999;
  letter-spacing: .075em;
}

.case-intro p.img {
  width: 45%;
  margin-bottom: 50px;
}

.case-intro p.txt {
  position: absolute;
  top: 300px;
  right: 0;
  z-index: 998;
  width: 63%;
  background-color: rgba(255, 255, 255, .8);
  box-shadow: 0 0 40px 18px #fff;
}

.case-intro p.txt span {
  color: var(--subColor);
}

/* .case-filter
----------------------------------------------- */
.case-filter {
  padding: 100px 0;
}

.case-filter h2 {
  font-size: 3.9rem;
  margin-bottom: 30px;
}

.case-filter .case-filter-maker {
  margin-bottom: 50px;
  border-top: 10px solid var(--mainColor);
  padding: 50px 80px;
  background-color: #fff;
}

.case-filter .case-filter-maker .top-case-maker {
  width: 12%;
  margin: 0 10px 50px;
}

.case-filter .case-filter-maker .top-case-maker a {
  margin-bottom: 10px;
  display: block;
}

.case-filter .case-filter-maker .top-case-maker a:hover {
  opacity: .5;
}

.case-filter .case-filter-maker .top-case-maker p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.25;
}

.case-filter .case-filter-category {
  margin-bottom: 50px;
  border-top: 10px solid var(--mainColor);
  padding: 50px 20px;
  background-color: #fff;
}

.case-filter .case-filter-category a.btn {
  width: 24%;
  margin: 0 5px;
}

/* .case-archive
----------------------------------------------- */
.case-archive {
  border-top: 10px solid var(--mainColor);
  padding: 100px 0;
}

.case-archive h2 {
  font-size: 3.9rem;
  margin-bottom: 50px;
}

.case-archive-list>li {
  background: #f8f8f8;
  margin-right: 2%;
  width: 23.5%;
  transition: all 0.2s ease;
  padding-bottom: 30px;
}

.case-archive .case-archive-list>li {
  margin-bottom: 40px;
}

.case-archive-list>li:nth-child(4n) {
  margin-right: 0;
}

.case-archive-list>li .thumb {
  display: block;
  text-align: center;
  overflow: hidden;
  transition: .2s;
  margin-bottom: 15px;
}

.case-archive-list>li .thumb:hover {
  opacity: 0.5;
}

.case-archive-list>li ul.case-type_maker {
  padding: 0 20px;
  margin-bottom: 10px;
}

.case-archive-list>li ul.case-type_maker li {
  line-height: 1.5;
  font-size: 1.3rem;
}

.case-archive-list>li h1 {
  font-size: 1.6rem;
  padding: 0 20px;
  line-height: 1.5;
  min-height: 54px;
  font-weight: normal;
  text-align: justify;
  margin-bottom: 10px;
}

.case-archive-list>li h1 a {
  font-size: 1.6rem;
  color: var(--mainColor);
  font-weight: bold;
  text-decoration: none;
}

.case-archive-list>li h1 a:hover {
  opacity: 0.6;
}

.case-archive-list>li p {
  font-size: 1.3rem;
  line-height: 1.75;
  padding: 0 20px;
}

/* #case_detail
----------------------------------------------- */
#case_detail {
  padding: 30px 0 80px;
}

#case_detail .container {
  width: 100%;
  margin: 0 auto;
}

#case_detail h2 {
  line-height: 1.5;
  font-size: 3.1rem;
  text-align: left;
  padding-bottom: 0;
  width: 80%;
  margin: 0 auto 30px;
}

#case_detail .case-date {
  text-align: right;
  display: block;
  width: 80%;
  margin: 0 auto 10px;
}

#case_detail .main_photo {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

#case_detail ul.case-type_maker {
  width: 80%;
  margin: 0 auto 10px;
}

#case_detail ul.case-type_maker li {
  line-height: 1.5;
}

#case_detail nav {
  background: none;
  display: flex;
  margin: 60px 0;
}

#case_detail nav .btn {
  width: 40%;
}

#case_detail nav .prev,
#case_detail nav .next {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#case_detail nav .prev a,
#case_detail nav .next a {
  color: #000;
  font-weight: normal;
  font-size: 1.6rem;
}

#case_detail nav .prev a::before {
  content: '<< ';
}

#case_detail nav .next a::after {
  content: ' >>';
}

#case_detail .case-detail-wysiwyg {
  width: 80%;
  margin: 0 auto 50px;
}

#case_detail .case-detail-wysiwyg p {
  line-height: 1.5;
}

#case_detail .case-flow-box {
  padding: 40px;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
}

#case_detail .case-flow-box p.img {
  width: 45%;
}

#case_detail .case-flow-box .case-flow-txt {
  width: 52%;
}

#case_detail .case-flow-box .case-flow-txt h3 {
  font-size: 2.5rem;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 10px;
}

#case_detail .navigation>span {
  width: 30%;
  display: flex;
  align-items: center;
}

#case_detail .navigation>span a:hover {
  color: var(--mainColor);
}

#case_detail .navigation {
  margin-top: 100px;
}

#case_detail .navigation a.btn {
  width: 30%;
}

/* ============================================================================================
 フォーム
============================================================================================= */
.form {
  padding-bottom: 100px;
}

.form h2 {
  font-size: 3.9rem;
  margin-bottom: 50px;
}

.form-contact {
  background-image: url(images/footer-bg-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 30px 40px;
  margin-bottom: 50px;
}

.form-contact h3 {
  font-size: 3.1rem;
  color: #fff;
  margin-bottom: 30px;
}

.form-contact h3 span.circle {
  font-size: 3.9rem;
  position: relative;
}

.form-contact h3 span.circle::before {
  position: absolute;
  content: "・";
  top: -25px;
  left: 25%;
  color: #fff;
}

.form-contact a {
  color: #fff;
}

.form-contact a.form-contact-tel {
  background-color: #fff;
  font-size: 3.1rem;
  width: 43%;
  margin: 0 auto;
  padding: 30px;
  line-height: 1;
  text-align: center;
  box-shadow: 0px 0px 15px -5px #000;
  color: var(--mainColor);
  display: block;
}

.form-contact a.form-contact-tel span.material-icons {
  font-size: 3.5rem;
  vertical-align: sub;
  margin-right: .25em;
}

.form-contact a.form-contact-tel span:last-of-type {
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}

.form .container>p.txt {
  width: 45%;
  margin: 0 auto 50px;
}

.form .form-switching {
  justify-content: center;
}

.form .form-switching .person,
.form .form-switching .corp {
  width: 45%;
  color: #fff;
  font-size: 3.1rem;
  padding: 10px;
  border-radius: 20px 20px 0 0;
  justify-content: center;
}

.form .form-switching a {
  background-color: #c7c7c7;
}

.form .form-switching div {
  background-color: var(--mainColor);
}

.form .form-switching p.img {
  width: 15%;
  margin-right: .5em;
}

.form .form-switching p.txt {
  line-height: 1;
  display: flex;
  align-items: center;
}

.form form h3 {
  background-color: #333;
  color: #fff;
  padding: 15px;
  width: 90%;
  margin: 0 auto;
  font-size: 2rem;
}

.form table {
  width: 100%;
  padding: 30px 80px 60px;
}

.form table th {
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  padding: 22px 20px;
  width: 260px;
  vertical-align: middle;
}

.form table th.last {
  vertical-align: top;
}

.form table th span {
  display: block;
}

.form table th .required {
  background-color: var(--mainColor);
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 1px 10px;
  letter-spacing: 0.1em;
  margin-left: auto;
  width: 24%;
  margin-top: -30px;
}

.form table th .optional {
  background-color: #c1c1c1;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 1px 10px;
  letter-spacing: 0.1em;
  margin-left: auto;
  width: 24%;
  margin-top: -30px;
}

.form table td {
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  padding: 30px;
  vertical-align: middle;
}

.form table td img {
  max-width: 300px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form button,
.form textarea {
  border: 1px solid #e6e6e6;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  padding: 8px;
  background: #fff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.form .mwform-tel-field input[type="text"] {
  width: auto;
}

.form input[type="file"] {
  padding: 8px 0;
}

.form input[type="submit"],
.form input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

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

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

.form .mw_wp_form_preview table th.last {
  vertical-align: middle;
}

.form .mw_wp_form_preview .check-privacy {
  display: none;
}

.form .check-privacy {
  margin-bottom: 60px;
}

/* .form .check-privacy span {
  vertical-align: text-bottom;
} */
.form .check-privacy a {
  color: #000;
  text-decoration: none;
}

.form .check-privacy a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  vertical-align: bottom;
  padding: 0 0.5em;
}

.form .check-privacy a:hover {
  color: var(--mainColor);
}

.form input[name="submitConfirm"],
.form input[name="submit"],
.form input[type="submit"] {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 40%;
  padding: 30px 0;
  position: relative;
  transition: 0.2s;
  font-weight: bold;
  border-radius: 50px;
}

.form .submit-btn p {
  text-align: center;
}

.form input[name="submitConfirm"]:hover,
.form input[type="submit"]:hover {
  opacity: 0.5;
}

.form .mw_wp_form_preview input[name="submitBack"] {
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 1% 10%;
  margin-right: 10%;
  transition: 0.2s;
  background-color: #c1c1c1;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
}

.form .confirmmessage {
  text-align: center;
  font-weight: bold;
  color: var(--mainColor);
}

.form .confirmtxt {
  width: 70%;
  margin: 60px auto;
}

.form .complete p {
  width: 80%;
  margin: 0 auto 60px;
}

.form .complete .box {
  margin: 0 auto 40px;
}

.form .complete .tel p {
  width: 100%;
  margin-bottom: 0;
}

.form .complete .btn {
  width: 30%;
  margin-bottom: 60px;
}

.form .form_inspection td {
  padding: 30px 0;
}

.form .form_inspection td h3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mainColor);
  font-size: 20px;
}

.form .form_inspection td h3 span.cursive {
  margin-right: .2em;
}

.form .form_inspection td h3:not(:first-child) {
  margin-top: 40px;
}

.form .form_inspection ol {
  display: flex;
  justify-content: center;
  width: 35em;
  gap: 0 1em;
  margin: 0 auto;
  flex-wrap: wrap;
}

.form .form_inspection p.txt {
  text-align: right;
  color: #000255;
}

.form .form_inspection p.img {
  text-align: center;
  margin: 24px auto;
}

.form .form_inspection p.img:first-of-type {
  width: 90%;
}

.form .form_inspection p.img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .form .form_inspection ol {
    width: auto;
    display: block;
    margin: 0;
  }

  .form .form_inspection ol li {
    margin-left: 1em;
  }

  .form .form_inspection p.img:first-of-type {
    width: 100%;
  }

  .form .form_inspection td h3 {
    font-size: 4.4vw;
    text-align: left;
    padding: 3% 10%;
  }

  .form .form_inspection td h3 span.cursive {
    font-size: 15vw;
  }
}

/* ============================================================================================
 共通フッター
============================================================================================= */
footer {
  margin-bottom: 126px;
}

/* .footer-case
----------------------------------------------- */
.footer-case {
  padding: 100px 0;
}

.footer-case h2 {
  font-size: 3.9rem;
  margin-bottom: 40px;
}

.footer-case p.txt {
  width: 50%;
  margin: 0 auto 50px;
}

.footer-case a.btn {
  margin-top: 80px;
  width: 30%;
}

/* .footer-service
----------------------------------------------- */
.footer-service {
  border-top: 10px solid var(--mainColor);
}

.footer-service .container {
  padding: 100px 0;
}

.footer-service h2 {
  font-size: 3.9rem;
  margin-bottom: 40px;
}

.footer-service p.txt {
  text-align: center;
  margin-bottom: 50px;
}

.footer-service .footer-service-list {
  width: 25%;
  padding: 20px 20px 40px;
  background-color: #fff;
}

.footer-service .footer-service-list:first-of-type,
.footer-service .footer-service-list:nth-of-type(2),
.footer-service .footer-service-list:nth-of-type(3),
.footer-service .footer-service-list:nth-of-type(4) {
  margin-bottom: 50px;
}

.footer-service .footer-service-list p:first-of-type {
  margin-bottom: 20px;
}

.footer-service .footer-service-list h3 {
  font-size: 2rem;
  color: var(--mainColor);
  margin-bottom: 10px;
}

/* .footer-map-google
----------------------------------------------- */
.footer-map-google {
  position: relative;
  padding-bottom: 20%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.footer-map-google iframe,
.footer-map-google object,
.footer-map-google embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .footer-check
----------------------------------------------- */
.footer-check {
  position: relative;
}

.footer-check::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.footer-check .container {
  background-color: #fff;
  padding: 50px 0 10px;
}

.footer-check span.material-icons {
  font-size: 5rem;
}

.footer-check p.icon {
  color: var(--mainColor);
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
}

.footer-check h2 {
  margin-bottom: 50px;
  font-size: 3.9rem;
}

.footer-check h3 {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 3.1rem;
  text-align: left;
  padding: 10px 30px 0;
  margin-bottom: 50px;
}

.footer-check h3 span {
  font-size: 9rem;
  margin-right: 0.2em;
  vertical-align: middle;
}

.footer-check .flex {
  border: 1px solid #f4f4f4;
  margin: 50px;
  padding: 30px;
}

.footer-check .flex p {
  width: 70%;
}

.footer-check .flex ol {
  width: 28%;
}

.footer-check .flex ol li {
  line-height: 2;
}

.footer-check p.txt {
  margin: 50px;
}

.footer-check p.img {
  margin: 50px;
}

/* .footer-contact
----------------------------------------------- */
.footer-contact {
  background: linear-gradient(var(--mainColor), #f1920440), url(images/footer-bg-01.jpg)no-repeat center/cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

.footer-contact h2 {
  color: #fff;
  font-size: 3.9rem;
}

.footer-contact h2 span {
  font-size: 4.9rem;
}

.footer-contact p {
  color: #fff;
}

.footer-contact .container>p.bold {
  text-align: center;
  font-size: 3.1rem;
  font-weight: bold;
  letter-spacing: .25em;
  margin-bottom: 30px;
}

.footer-contact .container>.flex:first-of-type {
  justify-content: center;
  margin-bottom: 50px;
}

.footer-contact .flex:first-of-type p.txt {
  width: 50%;
}

.footer-contact .flex:first-of-type p.img {
  width: 10%;
}

.footer-contact a {
  color: #fff;
}

.footer-contact a.footer-contact-mail {
  background-color: var(--subColor);
  font-size: 3.1rem;
  width: 43%;
  padding: 30px;
  line-height: 1;
  text-align: center;
  box-shadow: 0px 0px 15px -5px #000;
}

.footer-contact a.footer-contact-mail span.material-icons {
  font-size: 4rem;
  vertical-align: middle;
  margin-right: .25em;
}

.footer-contact a.footer-contact-mail span:last-of-type {
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}

.footer-contact a.footer-contact-tel {
  background-color: #fff;
  font-size: 3.1rem;
  width: 43%;
  padding: 30px;
  line-height: 1;
  text-align: center;
  box-shadow: 0px 0px 15px -5px #000;
  color: var(--mainColor);
}

.footer-contact a.footer-contact-tel span.material-icons {
  font-size: 3.5rem;
  vertical-align: sub;
  margin-right: .25em;
}

.footer-contact a.footer-contact-tel span:last-of-type {
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}

/* .footer-news
----------------------------------------------- */
.footer-news {
  padding: 100px 0;
}

.footer-news .container {
  border-top: 10px solid var(--mainColor);
  background-color: #fff;
  padding: 50px;
}

.footer-news h2 {
  font-size: 3.9rem;
  margin-bottom: 50px;
}

.footer-news .container>a {
  font-weight: bold;
  position: absolute;
  top: 30%;
  right: 5%;
}

.footer-news .container>a span {
  font-size: 1.6rem;
  vertical-align: top;
  margin-left: .5em;
}

.footer-news .footer-news-list article:not(:last-of-type) {
  border-bottom: 1px solid #f4f4f4;
}

.footer-news .footer-news-list article {
  padding: 20px 0;
  font-weight: bold;
}

.footer-news .footer-news-list article span.news-date {
  margin-right: 2em;
}

.footer-news .footer-news-list article span.news-cat a {
  margin-right: 2em;
  background-color: #f4f4f4;
  padding: 5px 20px;
}

/* .footer-contents
----------------------------------------------- */
.footer-contents {
  background-color: var(--mainColor);
  padding-top: 100px;
}

.footer-contents .container {
  padding-bottom: 100px;
}

.footer-contents .container>a {
  display: block;
  width: max-content;
  margin-bottom: 30px;

  font-weight: bold;
  color: #FFF;
  font-size: 32px;
  white-space: nowrap;
}

.footer-contents .footer-contents-address {
  width: 18%;
}

.footer-contents .footer-contents-address address {
  font-style: normal;
  color: #fff;
  padding-left: 0.5em;
  text-indent: -0.6em;
  margin-bottom: 20px;
}

.footer-contents .footer-contents-address address span {
  font-size: 2rem;
  vertical-align: bottom;
}

.footer-contents .footer-contents-address a {
  display: block;
  color: #fff;
  margin-bottom: 20px;
  align-items: center;
}

.footer-contents .footer-contents-address>*:has(span.material-icons) {
  display: flex;
  flex-wrap: nowrap;
}

.footer-contents .footer-contents-address span.material-icons {
  font-size: 2rem;
  margin-right: .5em;
  vertical-align: middle;
  display: inline-block;
}

.footer-contents .footer-contents-address a span.txt {
  font-size: 1.3rem;
  display: block;
  margin-left: 1.75em;
}

.footer-contents .footer-contents-address .sns {
  display: flex;
  justify-content: space-evenly;
}

.footer-contents .footer-contents-insta {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.footer-contents .footer-contents-insta p.bold {
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

.footer-contents .footer-contents-insta .footer-contents-link a {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.footer-contents .footer-contents-insta .footer-contents-link p {
  font-size: 1.3rem;
  text-align: center;
}

.footer-contents-map-wrapper {
  width: 50%;
}

.footer-contents .footer-contents-map {
  aspect-ratio: 497 / 282;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e7f2fd;
  position: relative;
  overflow: hidden;
}

.footer-contents .footer-contents-map::after,
.aboutus-area .footer-contents-map::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(var(--pointer_size)* .4);
  height: calc(var(--pointer_size)* .7);
  margin-left: calc(var(--pointer_size)* -.2);
  margin-top: calc(var(--pointer_size)* -.2);
  background: radial-gradient(#0044a3ee 20%, #0044a3bb 20%, #0044a3bb 45%, #0044a388 45%, #0044a388 70%, transparent 70%);
}

.footer-contents-map--cont {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 16px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.footer-contents-map--title {
  color: #1f326a;
  font-weight: 800;
  text-shadow:
    0.05em 0 0 #fff,
    -0.05em 0 0 #fff,
    0 0.05em 0 #fff,
    0 -0.05em 0 #fff,
    0.035em 0.035em 0 #fff,
    -0.035em -0.035em 0 #fff,
    0.035em -0.035em 0 #fff,
    -0.035em 0.035em 0 #fff,
    0.025em 0.05em 0 #fff,
    -0.025em -0.05em 0 #fff,
    0.05em -0.025em 0 #fff,
    -0.05em 0.025em 0 #fff;
}

.footer-contents-map--txtbox {
  background-color: #fff;
  padding: .5em 1.2em;
  width: 100%;
  text-align: left;
}

.footer-contents-map--txtbox-pref {
  text-align: left;
}

.footer-contents-map--txtbox-detail {
  line-height: 1.4;
  margin-top: .5em;
}

.footer-contents .footer-contents-list {
  width: 22%;
}

.footer-contents .footer-contents-list h3 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.footer-contents .footer-contents-list li {
  line-height: 2;
}

.footer-contents .footer-contents-list li a {
  color: #fff;
}

.footer-contents .footer-contents-list li::before {
  content: '-';
  margin: 0 .5em 0 1em;
  color: #fff;
}

.footer-contents p.copyright {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}

.footer-contents p.copyright a {
  color: #fff;
}

/* .followcontact
----------------------------------------------- */
.followcontact {
  padding: 10px 0;
  background-color: var(--mainColor);
  position: fixed;
  bottom: 0;
  z-index: 998;
  width: 100%;
  border-top: 1px solid #fff;
  max-height: 126px;
  max-width: 1920px;
}

.followcontact p,
.followcontact a {
  color: #fff;
  line-height: 1;
}

.followcontact p.mazuha {
  font-size: 2.8rem;
  line-height: 1.25;
  text-align: center;
  width: 12%;
  align-content: center;
  margin-left: auto;
}

.followcontact .followcontact-txt {
  width: 85%;
}

.followcontact .followcontact-txt>p.bold {
  text-align: center;
  margin-bottom: 10px;
}

.followcontact .followcontact-txt>.flex {
  justify-content: center;
  gap: 10px;
}

.followcontact a.followcontact-mail {
  background-color: var(--subColor);
  color: #fff;
  font-size: 2.5rem;
  width: 40%;
  line-height: 1;
  text-align: center;
  box-shadow: 0px 0px 15px -5px #000;
}

span:has(span.material-icons) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  white-space: nowrap;
}

.followcontact span.material-icons {
  font-size: 1em !important;
  margin: 0 !important;
}

.followcontact a.followcontact-mail span.material-icons {
  font-size: 2.5rem;
  vertical-align: middle;
  margin-right: .25em;
}

.followcontact a.followcontact-mail span:last-of-type {
  font-size: 1.3rem;
  display: block;
  margin-top: 5px;
}

.followcontact a.followcontact-mail,
.followcontact a.followcontact-tel {
  height: 80px;
  align-content: center;
}

.followcontact a.followcontact-tel {
  background-color: #fff;
  color: var(--mainColor);
  font-size: 2.5rem;
  width: 40%;
  line-height: 1;
  text-align: center;
  box-shadow: 0px 0px 15px -5px #000;
}

.followcontact a.followcontact-tel span.material-icons {
  font-size: 2.5rem;
  vertical-align: bottom;
  margin-right: .25em;
}

.followcontact a.followcontact-tel span:last-of-type {
  font-size: 1.3rem;
  display: block;
  margin-top: 5px;
}


/* ============================================================================================
 ページトップボタン
============================================================================================= */
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 80px;
  opacity: 1 !important;
  z-index: 999;
  cursor: pointer;
  transition: .2s;
  text-align: right;
  background-color: #fff;
}

.pagetop:hover {
  opacity: 0.5;
}

.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  position: relative;
}

.pagetop a::before {
  font-size: 2.4rem;
  color: var(--mainColor);
  width: 25px;
  height: 45px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  top: 25%;
  right: 3%;
  left: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}

@media screen and (max-width: 1920px) {
  .pagetop {
    bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 30px;
  }
}


/* ============================================================================================
 Wysiwygエディタ装飾
============================================================================================= */
#case_detail .case-detail-wysiwyg h1 {
  text-align: left;
  font-size: 2.5rem;
  background-color: var(--mainColor);
  color: #fff;
  padding: 2%;
  margin-bottom: 20px;
}

#case_detail .case-detail-wysiwyg h2 {
  text-align: left;
  font-size: 2.3rem;
  border-left: 8px solid var(--mainColor);
  background-color: #f8f8f8;
  padding: 1% 2%;
  margin-bottom: 20px;
  width: 100%;
}

#case_detail .case-detail-wysiwyg h3 {
  text-align: left;
  font-size: 2rem;
  border-bottom: 2px solid var(--mainColor);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#case_detail .case-detail-wysiwyg h4 {
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 20px;
  border-left: 4px solid var(--mainColor);
  padding: 0.5% 2%;
}

#case_detail .case-detail-wysiwyg h5 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}

#case_detail .case-detail-wysiwyg strong {
  font-weight: bold;
}

#case_detail .case-detail-wysiwyg strong,
#case_detail .case-detail-wysiwyg strong span,
#case_detail .case-detail-wysiwyg h1 span,
#case_detail .case-detail-wysiwyg h2 span,
#case_detail .case-detail-wysiwyg h3 span,
#case_detail .case-detail-wysiwyg h4 span,
#case_detail .case-detail-wysiwyg h5 span {
  font-weight: bold;
}

#case_detail .case-detail-wysiwyg img {
  width: auto;
  max-width: 100%;
}

#case_detail .case-detail-wysiwyg ul,
#case_detail .case-detail-wysiwyg ol {
  margin-bottom: 30px;
}

#case_detail .case-detail-wysiwyg ul li {
  list-style-type: none;
  /*点を非表示*/
  position: relative;
  /*基準位置*/
  padding-left: 1em;
  line-height: 2;
}

#case_detail .case-detail-wysiwyg ul li:before {
  border-radius: 50%;
  /*丸くする*/
  width: 5px;
  /*点の幅*/
  height: 5px;
  /*点の高さ*/
  display: block;
  position: absolute;
  /*絶対配置*/
  left: 0;
  /*点の位置*/
  top: 15px;
  /*点の位置*/
  content: "";
  background: var(--mainColor);
  /*点の色*/
  line-height: 2;
}

#case_detail .case-detail-wysiwyg ol li {
  line-height: 2;
}

#case_detail .case-detail-wysiwyg table {
  margin-bottom: 30px;
}

#case_detail .case-detail-wysiwyg table th {
  background-color: #dedede;
  font-size: 1.8rem;
  border: 1px solid #fff;
  padding: 1%;
}

#case_detail .case-detail-wysiwyg table td {
  background-color: #f8f8f8;
  border: 1px solid #fff;
  vertical-align: middle;
  padding: 1%;
}

#case_detail .case-detail-wysiwyg p img {
  display: block;
  margin: 0 auto 30px;
}


/* 768px以上（PC/TB）の場合、電話番号タップコール無効 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}


/* ノートPC等 */
@media screen and (max-width: 1513px) {

  .top-grade .top-grade-txt .container,
  .exchange-jagu .exchange-jagu-txt .container,
  .exchange-cost .exchange-cost-txt .container,
  .exchange-achievement .exchange-achievement-txt .container,
  .inspection-tanaka .inspection-tanaka-txt .container,
  .inspection-kimura .inspection-kimura-txt .container,
  .inspection-hirogaru .inspection-hirogaru-txt .container,
  .inspection-shaken .inspection-shaken-txt .container,
  .insulation-about .insulation-about-txt .container,
  .aiming-toyo .aiming-toyo-txt .container,
  .others-carfilm .others__menu__cross .others__menu__txt .container,
  .others-coating .others-coating-cross .others-coating-txt .container,
  .corp-safety .corp-safety-txt .container {
    width: 80%;
  }
}

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


　tablet


=================================================================================================================== */
@media screen and (max-width: 1240px) {

  .container {
    margin: 0 10px;
  }

  .pc-br {
    display: none;
    /* PCの改行を隠して */
  }

  .tb-br {
    display: block;
    /* タブレットを改行する */
  }

  header .header-menu nav a {
    font-size: 1.3rem;
    padding: 20px 8px;
  }

  header .header-menu a.btn-tel {
    padding: 10px 20px;
  }

  header .header-menu a.btn-mail {
    padding: 20px;
    width: 40%;
  }

  #case_detail .container {
    width: 98%;
  }

  #case_detail .navigation>span {
    width: 30%;
    margin: 30px 0;
  }

  .news-detail .container {
    width: 98%;
  }

  .privacy .container {
    width: 98%;
    margin: 0 auto;
  }

  .top-aboutus,
  .top-corp {
    padding-top: 120px;
  }

  .top-aboutus h2,
  .top-corp h2 {
    left: -240px;
  }

  .top-aboutus .top-aboutus-txt {
    width: 75%;
  }

  .top-grade .top-grade-img .container {
    width: 100%;
  }

  .top-grade .top-grade-img p {
    width: 100%;
  }

  .top-grade .top-grade-txt .container,
  .exchange-jagu .exchange-jagu-txt .container,
  .exchange-cost .exchange-cost-txt .container,
  .exchange-achievement .exchange-achievement-txt .container,
  .inspection-tanaka .inspection-tanaka-txt .container,
  .inspection-kimura .inspection-kimura-txt .container,
  .inspection-hirogaru .inspection-hirogaru-txt .container,
  .inspection-shaken .inspection-shaken-txt .container,
  .insulation-about .insulation-about-txt .container,
  .aiming-toyo .aiming-toyo-txt .container,
  .others-carfilm .others__menu__cross .others__menu__txt .container,
  .others-coating .others-coating-cross .others-coating-txt .container,
  .corp-safety .corp-safety-txt .container {
    width: 96%;
  }

  .footer-check h3 {
    font-size: 2.5rem;
  }

  .footer-contact .flex:first-of-type p.txt {
    width: 60%;
  }

  .footer-contact a.footer-contact-mail {
    width: 48%;
    font-size: 2.5rem;
  }

  .footer-contact a.footer-contact-tel {
    width: 48%;
  }

  .footer-news .footer-news-list article a.news-title {
    line-height: 2;
  }

  .footer-contents-link {
    width: 48%;
  }

  .footer-contents .footer-contents-list {
    width: 30%;
  }

  .followcontact p.mazuha {
    font-size: 2.5rem;
  }

  .followcontact a.followcontact-mail {
    font-size: 2rem;
    width: 40%;
  }

  .followcontact .followcontact-tels {
    width: 72%;
  }

  .guest-intro p.img {
    top: 160px;
    right: 10px;
    width: 30%;
  }

  .guest-flow .guest-flow-contact a.guest-contact-mail {
    font-size: 2rem;
    width: 48%;
    padding: 20px;
  }

  .guest-flow .guest-flow-contact a.guest-contact-mail span.material-icons {
    font-size: 3rem;
  }

  .guest-flow .guest-flow-contact .guest-contact-tels {
    width: 65%;
  }

  .guest-flow .guest-flow-contact a.guest-contact-tel {
    font-size: 2.6rem;
  }

  .guest-flow .guest-flow-box:nth-of-type(5) .guest-flow-txt li {
    line-height: 1.5;
  }

  .guest-faq .container>p.txt {
    width: 55%;
  }

  .guest-faq .flex:nth-of-type(even) dl.faq-txt {
    padding: 30px;
  }

  .exchange-intro h2.en {
    left: -250px;
  }

  .exchange-intro .exchange-intro-detail {
    width: 80%;
  }

  .exchange-jagu .exchange-jagu-img .container,
  .exchange-jagu .exchange-jagu-img p,
  .exchange-cost .exchange-cost-img .container,
  .exchange-cost .exchange-cost-img p,
  .exchange-achievement .exchange-achievement-img p,
  .exchange-achievement .exchange-achievement-img .container,
  .inspection-tanaka .inspection-tanaka-img p,
  .inspection-tanaka .inspection-tanaka-img .container,
  .inspection-kimura .inspection-kimura-img p,
  .inspection-kimura .inspection-kimura-img .container,
  .inspection-hirogaru .inspection-hirogaru-img p,
  .inspection-hirogaru .inspection-hirogaru-img .container,
  .inspection-shaken .inspection-shaken-img p,
  .inspection-shaken .inspection-shaken-img .container,
  .insulation-about .insulation-about-img p,
  .insulation-about .insulation-about-img .container,
  .aiming-toyo .aiming-toyo-img p:first-of-type,
  .aiming-toyo .aiming-toyo-img .container,
  .others-carfilm .others__menu__cross .others__menu__img p,
  .others-carfilm .others__menu__cross .others__menu__img .container,
  .others-coating .others-coating-cross .others-coating-img p,
  .others-coating .others-coating-cross .others-coating-img .container,
  .corp-safety .corp-safety-img p:first-of-type,
  .corp-safety .flex:nth-of-type(2) .corp-safety-img .container {
    width: 100%;
  }

  .repair-intro p.img {
    top: 110px;
    right: 40px;
    width: 30%;
  }

  .inspection-intro h2.en {
    left: -280px;
  }

  .inspection-intro .inspection-intro-detail {
    top: 20px;
    width: 70%;
  }

  .inspection-intro>.container:first-of-type>p:first-of-type {
    margin-bottom: 130px;
  }

  .inspection-tanaka .inspection-tanaka-fukidashi p.txt {
    padding: 50px 30px 50px 80px;
  }

  .inspection-dealer .inspection-dealer-checklist .flex p.txt {
    width: 70%;
  }

  .insulation-intro h2 {
    left: -300px;
  }

  .insulation-intro .insulation-intro-txt {
    width: 80%;
  }

  .aiming-need .aiming-need-check>p.img {
    width: 20%;
  }

  .aiming-need .aiming-need-check>.flex {
    width: 79%;
  }

  .others-carfilm h2.en {
    left: -210px;
  }

  .others-carfilm .others__menu__detail {
    width: 80%;
  }

  .others-coating h2.en {
    left: -200px;
  }

  .others-coating .others-coating-detail {
    width: 80%;
  }

  .case-intro h2.en {
    top: 210px;
    left: -210px;
  }

  .case-intro p.txt {
    top: 250px;
    right: 0;
    width: 75%;
  }

  .case-filter .case-filter-maker {
    padding: 50px 30px;
  }

  .case-filter .case-filter-category a.btn {
    width: 23%;
  }

  #case_detail h2,
  #case_detail .case-date,
  #case_detail ul.case-type_maker,
  #case_detail .case-detail-wysiwyg {
    width: 100%;
  }

  #case_detail ul.case-type_maker {
    margin-bottom: 50px;
  }


  .corp-card-otoku h2.en {
    left: -230px;
  }

  .corp-card-otoku .corp-otoku-detail {
    top: 80px;
    width: 80%;
  }

  .corp-voice .flex:nth-of-type(even) dl.voice-txt {
    padding: 50px 40px 50px 20px;
  }

  .corp-voice .flex:nth-of-type(odd) dl.voice-txt {
    padding: 50px 10px 50px 40px;
  }

  .corp-flow .corp-flow-contact a.corp-contact-mail {
    font-size: 2.5rem;
    width: 35%;
    padding: 20px;
  }

  .corp-flow .corp-flow-contact a.corp-contact-mail span.material-icons {
    font-size: 3rem;
  }

  .corp-contact-tels {
    width: 63%;
  }

  .corp-flow .corp-flow-contact a.corp-contact-tel {
    font-size: 2.5rem;
    height: 50px;
  }

  .aboutus-intro p.img {
    top: 180px;
    right: 10px;
    width: 30%;
  }

  .form .container>p.txt {
    width: 55%;
  }

  .aboutus-trouble .aboutus-trouble-txt .container {
    width: 96%;
  }

  .aboutus-trouble .aboutus-trouble-img p {
    width: 100%;
  }

  .aboutus-trouble .aboutus-trouble-img .container {
    width: 100%;
  }

  .repair-shinku .repair-shinku-txt .container {
    width: 96%;
  }

  .repair-shinku .repair-shinku-img .container {
    width: 100%;
  }

  .repair-shinku .repair-shinku-img p {
    width: 100%;
  }

}


@media screen and (max-width: 991px) {
  .md-hidden {
    display: block !important;
  }

  img.md-hidden {
    display: inline !important;
  }

  .sm-hidden {
    display: none !important;
  }

  img.sp-img-full {
    width: 100%;
  }

  .order1 {
    order: 2;
  }

  .order2 {
    order: 1;
  }

  .order01 {
    order: 1;
  }

  .order02 {
    order: 2;
  }

  /* ==============================================
  Layout
=============================================== */
  .container {
    max-width: 96%;
    margin: 0 auto;
  }

  /* column
----------------------------------------------- */
  .col-sm-1 {
    width: 12%;
  }

  .col-sm-2 {
    width: 16.6666%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333%;
  }

  .col-sm-5 {
    width: 41.6666%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 57.0833%;
  }

  .col-sm-8 {
    width: 66.6667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3334%;
  }

  .col-sm-11 {
    width: 91.6666%;
  }

  .col-sm-12 {
    width: 100%;
  }

  a.btn {
    width: 100%;
  }

  header .header-menu nav.flex {
    display: none;
  }

  header>.container.pc-hide {
    display: block;
  }

  header .header-menu a.btn-mail {
    width: 48%;
  }

  nav.drawer-nav a.btn-white {
    width: 100%;
    display: block;
    font-size: 2.5rem;
    text-align: center;
    border-radius: 50px;
    padding: 20px;
    border: 2px solid #fff;
    font-weight: bold;
  }

  nav.drawer-nav a.btn-white:not(:last-of-type) {
    margin-bottom: 20px;
  }

  nav.drawer-nav a.btn-white span.material-icons {
    font-size: 3rem;
    vertical-align: sub;
    margin-right: 0.25em;
  }

  nav.drawer-nav a.btn-white span.txt {
    font-size: 1.3rem;
    display: block;
  }

  .form h2 {
    margin-bottom: 30px;
  }

  .form .flex>p {
    width: 100%;
    margin-bottom: 30px;
  }

  .form .flex>a.btn-tel {
    width: 100%;
    margin-bottom: 30px;
  }

  .news-detail .navigation span {
    width: 100%;
    margin: 30px 0;
  }

  .case-intro-inner .container .case-intro-txt {
    width: 100%;
  }

  .case-intro-inner:first-of-type {
    background-size: contain;
    background-position: 0px 100%;
    padding-bottom: 320px;
  }

  .case-filter .case-filter-category a.btn {
    width: 31%;
  }

  .case-filter .container {
    padding: 60px 0px 30px;
  }

  .case-filter .case-filter-maker .top-case-maker {
    margin: 0 8px 30px;
  }

  .case-archive .container {
    padding: 80px 0 40px;
  }

  #case_detail h3.case-flow,
  #case_detail .voice_comment h4,
  #case_detail .shop_comment h4,
  #case_detail .repair_data h4 {
    width: 40%;
  }

  /* form
----------------------------------------------- */
  .form h2 {
    font-size: 2.8rem;
    line-height: 1.25;
  }

  .form table {
    padding: 0 0 40px;
  }

  .form .confirmtxt {
    width: 90%;
  }

  .form input[name="submitConfirm"],
  .form input[name="submit"],
  .form input[type="submit"] {
    width: 100%;
  }

  .form .complete p {
    width: 100%;
  }

  .form .complete .box {
    width: 50%;
  }

  .form .complete .box .tel a {
    font-size: 3.6rem;
  }

  header h1 {
    width: 100%;
    background: none;
  }

  header h1 a {
    color: #333;
  }

  header h1.sp-hide {
    display: block;
    background: none;
    width: 30%;
    margin: 0 auto;
  }

  header .header-menu {
    display: none;
  }

  .top-service-inner {
    width: 50%;
  }

  .top-service-topic .flex {
    width: 100%;
  }

  .top-service-topic .top-service-txt {
    padding-top: 25px;
    width: 84%;
  }

  .top-service-outer,
  .top-service-topic,
  .top-reason .top-reason-trip,
  .top-aboutus .top-aboutus-txt,
  .top-corp .top-corp-txt,
  .top-grade>.flex {
    z-index: 1;
  }

  .top-aboutus,
  .top-corp {
    padding-top: 70px;
  }

  .top-aboutus h2,
  .top-corp h2 {
    left: -190px;
    font-size: 8rem;
  }

  .top-aboutus .container>p:first-of-type {
    margin-bottom: 430px;
  }

  .top-reason .container>p:nth-of-type(2) {
    width: 100%;
  }

  .top-reason .top-reason-list {
    width: 50%;
  }

  .top-reason .top-reason-trip>p {
    width: 40%;
  }

  .top-reason .top-reason-trip .top-reason-txt {
    width: 60%;
    padding: 20px;
  }

  p.bg-circle {
    display: none;
  }

  .top-corp .container>p:first-of-type {
    margin-bottom: 360px;
  }

  .top-aiming p.en {
    display: none;
  }

  .top-aiming {
    background-position: left;
  }

  .case-archive-list>li {
    margin-right: 0;
    width: 48%;
    margin-bottom: 20px;
  }

  .case-archive-list {
    justify-content: space-around;
  }

  .footer-case p.txt {
    width: 100%;
  }

  .footer-service .footer-service-list {
    width: 50%;
  }

  .footer-service .footer-service-list:first-of-type,
  .footer-service .footer-service-list:nth-of-type(2),
  .footer-service .footer-service-list:nth-of-type(3),
  .footer-service .footer-service-list:nth-of-type(4),
  .footer-service .footer-service-list:nth-of-type(5),
  .footer-service .footer-service-list:nth-of-type(6) {
    margin-bottom: 20px;
  }

  .footer-check h3 span {
    font-size: 4rem;
  }

  .footer-check h3 {
    font-size: 2rem;
    padding: 10px 30px 5px;
    margin-bottom: 10px;
  }

  .footer-check .flex {
    margin: 10px;
    padding: 10px;
  }

  .footer-check p.txt {
    margin: 20px 20px 50px;
  }

  .footer-check p.img {
    margin: 20px;
  }

  .footer-contact h2 {
    line-height: 1.25;
  }

  .footer-contact .container>p.bold {
    font-size: 2rem;
  }

  .footer-contact .flex:first-of-type p.txt {
    width: 80%;
  }

  .footer-contact a.footer-contact-mail {
    margin-bottom: 30px;
    width: 100%;
    display: block;
  }

  .footer-contact .footer-contact-tels {
    width: 100%;
  }

  .footer-contact .footer-contact-tels>.flex {
    justify-content: center;
  }

  .footer-contents .footer-contents-address {
    width: 30%;
    margin-bottom: 50px;
  }

  .footer-contents .footer-contents-map-wrapper {
    width: 65%;
  }

  .footer-contents .footer-contents-list {
    width: 100%;
    margin-top: 24px;
  }

  .footer-contents .footer-contents-list h3 {
    text-align: left;
  }

  .footer-contents-link {
    width: 50%;
    text-align: left;
  }

  .followcontact p.mazuha {
    font-size: 2rem;
  }

  .followcontact a.followcontact-tel {
    font-size: 2rem;
    padding: 10px;
  }

  .followcontact a.followcontact-tel span:last-of-type {
    font-size: 1.6vw;
  }

  .followcontact a.followcontact-tel span.material-icons {
    font-size: 2rem;
  }

  .followcontact a.followcontact-mail {
    padding: 10px;
  }

  .followcontact .followcontact-tels p.bold {
    font-size: 1.3rem;
  }

  .followcontact .followcontact-txt>p.bold {
    font-size: 1.3rem;
  }

  .followcontact a.followcontact-tel span.corp {
    font-size: 1rem;
  }

  .followcontact .followcontact-tels .flex a:first-of-type {
    padding-top: 15px;
  }

  .followcontact .followcontact-tels .flex {
    margin-bottom: 5px;
  }

  footer {
    margin-bottom: calc(1.2vw + 112px);
  }

  .exchange-intro h2.en {
    left: -200px;
    font-size: 8rem;
  }

  .exchange-intro .exchange-intro-detail h3 {
    font-size: 3.1rem;
  }

  .exchange-intro .exchange-intro-detail {
    top: 0;
  }

  .exchange-intro>.container:first-of-type>p:first-of-type {
    margin-bottom: 100px;
  }

  .exchange-intro .exchange-intro-list {
    width: 100%;
  }

  .exchange-intro .exchange-intro-list:nth-of-type(even) {
    margin-top: 0;
  }

  .exchange-need>.container .flex>p {
    width: 100%;
    margin-bottom: 30px;
  }

  .exchange-need>.container .flex .exchange-need-cases {
    width: 100%;
  }

  .exchange-need .exchange-repair {
    padding: 30px 20px 30px;
  }

  .exchange-need .exchange-repair .exchange-repair-list h4 {
    line-height: 1.25;
  }

  .exchange-need .exchange-repair .exchange-repair-list {
    padding: 20px;
  }

  .exchange-jagu .exchange-jagu-txt,
  .exchange-cost .exchange-cost-txt,
  .exchange-cost .flex .exchange-cost-img,
  .exchange-achievement .exchange-achievement-txt,
  .inspection-tanaka .inspection-tanaka-txt,
  .inspection-kimura .inspection-kimura-txt,
  .inspection-kimura .flex .inspection-kimura-img,
  .inspection-hirogaru .inspection-hirogaru-txt,
  .inspection-shaken .inspection-shaken-txt,
  .insulation-about .insulation-about-txt {
    width: 100%;
  }

  .exchange-jagu .flex .exchange-jagu-img,
  .exchange-cost .flex:first-of-type .exchange-cost-img,
  .exchange-achievement .flex:first-of-type .exchange-achievement-img,
  .inspection-kimura .flex:first-of-type .inspection-kimura-img,
  .inspection-shaken .flex .inspection-shaken-img,
  .insulation-about .flex .insulation-about-img {
    width: 100%;
    margin-top: -20px;
  }

  .exchange-abundant .exchange-abundant-list {
    width: 50%;
  }

  .exchange-flow .exchange-flow-box .exchange-flow-txt .flex p:first-of-type {
    font-size: 2rem;
  }

  .exchange-flow .exchange-flow-box .exchange-flow-txt .flex p:first-of-type span {
    font-size: 2.5rem;
  }

  .exchange-flow .exchange-flow-box .exchange-flow-txt .flex h3 {
    font-size: 2.5rem;
  }

  .repair-intro p.img {
    top: 200px;
    right: 0px;
  }

  .repair-cheap .front .repair-cheap-txt {
    width: 100%;
    margin-bottom: 20px;
  }

  .repair-cheap .front p.img {
    width: 100%;
    margin-bottom: 20px;
  }

  .repair-abandoned .repair-abandoned-cover p.img {
    top: 100px;
  }

  .repair-abandoned .repair-exchange-list {
    width: 40%;
  }

  .repair-abandoned .repair-exchange {
    padding: 30px 10px 50px;
  }

  .repair-merit .exchange {
    justify-content: space-between;
  }

  .repair-merit .exchange p.bold {
    width: 85%;
  }

  .repair-flow .repair-flow-box .repair-flow-txt .flex p:first-of-type {
    font-size: 2rem;
  }

  .repair-flow .repair-flow-box .repair-flow-txt .flex p:first-of-type span {
    font-size: 2.5rem;
  }

  .repair-flow .repair-flow-box .repair-flow-txt .flex h3 {
    font-size: 2.5rem;
  }

  .inspection-intro h2.en {
    font-size: 8rem;
  }

  .inspection-intro h2.en {
    left: -230px;
  }

  .inspection-intro .inspection-intro-detail {
    top: 0px;
    width: 85%;
  }

  .inspection-intro>.container:first-of-type>p:first-of-type {
    margin-bottom: 190px;
  }

  .inspection-intro .inspection-intro-fukidashi p.txt,
  .inspection-tanaka .inspection-tanaka-fukidashi p.txt {
    padding: 50px 20px 50px 40px;
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .inspection-intro .inspection-intro-fukidashi p.txt span,
  .inspection-tanaka .inspection-tanaka-fukidashi p.txt span {
    font-size: 2rem;
  }

  .inspection-tanaka .flex:first-of-type .inspection-tanaka-img {
    margin-top: -10px;
  }

  h2.head-spacing {
    font-size: 2.5rem;
  }

  h2.head-spacing span {
    font-size: 3.1rem;
  }

  .inspection-dealer>.container>h2 span.circle::before {
    font-size: 2.5rem;
  }

  .inspection-dealer .inspection-dealer-checklist {
    padding: 20px;
  }

  .inspection-dealer .inspection-dealer-checklist .flex p.txt {
    width: 80%;
    font-size: 2rem;
    line-height: 1.25;
  }

  .inspection-dealer .inspection-dealer-checklist .flex:last-of-type p.txt {
    padding-top: 20px;
  }

  .inspection-shop .stock {
    justify-content: space-between;
  }

  .inspection-shop .stock p.icon {
    width: 5%;
  }

  .inspection-shop .stock p.bold {
    font-size: 2rem;
  }

  .inspection-shop .stock p.bold span {
    font-size: 3.1rem;
  }

  .inspection-shop .stock p.icon span {
    font-size: 6rem;
  }

  .inspection-hirogaru .flex:first-of-type .inspection-hirogaru-img {
    margin-top: -10px;
  }

  .inspection-hirogaru .street .street-txt {
    width: 100%;
  }

  .inspection-plan .container {
    padding: 50px 10px;
  }

  .guest-intro p.img {
    top: 240px;
  }

  .guest-flow .guest-flow-contact h3 {
    line-height: 1.25;
  }

  .guest-flow .guest-flow-contact a.guest-contact-mail {
    width: 100%;
    margin-bottom: 30px;
  }

  .guest-flow .guest-flow-contact .guest-contact-tels {
    width: 100%;
  }

  .guest-flow .guest-flow-contact .guest-contact-tels .flex {
    justify-content: center;
  }

  .guest-flow .guest-flow-box .guest-flow-txt .flex p:first-of-type {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .guest-flow .guest-flow-box:nth-of-type(5) .guest-flow-txt h4 {
    line-height: 1.25;
  }

  .guest-faq .flex:nth-of-type(odd) dl.faq-txt {
    padding: 30px;
  }

  .guest-faq .flex:nth-of-type(even) dl.faq-txt {
    padding: 20px;
  }

  .guest-faq .flex dl.faq-txt dt {
    font-size: 1.6rem;
  }

  .insulation-intro {
    padding-top: 0px;
  }

  .insulation-intro h2 {
    left: -140px;
    top: 240px;
    font-size: 5rem;
  }

  .insulation-intro .container>p:first-of-type {
    margin-bottom: 20px;
  }

  .insulation-about .flex:last-of-type .insulation-about-txt {
    margin-top: 0;
  }

  .aiming-intro .need p.bold {
    width: 100%;
  }

  .aiming-intro .need p.icon {
    margin: 0 auto;
  }

  .aiming-intro .aiming-intro-list {
    width: 100%;
  }

  .aiming-intro .aiming-intro-list:nth-of-type(even) {
    margin-top: 0;
  }

  .aiming-need .aiming-need-check {
    padding: 30px;
  }

  .aiming-need .aiming-need-check {
    padding: 30px;
    position: relative;
    z-index: 998;
    background-color: #fff;
  }

  .aiming-camera h2 {
    line-height: 1.25;
  }

  .aiming-toyo .aiming-toyo-txt {
    width: 100%;
  }

  .aiming-toyo .flex .aiming-toyo-img {
    width: 100%;
  }

  .aiming-toyo .flex:first-of-type .aiming-toyo-img {
    margin-top: -20px;
  }

  .aiming-toyo .flex:last-of-type .aiming-toyo-txt {
    margin-top: 0;
  }

  .aiming-flow .aiming-flow-box .aiming-flow-txt .flex p:first-of-type {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .others-intro p.img {
    top: 200px;
  }

  .others-carfilm h2.en {
    left: -100px;
    font-size: 5rem;
    top: 30px;
    left: -250px;
  }

  .others-carfilm .others__menu__detail {
    width: 85%;
    top: 90px;
  }

  .others-carfilm .others__menu__cross .others__menu__txt {
    width: 100%;
  }

  .others-carfilm .others__menu__cross .flex:first-of-type .others__menu__img {
    margin-top: -20px;
  }

  .others-carfilm .others__menu__cross .flex .others__menu__img {
    width: 100%;
  }

  .others-carfilm .others__menu__cross .flex:last-of-type .others__menu__img {
    margin-top: 30px;
  }

  .others-coating h2.en {
    left: -90px;
    font-size: 5rem;
  }

  .others-coating .others-coating-detail {
    top: -20px;
  }

  .others-coating .others-coating-cross .others-coating-txt {
    width: 100%;
  }

  .others-coating .others-coating-cross .flex:first-of-type .others-coating-img {
    margin-top: -10px;
  }

  .others-coating .others-coating-cross .flex .others-coating-img {
    width: 100%;
  }

  .others-coating .others-coating-cross .flex:last-of-type .others-coating-img {
    margin-top: 30px;
  }

  .case-intro h2.en {
    top: 130px;
    left: -100px;
    font-size: 5rem;
  }

  .case-intro p.txt {
    top: 200px;
  }

  .case-filter .case-filter-maker {
    padding: 50px 10px;
  }

  .case-filter .case-filter-category a.btn {
    width: 48%;
    margin-bottom: 30px;
  }

  .corp-intro-inner {
    width: 50%;
  }

  .corp-card .corp-card-list {
    width: 50%;
    padding: 20px;
  }

  .corp-card .corp-merit-list {
    width: 50%;
  }

  .corp-card-otoku h2.en {
    left: -100px;
    font-size: 5rem;
    top: 20px;
  }

  .corp-card-otoku .corp-otoku-detail {
    top: -50px;
  }

  .corp-card table td {
    padding: 10px 15px;
  }

  .corp-safety .flex:nth-of-type(2) .corp-safety-txt {
    margin-top: 0;
  }

  .corp-safety .corp-safety-txt {
    width: 100%;
  }

  .corp-safety .flex .corp-safety-img {
    width: 100%;
  }

  .corp-safety .corp-safety-img .container {
    width: 100%;
  }

  .corp-safety .flex:last-of-type .corp-safety-txt {
    margin-top: 0;
  }

  .corp-voice .flex:nth-of-type(odd) dl.voice-txt,
  .corp-voice .flex:nth-of-type(even) dl.voice-txt {
    padding: 30px 20px 30px 20px;
    background: none;
    background-color: #fff;
  }

  .corp-voice .flex dl.voice-txt dt {
    line-height: 1.25;
  }

  .corp-flow .corp-flow-contact a.corp-contact-mail {
    width: 100%;
    margin-bottom: 30px;
  }

  .corp-contact-tels {
    width: 100%;
  }

  .corp-flow .corp-flow-contact .corp-contact-tels .flex {
    justify-content: center;
  }

  .corp-flow .corp-flow-contact h3 {
    line-height: 1.25;
  }

  .corp-flow .corp-flow-box .corp-flow-txt .flex p:first-of-type {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .corp-contact .corp-contact-inner {
    width: 100%;
  }

  .corp-contact .corp-contact-inner:first-of-type {
    margin-bottom: 20px;
  }

  .corp-contact .corp-contact-inner a.corp-contact-tel {
    padding: 30px;
  }

  .form-contact h3 {
    line-height: 1.25;
  }

  .form .container>p.txt {
    width: 100%;
  }

  .form .form-switching .person,
  .form .form-switching .corp {
    width: 50%;
    font-size: 2.5rem;
  }

  .form .form-switching p.txt {
    text-align: center;
    display: block;
    margin-bottom: 0;
  }

  .form .form-switching p.img {
    width: 20%;
    margin: 0 0 10px 0;
  }

  .footer-contact a.footer-contact-tel {
    width: 100%;
  }

  .guest-flow .guest-flow-contact a.guest-contact-tel {
    width: 100%;
  }

  .repair-shinku .repair-shinku-txt {
    width: 100%;
  }

  .repair-shinku .flex .repair-shinku-img {
    width: 100%;
    margin-top: -30px;
  }

  .repair-highquality p {
    width: 100%;
  }

  .repair-highquality h2 {
    font-size: 3.1rem;
    margin-bottom: 20px;
  }

  .aboutus-trouble .aboutus-trouble-txt {
    width: 100%;
  }

  .aboutus-trouble .flex .aboutus-trouble-img {
    width: 100%;
    margin-top: -20px;
  }

  .form-contact a.form-contact-tel {
    width: 100%;
  }
}


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


　sp


=================================================================================================================== */
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}


/* ---------------------
　767px以下
---------------------- */
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }

  .sm-hidden {
    display: block !important;
  }

  img.sm-hidden {
    display: inline !important;
  }

  .xs-hidden {
    display: none !important;
  }

  .pc-hide {
    display: block;
  }

  .sp-hide {
    display: none;
  }

  .pc-br {
    display: none;
    /* PCの改行を隠して */
  }

  .tb-br {
    display: none;
    /* タブレットの改行を隠す */
  }

  .sp-br {
    display: block;
    /* SPを改行する */
  }

  /* ==============================================
   Layout
  =============================================== */
  .section {
    margin-bottom: 30px;
  }

  /* column
  ----------------------------------------------- */
  .col-xs-1 {
    width: 12%;
  }

  .col-xs-2 {
    width: 16.6666%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.3333%;
  }

  .col-xs-5 {
    width: 41.6666%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 57.0833%;
  }

  .col-xs-8 {
    width: 66.6667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.3334%;
  }

  .col-xs-11 {
    width: 91.6666%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .privacy .container {
    width: 100%;
  }

  /* ==============================================
   Header
  =============================================== */
  #header {
    padding: 0;
  }

  header .header-menu {
    width: 100%;
  }

  header .header-menu .flex {
    justify-content: space-between;
  }

  header .header-menu a.btn-tel {
    width: 48%;
    font-size: 1.8rem;
    padding: 3px 0 0;
  }

  header .header-menu a.btn-tel i {
    font-size: 1.5rem;
  }

  header .header-menu a.btn-tel span {
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 5px;
  }

  header .header-menu a.btn-mail {
    padding: 10px;
    font-size: 1.6rem;
    width: 50%;
  }

  header .header-menu a.btn-mail i {
    font-size: 1.6rem;
    vertical-align: baseline;
  }


  /* ==============================================
   Navigation
  =============================================== */
  #gnav {
    display: none;
  }

  #sp-nav {
    display: block;
    width: 12%;
    line-height: 2;
    margin-bottom: 10px;
  }

  #sp-nav #nav-drawer {
    position: relative;
    text-align: center;
  }

  /*チェックボックス等は非表示に*/
  #sp-nav .nav-unshown {
    display: none;
  }

  /*アイコンのスペース*/
  #sp-nav #nav-open {
    display: inline-block;
    width: 32px;
    height: 22px;
    vertical-align: middle;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #sp-nav #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 2px;
    /*線の太さ*/
    width: 30px;
    /*長さ*/
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
  }

  #sp-nav #nav-open span:before {
    bottom: -10px;
  }

  #sp-nav #nav-open span:after {
    bottom: -20px;
  }

  #sp-nav p {
    color: #fff;
    font-size: 1rem;
    text-align: center;
  }


  /*閉じる用の薄黒カバー*/
  #sp-nav #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  /*中身*/
  #sp-nav #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 90%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 75%;
    /*最大幅（調整してください）*/
    height: 100%;
    background: #11316c;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(135%);
    transform: translateX(135%);
    /*右に隠しておく*/
    padding: 20px 30px;
  }

  /*チェックが入ったらもろもろ表示*/
  #sp-nav #nav-input:checked~#nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .8;
  }

  /* 閉じるボタン */
  #sp-nav .close-btn {
    text-align: left;
    color: #fff;
  }

  #sp-nav .close-btn2 {
    width: 30px;
    font-size: 1.4rem;
    width: 20%;
    position: fixed;
    top: 10px;
    left: 10px;
    font-weight: bold;
    height: 60px;
  }

  #sp-nav .close-btn2::before {
    display: block;
    font-size: 3rem;
  }

  #sp-nav #nav-input:checked~#nav-content {
    -webkit-transform: translateX(34%);
    transform: translateX(34%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  }

  /* 書き足し */
  #sp-nav #nav-content ul {
    display: block;
    font-size: 1.4rem;
    margin-top: 0;
  }

  #sp-nav #nav-content li::before {
    content: none;
    margin-right: 0;
  }

  #sp-nav #nav-content ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    position: relative;
  }

  #sp-nav #nav-content ul li:last-of-type {
    margin-bottom: 30px;
  }

  #sp-nav #nav-content li::after {
    content: "";
    position: absolute;
    right: 0;
    margin-top: -4px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #sp-nav #nav-content li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
    font-size: 1.4rem;
  }

  #sp-nav #nav-content a:active {
    opacity: 0.3;
  }

  .drawer-nav a.btn-tel {
    font-size: 3rem;
    padding: 20px;
  }

  .drawer-nav a.btn-tel i {
    font-size: 2.5rem;
  }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 350px;
    /* ここの幅変える場合↓もセットで */
  }

  .drawer-nav {
    width: 350px;
  }

  .drawer--right .drawer-nav {
    right: -350px;
  }

  .drawer-nav ul li {
    text-align: left;
  }

  .drawer-nav .common-contact-tel {
    padding: 1%;
  }

  .drawer-nav .common-contact-tel .message {
    font-size: 1rem;
    margin-bottom: -5px;
  }

  .drawer-nav .common-contact-no {
    font-size: 3.5rem;
    margin-bottom: 0;
  }

  .drawer-nav .common-contact-tel .time {
    font-size: 1rem;
  }

  .drawer-hamburger {
    top: 0;
  }

  .header-contact .header-contact-mail img {
    width: 8%;
  }

  .header-contact .flex a.header-contact-mail span.otoiawase {
    width: 85%;
    font-size: 1.2rem;
  }


  /* ============================================================================================
 メインコンテンツ共通
============================================================================================= */

  /* page title
  ----------------------------------------------- */
  #page-title h1 {
    padding: 50px 10px;
    font-size: 2.6rem;
  }

  /* heading
  ----------------------------------------------- */
  .heading-2 {
    font-size: 2.4rem;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .heading-3 {
    font-size: 1.7rem;
  }

  /* breadcrumbs
  ----------------------------------------------- */
  .breadcrumbs {
    font-size: 1.1rem;
    margin-bottom: 20px;
    max-width: 100%;
    white-space: none;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .breadcrumbs>span {
    margin-right: 5px;
    margin-left: 5px;
  }

  /* 施工事例SPでスライダー解除
  ----------------------------------------------- */
  .case-block .container {
    padding-left: 0;
    padding-right: 0;
  }

  .pc {
    display: none;
  }

  #case_slidersp {
    margin-bottom: 40px;
  }

  #case_slidersp li {
    width: 47%;
  }

  .case-archive-list li table td {
    display: block;
    line-height: 1.2;
    margin-bottom: 2em;
  }

  .case-archive-list li table td:last-of-type {
    margin-bottom: 0;
  }

  .flex {
    flex-wrap: wrap;
  }

  .col3 {
    width: 100%;
    margin-bottom: 60px;
  }

  .col4 {
    width: 48%;
  }

  a.btn {
    width: 100%;
  }

  /* ============================================================================================
  TOP・下層
============================================================================================= */
  .pagetop {
    bottom: calc(10vw + 20px);
    ;
    right: 3px;
    border: 2px solid var(--mainColor);
  }

  #case_detail ul.case-maker {
    width: 100%;
  }

  #case_detail .navigation {
    margin-top: 60px;
  }

  .mainvisual {
    padding-bottom: 30px;
  }

  .top-service-outer {
    margin-bottom: 10px;
  }

  .top-service-inner {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-service-inner h3 {
    font-size: 3.1rem;
    margin-bottom: 30px;
  }

  .top-service-inner .top-service-content p:first-of-type {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }

  .top-service-inner .top-service-data .top-service-content {
    padding: 43px 30px 30px;
  }

  .top-service-inner .top-service-data {
    transform: initial;
  }

  .top-service-topic .flex {
    display: block;
  }

  .top-service-topic .flex>p {
    width: 30%;
    margin: 0 auto 20px;
  }

  .top-service-topic .top-service-txt {
    width: 100%;
  }

  .top-service-topic .top-service-txt h3 {
    font-size: 2.5rem;
    line-height: 1.25;
    --kiraHeight: 22px;
  }

  .top-service-topic .top-service-txt h3 span {
    font-size: 3.1rem;
  }

  .top-service {
    padding-bottom: 30px;
  }

  .top-aboutus h2.en,
  .top-corp h2.en {
    top: 0;
    left: 0;
    font-size: 5rem;
    transform: initial;
    position: relative;
    margin-bottom: -20px;
    z-index: 998;
  }

  .top-aboutus,
  .top-corp {
    padding-top: 30px;
  }

  .top-aboutus .container>p:first-of-type {
    margin-bottom: 20px;
    width: 100%;
  }

  .top-aboutus .top-aboutus-txt {
    width: 100%;
    position: static;
    box-shadow: none;
    margin-bottom: 20px;
  }

  .top-aboutus .top-aboutus-txt h3 {
    font-size: 2.5rem;
  }

  h3 span {
    font-size: 3.1rem;
  }

  .top-aboutus .flex p {
    width: 50%;
  }

  .top-reason .container {
    padding: 50px 0;
  }

  .top-reason h2 {
    margin-bottom: 10px;
    font-size: 2.5rem;
    line-height: 1.25;
  }

  .top-reason h2 span {
    font-size: 3.9rem;
  }

  p.head-texture {
    margin-bottom: 0;
  }

  .top-reason .container>p:nth-of-type(2) {
    margin-bottom: 50px;
  }

  .top-reason .top-reason-list {
    width: 100%;
  }

  .top-reason .top-reason-list h3 {
    height: auto;
  }

  .top-reason .top-reason-list p.icon {
    width: 30%;
  }

  .top-reason .top-reason-inner {
    margin-bottom: 30px;
  }

  .top-reason .top-reason-trip>p {
    width: 100%;
  }

  .top-reason .top-reason-trip .top-reason-txt {
    width: 100%;
  }

  .top-reason .container {
    padding: 50px 0 0;
  }

  .top-reason {
    padding-bottom: 30px;
  }

  .top-grade {
    padding: 50px 0 0;
  }

  h2.head-spacing {
    font-size: 2rem;
  }

  h2.head-spacing span {
    font-size: 2.5rem;
  }

  .top-grade>.container>h2 {
    margin-bottom: 20px;
  }

  .top-grade>.container>h2 span.circle::before {
    top: -15px;
    left: 21%;
    font-size: 2rem;
  }

  .top-grade .top-grade-txt {
    width: 100%;
  }

  .top-grade .top-grade-txt {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }

  .top-grade .top-grade-txt .container,
  .exchange-jagu .exchange-jagu-txt .container,
  .exchange-cost .exchange-cost-txt .container,
  .exchange-achievement .exchange-achievement-txt .container,
  .inspection-tanaka .inspection-tanaka-txt .container,
  .inspection-kimura .inspection-kimura-txt .container,
  .inspection-hirogaru .inspection-hirogaru-txt .container,
  .inspection-shaken .inspection-shaken-txt .container,
  .insulation-about .insulation-about-txt .container,
  .aiming-toyo .aiming-toyo-txt .container,
  .others-carfilm .others__menu__cross .others__menu__txt .container,
  .others-coating .others-coating-cross .others-coating-txt .container,
  .corp-safety .corp-safety-txt .container {
    width: 100%;
    margin: 0 auto;
  }

  .top-grade .top-grade-txt a.btn {
    width: 100%;
  }

  .top-grade .top-grade-txt h3 {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .top-grade .top-grade-img {
    width: 100%;
    margin-top: 0px;
  }

  .top-grade>.flex {
    margin-bottom: 30px;
  }

  .top-grade .top-grade-ng {
    padding: 30px 0;
  }

  .top-grade .top-grade-ng h2 {
    font-size: 2.5rem;
  }

  .top-grade .top-grade-ng h2 span {
    font-size: 3.1rem;
  }

  .top-grade .top-grade-ng .flex p.img {
    width: 100%;
    margin-bottom: 10px;
  }

  .top-grade .top-grade-ng .flex p.txt {
    margin-bottom: 10px;
    width: 100%;
  }

  .top-corp .container>p:first-of-type {
    margin-bottom: 20px;
    width: 100%;
  }

  .top-corp .top-corp-txt {
    width: 100%;
    position: static;
    box-shadow: none;
    margin-bottom: 30px;
  }

  .top-corp .top-aboutus-txt h3 {
    font-size: 2.5rem;
  }

  .top-corp .top-corp-txt h3 {
    margin-bottom: 10px;
    font-size: 3.9rem;
  }

  .top-corp .top-corp-txt p.bold {
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .top-corp .top-corp-txt p.txt {
    margin-bottom: 10px;
  }

  .top-corp .top-corp-txt a.btn {
    width: 100%;
  }

  .top-aiming {
    padding: 50px 0;
  }

  .top-aiming h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .top-aiming h2 span {
    font-size: 3.1rem;
  }

  .top-aiming p.txt {
    margin-bottom: 10px;
  }

  .top-aiming a.btn {
    width: 100%;
  }

  .footer-case {
    padding: 50px 0;
  }

  .footer-case h2 {
    margin-bottom: 10px;
  }

  .footer-case p.txt {
    margin-bottom: 10px;
  }

  .case-archive-list>li ul.case-type_maker,
  .case-archive-list>li h1,
  .case-archive-list>li p {
    padding: 0 10px;
  }

  .case-archive-list>li {
    padding-bottom: 20px;
  }

  .footer-case a.btn {
    margin-top: 0;
    width: 100%;
  }

  .footer-service .container {
    padding: 50px 0 30px;
  }

  .footer-service h2 {
    margin-bottom: 20px;
  }

  .footer-service p.txt {
    margin-bottom: 20px;
  }

  .footer-service .footer-service-list {
    padding: 10px 10px 20px;
  }

  .footer-service .footer-service-list h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.25;
  }

  .footer-map-google {
    padding-top: 300px;
  }

  .footer-check .container {
    padding: 30px 0 10px;
  }

  .footer-check p.icon {
    margin-bottom: 10px;
  }

  .footer-check h2 {
    margin-bottom: 20px;
    font-size: 2.5rem;
    line-height: 1.25;
  }

  .footer-check h3 {
    line-height: 1;
    font-size: 1.8rem;
    padding: 10px 20px 15px;
    margin-bottom: 10px;
  }

  .footer-check .flex p {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-check .flex ol {
    width: 100%;
  }

  .footer-check p.txt {
    margin: 10px 10px 20px;
  }

  .footer-contact {
    padding: 70px 0 30px;
  }

  .footer-contact h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .footer-contact h2 span {
    font-size: 3.1rem;
  }

  .footer-contact .container>p.bold {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 20px;
  }

  .footer-contact .flex:first-of-type p.txt {
    width: 100%;
  }

  .footer-contact .flex:first-of-type p.img {
    width: 30%;
  }

  .footer-contact .container>.flex:first-of-type {
    margin-bottom: 20px;
  }

  .footer-contact a.footer-contact-mail {
    padding: 20px;
  }

  .footer-contact .footer-contact-tels .flex a:first-of-type {
    padding: 0 0 30px;
    border-bottom: 1px solid #fff;
    border-right: none;
    width: 100%;
    text-align: center;
    height: auto;
  }

  .footer-contact .footer-contact-tels .flex a:last-of-type {
    padding: 30px 0 0;
    width: 100%;
    text-align: center;
    height: auto;
  }

  .footer-contact .footer-contact-tels .flex {
    margin-bottom: 30px;
  }

  .footer-news {
    padding: 50px 0;
  }

  .footer-news .container {
    padding: 20px;
  }

  .footer-news h2 {
    margin-bottom: 10px;
  }

  .footer-news .container>a {
    position: static;
    text-align: right;
    display: block;
  }

  .footer-news .footer-news-list article a.news-title {
    display: block;
    margin-top: 15px;
    line-height: 1.5;
  }

  .footer-contents {
    padding-top: 30px;
  }

  .footer-contents .container>a {
    width: fit-content;
    margin: 0 auto 30px;
    font-size: 5.5vw;
    text-align: center;
  }

  .footer-contents .footer-contents-address {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-contents .footer-contents-address .sns {
    justify-content: start;
  }

  .footer-contents .footer-contents-address .sns a {
    margin-right: 15px;
  }

  .footer-contents .footer-contents-address .sns a:last-of-type {
    margin-right: 0;
  }

  .footer-contents .footer-contents-insta p.bold {
    margin-bottom: 10px;
  }

  .footer-contents .footer-contents-insta .footer-contents-link {
    width: 20%;
  }

  .footer-contents .footer-contents-insta {
    padding: 10px;
  }

  .footer-contents-insta>.flex {
    justify-content: center;
  }

  .footer-contents .footer-contents-map-wrapper {
    width: 100%;
  }

  .footer-contents .footer-contents-list h3 {
    text-align: left;
  }

  .footer-contents .container {
    padding-bottom: 30px;
  }

  .followcontact {
    padding: 5px 0;
    min-height: 80px;
  }

  .followcontact p.mazuha {
    display: none;
  }

  .followcontact .followcontact-txt {
    width: 100%;
  }

  .followcontact .followcontact-txt>.flex {
    gap: 0;
    justify-content: space-evenly;
  }

  .followcontact .followcontact-txt>p.bold {
    margin-bottom: 0.5em;
  }

  .followcontact a.followcontact-tel,
  .followcontact a.followcontact-mail {
    height: auto;
    padding: 1vw;
    min-height: 48px;
  }

  .followcontact a.followcontact-mail {
    width: 49%;
    font-size: 3.5vw;
  }

  .followcontact a.followcontact-mail span.material-icons {
    font-size: 4vw;
  }

  .followcontact a.followcontact-mail span:last-of-type {
    font-size: 2vw;
  }

  .followcontact .followcontact-tels {
    width: 60%;
  }

  .followcontact .followcontact-tels .flex a:first-of-type {
    padding: 0;
    border-right: none;
    font-size: 1.3rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }

  .followcontact a.followcontact-tel span.material-icons {
    font-size: 4vw;
  }

  .followcontact .followcontact-tels .flex a:last-of-type {
    padding: 0;
    font-size: 1.8rem;
  }

  .followcontact a.followcontact-tel {
    height: auto;
    display: block;
    width: 49%;
    text-align: center;
    font-size: 4vw;
    letter-spacing: 0.05em;
  }

  .followcontact a.followcontact-tel span:last-of-type {
    letter-spacing: 0;
  }

  .followcontact .followcontact-tels p.bold {
    font-size: 1rem;
  }

  .followcontact a.followcontact-tel span.corp {
    margin-top: 5px;
  }

  footer {
    margin-bottom: calc(10vw + 24px);
  }

  h2.head-sideline {
    border-left: 5px solid var(--mainColor);
    padding-left: 20px;
  }

  .guest-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .guest-intro h2 span {
    font-size: 3.1rem;
    color: var(--mainColor);
  }

  .guest-intro p.txt {
    width: 100%;
    margin-bottom: 10px;
  }

  .guest-intro p.img {
    margin: 0 auto;
    width: 80%;
    right: 0;
    top: 0;
    position: static;
  }

  .guest-intro .container {
    margin-bottom: 20px;
  }

  .guest-intro .flex p {
    width: 50%;
  }

  .guest-flow .container {
    padding: 50px 0 0;
  }

  .guest-flow h2 {
    line-height: 1.25;
    margin-bottom: 20px;
    font-size: 2.5rem;
  }

  .guest-flow .guest-flow-box {
    padding: 10px;
    margin-bottom: 70px;
  }

  .guest-flow .guest-flow-box .guest-flow-txt {
    width: 100%;
  }

  .guest-flow .guest-flow-box .guest-flow-txt .flex p:first-of-type {
    font-size: 1.6rem;
    padding: 5px;
    margin-right: 0;
  }

  .guest-flow .guest-flow-box .guest-flow-txt .flex p:first-of-type span {
    font-size: 2rem;
  }

  .guest-flow .guest-flow-box .guest-flow-txt .flex h3 {
    font-size: 2.5rem;
  }

  .guest-flow .guest-flow-box .guest-flow-txt .flex {
    margin-bottom: 5px;
  }

  .guest-flow .guest-flow-box .guest-flow-txt .detail {
    margin-bottom: 10px;
  }

  .guest-flow .guest-flow-box p.img {
    width: 100%;
  }

  .guest-flow .guest-flow-contact {
    padding: 20px 10px 10px;
    margin-top: 20px;
  }

  .guest-flow .guest-flow-contact h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .guest-flow .guest-flow-contact h3 span.circle {
    font-size: 2.5rem;
  }

  .guest-flow .guest-flow-contact h3 span.circle::before {
    top: -20px;
    left: 20%;
  }

  .guest-flow .guest-flow-contact a.guest-contact-mail {
    margin-bottom: 10px;
    padding: 10px;
  }

  .guest-flow .guest-flow-contact a.guest-contact-mail span:last-of-type {
    font-size: 1.3rem;
    margin-top: 0;
  }

  .guest-flow .guest-flow-contact .guest-contact-tels .flex a:first-of-type {
    border-right: none;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: center;
  }

  .guest-flow .guest-flow-contact a.guest-contact-tel {
    font-size: 2.5rem;
    height: auto;
    padding: 10px;
  }

  .guest-flow .guest-flow-contact a.guest-contact-tel span.material-icons {
    font-size: 2rem;
    vertical-align: baseline;
  }

  .guest-flow .guest-flow-contact .guest-contact-tels .flex a:last-of-type {
    padding: 15px 0 0;
    width: 100%;
    text-align: center;
  }

  .guest-flow .guest-flow-contact .guest-contact-tels>p {
    font-size: 1.3rem;
  }

  .guest-flow .guest-flow-box:nth-of-type(5) .guest-flow-txt h4 {
    font-size: 1.6rem;
    padding: 5px;
  }

  .guest-flow .guest-flow-box:nth-of-type(5) .guest-flow-txt ul {
    padding: 10px 5px;
  }

  .guest-flow .guest-flow-box:last-of-type {
    margin-bottom: 30px;
  }

  .guest-faq .container {
    padding: 30px 10px 10px;
  }

  .guest-faq h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .guest-faq .container>p.txt {
    width: 100%;
    margin-bottom: 10px;
  }

  .guest-faq .flex:nth-of-type(odd) dl.faq-txt,
  .guest-faq .flex:nth-of-type(even) dl.faq-txt {
    padding: 10px;
    background: none;
    background-color: #fff;
  }

  .guest-faq .flex dl.faq-txt dt {
    font-size: 1.3rem;
    width: 9%;
  }

  .guest-faq .flex dl.question dd,
  .guest-faq .flex dl.answer dd {
    width: 88%;
    line-height: 1.25;
  }

  .guest-faq .flex dl.question dt {
    padding: 5px 5px 10px;
  }

  .guest-faq .flex:nth-of-type(even) {
    margin-bottom: 30px;
  }

  .exchange-intro h2.en {
    top: 0;
    left: 0;
    font-size: 5rem;
    transform: initial;
    position: relative;
    margin-bottom: -20px;
  }

  .exchange-intro>.container:first-of-type {
    padding: 0;
  }

  .exchange-intro>.container:first-of-type>p:first-of-type {
    margin-bottom: 20px;
    width: 100%;
  }

  .exchange-intro .exchange-intro-detail {
    width: 100%;
    position: static;
    box-shadow: none;
    margin-bottom: 20px;
  }

  .exchange-intro .exchange-intro-detail h3 {
    font-size: 2.5rem;
  }

  .exchange-need {
    padding: 30px 0;
  }

  .exchange-need h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .exchange-need h2 span {
    font-size: 3.1rem;
  }

  .exchange-need>.container .flex>p {
    margin-bottom: 20px;
  }

  .exchange-need>.container .flex .exchange-need-cases .exchange-need-case {
    width: 100%;
  }

  .exchange-need>.container .flex .exchange-need-cases .exchange-need-case:first-of-type {
    margin-bottom: 10px;
  }

  .exchange-need>.container .flex {
    margin-bottom: 10px;
  }

  .exchange-need>.container>h3 {
    font-size: 2rem;
    line-height: 1.25;
    padding: 10px;
  }

  .exchange-need .exchange-repair {
    padding: 20px;
  }

  .exchange-need .exchange-repair,
  .exchange-jagu .flex,
  .exchange-cost>.flex:first-of-type,
  .exchange-cost>.flex:last-of-type,
  .exchange-achievement>.flex:first-of-type,
  .exchange-achievement>.flex:last-of-type,
  .exchange-abundant .exchange-abundant-inner {
    z-index: 1;
  }

  .exchange-need .exchange-repair .exchange-repair-list {
    width: 100%;
    margin: 0;
    padding: 10px;
    margin-bottom: 10px;
  }

  .exchange-need .exchange-repair .exchange-repair-list h4 {
    margin-bottom: 10px;
  }

  .exchange-need .exchange-repair a.btn {
    width: 100%;
  }

  .exchange-jagu {
    padding: 30px 0;
  }

  .exchange-jagu .exchange-jagu-txt {
    padding: 10px;
  }

  .exchange-jagu .exchange-jagu-txt h3 {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .exchange-jagu .exchange-jagu-txt h3 span {
    font-size: 3.1rem;
  }

  .exchange-jagu .flex .exchange-jagu-img,
  .exchange-cost .flex:first-of-type .exchange-cost-img,
  .exchange-achievement .flex:first-of-type .exchange-achievement-img,
  .inspection-kimura .flex:first-of-type .inspection-kimura-img,
  .inspection-shaken .flex .inspection-shaken-img,
  .insulation-about .flex .insulation-about-img {
    margin-top: 0;
  }

  .top-reason .container {
    padding: 30px 0 0;
  }

  .exchange-cost {
    padding: 30px 0;
  }

  .exchange-cost .flex:first-of-type .exchange-cost-txt {
    padding: 20px 20px 20px 0px;
  }

  .exchange-cost .exchange-cost-txt h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .exchange-cost .exchange-cost-txt h3 span {
    font-size: 3.1rem;
  }

  .exchange-cost .exchange-cost-txt p.bold {
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .exchange-cost .flex:last-of-type .exchange-cost-img {
    margin-top: 20px;
  }

  .exchange-cost .flex:last-of-type .exchange-cost-txt {
    padding: 20px 0 20px 20px;
  }

  .exchange-achievement {
    padding: 30px 0;
  }

  .exchange-achievement .flex:first-of-type .exchange-achievement-txt {
    padding: 20px 20px 20px 0;
  }

  .exchange-achievement .exchange-achievement-txt h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .exchange-achievement .exchange-achievement-txt h3 span {
    font-size: 3.1rem;
  }

  .exchange-achievement .exchange-achievement-txt p.bold {
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .exchange-achievement .flex:last-of-type .exchange-achievement-img {
    margin-top: 20px;
  }

  .exchange-achievement .flex .exchange-achievement-img {
    width: 100%;
  }

  .exchange-achievement .flex:last-of-type .exchange-achievement-txt {
    padding: 20px 0 20px 20px;
  }

  .exchange-achievement a.btn {
    width: 100%;
    margin-top: 10px;
  }

  .top-aiming {
    padding: 30px 0;
  }

  .exchange-abundant {
    padding: 30px 0;
  }

  .exchange-abundant>.container>h2 {
    margin-bottom: 10px;
  }

  .exchange-abundant>.container>h2 span.circle::before {
    top: -18px;
    font-size: 2rem;
  }

  .exchange-abundant>.container>.flex:first-of-type p.txt {
    width: 100%;
    margin-bottom: 10px;
  }

  .exchange-abundant>.container>.flex:first-of-type p.img {
    width: 100%;
  }

  .exchange-abundant>.container>.flex:first-of-type {
    margin-bottom: 20px;
  }

  .exchange-abundant .exchange-abundant-list {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
  }

  .exchange-abundant .exchange-abundant-list h3 {
    margin-bottom: 10px;
  }

  .exchange-abundant .exchange-abundant-list p.img {
    margin-bottom: 10px;
  }

  .exchange-abundant .exchange-abundant-list p.txt {
    margin-bottom: 10px;
  }

  .exchange-abundant .exchange-abundant-list h4 {
    font-size: 1.6rem;
    padding: 5px;
  }

  .exchange-abundant .exchange-abundant-list ul {
    padding: 10px;
  }

  .exchange-flow .container {
    padding: 30px 0;
  }

  .exchange-flow h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .exchange-flow .exchange-flow-box {
    padding: 10px;
    margin-bottom: 70px;
  }

  .exchange-flow .exchange-flow-box .exchange-flow-txt {
    width: 100%;
  }

  .exchange-flow .exchange-flow-box .exchange-flow-txt .flex p:first-of-type {
    font-size: 1.6rem;
    padding: 5px;
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .exchange-flow .exchange-flow-box .exchange-flow-txt .flex p:first-of-type span {
    font-size: 2rem;
  }

  .exchange-flow .exchange-flow-box .exchange-flow-txt .flex h3 {
    font-size: 2.5rem;
  }

  .exchange-flow .exchange-flow-box .exchange-flow-txt .flex {
    margin-bottom: 5px;
  }

  .exchange-flow .exchange-flow-box .exchange-flow-txt .detail {
    margin-bottom: 10px;
  }

  .exchange-flow .exchange-flow-box p.img {
    width: 100%;
  }

  .exchange-flow .exchange-flow-box:last-of-type {
    margin-bottom: 30px;
  }

  .repair-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .repair-intro h2 span {
    font-size: 3.1rem;
  }

  .repair-intro .container .flex p:first-of-type {
    font-size: 2rem;
    padding: 10px;
  }

  .repair-intro .container .flex p:last-of-type {
    font-size: 4rem;
  }

  .repair-intro .container .flex p {
    margin-bottom: 10px;
  }

  .repair-intro .container .flex p:last-of-type span {
    font-size: 2rem;
  }

  .repair-intro p.txt {
    width: 100%;
    margin-bottom: 10px;
  }

  .repair-intro p.img {
    position: static;
    width: 100%;
  }

  .repair-intro .container {
    margin-bottom: 20px;
  }

  .repair-intro>.flex p {
    width: 50%;
  }

  .repair-cheap .container {
    padding: 30px 0;
  }

  .repair-cheap h2.head-spacing {
    font-size: 2.5rem;
    margin: 0 0 10px;
  }

  .repair-cheap h2 span.circle::before {
    top: -18px;
    left: 22%;
    font-size: 2rem;
  }

  .repair-cheap .ten-dollar {
    padding: 10px;
    margin-bottom: 20px;
  }

  .repair-cheap .ten-dollar,
  .repair-cheap .flex.front .repair-cheap-txt,
  .repair-cheap .front p.img,
  .repair-cheap .detail,
  .repair-abandoned .repair-exchange,
  .repair-merit .exchange {
    z-index: 1;
  }

  .repair-cheap-txt table {
    overflow-x: scroll;
    /* 横スクロール処理 */
    white-space: nowrap;
    /* 自動改行させない */
    display: block;
  }

  .repair-cheap .front .repair-cheap-txt p {
    font-size: 2rem;
    padding: 10px;
  }

  .repair-cheap .detail {
    padding: 10px;
  }

  .repair-cheap .detail p.img {
    width: 35%;
    margin-bottom: 10px;
  }

  .repair-cheap .detail p.txt {
    width: 100%;
  }

  .repair-abandoned {
    padding: 30px 0;
  }

  .repair-abandoned h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .repair-abandoned h2 span {
    font-size: 3.1rem;
  }

  .repair-abandoned .repair-abandoned-cover p.txt {
    width: 100%;
    margin-bottom: 10px;
  }

  .repair-abandoned .repair-abandoned-cover p.img {
    position: static;
    width: 100%;
  }

  .repair-abandoned .repair-abandoned-cover {
    margin-bottom: 20px;
  }

  .repair-abandoned .repair-abandoned-list {
    width: 100%;
    padding: 20px;
  }

  .repair-abandoned .repair-abandoned-list h3 {
    margin-bottom: 10px;
  }

  .repair-abandoned .repair-abandoned-list p.img {
    width: 100%;
    margin: 0 auto 10px;
  }

  .repair-abandoned>.container>h3 {
    font-size: 2rem;
    padding: 10px;
  }

  .repair-abandoned .repair-exchange {
    padding: 20px;
  }

  .repair-abandoned .repair-exchange-list {
    width: 100%;
    margin: 0;
  }

  .repair-abandoned .repair-exchange .flex {
    margin-bottom: 20px;
  }

  .repair-abandoned a.btn {
    width: 100%;
  }

  .repair-abandoned {
    padding-bottom: 30px;
  }

  .repair-merit {
    padding: 50px 0 30px;
  }

  .repair-merit>.container>h2 span.circle::before {
    top: -15px;
    left: 14%;
    font-size: 2rem;
  }

  .repair-merit .repair-merit-list {
    width: 100%;
    padding: 10px 10px 60px;
  }

  .repair-merit .repair-merit-list:last-of-type {
    padding-bottom: 30px;
  }

  .repair-merit .repair-merit-list h3 {
    height: auto;
  }

  .repair-merit .exchange {
    padding: 10px;
    margin-bottom: 0;
  }

  .repair-merit .exchange p.icon {
    width: 100%;
    margin-right: 0;
  }

  .repair-merit .exchange p.bold {
    width: 100%;
    font-size: 1.6rem;
  }

  .repair-flow .container {
    padding: 30px 0;
  }

  .repair-flow h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .repair-flow .repair-flow-box {
    padding: 10px;
    margin-bottom: 70px;
  }

  .repair-flow .repair-flow-box .repair-flow-txt {
    width: 100%;
  }

  .repair-flow .repair-flow-box .repair-flow-txt .flex p:first-of-type {
    font-size: 1.6rem;
    padding: 5px;
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .repair-flow .repair-flow-box .repair-flow-txt .flex p:first-of-type span {
    font-size: 2rem;
  }

  .repair-flow .repair-flow-box .repair-flow-txt .flex h3 {
    font-size: 2.5rem;
  }

  .repair-flow .repair-flow-box .repair-flow-txt .flex {
    margin-bottom: 5px;
  }

  .repair-flow .repair-flow-box .repair-flow-txt .detail {
    margin-bottom: 10px;
  }

  .repair-flow .repair-flow-box p.img {
    width: 100%;
  }

  .repair-flow .repair-flow-box:last-of-type {
    margin-bottom: 30px;
  }

  .inspection-intro h2.en {
    top: 0;
    left: 0;
    font-size: 5rem;
    transform: initial;
    position: relative;
    margin-bottom: -20px;
  }

  .inspection-intro>.container:first-of-type {
    padding: 0 0 30px;
  }

  .inspection-intro>.container:first-of-type>p:first-of-type {
    margin-bottom: 20px;
    width: 100%;
  }

  .inspection-intro .inspection-intro-detail {
    width: 100%;
    position: static;
    box-shadow: none;
    margin-bottom: 20px;
  }

  .inspection-intro .inspection-intro-detail h3 {
    font-size: 2.5rem;
  }

  .inspection-intro .inspection-intro-fukidashi p.img {
    margin: 0 auto 10px;
    width: 35%;
  }

  .inspection-intro .inspection-intro-fukidashi p.txt,
  .inspection-tanaka .inspection-tanaka-fukidashi p.txt {
    padding: 20px;
    background: none;
    background-color: #f6f6f6;
    width: 100%;
  }

  .inspection-tanaka .flex:first-of-type .inspection-tanaka-txt {
    padding: 20px 20px 20px 0;
  }

  .inspection-tanaka>.flex:first-of-type,
  .inspection-tanaka>.flex:nth-of-type(2),
  .inspection-kimura>.flex:first-of-type,
  .inspection-hirogaru>.flex:first-of-type,
  .inspection-hirogaru>.flex:nth-of-type(2),
  .inspection-hirogaru .street,
  .inspection-shaken>.flex:first-of-type {
    z-index: 1;
  }

  .inspection-tanaka .inspection-tanaka-txt h3 {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .inspection-tanaka .flex .inspection-tanaka-img {
    width: 100%;
  }

  .inspection-tanaka .flex:first-of-type .inspection-tanaka-img {
    margin-top: 0;
  }

  .inspection-tanaka .flex:nth-of-type(2) .inspection-tanaka-img {
    margin-top: 20px;
  }

  .inspection-tanaka .flex:nth-of-type(2) .inspection-tanaka-txt {
    padding: 20px 0 20px 20px;
  }

  .inspection-tanaka>.flex:nth-of-type(2) {
    margin-bottom: 30px;
  }

  .inspection-tanaka .inspection-tanaka-fukidashi p.img {
    margin: 0 auto 10px;
    width: 35%;
  }

  .inspection-tanaka {
    padding: 0 0 30px;
  }

  .inspection-kimura .flex:first-of-type .inspection-kimura-txt {
    padding: 20px 20px 20px 0;
  }

  .inspection-kimura .inspection-kimura-txt h3 {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .inspection-kimura {
    padding: 0 0 30px;
  }

  .inspection-dealer {
    padding: 30px 0;
  }

  .inspection-dealer>.container>h2 {
    margin-bottom: 10px;
  }

  .inspection-dealer>.container>h2 span.circle::before {
    top: -19px;
    left: 20%;
    font-size: 2rem;
  }

  .inspection-dealer .container>p {
    margin-bottom: 20px;
  }

  .inspection-dealer .inspection-dealer-box .inspection-dealer-list {
    padding: 20px;
  }

  .inspection-dealer .inspection-dealer-box .inspection-dealer-list:first-of-type {
    width: 100%;
  }

  .inspection-dealer .inspection-dealer-box .inspection-dealer-list:last-of-type {
    width: 100%;
  }

  .inspection-dealer .inspection-dealer-box {
    margin-bottom: 20px;
  }

  .inspection-dealer .inspection-dealer-checklist {
    padding: 20px;
  }

  .inspection-dealer .inspection-dealer-checklist .flex p.img {
    width: 25%;
    margin-right: 0;
  }

  .inspection-dealer .inspection-dealer-checklist .flex p.txt {
    width: 100%;
    font-size: 1.6rem;
  }

  .inspection-shop {
    padding: 30px 0;
  }

  .inspection-shop h2 {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }

  .inspection-shop h2 span {
    font-size: 3.1rem;
  }

  .inspection-shop .inspection-shop-inner {
    margin-bottom: 20px;
  }

  .inspection-shop .inspection-shop-list {
    width: 100%;
    padding: 20px;
  }

  .inspection-shop .inspection-shop-list h3 {
    margin-bottom: 10px;
  }

  .inspection-shop .inspection-shop-list p.img {
    margin-bottom: 10px;
  }

  .inspection-shop .stock {
    padding: 10px 20px 20px;
    margin-bottom: 20px;
  }

  .inspection-shop .stock p.icon {
    width: 100%;
    text-align: center;
  }

  .inspection-shop .stock p.bold {
    font-size: 1.6rem;
    width: 100%;
  }

  .inspection-shop .stock p.bold span {
    font-size: 2.5rem;
  }

  .inspection-shop h2.head-spacing {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .inspection-shop table {
    overflow-x: scroll;
    /* 横スクロール処理 */
    white-space: nowrap;
    /* 自動改行させない */
    display: block;
  }

  .inspection-shop .inspection-shop-example table {
    display: table;
  }



  .inspection-ng {
    padding: 30px 0;
  }

  .inspection-ng h2 {
    font-size: 2.5rem;
  }

  .inspection-ng h2 span {
    font-size: 3.1rem;
  }

  .inspection-ng .flex p.img {
    width: 100%;
    margin-bottom: 10px;
  }

  .inspection-ng .flex p.txt {
    width: 100%;
  }

  .inspection-ng .flex:first-of-type {
    margin-bottom: 0;
  }

  .inspection-hirogaru .flex:first-of-type .inspection-hirogaru-txt {
    padding: 20px 20px 20px 0;
  }

  .inspection-hirogaru .flex:first-of-type .inspection-hirogaru-img {
    margin-top: 0px;
  }

  .inspection-hirogaru .flex .inspection-hirogaru-img {
    width: 100%;
  }

  .inspection-hirogaru .flex:nth-of-type(2) .inspection-hirogaru-img {
    margin-top: 20px;
  }

  .inspection-hirogaru .flex:nth-of-type(2) .inspection-hirogaru-txt {
    padding: 20px 0 20px 20px;
  }

  .inspection-hirogaru .inspection-hirogaru-txt h3 {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .inspection-hirogaru>.flex:nth-of-type(2) {
    margin-bottom: 20px;
  }

  .inspection-hirogaru .street {
    padding: 20px;
    margin-bottom: 0px;
  }

  .inspection-hirogaru .street p.icon {
    width: 22%;
    display: block;
    margin: 0 auto;
  }

  .inspection-hirogaru .street .street-txt h4 {
    line-height: 1.25;
  }

  .inspection-shaken .flex:first-of-type .inspection-shaken-txt {
    padding: 20px 20px 20px 0;
  }

  .inspection-shaken .inspection-shaken-txt h3 {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .inspection-shaken .flex:first-of-type .inspection-shaken-img {
    margin-top: 0;
  }

  .inspection-shaken {
    padding: 0 0 30px;
  }

  .inspection-plan .container {
    padding: 30px 10px;
  }

  .inspection-plan>.container>h2 {
    margin-bottom: 10px;
  }

  .inspection-plan>.container>h2 span.circle::before {
    top: -18px;
    left: 17%;
    font-size: 2rem;
  }

  .inspection-plan .container .flex p.txt {
    width: 100%;
    margin-bottom: 10px;
  }

  .inspection-plan .container .flex p.img {
    width: 100%;
  }

  .insulation-intro h2.en {
    top: 0;
    left: 0;
    font-size: 5rem;
    transform: initial;
    position: relative;
    margin-bottom: -20px;
  }

  .insulation-intro>.container:first-of-type {
    padding: 0;
  }

  .insulation-intro>.container:first-of-type>p:first-of-type {
    margin-bottom: 20px;
    width: 100%;
  }

  .insulation-intro .insulation-intro-txt {
    width: 100%;
    position: static;
    box-shadow: none;
    margin-bottom: 10px;
  }

  .insulation-intro .insulation-intro-txt h3 {
    font-size: 2.5rem;
  }

  .insulation-intro .insulation-intro-txt p {
    width: 100%;
  }

  .insulation-intro .container>p.icon {
    position: static;
    width: 30%;
    margin: 0 auto;
  }

  .insulation-about>.flex:first-of-type,
  .insulation-about>.flex:last-of-type,
  .insulation-economy>.container>.flex {
    z-index: 1;
  }

  .insulation-about {
    padding: 30px 0;
  }

  .insulation-about .flex:first-of-type .insulation-about-txt {
    padding: 20px 20px 20px 0;
  }

  .insulation-about .insulation-about-txt h3 {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .insulation-about .flex:first-of-type .insulation-about-img {
    margin-top: 0px;
  }

  .insulation-about .flex:last-of-type .insulation-about-img {
    margin-top: 20px;
  }

  .insulation-about .flex:last-of-type .insulation-about-txt {
    padding: 20px 0 20px 20px;
  }

  .insulation-economy {
    padding: 30px 0;
  }

  .insulation-economy>.container>h2 {
    margin-bottom: 10px;
  }

  .insulation-economy>.container>h2 span.circle::before {
    top: -18px;
    left: 19%;
    font-size: 2rem;
  }

  .insulation-economy .flex p.txt {
    width: 100%;
    margin-bottom: 10px;
  }

  .insulation-economy .flex p.img {
    width: 100%;
  }

  .insulation-economy .insulation-economy-list {
    width: 100%;
    padding: 10px 20px 60px;
  }

  .insulation-economy .insulation-economy-list h3 {
    margin-bottom: 10px;
    height: auto;
  }

  .insulation-economy>.container>.flex {
    margin-bottom: 30px;
  }

  .aiming-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .aiming-intro h2 span {
    font-size: 3.1rem;
  }

  .aiming-intro .need {
    padding: 20px;
    margin-bottom: 20px;
  }

  .aiming-intro .need,
  .aiming-intro .detail,
  .aiming-need .aiming-need-detail,
  .aiming-need .aiming-need-check,
  .aiming-toyo>.flex:first-of-type,
  .aiming-toyo>.flex:last-of-type {
    z-index: 1;
  }

  .aiming-intro .need p.icon {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  .aiming-intro .need p.bold {
    width: 100%;
    font-size: 1.6rem;
  }

  .aiming-intro .detail p.txt {
    width: 100%;
    margin-bottom: 10px;
  }

  .aiming-intro .detail p.img {
    width: 100%;
  }

  .aiming-intro .detail {
    margin-bottom: 20px;
  }

  .aiming-intro {
    padding-bottom: 30px;
  }

  .aiming-need {
    padding: 30px 0;
  }

  .aiming-need>.container>h2 {
    margin-bottom: 20px;
  }

  .aiming-need>.container>h2 span.circle::before {
    top: -16px;
    left: 21%;
    font-size: 2rem;
  }

  .aiming-need .aiming-need-detail p.img {
    width: 100%;
  }

  .aiming-need .aiming-need-detail p.txt {
    width: 100%;
    padding: 20px;
  }

  .aiming-need .aiming-need-detail {
    margin-bottom: 20px;
  }

  .aiming-need .aiming-need-check {
    padding: 20px;
  }

  .aiming-need .aiming-need-check>.flex .flex p.img {
    width: 35%;
    margin: 0 auto;
  }

  .aiming-need .aiming-need-check>.flex .flex p.txt {
    width: 100%;
    font-size: 1.6rem;
    padding-top: 10px;
  }

  .aiming-need .aiming-need-check>p.img {
    width: 70%;
    margin: 0 auto;
  }

  .aiming-need .aiming-need-check>.flex {
    width: 100%;
    margin-bottom: 10px;
  }

  .aiming-bad {
    padding: 30px 0;
  }

  .aiming-bad h2 {
    font-size: 2.5rem;
  }

  .aiming-bad .flex p.img {
    width: 100%;
    margin-bottom: 10px;
  }

  .aiming-bad .flex p.txt {
    width: 100%;
  }

  .aiming-bad .aiming-bad-list {
    background-color: #fff;
    width: 100%;
    padding: 20px;
  }

  .aiming-camera .container {
    padding: 30px 0;
  }

  .aiming-camera h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .aiming-camera-inner {
    width: 100%;
  }

  .aiming-camera-outer {
    margin-bottom: 20px;
  }

  .aiming-camera h2.head-spacing {
    font-size: 1.8rem;
    margin: 0 0px 10px;
    line-height: 1.75;
  }

  .aiming-camera h2 span.circle::before {
    top: -19px;
    left: 20%;
    font-size: 2rem;
  }

  .aiming-camera table {
    overflow-x: scroll;
    /* 横スクロール処理 */
    white-space: nowrap;
    /* 自動改行させない */
    display: block;
  }

  .aiming-toyo {
    padding: 30px 0;
  }

  .aiming-toyo .flex:first-of-type .aiming-toyo-txt {
    padding: 20px 20px 20px 0;
  }

  .aiming-toyo .aiming-toyo-txt h3 {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .aiming-toyo .aiming-toyo-txt p.bold {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .aiming-toyo .flex:first-of-type .aiming-toyo-img {
    margin-top: 0px;
  }

  .aiming-toyo .flex:last-of-type .aiming-toyo-img {
    margin-top: 20px;
  }

  .aiming-toyo .flex:last-of-type .aiming-toyo-txt {
    padding: 20px 0 20px 20px;
  }

  .aiming-flow .container {
    padding: 30px 0;
  }

  .aiming-flow h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .aiming-flow .aiming-flow-box {
    padding: 10px;
    margin-bottom: 70px;
  }

  .aiming-flow .aiming-flow-box .aiming-flow-txt {
    width: 100%;
  }

  .aiming-flow .aiming-flow-box .aiming-flow-txt .flex p:first-of-type {
    font-size: 1.6rem;
    padding: 5px;
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .aiming-flow .aiming-flow-box .aiming-flow-txt .flex p:first-of-type span {
    font-size: 2rem;
  }

  .aiming-flow .aiming-flow-box .aiming-flow-txt .flex h3 {
    font-size: 2.5rem;
  }

  .aiming-flow .aiming-flow-box .aiming-flow-txt .flex {
    margin-bottom: 5px;
  }

  .aiming-flow .aiming-flow-box .aiming-flow-txt .detail {
    margin-bottom: 10px;
  }

  .aiming-flow .aiming-flow-box p.img {
    width: 100%;
  }

  .aiming-flow .aiming-flow-box:last-of-type {
    margin-bottom: 30px;
  }

  .others-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .others-intro h2 span {
    font-size: 3.1rem;
  }

  .others-intro p.txt {
    width: 100%;
    margin-bottom: 10px;
  }

  .others-intro p.img {
    position: static;
    width: 100%;
  }

  .others-intro-outer {
    margin-top: 20px;
  }

  .others-intro-inner {
    width: 100%;
  }

  .others-intro {
    padding-bottom: 30px;
  }

  .others-carfilm>.container:first-of-type {
    padding: 30px 0;
  }

  .others-carfilm>.container:first-of-type h2 {
    font-size: 2.5rem;
  }

  .others-carfilm h2.en {
    top: 0;
    left: 0;
    font-size: 5rem;
    transform: initial;
    position: relative;
    margin-bottom: -20px;
  }

  .others-carfilm .others__menu__detail {
    width: 100%;
    position: static;
    box-shadow: none;
    margin-bottom: 20px;
  }

  .others-carfilm .others__menu__detail h3 {
    font-size: 2.5rem;
  }

  .others__menu__bgImg {
    width: 100%;
    margin-bottom: 10px;
  }

  .others-carfilm .others__menu__cross .flex:first-of-type .others__menu__txt {
    padding: 20px 20px 20px 0;
  }

  .others-carfilm .others__menu__cross .flex:first-of-type,
  .others-carfilm .others__menu__cross .flex:last-of-type,
  .others-coating .others-coating-cross .flex:first-of-type,
  .others-coating .others-coating-cross .flex:last-of-type {
    z-index: 1;
  }

  .others-carfilm .others__menu__cross .others__menu__txt h3 {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .others-carfilm .others__menu__cross .flex:first-of-type .others__menu__img {
    margin-top: 0;
  }

  .others-carfilm .others__menu__cross .flex:last-of-type .others__menu__img {
    margin-top: 20px;
  }

  .others-carfilm .others__menu__cross .flex:last-of-type .others__menu__txt {
    padding: 20px 0 20px 20px;
  }

  .others-carfilm .others__menu__cross .flex:last-of-type {
    justify-content: flex-end;
    padding-bottom: 40px;
  }

  .others-coating>.container:first-of-type {
    padding: 0;
  }

  .others-coating h2.en {
    top: 0;
    left: 0;
    font-size: 5rem;
    transform: initial;
    position: relative;
    margin-bottom: -20px;
  }

  .others-coating>.container:first-of-type>p:first-of-type {
    width: 100%;
    margin-bottom: 10px;
  }

  .others-coating .others-coating-detail {
    width: 100%;
    position: static;
    box-shadow: none;
    margin-bottom: 20px;
  }

  .others-coating .others-coating-detail h3 {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .others-coating .others-coating-cross .flex:first-of-type .others-coating-txt {
    padding: 20px 20px 20px 0;
  }

  .others-coating .others-coating-cross .flex:first-of-type .others-coating-img {
    margin-top: 0px;
  }

  .others-coating .others-coating-cross .flex:last-of-type .others-coating-img {
    margin-top: 20px;
  }

  .others-coating .others-coating-cross .flex:last-of-type .others-coating-txt {
    padding: 20px 0 20px 20px;
  }

  .others-coating .others-coating-cross .others-coating-txt h3 {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .others-coating .others-coating-cross .flex:last-of-type {
    padding-bottom: 30px;
  }

  .case-intro {
    padding: 0 0 30px;
  }

  .case-intro h2.en {
    top: 0;
    left: 0;
    font-size: 5rem;
    transform: initial;
    position: relative;
    margin-bottom: -20px;
  }

  .case-intro .container {
    padding: 0;
  }

  .case-intro p.img {
    width: 100%;
    margin-bottom: 10px;
  }

  .case-intro p.txt {
    position: static;
    width: 100%;
  }

  .case-filter {
    padding: 30px 0;
  }

  .case-filter .case-filter-maker {
    padding: 20px 10px;
  }

  .case-filter .case-filter-maker .top-case-maker {
    width: 20%;
  }

  .case-filter .case-filter-maker .top-case-maker p {
    font-size: 1rem;
  }

  .case-filter .case-filter-category {
    margin-bottom: 0px;
    padding: 20px 10px;
  }

  #case_detail {
    padding: 0px 0 80px;
  }

  #case_detail ul.case-type_maker {
    margin-bottom: 20px;
  }

  #case_detail .case-flow-box {
    padding: 10px;
  }

  #case_detail .case-flow-box p.img {
    width: 100%;
    margin-bottom: 10px;
  }

  #case_detail .case-flow-box .case-flow-txt {
    width: 100%;
  }

  #case_detail .case-flow-box .case-flow-txt h3 {
    font-size: 2rem;
  }

  #case_detail .navigation>span {
    width: 100%;
  }

  #case_detail .navigation a.btn {
    width: 100%;
  }

  .news-detail a.btn {
    width: 100%;
  }

  .news-detail a.btn span.material-icons {
    margin: 0;
  }

  .corp-intro h2 {
    margin-bottom: 10px;
  }

  .corp-intro>.container>h2 span.circle::before {
    display: none;
  }

  .corp-intro>.container>p {
    margin: 0 auto 20px;
  }

  .corp-intro-inner {
    width: 100%;
  }

  .corp-intro {
    padding-bottom: 0px;
  }

  .corp-card>.container {
    padding: 30px 0;
  }

  .corp-card>.container>h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .corp-card .corp-card-list {
    width: 100%;
  }

  .corp-card .corp-card-inner,
  .corp-card .corp-card-merit,
  .corp-safety>.flex,
  .corp-safety>.flex:last-of-type {
    z-index: 1;
  }

  .corp-card .corp-card-list h3 {
    height: auto;
  }

  .corp-card .corp-card-inner {
    margin-bottom: 20px;
  }

  .corp-card .corp-card-merit {
    padding: 20px;
  }

  .corp-card .corp-card-merit h3 {
    font-size: 2.5rem;
  }

  .corp-card .corp-card-merit p.bold {
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .corp-card .corp-card-merit p.bold span {
    font-size: 2.5rem;
  }

  .corp-card .corp-merit-list {
    width: 100%;
    padding: 20px 20px 60px;
  }

  .corp-card .corp-merit-inner {
    margin-bottom: 30px;
  }

  .corp-card-otoku h2.en {
    top: 0;
    left: 0;
    font-size: 5rem;
    transform: initial;
    position: relative;
    margin-bottom: -20px;
  }

  .corp-card-otoku>p:first-of-type {
    width: 100%;
    margin-bottom: 10px;
  }

  .corp-card-otoku .corp-otoku-detail {
    position: static;
    width: 100%;
    box-shadow: none;
  }

  .corp-card-otoku .corp-otoku-detail h3 {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .corp-card-otoku .corp-otoku-detail p.txt {
    width: 100%;
    margin-bottom: 10px;
  }

  .corp-card-otoku .corp-otoku-detail p.icon {
    width: 35%;
    margin: 0 auto;
  }

  .corp-card-otoku {
    margin-bottom: 20px;
  }

  .corp-card table {
    overflow-x: scroll;
    /* 横スクロール処理 */
    white-space: nowrap;
    /* 自動改行させない */
    display: block;
  }

  .corp-safety {
    padding: 50px 0;
  }

  .corp-safety h2 {
    margin-bottom: 20px;
  }

  .corp-safety>.container>h2 span.circle::before {
    top: -15px;
    left: 18%;
    font-size: 2rem;
  }

  .corp-safety .flex:nth-of-type(2) .corp-safety-txt {
    padding: 20px 20px 20px 0;
  }

  .corp-safety .flex:last-of-type .corp-safety-img {
    margin-top: 20px;
  }

  .corp-safety .flex:last-of-type .corp-safety-txt {
    padding: 20px 0 20px 20px;
  }

  .corp-safety .corp-safety-txt h3 {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .corp-safety .corp-safety-txt p.bold {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .corp-voice .container {
    padding: 30px 20px 10px;
  }

  .corp-voice h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .corp-voice .voice-img {
    width: 40%;
    margin: 0 auto 10px;
  }

  .corp-voice .flex:nth-of-type(odd) dl.voice-txt,
  .corp-voice .flex:nth-of-type(even) dl.voice-txt {
    padding: 20px 20px 20px 20px;
    width: 100%;
  }

  .corp-voice .flex {
    margin-bottom: 30px;
  }

  .corp-voice .flex:nth-of-type(even) {
    flex-flow: column;
  }

  .corp-voice .flex dl.voice-txt dt {
    font-size: 1.8rem;
  }

  .corp-flow .container {
    padding: 30px 0;
  }

  .corp-flow h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .corp-flow .corp-flow-box {
    padding: 10px;
    margin-bottom: 70px;
  }

  .corp-flow .corp-flow-box .corp-flow-txt {
    width: 100%;
  }

  .corp-flow .corp-flow-box .corp-flow-txt .flex p:first-of-type {
    font-size: 1.6rem;
    padding: 5px;
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .corp-flow .corp-flow-box .corp-flow-txt .flex p:first-of-type span {
    font-size: 2rem;
  }

  .corp-flow .corp-flow-box .corp-flow-txt .flex h3 {
    font-size: 2.5rem;
  }

  .corp-flow .corp-flow-box .corp-flow-txt .flex {
    margin-bottom: 5px;
  }

  .corp-flow .corp-flow-box .corp-flow-txt .detail {
    margin-bottom: 10px;
  }

  .corp-flow .corp-flow-box p.img {
    width: 100%;
  }

  .corp-flow .corp-flow-box:last-of-type {
    margin-bottom: 30px;
  }

  .corp-flow .corp-flow-contact {
    padding: 20px 10px 10px;
    margin-top: 20px;
  }

  .corp-flow .corp-flow-contact h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .corp-flow .corp-flow-contact h3 span.circle {
    font-size: 2.5rem;
  }

  .corp-flow .corp-flow-contact h3 span.circle::before {
    top: -20px;
    left: 20%;
  }

  .corp-flow .corp-flow-contact a.corp-contact-mail {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 2rem;
  }

  .corp-flow .corp-flow-contact a.corp-contact-mail span:last-of-type {
    font-size: 1.3rem;
    margin-top: 0;
  }

  .corp-flow .corp-flow-contact .corp-contact-tels .flex a:first-of-type {
    border-right: none;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: center;
  }

  .corp-flow .corp-flow-contact a.corp-contact-tel {
    font-size: 2.5rem;
    height: auto;
  }

  .corp-flow .corp-flow-contact a.corp-contact-tel span.material-icons {
    font-size: 2rem;
    vertical-align: baseline;
  }

  .corp-flow .corp-flow-contact .corp-contact-tels .flex a:last-of-type {
    padding: 15px 0 0;
    width: 100%;
    text-align: center;
  }

  .corp-flow .corp-flow-contact .corp-contact-tels>p {
    font-size: 1.3rem;
  }

  .corp-contact {
    padding: 70px 0 30px;
  }

  .corp-contact h2 {
    font-size: 2.5rem;
  }

  .corp-contact .container>p.bold {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .corp-contact .corp-contact-inner h3 {
    font-size: 1.6rem;
    padding: 10px;
  }

  .corp-contact .corp-contact-inner p {
    margin: 10px 10px 10px;
  }

  .corp-contact .corp-contact-inner a.btn-black {
    margin: 0 auto 10px;
    width: 95%;
  }

  .corp-contact .corp-contact-inner a.corp-contact-tel {
    padding: 0 10px 10px;
  }

  .aboutus-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    width: auto;
  }

  .aboutus-intro p.txt {
    width: 100%;
    margin-bottom: 10px;
  }

  .aboutus-intro p.img {
    width: 80%;
    position: static;
    margin: 0 auto;
  }

  .aboutus-intro {
    margin-bottom: 30px;
  }

  .aboutus-spec h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .aboutus-spec table th {
    display: block;
    width: 100%;
    padding: 10px 20px;
  }

  .aboutus-spec table td {
    display: block;
    width: 100%;
    padding: 20px;
  }

  .aboutus-spec .flex p {
    width: 50%;
  }

  .aboutus-area .container {
    padding-top: 30px;
  }

  .aboutus-area h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .aboutus-intro h2 span {
    font-size: 3.1rem;
  }

  .aboutus-area .container>p.bold {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.25;
  }

  .aboutus-area .flex p {
    margin-bottom: 10px;
  }

  .aboutus-area {
    margin-bottom: 30px;
  }

  .form-contact {
    padding: 20px 10px 10px;
    margin-top: 20px;
  }

  .form-contact h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .form-contact h3 span.circle {
    font-size: 2.5rem;
  }

  .form-contact h3 span.circle::before {
    top: -20px;
    left: 20%;
  }

  .form-contact .form-contact-tels.flex a:first-of-type {
    border-right: none;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: center;
  }

  .form-contact a.form-contact-tel {
    font-size: 2.5rem;
    height: auto;
  }

  .form-contact a.form-contact-tel span.material-icons {
    font-size: 2rem;
    vertical-align: baseline;
  }

  .form-contact .form-contact-tels.flex a:last-of-type {
    padding: 15px 0 0;
    width: 100%;
    text-align: center;
  }

  .form-contact .form-contact-tels>p {
    font-size: 1.3rem;
  }

  .form-contact {
    margin-bottom: 20px;
  }

  .form .container>p.txt {
    margin: 0 auto 20px;
  }

  .form .form-switching p.img {
    width: 40%;
    margin: 0 0 10px 0;
  }

  .form .form-switching p.txt {
    font-size: 2rem;
  }

  .form form h3 {
    width: 100%;
  }

  nav.drawer-nav a.btn-white {
    padding: 10px;
  }

  nav.drawer-nav a.btn-white:last-of-type {
    font-size: 1.6rem;
  }

  nav.drawer-nav a.btn-white:last-of-type span.material-icons {
    font-size: 2rem;
  }



  /* ============================================================================================
   プライバシーポリシー
  ============================================================================================= */
  .privacy h2 {
    line-height: 1.25;
    font-size: 1.8rem;
  }

  /* ============================================================================================
   フォーム
  ============================================================================================= */
  .form {
    padding: 20px 0;
    margin-bottom: 50px;
  }

  .form h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    display: block;
  }

  .form .flex>a.btn-tel {
    font-size: 3.6rem;
  }

  .form .flex>a.btn-tel i {
    font-size: 3rem;
    vertical-align: baseline;
  }

  .form table {
    border-top: none;
    margin-bottom: 40px;
  }

  .form table tr {
    margin-bottom: 10px;
  }

  .form table th {
    display: block;
    border-bottom: none;
    padding: 10px;
    width: 100%;
  }

  .form table td {
    display: block;
    border-bottom: none;
    padding: 5px 0 5px;
    width: 100%;
    margin-bottom: 15px;
  }

  .form input[name="submitConfirm"],
  .form input[name="submit"] {
    width: 100%;
    padding: 25px;
  }

  .form .mw_wp_form_preview input[name="submitBack"] {
    padding: 3% 10%;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .form .complete .btn {
    width: 100%;
  }

  /* ============================================================================================
   新着情報
  ============================================================================================= */
  .news-archive {
    padding-bottom: 10px;
  }

  .news-archive .news-archive-list {
    width: 100%;
  }

  .news-archive .news-archive-list h2 {
    font-size: 3rem;
    margin-bottom: 30px;
  }

  .news-archive .archive-contents a.thumb {
    display: none;
  }

  .news-archive .archive-contents .news-archive-txt {
    width: 100%;
  }

  .news-archive .archive-contents .news-archive-txt a.news-title {
    font-size: 1.8rem;
    line-height: 1.25;
  }

  .news-archive .sidebar {
    width: 100%;
    margin-bottom: 60px;
  }

  .news-detail h2 {
    font-size: 2.5rem;
  }

  #case_detail h2 {
    line-height: 1.25;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  #case_detail .main_photo {
    width: 100%;
  }

  #case_detail .case_data {
    width: 100%;
  }

  #case_detail .repair_data h4 {
    width: 100%;
  }

  #case_detail .voice_comment h4,
  #case_detail .shop_comment h4 {
    width: 100%;
  }

  /* ============================================================================================
   施工事例
  ============================================================================================= */
  .case-intro {
    padding: 0 0 50px;
  }

  .case-intro-inner .container h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .case-intro-inner .container h2 span {
    font-size: 4rem;
  }

  .case-intro-inner:first-of-type {
    padding-bottom: 180px;
  }

  .case-filter .container {
    padding: 30px 0px;
  }

  .case-filter h2 {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .case-filter h2+p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .case-filter .case-filter-category a.btn {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .case-filter .case-filter-maker .flex {
    justify-content: flex-start;
  }

  .case-filter .case-filter-maker .top-case-maker {
    width: 21%;
  }

  .case-archive h2 {
    font-size: 2.5rem;
  }

  .case-archive h2.big-en::before {
    left: 12%;
    top: -110%;
  }

  .case-archive {
    padding: 0;
  }

  .case-archive .container {
    padding-left: 0;
    padding-right: 0;
  }

  .case-archive-list>li {
    margin: 0 auto 20px;
    max-width: 478px;
    width: 47%;
  }

  .case-archive-list>li:nth-child(4n) {
    margin-right: auto;
  }

  .case-archive .default-btn a {
    width: 100%;
  }

  .case-block h2 {
    line-height: 1.25;
  }

  .case-block {
    padding: 0;
  }

  .case-block .btn {
    margin-top: 0;
    width: 100%;
    margin-bottom: 40px;
  }

  /* case detail
  ----------------------------------------------- */
  .case-detail .container {
    padding-left: 0;
    padding-right: 0;
  }

  .case-detail .case-detail__photo {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }

  .case-detail .case-detail__meta {
    float: left;
    width: 100%;
  }

  .case-detail .case-detail__meta table th {
    width: 30%;
  }

  .case-detail .case-detail__meta table td {
    padding: 10px;
  }

  .case-detail .case-detail__contents {
    margin-top: 20px;
    padding: 15px;
  }

  .case-detail .maker {
    width: 100%;
    margin-bottom: 30px;
  }

  .case-detail nav {
    display: block;
  }

  .case-detail nav .prev {
    margin-bottom: 10px;
    width: 100%;
  }

  .case-detail nav .btn {
    width: 100%;
  }

  .case-detail {
    padding: 0;
  }

  /* iOS電話番号対策 */
  footer .tel-number a {
    color: #e60020;
    text-decoration: none;
  }


  /* ============================================================================================
 ビジュアルエディタ装飾
============================================================================================= */
  #case_detail .case-detail-wysiwyg h1 {
    line-height: 1.25;
    padding: 4%;
  }

  #case_detail .case-detail-wysiwyg h2,
  #case_detail .case-detail-wysiwyg h2 {
    line-height: 1.25;
    padding: 4%;
  }

  #case_detail .case-detail-wysiwyg h4 {
    line-height: 1.25;
    padding: 1% 3%;
  }

  /* pager
----------------------------------------------- */
  .pager .wp-pagenavi a,
  .pager .wp-pagenavi span {
    font-size: 1.6rem;
    color: #333;
    margin: 0 10px 10px;
    height: auto;
    width: auto;
    display: inline-block;
  }

  .pager .wp-pagenavi .pages {
    display: block;
  }

  .repair-system h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .repair-system h2 span {
    font-size: 3.1rem;
  }

  .repair-system {
    padding: 20px 0;
  }

  .repair-system>.container .flex>p:first-of-type {
    width: 100%;
  }

  .repair-system>.container .flex>p:last-of-type {
    width: 100%;
  }

  .repair-shinku .flex:first-of-type .repair-shinku-txt {
    padding: 20px 20px 50px 0;
  }

  .repair-shinku .flex:first-of-type .repair-shinku-img {
    margin-top: -30px;
  }

  .repair-shinku .flex:nth-of-type(2) .repair-shinku-txt {
    padding: 20px 0 20px 20px;
  }

  .repair-shinku>.flex:nth-of-type(2) {
    margin-bottom: 0;
  }

  .repair-highquality {
    padding: 40px 0;
  }

  .repair-highquality h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .others-carfilm .others__menu__cross .flex:first-of-type .others__menu__txt {
    margin-top: 0px;
  }

  .others__menu__cross2 .flex:last-of-type .others__menu__txt {
    margin-top: 0;
  }

  .others-carfilm .others__menu__cross2 {
    padding-bottom: 20px;
  }

  .aboutus-trouble .aboutus-trouble-txt {
    padding: 30px 10px 40px 0;
  }

  .aboutus-trouble .aboutus-trouble-txt h3 {
    font-size: 2.5rem;
  }

  .repair-merit .exchange p.icon {
    text-align: center;
  }

  .repair-shinku .repair-shinku-txt h3 {
    font-size: 2.5rem;
  }

  .followcontact .container {
    max-width: 100%;
  }


}


/* ------------------------------------------------------------------------------------
　545px以下
------------------------------------------------------------------------------------- */
@media screen and (max-width: 545px) {
  footer {
    margin-bottom: 80px;
  }
}

/* ------------------------------------------------------------------------------------
　414px以下
------------------------------------------------------------------------------------- */
@media screen and (max-width: 414px) {
  .top-insurance-inner {
    padding: 30px 15px;
  }

  .top-case .top-case-maker {
    width: 20%;
  }

  .footer-area h2.big-en::before {
    left: 11%;
  }

  .footer-support .footer-support-box figure {
    width: 100%;
  }

  .case-filter .case-filter-maker .top-case-maker {
    width: 20%;
  }
}


/* ------------------------------------------------------------------------------------
　390px以下
------------------------------------------------------------------------------------- */
@media screen and (max-width: 390px) {
  .drawer--right.drawer-open .drawer-hamburger {
    right: 320px;
    /* ここの幅変える場合↓もセットで */
  }

  .drawer-nav {
    width: 320px;
  }

  .drawer--right .drawer-nav {
    right: -320px;
  }

  .top-partner {
    padding-bottom: 240px;
  }

  .top-dealer {
    margin-bottom: 280px;
  }

  .top-solution h2 {
    font-size: 2.3rem;
  }

  .top-service h2.big-en::before {
    left: 12%;
    font-size: 4rem;
    top: -11%;
  }

  .top-insurance-inner p:last-of-type {
    font-size: 1.2rem;
  }

  .followcontact a.followcontact-mail span:last-of-type {
    font-size: 1rem;
  }
}


/* ------------------------------------------------------------------------------------
　376px以下
------------------------------------------------------------------------------------- */
@media screen and (max-width: 376px) {
  #sp-nav {
    width: 13%;
  }

  .drawer-nav .common-contact-tel img {
    width: 23%;
    height: 70px;
  }

  .drawer-nav .common-contact-no {
    font-size: 3.2rem;
  }

  .top-feature .top-feature-box figure {
    width: 80%;
  }

  .top-insurance-inner h2 {
    font-size: 2.4rem;
    line-height: 1.25;
  }

  .top-insurance-inner p:last-of-type {
    font-size: 1.1rem;
  }

  .footer-contact p {
    font-size: 1.4rem;
  }

  .form h2 {
    font-size: 2.2rem;
  }

  .form .flex>a.btn-tel {
    font-size: 3rem;
  }

  footer {
    margin-bottom: 99px;
  }

}

/* ------------------------------------------------------------------------------------
　360px以下
------------------------------------------------------------------------------------- */
@media screen and (max-width: 360px) {
  .top-partner {
    padding-bottom: 200px;
  }

  .top-worry h2 {
    font-size: 2.3rem;
    margin-bottom: 30px;
  }

  .top-insurance-inner h2 {
    font-size: 2.3rem;
  }

  .top-case h2.big-en::before {
    left: 17%;
  }

  .footer-contact h2.big-en::before {
    left: 9%;
  }
}

/* ------------------------------------------------------------------------------------
　リキャプチャ
------------------------------------------------------------------------------------- */
.grecaptcha-badge {
  bottom: 130px !important;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: calc(10vw + 80px) !important;
    z-index: 1000;
  }
}

@media screen and (max-width: 545px) {
  .pagetop {
    bottom: 82px;
  }

  .grecaptcha-badge {
    bottom: 140px !important;
    z-index: 1000;
  }
}


/*会社概要ページの動的マップ*/
.aboutus-area .flex {
  display: grid;
  grid-template-columns: 48% auto;
  gap: 20px 10px;
  justify-content: space-evenly;
}

.aboutus-area .footer-contents-map {
  width: 100%;
  max-width: 800px;
  min-width: 500px;
  margin: 0 auto;
  aspect-ratio: 497 / 282;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e7f2fd;
  position: relative;
  overflow: hidden;
}

.aboutus-area .footer-contents-map p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .aboutus-area .flex {
    grid-template-columns: 100%;
  }
}

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

  .aboutus-area .footer-contents-map {
    min-width: inherit;
  }

  .aboutus-area .flex p {
    width: 100%;
  }
}