@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #333333;
}

.sp_show {
  display: none;
}

img {
  width: 100%;
}

.ff-lato {
  font-family: "Lato", sans-serif;
}

.f-w {
  font-weight: bold;
}

p {
  font-size: 1.4rem;
}

a.btn_cta {
  background-color: #ff6f00;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 60px auto;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 410px;
}
a.btn_cta:before {
  content: "";
  display: inline-block;
  background: url(../images/top/icon_mail.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
a.btn_cta:after {
  content: ">";
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 20px;
}

a.btn01 {
  display: block;
  background-color: #fdd000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  width: 300px;
  margin: 40px auto;
  padding: 10px;
  position: relative;
}
a.btn01 .arrow01 {
  display: inline-block;
  height: 2px;
  width: 8px;
  background-color: #333333;
  position: relative;
  top: -5px;
  left: 20px;
}
a.btn01 .arrow01:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #333333;
  left: 7px;
  top: -4.2px;
}

.btn01_before:before {
  content: "";
  display: inline-block;
  background: url(../images/top/icon_mail_black.png) no-repeat center center/contain;
  width: 20px;
  height: 15px;
  position: relative;
  top: 1px;
  right: 12px;
}

header .header_top {
  background-color: #31b8d4;
}
header .header_top p {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.4rem;
  padding: 5px 0;
}
header .box_flex {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 200px;
}
header .box_flex .box_h1 {
  width: 240px;
  margin-bottom: 5px;
}
header .box_flex .box_h1 p {
  font-size: 1.55rem;
  margin-bottom: 8px;
}
header .box_flex .box_h1 h1 {
  width: 180px;
  margin: 0 auto;
}
header .box_flex .box_info {
  width: 295px;
  text-align: right;
  margin-top: 15px;
}
header .box_flex .box_info a {
  display: block;
  width: 100%;
}
header .box_flex .box_info a.link_tel {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
}
header .box_flex .box_info a.link_tel:before {
  content: "";
  display: inline-block;
  background: url(../images/top/icon_tel.jpg) no-repeat center center/contain;
  width: 33px;
  height: 23px;
}
header .box_flex .box_info p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 4px;
  padding-right: 13px;
}
header .box_flex .box_info a.link_form {
  background-color: #ff6f00;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  padding: 12px;
  position: relative;
  margin-bottom: 6px;
}
header .box_flex .box_info a.link_form:before {
  content: "";
  display: inline-block;
  background: url(../images/top/icon_mail.png) no-repeat center center/contain;
  width: 24px;
  height: 14px;
  position: relative;
  top: 1px;
  right: 8px;
}
header .box_flex .box_info .box_sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5px;
}
header .box_flex .box_info .box_sns a {
  margin: 0 5px;
  width: 28px;
  height: 28px;
}
header .box_flex .box_info .box_sns a img {
  width: 28px;
  height: 28px;
}
header .sp_show_box_flex {
  display: none;
}
header nav {
  background-color: #31b8d4;
}
header nav ul {
  width: 90%;
  height: 56px;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav ul li {
  text-align: center;
  border-right: 1px solid #248aa0;
  margin: 4px 0;
  width: 14%;
}
header nav ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  padding: 9px 0;
}
header nav ul li:first-of-type {
  border-left: 1px solid #248aa0;
}

main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
main .main_column {
  width: 690px;
  padding: 20px 0;
}

.top_head01 {
  padding: 50px 0 30px;
  border: 3px solid #054d92;
  border-radius: 10px;
  margin-bottom: 25px;
  background: url(../images/top/back_top01.jpg);
}
.top_head01 h2 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
.top_head01 h2 span {
  font-size: 3.5rem;
  color: #054d92;
  position: relative;
}
.top_head01 h2 span:after {
  content: "";
  display: block;
  background: url(../images/top/icon_worries.png) no-repeat center center/contain;
  width: 20px;
  height: 40px;
  position: absolute;
  top: -33px;
  right: -13px;
}
.top_head01 h2:after {
  content: "?";
  display: inline-block;
  font-size: 2.2rem;
  position: relative;
  top: 5px;
  left: -3px;
  transform: rotate(15deg);
}
.top_head01 ul {
  width: 60%;
  max-width: 350px;
  margin: 0 auto;
}
.top_head01 ul li {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  display: flex;
}
.top_head01 ul li span {
  color: #054d92;
}
.top_head01 ul li:before {
  content: "";
  border-radius: 3px;
  background-color: #054d92;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  margin-right: 15px;
  padding-right: 15px;
  vertical-align: middle;
}
.top_head01 ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 6px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}

