/*
Theme Name: 電気LP(分電盤ベース)
Author: 株式会社GRACE ビジネスコンサルティング事業部
Author URI: https://gr1.jp/
Description: This theme is created by GRACE,Inc.
Version: 1.0
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body {
  color: #333;
  background-color: var(--background-color);
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  padding-bottom: 100px;
}

a {
  color: #333;
  display: inline-block;
}

a:hover {
  opacity: .8;
}

h5 {
  text-align: center;
  color: #008FB9;
  margin-bottom: 10px;
}

img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

form {
  margin-bottom: 100px;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.sponly {
  display: block;
}

.pconly {
  display: none;
}

.head_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
}

.header__home-link {
  width: 240px;
  display: flex;
  align-items: center;
}

.header__logo {
  aspect-ratio: 1/1;
  width: 48px
}

.header__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__title-description {
  display: block;
  background: #2E305A;
  color: #FFE245;
  padding: .4em 2.5em .3em;
  border-radius: 1000px;
  font-size: 8px;
  white-space: nowrap;
}

.header__title-name {
  display: block;
  color: #2E305A;
  font-size: 20px;
  margin-top: .2em;
  font-weight: 700;
  white-space: nowrap;
  transform: scaleX(.9);
}

.header_cont.sponly {
  display: flex;
  align-items: center;
}

.grobal_menu {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  height: 0vh;
  width: 100%;
  background-color: rgba(255, 255, 255, .95);
  z-index: 6;
  padding: 0px 0%;
  transition: .3s;
}

input[type="checkbox"]#hummenu:checked~.grobal_menu {
  height: 100vh;
  padding: 50px 3%;
}

.grobal_menu a {
  font-weight: 700;
  border-bottom: solid 2px #ddd;
  padding: 10px 3%;
  color: var(--main-color);
  font-size: 14px;
  display: flex;
  align-items: center;
}

.grobal_menu a ion-icon {
  font-size: 20px;
  margin-right: 10px;
}

.grobal_menu .cta_area {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
}

.grobal_menu .cta_area a {
  width: 100%;
}

.header_cont.sponly a.telbtn,
.header_cont.sponly label {
  font-size: 25px;
  display: flex;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.header_cont.sponly a.telbtn {
  border: solid 2px var(--main-color);
  color: var(--main-color);
  border-radius: 5px;
}

.header_cont.sponly label {
  background-color: var(--main-color);
  color: #fff;
  position: relative;
  z-index: 7;
}

.head_count {
  width: 100%;
  background: var(--accent-color);
  color: #fff;
  padding: 5px;
  font-size: 12px;
  text-align: center;
}

.head_count b {
  font-size: 18px;
  margin: 0 3px;
  transform: skewX(-7deg);
  display: inline-block;
}

.head_count text {
  font-size: 10px;
}






#mv {
  background-size: cover;
  background-position: center;
  padding: 30px 3% 0;
}

.cta_catch {
  margin-top: 20px;
}

.cta_catch1 {
  background-image: url(images/thunder.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #008FB9;
  font-weight: 900;
  line-height: 40px;
  -webkit-text-stroke: 0.2em #fff;
  paint-order: stroke;
}

.cta_catch1 span {
  font-size: 42px;
  color: var(--main-color);
}

.cta_catch1 text {
  font-size: 36px;
}

.cta_area {
  background-color: #48CCF2;
}

.cta_area ul,
.cta_area a {
  width: 94%;
  margin: 0 auto;
}

.cta_area ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 0;
}

.cta_area ul:before {
  content: "&";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 900;
  z-index: 1;
  font-size: 38px;
  -webkit-text-stroke: var(--main-color) 0.2em;
  paint-order: stroke;
}

.cta_area ul li {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #FFE245;
  font-size: 24px;
  position: relative;
  background-color: var(--main-color);
  padding: 12px 0;
  transform: skewX(-5deg);
}

.cta_area ul li img {
  height: 25px;
  width: auto;
  margin-right: 5px;
}

.cta_area ul li span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
}

.cta_area a {
  background: linear-gradient(170deg, var(--grad1-color), var(--grad2-color));
  color: #fff;
  padding: 15px 0;
  text-align: center;
  display: block;
  font-size: 38px;
  font-weight: 900;
  border-radius: 20px;
  border: solid 3px #fff;
  box-shadow: #fff 0px 5px 0px;
}

.cta_area a ion-icon {
  font-size: 30px;
}

.cta_area a span {
  display: block;
  font-weight: 900;
  color: #FFE245;
  font-size: 17px;
}

.cta_area a p {
  width: 85%;
  text-align: center;
  font-size: 12px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10000px;
  padding: 7px 0;
  color: var(--grad2-color);
}

.cta_area a b {
  padding: 5px 0;
  display: inline-block;
}

h4.hojokin {
  margin: 13px 0 0;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.payment,
#client {
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
}

#client h3 {
  font-size: 28px;
  padding: 5px 0;
}

#client h5 {
  text-decoration: underline;
}

.payment img,
#client img {
  width: 80%;
}



#ihan {
  background: url(images/danger.png) center / 80% no-repeat, linear-gradient(180deg, #FFEB00, #EBD900);
  padding: 50px 0;
  text-align: center;
  position: relative;
}

#ihan:before,
#ihan:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: #000;
  left: 0;
  background-size: contain;
}

#ihan:before {
  background-image: url(images/ihan1.png);
  top: 0;
}

#ihan:after {
  background-image: url(images/ihan2.png);
  bottom: 0;
}

#ihan b,
#ihan h2,
#ihan p {
  font-weight: 900;
}

#ihan b {
  font-size: 20px;
}

#ihan h2 {
  font-size: 44px;
  -webkit-text-stroke: 0.15em #000;
  paint-order: stroke;
  padding: 10px 0;
  color: #fff;
}

#ihan p {
  line-height: 22px;
}

#ihan p span {
  color: var(--accent-color);
  font-size: 18px;
}



.workarea {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #48CCF2;
  padding: 30px 6% 50px;
  color: #fff;
}

.workarea h3 {
  text-align: center;
}

.workarea b {
  display: block;
  width: max-content;
  max-width: 100%;
  border-radius: 10000px;
  background-color: #fff;
  padding: 10px 20px;
  color: #000;
  margin: 20px auto;
  font-size: 10px;
}

.workarea b span {
  font-size: 14px;
  margin: 0 2px;
  vertical-align: text-top;
}

.workarea b ion-icon {
  font-size: 16px;
  color: var(--accent-color);
  vertical-align: middle;
}

.workarea p {
  font-size: 12px;
  line-height: 18px;
  width: max-content;
  max-width: 100%;
  text-shadow: rgba(0, 0, 0, .25) 0px 2px 10px;
  font-weight: 600;
  margin: auto;
}

#caselist {
  padding: 0 0 30px;
}

.list_ttl {
  background-color: var(--main-color);
  text-align: center;
  font-size: 28px;
  color: #F0DD00;
  line-height: 1;
  display: block;
  padding: 15px 0;
  margin: -20px auto 20px;
  width: 94%;
  transform: skewX(-7deg);
}

.list_ttl span {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

#caselist h4,
#pickup h4 {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  color: var(--main-color);
  line-height: 30px;
}

#caselist h6 {
  background-color: var(--main-color);
  text-align: center;
  width: 150px;
  color: #fff;
  font-size: 16px;
  padding: 7px;
  margin: 0 auto 25px;
  letter-spacing: 2px;
  border-radius: 10000px;
  position: relative;
}

#caselist h6 ion-icon {
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: calc(50% - 10px);
}

#caselist ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #ddd;
}

#caselist ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

#caselist ul li img {
  width: 33.33%;
}

#caselist ul li .caselist_cont {
  width: 62%;
}

#caselist ul li .caselist_cont h2 {
  font-size: 16px;
  font-weight: 800;
  position: relative;
}

#caselist ul li .caselist_cont h2 img {
  position: absolute;
  top: -25px;
  left: -50px;
  width: 50px;
}

#caselist ul li .caselist_cont h2:before {
  content: "";
}

#caselist ul li .caselist_cont b {
  font-weight: 800;
  display: flex;
  align-items: flex-end;
  font-size: 22px;
}

#caselist ul li .caselist_cont b text {
  font-size: 50px;
  color: var(--accent-color);
  font-weight: 900;
}

#caselist ul li .caselist_cont b span {
  margin-bottom: 7px;
  color: var(--main-color);
}

#caselist ul li .caselist_cont b span text {
  font-size: 10px;
  color: #000;
}

.caselist_box {
  padding: 20px 6%;
}

.caselist_box.odd {
  background-color: #F4FCFF;
}




#trouble {
  background-color: #000;
  color: #fff;
}

.trouble_ttl {
  background-image: url(images/troublettlbk.jpg);
  background-clip: text;
  /*画像を切り抜く指定*/
  -webkit-background-clip: text;
  /*画像の位置を決める　ベンダープレフィックスもいれておきます*/
  color: transparent;
  /*テキスト透過*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*画像の位置を決める*/
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  line-height: 40px;
  transform: rotate(-5deg);
  margin-bottom: 20px;
}

