@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type=image] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type=submit], input[type=button], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type=image]:hover {
  opacity: 0.75;
}

p {
  line-height: inherit;
}
p * {
  line-height: inherit;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: "Roboto Condensed", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -12rem;
}
@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -7rem;
  }
}
.c_anchor.top {
  transform: translateY(-11rem);
}
@media screen and (max-width: 767px) {
  .c_anchor.top {
    transform: translateY(-7rem);
  }
}

.c_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 3rem;
  }
}

.c_ttl2 {
  line-height: 1;
  font-weight: bold;
  font-size: 2.2rem;
  border-left: solid 0.227em #2e2e90;
  padding-left: 0.6em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .c_ttl2 {
    margin-bottom: 0.6em;
  }
}

.c_ttl3 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .c_ttl3 {
    font-size: 2.5rem;
    margin-bottom: 3.5rem;
  }
}
.c_ttl3:before, .c_ttl3:after {
  content: "";
  position: absolute;
  width: 50%;
  top: 0.5em;
  border-bottom: solid 1px #dcdcdc;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .c_ttl3:before, .c_ttl3:after {
    margin-left: 1em;
  }
}
.c_ttl3:before {
  transform: translateX(-100%);
  margin-left: -1.5em;
}
@media screen and (max-width: 767px) {
  .c_ttl3:before {
    margin-left: -1em;
  }
}

.c_sub {
  color: #2e2e90;
  font-weight: bold;
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  margin-bottom: 8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c_sub {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}

.c_lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.88;
  margin: -4rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .c_lead {
    margin: 0 0 4rem;
  }
}

.c_bg {
  background: #f5f5f5;
}

.c_box {
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 7rem 8rem 8rem;
}
@media screen and (max-width: 767px) {
  .c_box {
    padding: 4rem 3.3rem 4.5rem;
  }
}

.c_link a {
  border-bottom: solid 1px #2e2e90;
  color: #2e2e90;
  position: relative;
  font-size: 1.8rem;
  padding-left: 1em;
  padding-bottom: 0.1em;
  display: inline-block;
  line-height: 1.5;
}
.c_link a:hover {
  opacity: 1;
  color: #6D6CB0;
  border-color: #6D6CB0;
}
.c_link a:hover:before {
  border-color: transparent transparent transparent #6D6CB0;
}
.c_link a.b {
  color: #333333;
  border-color: #333333;
}
.c_link a.b:before {
  border-width: 0.6rem 0.8rem 0.6rem 0;
  border-color: transparent #333333 transparent transparent;
}
.c_link a.b:hover {
  opacity: 1;
  color: #302F90;
  border-color: #302F90;
}
.c_link a.b:hover:before {
  border-color: transparent #302F90 transparent transparent;
}
.c_link a:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0.6rem 0 0.6rem 0.8rem;
  border-color: transparent transparent transparent #2e2e90;
  left: 0;
  top: 0.35em;
  transition: border 0.2s ease-in;
}

.c_back {
  text-align: center;
}
.c_back a {
  display: inline-block;
  background: #dcdcdc url(../img/arrow12.svg) no-repeat 1em center/0.66em;
  font-size: 1.8rem;
  line-height: 8rem;
  width: 50rem;
  max-width: 100%;
}
.c_back a:hover {
  background-color: #302F90;
  opacity: 1;
  color: #fff;
  background-image: url(../img/arrow12_w.svg);
}

.c_dl a {
  background: #2e2e90;
  position: relative;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.8em 0;
  font-weight: bold;
}
.c_dl a:hover {
  opacity: 1;
  background: #6D6CB0;
}
.c_dl a.large {
  padding: 1.7em 0;
}
@media screen and (max-width: 767px) {
  .c_dl a.large {
    padding: 1.4em 0;
    text-align: left;
    padding-left: 7em;
  }
  .c_dl a.large:before {
    position: absolute;
    width: 3rem;
    height: 100%;
    margin-left: -3em;
    top: 0;
    background-image: url(../img/ico_download.png);
  }
}
.c_dl a:before {
  content: "";
  background: url(../img/ico_download_sp.png) no-repeat 50%/contain;
  display: inline-block;
  width: 0.944em;
  height: 1em;
  margin-right: 0.7em;
  vertical-align: -0.1em;
}

.c_search dt {
  text-align: center;
  color: #fff;
  background: #2270a6;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 4rem;
}

.c_sel {
  position: relative;
  z-index: 1;
  background: #fff;
}
.c_sel:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  right: 0.8em;
  border-style: solid;
  border-width: 0.8rem 0.6rem 0 0.6rem;
  border-color: #000000 transparent transparent transparent;
  transition: all 0.2s ease-in;
}
.c_sel.open:before {
  transform: translateY(-50%) rotate(180deg);
}
.c_sel select {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  padding: 0 1em;
  background: transparent;
}

.popup-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.popup-modal .close {
  position: absolute;
  top: -6rem;
  width: 5.1rem;
  right: 0rem;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .popup-modal .close {
    width: 4.5rem;
  }
}
.popup-modal .wrap {
  position: relative;
  width: 100rem;
  max-width: calc(100% - 4rem);
  margin: auto;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10%;
}
@media screen and (min-width: 768px) {
  .popup-modal .c_search {
    width: 100rem;
  }
}
.popup-modal .box {
  position: relative;
}
.popup-modal .loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  color: white;
  font-size: 28px;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .popup-modal .loading {
    font-size: 20px;
  }
}
.popup-modal .loading.show {
  visibility: visible;
}
.popup-modal .loading-crush {
  display: none;
  width: 200px;
  height: 60px;
  position: relative;
}
.popup-modal .loading-crush .circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  transform-origin: 50%;
  animation: circle-crush 0.5s alternate infinite ease;
  transform: translateY(0);
}
.popup-modal .loading-crush.show {
  display: block;
}
.popup-modal .loading-circle {
  display: none;
  width: 200px;
  height: 60px;
  position: relative;
}
.popup-modal .loading-circle .circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  transform-origin: 50%;
  animation: circle 0.5s alternate infinite ease;
  transform: translateY(0);
}
.popup-modal .loading-circle.show {
  display: block;
}
@keyframes circle-crush {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
@keyframes circle {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.popup-modal .circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}
.popup-modal .circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
.popup-modal .shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: #787878;
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow 0.5s alternate infinite ease;
}
@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
.popup-modal .shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}
.popup-modal .shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

body.show-modal {
  overflow-y: hidden;
}