.top_head02 {
  background: url(../images/top/back_top02.jpg);
  padding: 25px 12px 12px;
}
.top_head02 h2 {
  width: 344px;
  margin: 0 auto 20px;
}
.top_head02 .container {
  background-color: #fff;
  padding-bottom: 1px;
}
.top_head02 .container .box_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 60px 0 0px;
}
.top_head02 .container .box_flex .item {
  width: 30.9%;
  margin: 0 1% 45px;
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.top_head02 .container .box_flex .item img {
  display: block;
  width: 90%;
  margin: 25px auto 0;
  max-width: 180px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_head02 .container .box_flex .item .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.top_head02 .container .box_flex .item p {
  font-size: 2rem;
  text-align: center;
  margin: 15px auto;
  font-weight: bold;
}
.top_head02 .container .box_flex .item p span {
  display: inline;
}
.top_head02 .container .box_flex .item p span.f-c {
  color: red;
  font-weight: bold;
}
.top_head02 .container .box_flex .item p span.f-w {
  font-weight: bold;
}
.top_head02 .container .box_flex .item:before {
  content: "";
  display: block;
  background: url(../images/top/01_reasons_to_be_chosen.png) no-repeat center center/contain;
  width: 180px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.top_head02 .container .box_flex .item:nth-child(2):before {
  background: url(../images/top/02_reasons_to_be_chosen.png) no-repeat center center/contain;
}
.top_head02 .container .box_flex .item:nth-child(3):before {
  background: url(../images/top/03_reasons_to_be_chosen.png) no-repeat center center/contain;
}
.top_head02 .container .box_flex .item:nth-child(4):before {
  background: url(../images/top/04_reasons_to_be_chosen.png) no-repeat center center/contain;
}
.top_head02 .container .box_flex .item:nth-child(5):before {
  background: url(../images/top/05_reasons_to_be_chosen.png) no-repeat center center/contain;
}
.top_head02 .container .btn01 {
  margin: 0px auto 40px;
}

.sec h2 {
  background-color: #31b8d4;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  box-shadow: 0 0 0 1px #31b8d4, 0 0 0 2px #fff, 0 0 0 4px #31b8d4;
  margin-bottom: 3px;
}
.sec p {
  font-size: 1.4rem;
  margin: 18px 0 16px;
  line-height: 1.4;
  line-height: 1.6;
}
.sec figure {
  margin: 60px auto 20px;
  width: 90%;
}
.sec .box_h3 {
  border: 1px solid #cccccc;
  padding: 20px 25px;
}
.sec .box_h3 h3 {
  border-bottom: 2px solid #31b8d4;
  padding-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}
.sec .box_h3 .box_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec .box_h3 .box_flex .link_mail {
  width: 45%;
  margin: 35px 0 20px;
  margin-right: 20px;
}
.sec .box_h3 .box_item {
  margin-top: 35px;
}
.sec .box_h3 .box_item .item {
  width: 80%;
  margin: 0 auto 25px;
  padding: 15px;
  background-color: #fafdfe;
}
.sec .box_h3 .box_item .item .box_h4 {
  display: flex;
  align-items: center;
}
.sec .box_h3 .box_item .item .box_h4 img {
  display: block;
  width: 100px;
  margin-right: 10px;
}
.sec .box_h3 .box_item .item .box_h4 h4 {
  display: inline;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 10px;
}
.sec .box_h3 .box_item .item .box_h4 h4 span {
  border-bottom: 2px solid #fdd000;
  padding-bottom: 2px;
}
.sec .box_h3 .box_item .item p {
  margin: 10px 0;
  line-height: 1.6;
}
.sec .box_h3 a.btn01 {
  display: block;
  margin: 35px 0 20px;
}
.sec .arrow02 {
  width: 50px;
  border-top: 25px solid #88b7d5;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid transparent;
  margin: 30px auto 5px;
}

#sec_achievement .achievement_toppage {
  padding: 27px 5px 30px;
  border-bottom: 1px solid #cccccc;
  width: 92%;
  margin: 0 auto;
}
#sec_achievement .achievement_toppage h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#sec_achievement .achievement_toppage ul {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sec_achievement .achievement_toppage ul li {
  width: 33%;
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.banner01 p {
  font-size: 1.2rem;
  text-align: right;
  padding-right: 10px;
  margin: 10px 0 60px;
}

#sec_company_profile .box_dl {
  margin: 30px 0 60px;
}
#sec_company_profile .box_dl dl {
  display: flex;
  border-bottom: 1px solid #dddddd;
  font-size: 1.4rem;
}
#sec_company_profile .box_dl dl dt {
  padding: 12px 16px;
  background-color: #cccccc;
  font-weight: bold;
  width: 205px;
}
#sec_company_profile .box_dl dl dd {
  width: 480px;
  line-height: 1.6;
  padding: 12px 16px;
  flex-grow: 1;
}
#sec_company_profile .box_dl dl dd img {
  width: 50%;
}

#sec_access .map {
  margin: 40px 0 20px;
  height: 400px;
}
#sec_access p {
  margin: 20px 20px 70px;
  line-height: 1.6;
}
#sec_qa p {
  margin-bottom: 0;
}
#sec_qa .box_qa {
  margin: 20px 0;
}
#sec_qa .box_qa dl {
  font-weight: bold;
  padding: 35px 0 25px;
  border-bottom: 1px solid #cccccc;
}
#sec_qa .box_qa dl dt {
  color: #22a8e6;
  font-size: 1.6rem;
  margin-bottom: 15px;
  display: flex;
}
#sec_qa .box_qa dl dt:before {
  content: "";
  display: inline-block;
  background: url(../images/top/qa_q.png) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  position: relative;
  top: -3px;
}
#sec_qa .box_qa dl dd {
  font-size: 1.5rem;
  line-height: 1.6;
  display: flex;
}
#sec_qa .box_qa dl dd:before {
  content: "";
  display: inline-block;
  background: url(../images/top/qa_a.png) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  position: relative;
  top: -1px;
}

.sidebar .container {
  width: 240px;
  max-width: 240px;
  background: url(../images/top/back_sidebar.jpg);
  padding: 10px;
  flex-grow: 1;
  margin-top: 20px;
}
.sidebar h2 {
  background-color: #ea8d31;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border-bottom: 5px solid #ec7500;
  padding: 6px;
  padding-bottom: 4px;
}
.sidebar ul {
  background-color: #fff;
  width: 100%;
  max-width: 240px;
}
.sidebar ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #d5d5d5;
  width: 92%;
  margin: 0 auto;
}
.sidebar ul li a {
  font-size: 1.6rem;
}
.sidebar ul li:before {
  content: "▶︎";
  color: #eb6877;
  margin-right: 16px;
}
.sidebar p {
  margin: 30px 0;
  font-size: 1.6rem;
  background-color: #fff;
  padding: 16px 8px;
}