.trouble_list {
  padding: 40px 6% 20px;
  background-image: url(images/troublebk.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
}

.trouble_list p span {
  display: flex;
  font-weight: 700;
  align-items: center;
  margin-bottom: 5px;
}

.trouble_list p span ion-icon {
  margin-right: 5px;
  color: #EFDC00;
  font-size: 30px;
}

.trouble_catch {
  position: relative;
  overflow: hidden;
}

.trouble_catch:after {
  content: "";
  width: 100%;
  height: 40px;
  border-style: solid;
  border-width: 40px 50vw 0 50vw;
  border-color: rgba(0, 0, 0) transparent #000 transparent;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.trouble_catch b {
  position: absolute;
  top: 50%;
  left: calc(50% + 60px);
  transform: translate(-50%, -50%);
  font-size: 24px;
  display: block;
  width: 100%;
  font-weight: 900;
  padding: 0 6%;
  line-height: 38px;
  text-indent: -60px;
  text-shadow: #000 0px 0px 10px;
}

.trouble_catch b span {
  font-size: 36px;
}



#stop {
  background-color: #FFEC00;
}

#stop img {
  max-width: 50%;
  margin: -60px auto 0;
  display: block;
  position: relative;
  z-index: 1;
}

#stop b {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  display: block;
  line-height: 34px;
  margin-top: -48px;
  position: relative;
  z-index: 2;
  -webkit-text-stroke: 0.2em #fff;
  paint-order: stroke;
}

