@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Roboto:wght@400;700&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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

em {
  color: black;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

.content {
  margin-top: 0;
}

.wrap {
  width: 100%;
}

.main {
  padding: 0;
  border-radius: 0;
  border: none;
}

.mysyle {
  overflow: hidden;
}

a {
  text-decoration: none;
}

input[type=submit],
input[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.pc-layout {
  display: block;
}

.sp-layout {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-layout {
    display: none !important;
  }
  .sp-layout {
    display: block !important;
  }
}
@font-face {
  font-family: "poppin";
  src: url("../font/POPPINS-SEMIBOLD.woff") format("woff"), url("../font/Poppins-SemiBold.ttf") format("truetype");
  font-weight: semibold;
  font-style: normal;
}
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
  color: #000000;
}

@media (max-width: 768px) {
  html {
    font-size: 10px !important;
  }
}

.m-body {
  overflow-x: hidden;
}

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

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.imgArea {
  display: flex;
  align-items: center;
}
.imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.wrapper {
  padding: 0 2.8rem;
  max-width: calc(1114px + 5.6rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wrapper {
    width: 100%;
  }
}

.m-main {
  min-height: calc(100vh - 100px);
}

@media (max-width: 768px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media (max-width: 768px) {
  .sponly {
    display: block;
  }
}

.seikyu {
  position: relative;
  background: #12ADFF;
  border-radius: 1rem 0 0 1rem;
  padding: 2rem 2.2rem;
  display: inline-block;
  position: fixed;
  right: 0;
  bottom: 1rem;
  z-index: 200;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .seikyu {
    padding-top: 1.2rem;
    padding-bottom: 1rem;
    border-radius: 1rem 1rem 0 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    max-width: 80rem;
    width: calc(100% - 5.6rem);
  }
}
@media (max-width: 500px) {
  .seikyu {
    max-width: 44rem;
  }
}
.seikyu.none {
  opacity: 0;
  pointer-events: none;
}
.seikyu:hover {
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .seikyu:hover {
    padding-right: 0;
  }
}
.seikyu .imgArea {
  position: absolute;
  display: block;
  top: -1.2rem;
  left: -1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}
.seikyu .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .seikyu .imgArea {
    left: auto;
    right: -1.2rem;
  }
}
.seikyu .text1 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}
.seikyu .text2 {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .seikyu .text2 {
    margin-top: 0;
  }
}
.seikyu .link {
  margin: 0 auto;
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  background: #FFFFFF;
  width: 14.4rem;
  height: 4rem;
  color: #0089D2;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .seikyu .link {
    margin-top: 0.5rem;
    width: 12.1rem;
    height: 3.2rem;
  }
}
.seikyu .link:hover {
  background: #12ADFF;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.btn { /* Safari用 */
  display: flex; /* Safari用 */
  justify-content: center; /* Safari用 */
  align-items: center;
  max-width: 22.6rem;
  height: 6.1rem;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 3rem;
  color: #fff;
  background: #0089D2;
  box-shadow: none;
  border: 0.1rem solid #0089D2;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn {
    max-width: 19.4rem;
    height: 5.2rem;
    font-size: 1.6rem;
  }
}
.btn:hover, .btn:active {
  background: #fff;
  color: #0089D2;
}
.btn.white {
  background: #FFFFFF;
  color: #0089D2;
}
.btn.white:hover, .btn.white:active {
  background: transparent;
  color: #fff;
  border: 0.1rem solid #fff;
}
.btn.grey {
  background: #919191;
}
.btn.grey:hover, .btn.grey:active {
  background: #fff;
  border: 0.1rem solid #919191;
  color: #919191;
}

.title {
  text-align: center;
  position: relative;
  padding-bottom: 1.8rem;
}
@media (max-width: 768px) {
  .title {
    padding-bottom: 1.2rem;
  }
}
.title br {
  display: none;
}
@media (max-width: 768px) {
  .title br {
    display: inline;
  }
}
.title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%; /* Safari用 */
  transform: translateX(-50%);
  width: 10rem;
  height: 0.5rem;
  background: #0089D2;
}
@media (max-width: 768px) {
  .title:after {
    height: 0.3rem;
  }
}
.title h2 {
  font-size: 4rem;
  color: #0089D2;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .title h2 {
    font-size: 2.4rem;
    padding-bottom: 0.2rem;
  }
}
.title p {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .title p {
    font-size: 1.4rem;
  }
}

.kv {
  position: relative;
  min-height: 40rem;
  background: url(../img/common/common_kv.webp) center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .kv {
    background-image: url(../img/common/common_kv_sp.webp);
    min-height: 44rem;
  }
}
.kv__flow {
  position: absolute;
  bottom: 4rem;
  left: 50%; /* Safari用 */
  transform: translateX(-50%); /* Safari用 */
  display: flex; /* Safari用 */
  justify-content: center; /* Safari用 */
  align-items: center;
  max-width: 28rem;
}
@media (max-width: 768px) {
  .kv__flow {
    width: calc(100% - 5.6rem);
  }
}
.kv__flow li {
  position: relative;
  font-size: 2rem;
  width: 8.2rem;
  color: #fff;
}
.kv__flow li.is-active {
  font-weight: 500;
}
.kv__flow li.is-active:after, .kv__flow li.is-active:before {
  height: 0.2rem !important;
}
.kv__flow li:after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
}
.kv__flow li:nth-child(2) {
  width: 11.6rem;
  text-align: center;
}
.kv__flow li:nth-child(2):before {
  content: "";
  display: block;
  width: 3rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
}
.kv__flow li:last-child {
  text-align: right;
}
.kv__flow li:last-child:before {
  content: "";
  display: block;
  width: 3rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
}
.kv__flow li:last-child:after {
  display: none;
}
.kv__content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%; /* Safari用 */
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .kv__content {
    display: block;
    width: calc(100% - 5.6rem);
  }
}
.kv__content h2 {
  color: #fff;
  font-weight: bold;
  font-size: 6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .kv__content h2 {
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
}

html.active,
body.active {
  overflow: hidden;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: scroll;
  z-index: 500;
  background-color: #fff;
  display: none;
}
@media (max-width: 768px) {
  .menu {
    display: block;
  }
}
.menu.active {
  pointer-events: all;
  opacity: 1;
}
.menuWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.menuUpper {
  padding: 2.8rem 2.8rem 2.8rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menuUpper #close {
  width: 2.1rem;
  height: 2.1rem;
  position: relative;
  cursor: pointer;
}
.menuUpper .tagH1 {
  width: 9.7rem;
}
.menuList {
  flex-grow: 1;
  padding: 0 2.8rem 4rem;
}
.menuList__data {
  padding: 4rem 0 6.4rem;
}
.menuList__data .tagH1 {
  width: 15.9rem;
  margin-bottom: 1.6rem;
}
.menuList__data p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.menuList__copy {
  border-top: 1px solid #000000;
  text-align: center;
  padding-top: 1.6rem;
}
.menuList__copy p {
  font-size: 1.2rem;
}
.menuList__copy a {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 1.2rem;
}
.menuList ul {
  margin-bottom: 4rem;
}
.menuList li .is-btn {
  border-bottom: 1px solid #707070;
  padding: 1.8rem 0;
  font-size: 1.6rem;
  position: relative;
}
.menuList li .is-btn.close:after { /* Safari用 */
  transform: translateY(-50%) rotate(0deg);
}
.menuList li .is-btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%; /* Safari用 */
  transform: translateY(-50%) rotate(180deg);
  width: 1.25rem;
  height: 7.7rem;
  background: url(../img/common/arw_down_bk.webp) center no-repeat;
  background-size: 100%;
}
.menuList li a {
  border-bottom: 1px solid #707070;
  padding: 1.8rem 0;
  font-size: 1.6rem;
  display: block;
}