.box_contact {
  background-color: #eeeeee;
  padding: 65px 0;
}
.box_contact .container {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
}
.box_contact .container .h2_top {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.box_contact .container h2 {
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_contact .container h2:before {
  content: "";
  display: inline-block;
  width: 175px;
  height: 1px;
  background-color: #333333;
  margin-right: 30px;
}
.box_contact .container h2:after {
  content: "";
  display: inline-block;
  width: 175px;
  height: 1px;
  background-color: #333333;
  margin-left: 30px;
}
.box_contact .container .box_flex {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 690px;
  margin: 30px auto;
}
.box_contact .container .box_flex .box_tel {
  width: 48%;
  text-align: center;
}
.box_contact .container .box_flex .box_tel a.tel {
  font-size: 5rem;
  font-weight: bold;
  display: block;
  position: relative;
  top: -1px;
}
.box_contact .container .box_flex .box_tel .p_01 {
  border: 1px solid #333333;
  padding: 15px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.box_contact .container .box_flex .box_tel .p_02 {
  font-size: 1.6rem;
  font-weight: bold;
}
.box_contact .container .box_flex .box_tel .p_03 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
.box_contact .container .box_flex .box_mail {
  width: 48%;
  background-color: #00a2e9;
  color: #fff;
}
.box_contact .container .box_flex .box_mail a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_contact .container .box_flex .box_mail a:before {
  content: "";
  display: inline-block;
  background: url(../images/top/icon_mail.png) no-repeat center center/contain;
  width: 23px;
  height: 15px;
  position: relative;
  right: 18px;
}

footer {
  padding-bottom: 40px;
}
footer .container {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
footer .container .footer_p01 {
  font-size: 1.6rem;
  padding-left: 5px;
  margin: 20px 0 40px;
}
footer .container ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
footer .container ul li {
  width: 25%;
  margin-bottom: 10px;
}
footer .container ul li a {
  font-size: 1.6rem;
}
footer .container ul li.p-l {
  padding-left: 24px;
}
footer .container .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 0 1px #a0a0a0, 0 0 0 6px #fff, 0 0 0 7px #a0a0a0;
  padding: 20px;
  padding-right: 8px;
}
footer .container .footer_bottom .box_company_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  border-right: 1px solid #a0a0a0;
}
footer .container .footer_bottom .box_company_info img {
  width: 155px;
}
footer .container .footer_bottom .box_company_info p {
  font-size: 1.5rem;
  line-height: 1.6;
  padding-right: 20px;
  margin-left: 12px;
  width: 65.5%;
}
footer .container .footer_bottom .box_company_info p span {
  font-weight: bold;
}
footer .container .footer_bottom .box_company_info p .pc_m-r {
  margin-right: 15px;
}
footer .container .footer_bottom .box_link {
  width: 40%;
}
footer .container .footer_bottom .box_link ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}
footer .container .footer_bottom .box_link ul li {
  width: 33%;
  text-align: center;
}
footer .container .footer_bottom .box_link ul li a {
  font-size: 1.4rem;
}
footer .container .footer_bottom .box_link ul li:before {
  content: "";
  display: inline-block;
  background: url(../images/top/icon_company.png) no-repeat center center/contain;
  width: 20px;
  height: 14px;
  position: relative;
  top: 2px;
}
footer .container .footer_bottom .box_link ul .link_contact:before {
  background: url(../images/top/icon_mail_black.png) no-repeat center center/contain;
  width: 15px;
  height: 17px;
  right: 2px;
}
footer .container .footer_bottom .box_link ul .link_sitemap:before {
  background: url(../images/top/icon_sitemap.png) no-repeat center center/contain;
  width: 12px;
  height: 16px;
}

.page-strengths {
  margin-top: 10px;
}
.page-strengths h2 {
  background: url(../images/top/back_top02.jpg);
  padding: 25px 0;
  margin-bottom: 60px;
}
.page-strengths h2 img {
  display: block;
  width: 340px;
  margin: 0 auto;
}
.page-strengths .item {
  margin: 40px 0;
  border: 1px solid #cccccc;
  padding: 5px 20px 45px;
  position: relative;
}
.page-strengths .item h3 {
  font-size: 2.2rem;
  text-align: center;
  margin: 40px 0;
}
.page-strengths .item h3 .back_marker {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffe854 0%) repeat scroll 0 0;
  padding: 0 4px;
}
.page-strengths .item h3 .f-c {
  font-size: 2.4rem;
  color: #fe2424;
  font-weight: bold;
}
.page-strengths .item h3 .f-w {
  font-size: 2.4rem;
  font-weight: bold;
}
.page-strengths .item .box_flex {
  display: flex;
  justify-content: space-between;
}
.page-strengths .item .box_flex p {
  font-size: 1.4rem;
  line-height: 1.6;
  flex-grow: 1;
  padding-left: 5px;
}
.page-strengths .item .box_flex p .f-w {
  font-weight: bold;
}
.page-strengths .item .box_flex img {
  width: 180px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 28px;
}
.page-strengths .item figure {
  margin: 60px 0 0;
}
.page-strengths .item:before {
  content: "";
  display: block;
  background: url(../images/top/01_reasons_to_be_chosen.png) no-repeat center center/contain;
  background: url(../images/strengths/01_reasons_to_be_chosen_strengths.png) no-repeat center center/contain;
  width: 200px;
  height: 45px;
  position: absolute;
  top: -25px;
  left: 5px;
}
.page-strengths .item:nth-child(3):before {
  background: url(../images/strengths/02_reasons_to_be_chosen_strengths.png) no-repeat center center/contain;
}
.page-strengths .item:nth-child(4):before {
  background: url(../images/strengths/03_reasons_to_be_chosen_strengths.png) no-repeat center center/contain;
}
.page-strengths .item:nth-child(5):before {
  background: url(../images/strengths/04_reasons_to_be_chosen_strengths.png) no-repeat center center/contain;
}
.page-strengths .item:nth-child(6):before {
  background: url(../images/strengths/05_reasons_to_be_chosen_strengths.png) no-repeat center center/contain;
}

.page-price #sec_price .box_dl {
  margin: 40px 0;
  border: 1px solid #cccccc;
}
.page-price #sec_price .box_dl dl {
  display: flex;
  font-size: 1.2rem;
  border-bottom: 1px solid #cccccc;
}
.page-price #sec_price .box_dl dl dt {
  width: 46%;
  padding: 10px;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.page-price #sec_price .box_dl dl dd {
  width: 27%;
  padding: 10px;
  border-left: 1px solid #cccccc;
  display: flex;
  align-items: center;
}
.page-price #sec_price .box_dl dl dd:nth-of-type(1) {
  width: 17%;
}
.page-price #sec_price .box_dl dl dd:nth-of-type(2) {
  width: 10%;
}
.page-price #sec_price .box_dl dl dd:nth-of-type(3) {
  width: 27%;
}
.page-price #sec_price .box_dl dl:first-of-type {
  text-align: center;
  background-color: #eeeeee;
}
.page-price #sec_price .box_dl dl:last-of-type {
  border-bottom: none;
}

