@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:300,400,500,600,700,900&display=swap&subset=japanese");

/*
GLOBAL
***************************************************************************/
html {
  font-size: 62.5%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  background-color: #fff;
  color: #111111;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", serif;
  background: #fff;
}

/*
DEFAULT
***************************************************************************/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
pre,
blockquote,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-wrap: break-word;
  font-feature-settings: "pkna";
  letter-spacing: 0.02rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
  color: #0f3972;
}
h2 {
  font-size: 6.8rem;
  color: #111111;
  margin: 47px auto 42px;
}

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

.clearfix:after {
  display: block;
  clear: both;
  content: "";
  overflow: hidden;
}

iframe {
  border: none;
}

li {
  list-style-type: none;
}

table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

th {
  text-align: left;
  font-weight: normal;
}

/* ▼LINK▼ */
a {
  color: #3f3f3f;
  text-decoration: underline;
  outline: none;
  transition: 0.5s;
  backface-visibility: hidden;
}

a:hover,
input[type="image"]:hover {
  text-decoration: none;
  opacity: 0.75;
}

.no_filter a:hover,
.no_filter input:hover,
a.no_filter:hover,
input.no_filter:hover {
  opacity: 1;
}

/* ▼IMG▼ */
img,
input[type="image"] {
  border: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

img,
input[type="image"],
button {
  transition: 0.5s;
  backface-visibility: hidden;
}
img {
  max-width: 100%;
}
/* ▼▼ */
.btn_01 {
  border-radius: 6px;
  background: rgb(219, 150, 34);
  background: linear-gradient(
    135deg,
    rgba(219, 150, 34, 1) 0%,
    rgba(214, 119, 37, 1) 100%
  );
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0px 5px #111111;
  text-decoration: none;
  padding: 15px 30px;
  display: inline-block;
}
.btn_01 span {
  font-size: 2rem;
}
.brd {
  display: inline;
  border-bottom: 1px solid;
}
ul.list_01 {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 14px;
  text-align: left;
  padding: 40px;
  margin: 40px 0;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

/*

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

.sp {
  display: none;
}
.pc {
  display: inline;
}
#contents {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
header {
  position: relative;
  line-height: 1;
  z-index: 10000;
  width: 100%;
  background-color: #fff;
}
.clone_h {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  transition: 0.3s;
  transform: translateY(-100%);
}
.clone_h.show {
  transform: translateY(0);
}
.h_inner {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header h1 {
  flex: 0 1 455px;
  margin-left: 1.6rem;
  line-height: 1;
  margin-right: auto;
}
header h1 a,
header h1 img {
  width: 100%;
  display: block;
}
.h_gnavi {
  text-align: center;
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px;
  background-color: #022657;
}
.h_gnavi a {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0;
  height: 100%;
  height: 54px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0;
}
.h_tel_ttl {
  position: relative;
  color: #0f3972;
  padding-left: 10px;
  margin-right: 30px;
}
.h_tel {
  font-size: 1.3rem;
  text-align: right;
  line-height: 1.2;
  flex: 0 0 214px;
}
.h_tel span {
  font-size: 3rem;
  font-weight: 900;
}
.h_tel span {
  background: url(../img/icon_tel.png) no-repeat left;
  padding-left: 24px;
}

.h_contact {
  flex: 0 0 180px;
  text-align: center;
  background: linear-gradient(
    135deg,
    rgba(219, 150, 34, 1) 0%,
    rgba(214, 119, 37, 1) 100%
  );
  margin-left: 25px;
}
.h_contact a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  height: 90px;
  padding: 10px;
  border-radius: 0;
  background: url(../img/icon_email.png) no-repeat 50% 25px;
  color: #fff;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.h_menu {
  flex: 0 0 28px;
  position: relative;
  height: 26px;
  display: none;
  margin: 0 15px;
  cursor: pointer;
}
.h_menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0a0a0a;
  position: absolute;
  transition-duration: 0.5s;
}
.h_menu .m_top {
  top: 2px;
}
.h_menu .m_center {
  top: 12px;
}
.h_menu .m_btm {
  bottom: 2px;
}
.h_menu.opened .m_top {
  transform: translateY(10px) rotate(45deg);
}
.h_menu.opened .m_center {
  opacity: 0;
}
.h_menu.opened .m_btm {
  transform: translateY(-10px) rotate(-45deg);
}
.menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #022657;
}
header.show .menu {
  position: fixed;
}

@media screen and (max-width: 950px) {
  .h_gnavi {
    padding: 5px 10px;
  }
  .h_gnavi a {
    font-size: 1.4rem;
  }
  .h_contact {
    margin-left: 10px;
  }
  .h_tel {
    font-size: 1.3rem;
    text-align: right;
    line-height: 1.2;
    flex: 0 0 200px;
  }
  .h_tel span {
    font-size: 2.6rem;
    font-weight: 900;
  }
  .h_tel span {
    background-size: 14px;
    padding-left: 20px;
  }
  .h_tel_ttl {
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .h_gnavi {
    display: none;
  }
  header {
    height: 54px;
  }
  header h1 {
    flex: 0 1 350px;
  }
  .h_menu {
    display: block;
  }
  .menu {
    text-align: center;
  }
  .m_gnavi {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  }
  .m_gnavi a {
    flex: 1 1 50%;
    box-sizing: border-box;
    display: block;
    color: #fff;
    border-top: 1px #c7cfdb solid;
    border-right: 1px #c7cfdb solid;
    font-size: 1.6rem;
    padding: 25px 0;
  }
  .m_gnavi a {
    text-decoration: none;
  }
  .h_tel_ttl,
  .h_tel {
    display: none;
  }
  .h_contact {
    flex: 0 1 30%;
    text-align: center;
    background: linear-gradient(
      135deg,
      rgba(219, 150, 34, 1) 0%,
      rgba(214, 119, 37, 1) 100%
    );
    margin-left: 25px;
  }
  .h_contact a {
    height: 54px;
    width: 100%;
    padding: 0;
    background: url(../img/icon_email.png) no-repeat 10px 50%;
    background-size: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 13%;
    font-size: calc((100vw / 768) * 18);
  }
}

@media screen and (max-width: 480px) {
  .m_gnavi {
    flex-direction: column;
    border-right: none;
  }
  .h_contact {
    margin-left: 10px;
  }
  .h_contact a {
    background: none;
    padding-left: 0;
  }
}

#lead,
#sec01,
#reason,
#about,
#comparison,
#service,
#business,
#voice,
#faq,
#contact {
  width: 100%;
  padding: 120px 0 100px;
}

#comparison h2,
#service h2,
#voice h2,
#faq h2 {
  font-size: 4.5rem;
}
.sttl {
  display: inline-block;
  text-align: center;
  background-color: #2a5896;
  color: #fff;
  border-radius: 33px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  padding: 15px 80px;
  margin: 0 0;
}
.sttl span {
  font-size: 2.2rem;
}
p.demo_txt {
  margin: 40px 0;
  font-size: 2rem;
}
p.demo_btn {
  width: 360px;
  margin: 40px auto 0;
}
#mv {
  position: relative;
  width: 100%;
  height: auto;
  background: url(../img/mv_bg.jpg) no-repeat top;
  background-size: cover;
  padding: 0 0 70px;
  color: #fff;
  font-weight: 900;
}
#mv .innerbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#mv .txt1 {
  padding: 70px 10px 10px;
}
#mv .txt2 {
  padding: 0 10px;
}

#mv .innerbox img {
  width: 100%;
}
#mv .mv_btn {
  position: absolute;
  width: 35%;
  bottom: 10%;
  left: 10%;
}
#mv .mv_btn img {
  width: 100%;
}
#lead {
  max-width: 1200px;
  margin: 0 auto;
}
#lead h1 {
  font-size: 4.5rem;
  line-height: 1;
}
#lead h1 span {
  background: linear-gradient(
    transparent calc(100% - 18px),
    #f0b145 calc(100% - 18px) calc(100% - 8px),
    transparent calc(100% - 8px)
  );
}
#lead .txt1 {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.2;
  font-weight: 500;
  padding-bottom: 60px;
  margin-top: 30px;
}
#lead .txt1 strong {
  font-size: 3rem;
  color: #d67725;
}
#lead .txt2 {
  background-color: #f9fadd;
  color: #0f3972;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: left;
  padding: 40px 70px;
  margin: 80px 0 20px;
}
#lead .txt3 p {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.2;
  font-weight: 500;
  color: #6b7380;
}
#lead .txt2 strong {
  font-family: "Noto Sans JP", sans-serif;
  background: linear-gradient(
    transparent calc(100% - 5px),
    #f0b145 calc(100% - 5px)
  );
  font-weight: 900;
}
#lead .box {
  position: relative;
  margin-top: 50px;
}
#lead h2 {
  display: inline;
  font-size: 2.4rem;
  color: #fff;
  background-color: #0f3972;
  padding: 13px 0;
  z-index: 3;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 470px;
  box-sizing: border-box;
}
#lead h2 span {
  font-size: 2rem;
}
#lead img {
  max-width: 100%;
}
.lead_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  margin-top: -20px;
}
.lead_box .innerbox {
  position: relative;
  flex: 1 0 calc(50% - 110px);
  border: 5px solid #eaeef2;
  padding: 50px;
}
.lead_box .innerbox .img {
  position: absolute;
  z-index: 3;
  bottom: -50px;
}
.lead_box .innerbox:first-of-type .img {
  right: 10px;
}
.lead_box .innerbox:last-of-type .img {
  left: 10px;
}
.lead_box .innerbox ul {
  margin-top: 30px;
}
.lead_box .innerbox:first-of-type ul {
  padding-right: 40px;
}
.lead_box .innerbox:last-of-type ul {
  padding-left: 100px;
}
.lead_box li {
  width: auto;
  font-weight: 500;
  background: url(../img/icon_check.png) no-repeat 0 calc(50% - 5px);
  border-bottom: 2px dotted #bfbfbf;
  text-align: left;
  padding: 15px 0 15px 50px;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

#sec01 {
  position: relative;
  background: url(../img/sec01_bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding-bottom: 0;
}
#sec01 .txt1 {
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
}
#sec01 .txt1 span {
  font-size: 2.4rem;
}
#sec01 .img {
  position: absolute;
  right: -40px;
  bottom: -20px;
}
#sec01 h2 {
  display: inline-block;
  flex-basis: 100%;
  color: #fff;
  border-bottom: 5px solid #f0b145;
}
#sec01 h2 span {
  font-size: 5.6rem;
}

#reason {
  background-color: #eaeef2;
  position: relative;
}
#reason h2 {
  line-height: 90px;
}
#reason h2 span {
  font-size: 4.5rem;
}
#reason h2 strong {
  font-family: Georgia, serif;
  font-size: 16.9rem;
  color: #d67725;
  vertical-align: 25px;
}
#reason .img {
  position: relative;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
#reason .img img {
  position: absolute;
  bottom: calc((100vw / 768) * -15);
  left: 0%;
  width: 20%;
  max-width: 250px;
}
#reason .reason_box {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 150px auto 30px;
}
#reason .reason_box .innerbox {
  background-color: #fff;
  flex: 0 0 23%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.reason_box .num {
  margin-top: -90px;
}
.reason_box h3 {
  color: #d67725;
  font-size: 3rem;
}
.reason_box h3 span {
  font-size: 1.8rem;
}
.reason_box .txt1 {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #0f3972;
  margin: 15px 30px;
}
.reason_box .txt2 {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #0f3972;
  text-align: left;
  color: #fff;
  padding: 24px;
}
.reason_txt {
  font-size: 3rem;
  font-weight: 700;
}
.reason_txt .txt1 {
  position: relative;
  width: 430px;
  height: 70px;
  background: #ffffff;
  text-align: center;
  border: 2px solid #cad3dd;
  color: #1d5198;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  border-radius: 40px;
  line-height: 70px;
  margin: 80px auto 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}
.reason_txt .txt1:after,
.reason_txt .txt1:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}
.reason_txt .txt1:after {
  border-width: 10px;
  margin-left: -10px;
  border-top-color: #fff;
}
.reason_txt .txt1:before {
  border-width: 11px;
  margin-left: -11px;
  margin-top: 1px;
  border-top-color: #cad3dd;
}
.reason_txt .txt2 span {
  font-size: 4rem;
  background: linear-gradient(
    transparent calc(100% - 16px),
    #f0b145 calc(100% - 16px) calc(100% - 8px),
    transparent calc(100% - 8px)
  );
}
.reason_txt .txt2 strong {
  font-size: 6.8rem;
}
.reason_txt .btn_01 {
  margin: 100px auto 0;
  padding: 30px 100px;
}
.reason_txt .btn_01 span {
  background: none;
  font-size: 2rem;
}

#result {
  background-color: #fff;
  padding: 90px;
  margin: auto;
}
#result h2 {
  color: #022657;
  font-size: 4.5rem;
}
.result_box {
  background-color: #eaeef2;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}
.result_box2 {
  background-color: #fff;
}
.result_box div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.result_box div:nth-child(1) {
  flex: 0 1 35%;
  background-color: #0f3972;
  color: #fff;
}
.result_box div:nth-child(2) {
  flex: 0 1 30%;
  background-color: #b5bcc6;
  border-right: 1px solid #fff;
}
.result_box div:nth-child(3) {
  flex: 1 1 30%;
  background-color: #b5bcc6;
}
.result_box div:nth-child(4) {
  flex: 0 1 100%;
}
.result_box div:nth-child(1) dl {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3rem;
  font-weight: 700;
}
.result_box div:nth-child(1) dd {
  color: #db9622;
}
.result_box div:nth-child(1) dd strong {
  font-size: 8rem;
}
.result_box div:nth-child(2) dl,
.result_box div:nth-child(3) dl {
  font-family: "Noto Sans JP", sans-serif;
}
.result_box div:nth-child(2) dt,
.result_box div:nth-child(3) dt {
  color: #fff;
  font-weight: 700;
}
.result_box div:nth-child(4) dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 20px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.result_box2 {
  max-width: 1200px;
  margin: auto;
}
.result_box2 dl {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.result_box2 dt {
  background-color: #0f3972;
  color: #fff;
  margin: 15px 15px;
  font-weight: 700;
  width: 350px;
}
.result_box2 dd {
  text-align: left;
  margin: 15px 10px;
}
.result_box div:nth-child(4) dt {
  flex: 0 0 100px;
  background-color: #0f3972;
  color: #fff;
  margin: 15px 10px;
  font-weight: 700;
}
.result_box div:nth-child(4) dd,
.result_box2 dd {
  flex: 0 0 calc(100% - 140px);
  text-align: left;
  margin: 15px 10px;
}

#sec02 {
  background: url(../img/sec02_bg_pc.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0;
}
#sec02 .btn_01 {
  font-size: 3.5rem;
  max-width: 780px;
  width: 80%;
}
#sec02 .btn_01 span {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #111111;
  background-image: url(../img/btn_line_l.png), url(../img/btn_line_r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  padding: 0 40px;
}
#about {
  position: relative;
  background-color: #eaeef2;
}
#about .innerbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 96%;
  margin: auto;
}
#about .txt1 {
  position: relative;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  max-width: 1200px;
  margin: auto;
  flex: 0 1 70%;
  text-align: left;
}
#about .txt1 p {
  display: inline-block;
  text-align: center;
}
#about .txt1 strong {
  font-size: 3.3rem;
  color: #d67725;
}
#about .balloon {
  flex: 0 1 30%;
  margin-top: -20px;
}
.about_box {
  position: relative;
  border: 10px solid #c7cfdb;
  background-color: #fff;
  max-width: 1200px;
  margin: 70px auto;
}
.about_box h3 {
  display: inline-block;
  background-color: #6b7380;
  color: #fff;
  border-radius: 33px;
  font-size: 2.6rem;
  padding: 15px 80px;
  margin: -40px 0 30px;
  text-align: center;
}
.about_box h3 span {
  font-size: 2.6rem;
}
.about_box h4 {
  color: #111111;
  font-size: 3.4rem;
}
.about_box h4 span {
  font-size: 2.8rem;
}
.about_box .img {
  margin: 30px;
}
.about_box img {
  max-width: 100%;
}
.about_box .txt2 {
  background-color: #c7cfdb;
  padding: 45px 50px;
}
.about_box .txt2 ul {
  margin: 40px 0 0;
}
.about_box:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #6b7380 transparent transparent transparent;
  border-width: 25px 75px 0 75px;
}
.about_box:last-of-type {
  border-color: #edc178;
  margin: 90px auto 0;
}
.about_box:last-of-type:after {
  border: none;
}
.about_box:last-of-type h3 {
  background-color: #d67725;
}
.about_box:last-of-type .txt2 {
  background-color: #edc178;
}
#about .txt3 {
  font-size: 3rem;
  font-weight: 700;
}
#about .txt3 {
  font-size: 2.4rem;
  padding-top: 50px;
}
#about .txt3 strong {
  font-size: 4rem;
  font-weight: 700;
  background: linear-gradient(
    transparent calc(100% - 16px),
    #f0b145 calc(100% - 16px) calc(100% - 8px),
    transparent calc(100% - 8px)
  );
}
#about .txt3 strong span {
  font-size: 3.2rem;
}
#about .txt4 {
  font-size: 6.8rem;
  font-weight: 700;
}
#about .txt4 {
  font-size: 4.8rem;
}
#comparison {
  max-width: 1200px;
  margin: auto;
}
#comparison table {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  border-collapse: collapse;
}
#comparison th,
#comparison td {
  border: solid #fff;
  border-width: 4px 2px;
  text-align: center;
  padding: 10px;
  line-height: 1.2;
}
#comparison th {
  color: #fff;
}
#comparison th.gry {
  width: 20%;
  background-color: #6b7380;
  font-size: 2.2rem;
}
#comparison th.br {
  width: 26%;
  background-color: #426da7;
  font-size: 3rem;
}
#comparison th.br span {
  font-size: 1.6rem;
}
#comparison th.br strong {
  font-size: 4rem;
  font-weight: 500;
}
#comparison td.br {
  background-color: #b7cdeb;
}
#comparison th.org {
  width: 26%;
  background-color: #d67725;
  font-size: 2.7rem;
  font-weight: 700;
}
#comparison th.org span {
  font-size: 2.4rem;
}
#comparison td {
  font-size: 1.6rem;
  font-weight: 400;
  vertical-align: top;
}
#comparison td span {
  font-size: 4rem;
  font-weight: 500;
}
#comparison td.org {
  background-color: #edc178;
}
#sec03 {
  background: url(../img/sec03_bg_pc.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0;
}
#sec03 .btn_01 {
  font-size: 3.5rem;
  max-width: 780px;
  width: 80%;
}
#sec03 .btn_01 span {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #111111;
  background-image: url(../img/btn_line_l.png), url(../img/btn_line_r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  padding: 0 40px;
}
#service {
  background-color: #eaeef2;
}
.service_box {
  max-width: 1200px;
  margin: auto;
}
.service_box .img img {
  max-width: 100%;
}
.service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #111111;
}
.service_list .innerbox {
  width: 47%;
  background-color: #fff;
  text-align: left;
  margin: 15px 0;
}
.service_list .innerbox .ttl {
  background-size: 100%;
  padding: 33px 0;
}
.service_list .innerbox .ttl h3 {
  display: inline-block;
  color: #fff;
  font-size: 2.6rem;
  padding: 20px 30px;
  width: 286px;
}
.service_list .innerbox:nth-of-type(1) .ttl {
  background: url(../img/service_ttl_bg01.jpg) no-repeat top #fff;
  background-size: 100%;
}
.service_list .innerbox:nth-of-type(1) .ttl h3 {
  background-color: #8fb9c6;
}
.service_list .innerbox:nth-of-type(2) .ttl {
  background: url(../img/service_ttl_bg02.jpg) no-repeat top #fff;
  background-size: 100%;
}
.service_list .innerbox:nth-of-type(2) .ttl h3 {
  background-color: #8fa2c6;
}
.service_list .innerbox:nth-of-type(3) .ttl {
  background: url(../img/service_ttl_bg03.jpg) no-repeat top #fff;
  background-size: 100%;
}
.service_list .innerbox:nth-of-type(3) .ttl h3 {
  background-color: #cc90a2;
}
.service_list .innerbox:nth-of-type(4) .ttl {
  background: url(../img/service_ttl_bg04.jpg) no-repeat top #fff;
  background-size: 100%;
}
.service_list .innerbox:nth-of-type(4) .ttl h3 {
  background-color: #edc178;
}
.service_list .innerbox .txt1 {
  padding: 16px 23px;
}
#service .txt2 {
  font-size: 6.8rem;
  margin-top: 60px;
  font-weight: 700;
}
#service .txt2 span {
  font-size: 4rem;
  background: linear-gradient(
    transparent calc(100% - 16px),
    #f0b145 calc(100% - 16px) calc(100% - 8px),
    transparent calc(100% - 8px)
  );
}
#sec04 {
  background: url(../img/sec04_bg.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0;
  color: #fff;
  overflow: hidden;
}
#sec04 .txt1 {
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
}
#sec04 .txt1 strong {
  font-size: 6.8rem;
  background: linear-gradient(
    transparent calc(100% - 16px),
    #f0b145 calc(100% - 16px) calc(100% - 8px),
    transparent calc(100% - 8px)
  );
  font-family: "Noto Serif JP", serif;
}
#sec04 .txt2 {
  position: relative;
  font-size: 5.3rem;
  font-weight: 700;
  color: #0f3972;
  background-color: #fff;
  width: 80%;
  max-width: 900px;
  margin: 30px auto 150px;
  padding: 50px 50px;
  box-sizing: border-box;
}
#sec04 .txt2 strong {
  font-size: 8rem;
  color: #d67725;
}
#sec04 .txt2 strong span {
  font-size: 6rem;
}
#sec04 .txt2 .img {
  position: absolute;
  bottom: 0px;
  right: -160px;
}
#sec04 .member {
  position: relative;
  background-color: #001e46;
  border-radius: 20px;
  margin: 60px;
}
#sec04 .member h2 {
  position: absolute;
  color: #7ac9eb;
  font-size: 6rem;
  margin: -40px auto 0;
  left: 0;
  right: 0;
  line-height: 1.2;
}
#sec04 .member h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2rem;
}
#sec04 .member ol {
  text-align: left;
  padding: 100px 70px 50px 100px;
  list-style-type: decimal;
}
#sec04 .member li {
  list-style-type: decimal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  padding-left: 1em;
}
#business {
}
.business_box {
  max-width: 1200px;
  margin: auto;
  border: 1px solid #96acc4;
  padding: 20px 0 60px;
}
.business_box:nth-of-type(1) h2 {
  flex-basis: 100%;
  color: #96acc4;
  font-size: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business_box:nth-of-type(1) h2:before,
.business_box:nth-of-type(1) h2:after {
  border-top: 1px solid;
  content: "";
  width: 100px;
}
.business_box h2:before {
  margin-right: 1em;
}
.business_box h2:after {
  margin-left: 1em;
}
.business_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.business_box li {
  flex-basis: 25%;
  margin: 60px 0 30px;
}
.business_box:nth-of-type(2) {
  margin: 50px auto;
  padding: 0;
}
.business_box:nth-of-type(2) h2 {
  background-color: #96acc4;
  color: #fff;
  font-size: 2.4rem;
  margin: 0 0 50px;
  padding: 13px 0;
}
.business_box:nth-of-type(2) p {
  margin: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: left;
  line-height: 2.2;
}
#business .txt1 {
  max-width: 1200px;
  margin: 80px auto;
  font-size: 3rem;
  font-weight: 700;
}
#business .txt1 strong {
  font-size: 4rem;
  background: linear-gradient(
    transparent calc(100% - 16px),
    #f0b145 calc(100% - 16px) calc(100% - 8px),
    transparent calc(100% - 8px)
  );
}
#business .txt1 strong span {
  font-size: 4rem;
}
#industry {
}
#voice {
  background: url(../img/voice_bg.png) no-repeat;
  background-size: cover;
}
#voice h2 {
  font-size: 4.5rem;
}
.voice_box {
  max-width: 100%;
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.voice_slide {
  width: auto;
  margin: 0 30px;
  background-color: #fff;
  text-align: left;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.voice_slide h3 {
  font-size: 2.8rem;
  color: #111111;
  margin: 60px 60px 10px;
}
.voice_slide p {
  margin: 10px 60px 60px;
}
/*slick setting*/
.slick-next {
  right: 3%;
}
.slick-prev {
  left: 3%;
}
.slick-arrow {
  z-index: 2;
}
#faq {
  background-color: #b7cdeb;
  padding-bottom: 225px;
}
.faq_box {
  background-color: #fff;
  border-radius: 10px;
  max-width: 1000px;
  margin: 10px auto;
  padding: 20px 40px;
}
.faq_box dl {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.faq_box dl + dl {
  border-top: 1px solid #96acc4;
}
.faq_box dt {
  flex-basis: 100px;
  font-size: 4.5rem;
  font-weight: 700;
}
.faq_box dd {
  flex-basis: calc(100% - 100px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  padding-top: 20px;
}
.faq_box dt.q {
  color: #0f3972;
}
.faq_box dd.q {
  color: #0f3972;
  font-size: 2.4rem;
  font-weight: 700;
}
.faq_box dt.a {
  color: #d67725;
}
.faq_box dd.a {
  color: #111111;
}
#contact {
  background: url(../img/cotact_bg.jpg) no-repeat bottom #0f3972;
  background-size: 100%;
  padding-bottom: 30px;
  overflow-x: hidden;
}
#contact .txt1 {
  color: #fff;
  display: inline-block;
  border-bottom: 5px solid #db9622;
  padding-bottom: 5px;
  font-size: 3rem;
  font-weight: 700;
}
#contact .txt1 strong {
  font-size: 4rem;
}
#contact .txt2 {
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: 30px 0;
}
#contact .txt3 {
  position: relative;
  width: 1000px;
  box-sizing: border-box;
  margin: 50px auto 100px;
}
#contact .txt3 ul {
  color: #fff;
  box-sizing: border-box;
  background-color: #001e46;
  border-radius: 20px;
  margin: 30px auto 50px;
  padding: 50px 0 40px 75px;
  width: 1000px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  text-align: left;
}
#contact .txt3 li {
  background: url(../img/icon_check.png) no-repeat 0px 15px;
  padding: 15px 0 15px 50px;
  border-bottom: 2px dotted #bfbfbf;
  max-width: 700px;
}
#contact .txt3 .img {
  position: absolute;
  top: -50px;
  right: -190px;
  box-shadow: -10px 10px rgb(17, 17, 17, 0.5);
}
#contact .txt4 {
  display: inline-block;
  color: #fff;
  font-size: 5rem;
  background-image: url(../img/contact_ttl_bg_l.png),
    url(../img/contact_ttl_bg_r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  font-weight: 700;
  margin: 50px 0;
  padding: 0 100px;
}
.contact_form {
  width: 100%;
  max-width: 1000px;
  height: auto;
  background-image: url(../img/contact_form_bg_top.png),
    url(../img/contact_form_bg_btm.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-color: #fffff7;
  background-size: 100%;
  margin: auto;
  text-align: left;
  padding: 40px 10%;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
}
.contact_form .alert {
  color: #f00;
  font-size: 1.8rem;
}
.alert-success h3 {
  margin: 1em;
  color: #f00;
  text-align: center;
  font-size: 3.2rem;
}
.alert-success p {
  color: #111111;
}
.contact_form h2 {
  text-align: center;
  margin: 20px auto;
}
.contact_form dl {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.contact_form dt {
  position: relative;
  flex-basis: 220px;
  font-weight: 700;
  padding: 17px 0;
  border-bottom: 1px solid #dddddd;
}
.contact_form dt.required:after {
  position: absolute;
  padding: 5px 8px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 1.4rem;
  color: #d67725;
  border: 1px solid #d67725;
  content: "必須";
  top: 20px;
  right: 20px;
  line-height: 1;
}
.contact_form dd {
  flex-basis: calc(100% - 220px);
  font-size: 1.8rem;
  font-weight: 400;
  padding: 17px 0;
  border-bottom: 1px solid #dddddd;
}
.contact_form dd txtarea {
  font-size: 1.8rem;
}
.contact_form input[type="text"] {
  box-sizing: border-box;
  max-width: 100%;
  padding: 15px 10px;
  transition: 0.3s;
  border-radius: 5px;
  border: 1px solid #666;
  font-size: 1.8rem;
  width: 100%;
}
.contact_form dd.name input {
  width: 49%;
}
.contact_form dd.name input + input {
  margin-left: 2%;
}
.contact_form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  padding: 15px 10px;
  transition: 0.3s;
  border: 1px solid #666;
  font-size: 1.8rem;
  border-radius: 5px;
}
.contact_form .policy {
  width: 100%;
  height: 140px;
  overflow-x: scroll;
  border: 1px solid #cccccc;
  background-color: #fff;
  font-size: 1.4rem;
  padding: 23px;
  box-sizing: border-box;
}
.contact_form .policy h3 {
  color: #111111;
}
.contact_form .policy p {
  margin-top: 10px;
}
.contact_form .policy ul li {
  list-style-type: disc;
  margin-left: 1.5em;
}
.contact_form input::placeholder {
  color: #b5b5b5;
}
.contact_form textarea::placeholder {
  color: #b5b5b5;
}
.contact_btm {
  text-align: center;
  margin: 40px 0;
  font-size: 1.4rem;
}
#contact .btn_01 {
  width: 90%;
}
#contact .btn_01 {
  font-size: 2rem;
  margin: 40px 0;
  width: 340px;
}
.privacy {
  text-align: center;
  margin-top: 60px;
  font-family: "Noto Sans JP", sans-serif;
}
.privacy a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}
.copyright {
  text-align: center;
  margin-top: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sttl {
    padding: 15px 40px;
  }
  h2 {
    font-size: calc((100vw / 768) * 36);
    margin: calc((100vw / 768) * 47) auto calc((100vw / 768) * 42);
  }
  .btn_01 {
    font-size: calc((100vw / 768) * 40);
    padding: 15px 30px;
  }
  .btn_01 span {
    font-size: calc((100vw / 768) * 30);
  }
  #lead,
  #sec01,
  #reason,
  #about,
  #comparison,
  #service,
  #business,
  #voice,
  #faq,
  #contact {
    padding: calc((100vw / 768) * 50) 0 calc((100vw / 768) * 40);
  }

  #comparison h2,
  #service h2,
  #voice h2,
  #faq h2 {
    font-size: calc((100vw / 768) * 40);
  }
  #mv {
    background-color: #222222;
  }
  #mv .mv_btn {
    position: absolute;
    width: 85%;
    bottom: 8%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #lead {
    width: 96%;
    margin: auto;
  }
  #lead h1 {
    font-size: calc((100vw / 768) * 45);
  }
  #lead h1 span {
    background: none;
    border-bottom: 5px solid #f0b145;
  }
  #lead h2 {
    font-size: calc((100vw / 768) * 24);
    top: -50px;
    width: 90%;
  }
  #lead h2 span {
    font-size: calc((100vw / 768) * 20);
  }

  #lead .txt1 {
    font-size: calc((100vw / 768) * 22);
    margin-top: calc((100vw / 768) * 30);
    padding-bottom: calc((100vw / 768) * 45);
  }
  #lead .txt1 strong {
    font-size: calc((100vw / 768) * 30);
  }
  #lead .txt2 strong {
    background: none;
    border-bottom: 3px solid #f0b145;
  }
  #lead .lead_box {
    flex-direction: column;
    width: 96%;
    margin: calc((100vw / 768) * 50) auto;
  }
  #lead .lead_box .innerbox {
    margin: calc((100vw / 768) * 30) 0;
    padding: calc((100vw / 768) * 30) calc((100vw / 768) * 50);
  }
  .lead_box .innerbox .img {
    bottom: calc((100vw / 768) * -50);
  }
  .lead_box .innerbox:first-of-type .img {
    width: calc((100vw / 768) * 90);
    right: 10px;
  }
  .lead_box .innerbox:last-of-type .img {
    left: 10px;
    width: calc((100vw / 768) * 120);
  }
  .lead_box .innerbox ul {
    margin-top: calc((100vw / 768) * 30);
  }
  .lead_box .innerbox:first-of-type ul {
    padding-right: calc((100vw / 768) * 40);
  }
  .lead_box .innerbox:last-of-type ul {
    padding-left: calc((100vw / 768) * 120);
  }
  .lead_box li {
    background: url(../img/icon_check.png) no-repeat 0 calc(50% - 0px);
    background-size: calc((100vw / 768) * 30);
    border-bottom: 1px dotted #bfbfbf;
    padding: 15px 0 15px calc((100vw / 768) * 40);
    font-size: calc((100vw / 768) * 22);
  }
  #lead .txt2 {
    font-size: calc((100vw / 768) * 24);
    padding: calc((100vw / 768) * 30) calc((100vw / 768) * 30);
    margin: calc((100vw / 768) * 40) 0 calc((100vw / 768) * 20);
  }
  #lead .txt3 p {
    font-size: calc((100vw / 768) * 16);
  }
  #sec01 .txt1 {
    width: 96%;
    margin: auto;
    font-size: calc((100vw / 768) * 24);
  }
  #sec01 .txt1 span {
    font-size: calc((100vw / 768) * 20);
  }
  #sec01 .txt2 {
    margin: 10px auto 0px;
  }
  #sec01 h2 {
    font-size: calc((100vw / 768) * 40);
  }
  #sec01 h2 span {
    font-size: calc((100vw / 768) * 30);
  }
  #sec01 .img {
    width: 200px;
    bottom: 40px;
  }
  #reason h2 {
    font-size: calc((100vw / 768) * 50);
    line-height: calc((100vw / 768) * 90);
  }
  #reason h2 span {
    font-size: calc((100vw / 768) * 40);
  }
  #reason h2 strong {
    font-size: calc((100vw / 768) * 100);
    vertical-align: calc((100vw / 768) * 15);
  }
  #reason .img {
    position: absolute;
    top: calc((100vw / 768) * 240);
    left: calc((100vw / 768) * 40);
    width: calc((100vw / 768) * 200);
    max-width: 152px;
  }
  #reason .img img {
    width: 100%;
    position: relative;
  }
  #reason .reason_box {
    width: 86%;
    flex-direction: column;
    max-width: 600px;
    margin: 0px auto 30px;
  }
  #reason .reason_box .innerbox {
    flex: 0 0 100%;
    margin-top: 70px;
  }
  .reason_box h3 {
  }
  .reason_box h3 span {
  }
  .reason_box .txt1 {
  }
  .reason_box .txt2 {
  }
  .reason_txt .txt1 {
    font-size: calc((100vw / 768) * 24);
    box-sizing: border-box;
    width: auto;
  }
  .reason_txt {
    width: 96%;
    margin: auto;
    font-size: calc((100vw / 768) * 30);
    padding-bottom: calc((100vw / 768) * 30);
  }
  .reason_txt .txt2 span {
    font-size: calc((100vw / 768) * 36);
    background: none;
    border-bottom: 5px solid #f0b145;
  }
  .reason_txt .txt2 strong {
    font-size: calc((100vw / 768) * 46);
  }
  .reason_txt .btn_01 {
    padding: calc((100vw / 768) * 30) calc((100vw / 768) * 20);
    margin: calc((100vw / 768) * 40) 0 0;
    width: 80%;
    letter-spacing: -1px;
  }
  .reason_txt .btn_01 span {
    border: none;
  }
  #result {
    padding: 0 0 40px;
  }
  #result h2 {
    font-size: calc((100vw / 768) * 46);
  }
  .result_box {
    width: 96%;
  }
  .result_box div:nth-child(1) dl {
    font-size: calc((100vw / 768) * 30);
    font-weight: 700;
  }
  .result_box div:nth-child(1) dd strong {
    font-size: calc((100vw / 768) * 70);
  }
  .result_box div:nth-child(2) dl,
  .result_box div:nth-child(3) dl,
  .result_box div:nth-child(4) dl,
  .result_box2 dl {
    font-size: calc((100vw / 768) * 24);
  }
  .result_box2 dt {
    width: auto;
    padding: 0 10px;
  }
  .result_box div:nth-child(4) dl {
    margin: 10px;
  }
  #sec02 {
    background: url(../img/sec02_bg_sp.jpg) no-repeat;
    padding: calc((100vw / 768) * 70) 2%;
    line-height: 1;
  }
  #sec02 .btn_01 {
    font-size: calc((100vw / 768) * 40);
    max-width: 780px;
    width: 80%;
    line-height: 1.2;
  }
  #sec02 .btn_01 span {
    font-size: calc((100vw / 768) * 24);
    padding: 0 40px;
  }
  #sec02 img {
    margin: 0 5px;
  }
  .sttl {
    font-size: calc((100vw / 768) * 26);
    padding: calc((100vw / 768) * 15) calc((100vw / 768) * 30);
    margin: 0px calc((100vw / 768) * 10) calc((100vw / 768) * 40);
    width: auto;
    display: block;
  }
  .sttl span {
    font-size: calc((100vw / 768) * 24);
  }
  #about .txt1 {
    font-size: calc((100vw / 768) * 24);
  }
  #about .txt1 p {
    text-align: left;
    letter-spacing: -1px;
  }
  #about .txt1 strong {
    font-size: calc((100vw / 768) * 28);
  }
  #about .balloon {
  }
  .about_box {
    width: 96%;
    box-sizing: border-box;
    margin: calc((100vw / 768) * 70) auto;
  }
  .about_box h3 {
    font-size: calc((100vw / 768) * 30);
    padding: calc((100vw / 768) * 20) calc((100vw / 768) * 60);
    margin: calc((100vw / 768) * -50) 0 0;
  }
  .about_box h3 span {
    font-size: calc((100vw / 768) * 24);
  }
  .about_box h4 {
    font-size: calc((100vw / 768) * 34);
  }
  .about_box h4 span {
    font-size: calc((100vw / 768) * 30);
  }
  .about_box ul.list_01 {
    width: 100%;
  }
  #about .txt2 {
    padding: calc((100vw / 768) * 40) calc((100vw / 768) * 40);
  }
  .about_box .txt2 ul {
    margin: calc((100vw / 768) * 30) 0 0;
  }
  #about .txt3 {
    width: 98%;
    padding-top: calc((100vw / 768) * 30);
    font-size: calc((100vw / 768) * 30);
  }
  #about .txt3 span {
    font-size: calc((100vw / 768) * 26);
  }
  #about .txt3 strong {
    font-size: calc((100vw / 768) * 40);
    background: none;
    border-bottom: 5px solid #f0b145;
  }
  #about .txt3 strong span {
    font-size: calc((100vw / 768) * 40);
  }
  #about .txt4 {
    width: 98%;
    font-size: calc((100vw / 768) * 46);
  }
  #comparison table {
    width: 96%;
    margin: auto;
  }
  #comparison th.gry {
    font-size: calc((100vw / 768) * 22);
  }
  #comparison th.br {
    font-size: calc((100vw / 768) * 30);
  }
  #comparison th.br span {
    font-size: calc((100vw / 768) * 22);
  }
  #comparison th.br strong {
    font-size: calc((100vw / 768) * 40);
  }
  #comparison th.org {
    font-size: calc((100vw / 768) * 27);
  }
  #comparison th.org span {
    font-size: calc((100vw / 768) * 24);
  }
  #comparison td {
    font-size: calc((100vw / 768) * 22);
    line-height: 1.5;
  }
  #comparison td span {
    font-size: calc((100vw / 768) * 40);
  }
  #sec03 {
    background: url(../img/sec03_bg_sp.jpg) no-repeat;
    padding: calc((100vw / 768) * 60) 0;
  }
  #sec03 .btn_01 {
    font-size: calc((100vw / 768) * 40);
  }
  #sec03 .btn_01 span {
    font-size: calc((100vw / 768) * 24);
    padding: 0 calc((100vw / 768) * 40);
  }
  .service_box .img {
    width: 96%;
    margin: auto;
  }
  ul.list_01 {
    width: 96%;
    box-sizing: border-box;
    margin: 30px auto;
    font-size: calc((100vw / 768) * 30);
    padding: calc((100vw / 768) * 40);
  }
  .service_list {
    flex-direction: column;
    width: 96%;
    margin: auto;
    font-size: calc((100vw / 768) * 30);
  }
  .service_list .innerbox {
    width: 100%;
  }
  .service_list .innerbox .ttl h3 {
    font-size: calc((100vw / 768) * 40);
    padding: calc((100vw / 768) * 20) calc((100vw / 768) * 30);
    width: calc((100vw / 768) * 400);
  }
  .service_list .innerbox .ttl {
    padding: 13px 0;
  }
  #service .txt2 {
    font-size: calc((100vw / 768) * 45);
    margin-top: calc((100vw / 768) * 20);
  }
  #service .txt2 span {
    font-size: calc((100vw / 768) * 50);
    background: none;
    border-bottom: 5px solid #f0b145;
  }
  #sec04 {
    padding: calc((100vw / 768) * 70) 0;
  }
  #sec04 .txt1 {
    font-size: calc((100vw / 768) * 40);
  }
  #sec04 .txt1 strong {
    font-size: calc((100vw / 768) * 50);
    background: none;
    border-bottom: 5px solid #f0b145;
  }
  #sec04 .txt2 {
    font-size: calc((100vw / 768) * 40);
    margin: calc((100vw / 768) * 30) auto calc((100vw / 768) * 100);
    padding: calc((100vw / 768) * 40) calc((100vw / 768) * 30);
    box-sizing: border-box;
    line-height: 1.5;
  }
  #sec04 .txt2 strong {
    font-size: calc((100vw / 768) * 50);
  }
  #sec04 .txt2 strong span {
    font-size: calc((100vw / 768) * 45);
  }
  #sec04 .txt2 .img {
    bottom: calc((100vw / 768) * -20);
    right: calc((100vw / 768) * -80);
    width: calc((100vw / 768) * 150);
  }
  #sec04 .member {
    margin: auto;
    width: 96%;
  }
  #sec04 .member h2 {
    font-size: calc((100vw / 768) * 50);
    margin-top: -20px;
  }
  #sec04 .member h2 span {
    font-size: calc((100vw / 768) * 30);
  }
  #sec04 .member ol {
    padding: calc((100vw / 768) * 100) calc((100vw / 768) * 40)
      calc((100vw / 768) * 40) calc((100vw / 768) * 70);
  }
  #sec04 .member li {
    font-size: calc((100vw / 768) * 26);
  }
  #business {
    width: 96%;
    margin: auto;
  }
  .business_box {
    padding: 0px 20px 30px;
  }
  .business_box:nth-of-type(1) h2:before,
  .business_box:nth-of-type(1) h2:after {
    width: 50px;
  }
  .business_box:nth-of-type(1) h2 {
    font-size: calc((100vw / 768) * 36);
    margin: calc((100vw / 768) * 30) 0;
  }
  .business_box li {
    flex-basis: 20%;
    margin: calc((100vw / 768) * 40) calc((100vw / 768) * 10)
      calc((100vw / 768) * 30);
  }
  .business_box:nth-of-type(2) h2 {
    font-size: calc((100vw / 768) * 40);
    margin: 0;
    padding: calc((100vw / 768) * 15) 0;
  }
  .business_box:nth-of-type(2) p {
    font-size: calc((100vw / 768) * 30);
    margin: calc((100vw / 768) * 50);
  }
  #business .txt1 {
    font-size: calc((100vw / 768) * 36);
  }
  #business .txt1 strong {
    font-size: calc((100vw / 768) * 40);
    background: none;
    border-bottom: 5px solid #f0b145;
  }
  #business .txt1 strong span {
    font-size: calc((100vw / 768) * 36);
  }
  .voice_slide {
    margin: 0 calc((100vw / 768) * 30);
    font-size: calc((100vw / 768) * 30);
  }
  .voice_slide h3 {
    font-size: calc((100vw / 768) * 40);
    color: #111111;
    margin: calc((100vw / 768) * 80) calc((100vw / 768) * 60)
      calc((100vw / 768) * 20);
  }
  .voice_slide p {
    margin: calc((100vw / 768) * 10) calc((100vw / 768) * 60)
      calc((100vw / 768) * 80);
  }

  /*slick setting*/
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .faq_box {
    width: 96%;
    margin: 5px auto;
    box-sizing: border-box;
    padding: calc((100vw / 768) * 20) calc((100vw / 768) * 40);
  }

  .faq_box dl {
    padding: calc((100vw / 768) * 10) 0;
  }
  .faq_box dt {
    flex-basis: calc((100vw / 768) * 100);
    font-size: calc((100vw / 768) * 70);
  }
  .faq_box dd {
    flex-basis: calc(100% - calc((100vw / 768) * 100));
    font-size: calc((100vw / 768) * 30);
    padding-top: calc((100vw / 768) * 20);
  }
  .faq_box dd.q {
    font-size: calc((100vw / 768) * 30);
  }
  #contact .txt1 {
    width: 96%;
    margin: auto;
    font-size: calc((100vw / 768) * 30);
  }
  #contact .txt1 strong {
    font-size: calc((100vw / 768) * 40);
  }
  #contact .txt2 {
    width: 96%;
    margin: calc((100vw / 768) * 30) auto;
    font-size: calc((100vw / 768) * 30);
  }
  #contact .txt3 {
    position: relative;
    width: 96%;
    margin: 30px auto;
  }
  #contact .txt3 ul {
    margin: 30px auto 50px;
    padding: 30px 30px 40px 30px;
    width: auto;
    font-size: calc((100vw / 768) * 30);
  }
  #contact .txt3 li {
    background: url(../img/icon_check.png) no-repeat 0 20px;
    background-size: calc((100vw / 768) * 40);
    padding: 15px 0 15px calc((100vw / 768) * 50);
  }
  #contact .img {
    display: none;
  }
  #contact .txt4 {
    font-size: calc((100vw / 768) * 60);
    margin: calc((100vw / 768) * 30) 0;
    padding: 0 80px;
  }
  .alert-success h3 {
    font-size: calc((100vw / 768) * 32);
  }
  .contact_form {
    background-image: url(../img/contact_form_bg_t_sp.png),
      url(../img/contact_form_bg_b_sp.png);
    padding: 40px 5% 10px;
  }
  .contact_form h2 {
    margin: 0;
  }
  .contact_form dt {
    flex-basis: 200px;
  }

  .contact_form input[type="text"] {
    font-size: calc((100vw / 768) * 30);
    padding: 10px 10px;
  }
  .contact_form textarea {
    height: 5em;
    padding: 15px 10px;
    font-size: calc((100vw / 768) * 30);
  }
  #contact .btn_01 {
    font-size: calc((100vw / 768) * 40);
    margin: 30px 0 0;
    width: 80%;
  }
  .copyright {
    margin-top: calc((100vw / 768) * 150);
  }
}
@media screen and (max-width: 480px) {
  .contact_form dl {
    flex-direction: column;
  }
  .contact_form dt {
    flex-basis: auto;
    border-bottom: none;
    padding: 10px 0 5px;
  }
  .contact_form dt.required:after {
    top: 15px;
    right: 0px;
  }
  .contact_form dd {
    flex-basis: auto;
    padding: 5px 0;
  }
}