.hamburger {
  display: flex;
  flex-direction: column;
  width: 2rem;
  height: 1.8rem;
  cursor: pointer;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 400;
}
.headerContent {
  padding: 2rem 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
}
@media (max-width: 1600px) {
  .headerContent {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .headerContent {
    min-height: 0;
    padding: 2.8rem 2.8rem 2.8rem 2rem;
  }
}
.header .tagH1 {
  width: 15.9rem;
}
@media (max-width: 768px) {
  .header .tagH1 {
    width: 9.7rem;
  }
}
.headerRight {
  display: flex;
  align-items: center;
}
.headerNav {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .headerNav {
    display: none;
  }
}
.headerNav li {
  margin: 0 2rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1600px) {
  .headerNav li {
    margin: 0 2rem;
  }
}
@media (max-width: 1400px) {
  .headerNav li {
    margin: 0 1.5rem;
  }
}
.headerNav li a {
  font-size: 2rem;
}
@media (max-width: 1600px) {
  .headerNav li a {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .headerNav li a {
    font-size: 1.8rem;
  }
}
.headerNav li a.is-active {
  color: #0089D2;
}
.headerNav li a:hover {
  color: #0089D2;
  transition: all 0.3s ease;
}
.headerBtn {
  margin-left: 2rem;
  width: 22.6rem;
}
@media (max-width: 768px) {
  .headerBtn {
    display: none;
  }
}
.headerSp {
  display: none;
}
@media (max-width: 768px) {
  .headerSp {
    display: flex;
    align-items: center;
  }
}

.front {
  position: relative;
}
.front .front__wrap {
  background: url(../img/front/top_bg2.webp) bottom center no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .front .front__wrap {
    background: none;
  }
}
.front.about .front__flow {
  padding-bottom: 15rem;
}
@media (max-width: 768px) {
  .front.about .front__flow {
    padding-bottom: 4rem;
  }
}
.front.about .front__flow__content .imgArea {
  top: 43.5rem;
  left: 3.6rem;
}
.front.about .front__flow__content .imgArea.is-under {
  top: auto;
  left: auto;
  bottom: 15.4rem;
  right: -4rem;
}
@media (max-width: 768px) {
  .front.about .front__flow__content ul {
    margin-bottom: 0;
  }
}
.front.about .front__flow__content ul li {
  min-height: 20rem;
  justify-content: flex-start;
  padding-left: 6.8rem;
  max-width: 66.3rem;
  margin: 0 auto 10rem;
}
@media (max-width: 768px) {
  .front.about .front__flow__content ul li {
    height: auto;
    min-height: inherit;
    border: none;
    padding-left: 0;
    margin-bottom: 3.5rem;
    display: block;
  }
}
.front.about .front__flow__content ul li:after {
  bottom: -6rem;
}
@media (max-width: 768px) {
  .front.about .front__flow__content ul li:after {
    display: none;
  }
}
.front.about .front__flow__content ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .front.about .front__flow__content ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .front.about .front__flow__content ul li p {
    line-height: 1.75;
    font-weight: 400;
    font-size: 1.6rem;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .front.about .front__flow__content ul li .is-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    border: 0.1rem solid #0089D2;
    border-radius: 0.5rem;
  }
}
.front.about .front__flow__content ul li .is-wrap > span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -1.5rem;
  transform: translateX(-50%);
  left: 50%;
  font-weight: 500;
  color: #0089D2;
  width: 10rem;
  height: 3rem;
}
@media (max-width: 768px) {
  .front.about .front__flow__content ul li .is-wrap > span {
    width: 9.4rem;
    height: 2rem;
    top: -1rem;
    font-size: 1.2rem;
  }
}
.front.about .front__flow__content ul li .tagP {
  border-left: 0.5rem solid #0089D2;
  padding-left: 1rem;
  text-align: left;
  font-weight: 400;
}
.front.about .front__flow__content ul li .tagP span {
  font-size: 2.8rem;
  font-weight: bold;
}
.front.about .front__flow__content ul li span {
  display: block;
  position: static;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 400;
  transform: translateX(0);
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .front.about .front__flow__content ul li span {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
.front.about .front__point {
  padding-top: 12rem;
}
@media (max-width: 768px) {
  .front.about .front__point {
    padding-top: 4rem;
  }
}
.front.about .front__issue__under {
  padding-top: 0;
}
.front.about .front__pickup__tel {
  background: #0089D2;
  border-radius: 1rem;
  position: relative;
  min-height: 28rem;
  padding: 4.5rem 2rem 3.5rem 28rem;
}
@media (max-width: 768px) {
  .front.about .front__pickup__tel {
    min-height: 36.1rem;
    padding: 12rem 2.8rem 4rem;
  }
}
.front.about .front__pickup__tel:after {
  content: "";
  display: block;
  position: absolute;
  left: 9.5rem;
  top: 50%;
  /* Safari用 */
  transform: translateY(-50%);
  width: 9.1rem;
  height: 9.1rem;
  background: url(../img/common/icon_tel_wh.webp) center no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .front.about .front__pickup__tel:after {
    left: 50%;
    top: 4rem;
    /* Safari用 */
    transform: translateX(-50%);
    width: 4rem;
    height: 4rem;
  }
}
.front.about .front__pickup__tel p {
  font-size: 2rem;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .front.about .front__pickup__tel p {
    font-size: 1.6rem;
  }
}
.front.about .front__pickup__tel p:first-child {
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .front.about .front__pickup__tel p:first-child {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.front.about .front__pickup__content {
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .front.about .front__pickup__content {
    overflow-x: auto;
    margin-bottom: 4rem;
  }
}
.front.about .front__pickup__content ul {
  min-width: 99rem;
  /* Safari用 */
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .front.about .front__pickup__content ul {
    padding: 0.5rem;
  }
}
.front.about .front__pickup__content ul li {
  width: 32%;
  margin-right: 2%;
}
@media (max-width: 768px) {
  .front.about .front__pickup__content ul li {
    padding-top: 4rem;
    background: #fff;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
    border-radius: 1rem;
  }
}
.front.about .front__pickup__content ul li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .front.about .front__pickup__content ul li:last-child p {
    font-size: 1.6rem;
  }
}
.front.about .front__pickup__content ul li:last-child p:after {
  display: none;
}
.front.about .front__pickup__content ul li dl {
  background: #fff;
  border-radius: 1rem;
  padding: 9rem 2rem 3.5rem;
  position: relative;
  min-height: 40rem;
}
@media (max-width: 768px) {
  .front.about .front__pickup__content ul li dl {
    padding: 0 1.5rem 3.5rem;
    min-height: inherit;
  }
}
.front.about .front__pickup__content ul li dl dd {
  max-width: 24rem;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  left: 50%;
  /* Safari用 */
  transform: translateX(-50%);
  top: -6.8rem;
}
@media (max-width: 768px) {
  .front.about .front__pickup__content ul li dl dd {
    position: static;
    /* Safari用 */
    transform: translateX(0);
    max-width: 21.3rem;
    margin: 0 auto 2rem;
  }
}
.front.about .front__pickup__content ul li dl dt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.front.about .front__pickup__content ul li p {
  min-height: 10.7rem;
  position: relative;
  text-align: center;
  /* Safari用 */
  display: flex;
  /* Safari用 */
  justify-content: center;
  /* Safari用 */
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .front.about .front__pickup__content ul li p {
    display: block;
    min-height: 8rem;
    margin-bottom: 0;
  }
}
.front.about .front__pickup__content ul li p:after {
  content: "";
  display: block;
  width: 0.12rem;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1rem;
  background: #000;
}
@media (max-width: 768px) {
  .front.about .front__pickup__content ul li p:after {
    display: none;
  }
}
.front.about .front__pickup__tv {
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .front.about .front__pickup__tv {
    padding-bottom: 0;
  }
}
.front.about .front__pickup {
  background: #F8F8F8;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .front.about .front__pickup {
    padding-bottom: 4rem;
  }
}
.front.about .front__pickup__list {
  background: #fff;
}
@media (max-width: 768px) {
  .front.about .front__pickup__list {
    background: transparent;
  }
}
.front.about .front__pickup__list li {
  background: #fff;
}
.front.about .front__pickup__list li dl dd {
  background: #C1C1C1;
}
.front.about .front__merit {
  background: #fff;
  padding-bottom: 9.2rem;
}
@media (max-width: 768px) {
  .front.about .front__merit {
    padding-bottom: 1.5rem;
  }
}
.front.about .front__merit ul {
  padding-bottom: 0;
}
.front.about .front__merit ul:after {
  display: none;
}
.front.about .front__effect ul {
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .front.about .front__effect ul {
    padding-bottom: 1.8rem;
  }
}
.front.about .front__effect ul.is-text {
  padding: 0 2.8rem;
  display: block;
}
@media (max-width: 768px) {
  .front.about .front__effect ul.is-text {
    padding: 0;
  }
}
.front.about .front__effect ul.is-text li {
  width: 100%;
  padding: 0;
  padding-left: 3rem;
  margin-right: 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 768px) {
  .front.about .front__effect ul.is-text li {
    margin-bottom: 2.5rem;
  }
  .front.about .front__effect ul.is-text li:last-child {
    margin-bottom: 0;
  }
}
.front.about .front__effect ul.is-text li:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  /* Safari用 */
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .front.about .front__effect ul.is-text li:before {
    left: 0.5rem;
    top: 1rem;
    /* Safari用 */
    transform: translateY(0);
  }
}
.front.about .front__effect ul.is-text li:after {
  display: none;
}
.front.about .front__effect ul li {
  background: transparent;
  padding: 0;
}
.front.about .front__effect ul li p {
  border-bottom: 0.3rem solid #0089D2;
  margin-left: 2.8rem;
  margin-right: 2.8rem;
  padding-top: 2rem;
  min-height: 13.3rem;
  color: #0089D2;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 1400px) {
  .front.about .front__effect ul li p {
    min-height: 11.3rem;
  }
}
@media (max-width: 768px) {
  .front.about .front__effect ul li p {
    min-height: inherit;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 1.5rem;
  }
}
.front.about .front__effect ul li .is-wrap {
  background: #fff;
  border-radius: 1rem;
  min-height: 43.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .front.about .front__effect ul li .is-wrap {
    min-height: inherit;
  }
}
.front.about .front__effect ul li .is-wrap img {
  width: auto;
  max-height: 26.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .front.about .front__effect ul li .is-wrap img {
    max-height: inherit;
    width: 100%;
    max-width: 29.8rem;
  }
}
.front.about .front__effect ul li .is-wrap dl {
  position: relative;
  top: -2.8rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  .front.about .front__kv {
    min-height: 44rem;
  }
}
.front.about .front__kv__content .is-img {
  width: 56%;
}
@media (max-width: 768px) {
  .front.about .front__kv__content .is-img {
    width: 100%;
  }
}
.front.about .front__kv__content .is-text {
  width: 44%;
}
@media (max-width: 768px) {
  .front.about .front__kv__content .is-text {
    width: 100%;
  }
}
.front.about .front__kv__content .is-text .tagH2 {
  font-size: 2.3rem;
  letter-spacing: normal;
  line-height: 1.46;
}
@media (max-width: 768px) {
  .front.about .front__kv__content .is-text .tagH2 {
    text-align: center;
    font-size: 1.9rem;
  }
}
.front > * {
  position: relative;
  z-index: 100;
}
.front__wrap .is-frontbg_img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .front__wrap .is-frontbg_img {
    display: none;
  }
}
.front__qa {
  padding-top: 10.5rem;
  padding-bottom: 12rem;
  position: relative;
  background: url(../img/front/qa_bg.webp) top center no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .front__qa {
    background: #F8F8F8;
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
}
.front__qa:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.03);
  z-index: -2;
}
@media (max-width: 768px) {
  .front__qa:after {
    display: none;
  }
}
.front__qa__content {
  margin-top: 7.5rem;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .front__qa__content {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.front__qa__content li {
  margin-bottom: 2rem;
  border-radius: 1rem;
  border: 1px solid #009AEB;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.front__qa__content li dl dd {
  border-top: 1px dashed #000;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-left: 12rem;
  margin-right: 4rem;
}
@media (max-width: 768px) {
  .front__qa__content li dl dd {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-left: 5.4rem;
    margin-right: 4rem;
  }
}
.front__qa__content li dl dd p {
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .front__qa__content li dl dd p {
    font-size: 1.4rem;
  }
}
.front__qa__content li dl dt {
  /* Safari用 */
  display: flex;
  /* Safari用 */
  align-items: center;
  min-height: 12rem;
  padding-left: 3rem;
  padding-right: 7.5rem;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .front__qa__content li dl dt {
    min-height: 7.5rem;
    padding-left: 1.5rem;
    padding-right: 7rem;
    font-size: 1.6rem;
  }
}
.front__qa__content li dl dt.close:after {
  /* Safari用 */
  transform: translateY(-50%) rotate(0deg);
}
.front__qa__content li dl dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 5rem;
  top: 50%;
  /* Safari用 */
  transform: translateY(-50%) rotate(180deg);
  width: 2.5rem;
  height: 1.5rem;
  background: url(../img/common/arw_down_bk.webp) center no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .front__qa__content li dl dt:after {
    right: 2rem;
    width: 1.7rem;
    height: 1rem;
  }
}
.front__qa__content li dl dt span {
  font-size: 8rem;
  line-height: 1;
  color: #F2F2F2;
  font-weight: bold;
  padding-right: 3.8rem;
}
@media (max-width: 768px) {
  .front__qa__content li dl dt span {
    font-size: 4rem;
    padding-right: 1.2rem;
  }
}
.front__comparison {
  padding: 12rem 2.8rem 13.5rem;
}
@media (max-width: 768px) {
  .front__comparison {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.front__comparison__content {
  max-width: 136.8rem;
  margin: 6rem auto 0;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .front__comparison__content {
    margin-top: 4rem;
  }
}
.front__comparison__content .is-wrap {
  min-width: 80.5rem;
  /* Safari用 */
  display: flex;
  /* Safari用 */
  justify-content: center;
  /* Safari用 */
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .front__comparison__content .is-wrap {
    margin-bottom: 4rem;
  }
}
.front__comparison__content .is-wrap ul {
  width: 16.44%;
  margin-right: 2%;
  background: #F8F8F8;
  border-radius: 1rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}
@media (max-width: 768px) {
  .front__comparison__content .is-wrap ul {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
.front__comparison__content .is-wrap ul:last-child {
  margin-right: 0;
}
.front__comparison__content .is-wrap ul.is-first {
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}
.front__comparison__content .is-wrap ul.is-first li {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .front__comparison__content .is-wrap ul.is-first li {
    font-size: 1.4rem;
  }
}
.front__comparison__content .is-wrap ul.is-main {
  width: 26.24%;
  background: #009AEB;
  border-radius: 2rem;
}
.front__comparison__content .is-wrap ul.is-main li {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 500;
}
.front__comparison__content .is-wrap ul.is-main li:first-child {
  min-height: 10rem;
  font-weight: bold;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .front__comparison__content .is-wrap ul.is-main li:first-child {
    font-size: 2rem;
    min-height: 6.2rem;
  }
}
.front__comparison__content .is-wrap ul.is-main li:last-child {
  min-height: 20rem;
}
@media (max-width: 768px) {
  .front__comparison__content .is-wrap ul.is-main li:last-child {
    min-height: 12.5rem;
  }
}
.front__comparison__content .is-wrap ul.is-main li p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  .front__comparison__content .is-wrap ul.is-main li p {
    font-size: 1.5rem;
  }
}
.front__comparison__content .is-wrap ul.is-main li .tagP {
  margin-top: 0;
}
.front__comparison__content .is-wrap ul.is-main li .tagP2 {
  margin-top: auto;
}
.front__comparison__content .is-wrap ul.is-main li span {
  font-weight: 400;
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .front__comparison__content .is-wrap ul.is-main li span {
    font-size: 1.2rem;
  }
}
.front__comparison__content .is-wrap ul li {
  border-bottom: 1px solid #000;
  /* Safari用 */
  display: flex;
  /* Safari用 */
  justify-content: center;
  /* Safari用 */
  align-items: center;
  flex-wrap: wrap;
  min-height: 17.8rem;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .front__comparison__content .is-wrap ul li {
    min-height: 11.4rem;
    white-space: normal;
    font-size: 1.2rem;
  }
}
.front__comparison__content .is-wrap ul li.is-sp p {
  margin-top: 4.3rem;
}
@media (max-width: 768px) {
  .front__comparison__content .is-wrap ul li.is-sp p {
    margin-top: 2.3rem;
  }
}
.front__comparison__content .is-wrap ul li.is-sp span {
  margin-top: -1.5rem;
}
@media (max-width: 768px) {
  .front__comparison__content .is-wrap ul li.is-sp span {
    margin-top: -1rem;
  }
}
.front__comparison__content .is-wrap ul li:first-child {
  min-height: 8rem;
}
@media (max-width: 768px) {
  .front__comparison__content .is-wrap ul li:first-child {
    min-height: 5rem;
  }
}
.front__comparison__content .is-wrap ul li:last-child {
  border-bottom: none;
}
.front__comparison__content .is-wrap ul li p {
  margin-top: auto;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  white-space: normal;
}
@media (max-width: 768px) {
  .front__comparison__content .is-wrap ul li p {
    font-size: 1.2rem;
    white-space: normal;
  }
}
.front__comparison__content .is-wrap ul li p.is-sp {
  margin-left: -2.8rem;
}
@media (max-width: 768px) {
  .front__comparison__content .is-wrap ul li p.is-sp {
    margin-left: 0;
  }
}
.front__comparison__content .is-wrap ul li span {
  font-size: 1.6rem;
  display: block;
  width: 100%;
  margin-bottom: auto;
  white-space: normal;
}
@media (max-width: 768px) {
  .front__comparison__content .is-wrap ul li span {
    font-size: 1.2rem;
  }
}
.front__comparison .title .tagP br {
  display: block;
}
.front__comparison .title .tagP .sponly {
  display: none;
}
@media (max-width: 768px) {
  .front__comparison .title .tagP .sponly {
    display: block;
  }
}
.front__flow {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
}
@media (max-width: 768px) {
  .front__flow {
    background: #F8F8F8;
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
}
.front__flow:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.03);
  z-index: -2;
}
@media (max-width: 768px) {
  .front__flow:after {
    display: none;
  }
}
.front__flow__content {
  background: #fff;
  margin-top: 7.5rem;
  position: relative;
  border-radius: 1rem;
  padding: 8rem 22.5rem 12rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .front__flow__content {
    margin-top: 4rem;
    padding: 4rem 2rem;
  }
}
.front__flow__content .btn {
  position: absolute;
  width: 100%;
  bottom: -3rem;
  left: 50%;
  /* Safari用 */
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .front__flow__content .btn {
    position: static;
    /* Safari用 */
    transform: translateX(0);
  }
}
.front__flow__content ul {
  text-align: center;
}
@media (max-width: 768px) {
  .front__flow__content ul {
    margin-bottom: 4rem;
  }
}
.front__flow__content ul li {
  margin-bottom: 6rem;
  position: relative;
  border: 1px solid #0089D2;
  border-radius: 1rem;
  padding: 2rem 0;
  height: auto;
  /* Safari用 */
  display: flex;
  /* Safari用 */
  justify-content: center;
  /* Safari用 */
  align-items: center;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .front__flow__content ul li {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.front__flow__content ul li .text {
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .front__flow__content ul li .text {
    font-weight: bold;
    font-size: 1.4rem;
  }
}
.front__flow__content ul li .text .spantext {
  margin-top: 1rem;
  position: static;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  transform: translate(0);
  width: auto;
  height: auto;
  color: #000000;
}
@media (max-width: 768px) {
  .front__flow__content ul li .text .spantext {
    font-size: 1.2rem;
  }
}
.front__flow__content ul li:last-child {
  margin-bottom: 0;
}
.front__flow__content ul li:last-child:after {
  display: none;
}
.front__flow__content ul li span {
  position: absolute;
  top: 50%;
  /* Safari用 */
  transform: translateY(-50%);
  left: -4.7rem;
  font-size: 1.6rem;
  color: #0089D2;
  width: 9.4rem;
  height: 3rem;
  font-weight: 400;
  /* Safari用 */
  display: flex;
  /* Safari用 */
  justify-content: center;
  /* Safari用 */
  align-items: center;
}
@media (max-width: 768px) {
  .front__flow__content ul li span {
    top: -1rem;
    left: 50%;
    /* Safari用 */
    transform: translateX(-50%);
    height: 2rem;
    font-size: 1.2rem;
  }
}
.front__flow__content ul li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3.8rem;
  left: 50%;
  /* Safari用 */
  transform: translateX(-50%);
  background: url(../img/common/arw_down.webp) center no-repeat;
  background-size: 100%;
  width: 3.2rem;
  height: 1.8rem;
}
@media (max-width: 768px) {
  .front__flow__content ul li:after {
    display: none;
  }
}
.front__flow__content .imgArea {
  position: absolute;
  top: 15rem;
  left: 1.5rem;
  max-width: 14rem;
}
@media (max-width: 1200px) {
  .front__flow__content .imgArea {
    display: none;
  }
}
.front__flow__content .imgArea.is-under {
  top: auto;
  left: auto;
  bottom: 0;
  right: 1.8rem;
  max-width: 18.8rem;
}
.front__point {
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .front__point {
    padding-bottom: 1rem;
  }
}
.front__point .title .tagP .pconly {
  display: block;
}
@media (max-width: 768px) {
  .front__point .title .tagP .pconly {
    display: none;
  }
}
.front__point .title .tagP .sponly {
  display: none;
}
@media (max-width: 768px) {
  .front__point .title .tagP .sponly {
    display: block;
  }
}
.front__point__list {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .front__point__list {
    margin-top: 4rem;
  }
}
.front__point__list li {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .front__point__list li {
    margin-bottom: 2.5rem;
  }
}
.front__point__list li dl {
  /* Safari用 */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .front__point__list li dl {
    display: block;
  }
}
.front__point__list li dl dt {
  width: 65.2%;
  position: relative;
}
@media (max-width: 768px) {
  .front__point__list li dl dt {
    width: 100%;
  }
}
.front__point__list li dl dt span {
  /* Safari用 */
  display: flex;
  /* Safari用 */
  justify-content: center;
  /* Safari用 */
  align-items: center;
  width: 8rem;
  height: 8rem;
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  border-radius: 1rem;
  background: #0089D2;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .front__point__list li dl dt span {
    margin: 0 auto 0.5rem;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
}
.front__point__list li dl dt p {
  font-size: 2rem;
  line-height: 1.45;
  padding-left: 10rem;
}
@media (max-width: 768px) {
  .front__point__list li dl dt p {
    padding-left: 0;
    font-size: 1.4rem;
  }
}
.front__point__list li dl dt p:first-child {
  padding-left: 0;
  /* Safari用 */
  display: flex;
  /* Safari用 */
  align-items: center;
  flex-wrap: wrap;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #0089D2;
}
@media (max-width: 768px) {
  .front__point__list li dl dt p:first-child {
    text-align: center;
    display: block;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.front__point__list li dl dd {
  width: 31.8%;
}
@media (max-width: 768px) {
  .front__point__list li dl dd {
    width: 100%;
    max-width: 22.4rem;
    margin: 0 auto 2rem;
  }
}
.front__pickup_wrap .is-bg_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .front__pickup_wrap .is-bg_img {
    display: none;
  }
}
.front__pickup {
  padding-top: 12rem;
  padding-bottom: 24rem;
}
@media (max-width: 768px) {
  .front__pickup {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
.front__pickup__tv .is-wrap {
  position: relative;
  margin: 0 auto 8rem;
}
@media (max-width: 768px) {
  .front__pickup__tv .is-wrap {
    margin-bottom: 4rem;
  }
}
.front__pickup__tv .is-wrap.on_click .is-img {
  display: none;
}
.front__pickup__tv .is-wrap .movieArea {
  height: 63rem;
}
@media (max-width: 768px) {
  .front__pickup__tv .is-wrap .movieArea {
    height: 49.5rem;
  }
}
@media (max-width: 500px) {
  .front__pickup__tv .is-wrap .movieArea {
    height: 33rem;
  }
}
@media screen and (max-width: 420px) {
  .front__pickup__tv .is-wrap .movieArea {
    height: 27rem;
  }
}
@media screen and (max-width: 360px) {
  .front__pickup__tv .is-wrap .movieArea {
    height: 23rem;
  }
}
.front__pickup__tv .is-wrap .is-img {
  position: absolute;
  left: 2.5rem;
  top: -4.3rem;
  max-width: 38.2rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .front__pickup__tv .is-wrap .is-img {
    left: 0;
    top: -1.6rem;
    max-width: 15.4rem;
  }
}
.front__pickup__text {
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .front__pickup__text {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
    font-size: 1.4rem;
  }
}
.front__pickup__list {
  margin-top: 8rem;
  background: #F8F8F8;
  border-radius: 1rem;
  padding-top: 4.6rem;
  padding-bottom: 4.6rem;
  /* Safari用 */
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .front__pickup__list {
    margin-top: 4rem;
    display: block;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}
.front__pickup__list li {
  background: #F8F8F8;
  width: 33.3%;
}
@media (max-width: 768px) {
  .front__pickup__list li {
    border-radius: 1rem;
    width: 100%;
    padding: 2.5rem;
  }
}
.front__pickup__list li:nth-child(2) {
  border-left: 1px solid #919191;
  border-right: 1px solid #919191;
}
@media (max-width: 768px) {
  .front__pickup__list li:nth-child(2) {
    border: none;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.front__pickup__list li dl dt {
  /* Safari用 */
  display: flex;
  /* Safari用 */
  justify-content: center;
  /* Safari用 */
  align-items: center;
  min-height: 10rem;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #0089D2;
  text-align: center;
}
@media (max-width: 768px) {
  .front__pickup__list li dl dt {
    font-size: 2rem;
    min-height: 8.5rem;
  }
}
.front__pickup__list li dl dd {
  margin: 0 auto;
  max-width: 10rem;
  height: 2rem;
  font-size: 1.2rem;
  color: #fff;
  background: #009AEB;
  border-radius: 1rem;
  /* Safari用 */
  display: flex;
  /* Safari用 */
  justify-content: center;
  /* Safari用 */
  align-items: center;
  font-weight: bold;
}
.front__pickup__list li img {
  max-width: 21.6rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .front__pickup__list li img {
    max-width: 12.8rem;
  }
}
.front__ready {
  background: #F8F8F8;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .front__ready {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.front__ready__content {
  background: #fff;
  padding: 7rem 37rem 8rem 4.8rem;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .front__ready__content {
    padding: 1.6rem 2rem;
  }
}
.front__ready__content p {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-size: 2.4rem;
  padding-left: 6rem;
  position: relative;
}
@media (max-width: 768px) {
  .front__ready__content p {
    font-weight: 500;
    font-size: 1.4rem;
    padding-left: 4.2rem;
  }
}
.front__ready__content p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  /* Safari用 */
  transform: translateY(-50%);
  border-radius: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #000000;
}
@media (max-width: 768px) {
  .front__ready__content p:before {
    border-radius: 0.5rem;
    width: 2.3rem;
    height: 2.3rem;
  }
}
.front__ready__content p:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.6rem;
  top: 50%;
  /* Safari用 */
  transform: translateY(-50%);
  width: 3.2rem;
  height: 2.3rem;
  background: url(../img/common/check.webp) center no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .front__ready__content p:after {
    width: 2.3rem;
    height: 1.7rem;
    left: 0.2rem;
  }
}
.front__ready__title {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .front__ready__title {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
}
.front__ready__title span {
  font-size: 6rem;
  color: #0089D2;
}
@media (max-width: 768px) {
  .front__ready__title span {
    font-size: 2.8rem;
  }
}
.front__ready .is-warp {
  position: relative;
}
.front__ready .is-warp img {
  position: absolute;
  right: 3.2rem;
  bottom: -8.5rem;
  max-width: 35rem;
  height: auto;
}
@media (max-width: 768px) {
  .front__ready .is-warp img {
    position: static;
    max-width: 18.7rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -2rem;
  }
}
.front__merit {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background: url(../img/front/merit_bg.webp) center no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .front__merit {
    background: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .front__merit .title p {
    font-size: 1.28rem;
  }
}
.front__merit ul {
  /* Safari用 */
  display: flex;
  flex-wrap: wrap;
  padding-top: 7.5rem;
  padding-bottom: 5.2rem;
  position: relative;
}
.front__merit ul:after {
  content: "";
  display: block;
  position: absolute;
  right: -18rem;
  bottom: -14rem;
  width: 21.6rem;
  height: 25.8rem;
  background: url(../img/front/merit_men.webp) center no-repeat;
  background-size: 100%;
}
@media (max-width: 1600px) {
  .front__merit ul:after {
    right: -2rem;
  }
}
@media (max-width: 768px) {
  .front__merit ul:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .front__merit ul {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }
}
.front__merit ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2.8rem;
  background: #F8F8F8;
  border-radius: 1rem;
  padding: 2.4rem 1rem 4.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .front__merit ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 2.5rem;
    width: 100%;
    padding: 1rem 2rem 2rem;
  }
}
.front__merit ul li:nth-child(3n) {
  margin-right: 0;
}
.front__merit ul li:nth-child(2) .is-img {
  max-width: 8.7rem;
}
@media (max-width: 768px) {
  .front__merit ul li:nth-child(2) .is-img {
    max-width: 6.4rem;
  }
}
.front__merit ul li:nth-child(3) .is-img {
  max-width: 9.3rem;
}
@media (max-width: 768px) {
  .front__merit ul li:nth-child(3) .is-img {
    max-width: 7.4rem;
  }
}
.front__merit ul li:nth-child(4) .is-img {
  max-width: 9.3rem;
}
@media (max-width: 768px) {
  .front__merit ul li:nth-child(4) .is-img {
    max-width: 8rem;
  }
}
.front__merit ul li:nth-child(5) .is-img {
  max-width: 10rem;
}
@media (max-width: 768px) {
  .front__merit ul li:nth-child(5) .is-img {
    max-width: 8rem;
  }
}
.front__merit ul li:nth-child(6) .is-img {
  max-width: 10.5rem;
}
@media (max-width: 768px) {
  .front__merit ul li:nth-child(6) .is-img {
    max-width: 8.4rem;
  }
}
.front__merit ul li .is-img {
  min-height: 13rem;
  max-width: 8rem;
  margin: 0 auto;
  /* Safari用 */
  display: flex;
  /* Safari用 */
  justify-content: center;
  /* Safari用 */
  align-items: center;
}
@media (max-width: 768px) {
  .front__merit ul li .is-img {
    min-height: 11rem;
  }
}
.front__merit ul li dl dt {
  position: relative;
  padding-top: 2rem;
  color: #0089D2;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .front__merit ul li dl dt {
    font-size: 2rem;
    padding-top: 1.6rem;
    margin-bottom: 1.8rem;
  }
}
.front__merit ul li dl dt:after {
  content: "";
  display: block;
  width: 15.5rem;
  height: 2px;
  background: #0089D2;
  position: absolute;
  top: 0;
  left: 50%;
  /* Safari用 */
  transform: translateX(-50%);
}
.front__merit ul li dl dt span {
  display: block;
  color: #919191;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .front__merit ul li dl dt span {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
  }
}
.front__merit ul li dl dd {
  line-height: 1.5;
  font-size: 1.6rem;
}
.front__effect {
  background: #F8F8F8;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .front__effect {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.front__effect ul {
  padding-top: 10.5rem;
  padding-bottom: 8rem;
  /* Safari用 */
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .front__effect ul {
    display: block;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
.front__effect ul li {
  width: 32%;
  margin-right: 2%;
  background: #fff;
  position: relative;
  border-radius: 1rem;
  text-align: center;
  padding: 0 1.5rem 0.8rem;
}
@media (max-width: 768px) {
  .front__effect ul li {
    width: 100%;
    padding: 0 1rem 1.8rem;
    margin-right: 0;
    margin-bottom: 12rem;
  }
}
.front__effect ul li:after {
  content: "";
  position: absolute;
  right: -2rem;
  top: -1.3rem;
  display: block;
  width: 1.28rem;
  height: 3rem;
  background: url(../img/common/arw.webp) center no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .front__effect ul li:after {
    right: auto;
    top: auto;
    bottom: -5.8rem;
    left: 50%;
    /* Safari用 */
    transform: translateX(-50%);
    background-image: url(../img/common/arw_down.webp);
    width: 3.6rem;
    height: 2rem;
  }
}
.front__effect ul li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .front__effect ul li:last-child {
    margin-bottom: 0;
  }
}
.front__effect ul li:last-child:after {
  display: none;
}
.front__effect ul li dl {
  margin: -2.8rem auto 0;
}
@media (max-width: 768px) {
  .front__effect ul li dl {
    margin: 0 auto;
    position: relative;
    top: -2.5rem;
  }
}
.front__effect ul li dl dd {
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  min-height: 8.7rem;
}
@media (max-width: 768px) {
  .front__effect ul li dl dd {
    min-height: inherit;
  }
}
.front__effect ul li dl dt {
  background: #009AEB;
  border-radius: 1rem;
  color: #fff;
  height: 5.6rem;
  font-size: 2.8rem;
  font-weight: 500;
  /* Safari用 */
  display: flex;
  /* Safari用 */
  justify-content: center;
  /* Safari用 */
  align-items: center;
  max-width: 24rem;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .front__effect ul li dl dt {
    height: 5.1rem;
    font-size: 2.4rem;
    max-width: 21.6rem;
    margin-bottom: 2.2rem;
  }
}
.front__issue {
  position: relative;
}
.front__issue .is-bg_img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .front__issue .is-bg_img {
    display: none;
  }
}
.front__issue__top {
  padding: 19rem 0 16rem;
  position: relative;
}
@media (max-width: 768px) {
  .front__issue__top {
    background: #F8F8F8;
    padding: 5.5rem 2.8rem 4rem;
  }
}
.front__issue__top:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: #F8F8F8;
  z-index: -2;
}
@media (max-width: 768px) {
  .front__issue__top:after {
    display: none;
  }
}
.front__issue__top .is-wrap {
  max-width: 131.2rem;
  margin: 0 auto;
  /* Safari用 */
  display: flex;
  /* Safari用 */
  justify-content: center;
  /* Safari用 */
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .front__issue__top .is-wrap {
    display: block;
  }
}
.front__issue__top ul {
  width: 59%;
  padding-left: 5rem;
}
@media (max-width: 768px) {
  .front__issue__top ul {
    width: 100%;
    padding-left: 0;
    padding-top: 5rem;
  }
}
.front__issue__top ul li {
  display: inline-block;
  margin-bottom: 3rem;
  border: 1px solid #12ADFF;
  border-radius: 1rem;
  background: #fff;
  position: relative;
  line-height: 1.4;
  padding: 2rem 4rem;
  position: relative;
  color: #009AEB;
  font-size: 4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .front__issue__top ul li {
    display: block;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    text-align: center;
  }
}
.front__issue__top ul li:nth-child(2) {
  margin-left: 3.7rem;
}
@media (max-width: 768px) {
  .front__issue__top ul li:nth-child(2) {
    margin-left: 0;
  }
}
.front__issue__top ul li:last-child {
  margin-bottom: 0;
}
.front__issue__top ul li span {
  position: absolute;
  left: -2.5rem;
  top: -2.5rem;
  border: 5px solid #F8F8F8;
  background: #FFCB5F;
  border-radius: 50%;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  /* Safari用 */
  display: flex;
  /* Safari用 */
  justify-content: center;
  /* Safari用 */
  align-items: center;
  width: 5rem;
  height: 5rem;
}
@media (max-width: 768px) {
  .front__issue__top ul li span {
    width: 2.2rem;
    height: 2.2rem;
    left: -1.1rem;
    top: -1.1rem;
    border-width: 3px;
    font-size: 1.1rem;
  }
}
.front__issue__top .is-title {
  width: 41%;
}
@media (max-width: 768px) {
  .front__issue__top .is-title {
    width: 100%;
  }
}
.front__issue__top .is-title p {
  line-height: 1.2;
  font-size: 6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .front__issue__top .is-title p {
    font-size: 3.6rem;
  }
}
.front__issue__top .is-title p i {
  position: relative;
  color: #12ADFF;
  font-size: 6rem;
}
@media (max-width: 768px) {
  .front__issue__top .is-title p i {
    font-size: 3.6rem;
  }
}
.front__issue__top .is-title p i span {
  position: absolute;
  top: 0;
  right: -3.5rem;
  font-size: 2rem;
  color: #bfbfbf;
}
@media (max-width: 768px) {
  .front__issue__top .is-title p i span {
    right: -2.2rem;
    font-size: 1.2rem;
  }
}
.front__issue__top .is-title p:first-child {
  line-height: 1;
  padding-left: 5rem;
  font-size: 10rem;
  color: #12ADFF;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .front__issue__top .is-title p:first-child {
    padding-left: 3.5rem;
    font-size: 6.1rem;
  }
}
.front__issue__top .is-title p i {
  font-style: normal;
}
.front__issue__top .is-title p span {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .front__issue__top .is-title p span {
    font-size: 2.4rem;
  }
}
.front__issue__top .is-title .lastchild {
  line-height: 1;
  font-weight: 500;
  font-size: 8rem;
  padding-left: 5.5rem;
}
@media (max-width: 768px) {
  .front__issue__top .is-title .lastchild {
    font-size: 4.9rem;
    padding-left: 3.5rem;
  }
}
.front__issue__top .is-title .lastchild i {
  font-size: 8rem;
  color: #12ADFF;
}
@media (max-width: 768px) {
  .front__issue__top .is-title .lastchild i {
    font-size: 4.9rem;
  }
}
.front__issue__top .is-title .small {
  font-weight: 500;
  font-size: 1.6rem;
  color: #bfbfbf;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .front__issue__top .is-title .small {
    text-align: left;
    font-size: 1.2rem;
  }
}
.front__issue__under {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .front__issue__under {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.front__issue__under .tagP br {
  display: none;
}
@media (max-width: 500px) {
  .front__issue__under .tagP br {
    display: block;
  }
}
.front__issue__under ul {
  padding-top: 7.5rem;
  padding-bottom: 8rem;
  /* Safari用 */
  display: flex;
  /* Safari用 */
  justify-content: center;
  flex-wrap: wrap;
  max-width: 118.1rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .front__issue__under ul {
    padding: 2.5rem 1.6rem 0;
    display: block;
  }
}
.front__issue__under ul li {
  width: 50%;
}
.front__issue__under ul li + li {
  width: 46%;
}
@media (max-width: 768px) {
  .front__issue__under ul li {
    margin-bottom: 3rem;
    width: 100%;
  }
  .front__issue__under ul li + li {
    width: 100%;
  }
}
.front__read {
  padding: 0 2.8rem;
}
.front__read__img {
  max-width: 162rem;
  margin: 0 auto;
  /* Safari用 */
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .front__read__img {
    display: block;
    margin-top: 4rem;
  }
}
.front__read__img li {
  width: 33.3%;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .front__read__img li {
    width: 100%;
    padding: 0;
    margin-bottom: 2.5rem;
  }
  .front__read__img li:last-child {
    margin-bottom: 0;
  }
}
.front__read__img li .is-text {
  font-weight: 300;
  color: #919191;
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .front__read__img li .is-text {
    display: none;
  }
}
.front__read__list {
  max-width: 162rem;
  margin: 0 auto;
  /* Safari用 */
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
  background: #fff;
}
@media (max-width: 768px) {
  .front__read__list {
    padding: 0 4rem;
    margin-top: -5rem;
    margin-bottom: 3.5rem;
    border-radius: 1rem;
    display: block;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  }
}
.front__read__list li {
  width: 33.3%;
}
@media (max-width: 768px) {
  .front__read__list li {
    width: 100%;
    padding: 1.5rem 0;
  }
}
.front__read__list li:nth-child(2) {
  border-left: 1px solid #919191;
  border-right: 1px solid #919191;
}
@media (max-width: 768px) {
  .front__read__list li:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
}
.front__read__list li p {
  text-align: center;
  font-size: 8rem;
  line-height: 1.3;
  color: #009AEB;
  font-weight: bold;
}
@media (max-width: 768px) {
  .front__read__list li p {
    font-size: 4rem;
  }
}
.front__read__list li p span {
  font-weight: bold;
  font-size: 4rem;
  color: #009AEB;
}
@media (max-width: 768px) {
  .front__read__list li p span {
    font-size: 2rem;
  }
}
.front__read__list li p:nth-of-type(2) {
  font-size: 2rem;
  line-height: 1;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 768px) {
  .front__read__list li p:nth-of-type(2) {
    font-size: 1.4rem;
  }
}
.front__read__list li p:nth-of-type(3) {
  font-size: 1.4rem;
  line-height: 1;
  color: #000000;
  font-weight: 400;
  margin-top: 1rem;
  color: #bfbfbf;
}
@media (max-width: 768px) {
  .front__read__list li p:nth-of-type(3) {
    font-size: 1.2rem;
  }
}
.front__kv {
  position: relative;
  min-height: 56.5rem;
  background: url(../img/common/kv_bg.webp) center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .front__kv {
    background-image: url(../img/common/kv_bg_sp.webp);
    min-height: 58.5rem;
  }
}
.front__kv__content {
  max-width: 127.8rem;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  /* Safari用 */
  transform: translate(-50%, -50%);
  /* Safari用 */
  display: flex;
  flex-direction: row-reverse;
  /* Safari用 */
  justify-content: center;
  /* Safari用 */
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .front__kv__content {
    display: block;
    width: calc(100% - 5.6rem);
  }
}
.front__kv__content .is-text {
  width: 42%;
}
@media (max-width: 768px) {
  .front__kv__content .is-text {
    width: 100%;
  }
}
.front__kv__content .is-text .tagP {
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  font-weight: 500;
  white-space: normal;
}
@media (max-width: 768px) {
  .front__kv__content .is-text .tagP {
    font-weight: 400;
    font-size: 1.4rem;
    white-space: normal;
  }
}
@media (max-width: 380px) {
  .front__kv__content .is-text .tagP {
    font-size: 1.3rem;
  }
}
.front__kv__content .is-text .tagH2 {
  font-size: 2.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
  white-space: normal;
}
@media (max-width: 768px) {
  .front__kv__content .is-text .tagH2 {
    font-size: 1.8rem;
    white-space: normal;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 380px) {
  .front__kv__content .is-text .tagH2 {
    font-size: 1.7rem;
  }
}
.front__kv__content .is-text .btn {
  margin-left: 0;
}
@media (max-width: 768px) {
  .front__kv__content .is-text .btn {
    margin-left: auto;
  }
}
.front__kv__content .is-img {
  width: 58%;
}
@media (max-width: 768px) {
  .front__kv__content .is-img {
    width: 100%;
    margin-bottom: 4.5rem;
  }
}

.about__survey {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .about__survey {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .about__survey .title h2 {
    font-size: 2rem;
  }
}
.about__survey ul {
  margin-top: 7.5rem;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .about__survey ul {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.about__survey ul li {
  border: 0.1rem solid #009AEB;
  border-radius: 1rem;
  min-height: 22rem;
  /* Safari用 */
  display: flex;
  /* Safari用 */
  align-items: center;
  padding-left: 7.7rem;
  padding-right: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .about__survey ul li {
    min-height: 9.8rem;
    padding-left: 2rem;
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.about__survey ul li:nth-child(2) {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .about__survey ul li:nth-child(2) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.about__survey ul li span {
  font-size: 8rem;
  font-weight: 500;
  padding-right: 5rem;
  color: #F0F0F0;
}
@media (max-width: 768px) {
  .about__survey ul li span {
    font-size: 4rem;
    padding-right: 1.5rem;
  }
}
.about__read {
  padding-top: 8rem;
  padding-bottom: 22rem;
}
@media (max-width: 768px) {
  .about__read {
    padding-top: 4rem;
    padding-bottom: 6.5rem;
  }
}
.about__read__flow {
  text-align: center;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .about__read__flow {
    margin-bottom: 4rem;
  }
}
.about__read__content > p {
  text-align: center;
  color: #919191;
  font-size: 1.6rem;
  line-height: 1.3;
}
.about__read__content dl {
  /* Safari用 */
  display: flex;
  /* Safari用 */
  align-items: center;
  margin-bottom: 8.5rem;
}
@media (max-width: 768px) {
  .about__read__content dl {
    display: block;
    margin-bottom: 5rem;
  }
}
.about__read__content dl:first-of-type dd img {
  max-width: 23rem;
  margin-left: 13.5rem;
}
@media (max-width: 768px) {
  .about__read__content dl:first-of-type dd img {
    margin-left: auto;
    margin-right: auto;
    max-width: 21.1rem;
  }
}
@media (max-width: 768px) {
  .about__read__content dl:nth-of-type(2) dd {
    padding-bottom: 1.4rem;
  }
}
.about__read__content dl:nth-of-type(2) dd img {
  max-width: 36.6rem;
  margin-left: 6.7rem;
}
@media (max-width: 768px) {
  .about__read__content dl:nth-of-type(2) dd img {
    max-width: 27.7rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .about__read__content dl:nth-of-type(3) dd {
    padding-bottom: 0.8rem;
  }
}
.about__read__content dl:nth-of-type(3) dd img {
  max-width: 25.1rem;
  margin-left: 11.5rem;
}
@media (max-width: 768px) {
  .about__read__content dl:nth-of-type(3) dd img {
    max-width: 19.7rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.about__read__content dl:nth-of-type(4) {
  margin-bottom: 7.5rem;
}
@media (max-width: 768px) {
  .about__read__content dl:nth-of-type(4) {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 768px) {
  .about__read__content dl:nth-of-type(4) dd {
    padding-bottom: 0.8rem;
  }
}
.about__read__content dl:nth-of-type(4) dd img {
  max-width: 25.1rem;
  margin-left: 14.5rem;
}
@media (max-width: 768px) {
  .about__read__content dl:nth-of-type(4) dd img {
    max-width: 19.7rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.about__read__content dl dt {
  margin-left: -10.6rem;
  position: relative;
  z-index: 2;
  width: 54%;
}
@media (max-width: 768px) {
  .about__read__content dl dt {
    width: 100%;
    margin-left: 0;
  }
}
.about__read__content dl dt p {
  line-height: 1.4;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .about__read__content dl dt p {
    font-size: 1.6rem;
  }
}
.about__read__content dl dt p:first-child {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .about__read__content dl dt p:first-child {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.about__read__content dl dd {
  background: #F8F8F8;
  width: 61rem;
  min-height: 34.4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .about__read__content dl dd {
    width: 100%;
    min-height: inherit;
    margin-bottom: 2.5rem;
  }
}
.about__read__content dl dd p {
  line-height: 1.1;
  font-size: 6rem;
  color: #0089D2;
  font-weight: bold;
  margin-top: -3rem;
  margin-left: 11.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .about__read__content dl dd p {
    font-size: 2.8rem;
    margin: 0 auto 0.5rem;
    position: relative;
    top: -1.5rem;
    text-align: center;
  }
}
.about__read__content dl dd p span {
  display: block;
  color: #000;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .about__read__content dl dd p span {
    font-size: 1.2rem;
  }
}
.about__read__content h2 {
  letter-spacing: 0.05em;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 7.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .about__read__content h2 {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 5rem;
  }
}

.service .front__qa {
  background: #fff;
}
.service .front__comparison {
  background: #F8F8F8;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .service .front__comparison {
    padding-bottom: 4rem;
  }
}
.service .front__comparison .wrapper {
  max-width: calc(1368px + 5.6rem);
}
.service .front__comparison .front__comparison__content .is-wrap {
  margin-bottom: 0;
}
.service .front__comparison .front__comparison__content .is-wrap ul {
  background: #fff;
}
.service .front__comparison .front__comparison__content .is-wrap ul.is-main {
  background: #0089D2;
}
.service .front__comparison .front__comparison__content .is-wrap ul.is-first {
  background: #F8F8F8;
}
.service .front__comparison .front__comparison__content .is-wrap ul li.is-sp p {
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .service .front__comparison .front__comparison__content .is-wrap ul li.is-sp p {
    margin-top: 2.3rem;
  }
}
.service .front__comparison .front__comparison__content .is-wrap ul li.is-sp span {
  margin-top: -6.2rem;
}
@media (max-width: 768px) {
  .service .front__comparison .front__comparison__content .is-wrap ul li.is-sp span {
    margin-top: -3.2rem;
  }
}
.service .front__comparison .front__comparison__content .is-wrap ul li p {
  margin-top: 0;
  margin-bottom: auto;
}
.service .front__comparison .front__comparison__content .is-wrap ul li span {
  font-weight: 400;
}
.service .front__comparison .front__comparison__content .is-wrap ul li .tagP {
  margin-top: 0;
  margin-bottom: 0;
}
.service .front__comparison .front__comparison__content .is-wrap ul li .tagP2 {
  margin-top: auto;
}
.service .front__merit {
  background: #F8F8F8;
  padding-bottom: 9.2rem;
}
@media (max-width: 768px) {
  .service .front__merit {
    padding-bottom: 1.5rem;
  }
}
.service .front__merit ul {
  padding-bottom: 0;
}
.service .front__merit ul:after {
  display: none;
}
.service .front__merit ul li {
  background: #fff;
  padding: 2.8rem 2.8rem 2.4rem;
  min-height: 42.4rem;
}
@media (max-width: 768px) {
  .service .front__merit ul li {
    padding: 0 2.8rem;
    min-height: inherit;
  }
}
.service .front__merit ul li dl dd {
  text-align: left;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 768px) {
  .service .front__merit ul li dl dd {
    border-top: 0.1rem solid #0089D2;
    display: none;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.service .front__merit ul li dl dd.on_hover .is-hover_target {
  display: block;
}
.service .front__merit ul li dl dd .is-hover {
  display: inline-block;
  vertical-align: middle;
  pointer-events: auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  .service .front__merit ul li dl dd .is-hover {
    display: none;
  }
}
.service .front__merit ul li dl dd .is-hover .imgArea {
  max-width: 2rem;
}
.service .front__merit ul li dl dd .is-hover_target {
  display: none;
  position: absolute;
  bottom: -23rem;
  left: -37rem;
  width: 41.3rem;
  min-height: 22.6rem;
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 1400px) {
  .service .front__merit ul li dl dd .is-hover_target {
    left: -7rem;
  }
}
.service .front__merit ul li dl dd .is-hover_target p {
  font-size: 1.4rem;
  line-height: 2;
}
.service .front__merit ul li dl dd .is-hover_target p:first-child {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.service .front__merit ul li dl dt {
  text-align: center;
  padding-top: 0;
  pointer-events: none;
  position: relative;
}
@media (max-width: 768px) {
  .service .front__merit ul li dl dt {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: left;
    pointer-events: auto;
    margin-bottom: 0;
    /* Safari用 */
    display: flex;
    /* Safari用 */
    align-items: center;
    cursor: pointer;
  }
}
.service .front__merit ul li dl dt:after {
  display: none;
}
@media (max-width: 768px) {
  .service .front__merit ul li dl dt.close:after {
    /* Safari用 */
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (max-width: 768px) {
  .service .front__merit ul li dl dt:after {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    /* Safari用 */
    transform: translateY(-50%);
    width: 2rem;
    height: 1.2rem;
    background: url(../img/common/arw_down.webp) center no-repeat;
    background-size: 100%;
  }
}
.service .front__merit ul li dl dt p {
  color: #0089D2;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .service .front__merit ul li dl dt p {
    font-size: 2rem;
    margin-top: 0;
  }
}
.service .front__merit ul li dl dt .is-img {
  position: relative;
  min-height: 10.8rem;
  display: block;
  max-width: 8rem !important;
}
@media (max-width: 768px) {
  .service .front__merit ul li dl dt .is-img {
    min-height: inherit;
    max-width: 6rem !important;
    margin-right: 1.5rem;
    margin-left: 0;
  }
}
.service .front__merit ul li dl dt .is-img:after {
  content: "";
  display: block;
  width: 10.6rem;
  height: 0.3rem;
  background: #0089D2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .service .front__merit ul li dl dt .is-img:after {
    display: none;
  }
}
.service__option {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .service__option {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.service__option__content {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .service__option__content {
    margin-top: 1rem;
  }
}
.service__option__content > li {
  margin-bottom: 4rem;
  border: 0.1rem solid #0089D2;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .service__option__content > li {
    border: none;
  }
}
.service__option__content > li .accordionMenu {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .service__option__content > li .accordionMenu {
    display: block !important;
    padding-left: 0;
    padding-right: 0;
    overflow-x: auto;
  }
}
.service__option__content > li .accordionMenu .is-wrap {
  border-top: 0.1rem solid #919191;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .service__option__content > li .accordionMenu .is-wrap {
    min-width: 80rem;
    padding: 2.8rem;
    border: 0.1rem solid #0089D2;
    border-radius: 1rem;
  }
}
.service__option__content > li .accordionMenu .is-wrap ul {
  /* Safari用 */
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .service__option__content > li .accordionMenu .is-wrap ul {
    border-top: 0.1rem solid #919191;
    padding-top: 2.8rem;
  }
}
.service__option__content > li .accordionMenu .is-wrap ul li {
  width: 49%;
  margin-right: 2%;
}
.service__option__content > li .accordionMenu .is-wrap ul li:nth-child(2n) {
  margin-right: 0;
}
.service__option__content > li .accordionMenu .is-wrap ul li dl dt {
  /* Safari用 */
  display: flex;
  /* Safari用 */
  justify-content: center;
  /* Safari用 */
  align-items: center;
  background: #F2F2F2;
  font-size: 2rem;
  font-weight: 500;
  height: 6rem;
}
@media (max-width: 768px) {
  .service__option__content > li .accordionMenu .is-wrap ul li dl dt {
    height: 4rem;
    font-size: 1.6rem;
  }
}
.service__option__content > li .accordionMenu .is-wrap ul li dl dd {
  border-bottom: 0.1rem solid #919191;
  padding: 2rem 4rem;
  line-height: 1.5;
  min-height: 12rem;
  /* Safari用 */
  display: flex;
  /* Safari用 */
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .service__option__content > li .accordionMenu .is-wrap ul li dl dd {
    padding: 1.3rem 0;
  }
}
.service__option__content > li .accordionMenu .is-wrap ul li dl dd h4 {
  color: #0089D2;
  font-weight: 500;
  line-height: 1.5;
  font-size: 2rem;
  width: 100%;
}
.service__option__content > li .accordionMenu .is-wrap ul li dl dd .tagP {
  margin-top: auto;
}
.service__option__content > li .accordionMenu .is-wrap ul li dl dd p {
  font-size: 2rem;
  line-height: 1.5;
  width: 100%;
}
@media (max-width: 768px) {
  .service__option__content > li .accordionMenu .is-wrap ul li dl dd p {
    font-size: 1.6rem;
  }
}
.service__option__content > li .accordionMenu .is-wrap ul li dl dd span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
}
.service__option__content > li .accordionMenu .is-wrap ul li dl .tagDd2 {
  padding: 6.6rem 4rem;
}
@media (max-width: 768px) {
  .service__option__content > li .accordionMenu .is-wrap ul li dl .tagDd2 {
    padding: 6.3rem 0;
  }
}
.service__option__content > li .accordionMenu .is-wrap ul li dl .tagDd3 {
  padding: 8.8rem 4rem;
}
@media (max-width: 768px) {
  .service__option__content > li .accordionMenu .is-wrap ul li dl .tagDd3 {
    padding: 6.3rem 0;
  }
}
.service__option__content > li .accordionMenu .is-wrap ul li dl .tagDd4 {
  padding: 12.3rem 4rem;
}
@media (max-width: 768px) {
  .service__option__content > li .accordionMenu .is-wrap ul li dl .tagDd4 {
    padding: 11.9rem 0;
  }
}
.service__option__content > li h3 {
  /* Safari用 */
  display: flex;
  /* Safari用 */
  align-items: center;
  cursor: pointer;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 4rem;
  position: relative;
}
@media (max-width: 768px) {
  .service__option__content > li h3 {
    padding: 1rem 0 2rem;
    border-bottom: 0.1rem solid #0089D2;
    margin-bottom: 2.8rem;
    pointer-events: none;
  }
}
.service__option__content > li h3.close:after {
  /* Safari用 */
  transform: translateY(-50%);
}
.service__option__content > li h3:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: 5rem;
  top: 50%;
  /* Safari用 */
  transform: translateY(-50%) rotate(180deg);
  width: 2.5rem;
  height: 1.5rem;
  background: url(../img/common/arw_down_bk.webp) center no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .service__option__content > li h3:after {
    display: none;
  }
}
.service__option__content > li h3 .tagP {
  padding-right: 2.5rem;
  color: #0089D2;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 768px) {
  .service__option__content > li h3 .tagP {
    padding-right: 0;
    font-size: 3.2rem;
  }
}
.service__option__content > li h3 .tagP:last-child {
  text-align: left;
  font-size: 2.4rem;
  color: #0089D2;
}
@media (max-width: 768px) {
  .service__option__content > li h3 .tagP:last-child {
    padding-left: 2rem;
    font-size: 2rem;
  }
}
.service__option__content > li h3 .tagP span {
  display: block;
  font-size: 1.6rem;
  color: #C1C1C1;
}
@media (max-width: 768px) {
  .service__option__content > li h3 .tagP span {
    font-size: 1.2rem;
  }
}
.service__content {
  padding-top: 8rem;
  padding-bottom: 9.2rem;
}
@media (max-width: 768px) {
  .service__content {
    padding-top: 4rem;
    padding-bottom: 1.2rem;
  }
}
.service__content__list {
  margin-top: 7.5rem;
  /* Safari用 */
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .service__content__list {
    display: block;
    margin-top: 3.5rem;
  }
}
.service__content__list li {
  width: 48.5%;
  margin-right: 3%;
  border: 0.1rem solid #0089D2;
  border-radius: 1rem;
  min-height: 15.3rem;
  margin-bottom: 2.8rem;
  /* Safari用 */
  display: flex;
  /* Safari用 */
  justify-content: center;
  /* Safari用 */
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .service__content__list li {
    width: 100%;
    margin-right: 0;
    min-height: inherit;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
.service__content__list li:nth-child(2n) {
  margin-right: 0;
}
.service__content__list li dl {
  width: 100%;
}
.service__content__list li dl dt {
  font-size: 2rem;
  color: #0089D2;
  font-weight: bold;
  margin-bottom: 1rem;
  pointer-events: none;
  position: relative;
}
@media (max-width: 768px) {
  .service__content__list li dl dt {
    font-size: 1.6rem;
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    text-align: left;
    pointer-events: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .service__content__list li dl dt.close:after {
    /* Safari用 */
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (max-width: 768px) {
  .service__content__list li dl dt:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    /* Safari用 */
    transform: translateY(-50%);
    width: 2rem;
    height: 1.2rem;
    background: url(../img/common/arw_down.webp) center no-repeat;
    background-size: 100%;
  }
}
.service__content__list li dl dd {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .service__content__list li dl dd {
    border-top: 0.1rem solid #000;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: none;
  }
}
.service__content .title h2 {
  position: relative;
}
.service__content .title h2 span {
  background: #0089D2;
  border-radius: 0.5rem;
  width: 9.8rem;
  height: 3.8rem;
  /* Safari用 */
  display: flex;
  /* Safari用 */
  justify-content: center;
  /* Safari用 */
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  top: -4.3rem;
  left: 34%;
  /* Safari用 */
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .service__content .title h2 span {
    left: 20%;
  }
}
.service__content .title h2 span:after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 86%;
  /* Safari用 */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.3rem solid transparent;
  border-left: 0.3rem solid transparent;
  border-top: 0.5rem solid #0089d2;
  border-bottom: 0;
}
.service__content__read {
  border: 0.1rem solid #0089D2;
  border-radius: 1rem;
  padding: 4rem 5.5rem 3rem;
  /* Safari用 */
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .service__content__read {
    display: block;
    padding: 4rem 2.8rem 3.5rem;
  }
}
.service__content__read dl {
  width: 70.4%;
}
@media (max-width: 768px) {
  .service__content__read dl {
    width: 100%;
  }
}
.service__content__read dl dt {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .service__content__read dl dt {
    font-size: 2rem;
  }
}
.service__content__read dl dt .tagP {
  color: #0089D2;
  font-weight: bold;
  font-size: 6rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .service__content__read dl dt .tagP {
    font-size: 4.4rem;
    line-height: 1.2;
  }
}
@media (max-width: 380px) {
  .service__content__read dl dt .tagP {
    font-size: 4.1rem;
  }
}
.service__content__read dl dt .tagP span {
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
}
.service__content__read dl dd {
  margin-top: 1rem;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .service__content__read dl dd {
    margin-top: 0.5rem;
    font-size: 1.6rem;
  }
}
.service__content__read .is-sub_text {
  display: block;
  width: 29.6%;
  margin-top: 5rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .service__content__read .is-sub_text {
    width: 100%;
    margin-top: 2rem;
    font-size: 1.6rem;
    color: #919191;
  }
}

.case .front__kv {
  margin-bottom: 12rem;
}
.case .kv {
  margin-bottom: 4rem;
}
.case__list {
  margin-top: 8rem;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .case__list {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.case__list__img {
  margin-bottom: 3rem;
  text-align: center;
}
.case__list > li {
  margin-bottom: 2rem;
  border-radius: 1rem;
  border: 1px solid #12ADFF;
}
.case__list > li > dl > dd {
  border-top: 1px dashed #12ADFF;
  padding: 7.5rem 0 3rem;
  margin-left: 4rem;
  margin-right: 4rem;
}
@media (max-width: 768px) {
  .case__list > li > dl > dd {
    padding-top: 2.8rem;
    padding-bottom: 2rem;
    margin-left: 2.8rem;
    margin-right: 2.8rem;
  }
}
.case__list > li > dl > dd .tagDl2 {
  margin-top: 1.5rem;
}
.case__list > li > dl > dd dl {
  /* Safari用 */
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .case__list > li > dl > dd dl {
    display: block;
  }
}
.case__list > li > dl > dd dl dt {
  width: 6.8rem;
  text-align: center;
  writing-mode: -webkit-vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: -webkit-upright;
  text-orientation: upright;
  font-size: 1.6rem;
  font-weight: bold;
  color: #009AEB;
  padding-right: 2rem;
  letter-spacing: 0.4em;
}
@media (max-width: 768px) {
  .case__list > li > dl > dd dl dt {
    writing-mode: inherit;
    width: 100%;
    padding-right: 0;
    letter-spacing: 0.2rem;
    margin-bottom: 1.5rem;
  }
}
.case__list > li > dl > dd dl dd {
  width: calc(100% - 6.8rem);
}
@media (max-width: 768px) {
  .case__list > li > dl > dd dl dd {
    width: 100%;
  }
}
.case__list > li > dl > dd dl dd p {
  font-size: 2rem;
  line-height: 1.5;
  padding-left: 1.8rem;
  position: relative;
  color: #707070;
}
@media (max-width: 768px) {
  .case__list > li > dl > dd dl dd p {
    font-size: 1.4rem;
    padding-left: 2rem;
    line-height: 2;
  }
}
.case__list > li > dl > dd dl dd p:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  background: #12ADFF;
  border-radius: 50%;
  left: 0;
  top: 1.2rem;
}
.case__list > li > dl > dt {
  /* Safari用 */
  display: flex;
  /* Safari用 */
  align-items: center;
  min-height: 10rem;
  padding-right: 7.5rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .case__list > li > dl > dt {
    min-height: 9.8rem;
    padding-right: 6rem;
  }
}
.case__list > li > dl > dt .tagP {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .case__list > li > dl > dt .tagP {
    font-size: 1.4rem;
  }
}
.case__list > li > dl > dt .tagP:first-child {
  font-size: 6rem;
  line-height: 1;
  color: #F2F2F2;
  font-weight: bold;
  text-align: center;
  width: 10rem;
}
@media (max-width: 768px) {
  .case__list > li > dl > dt .tagP:first-child {
    font-size: 4rem;
    width: 6.6rem;
    min-width: 6.6rem;
  }
}
.case__list > li > dl > dt.close:after {
  /* Safari用 */
  transform: translateY(-50%) rotate(0deg);
}
.case__list > li > dl > dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 5rem;
  top: 50%;
  /* Safari用 */
  transform: translateY(-50%) rotate(180deg);
  width: 2.5rem;
  height: 1.5rem;
  background: url(../img/common/arw_down_bk.webp) center no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .case__list > li > dl > dt:after {
    right: 2.8rem;
    width: 2rem;
    height: 1.2rem;
    background-image: url(../img/common/arw_down.webp);
  }
}
.case__content {
  border: 0.1rem solid #12ADFF;
  border-radius: 1rem;
  text-align: center;
  padding: 3rem 5rem 7rem;
  margin-top: 8rem;
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .case__content {
    padding: 2.8rem 0 2rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.case__content__img {
  /* Safari用 */
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .case__content__img {
    display: block;
  }
}
.case__content__img .imgArea {
  max-width: 50%;
}
@media (max-width: 768px) {
  .case__content__img .imgArea {
    max-width: 100%;
  }
}
.case__content .tagP {
  font-size: 2rem;
  line-height: 1.6;
  color: #919191;
}
@media (max-width: 768px) {
  .case__content .tagP {
    font-size: 1.6rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
.case__content h3 {
  color: #009AEB;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .case__content h3 {
    font-size: 1.6rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
.case__title {
  text-align: center;
}
.case__title h2 {
  display: inline-block;
  position: relative;
  font-size: 4rem;
  color: #009AEB;
  font-weight: bold;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .case__title h2 {
    font-size: 2.4rem;
  }
}
.case__title h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  /* Safari用 */
  transform: translateX(-50%);
  background: #919191;
  height: 0.5rem;
  width: 10rem;
}
@media (max-width: 768px) {
  .case__title h2:after {
    background: #009AEB;
    height: 0.3rem;
  }
}

.thought {
  padding-bottom: 4rem;
}
.thought .font-tsukubrd {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 700;
}
.thought__text {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .thought__text {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.thought__text p {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .thought__text p {
    font-size: 1.6rem;
  }
}
.thought__text p:last-child {
  margin-bottom: 0;
}
.thought__title {
  margin-top: 10rem;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .thought__title {
    margin-top: 8rem;
    margin-bottom: 0;
  }
}
.thought__title h2 {
  color: #0089D2;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .thought__title h2 {
    display: block;
    font-size: 2.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 0.2rem solid #0089D2;
    text-align: center;
  }
}
.thought__title h2:after {
  content: "";
  flex-grow: 1;
  border-bottom: 0.2rem solid #0089D2;
  margin-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .thought__title h2:after {
    display: none;
  }
}
.thought__content {
  background: #F8F8F8;
  padding: 4rem 5rem 4rem 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .thought__content {
    margin-left: 0;
    min-height: inherit;
    background: #fff;
    padding: 3.5rem 0 0;
  }
}
.thought__content.is-under {
  margin-left: 0;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (max-width: 768px) {
  .thought__content.is-under {
    margin-right: 0;
    padding: 3.5rem 0 0;
  }
}
.thought__content.is-under .imgArea {
  left: auto;
  right: -18rem;
}
.thought__content .imgArea {
  max-width: 35.8rem;
  position: absolute;
  top: 12%;
  left: -18rem;
  /* Safari用 */
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .thought__content .imgArea {
    position: static;
    max-width: 100%;
    /* Safari用 */
    transform: translateY(0);
    margin-bottom: 4rem;
  }
}
.thought__content p {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .thought__content p {
    font-size: 1.6rem;
  }
}
.thought__content p:last-child {
  margin-top: 4rem;
}
.thought__read {
  max-width: 95.8rem;
  margin: 12rem auto 8rem;
  border-radius: 1rem;
  border: 0.2rem solid #0089D2;
  position: relative;
  padding: 3.5rem 2.5rem 2rem;
}
@media (max-width: 768px) {
  .thought__read {
    margin-top: 6rem;
    margin-bottom: 4rem;
    padding: 3.5rem 2.8rem 3.5rem;
  }
}
.thought__read h3 {
  position: absolute;
  left: 4.8rem;
  top: -1.8rem;
  background: #0089D2;
  /* Safari用 */
  display: flex;
  /* Safari用 */
  justify-content: center;
  /* Safari用 */
  align-items: center;
  width: 17rem;
  height: 3.7rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
.thought__read p {
  font-size: 2rem;
  line-height: 1.5;
  color: #0089D2;
}
.thought__kv {
  background: #F8F8F8;
}
.thought__kv__content {
  max-width: 111.4rem;
  margin: 0 auto;
  position: relative;
  min-height: 56.5rem;
}
@media (max-width: 768px) {
  .thought__kv__content {
    min-height: inherit;
  }
}
.thought__kv__content .is-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32rem;
}
@media (max-width: 768px) {
  .thought__kv__content .is-img {
    position: static;
    margin: 0 auto;
    width: 21rem;
  }
}
.thought__kv__content .is-text {
  position: absolute;
  top: 50%;
  left: 0;
  /* Safari用 */
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .thought__kv__content .is-text {
    position: static;
    /* Safari用 */
    transform: translateY(0);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.thought__kv__content .is-text h2 {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.7;
  color: #0089D2;
}
@media (max-width: 768px) {
  .thought__kv__content .is-text h2 {
    text-align: center;
    font-size: 3.2rem;
  }
}
.thought__kv__content .is-text p {
  color: #0089D2;
  font-size: 1.6rem;
}

.faq .kv {
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .faq .kv {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .faq .title p {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.faq .front__qa {
  background: #fff;
  padding-top: 10rem;
}
@media (max-width: 768px) {
  .faq .front__qa {
    padding-top: 4rem;
  }
}
.faq .front__qa__content {
  margin-top: 0;
  margin-bottom: 0;
}

.news__single {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .news__single {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.news__single__content h1 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .news__single__content h1 {
    font-size: 2.4rem;
    margin-top: 4rem;
  }
}
.news__single__content h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .news__single__content h2 {
    font-size: 2rem;
  }
}
.news__single__content h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.news__single__content p {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.news__single__data p {
  color: #919191;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .news__single__data p {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
.news__content {
  background: #F8F8F8;
  border-radius: 1rem;
  padding: 8rem;
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .news__content {
    background: #fff;
    padding: 0;
    margin-bottom: 4rem;
  }
}
.news__content__page .wp-pagenavi {
  text-align: center; /* Safari用 */
  display: flex; /* Safari用 */
  justify-content: center; /* Safari用 */
  align-items: center;
}
.news__content__page .wp-pagenavi .pages {
  display: none;
}
.news__content__page .wp-pagenavi .current {
  width: 4rem;
  height: 4rem; /* Safari用 */
  display: flex; /* Safari用 */
  justify-content: center; /* Safari用 */
  align-items: center;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  background: #0089D2;
  border: 0.1rem solid #0089D2;
  margin: 0 0.8rem;
}
.news__content__page .wp-pagenavi a {
  border: 0.1rem solid #0089D2;
  background: #fff;
  color: #0089D2;
  width: 4rem;
  height: 4rem; /* Safari用 */
  display: flex; /* Safari用 */
  justify-content: center; /* Safari用 */
  align-items: center;
  border-radius: 0.5rem;
  margin: 0 0.8rem;
}
.news__content ul { /* Safari用 */
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .news__content ul {
    display: block;
  }
}
.news__content ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .news__content ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.news__content ul li:nth-child(3n) {
  margin-right: 0;
}
.news__content ul li a {
  display: block;
}
.news__content ul li h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 10.8rem;
}
@media (max-width: 768px) {
  .news__content ul li h3 {
    min-height: 5.8rem;
    font-size: 2rem;
    -webkit-line-clamp: 2;
  }
}
.news__content ul li p {
  font-size: 1.6rem;
  color: #919191;
  line-height: 1;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .news__content ul li p {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
.news__cate { /* Safari用 */
  display: flex;
  flex-wrap: wrap;
  margin-top: 12rem;
  margin-bottom: 8rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .news__cate {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
.news__cate li {
  width: calc((100% - 5rem) / 6);
}
@media (max-width: 768px) {
  .news__cate li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .news__cate li:nth-child(2n) {
    margin-right: 0;
  }
}
.news__cate li.is-active a {
  background: #0089D2;
  color: #fff;
}
.news__cate li:last-child {
  margin-right: 0;
}
.news__cate li a {
  text-align: center;
  font-size: 1.6rem;
  border-radius: 1rem;
  border: 0.1rem solid #0089D2;
  color: #0089D2;
  height: 5.3rem; /* Safari用 */
  display: flex; /* Safari用 */
  justify-content: center; /* Safari用 */
  align-items: center;
}
@media (max-width: 768px) {
  .news__cate li a {
    height: 4rem;
    font-size: 1.4rem;
  }
}

.news__single {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .news__single {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.news__single__content h1 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .news__single__content h1 {
    font-size: 2.4rem;
    margin-top: 4rem;
  }
}
.news__single__content h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .news__single__content h2 {
    font-size: 2rem;
  }
}
.news__single__content h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.news__single__content p {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.news__single__data p {
  color: #919191;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .news__single__data p {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
.news .maintenance__content {
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .news .maintenance__content {
    margin-bottom: 4rem;
  }
}
.news .maintenance__content .tableArea .titleArea {
  background: #12ADFF;
  border-radius: 1rem 1rem 0 0;
  padding: 1.5rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .news .maintenance__content .tableArea .titleArea {
    display: block;
  }
}
.news .maintenance__content .tableArea .titleArea__title {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .news .maintenance__content .tableArea .titleArea__right {
    margin-top: 1rem;
  }
}
.news .maintenance__content .tableArea .titleArea__right .timeArea {
  display: flex;
  gap: 2rem;
}
.news .maintenance__content .tableArea .titleArea__right .timeArea .time1 {
  font-size: 1.6rem;
  color: #FFFFFF;
}
.news .maintenance__content .tableArea .titleArea__right .timeArea .time2 {
  font-size: 1.6rem;
  color: #FFFFFF;
}
.news .maintenance__content .tableArea .contentArea {
  border: 0.1rem solid #C1C1C1;
  border-radius: 0 0 1rem 1rem;
}
.news .maintenance__content .tableArea .contentArea .dl {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .news .maintenance__content .tableArea .contentArea .dl {
    display: block;
  }
}
.news .maintenance__content .tableArea .contentArea .dl .dt {
  width: 17%;
  padding: 2rem 0 2rem 4rem;
  font-size: 2rem;
  font-weight: 600;
  border-right: 0.1rem solid #C1C1C1;
  border-bottom: 0.1rem solid #C1C1C1;
}
@media (max-width: 768px) {
  .news .maintenance__content .tableArea .contentArea .dl .dt {
    width: 100%;
    border-right: none;
  }
}
.news .maintenance__content .tableArea .contentArea .dl .dt:last-of-type {
  border-bottom: none;
}
@media (max-width: 768px) {
  .news .maintenance__content .tableArea .contentArea .dl .dt:last-of-type {
    border-bottom: 0.1rem solid #C1C1C1;
  }
}
.news .maintenance__content .tableArea .contentArea .dl .dd {
  width: 83%;
  font-size: 2rem;
  padding: 2rem 0 2rem 2rem;
  font-weight: 400;
  border-bottom: 0.1rem solid #C1C1C1;
}
@media (max-width: 768px) {
  .news .maintenance__content .tableArea .contentArea .dl .dd {
    width: 100%;
    padding: 2rem 4rem;
  }
}
.news .maintenance__content .tableArea .contentArea .dl .dd:last-of-type {
  border-bottom: none;
}
.news .maintenance__content .tableArea .notText {
  padding: 19rem 0;
  text-align: center;
  font-size: 2rem;
  color: #C1C1C1;
}
.news .maintenance__content .tableArea .notText br {
  display: none;
}
@media (max-width: 768px) {
  .news .maintenance__content .tableArea .notText br {
    display: block;
  }
}
.news__cate { /* Safari用 */
  display: flex;
  flex-wrap: wrap;
  margin-top: 12rem;
  margin-bottom: 8rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .news__cate {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
.news__cate li {
  width: calc((100% - 5rem) / 6);
}
@media (max-width: 768px) {
  .news__cate li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .news__cate li:nth-child(2n) {
    margin-right: 0;
  }
}
.news__cate li.is-active a {
  background: #0089D2;
  color: #fff;
}
.news__cate li:last-child {
  margin-right: 0;
}
.news__cate li a {
  text-align: center;
  font-size: 1.6rem;
  border-radius: 1rem;
  border: 0.1rem solid #0089D2;
  color: #0089D2;
  height: 5.3rem; /* Safari用 */
  display: flex; /* Safari用 */
  justify-content: center; /* Safari用 */
  align-items: center;
}
@media (max-width: 768px) {
  .news__cate li a {
    height: 4rem;
    font-size: 1.4rem;
  }
}

.company__content {
  padding-top: 12rem;
  padding-bottom: 8rem; /* Safari用 */
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .company__content {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: block;
  }
}
.company__content.is-under {
  padding-top: 0;
}
.company__content.is-under .company__content__title {
  width: 25.2rem;
}
@media (max-width: 768px) {
  .company__content.is-under .company__content__title {
    width: 100%;
  }
}
.company__content.is-under .company__content__body {
  width: calc(100% - 25.2rem);
}
@media (max-width: 768px) {
  .company__content.is-under .company__content__body {
    width: 100%;
  }
}
.company__content.is-under .company__content__body li {
  border-bottom: none;
}
@media (max-width: 768px) {
  .company__content.is-under .company__content__body li dl {
    display: block;
  }
}
.company__content.is-under .company__content__body li dl dt {
  font-size: 1.6rem;
  width: 25.2rem;
}
@media (max-width: 768px) {
  .company__content.is-under .company__content__body li dl dt {
    width: 100%;
    margin-bottom: 2.8rem;
    text-align: center;
  }
}
.company__content.is-under .company__content__body li dl dt .tagP {
  margin-top: 2.5rem;
}
.company__content.is-under .company__content__body li dl dd {
  width: calc(100% - 25.2rem);
}
@media (max-width: 768px) {
  .company__content.is-under .company__content__body li dl dd {
    width: 100%;
  }
}
.company__content.is-under .company__content__body li dl dd iframe {
  max-height: 32.2rem;
}
@media (max-width: 768px) {
  .company__content.is-under .company__content__body li dl dd iframe {
    max-height: 16.8rem;
  }
}
.company__content__title {
  width: 25.2rem;
}
@media (max-width: 768px) {
  .company__content__title {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.company__content__title h2 {
  font-size: 4rem;
  font-weight: bold;
  color: #12ADFF;
}
@media (max-width: 768px) {
  .company__content__title h2 {
    text-align: center;
  }
}
.company__content__title h2 span {
  display: block;
  color: 1.6rem;
  font-weight: 400;
  color: #000;
}
@media (max-width: 768px) {
  .company__content__title h2 span {
    margin-top: 1rem;
  }
}
.company__content__body {
  width: calc(100% - 25.2rem);
  border-top: 0.1rem solid #000;
}
@media (max-width: 768px) {
  .company__content__body {
    width: 100%;
  }
}
.company__content__body > li {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 0.1rem solid #000;
}
@media (max-width: 768px) {
  .company__content__body > li {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.company__content__body > li > dl { /* Safari用 */
  display: flex;
  flex-wrap: wrap;
}
.company__content__body > li > dl > dt {
  width: 19.5rem;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .company__content__body > li > dl > dt {
    width: 8.2rem;
    font-size: 1.6rem;
  }
}
.company__content__body > li > dl > dd {
  width: calc(100% - 19.5rem);
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .company__content__body > li > dl > dd {
    width: calc(100% - 8.2rem);
    font-size: 1.6rem;
  }
}
.company__content__body > li > dl > dd .imgArea {
  display: inline-block;
  vertical-align: middle;
  max-width: 12.6rem;
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .company__content__body > li > dl > dd .imgArea {
    display: block;
    margin-left: 0;
  }
}
.company__content__body > li > dl > dd dl { /* Safari用 */
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .company__content__body > li > dl > dd dl {
    display: block;
    margin-bottom: 2rem;
  }
}
.company__content__body > li > dl > dd dl dt {
  width: 11rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .company__content__body > li > dl > dd dl dt {
    width: 100%;
    font-size: 1.2rem;
  }
}
.company__content__body > li > dl > dd dl dd {
  width: calc(100% - 11rem);
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .company__content__body > li > dl > dd dl dd {
    width: 100%;
    font-size: 1.2rem;
  }
}

.contact .is-btn {
  display: none;
}
.contact .btn {
  max-width: 26rem;
}
@media (max-width: 768px) {
  .contact .btn {
    max-width: 100%;
  }
}
.contact__content {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .contact__content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.contact__content ::-moz-placeholder {
  color: #919191;
}
.contact__content ::placeholder {
  color: #919191;
}
.contact__content input[type=text], .contact__content input[type=email] {
  width: 100%; /* Safari用 */
  display: flex; /* Safari用 */
  align-items: center;
  height: 6rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #919191;
  font-size: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .contact__content input[type=text], .contact__content input[type=email] {
    font-size: 1.6rem;
  }
}
.contact__content textarea {
  width: 100%;
  resize: none;
  padding: 2rem;
  font-size: 2rem;
  color: #000;
  border-radius: 0.5rem;
  border: 0.1rem solid #919191;
  min-height: 18rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .contact__content textarea {
    min-height: 12rem;
    font-size: 1.6rem;
  }
}
.contact__content select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../img/common/select_arw.webp) right 2rem center no-repeat #fff;
  background-size: 1.7rem;
  color: #000;
  padding-left: 2rem;
  padding-right: 4rem;
  width: 100%; /* Safari用 */
  display: flex; /* Safari用 */
  align-items: center;
  height: 6rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #919191;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .contact__content select {
    font-size: 1.6rem;
  }
}
.contact__content .is-num {
  position: relative;
}
.contact__content .is-num input {
  padding-right: 5rem;
}
.contact__content .is-num .tagSpan {
  position: absolute;
  display: block;
  width: 5rem;
  top: 1.5rem;
  right: 0;
  color: #919191;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .contact__content .is-num .tagSpan {
    font-size: 1.6rem;
  }
}
.contact__content .is-check {
  margin-top: 7rem;
  margin-bottom: 6rem;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .contact__content .is-check {
    margin-top: 4rem;
    margin-bottom: 4rem;
    text-align: left;
  }
}
.contact__content .is-check .tagP {
  position: absolute;
  transform: translateX(-50%);
  left: 52%;
  top: 0;
  font-size: 2rem;
  color: #919191;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contact__content .is-check .tagP {
    transform: translateX(0);
    left: 4rem;
    font-size: 1.6rem;
  }
}
.contact__content .is-check .tagP a {
  font-size: 2rem;
  color: #919191;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .contact__content .is-check .tagP a {
    font-size: 1.6rem;
  }
}
.contact__content .is-check .mwform-checkbox-field-text {
  font-size: 0;
}
.contact__content .is-check input[type=checkbox] + span {
  position: relative;
  min-height: 2rem;
  margin-right: 2rem;
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 768px) {
  .contact__content .is-check input[type=checkbox] + span {
    font-size: 1.6rem;
  }
}
.contact__content .is-check input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #000;
  border-radius: 0.5rem;
  display: block;
}
@media (max-width: 768px) {
  .contact__content .is-check input[type=checkbox] + span::before {
    left: auto;
  }
}
.contact__content .is-check input[type=checkbox]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  left: 0.5rem;
  width: 1rem;
  height: 0.8rem;
  border-left: 0.2rem solid #000;
  border-bottom: 0.2rem solid #000;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .contact__content .is-check input[type=checkbox]:checked + span:after {
    left: 0.05rem;
    top: 46%;
  }
}
.contact__content .is-radio {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.contact__content .is-radio input[type=radio] + span {
  padding: 0 0 0 3rem;
  position: relative;
  min-height: 2rem;
  margin-right: 2rem;
  color: #000;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .contact__content .is-radio input[type=radio] + span {
    font-size: 1.6rem;
  }
}
.contact__content .is-radio input[type=radio] + span::before {
  content: "";
  position: absolute;
  top: 52%; /* Safari用 */
  transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 50%;
  border: 0.2rem solid #000;
  display: block;
}
.contact__content .is-radio input[type=radio]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 0.65rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #000;
}
@media (max-width: 768px) {
  .contact__content .is-radio input[type=radio]:checked + span:after {
    top: 0.75rem;
  }
}
@media (max-width: 768px) {
  .contact__content .is-radio .mwform-radio-field {
    display: block;
    margin-left: 0 !important;
    margin-bottom: 1rem;
  }
}
.contact__content .is-add { /* Safari用 */
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .contact__content .is-add {
    display: block;
  }
}
.contact__content .is-add br {
  display: none;
}
.contact__content .is-add input {
  width: 49%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2%;
}
@media (max-width: 768px) {
  .contact__content .is-add input {
    width: 100%;
    margin-right: 0;
  }
}
.contact__content .is-add select {
  width: 49%;
}
@media (max-width: 768px) {
  .contact__content .is-add select {
    margin-top: 2rem;
    width: 100%;
  }
}
.contact__content .is-menu { /* Safari用 */
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.contact__content .is-menu > span {
  width: 32%;
  margin-left: 0 !important;
  margin-right: 2%;
}
@media (max-width: 768px) {
  .contact__content .is-menu > span {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.contact__content .is-menu > span:nth-child(3) {
  margin-right: 0;
}
.contact__content .is-menu input[type=radio]:checked + .mwform-radio-field-text {
  border-color: #12ADFF;
  border-width: 0.2rem;
  font-weight: 500;
  color: #12ADFF;
}
.contact__content .is-menu input[type=radio]:checked + .mwform-radio-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icon_check.webp) center no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .contact__content .is-menu input[type=radio]:checked + .mwform-radio-field-text:after {
    width: 2rem;
    height: 2rem;
  }
}
.contact__content .is-menu .mwform-radio-field-text { /* Safari用 */
  display: flex; /* Safari用 */
  justify-content: center; /* Safari用 */
  align-items: center;
  border-radius: 1rem;
  border: 0.1rem solid #919191;
  text-align: center;
  min-height: 13.8rem;
  position: relative;
  font-size: 2.4rem;
  color: #919191;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact__content .is-menu .mwform-radio-field-text {
    min-height: 10rem;
    font-size: 1.6rem;
  }
}
.contact__content .tagP {
  font-size: 2rem;
  font-weight: 500;
}
.contact__content .tagP span {
  width: 6.4rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  background: #FF6A6A;
  color: #fff;
  border-radius: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

.contact-check {
  background: #F2F2F2;
}
@media (max-width: 768px) {
  .contact-check {
    background: #fff;
  }
}
.contact-check .is-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-check .is-btn .btn {
  margin-left: 1rem;
  margin-right: 1rem;
}
.contact-check .contact__content {
  margin-top: 12rem;
  background: #fff;
  padding: 8rem;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .contact-check .contact__content {
    margin-top: 0;
    margin-bottom: 0;
    padding: 4rem 0;
  }
}
.contact-check .contact__content .is-menu, .contact-check .contact__content .is-add, .contact-check .contact__content .is-radio {
  padding-left: 2rem;
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contact-check .contact__content .is-menu, .contact-check .contact__content .is-add, .contact-check .contact__content .is-radio {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.contact-check .contact__content .is-num {
  padding-left: 2rem;
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contact-check .contact__content .is-num {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.contact-check .contact__content .is-num .tagSpan {
  display: none;
}
.contact-check .contact__content .is-check {
  color: #fff;
  margin-top: 4rem;
  margin-bottom: 0;
}
.contact-check .contact__content .is-check .tagP {
  transform: translateX(0);
  left: 0;
  color: #000;
}
.contact-check .contact__content .is-check .tagP a {
  color: #000;
}
.contact-check .contact__content .tagP {
  padding-left: 0;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .contact-check .contact__content .tagP {
    margin-bottom: 1.2;
  }
}
.contact-check .contact__content .tagP .tagSpan {
  display: none;
}
.contact-check .contact__content p {
  padding-left: 2rem;
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contact-check .contact__content p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.contact-check .btn {
  max-width: 26rem;
}
@media (max-width: 768px) {
  .contact-check .btn {
    max-width: 100%;
  }
}

.contact-complete {
  background: #F8F8F8;
}
@media (max-width: 768px) {
  .contact-complete {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    padding-bottom: 4rem;
  }
}
.contact-complete .contact__content {
  margin-top: 12rem;
  background: #fff;
  padding: 8rem 7rem;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .contact-complete .contact__content {
    margin-top: 0;
    margin-bottom: 0;
    padding: 4rem 2.8rem;
  }
}
.contact-complete .contact__content h2 {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-complete .contact__content h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 1.4;
  }
}
.contact-complete .contact__content p {
  text-align: center;
  font-size: 2rem;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .contact-complete .contact__content p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.contact-complete .contact__content .btn {
  margin-top: 7rem;
  max-width: 26rem;
}
@media (max-width: 768px) {
  .contact-complete .contact__content .btn {
    margin-top: 4rem;
    max-width: 100%;
  }
}
.contact-complete__content {
  padding-top: 20rem;
}
.contact-complete__content .tagH2 {
  text-align: center;
  font-size: 2rem;
}

.privacy {
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .privacy {
    padding-bottom: 4rem;
  }
}
.privacy .kv {
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .privacy .kv {
    margin-bottom: 4rem;
  }
}
.privacy .wrapper h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .privacy .wrapper h2 {
    font-size: 1.6rem;
  }
}
.privacy .wrapper p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .privacy .wrapper p {
    margin-bottom: 3rem;
  }
}

.m-footer__link {
  background: #F2F2F2;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .m-footer__link {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.m-footer__link ul { /* Safari用 */
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .m-footer__link ul {
    display: block;
  }
}
.m-footer__link ul li {
  width: 49%;
  margin-right: 2%;
}
@media (max-width: 768px) {
  .m-footer__link ul li {
    width: 100%;
    margin-right: 0;
  }
}
.m-footer__link ul li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .m-footer__link ul li:last-child {
    margin-top: 2rem;
  }
}
.m-footer__link ul li:last-child a:before {
  background-image: url(../img/common/icon_tel.webp);
  left: 6.3rem;
  width: 4.5rem;
  height: 4.5rem;
}
@media (max-width: 768px) {
  .m-footer__link ul li:last-child a:before {
    left: 2.3rem;
    width: 2.3rem;
    height: 2.3rem;
  }
}
.m-footer__link ul li a {
  height: 24rem;
  background: #fff;
  border-radius: 1rem; /* Safari用 */
  display: flex; /* Safari用 */
  align-items: center;
  position: relative;
  padding-left: 16.5rem;
  padding-right: 8.5rem;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .m-footer__link ul li a {
    height: 14rem;
    padding-left: 6.9rem;
    padding-right: 3.3rem;
  }
}
.m-footer__link ul li a:hover:after, .m-footer__link ul li a:active:after {
  right: 4rem;
}
@media (max-width: 768px) {
  .m-footer__link ul li a:hover:after, .m-footer__link ul li a:active:after {
    right: 6.2rem;
  }
}
.m-footer__link ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5.8rem;
  background: url(../img/common/icon_mail.webp) no-repeat;
  background-size: 100%;
  width: 5.6rem;
  height: 4.5rem;
}
@media (max-width: 768px) {
  .m-footer__link ul li a:before {
    left: 2rem;
    width: 3rem;
    height: 2.4rem;
  }
}
.m-footer__link ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6.2rem;
  background: url(../img/common/arw_bk.webp) no-repeat;
  background-size: 100%;
  width: 1.5rem;
  height: 2.5rem;
}
@media (max-width: 768px) {
  .m-footer__link ul li a:after {
    right: 2.2rem;
    width: 1rem;
    height: 1.7rem;
  }
}
.m-footer__link ul li a p {
  color: #0089D2;
  font-weight: bold;
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .m-footer__link ul li a p {
    font-size: 2.4rem;
  }
}
.m-footer__link ul li a p span {
  display: block;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
}
@media (max-width: 768px) {
  .m-footer__link ul li a p span {
    font-size: 1.4rem;
  }
}
.m-footer__content {
  padding-top: 12rem;
}
@media (max-width: 768px) {
  .m-footer__content {
    padding-top: 4rem;
  }
}
.m-footer__content dl { /* Safari用 */
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .m-footer__content dl {
    display: block;
    margin-top: 4rem;
  }
}
.m-footer__content dl dt {
  width: 22.8%;
}
@media (max-width: 768px) {
  .m-footer__content dl dt {
    width: 100%;
  }
}
.m-footer__content dl dt img {
  max-width: 16rem;
  margin-bottom: 1.5rem;
}
.m-footer__content dl dt p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .m-footer__content dl dt p {
    font-size: 1.4rem;
  }
}
.m-footer__content dl dd {
  width: 77.2%;
}
.m-footer__content dl dd ul { /* Safari用 */
  display: flex;
  justify-content: space-between;
}
.m-footer__content dl dd ul li a {
  font-size: 2rem;
  display: block;
  font-weight: 500;
  margin-bottom: 1rem;
}
.m-footer__content dl dd ul li a.is-under {
  margin-top: 3rem;
}
.m-footer__content dl dd ul li p a {
  font-weight: 400;
  display: block;
  margin-left: 2.4rem;
}
.m-footer__content .is-sp_list .accordionMenu a {
  border-bottom: none;
}
.m-footer__content .is-sp_list .is-btn {
  border-bottom: 1px solid #707070;
  padding: 1.3rem 0;
  font-size: 1.6rem;
  position: relative;
}
.m-footer__content .is-sp_list .is-btn.close:after { /* Safari用 */
  transform: translateY(-50%) rotate(0deg);
}
.m-footer__content .is-sp_list .is-btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%; /* Safari用 */
  transform: translateY(-50%) rotate(180deg);
  width: 1.25rem;
  height: 7.7rem;
  background: url(../img/common/arw_down_bk.webp) center no-repeat;
  background-size: 100%;
}
.m-footer__content .is-sp_list a {
  border-bottom: 1px solid #707070;
  padding: 1.3rem 0;
  font-size: 1.6rem;
  display: block;
}
.m-footer__content__copy {
  border-top: 1px solid #707070;
  padding-top: 1.2rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .m-footer__content__copy {
    padding-top: 1.5rem;
    padding-bottom: 11rem;
    text-align: center;
  }
}
.m-footer__content__copy a {
  font-size: 1.2rem;
}
.m-footer__content__copy small {
  margin-top: 0.5rem;
  display: block;
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .m-footer__content__copy small {
    margin-top: 1.5rem;
  }
}
.m-footer__content__link {
  padding-top: 3rem;
  padding-bottom: 3.5rem; /* Safari用 */
  display: flex;
  text-align: center;
}
@media (max-width: 768px) {
  .m-footer__content__link {
    display: block;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.m-footer__content__link li {
  width: 50%;
}
@media (max-width: 768px) {
  .m-footer__content__link li {
    width: 100%;
  }
}
.m-footer__content__link li:last-child a {
  max-width: 35.8rem;
}
@media (max-width: 768px) {
  .m-footer__content__link li:last-child a {
    max-width: 100%;
    margin-top: 4rem;
  }
}
.m-footer__content__link li a {
  display: block;
  margin: 0 auto;
  max-width: 35.7rem;
}
@media (max-width: 768px) {
  .m-footer__content__link li a {
    max-width: 100%;
  }
}

html,
body {
  background: #FFF;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1vw;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 2vw;
  }
}/*# sourceMappingURL=style.css.map */