#stop b span {
  display: block;
  font-size: 32px;
}

#stop p {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  color: #013746;
  padding: 20px 0 35px;
  position: relative;
}

#stop p:after {
  content: "";
  width: 100%;
  height: 40px;
  border-style: solid;
  border-width: 40px 50vw 0 50vw;
  border-color: rgba(0, 0, 0, 0) #48CCF2 transparent #48CCF2;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}



#pickup {
  padding: 50px 0;
  background: linear-gradient(180deg, #48ccf2 0px, #48ccf2 50px, #fff 50px);
}

.pickuplist_box {
  width: 88%;
  margin: 20px auto 0;
}

.pickuplist_box ul li {
  border: solid 2px #2E305A;
  border-radius: 20px;
  padding: 20px;
  box-shadow: #2E305A 0px 8px 0px;
  margin-bottom: 20px;
}

.pickuplist_box ul li h3 {
  display: block;
  text-align: center;
  font-size: 18px;
}

.pickuplist_box ul li h3 span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #2c0ba1;
}

.pickuplist_box ul li img {
  margin: 15px 0;
  max-height: 120px;
  object-fit: cover;
  border-radius: 15px;
}

.pickuplist_cont h2,
.pickuplist_cont b {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.pickuplist_cont h2 {
  margin-bottom: 10px;
}

.pickuplist_cont h2 p,
.pickuplist_cont b p {
  display: inline-block;
  background-color: #2E305A;
  color: #fff;
  font-size: 10px;
  width: 60px;
  text-align: center;
  padding: 5px;
  margin-right: 10px;
}

.pickuplist_cont b text {
  font-size: 38px;
  color: var(--accent-color);
  font-weight: 900;
}

.pickuplist_cont b span {
  margin-bottom: 7px;
  color: var(--main-color);
}

.pickuplist_cont b span text {
  font-size: 10px;
  color: #000;
}



#mean {
  background-image: url(images/meanbk-sp.jpg);
  background-size: cover;
  background-position: top;
  padding: 40px 0;
}