.c_contact {
  text-align: center;
}
.c_contact p {
  font-size: 1.8rem;
  line-height: 1.88;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c_contact p {
    line-height: 1.66;
  }
}
@media screen and (min-width: 768px) {
  .c_contact ul {
    display: flex;
    gap: 1px;
  }
  .c_contact ul li {
    width: 33.33%;
    justify-content: space-between;
  }
  .c_contact ul li:nth-child(1) {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .c_contact li {
    margin-top: 1px;
  }
}
.c_contact a {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c_contact a {
    height: 7rem;
  }
}
.c_contact .search {
  background: #2270a6;
  position: relative;
}
.c_contact .search:hover {
  background: #619ABE;
  opacity: 1;
}
.c_contact .search:before {
  content: "";
  background: url(../img/ico_search02.svg) no-repeat 50%/contain;
  height: 1em;
  width: 1em;
  display: inline-block;
  vertical-align: -0.1em;
  margin-right: 0.5em;
}
.c_contact .mail {
  background: #2a5aa9;
}
.c_contact .mail:hover {
  background: #698BC1;
  opacity: 1;
}
.c_contact .mail:before {
  content: "";
  background: url(../img/ico_mail02.png) no-repeat 50%/contain;
  height: 1em;
  width: 1.11em;
  display: inline-block;
  vertical-align: -0.1em;
  margin-right: 0.5em;
}
.c_contact .tel {
  background: #2e2e90;
  display: block;
  padding-top: 0.7em;
}
.c_contact .tel em {
  background: url(../img/ico_phone02.png) no-repeat left center/0.6em;
  font-size: 1.1em;
  padding-left: 0.9em;
}
.c_contact .tel small {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
}

.bnr_contact {
  background: url(../img/sec_contact_bg01.jpg) no-repeat 50%/cover;
  padding-top: 4rem; /* 250723 修正 9.5rem > 4rem */
  padding-bottom: 26rem; /* 250723 追加 */
}
@media screen and (max-width: 767px) {
  .bnr_contact {
    background-image: url(../img/sec_contact_bg01_sp.png);
    padding-top: 4rem; /* 250723 修正 6rem > 4rem */
    padding-bottom: 33rem; /* 250723 追加 */ 
  }
}
.bnr_contact .lead {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  line-height: 1.61;
  font-weight: bold;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .bnr_contact .lead {
    font-size: 2.9rem;
    margin: 0 -2.6rem;
  }
}
.bnr_contact .lead small {
  display: block;
}
@media screen and (max-width: 767px) {
  .bnr_contact .lead small {
    font-size: 2.4rem;
  }
}
.bnr_contact .c_contact {
  top: 20rem;
  position: relative;
  margin-top: -13rem;
}
@media screen and (max-width: 767px) {
  .bnr_contact .c_contact {
    top: 28rem;
    margin-top: -24rem;
  }
}

.bnr_contact2 {
  padding: 8rem 0;
  background: url(../img/sec_contact_bg03.jpg) no-repeat 50%/cover;
}
@media screen and (max-width: 767px) {
  .bnr_contact2 {
    background-image: url(../img/sec_contact_bg01_sp.png);
    padding: 5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .bnr_contact2 a {
    font-size: 2rem;
  }
  .bnr_contact2 .mail:before {
    background-image: url(../img/ico_mail04.png);
  }
  .bnr_contact2 .tel em {
    font-size: 2rem;
    background-image: url(../img/ico_phone03.png);
  }
  .bnr_contact2 .tel small {
    font-size: 1.1rem;
  }
}
.bnr_contact2 .c_contact {
  background: #fff;
  padding: 6rem;
}
@media screen and (max-width: 767px) {
  .bnr_contact2 .c_contact {
    padding: 4rem 3.3rem 4.5rem;
  }
}
.bnr_contact2 p {
  font-weight: bold;
  line-height: 1.7;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .bnr_contact2 p {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .bnr_contact2 ul {
    flex-flow: row-reverse;
  }
  .bnr_contact2 ul li {
    width: 50%;
  }
}

/* add in 2023.08.23 検索枠レイアウト変更 */
.search_form {
  display: flex;
  font-size: 1.8rem;
  width: 96.6rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .search_form {
    flex-wrap: wrap;
    border: solid 1px #dcdcdc;
  }
}
.search_form > * {
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .search_form > * {
    height: 6.5rem;
  }
}
.search_form input[type=submit] {
  background: #787878 url(../img/ico_search02.svg) no-repeat calc(50% - 2.2em) center/1em;
  color: #fff;
  width: 15rem;
  text-align: center;
  padding-left: 1.5em;
  padding-right: 0;
  transition: background 0.2s ease-in;
}
.search_form input[type=submit]:hover {
  background-color: #2C2C2C;
}
@media screen and (max-width: 767px) {
  .search_form input[type=submit] {
    width: 100%;
  }
}
.search_form .c_sel {
  border-right: solid 1px #dcdcdc;
  width: calc(50% - 7rem);
}
@media screen and (max-width: 767px) {
  .search_form .c_sel {
    width: 100%;
    font-size: 1.5rem !important;
    border-bottom: solid 1px #dcdcdc;
  }
  .search_form .c_sel:nth-child(2) {
    border-right: none;
  }
}
.search_form input[type=text] {
  width: calc(50% - 7rem);
  padding: 0 1em;
  -webkit-appearance: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .search_form input[type=text] {
    width: 100%;
  }
}

.popup-modal .search_form {
  width: auto;
}
.popup-modal .search_form .c_sel {
  width: calc(50% - 7.5rem);
}
@media screen and (max-width: 767px) {
  .popup-modal .search_form .c_sel {
    width: 100%;
  }
}
.popup-modal .search_form input[type=text] {
  width: calc(50% - 7.5rem);
}
@media screen and (max-width: 767px) {
  .popup-modal .search_form input[type=text] {
    width: 100%;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 108rem;
  margin: 0 auto;
  max-width: 100%;
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  html {
    font-size: 0.8771929825vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.0746887967vw;
  }
}
.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 2.6rem;
  }
  .u_inner.b {
    margin: 0;
  }
}
/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 12rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #header {
    height: 7rem;
  }
}

.h_logo {
  position: absolute;
  left: 4rem;
  top: 3.1rem;
}
@media screen and (max-width: 767px) {
  .h_logo {
    left: 1.7rem;
    top: 1.3rem;
  }
}
.h_logo img {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .h_logo img {
    width: 21.2rem;
  }
}

.h_nav a {
  display: block;
}
@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    text-align: center;
    padding-top: 5rem;
  }
  .h_nav li {
    width: 20%;
    border-left: solid 1px #dcdcdc;
    font-size: 1.8rem;
    letter-spacing: 0.4em;
  }
  .h_nav li:nth-child(1), .h_nav li:nth-child(5) {
    letter-spacing: 0.12em;
  }
  .h_nav a {
    line-height: 7rem;
    font-weight: bold;
    letter-spacing: inherit;
  }
  .h_nav a:hover {
    background: #F5F5F5;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .h_nav a {
    font-size: 1.9rme;
    font-weight: bold;
    padding: 0.4em 1em;
  }
}