.archive-case #sec_archive_case .box_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0;
}
.archive-case #sec_archive_case .box_item .item {
  width: 30.5%;
  margin-bottom: 30px;
}
.archive-case #sec_archive_case .box_item .item a img {
  width: 100%;
}
.archive-case #sec_archive_case .box_item .item a p.case_title {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6px;
  margin: 8px 0;
}
.archive-case #sec_archive_case .box_item .item a p.excerpt {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 8px 0;
}
.archive-case #sec_archive_case .box_item .item a time {
  font-size: 1.2rem;
  color: #cccccc;
  display: block;
  margin: 12px 0;
}
.archive-case #sec_archive_case .box_item::after {
  content: "";
  display: block;
  width: 30.5%;
}

.single-case .sec_single_case {
  margin-top: 30px;
}
.single-case .sec_single_case .box_h2 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 10px;
  border-bottom: 2px solid #31b8d4;
}
.single-case .sec_single_case .box_h2 h2 {
  font-size: 2rem;
  font-weight: bold;
}
.single-case .sec_single_case .box_h2 time {
  font-size: 1.2rem;
  color: #cccccc;
  display: block;
}
.single-case .sec_single_case .test {
  height: 350px;
}
.single-case .sec_single_case p {
  font-size: 1.4rem;
  margin: 22px 0;
  line-height: 1.6;
}
.single-case .sec_single_case .swiper_main {
  padding: 15px;
  border: 1px solid #cccccc;
  margin: 20px 0 0;
}
.single-case .sec_single_case .swiper_thumbnail .swiper-wrapper {
  justify-content: center;
  margin: 30px 0;
}
.single-case .sec_single_case .swiper_thumbnail .swiper-slide {
  width: 110px !important;
  height: 80px;
  margin: 0 10px;
  cursor: pointer;
}

.page-company #sec_greeting .box_01 {
  margin: 40px 0;
}
.page-company #sec_greeting .box_01 .box_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.page-company #sec_greeting .box_01 .box_flex img {
  width: 250px;
  margin: 0;
  margin-right: 15px;
}
.page-company #sec_greeting .box_01 .box_flex p {
  margin-top: 2px;
  flex-grow: 1;
}
.page-company #sec_greeting .box_01 p {
  margin: 0;
}
.page-company #sec_greeting .box_01 img {
  display: block;
  margin: 15px 0;
  margin-left: auto;
  width: 275px;
}
.page-company #sec_greeting figure {
  margin: 60px 0 40px;
  width: 100%;
}
.page-company #sec_greeting .box_02 {
  margin: 10px 0 50px;
}
.page-company #sec_greeting .box_02 p {
  line-height: 1.7;
  margin: 28px 0;
}
.page-company #sec_greeting .box_02 p .c-orange {
  font-weight: bold;
  color: #ff7f00;
}
.page-company #sec_greeting .box_02 p .c-skyblue {
  font-weight: bold;
  color: #31b8d4;
}
.page-company #sec_greeting .box_02 p .c-red {
  font-weight: bold;
  color: #fe2424;
}
.page-company #sec_member .box_flex {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 5px;
}
.page-company #sec_member .box_flex .item {
  width: 30%;
}
.page-company #sec_member .box_flex .item p {
  margin: 16px 0;
  font-weight: bold;
  text-align: center;
}
.page-company #sec_member p {
  margin: 34px 0 50px;
}
.page-company #sec_philosophy img {
  display: block;
  margin: 60px 0 70px;
}
.page-company #sec_policy p {
  line-height: 1.8;
  margin: 40px 0 90px;
}

.archive-voice #sec_archive_voice .box_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0;
}
.archive-voice #sec_archive_voice .box_item .item {
  width: 30.5%;
  margin-bottom: 30px;
}
.archive-voice #sec_archive_voice .box_item .item a img {
  width: 100%;
}
.archive-voice #sec_archive_voice .box_item .item a p.case_title {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6px;
  margin: 8px 0;
}
.archive-voice #sec_archive_voice .box_item .item a p.excerpt {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 8px 0;
}
.archive-voice #sec_archive_voice .box_item .item a time {
  font-size: 1.2rem;
  color: #cccccc;
  display: block;
  margin: 12px 0;
}
.archive-voice #sec_archive_voice .box_item::after {
  content: "";
  display: block;
  width: 30.5%;
}

.single-voice #sec_single_voice h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 40px;
}
.single-voice #sec_single_voice h3:before {
  content: "";
  display: inline-block;
  background: url(../images/voice/balloon.png) no-repeat center center/contain;
  width: 32px;
  height: 27px;
  position: relative;
  top: 3px;
  margin-right: 8px;
}
.single-voice #sec_single_voice p.work_content {
  padding: 3px 10px;
  border-left: 2px solid #31b8d4;
}
.single-voice #sec_single_voice .box_flex {
  padding: 30px 0 45px;
  border-bottom: 1px solid #31b8d4;
  display: flex;
}
.single-voice #sec_single_voice .box_flex img {
  width: 170px;
  display: block;
  margin-right: 15px;
}
.single-voice #sec_single_voice .box_flex p {
  margin-top: 3px;
  flex-grow: 1;
  line-height: 1.6;
}

.archive-product #sec_archive_product figure {
  width: 100%;
  margin-top: 0;
}
.archive-product #sec_archive_product .box_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0;
}
.archive-product #sec_archive_product .box_item .item {
  width: 30.5%;
}
.archive-product #sec_archive_product .box_item .item a img {
  width: 100%;
}
.archive-product #sec_archive_product .box_item .item a p {
  text-align: center;
  font-weight: bold;
  margin: 10px 0 15px;
}
.archive-product #sec_archive_product .box_item::after {
  content: "";
  display: block;
  width: 30.5%;
}