.list_ttl2 {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
  font-size: 14px;
}

.list_ttl2 span {
  display: block;
  font-size: 36px;
  font-weight: 900;
  margin-top: 5px;
  color: #00A1D0;
}

#mean ul {
  width: 94%;
  margin: 0 auto;
}

#mean ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}

#mean ul li:nth-child(even) {
  flex-direction: row-reverse;
}

#mean ul li img {
  width: 100px;
  margin: 0 3%;
}

#mean ul li p {
  width: auto;
  font-size: 24px;
  line-height: 32px;
  word-break: keep-all;
  font-weight: 900;
  color: #fff;
  transform: rotate(5deg);
  text-align: center;
}

#mean ul li:nth-child(even) p {
  transform: rotate(-5deg);
}

#mean ul li p span {
  color: #FFCE00;
  font-size: 120%;
}


#hikaku {
  background-color: #48CCF2;
}

#hikaku .inner {
  padding: 0 3%;
}

#hikaku h6 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 32px;
}

#hikaku h6 span {
  font-size: 120%;
  font-weight: 900;
}

#hikaku img {
  margin-bottom: 30px;
}


#voice,
#qa {
  background-color: #48CCF2;
  padding: 30px 3%;
}

.list_ttl3 {
  display: block;
  background-color: #2E305A;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
}

.list_ttl3 span {
  display: block;
  font-size: 30px;
  font-weight: 900;
  margin-top: 5px;
  color: #fff;
}

#voice ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}

#voice ul li img {
  width: 100px;
  height: 100px;
  border-radius: 15px;
}

#voice ul li p {
  width: calc(100% - 110px);
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}

#voice ul li p b {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}


#qa .qa_list label {
  display: block;
  border: solid 2px #2E305A;
  border-radius: 15px;
  padding: 20px;
  box-shadow: #2E305A 0px 8px 0px;
  background-color: #fff;
  margin-bottom: 15px;
}

#qa .qa_list label b,
#qa .qa_list label p {
  display: block;
  width: 100%;
  font-weight: 700;
}

#qa .qa_list label b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#qa .qa_list label p {
  display: none;
  border-top: solid 2px #2C4077;
  padding-top: 10px;
  margin-top: 10px;
  line-height: 18px;
  line-height: 22px;
  align-items: flex-start;
  justify-content: space-between;
}

#qa .qa_list label b ion-icon.on {
  display: block;
}

#qa .qa_list label b ion-icon.off {
  display: none;
}

#qa .qa_list label input[type="checkbox"]:checked+b ion-icon.on {
  display: none;
}

#qa .qa_list label input[type="checkbox"]:checked+b ion-icon.off {
  display: block;
}

#qa .qa_list label input[type="checkbox"]:checked~p {
  display: flex;
}

#qa .qa_list label b:before,
#qa .qa_list label p:before,
#qa .qa_list label b ion-icon {
  width: 20px;
  height: 20px;
  display: block;
  font-size: 20px;
}

#qa .qa_list label b:before {
  content: "Q.";
  color: #48CCF2;
}