.h_link ul {
  display: none;
}
@media screen and (min-width: 768px) {
  .h_link {
    display: flex;
    gap: 1px;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .h_link > li {
    width: 25%;
  }
  .h_link > li:hover ul {
    display: block;
  }
  .h_link ul {
    background: #fff;
    padding: 1rem 0;
    max-height: calc(100vh - 5rem);
    overflow-y: auto;
  }
  .h_link ul li {
    width: 100%;
  }
  .h_link ul a {
    color: #000;
    height: 2em;
    letter-spacing: 0.06em;
  }
  .h_link .sp {
    display: none;
  }
  .h_link a {
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    height: 5rem;
    padding: 0 0.4em;
    line-height: 1.3;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .h_link img {
    margin-right: 0.5em;
    width: 1.5rem;
  }
  .h_link .maker {
    background: #268ea8;
    letter-spacing: 0.12em;
  }
  .h_link .maker:hover {
    background: #66AFC1;
    opacity: 1;
  }
  .h_link .search {
    background: #2270a6;
  }
  .h_link .search:hover {
    background: #619ABE;
    opacity: 1;
  }
  .h_link .mail {
    background: #2a5aa9;
  }
  .h_link .mail img {
    width: 1.6rem;
  }
  .h_link .mail:hover {
    background: #698BC1;
    opacity: 1;
  }
  .h_link .tel {
    background: #2e2e90;
  }
  .h_link .tel img {
    width: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .h_link .pc {
    display: none;
  }
  .h_link img {
    display: none;
  }
  .h_link > li {
    font-weight: bold;
    border-bottom: solid 1px #dcdcdc;
  }
  .h_link > li > a {
    padding: 0.8em 0;
    position: relative;
    display: block;
    font-size: 2.2rem;
  }
  .h_link > li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-style: solid;
    border-width: 0.6rem 0 0.6rem 0.9rem;
    border-color: transparent transparent transparent #000;
  }
  .h_link > li > a.maker:before {
    border-width: 0.9rem 0.6rem 0 0.6rem;
    border-color: #000 transparent transparent transparent;
  }
  .h_link > li > a.maker.open:before {
    border-width: 0 0.6rem 0.9rem 0.6rem;
    border-color: transparent transparent #000 transparent;
  }
  .h_link > li > a.maker.open + ul {
    display: block;
    border-top: solid 1px #dcdcdc;
    padding: 1rem 0;
  }
}

@media screen and (min-width: 768px) {
  .h_inner {
    position: relative;
    margin-left: 38rem;
  }
  #toggle_menu {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .h_btn {
    position: absolute;
    right: 0;
    width: 21rem;
    display: flex;
  }
  .h_btn li {
    width: 33.33%;
  }
  .h_tel {
    margin-top: 4.6rem;
  }
  .h_tel a {
    background: #2e2e90;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    height: 7rem;
    display: block;
    text-align: center;
    padding-top: 0.55em;
  }
  .h_tel a em {
    background: url(../img/ico_phone02_sp.png) no-repeat left center/0.6em;
    font-size: 1.1em;
    padding-left: 0.9em;
  }
  .h_tel a small {
    display: block;
    font-weight: normal;
    font-size: 1.2rem;
  }
  .h_menu {
    cursor: pointer;
  }
  .h_menu {
    width: 7rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .h_inner_sp {
    background: #fff;
    width: 43rem;
    margin-left: auto;
    height: 100%;
    overflow-y: auto;
    padding: 9rem 5.5rem 5rem;
  }
  #toggle_menu {
    position: fixed;
    top: 0;
    z-index: 9;
    right: -100%;
    width: 100%;
    transition: right 0.2s ease-in;
    -webkit-transition: right 0.2s ease-in;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  body.open #toggle_menu {
    right: 0;
  }
  body.open {
    overflow-y: hidden;
  }
}
#gototop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
}
#gototop a {
  display: block;
  background: #606060;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}
#gototop img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
}

.f_logo {
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 4rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .f_logo {
    text-align: center;
  }
}
.f_logo img {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .f_logo img {
    width: 32.1rem;
  }
}

#footer {
  background: #f5f5f5;
  padding: 5rem 0 0;
  color: #3c3c3c;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 4rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .f_row {
    display: flex;
    justify-content: space-between;
  }
  .f_row .right {
    width: 52rem;
  }
}

.f_nav {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .f_nav {
    margin: 4rem 0;
  }
}
.f_nav li {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .f_nav li {
    font-size: 1.5rem;
  }
}
.f_nav a {
  position: relative;
  padding-left: 1.4em;
}
.f_nav a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 0.55rem 0 0.55rem 0.8rem;
  border-color: transparent transparent transparent #787878;
  left: 0;
  transition: border 0.2s ease-in;
}
.f_nav a:hover {
  opacity: 1;
  color: #302F90;
}
.f_nav a:hover:before {
  border-color: transparent transparent transparent #302F90;
}
@media screen and (min-width: 768px) {
  .f_nav {
    display: flex;
    flex-wrap: wrap;
  }
  .f_nav li {
    width: 40%;
  }
  .f_nav li:nth-child(odd) {
    width: 60%;
  }
}

.f_info p {
  font-size: 1.4rem;
  line-height: 2.14;
}
@media screen and (max-width: 767px) {
  .f_info p {
    font-size: 1.5rem;
  }
}
.f_info p + p {
  margin-top: 1.5em;
}

.f_copy {
  border-top: solid 1px #dcdcdc;
  color: #b4b4b4;
  text-align: center;
  font-size: 1.2rem;
  padding: 1em 0;
  margin-top: 6rem;
}
.f_copy.b {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .f_copy {
    margin-top: 5rem;
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  margin-top: 12rem;
  position: relative;
  background: #f5f5f5;
  /* add in 2023.08.23 FVにmailボタン設置 */
}
.top_main ul {
  position: relative;
}
.top_main ul:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/slide_overlay.png) no-repeat 50%/cover;
}
@media screen and (max-width: 767px) {
  .top_main ul:before {
    background-image: url(../img/slide_overlay_sp.png);
  }
}
.top_main li img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .top_main li {
    position: relative;
    height: 78rem;
  }
  .top_main li img {
    position: absolute;
    width: 100%;
  }
}
.top_main .box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  top: 7rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top_main .box {
    width: 100%;
    top: 18rem;
  }
}
.top_main .bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2rem;
  width: 100%;
  top: -3rem;
}
@media screen and (min-width: 768px) {
  .top_main .bg {
    max-width: 121.1rem;
    top: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .top_main .c_search {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100rem;
    bottom: 18rem;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .top_main .c_search {
    padding: 2.6rem;
  }
}
.top_main .ttl {
  font-size: min(7.5rem, 5.859375vw);
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top_main .ttl {
    font-size: 3.6rem;
    line-height: 1.5;
  }
}
.top_main .ttl em {
  color: #f3c436;
  margin-right: 0.4em;
}
.top_main p {
  font-size: 2.5rem;
  line-height: 2;
  color: #fff;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .top_main p {
    font-size: 1.6rem;
    line-height: 1.72;
  }
}
@media screen and (max-width: 767px) {
  .top_main {
    margin-top: 7rem;
    height: 58rem;
  }
}
.top_main .mail {
  width: 74rem;
  margin: auto;
  background: #FF7F00;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_main .mail {
    width: 90%;
    font-size: 2.5rem;
  }
}
.top_main .mail::before {
  content: "";
  background: url(../img/ico_mail02.png) no-repeat 50%/contain;
  height: 1em;
  width: 1.11em;
  display: inline-block;
  vertical-align: -0.1em;
  margin-right: 0.5em;
}