.main_container {
  max-width: 960px;
  margin: 0 auto;
}
.main_container .single-product .sec_single_product {
  margin-top: 30px;
}
.main_container .single-product .sec_single_product .box_h2 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 10px;
  border-bottom: 2px solid #31b8d4;
}
.main_container .single-product .sec_single_product .box_h2 h2 {
  font-size: 2rem;
  font-weight: bold;
　padding-left:10px;
}
.main_container .single-product .sec_single_product .box_flex {
  margin: 25px 0 70px;
  display: flex;
  justify-content: space-between;
}
.main_container .single-product .sec_single_product .box_flex figure {
  width: 50%;
  max-height: 400px;
  margin-top: 0;
}
.main_container .single-product .sec_single_product .box_flex figure img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_container .single-product .sec_single_product .box_flex .box_text {
  width: 45%;
  position: relative;
}
.main_container .single-product .sec_single_product .box_flex .box_text .box_top {
  padding: 35px 12px 20px 0px;
}
.main_container .single-product .sec_single_product .box_flex .box_text .box_top .p_01 {
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
  margin-bottom: 12px;
}
.main_container .single-product .sec_single_product .box_flex .box_text .box_top .box_price {
  display: flex;
  justify-content: space-between;
}
.main_container .single-product .sec_single_product .box_flex .box_text .box_top .box_price p {
  color: #f70f0f;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
.main_container .single-product .sec_single_product .box_flex .box_text .box_top .box_price p .span01 {
  font-size: 4rem;
}
.main_container .single-product .sec_single_product .box_flex .box_text .box_top .box_price p .span02 {
  font-size: 2rem;
  font-weight: normal;
}
.main_container .single-product .sec_single_product .box_flex .box_text .box_top .box_price .price_left {
  position: relative;
  top: 8px;
}
.main_container .single-product .sec_single_product .box_flex .box_text .box_top .box_price .price_right {
  text-align: right;
  margin-bottom: 17px;
}
.main_container .single-product .sec_single_product .box_flex .box_text .box_top p.c-orange {
  color: #ff6f00;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
  letter-spacing: -0.5px;
}
.main_container .single-product .sec_single_product .box_flex .box_text .box_top p.c-orange span {
  font-size: 1.6rem;
}
.main_container .single-product .sec_single_product .box_flex .box_text .box_top .p_02 {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main_container .single-product .sec_single_product .box_flex .box_text a.btn02 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: #f70f0f;
  padding: 10px;
  border-radius: 8px;
  position: absolute;
  top: auto;
  bottom: 25px;
}
.main_container .single-product .sec_single_product .box_flex .box_text a.btn02:after {
  content: ">";
  position: relative;
  left: 50px;
  font-size: 1.6rem;
}
.main_container .single-product #sec_archive_voice .box_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto;
  max-width: 930px;
}
.main_container .single-product #sec_archive_voice .box_item .item {
  width: 22.6%;
  margin-bottom: 30px;
}
.main_container .single-product #sec_archive_voice .box_item .item a img {
  width: 100%;
}
.main_container .single-product #sec_archive_voice .box_item .item a p.case_title {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6px;
  margin: 8px 0;
}
.main_container .single-product #sec_archive_voice .box_item .item a p.excerpt {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 8px 0;
}
.main_container .single-product #sec_archive_voice .box_item .item a time {
  font-size: 1.2rem;
  color: #cccccc;
  display: block;
  margin: 12px 0;
}
.main_container .single-product #sec_archive_voice .box_item::after {
  content: "";
  display: block;
  width: 30.5%;
}