#qa .qa_list label p:before {
  content: "A.";
  color: #E13400;
}

#qa .qa_list label b text {
  width: calc(100% - 55px);
}

#qa .qa_list label p text {
  width: calc(100% - 25px);
}

footer {
  background-color: var(--main-color);
  padding: 30px 3%;
}

.copy {
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #2E305A;
  padding: 10px 0;
}

footer .cta_area a {
  position: fixed;
  bottom: 10px;
  left: 1%;
  width: 98%;
  z-index: 5;
  font-size: 24px;
  font-weight: 900;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
}

.footer__home-link {
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 3px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__logo {
  aspect-ratio: 1 / 1;
  width: 15vw;
  min-width: 40px;
}

.footer__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__title-description {
  font-size: 3.2vw;
  font-weight: 700;
  display: block;
  background: #2E305A;
  color: #FFE245;
  padding: .3em 2.3em .4em;
  border-radius: 1000px;
  white-space: nowrap;
}

.footer__title-name {
  display: block;
  color: #2E305A;
  font-size: 7vw;
  margin-top: .2em;
  font-weight: 800;
  white-space: nowrap;
  transform: scaleX(.95);
}

.footer_links a {
  display: flex;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 5px;
  border-bottom: solid 1px #b5b5b5;
  align-items: center;
}

.footer_links a ion-icon {
  font-size: 18px;
  margin-right: 10px;
}

@media screen and (min-width:769px) {
  .pconly {
    display: block;
  }

  .sponly,
  .header_cont.sponly label {
    display: none;
  }

  body {
    padding-bottom: 0;
  }

  .inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .head_wrap {
    max-width: 1100px;
    padding: 15px 3%;
    margin: 0 auto;
  }

  header {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
  }

  .header__home-link {
    width: 300px;
  }

  .header__title-description {
    font-size: 12px;
  }

  .header__title-name {
    margin-top: .15em;
    font-size: 26px
  }


  .head_count {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
  }

  .head_count b {
    font-size: 24px;
  }

  .head_count text {
    font-size: 14px;
  }

  .header_cont.sponly {
    width: calc(100% - 300px);
  }

  .header_cont.sponly a.telbtn {
    display: none;
  }

  .grobal_menu {
    overflow: hidden;
    position: inherit;
    top: inherit;
    right: inherit;
    height: auto;
    width: auto;
    background-color: rgba(255, 255, 255, 0);
    z-index: auto;
    padding: 0 0 0 30px;
    transition: inherit;
    width: 100%;
    display: flex;
    flex-wrap: wrap
  }

  .grobal_menu a {
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    color: #2e2f5a;
    font-size: 14px;
    padding: 0px 0;
    margin-right: 20px;
    border-bottom: none;
    margin-bottom: 5px;
    width: auto;
    box-sizing: border-box;
    justify-content: left;
  }

  .grobal_menu a ion-icon {
    margin-right: 5px;
  }

  .grobal_menu .cta_area {
    display: none;
  }

  .cta_catch1 {
    font-size: 40px;
    line-height: 64px;
    -webkit-text-stroke-width: 0.15em #fff;
  }

  .cta_catch1 span {
    font-size: 72px;
  }

  .cta_catch1 text {
    font-size: 60px;
  }

  .cta_area ul {
    max-width: 1000px;
    margin: 0 auto 30px;
  }

  .cta_area ul li img {
    height: 50px;
    margin-right: 15px;
  }

  .cta_area ul li {
    font-size: 50px;
    padding: 20px 0;
  }

  .cta_area ul li span {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
  }

  .cta_area ul:before {
    font-size: 100px;
  }

  .cta_area a {
    padding: 20px 0;
    font-size: 70px;
    max-width: 700px;
    border: solid 5px #fff;
    box-shadow: #ffffff 0px 10px 0px;
    border-radius: 40px;
  }

  .cta_area a ion-icon {
    font-size: 50px;
  }

  .cta_area a span {
    font-size: 32px;
  }

  .cta_area a p {
    width: 90%;
    font-size: 22px;
  }

  h4.hojokin {
    margin: 20px 0 0;
    padding-bottom: 20px;
    font-size: 24px;
  }

  .payment,
  #client {
    padding: 50px 0;
  }

  h5 {
    font-size: 22px;
  }

  #mv img {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }

  .payment img,
  #client img {
    width: 80%;
    max-width: 550px;
  }

  #ihan {
    padding: 15vh 0;
  }

  #ihan b {
    font-size: 36px;
  }

  #ihan h2 {
    font-size: 76px;
    padding: 20px 0;
  }

  #ihan p {
    line-height: 32px;
    font-size: 26px;
  }

  #ihan p span {
    font-size: 30px;
  }

  #ihan:before,
  #ihan:after {
    height: 40px;
  }

  #ihan h2 {
    font-size: 120px;
    padding: 20px 0;
  }

  #client h3 {
    font-size: 38px;
    padding: 15px 0;
  }

  .workarea {
    background-position: right 10% bottom -50px;
    padding: 70px 6% 100px;
  }

  .workarea h3 {
    font-size: 38px;
  }

  .workarea b {
    display: flex;
    padding: 15px 20px;
    color: #000;
    margin: 50px auto 30px;
    width: 350px;
    font-size: 18px;
    align-items: center;
    justify-content: center;
  }

  .workarea b span {
    font-size: 24px;
    margin: 0 2px;
  }

  .workarea b ion-icon {
    font-size: 30px;
    color: var(--accent-color);
  }

  .workarea p {
    font-size: 16px;
    line-height: 30px;
  }

  .list_ttl {
    font-size: 50px;
    padding: 30px 0;
    margin: -20px auto 20px;
    width: 100%;
    max-width: 1000px;
  }

  .list_ttl span {
    font-size: 28px;
    margin-bottom: 8px;
  }

  #caselist h4,
  #pickup h4 {
    font-size: 32px;
    line-height: 40px;
  }

  #caselist h6 {
    width: 200px;
    font-size: 24px;
    padding: 10px 0;
    margin: 0 auto 25px;
    letter-spacing: 5px;
  }

  #caselist h6 ion-icon {
    font-size: 24px;
    position: absolute;
    left: 15px;
    top: calc(50% - 12px);
  }

  #caselist .inner,
  #pickup .inner {
    max-width: 1200px;
  }

  #caselist ul,
  #pickup ul {
    display: flex;
    flex-wrap: wrap;
  }

  #caselist ul li,
  #pickup ul li {
    width: 48%;
    margin: 0 1% 2%;
  }

  #pickup ul li {
    border: solid 4px #2E305A;
    box-shadow: #2E305A 0px 10px 0px;
  }

  #caselist ul li .caselist_cont h2 {
    font-size: 22px;
  }

  #caselist ul li .caselist_cont b text {
    font-size: 70px;
  }

  #caselist ul li .caselist_cont b span {
    font-size: 36px;
    margin-bottom: 13px;
  }

  #caselist ul li .caselist_cont b span text {
    font-size: 13px;
  }

  #caselist ul li .caselist_cont h2 img {
    top: -60px;
    left: -90px;
    width: 90px;
  }

  .pickuplist_box ul li h3 {
    font-size: 22px;
    font-weight: 900;
  }

  .pickuplist_box ul li img {
    max-height: 180px;
  }

  .pickuplist_box ul li h3 span {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .pickuplist_cont h2,
  .pickuplist_cont b {
    font-size: 26px;
  }

  .pickuplist_cont h2 p,
  .pickuplist_cont b p {
    font-size: 16px;
    width: 90px;
    padding: 10px 0;
  }

  .pickuplist_cont b text {
    font-size: 70px;
  }

  #trouble .inner {
    max-width: 100%;
  }

  .trouble_ttl {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 50px;
  }

  .trouble_list {
    padding: 70px 6%;
    background-size: 40%;
  }

  .trouble_list p span {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 800;
    display: flex;
    justify-content: center;
  }

  .trouble_list p span ion-icon {
    font-size: 50px;
  }

  .trouble_catch b {
    text-align: center;
    left: 50%;
    font-size: 50px;
    line-height: 65px;
  }

  .trouble_catch img {
    height: 45vh;
    object-fit: cover;
  }

  .trouble_catch b span {
    font-size: 60px;
  }

  #stop img {
    max-width: 320px;
    margin: -40px auto 0;
  }

  #stop b {
    font-size: 60px;
    line-height: 70px;
    -webkit-text-stroke-width: 0.15em;
  }

  #stop b span {
    font-size: 76px;
  }

  #stop p {
    font-size: 40px;
    font-weight: 900;
    padding: 30px 0 80px;
  }

  .list_ttl2 {
    padding: 30px 0;
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 800;
  }

  .list_ttl2 span {
    font-size: 60px;
    margin-top: 10px;
  }

  #mean ul li img {
    width: 250px;
    margin: 0 3%;
  }

  #mean ul li p {
    font-size: 44px;
    line-height: 60px;
  }

  #hikaku h6 {
    margin-bottom: 50px;
    font-size: 34px;
    line-height: 52px;
  }

  #hikaku img {
    margin-bottom: 30px;
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }

  .cta_area {
    padding-top: 50px;
  }

  .list_ttl3 {
    padding: 30px 0;
    font-size: 26px;
    max-width: 100%;
    margin: 0 auto 50px;
  }

  .list_ttl3 span {
    font-size: 50px;
    margin-top: 10px;
  }

  #voice .inner {
    max-width: 700px;
  }

  #voice,
  #qa {
    padding: 0px 0 1px;
  }

  #voice ul li {
    margin-bottom: 30px;
  }

  #voice ul li img {
    width: 130px;
    height: 130px;
    border-radius: 20px;
  }

  #voice ul li p {
    width: calc(100% - 150px);
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }

  #voice ul li p b {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 900;
  }

  #qa .qa_list label b {
    font-size: 22px;
  }

  #qa .qa_list label b:before,
  #qa .qa_list label p:before,
  #qa .qa_list label b ion-icon {
    width: 36px;
    height: 36px;
    font-size: 32px;
  }

  #qa .qa_list label b text {
    width: calc(100% - 100px);
  }

  #qa .qa_list label p text {
    width: calc(100% - 50px);
    font-size: 20px;
    line-height: 28px;
  }

  #qa .qa_list label {
    border-radius: 15px;
    padding: 30px;
  }

  #qa .qa_list label p {
    border-top: solid 3px #2C4077;
    padding-top: 20px;
    margin-top: 20px;
  }

  #mean {
    padding: 80px 0;
  }

  #footer .cta_area {
    padding-top: 0;
  }

  footer .cta_area a {
    bottom: 10px;
    left: inherit;
    right: 10px;
    width: 100%;
    max-width: 380px;
    font-size: 27px;
    padding: 15px 0;
    border: solid 3px #fff;
    border-radius: 20px;
    align-items: center;
    box-shadow: #ffffff 0px 5px 0px;
  }

  footer .cta_area a p {
    width: 90%;
    font-size: 14px;
  }

  footer .cta_area a ion-icon {
    font-size: 30px;
  }

  footer .inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .footer__home-link {
    padding: 20px 25px;
    border-radius: 5px;
    margin-bottom: 0;
  }

  .footer__title-description {
    font-size: 8px;
  }

  .footer__logo {
    width: 40px;
  }

  .footer__title-name {
    font-size: 18px;
  }

  .footer_links {
    width: calc(100% - 350px);
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
  }

  .footer_links a {
    width: 48%;
    margin-right: 2%;
    font-size: 18px;
  }

  .footer_links a ion-icon {
    font-size: 24px;
  }

}