.top_notice {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .top_notice {
    padding: 6rem 0;
    background: none;
  }
}
.top_notice li + li {
  margin-top: 1.5rem;
}
.top_notice li a {
  letter-spacing: 0;
  text-decoration: underline;
  font-size: 1.8rem;
}
.top_notice li a:hover {
  color: #302F90;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .top_notice .row {
    display: flex;
  }
  .top_notice .head {
    width: 31rem;
  }
  .top_notice .c_ttl {
    font-size: 3.4rem;
    text-align: left;
  }
  .top_notice .c_sub {
    text-align: left;
  }
  .top_notice ul {
    width: calc(100% - 31rem);
  }
}

@media screen and (min-width: 768px) {
  .top_cert {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top_cert {
    padding: 6rem 0;
    text-align: center;
  }
  .top_cert ul {
    background: #fff;
    padding: 4.5rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 3rem;
  }
  .top_cert p {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1rem;
  }
  .top_cert img {
    width: 10.3rem;
  }
  .top_cert img.b {
    width: 12.9rem;
  }
  .top_cert img.c {
    width: 7.1rem;
  }
}

.top_worries {
  margin-top: 12rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_worries {
    margin-top: 7rem;
  }
}
.top_worries .solution {
  padding: 8.5rem 0 9rem;
  text-align: center;
  color: #fff;
  background-color: #2270a6;
  margin-top: 13rem;
  position: relative;
}
.top_worries .solution p {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .top_worries .solution p {
    font-size: 1.5rem;
  }
}
.top_worries .solution p img {
  width: 94.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .top_worries .solution p img {
    width: 32.1rem;
  }
}
.top_worries .solution .video {
  margin-top: 5rem;
}
.top_worries .solution video {
  width: 94.5rem;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .top_worries .solution {
    padding: 6rem 0 6rem;
    margin-top: 7rem;
  }
}
.top_worries .arrow {
  width: 14.8rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3.5rem;
}

.top_lineup {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .top_lineup {
    padding: 7rem 0;
  }
}
.top_lineup .ttl {
  background: #2e2e90 url(../img/arrow03.svg) no-repeat 1em center/0.91em;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0;
  padding-left: 2.5em;
  font-size: 2.2rem;
  margin-top: 3rem;
  transition: background 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .top_lineup .ttl {
    margin-top: 2.5rem;
    font-size: 2rem;
    padding-left: 2.2em;
    background-position: 0.8em center;
  }
}
.top_lineup .link {
  display: block;
}
.top_lineup .link:hover {
  opacity: 1;
}
.top_lineup .link:hover .ttl {
  background-color: #6D6CB0;
  background-image: url(../img/arrow03_b.svg);
}
.top_lineup ul {
  display: flex;
  padding: 2.5rem 3rem;
  gap: 1.3rem;
}
@media screen and (max-width: 767px) {
  .top_lineup ul {
    flex-wrap: wrap;
    gap: 0.8rem;
    padding: 2rem;
  }
}
.top_lineup li {
  width: 16.6%;
}
@media screen and (max-width: 767px) {
  .top_lineup li {
    width: calc(33.33% - 0.54rem);
  }
}
.top_lineup li p {
  font-size: 1.4rem;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .top_lineup li p {
    font-size: 1.5rem;
  }
}
.top_lineup .box {
  padding: 5rem 6rem;
}
@media screen and (max-width: 767px) {
  .top_lineup .box {
    padding: 3rem 3.3rem;
  }
}
.top_lineup .box p {
  font-size: 1.8rem;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .top_lineup .box p {
    line-height: 1.66;
  }
}
.top_lineup .box p + .c_ttl2 {
  margin-top: 1.8em;
}
@media screen and (max-width: 767px) {
  .top_lineup .box p + .c_ttl2 {
    margin-top: 1em;
  }
}
.top_lineup .note {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .top_lineup .note {
    font-size: 1.5rem;
    text-align: center;
  }
}

.top_service {
  background: url(../img/sec_service_bg.jpg) no-repeat center top/cover;
  padding: 31rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .top_service {
    padding: 35rem 0 7rem;
    background-image: url(../img/sec_service_bg_sp.jpg);
  }
}
.top_service dl {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
  background: #fff;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .top_service dl {
    margin-bottom: 5rem;
  }
}
.top_service dt {
  background: #f5f5f5;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1.1em 3rem;
  position: relative;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
}
.top_service dt:hover {
  opacity: 0.7;
}
.top_service dt:hover:before {
  border-color: #302F90 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .top_service dt {
    font-size: 2rem;
    padding: 0.9em 4rem 0.9em 2rem;
  }
}
.top_service dt:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.1rem;
  border-style: solid;
  border-width: 0.8rem 0.6rem 0 0.6rem;
  border-color: #000 transparent transparent transparent;
  transition: 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .top_service dt:before {
    right: 2rem;
  }
}
.top_service dt.open:before {
  transform: translateY(-50%) rotate(180deg);
}
.top_service dt.open + dd {
  display: block;
}
.top_service dd {
  padding: 3rem 3rem 4rem;
  font-size: 1.8rem;
  line-height: 1.88;
  display: none;
}
@media screen and (max-width: 767px) {
  .top_service dd {
    line-height: 1.66;
  }
}
@media screen and (max-width: 767px) {
  .top_service dd {
    padding: 2.5rem 2rem 3rem;
    line-height: 1.665;
  }
}
.top_service dd + dt {
  border-top: solid 1px #dcdcdc;
}
.top_service dd .c_link {
  margin-top: 0.5em;
}
.top_service dd .c_dl {
  margin-top: 2rem;
}
.top_service dd .c_dl a {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .top_service dd .c_dl a {
    width: 30rem;
  }
}
.top_service dd .row {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .top_service dd .row {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .c_list {
    display: flex;
    gap: 1rem;
    width: 96rem;
    margin: 0 auto 12rem;
  }
  .c_list li {
    width: 33.33%;
  }
  .c_list figure {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c_list {
    margin-bottom: 7rem;
  }
}
.c_list li {
  background: #f5f5f5;
  text-align: center;
  padding: 5rem 0;
}
.c_list li img {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .c_list li {
    margin-top: 0.8rem;
    display: flex;
    padding: 2.5rem 3.3rem;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
  }
  .c_list li figure {
    width: 9.2rem;
  }
  .c_list li dl {
    width: calc(100% - 11.6rem);
  }
}
.c_list dt {
  display: inline-block;
  border-bottom: solid 2px #2e2e90;
  color: #2e2e90;
}
.c_list dt i {
  font-style: italic;
}
.c_list dd:nth-of-type(1) {
  font-weight: bold;
  line-height: 1.8;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .c_list dd:nth-of-type(1) {
    margin-top: 0.7em;
    line-height: 1.5;
  }
}

.top_procu {
  padding: 31rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .top_procu {
    padding: 35rem 0 7rem;
  }
}
@media screen and (min-width: 768px) {
  .top_procu .box {
    width: 96rem;
    margin: 0 auto;
  }
  .top_procu .img {
    width: 90rem;
    margin: 0 auto;
  }
}
.top_procu .c_link {
  margin-top: 1rem;
}
.top_procu .img figcaption {
  letter-spacing: 0.08em;
  color: #2270a6;
}
.top_procu .img figcaption .b {
  color: #e2b734;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .top_procu .img figcaption {
    font-size: 1.5rem;
  }
}

.top_repair {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .top_repair {
    padding: 7rem 0;
  }
}
.top_repair .flow {
  padding: 10rem 8rem;
  margin-bottom: 12rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_repair .flow {
    padding: 6.5rem 3.3rem;
  }
}
.top_repair .flow:before {
  content: "";
  position: absolute;
  height: calc(100% - 20rem);
  border-left: solid 1px #dcdcdc;
  left: 8.5rem;
  width: 1rem;
  top: 10rem;
}
@media screen and (max-width: 767px) {
  .top_repair .flow:before {
    left: 3.6rem;
  }
}
.top_repair .flow li {
  position: relative;
}
.top_repair .flow li + li {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .top_repair .flow li + li {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .top_repair .flow li {
    display: flex;
    justify-content: space-between;
  }
  .top_repair .flow li figure {
    width: 20rem;
  }
  .top_repair .flow li dl {
    width: calc(100% - 26rem);
  }
}
.top_repair .flow dl {
  padding-left: 10.5rem;
}
@media screen and (max-width: 767px) {
  .top_repair .flow dl {
    padding-left: 8rem;
  }
}
.top_repair .flow dt {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .top_repair .flow dt {
    font-size: 2rem;
  }
}
.top_repair .flow dt:before {
  content: "";
  position: absolute;
  left: 0;
  background: #2e2e90;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  top: 0.5em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_repair .flow dt:before {
    width: 0.65rem;
    height: 0.65rem;
  }
}
.top_repair .flow dt i {
  position: absolute;
  color: #2e2e90;
  left: 1em;
  font-size: 1.818em;
  line-height: 1;
  margin-top: -0.05em;
}
@media screen and (max-width: 767px) {
  .top_repair .flow dt i {
    font-size: 3rem;
  }
}
.top_repair .flow dd {
  font-size: 1.8rem;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .top_repair .flow dd {
    line-height: 1.66;
  }
}
.top_repair .flow .addr {
  border: solid 1px #dcdcdc;
  padding: 2.5rem 3rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top_repair .flow .addr {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top_repair .flow figure {
    margin-top: 2rem;
    margin-left: 8rem;
  }
  .top_repair .flow figure img {
    width: 100%;
  }
}

.repair_case {
  padding: 31rem 0 0;
}
@media screen and (max-width: 767px) {
  .repair_case {
    padding: 35rem 0 0;
  }
}
.repair_case .ttl2 {
  text-align: center;
  background: #2e2e90;
  color: #fff;
  padding: 0.5em 0;
  font-weight: bold;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .repair_case .ttl2 {
    margin-top: 3rem;
  }
}
.repair_case ul {
  padding: 5rem 6rem;
}
@media screen and (max-width: 767px) {
  .repair_case ul {
    padding: 3.3rem;
  }
  .repair_case ul.arrow li + li {
    position: relative;
    margin-top: 7.7rem;
  }
  .repair_case ul.arrow li + li:before {
    content: "";
    position: absolute;
    background: url(../img/arrow06_sp.svg) no-repeat 50%/contain;
    width: 100%;
    height: 3.9rem;
    top: -6rem;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .repair_case ul {
    display: flex;
    justify-content: space-between;
  }
  .repair_case ul li {
    width: 29.4rem;
  }
  .repair_case ul.arrow li {
    width: 44rem;
  }
  .repair_case ul.arrow li + li {
    position: relative;
  }
  .repair_case ul.arrow li + li:before {
    content: "";
    position: absolute;
    background: url(../img/arrow06.svg) no-repeat 50%/contain;
    width: 3rem;
    height: 25.4rem;
    top: 0;
    left: -5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .repair_case li + li {
    margin-top: 2.5rem;
  }
  .repair_case li img {
    width: 100%;
  }
}
.repair_case dt {
  color: #2e2e90;
  margin: 0.7em 0 0.3em;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .repair_case dt {
    font-size: 2rem;
  }
}
.repair_case dd {
  font-size: 1.8rem;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .repair_case dd {
    line-height: 1.66;
  }
}

.top_quality {
  padding: 12rem 0;
  background: url(../img/bg_pattern.png) center top/1.6rem;
}
@media screen and (max-width: 767px) {
  .top_quality {
    padding: 7rem 0;
    background-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .top_quality .test {
    display: flex;
    gap: 1rem;
    border-bottom: solid 1px #dcdcdc;
    background: #f5f5f5;
  }
  .top_quality .test li {
    width: 33.33%;
    background: #fff;
  }
  .top_quality .test li + li figure {
    position: relative;
  }
  .top_quality .test li + li figure:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 1rem;
    height: 100%;
    left: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .top_quality .test {
    border-bottom: solid 0.7rem #f5f5f5;
  }
}
.top_quality .test img {
  width: 100%;
}
.top_quality .test dl {
  padding: 3.5rem 4.5rem;
}
@media screen and (max-width: 767px) {
  .top_quality .test dl {
    padding: 2rem 2.6rem 3rem;
  }
}
.top_quality .test dt {
  color: #2e2e90;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .top_quality .test dt {
    font-size: 2rem;
  }
}
.top_quality .test dt small {
  display: block;
  font-size: 0.72em;
}
.top_quality .test dd {
  font-size: 1.8rem;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .top_quality .test dd {
    line-height: 1.66;
  }
}
.top_quality .c_ttl3 {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .top_quality .c_ttl3 {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .top_quality .scroll {
    overflow-x: auto;
    padding-bottom: 1.5rem;
  }
  .top_quality .scroll table {
    width: 100rem;
  }
}
.top_quality table {
  border-left: solid 1px #dcdcdc;
  border-top: solid 1px #dcdcdc;
  background-color: #ffffff; /* 表の背景を白に変更 */
}
.top_quality table + table {
  margin-top: 0.3rem;
  background: #fafafa;
}
.top_quality th {
  background: #2e2e90;
  color: #fff;
  font-weight: bold;
}
.top_quality tr > * {
  font-size: 1.6rem;
  text-align: center;
  border-right: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  width: 14.6%;
  vertical-align: middle;
  padding: 0.8em 1em;
}
.top_quality tr > *:nth-child(2) {
  width: 27%;
}
.top_quality tr > *:nth-child(4) {
  width: auto;
}
.top_quality .note {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .top_quality .note {
    font-size: 1.5rem;
  }
}
.top_quality .lead {
  margin: 0 0 3.5rem;
}
@media screen and (min-width: 768px) {
  .top_quality .lead {
    margin: -2rem 0 6rem;
    white-space: nowrap;
  }
}
.top_quality .check {
  margin-top: 6rem;
  border-top: solid 1px #dcdcdc;
  border-left: solid 1px #dcdcdc;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top_quality .check {
    margin-top: 4rem;
  }
}
.top_quality .check > li {
  border-right: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  padding: 3.5rem 4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top_quality .check > li {
    padding: 2.5rem 3.3rem;
  }
}
.top_quality .check > li li {
  position: relative;
  padding-left: 1em;
  font-size: 1.8rem;
  line-height: 1.88;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .top_quality .check > li li {
    line-height: 1.66;
  }
}
.top_quality .check > li li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.top_quality .check .ttl2 {
  background: url(../img/ico_check01.svg) no-repeat left 0.2em/0.955em;
  padding-left: 1.5em;
  font-weight: bold;
  color: #2e2e90;
  margin-bottom: 0.8em;
}
.top_quality .check .ttl2 small {
  font-size: 0.818em;
}
@media screen and (min-width: 768px) {
  .top_quality .box {
    width: 96rem;
  }
  .top_quality .check {
    display: flex;
    flex-wrap: wrap;
  }
  .top_quality .check > li {
    width: 50%;
  }
}

.top_gover {
  padding: 31rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .top_gover {
    padding: 34rem 0 7rem;
  }
}
.top_gover li + li {
  border-top: solid 1px #dcdcdc;
  padding-top: 5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .top_gover li + li {
    padding-top: 4rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .top_gover li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top_gover li figure {
    width: 20rem;
    text-align: center;
  }
  .top_gover li .desc {
    width: 63rem;
  }
}
.top_gover p:not(.c_link) {
  font-size: 1.8rem;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .top_gover p:not(.c_link) {
    line-height: 1.66;
  }
}
.top_gover .c_link {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .top_gover figure {
    text-align: center;
    margin-top: 2.2rem;
  }
}
.top_gover figure img {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .top_gover figure img {
    font-size: 1.25rem;
  }
}
.top_gover figure .a {
  width: 16em;
}
.top_gover figure .b {
  width: 20em;
}
.top_gover figure .c {
  width: 11em;
}

.top_member p {
  font-size: 1.8rem;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .top_member p {
    line-height: 1.66;
  }
}
.top_member .link a {
  color: #2e2e90;
  text-decoration: underline;
}
.top_member .link a:hover {
  opacity: 1;
  color: #6D6CB0;
}
@media screen and (max-width: 767px) {
  .top_member figure {
    margin-top: 1rem;
    text-align: center;
  }
  .top_member figure img {
    width: 44.4rem;
  }
}
@media screen and (min-width: 768px) {
  .top_member .c_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top_member .link {
    margin-top: 1rem;
  }
  .top_member figure {
    width: 30rem;
  }
  .top_member .desc {
    width: 56rem;
  }
}

.top_license {
  position: relative;
  top: 6rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .top_license {
    margin-top: 1rem;
  }
}
.top_license p {
  font-size: 1.8rem;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .top_license p {
    line-height: 1.66;
  }
}
.top_license table {
  border-left: solid 1px #dcdcdc;
  border-top: solid 1px #dcdcdc;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top_license table {
    margin-top: 2rem;
  }
}
.top_license tr > * {
  border-right: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  font-size: 1.4rem;
  text-align: left;
  padding: 0.8em 1em;
}
@media screen and (max-width: 767px) {
  .top_license tr > * {
    font-size: 1.5rem;
  }
}
.top_license th {
  background: #ebebeb;
}
@media screen and (min-width: 768px) {
  .top_license table {
    width: 60rem;
  }
}

.top_msg {
  background: url(../img/sec_message_bg.jpg) no-repeat 50%/cover;
  padding: 18rem 0 11rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top_msg {
    padding: 14rem 0 7rem;
    background-image: url(../img/sec_message_bg_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .top_msg ul {
    display: flex;
  }
  .top_msg li {
    width: 50%;
  }
}
.top_msg ul {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .top_msg ul {
    padding: 0 3.3rem;
  }
}
.top_msg dt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.66;
  position: relative;
  padding-bottom: 1em;
  margin: 2em 0 1.2em;
}
@media screen and (max-width: 767px) {
  .top_msg dt {
    font-size: 2.2rem;
  }
}
.top_msg dt:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 2.2em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
.top_msg dd {
  font-size: 1.8rem;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .top_msg dd {
    line-height: 1.66;
  }
}

.top_faq {
  margin: 12rem 0;
}
@media screen and (max-width: 767px) {
  .top_faq {
    margin: 7rem 0;
  }
}
.top_faq dl {
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .top_faq dl {
    margin-bottom: 2.5rem;
  }
}
.top_faq dt, .top_faq dd {
  position: relative;
  padding-left: 6.7rem;
}
@media screen and (max-width: 767px) {
  .top_faq dt, .top_faq dd {
    padding-left: 4.2rem;
  }
}
.top_faq dt:before, .top_faq dd:before {
  content: "Q.";
  font-size: 2rem;
  position: absolute;
  font-weight: bold;
  left: 2.2rem;
  color: #2e2e90;
}
@media screen and (max-width: 767px) {
  .top_faq dt:before, .top_faq dd:before {
    left: 2rem;
  }
}
.top_faq dt {
  background: #ebebeb;
  font-size: 2.2rem;
  border-top: solid 1px #dcdcdc;
  padding: 1em 3em 1em 6rem;
  cursor: pointer;
  font-weight: bold;
  transition: opacity 0.2s ease-in;
}
.top_faq dt:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .top_faq dt {
    font-size: 2rem;
    padding: 0.6em 3em 0.6em 5.4rem;
  }
}
.top_faq dt:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 1.1rem 0.8rem 0 0.8rem;
  border-color: #3c3c3c transparent transparent transparent;
  right: 3rem;
  transition: 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .top_faq dt:after {
    right: 2rem;
    border-width: 0.9rem 0.6rem 0 0.6rem;
  }
}
.top_faq dt.open:after {
  transform: translateY(-50%) rotate(180deg);
}
.top_faq dt.open + dd {
  display: block;
}
.top_faq dd {
  display: none;
  font-size: 1.8rem;
  line-height: 1.88;
  border-bottom: solid 1px #dcdcdc;
  padding: 1.8em 3em 1.8em 6rem;
}
@media screen and (max-width: 767px) {
  .top_faq dd {
    line-height: 1.66;
  }
}
.top_faq dd a {
  text-decoration: underline;
}
.top_faq dd a:hover {
  color: #302F90;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .top_faq dd {
    padding: 1em 3em 1em 5.4rem;
  }
}
.top_faq dd:before {
  content: "A.";
  color: #c02b2b;
}

.top_voice {
  background: url(../img/bg_pattern_b.png) center top/1.6rem;
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .top_voice {
    padding: 7rem 0;
    background-size: 1rem;
  }
}
.top_voice dl {
  background: #fff;
  border: solid 1px #fafafa;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);
  padding: 4rem 5rem;
}
@media screen and (max-width: 767px) {
  .top_voice dl {
    padding: 2.4rem 3.3rem;
    margin-top: 0.6rem;
  }
}
.top_voice dl:nth-child(3n+0) dt {
  color: #2e2e90;
}
.top_voice dl:nth-child(3n+2) dt {
  color: #2a5aa9;
}
.top_voice dt {
  color: #2270a6;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.top_voice dt img {
  width: 3em;
  margin-right: 0.7em;
}
@media screen and (max-width: 767px) {
  .top_voice dt img {
    width: 5.2rem;
  }
}
.top_voice dd {
  font-size: 1.8rem;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .top_voice dd {
    line-height: 1.66;
  }
}
.top_voice dd em {
  background: #cee3f1;
}
@media screen and (min-width: 768px) {
  .top_voice .list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .top_voice .list dl {
    width: calc(50% - 0.5rem);
  }
}

.top_contact {
  padding: 10rem 0;
  background: url(../img/sec_contact_bg02.jpg) no-repeat 50%/cover;
}
@media screen and (max-width: 767px) {
  .top_contact {
    background-image: url(../img/sec_contact_bg02_sp.png);
    padding: 6rem 0;
  }
}
.top_contact .c_ttl {
  color: #fff;
}
.top_contact .c_sub {
  color: #fff;
}

.top_client {
  margin: 12rem 0;
}
@media screen and (max-width: 767px) {
  .top_client {
    margin: 7rem 0;
  }
}
.top_client li {
  font-size: 1.8rem;
  line-height: 2.77;
}
.top_client .list {
  display: flex;
  flex-wrap: wrap;
}
.top_client .list ul {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .top_client .list ul {
    width: 50%;
  }
}

.top_link {
  font-weight: bold;
}
.top_link a {
  display: block;
  line-height: 8rem;
  background: #ebebeb;
  color: #3c3c3c;
}
.top_link a:hover {
  opacity: 1;
  background: #C4C4C4;
}
@media screen and (max-width: 767px) {
  .top_link a {
    padding: 0 2.6rem;
    font-size: 2.5rem;
  }
}
.top_link li {
  text-align: center;
}
.top_link img {
  width: 1em;
  vertical-align: 0.05em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .top_link li {
    margin-top: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  .top_link {
    display: flex;
    gap: 1px;
  }
  .top_link li {
    width: 50%;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 767px) {
  .slick-slider {
    height: 100%;
  }
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .slick-list {
    height: 100%;
  }
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .slick-track {
    height: 100%;
  }
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.low {
  margin-top: 12rem;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  .low {
    margin-top: 7rem;
  }
}
.low.b {
  padding: 11rem 0;
}
@media screen and (max-width: 767px) {
  .low.b {
    padding: 7rem 0;
  }
}
.low.hide {
  margin-top: 0;
}

.low_header {
  background: #2e2e90;
}
.low_header .ttl {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 7rem;
}

.c_pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  margin: -6rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .c_pager {
    margin: -3rem 0 6rem;
  }
}
.c_pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
}
.c_pager a, .c_pager span {
  background: #c8c8c8;
  display: block;
  font-size: 1.8rem;
  line-height: 3.3;
  padding: 0 0.5em;
  min-width: 3.3em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c_pager a, .c_pager span {
    min-width: 2.2em;
    line-height: 2.2;
  }
}
.c_pager a:hover {
  opacity: 1;
  background: #2e2e90;
}
.c_pager span:not(.dots) {
  background: #2e2e90;
}

.news_list {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .news_list {
    margin-bottom: 6rem;
  }
}
.news_list dt {
  color: #2e2e90;
}
@media screen and (max-width: 767px) {
  .news_list dd {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
.news_list a {
  display: block;
}
.news_list a:hover {
  opacity: 1;
}
.news_list a:hover dd {
  color: #302F90;
  text-decoration: underline;
}
.news_list dt, .news_list dd {
  font-size: 1.8rem;
  transition: color 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .news_list {
    padding: 6rem 9rem 10rem;
  }
  .news_list dl {
    display: flex;
    flex-wrap: wrap;
  }
  .news_list dt {
    width: 13rem;
  }
  .news_list dd {
    width: calc(100% - 13rem);
  }
  .news_list dt, .news_list dd {
    border-bottom: solid 1px #dcdcdc;
    padding: 1.4em 0;
  }
}

.news_detail {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .news_detail {
    padding: 8rem 9rem 10rem;
    margin-bottom: 8rem;
  }
}

.news_ttl {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.66;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .news_ttl {
    font-size: 2.4rem;
  }
}

.news_sub {
  font-size: 1.8rem;
  color: #2e2e90;
  padding-bottom: 4.5rem;
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 4.5rem;
}

.marking {
  background: linear-gradient(transparent 80%, #ffee00 0%);
}

.news_body p {
  font-size: 1.8rem;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .news_body p {
    line-height: 1.66;
  }
}
.news_body figure {
  margin: 3rem 0;
}
.news_body table {
  border-top: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
}
.news_body th {
  background: #e6e9ee;
}
.news_body tr > * {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  font-size: 1.8rem;
  padding: 0.3em 1em;
}
.news_body a {
  color: #2e2e90;
  text-decoration: underline;
}

.form {
  padding-bottom: 12rem;
}
.form div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  background-color: transparent;
}
.form div.wpcf7 .ajax-loader:before {
  content: none;
}
.form .wpcf7-spinner {
  display: none !important;
}
.form span.wpcf7-list-item {
  margin: 0;
  display: inline;
}
.form .wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.form input:-webkit-autofill, .form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.form input[readonly], .form textarea[readonly], .form select[readonly] {
  border: none !important;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .form .c_box {
    padding: 9rem;
  }
}
.form .btn {
  margin: 8rem 0 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form .btn {
    margin: 5rem 0 2rem;
  }
}
.form .btn input {
  background: #2e2e90;
  color: #fff;
  display: block;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 8rem;
  transition: background 0.2s ease-in;
}
.form .btn input:hover {
  background: #6D6CB0;
}
.form .input dt {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .form .input dt {
    font-size: 1.8rem;
  }
}
.form .input dt em {
  background: #2e2e90;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.3em 1em 0.2em;
  letter-spacing: 0.3em;
  display: inline-block;
  margin-left: 1em;
  vertical-align: 0.1em;
}
.form .input dt span.wpcf7-not-valid-tip {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.form .input dt.error em {
  background: #ff5800;
}
.form .input dd {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .form .input dd {
    font-size: 1.6rem;
  }
}
.form .input dd input[type=text], .form .input dd input[type=email], .form .input dd input[type=tel], .form .input dd textarea, .form .input dd select {
  border: solid 1px #dcdcdc;
  padding: 0.8em;
  border-radius: 0.2em;
  width: 100%;
}
.form .input dd input[type=text]:focus, .form .input dd input[type=email]:focus, .form .input dd input[type=tel]:focus, .form .input dd textarea:focus, .form .input dd select:focus {
  border-color: #302F90;
}
.form .input dd input[type=text].wpcf7-not-valid, .form .input dd input[type=email].wpcf7-not-valid, .form .input dd input[type=tel].wpcf7-not-valid, .form .input dd textarea.wpcf7-not-valid, .form .input dd select.wpcf7-not-valid {
  border-color: #ff5800;
  background: #fff5f0;
}
.form .input dd input[name=your-zipcode] {
  width: 8em;
  margin-bottom: 0.8em;
}
.form .input dd textarea {
  height: 12em;
}
.form .input dd select {
  width: auto;
}
.form .input dd label {
  display: block;
  margin-bottom: 0.5em;
}
.form .input dd label input {
  margin-right: 0.6em;
}
.form .input dd span.wpcf7-list-item {
  display: block;
}
.form .input dd p {
  font-size: 1.4rem;
  color: #787878;
  line-height: 1.85;
  position: relative;
  top: -0.5em;
  margin-bottom: 0.5em;
}
.form .input dd span.wpcf7-not-valid-tip {
  display: none;
}
.form span.wpcf7-not-valid-tip {
  color: #ff5800;
}
.form .policy {
  margin-bottom: 3rem;
}
.form .policy dt {
  background: #f5f5f5;
  font-size: 2rem;
  padding: 1em;
  cursor: pointer;
  position: relative;
}
.form .policy dt i {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .form .policy dt {
    font-size: 1.6rem;
  }
}
.form .policy dt:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 1.1rem 0.8rem 0 0.8rem;
  border-color: #3c3c3c transparent transparent transparent;
  right: 3rem;
  transition: transform 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .form .policy dt:after {
    right: 2rem;
    border-width: 0.9rem 0.6rem 0 0.6rem;
  }
}
.form .policy dt.open:after {
  transform: translateY(-50%) rotate(180deg);
}
.form .policy dt.open + dd {
  display: block;
}
.form .policy dd {
  padding: 4rem 3rem;
  font-size: 1.6rem;
  line-height: 1.875;
  display: none;
  border-bottom: solid 1px #dcdcdc;
}
@media screen and (max-width: 767px) {
  .form .policy dd {
    padding: 2.5rem 0;
  }
}
.form .policy dd p + p {
  margin-top: 1.5em;
}
.form .doui2 {
  text-align: center;
  font-size: 1.6rem;
}
.form .doui2 label:hover input + span {
  border-color: #302f90;
}
.form .doui2 input {
  opacity: 0;
  position: absolute;
}
.form .doui2 input:checked + span:before {
  content: "";
  border-right: 0.3rem solid #2e2e90;
  border-bottom: 0.3rem solid #2e2e90;
  left: 1rem;
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  transform: rotate(45deg);
  width: 1rem;
  height: 2rem;
}
.form .doui2 input + span {
  position: relative;
  width: 1.375em;
  height: 1.375em;
  display: inline-block;
  border: solid 1px #dcdcdc;
  border-radius: 0.2rem;
  vertical-align: -0.25em;
  margin-right: 1em;
  transition: border 0.2s ease-in;
}
.form .note {
  font-size: 1.6rem;
  margin: 2rem 0;
}

.form_msg {
  text-align: center;
}
.form_msg .c_box {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .form_msg .c_box {
    padding: 5rem 3.3rem;
  }
}
.form_msg p {
  font-size: 1.8rem;
}
.form_msg .c_back {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .form_msg .c_back {
    margin-top: 3rem;
  }
}

.result_search {
  background: #ebebeb;
  padding: 2rem 0;
}
.result_search dt {
  color: #2e2e90;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .result_search dt {
    margin-bottom: 0.5em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .result_search {
    /* .c_sel {
    	width: 25.4rem;
    }
    input[type="text"] {
    	width: 32.8rem;
    } */
  }
  .result_search dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .result_search input[type=submit] {
    width: 14rem;
  }
}
.result_search .search_form > * {
  height: 6rem;
}

.result_list {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .result_list {
    padding-top: 3rem;
  }
}
.result_list .ttl {
  font-weight: bold;
  font-size: 2.6rem;
  margin: 0 0 1rem;
}
.result_list .ttl + .ttl {
  margin: -1rem 0 0;
}
.result_list .text {
  margin: 0 0 1rem;
  font-weight: bold;
}
.result_list .cate {
  display: flex;
  flex-wrap: wrap;
}
.result_list .cate li {
  font-size: 1.6rem;
  color: #787878;
}
.result_list .cate li + li:before {
  content: "/";
  margin: 0 0.5em;
}
.result_list .cate a {
  text-decoration: underline;
}
.result_list .cate a:hover {
  opacity: 1;
  color: #302F90;
}
.result_list .result {
  font-size: 1.6rem;
  color: #787878;
  margin: 1rem 0 3rem;
}
.result_list .msg {
  margin: 5rem 0 12rem;
  font-size: 1.8rem;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .result_list .msg {
    line-height: 1.66;
  }
}
@media screen and (min-width: 768px) {
  .result_list .msg {
    text-align: center;
  }
}
.result_list table {
  border-bottom: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .result_list table {
    margin-bottom: 6rem;
    border-bottom: none;
    border-right: solid 2px #dcdcdc;
  }
}
.result_list tr > * {
  background: #fff;
  border-top: solid 1px #dcdcdc;
  border-left: solid 1px #dcdcdc;
}
@media screen and (max-width: 767px) {
  .result_list tr > * {
    float: left;
    width: 100%;
    border-top: solid 2px #dcdcdc;
    border-left: solid 2px #dcdcdc;
  }
}
.result_list th {
  background: #ebebeb;
  font-size: 1.6rem;
  padding: 0.8em 0;
  font-weight: bold;
}
.result_list td {
  font-size: 1.4rem;
  padding: 1.3em 1.5em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .result_list td {
    padding: 0.5em;
  }
}
.result_list .contact {
  font-size: 1.3rem;
  padding: 1em;
  white-space: nowrap;
}
.result_list .contact a {
  background: #2a5aa9;
  color: #fff;
  position: relative;
  border-radius: 3em;
  line-height: 5rem;
  display: block;
  padding: 0 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .result_list .contact a {
    line-height: 4rem;
  }
}
.result_list .contact a:before {
  content: "";
  background: url(../img/ico_mail03.png) no-repeat 50%/contain;
  height: 1em;
  width: 1.08em;
  display: inline-block;
  vertical-align: -0.1em;
  margin-right: 0.5em;
}
.result_list .contact a:hover {
  background: #698BC1;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .result_list td {
    width: 19%;
  }
  .result_list .contact {
    width: 20.3%;
  }
  .result_list .detail {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .result_list .contact {
    padding-bottom: 2.2rem;
    position: relative;
  }
  .result_list .contact:before {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    background: #f5f5f5;
    height: 1rem;
    bottom: 0;
    left: -2px;
    z-index: 1;
    border-top: solid 2px #dcdcdc;
  }
  .result_list thead {
    display: none;
  }
  .result_list tr > *:nth-child(1) {
    border-top: solid 2px #2e2e90;
  }
  .result_list .category:before {
    content: "カテゴリ：";
  }
  .result_list .maker:before {
    content: "メーカー名：";
  }
  .result_list .type:before {
    content: "型番：";
  }
  .result_list .detail:before {
    content: "詳細：";
  }
}