.page-contact .box_banner {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}
.page-contact .box_banner a {
  display: block;
  width: 49%;
  margin: 0;
}
.page-contact .box_banner a figure {
  width: 100%;
  margin: 0;
}
.page-contact .form_input {
  flex-grow: 1;
}
.page-contact ul {
  margin: 60px 0 80px;
}
.page-contact ul li {
  margin-bottom: 8px;
  font-size: 1.4rem;
}
.page-contact form {
  font-size: 1.4rem;
  margin-bottom: 80px;
}
.page-contact form .form_part {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.page-contact form .form_part label {
  width: 240px;
  white-space: nowrap;
  padding: 11px 0;
}
.page-contact form .form_part input {
  border: 1px solid #cccccc;
  border-radius: 1px;
  padding: 11px;
  width: 100%;
}
.page-contact form .form_part input[type=radio] {
  width: initial;
}
.page-contact form .form_part .label_number {
  margin-bottom: 60px;
}
.page-contact form .form_part .input_number {
  position: relative;
  top: 25px;
}
.page-contact form .form_part .input_radio01 {
  border-radius: 10px;
}
.page-contact form .form_part .box_flex {
  display: flex;
}
.page-contact form .form_part.form_part--number {
  align-items: flex-end;
}
.page-contact form .box_form_btn {
  text-align: center;
  margin: 60px auto;
  width: 300px;
  height: 50px;
  background-color: #fdd000;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-contact form .box_form_btn .form_btn {
  width: 100%;
  height: 100%;
}

.page-thanks {
  margin: 60px;
  line-height: 2;
}

.mw_wp_form .vertical-item {
  margin-right: 25px;
}

.page-line figure {
  width: 100%;
  margin: 0;
}
.page-line .sec h2 {
  font-size: 2.4rem;
}
.page-line .sec h2 span {
  font-size: 2rem;
}
.page-line .box_page_line_top p {
  margin: 30px 0;
  line-height: 1.8em;
}
.page-line .box_page_line_top .figure_02 {
  margin-bottom: 30px;
}
.page-line #sec_step1 .box_flex {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}
.page-line #sec_step1 .box_flex .box_add_friend {
  width: 45%;
  border: 4px solid #0dbc11;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
.page-line #sec_step1 .box_flex .box_add_friend p.user_kind {
  background-color: #0dbc11;
  color: #fff;
  font-size: 2rem;
  padding: 10px 0;
  margin-top: 0;
  margin-bottom: 13px;
}
.page-line #sec_step1 .box_flex .box_add_friend .small_discription {
  margin: 0 0 12px;
}
.page-line #sec_step1 .box_flex .box_add_friend .small_discription.small_discription--line {
  margin: 0;
}
.page-line #sec_step1 .box_flex .box_add_friend a {
  display: block;
  margin: 0 auto 20px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-line #sec_step1 .box_flex .sp_user a, .page-line #sec_step1 .box_flex .sp_user .line-it-button {
  width: 165px;
}
.page-line #sec_step1 .box_flex .pc_user a {
  width: 63px;
  height: 63px;
}
.page-line #sec_step1 .box_flex .pc_user a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.page-line #sec_step1 .p_01 {
  margin-bottom: 60px;
}
.page-line .line-it-button {
  margin: 0 auto 20px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative !important;
  top: 50%;
  transform: translateY(50%) scale(1.5);
}
.page-line #sec_step2 .container {
  margin: 20px auto 30px;
  width: 90%;
  max-width: 590px;
}
.page-line #sec_step2 .container .required_information {
  border: 1px solid #cccccc;
  padding: 35px 35px 45px;
  margin-bottom: 40px;
}
.page-line #sec_step2 .container .required_information .ul_01 {
  padding-left: 10px;
}
.page-line #sec_step2 .container .required_information .ul_01 li {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.page-line #sec_step2 .container .required_information .ul_01 li span {
  color: #f70f0f;
}
.page-line #sec_step2 .container .required_information p {
  margin: 20px 0;
}
.page-line #sec_step2 .container .required_information .ul_02 {
  padding-left: 25px;
  margin: 25px 0;
}
.page-line #sec_step2 .container .required_information .ul_02 li {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.page-line #sec_step2 .container .box_h3_example {
  margin: 40px 0 80px;
}
.page-line #sec_step2 .container .box_h3_example h3 {
  color: #fff;
  background-color: #04b904;
  text-align: center;
  padding: 6px;
  font-size: 2rem;
  font-weight: bold;
}
.page-line #sec_step2 .container .box_h3_example .box_flex {
  width: 92%;
  margin: 25px auto;
  display: flex;
  justify-content: space-between;
}
.page-line #sec_step2 .container .box_h3_example .box_flex img {
  width: 48%;
}
.page-line #sec_step2 .container .box_h3_example p {
  margin: 0 0 10px;
  text-align: center;
}
.page-line #sec_step2 .container .box_h3_example .arrow02 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.page-line #sec_step2 .container .box_h3_example .box_flex02 {
  width: 92%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-line #sec_step2 .container .box_h3_example .box_flex02 img {
  width: 40%;
}
.page-line #sec_step2 .container .box_h3_example .box_flex02 .box_text {
  width: 55%;
  padding: 15px 10px 40px;
  font-size: 1.4rem;
  border: 1px solid #cccccc;
}
.page-line #sec_step2 .container .box_h3_example .box_flex02 .box_text p {
  font-weight: bold;
  margin: 10px 0;
  text-align: left;
}
.page-line #sec_step2 .container .box_h3_example .box_flex02 .box_text .p_01 {
  margin-top: 0;
}
.page-line #sec_step2 .container .box_h3_example .box_flex02 .box_text .ul_01 {
  padding: 8px 4px;
  margin: 0px 0 10px;
}
.page-line #sec_step2 .container .box_h3_example .box_flex02 .box_text .ul_01 li {
  font-weight: bold;
  line-height: 1.5;
}
.page-line #sec_step2 .container .box_h3_example .box_flex02 .box_text .ul_01 li span {
  color: #f70f0f;
}
.page-line #sec_step2 .container .box_h3_example .box_flex02 .box_text .b-c {
  border: 3px solid #f70f0f;
}
.page-line #sec_step2 .container .box_h3_example .box_flex02 .box_text .p_02 {
  margin: 0 0 10px;
}
.page-line #sec_step2 .container .box_h3_example .box_flex02 .box_text .ul_02 {
  padding-left: 18px;
}
.page-line #sec_step2 .container .box_h3_example .box_flex02 .box_text .ul_02 li {
  margin-bottom: 5px;
}
.page-line #sec_step3 .box_flex {
  margin: 60px auto 100px;
  width: 90%;
  max-width: 542px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-line #sec_step3 .box_flex img {
  width: 40%;
}
.page-line #sec_step3 .box_flex .box_text {
  width: 45%;
}
.page-line #sec_step3 .box_flex .box_text .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f81010;
  border-radius: 200px;
  width: 185px;
  height: 185px;
}
.page-line #sec_step3 .box_flex .box_text .box p.back_red {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  transform: rotate(16deg);
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
.page-line #sec_step3 .box_flex .box_text .box p.back_red span {
  font-size: 3rem;
}
.page-line #sec_step3 .box_flex .box_text p.p_01 {
  font-size: 1.6rem;
  line-height: 1.4;
}
.page-line .box_page_line_bottom .figure01 {
  margin: 0 0 40px;
}
.page-line .box_page_line_bottom .box_flex {
  margin: 40px 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-line .box_page_line_bottom .box_flex .box_line_add {
  width: 47.5%;
  text-align: center;
  font-weight: bold;
}
.page-line .box_page_line_bottom .box_flex .box_line_add .box_add_friend {
  border: 4px solid #0dbc11;
  height: 180px;
  display: flex;
  flex-direction: column;
}
.page-line .box_page_line_bottom .box_flex .box_line_add .box_add_friend p.user_kind {
  background-color: #0dbc11;
  color: #fff;
  font-size: 2rem;
  padding: 10px 0;
  margin-top: 0;
  margin-bottom: 13px;
}
.page-line .box_page_line_bottom .box_flex .box_line_add .box_add_friend .small_discription {
  margin: 0 0 12px;
}
.page-line .box_page_line_bottom .box_flex .box_line_add .box_add_friend .small_discription.small_discription--line {
  margin: 0;
}
.page-line .box_page_line_bottom .box_flex .box_line_add .box_add_friend a {
  display: block;
  margin: 0 auto 20px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-line .box_page_line_bottom .box_flex .box_line_add .sp_user {
  margin-bottom: 20px;
}
.page-line .box_page_line_bottom .box_flex .box_line_add .sp_user a {
  width: 165px;
}
.page-line .box_page_line_bottom .box_flex .box_line_add .pc_user a {
  width: 63px;
  height: 63px;
}
.page-line .box_page_line_bottom .box_flex .box_line_add .pc_user a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.page-line .box_page_line_bottom .box_flex figure {
  width: 50.5%;
}
.page-line .box_page_line_bottom .box_flex figure img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  html {
    font-size: 50%;
  }

  .sp_show {
    display: block;
  }

  .pc_show {
    display: none;
  }

  p {
    font-size: 1.4rem;
    margin: 12px 0;
  }

  a.btn_cta {
    width: 90%;
    max-width: 350px;
    margin: 40px auto;
  }

  header .header_top p {
    line-height: 1.4;
  }
  header .pc_show {
    display: none;
  }
  header .sp_show_box_flex {
    display: flex;
    width: 100%;
    height: auto;
    padding: 5px 0;
    border-bottom: 1px solid #31b8d4;
  }
  header .sp_show_box_flex h1 {
    width: 95px;
    margin-left: 7%;
  }
  header .sp_show_box_flex .box_right {
    margin-right: 7%;
  }
  header .sp_show_box_flex .box_right p {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 6px;
  }
  header .sp_show_box_flex .box_right a {
    display: block;
    background-color: #055095;
    color: #fff;
    border-bottom: 6px solid #002d57;
    text-align: center;
    font-size: 2.4rem;
    padding: 8px;
  }
  header .sp_show_box_flex .box_right a:after {
    content: ">";
    font-size: 1.4rem;
    position: relative;
    top: -3px;
    left: 6px;
  }
  header .box_sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 6%;
  }
  header .box_sns a {
    display: block;
    width: 22px;
    margin-left: 8px;
  }
  header .box_info {
    display: block;
    padding: 0 5%;
    text-align: center;
    margin-bottom: 20px;
  }
  header .box_info a {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  header .box_info a.link_form {
    background-color: #ff6f00;
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    padding: 6px;
    position: relative;
    margin-bottom: 6px;
  }
  header .box_info a.link_form:before {
    content: "";
    display: inline-block;
    background: url(../images/top/icon_mail.png) no-repeat center center/contain;
    width: 24px;
    height: 14px;
    position: relative;
    top: 1px;
    right: 8px;
  }
  header .box_info a.link_mail {
    width: 75%;
    max-width: 264px;
  }
  header .box_info a.link_tel {
    width: 75%;
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    max-width: 264px;
  }
  header .box_info a.link_tel:before {
    content: "";
    display: inline-block;
    background: url(../images/top/icon_tel.jpg) no-repeat center center/contain;
    width: 33px;
    height: 23px;
  }
  header .box_info p {
    font-size: 1.6rem;
    font-weight: bold;
    width: 75%;
    margin: 0 auto;
    margin-top: -2px;
  }
  header nav ul {
    flex-wrap: wrap;
    height: auto;
    width: 100%;
  }
  header nav ul li {
    width: 50%;
    margin: 0;
    padding: 13px 0;
    border-bottom: 1px solid #248aa0;
  }
  header nav ul li:nth-child(6) {
    border-bottom: none;
  }
  header nav ul li:nth-child(7) {
    border-bottom: none;
  }

  main {
    width: 95%;
  }
  main .main_column {
    width: 100%;
    margin: 0 auto;
  }
  main .main_column .top_head01 ul {
    width: 70%;
  }
  main .main_column .top_head02 {
    padding-top: 15px;
  }
  main .main_column .top_head02 h2 {
    margin-bottom: 12px;
  }
  main .main_column .top_head02 h2 img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  main .main_column .top_head02 .container .box_flex {
    justify-content: space-around;
    padding-top: 40px;
  }
  main .main_column .top_head02 .container .box_flex .item {
    width: 46%;
    margin: 0 0 30px;
  }
  main .main_column .top_head02 .container .box_flex .item:before {
    width: 130px;
  }
  main .main_column .top_head02 .container .box_flex::after {
    content: "";
    display: block;
    width: 45%;
  }
  .sec figure {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
  }
  .sec .box_h3 {
    padding: 20px;
  }
  .sec .box_h3 .box_flex {
    flex-direction: column;
  }
  .sec .box_h3 .box_flex .link_mail {
    width: 75%;
    margin-top: 0;
  }
  .sec .box_h3 .box_item .item {
    width: 100%;
  }
  .sec .box_h3 a.btn01 {
    margin: 35px auto 20px;
  }
  .sec .arrow02 {
    margin: 20px auto 0;
  }

  #sec_company_profile .box_dl dl dd img {
    width: 80%;
  }

  #sec_access .map {
    height: 250px;
  }
  .box_contact {
    padding: 20px 0;
  }
  .box_contact .container {
    background: none;
    padding: 0;
  }
  .box_contact .container h2 {
    display: none;
  }
  .box_contact .container .box_flex {
    width: 100%;
    margin: 0;
  }
  .box_contact .container .box_flex .box_tel {
    background-color: #fff;
  }
  .box_contact .container .box_flex .box_tel a.tel {
    font-size: 2.8rem;
    padding: 10px 0 0;
  }
  .box_contact .container .box_flex .box_tel .p_01 {
    border: none;
    font-size: 1.3rem;
    margin: 8px auto;
    padding: 0;
  }
  .box_contact .container .box_flex .box_mail a {
    font-size: 1.4rem;
  }
  .box_contact .container .box_flex .box_mail a:before {
    right: 3px;
    width: 18px;
    height: 12px;
  }

  footer .container .footer_p01 {
    margin-bottom: 30px;
    line-height: 1.4;
  }
  footer .container ul {
    flex-direction: column;
  }
  footer .container ul li {
    width: 100%;
    padding-left: 20px;
  }
  footer .container ul li.p-l {
    padding-left: 20px;
  }
  footer .container .footer_bottom {
    flex-direction: column;
    padding: 10px;
  }
  footer .container .footer_bottom .box_company_info {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    border-right: none;
  }
  footer .container .footer_bottom .box_company_info img {
    width: 95px;
    display: block;
    margin-left: 5px;
  }
  footer .container .footer_bottom .box_company_info p {
    width: 60%;
    padding-right: 0;
    flex-grow: 1;
    margin-left: 15px;
  }
  footer .container .footer_bottom .box_company_info p .pc_m-r {
    margin-right: 0;
  }
  footer .container .footer_bottom .box_link {
    width: 100%;
    border-top: 1px solid #cccccc;
  }
  footer .container .footer_bottom .box_link ul {
    flex-direction: row;
    margin-top: 12px;
  }
  footer .container .footer_bottom .box_link ul li {
    padding-left: 0;
  }
  footer .container .footer_bottom .box_link ul li:before {
    width: 15px;
    height: 14px;
    right: 2px;
  }
  footer .container .footer_bottom .box_link ul .link_contact:before {
    width: 14px;
    height: 14px;
  }
  footer .container .footer_bottom .box_link ul .link_sitemap:before {
    width: 15px;
    height: 14px;
    right: 0;
  }

  .page-strengths h2 {
    padding: 15px 0;
  }
  .page-strengths h2 img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .page-strengths .item h3 {
    margin: 30px 0 10px;
  }
  .page-strengths .item .box_flex {
    flex-direction: column;
  }
  .page-strengths .item .box_flex p {
    margin-bottom: 20px;
  }
  .page-strengths .item .box_flex img {
    margin: 0 auto;
    width: 75%;
    height: auto;
  }
  .page-price #sec_price .box_dl {
    margin-top: 20px;
  }
  .page-price #sec_price .box_dl dl dt {
    width: 40%;
  }
  .page-price #sec_price .box_dl dl dd:nth-of-type(1) {
    width: 18%;
  }
  .page-price #sec_price .box_dl dl dd:nth-of-type(2) {
    width: 18%;
  }
  .page-price #sec_price .box_dl dl dd:nth-of-type(3) {
    width: 24%;
  }
  .archive-case #sec_archive_case .box_item {
    margin: 25px 0;
  }
  .archive-case #sec_archive_case .box_item .item {
    width: 48.5%;
  }
  .page-company #sec_greeting .box_01 {
    margin: 20px 0;
  }
  .page-company #sec_greeting .box_01 .box_flex {
    flex-direction: column;
  }
  .page-company #sec_greeting .box_01 .box_flex img {
    width: 80%;
    margin: 0 auto;
  }
  .page-company #sec_greeting .box_01 .box_flex p {
    margin: 16px 0;
  }
  .page-company #sec_greeting .box_01 img {
    width: 200px;
    margin-top: 26px;
  }
  .page-company #sec_member p {
    margin: 16px 0 40px;
  }
  .page-company #sec_philosophy img {
    margin: 35px 0 40px;
  }
  .archive-voice #sec_archive_voice .box_item {
    margin: 20px 0;
  }
  .archive-voice #sec_archive_voice .box_item .item {
    width: 48.5%;
  }
  .single-voice #sec_single_voice h3 {
    margin-top: 30px;
  }
  .single-voice #sec_single_voice .box_flex {
    flex-direction: column;
    padding: 10px 0;
  }
  .single-voice #sec_single_voice .box_flex img {
    margin: 0 auto;
    width: auto;
    max-width: 300px;
  }
  .single-voice #sec_single_voice .box_flex p {
    margin: 30px 0;
  }

  .archive-product #sec_archive_product .box_item .item {
    width: 48.5%;
  }
  .main_container .single-product .sec_single_product .box_flex {
    flex-direction: column;
  }
  .main_container .single-product .sec_single_product .box_flex figure {
    width: 80%;
    margin: 0 auto;
  }
  .main_container .single-product .sec_single_product .box_flex .box_text {
    width: 100%;
  }
  .main_container .single-product .sec_single_product .box_flex .box_text .box_top {
    padding: 10px 50px;
  }
  .main_container .single-product .sec_single_product .box_flex .box_text .box_top .p_01 {
    margin-bottom: 0;
  }
  .main_container .single-product .sec_single_product .box_flex .box_text .box_top .box_price .price_left {
    top: 7px;
  }
  .main_container .single-product .sec_single_product .box_flex .box_text .box_top p.c-orange {
    margin-top: 0;
  }
  .main_container .single-product .sec_single_product .box_flex .box_text .box_top .p_02 {
    margin-bottom: 30px;
  }
  .main_container .single-product .sec_single_product .box_flex .box_text a.btn02 {
    position: relative;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
  }
  .main_container .single-product #sec_archive_voice .box_item {
    width: 95%;
    margin: 20px auto;
  }
  .main_container .single-product #sec_archive_voice .box_item .item {
    width: 48.5%;
  }
  .page-contact .box_banner {
    flex-direction: column;
    margin: 15px 0;
  }
  .page-contact .box_banner a {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .page-contact ul {
    width: 75%;
    margin: 40px auto;
  }
  .page-contact ul li {
    margin-bottom: 15px;
  }
  .page-contact form {
    width: 80%;
    margin: 40px auto 20px;
  }
  .page-contact form .form_part {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .page-contact form .form_part label {
    width: 100%;
    padding: 5px 0;
  }
  .page-contact form .form_part input:not([type=radio]) {
    width: 100%;
  }
  .page-contact form .form_part .box_flex {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .page-contact form .form_part .label_number {
    margin-bottom: 0px;
  }
  .page-contact form .form_part .input_number {
    position: relative;
    top: auto;
  }
  .page-contact form .form_part .input_radio01 {
    position: relative;
    left: 5px;
  }
  .page-contact form .box_form_btn {
    margin: 30px auto;
    width: 100%;
    max-width: 315px;
  }

  .page-line #sec_step1 .box_flex {
    flex-direction: column;
    margin: 20px 0;
  }
  .page-line #sec_step1 .box_flex .box_add_friend {
    width: 90%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .page-line #sec_step2 .container .box_h3_example .arrow02 {
    margin-bottom: 0;
  }
  .page-line #sec_step2 .container .box_h3_example .box_flex02 {
    flex-direction: column;
  }
  .page-line #sec_step2 .container .box_h3_example .box_flex02 img {
    margin-bottom: 20px;
  }
  .page-line #sec_step2 .container .box_h3_example .box_flex02 .box_text {
    width: 100%;
  }
  .page-line #sec_step3 .box_flex {
    flex-direction: column;
    margin: 40px auto 100px;
  }
  .page-line #sec_step3 .box_flex img {
    margin-bottom: 30px;
  }
  .page-line #sec_step3 .box_flex .box_text {
    width: 100%;
    display: flex;
  }
  .page-line #sec_step3 .box_flex .box_text .box {
    margin: 0 auto;
    width: 130px;
    height: 130px;
  }
  .page-line #sec_step3 .box_flex .box_text .box p.back_red {
    font-size: 12px;
  }
  .page-line .box_page_line_bottom .box_flex {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .page-line .box_page_line_bottom .box_flex .box_line_add {
    width: 90%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .page-line .box_page_line_bottom .box_flex .box_line_add .box_add_friend {
    height: 160px;
  }
  .page-line .box_page_line_bottom .box_flex figure {
    width: 90%;
    max-width: 300px;
  }
}

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