@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
del,
em,
img,
q,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

section {
  clear: both;
}

/* link --------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* list --------------- */
nav ul,
#header ul,
#sidebar ul,
aside ul {
  list-style: none;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

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

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* alignment --------------- */
.tCenter {
  text-align: center;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB05 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgB_1 {
  margin-bottom: 12.5px;
}
@media screen and (min-width: 767px) {
  .mgB_1 {
    margin-bottom: 25px !important;
  }
}

.mgB_2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  .mgB_2 {
    margin-bottom: 50px !important;
  }
}

.mgB_3 {
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  .mgB_3 {
    margin-bottom: 75px !important;
  }
}

.mgB_4 {
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  .mgB_4 {
    margin-bottom: 100px !important;
  }
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem !important;
}

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 767px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 767px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

sub,
sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 767px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden,
.mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
html {
  font-size: 0.7321vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.666vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  min-width: 320px;
  background-color: #ffffff;
  color: #000;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.top-about__title {
  font-size: 5rem;
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
}

.red {
  color: #f00;
}

.ancher-link {
  padding-top: 76px;
  margin-top: -76px;
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
/*ロゴ、電話番号のエリア*/
.header__wrap {
  border-top: 5px solid #0074e5;
  height: 76px;
  padding-inline: 3.8rem 4.8rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__wrap {
    padding-inline: 0.4rem 0;
  }
}

.header__logo {
  text-align: left;
}

.header__logo img {
  width: 27.7rem;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 22.6rem;
  }
}

.header__trial a {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 19.5rem;
  height: 4.5rem;
  background: #ff4f4f;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s background-color;
}
@media screen and (min-width: 767px) {
  .header__trial a {
    border-radius: 2.3rem;
  }
}

.header__trial a:hover {
  background-color: #000;
}

.header__trial-text {
  padding-left: 3.9rem;
}

.header__trial-arrow {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-right: 1.9rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.header__trial a:hover .header__trial-arrow::before {
  opacity: 1;
}

.header__trial-arrow img {
  width: 1.1rem;
}

.trial-sp a {
  display: none;
}
@media screen and (max-width: 767px) {
  .trial-sp a {
    background: #ff4f4f;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
    width: 100%;
    height: 4rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
}

.trial-sp__text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

.trial-sp__arrow img {
  width: 1.1rem;
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.breadlist a {
  color: #000;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(100vw, 1136px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0;
  }
}

/*ボタン*/
.btn a {
  background: url(../images/yaji.png) no-repeat 10px center #ffffff;
  padding: 6px 0;
  border-radius: 5px;
  font-size: 16px;
  border: 2px dotted #0074e5;
  border-radius: 5px;
  color: #0074e5;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 767px) {
  .btn a {
    padding: 6px 0;
    display: block;
  }
}

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 10;
  background: #666;
  width: 30px;
}
@media screen and (min-width: 767px) {
  .pagetop {
    width: 45px;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
footer {
  padding-block: 1.6rem 2rem;
  margin-inline: 5rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding-block: 0 7rem;
    margin-inline: 0;
  }
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer {
    flex-direction: column;
  }
}

.footer__logo {
  width: 27.7rem;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 20rem;
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .fotter__navi {
    order: 1;
    display: none;
  }
}

.fotter__navi ul {
  display: flex;
  gap: 3.6rem;
  list-style: none;
}

.fotter__navi li a {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
}

.footer__copy {
  padding-top: 1rem;
  border-top: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    padding-inline: 1rem;
  }
}

.footer__copy p,
.footer__copy a {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  padding-top: 1rem;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =glovalnavi 
----------------------------------------------------------- */
nav {
  margin: 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

/* ハンバーガーメニュー */
.nav-pc-wrap {
  display: none;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.content {
  padding: 20px;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10000;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .nav-wrap {
    display: none;
  }
}
.nav-wrap .nav {
  height: 100%;
  width: 100%;
  margin: 1rem auto 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 1px solid #ccc;
}
.nav-wrap li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  border-bottom: 1px solid #ccc;
  padding: 1.5rem 2rem;
}

.nav-wrap__logo {
  padding: 1.5rem 0 0 0.4rem;
}

.nav-wrap__logo img {
  width: 22.6rem;
}

@media screen and (min-width: 767px) {
  .nav-pc-wrap {
    display: grid;
    grid-template-columns: auto auto;
    gap: 5.9rem;
    align-items: center;
  }
  .nav-pc-wrap ul {
    margin: 0 auto;
    display: flex;
    gap: 3.6rem;
  }
  .nav-pc-wrap ul li {
    list-style-type: none;
  }
  .nav-pc-wrap ul li a {
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
/*メニューボタン*/
.nav-button-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-button-wrap {
    display: block;
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 15000;
  }
}

.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}

.nav-button {
  z-index: 20000;
  position: relative;
  width: 37px;
  height: 15px;
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 7px;
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span {
  background-color: #000;
}
.nav-button.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-25deg);
}
.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(25deg);
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
.section-title {
  font-size: 6.4rem;
  font-weight: 600;
  color: #0074e5;
  text-align: left;
  font-family: "Poppins", sans-serif;
  line-height: 1.484375;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 3.5rem;
    line-height: 1.5142857143;
  }
}

.section-title::before {
  background-color: #0074e5;
  bottom: -10px;
  content: "";
  height: 1px;
  position: absolute;
  width: 7.4rem;
}
@media screen and (max-width: 767px) {
  .section-title::before {
    width: 3.6rem;
    bottom: -4px;
  }
}

.section-title2 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6875;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-title2 {
    font-size: 1.3rem;
    line-height: 1.4615384615;
  }
}

.section-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-text {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

/* -----------------------------------------------------------
mv
----------------------------------------------------------- */
.mv__content {
  position: relative;
  flex: 1;
  margin-right: calc(50% - 50vw);
}

.mv__info {
  padding-top: 17.6rem;
}
@media screen and (max-width: 767px) {
  .mv__info {
    padding-top: 9.3rem;
  }
}

.mv__title-wrap {
  position: relative;
}

.mv__future {
  display: inline-block;
  font-size: 5.4rem;
  font-weight: 700;
  color: #0074e5;
  text-align: left;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .mv__future {
    font-size: 3.5rem;
    line-height: 1.4285714286;
  }
}

.mv__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .mv__title {
    margin-top: 14rem;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

.mv__btn {
  margin-top: 8.7rem;
  display: inline-block;
  width: 58rem;
  height: 8.5rem;
  background: transparent linear-gradient(100deg, #2563db 0%, #0099f3 57%, #00beed 100%) 0% 0% no-repeat padding-box;
  box-shadow: 10px 13px 16px rgba(172, 172, 172, 0.3019607843);
  border-radius: 5rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mv__btn {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    width: 28rem;
    height: 6.7rem;
  }
}

.mv__btn-text {
  padding-left: 4.6rem;
}
@media screen and (max-width: 767px) {
  .mv__btn-text {
    padding-left: 2.6rem;
  }
}

.mv__btn-arrow {
  padding-right: 1.5rem;
}

.mv__btn-arrow img {
  width: 5rem;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .mv__btn-arrow img {
    width: 4rem;
  }
}

.mv__btn:hover .mv__btn-arrow img {
  transform: scale(1.2, 1.2);
}

.mv__link {
  margin-top: 5.7rem;
  display: grid;
  grid-template-columns: 18rem 10rem;
  gap: 3.4rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mv__link {
    margin-top: 9rem;
    grid-template-columns: 15.8rem;
  }
}

@media screen and (max-width: 767px) {
  .mv__qr {
    display: none;
  }
}

.mv__image {
  width: 80rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv__image {
    width: 30rem;
  }
}

.mv__image img {
  border-bottom-left-radius: 5rem;
}

.mv__patent {
  width: 14.8rem;
  position: absolute;
  bottom: 4rem;
  right: 4.5rem;
}
@media screen and (max-width: 767px) {
  .mv__patent {
    right: 2.1rem;
    bottom: -8rem;
  }
}

/* -----------------------------------------------------------
top-service
----------------------------------------------------------- */
.top-service {
  padding-block: 13.5rem 10rem;
  background-color: #f2f2f2;
  border-top-right-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .top-service {
    padding-block: 5rem 5rem;
  }
}

.top-service__wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .top-service__wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.top-service__title2 {
  margin-top: 3.1rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .top-service__title2 {
    font-size: 1.3rem;
    margin-top: 1.4rem;
  }
}

.top-service__info-text {
  margin-top: 1.5rem;
}
.top-service__chart {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top-service__chart {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-service__chart img {
    width: 100%;
  }
}

/* -----------------------------------------------------------
top-service__items
----------------------------------------------------------- */
.top-service__items {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 5.2rem;
}
@media screen and (max-width: 767px) {
  .top-service__items {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.top-service__item {
  background-color: #fff;
  padding: 3.6rem 2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .top-service__item {
    padding: 2rem 1.3rem;
  }
}

.top-service__item-wrap {
  display: grid;
  grid-template-columns: 8.8rem 1fr;
  gap: 1.4rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top-service__item-wrap {
    grid-template-columns: 5.6rem 1fr;
  }
}

.top-service__item-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0074e5;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-service__item-title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .top-service__item-title span {
    display: none;
  }
}

.top-service__item-text {
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .top-service__item-text {
    font-size: 1.1rem;
    line-height: 1.3636363636;
  }
}

/* -----------------------------------------------------------
top-service__jisyo
----------------------------------------------------------- */
.top-service__jisyo {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .top-service__jisyo {
    margin-top: 5rem;
  }
}

.top-service__jisyo-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .top-service__jisyo-wrap {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.top-service__jisyo-title-wrap {
  display: grid;
  grid-template-columns: auto 10rem;
  justify-content: start;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .top-service__jisyo-title-wrap {
    grid-template-columns: auto 6.6rem;
    align-items: center;
  }
}

.top-service__jisyo-title {
  font-size: 2.4rem;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .top-service__jisyo-title {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

.top-service__jisyo-copy {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0074e5;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-service__jisyo-copy {
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }
}

.top-service__jisyo-text {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .top-service__jisyo-text {
    margin-top: 1.1rem;
  }
}

.top-service__jisyo-image img {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .top-service__jisyo-image img {
    aspect-ratio: 335/207;
    object-fit: cover;
  }
}

/* -----------------------------------------------------------
top-nayami
----------------------------------------------------------- */
.top-nayami {
  padding-block: 14rem 16rem;
}
@media screen and (max-width: 767px) {
  .top-nayami {
    padding-block: 5rem 12rem;
  }
}

.top-nayami__wrap {
  display: grid;
  grid-template-columns: 1fr 43.3rem;
  gap: 7.1rem;
}
@media screen and (max-width: 767px) {
  .top-nayami__wrap {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}

.top-nayami__title {
  font-size: 3.8rem;
  font-weight: 700;
  color: #0074e5;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-nayami__title {
    font-size: 2rem;
  }
}

.top-nayami__lists {
  margin-top: 4rem;
  border-top: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  .top-nayami__lists {
    margin-top: 1.3rem;
  }
}

.top-nayami__list {
  padding: 3.5rem 0 3.5rem 3.7rem;
  list-style: none;
  background: url(../images/nayami-icon.png) no-repeat left center;
  background-size: 2rem 2rem;
  border-bottom: 1px solid #d8d8d8;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-nayami__list {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    background-size: 1rem 1rem;
    padding: 1rem 2rem 1rem 2rem;
  }
}

.top-nayami__image {
  position: relative;
}

.top-nayami__image1 {
  text-align: right;
}

.top-nayami__image1 img {
  width: 36.7rem;
}
@media screen and (max-width: 767px) {
  .top-nayami__image1 img {
    width: 26.9rem;
  }
}

.top-nayami__image2 {
  position: absolute;
  bottom: -1.2rem;
  left: 0;
}

.top-nayami__image2 img {
  width: 19.4rem;
}
@media screen and (max-width: 767px) {
  .top-nayami__image2 img {
    width: 15rem;
  }
}

.top-nayami__image img {
  box-shadow: 0px 5px 36px rgba(30, 91, 152, 0.1607843137);
  border-radius: 1rem;
}

/* -----------------------------------------------------------
top-features
----------------------------------------------------------- */
.top-features {
  margin-top: -10rem;
  padding-block: 14rem 13rem;
  background-color: #fff;
  border-top-right-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .top-features {
    padding-block: 3.4rem 5rem;
  }
}

.top-features__title2 {
  margin-top: 3.1rem;
}
@media screen and (max-width: 767px) {
  .top-features__title2 {
    margin-top: 1rem;
  }
}

.top-features__item {
  background: transparent linear-gradient(180deg, #2563db 0%, #0099f3 57%, #00beed 100%) 0% 0% no-repeat padding-box;
  border-radius: 2rem;
  position: relative;
}

.top-features__item-wrap {
  display: grid;
  grid-template-columns: 54.8rem 1fr;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top-features__item-wrap {
    grid-template-columns: 1fr;
  }
}

.top-features__item-image img {
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .top-features__item-image img {
    aspect-ratio: 335/300;
    object-fit: cover;
  }
}

.top-features__item-info {
  padding-inline: 6.3rem;
}
@media screen and (max-width: 767px) {
  .top-features__item-info {
    padding: 2rem;
  }
}

.top-features__item-title {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-features__item-title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.top-features__item-text {
  margin-top: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-features__item-text {
    margin-top: 1rem;
    font-size: 1.1rem;
    line-height: 1.7272727273;
  }
}

.top-features__item-tag {
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0074e5;
  text-align: left;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 2.2rem;
  padding: 0.5rem 1.5rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.top-slider {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .top-slider {
    margin-top: 3rem;
    padding-inline: 2rem;
  }
}

.top-slider__inner {
  position: relative;
}

.swiper-pagination {
  bottom: -4.8rem !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: -20px !important;
  }
}

.swiper-botton-wrap {
  position: relative;
}

.swiper-button-prev {
  left: inherit;
  right: 100px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: -2rem;
  }
}

.swiper-button-next,
.swiper-button-prev {
  top: -12rem;
  height: 9rem;
  width: 9rem;
}
@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: -5rem;
    width: 4.3rem;
    height: 4.3rem;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9rem;
  margin: auto;
  width: 9rem;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 4.3rem;
    height: 4.3rem;
  }
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../images/swiper-button-left.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../images/swiper-button-right.png);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/* -----------------------------------------------------------
top-flow
----------------------------------------------------------- */
.top-flow {
  padding-block: 8rem 16rem;
}
@media screen and (max-width: 767px) {
  .top-flow {
    padding-block: 1.2rem 6rem;
  }
}

.top-flow__title2 {
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .top-flow__title2 {
    margin-top: 1.4rem;
  }
}

.top-flow__items {
  margin-top: 5.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .top-flow__items {
    grid-template-columns: 1fr;
    gap: 6.5rem;
  }
}

.top-flow__item {
  position: relative;
  background-color: #f2f2f2;
  border-radius: 2rem;
  padding: 0 2rem 6.4rem 2rem;
}
@media screen and (max-width: 767px) {
  .top-flow__item {
    padding: 0 2rem 2rem 2rem;
  }
}

.top-flow__item::after {
  content: "";
  position: absolute;
}
@media screen and (min-width: 767px) {
  .top-flow__item::after {
    top: 50%;
    right: -3.4rem;
    transform: translateY(-50%);
    border: 1.5rem solid transparent;
    border-left: 2rem solid #0074e5;
  }
}
@media screen and (max-width: 767px) {
  .top-flow__item::after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #0074e5;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
}

.top-flow__item:last-of-type:after {
  display: none;
}

.top-flow__item-num {
  margin-top: -1.4rem;
  display: block;
  font-size: 3.7rem;
  font-weight: 700;
  color: #0074e5;
  text-align: center;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

.top-flow__item-icon {
  margin-top: 0.7rem;
  text-align: center;
}

.top-flow__item-icon img {
  width: 7rem;
}

.top-flow__item-title {
  height: 6.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0074e5;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3125;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top-flow__item-title {
    height: inherit;
    margin-top: 0.5rem;
  }
}

.top-flow__item-text {
  margin-top: 1rem;
  line-height: 1.6428571429;
}
@media screen and (max-width: 767px) {
  .top-flow__item-text {
    margin-top: 2rem;
  }
}

/* -----------------------------------------------------------
top-flow-under
----------------------------------------------------------- */
.top-flow-under {
  position: relative;
}

.top-flow-under__image {
  margin-left: calc(50% - 50vw);
}

.top-flow-under__image img {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .top-flow-under__image img {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
  }
}

.top-flow-under__text {
  padding-block: 4rem;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-flow-under__text {
    padding-block: 3rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top-flow-under__text {
    bottom: -1rem;
  }
}

.top-flow-under__text p {
  animation: animetxt 20s linear infinite;
  transform: scale(1.5) translateX(100%);
}

.top-flow-under__text img {
  width: 203rem;
}

@keyframes animetxt {
  100% {
    transform: scale(2) translateX(-100%);
  }
}
/* -----------------------------------------------------------
top-price
----------------------------------------------------------- */
.top-price {
  background-color: #f2f2f2;
  margin-top: -24rem;
  padding-block: 40rem 26rem;
}
@media screen and (max-width: 767px) {
  .top-price {
    margin-top: -9rem;
    padding-block: 14rem 22rem;
  }
}

.top-price__title2 {
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .top-price__title2 {
    margin-top: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .top-price__table-wrap {
    overflow-x: scroll;
  }
}

.top-price__table,
.top-price__table th,
.top-price__table td {
  border: 1px solid #d8d8d8;
  border-collapse: collapse;
}

.top-price__table {
  margin-top: 4.1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-price__table {
    width: 110rem;
  }
}

.title-row {
  width: 27%;
}

.plan-row {
  width: 24.2%;
}

.top-price__table th {
  position: relative;
  background-color: #0074e5;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
  height: 10rem;
}

.top-price__table th.left {
  text-align: left;
  padding-left: 2.3rem;
}

.top-price__table td {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
  background-color: #fff;
}

.top-price__table .top-price__sta-th {
  background: transparent linear-gradient(180deg, #2563db 0%, #0099f3 57%, #00beed 100%) 0% 0% no-repeat padding-box;
}

.top-price__tag {
  background-color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 2.2rem;
  padding: 0.6rem 2.5rem 0.5rem;
  position: absolute;
  top: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
}

.top-price__tag--blue {
  background-color: #0074e5;
}

.top-price__tag--osusume {
  background-color: #ff4f4f;
}

.top-price__year {
  display: inline-block;
  font-size: 3.3rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  padding-right: 0.5rem;
}

.top-price__table .top-price__sta-td {
  background-color: #f0f9ff;
}

.top-price__month {
  display: inline-block;
  font-size: 3.3rem;
  font-weight: 600;
  color: #0074e5;
  text-align: center;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  padding-right: 0.5rem;
}

.top-price__text-bold {
  font-weight: bold;
}

/* -----------------------------------------------------------
top-int
----------------------------------------------------------- */
.top-int {
  margin-top: -10rem;
  background: transparent linear-gradient(0deg, #2563db 0%, #0099f3 57%, #00beed 100%) 0% 0% no-repeat padding-box;
  padding-block: 14rem 26rem;
  border-top-right-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .top-int {
    margin-top: -10rem;
    padding-block: 5rem 16rem;
  }
}

.top-int__wrap {
  display: grid;
  grid-template-columns: 1fr 27.9rem;
  gap: 8.7rem;
  align-items: end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-int__wrap {
    margin-top: 4rem;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: end;
    justify-items: center;
  }
}

.top-int__info {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-int__info {
    order: 2;
  }
}

.top-int__title-wrap {
  position: relative;
}

.top-int__title {
  font-size: 10rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  text-align: left;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .top-int__title {
    font-size: 5rem;
  }
}

.top-int__tag {
  position: absolute;
  top: 11.4rem;
  left: 0;
  width: 11.7rem;
  height: 2.7rem;
  border-radius: 1.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top-int__tag {
    font-size: 1.2rem;
    top: 5.8rem;
    left: 0;
    width: 9.1rem;
    height: 2.1rem;
  }
}

.top-int__sub-title {
  font-size: 3.4rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4411764706;
  letter-spacing: 0;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .top-int__sub-title {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 0;
  }
}

.top-int__text {
  color: #fff;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top-int__text {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .top-int__aside {
    order: 1;
    width: 15rem;
  }
}

.top-int__image img {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .top-int__image img {
    border-radius: 0.5rem;
  }
}

.top-int__name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 1.5rem;
}

.swiper-botton-wrap2 {
  margin-top: 4rem;
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  gap: 6rem;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev2 {
  left: inherit;
}

.swiper-button-next2,
.swiper-button-prev2 {
  height: 2.5rem;
  width: 7rem;
  cursor: pointer;
}

.swiper-button-prev2::after,
.swiper-button-next2::after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2.5rem;
  margin: auto;
  width: 7rem;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev2::after {
  background-image: url(../images/swiper-button-left2.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next2::after {
  background-image: url(../images/swiper-button-right2.png);
}

/* -----------------------------------------------------------
top-qa
----------------------------------------------------------- */
.top-qa {
  margin-top: -10rem;
  padding-block: 14rem 15rem;
  border-top-right-radius: 10rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top-qa {
    padding-block: 4rem 8rem;
  }
}

.top-flow-under + .top-qa {
  padding-block: 20rem 15rem;
}
@media screen and (max-width: 767px) {
  .top-flow-under + .top-qa {
    padding-block: 14rem 8rem;
  }
}

.top-qa__wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11rem;
}
@media screen and (max-width: 767px) {
  .top-qa__wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.top-qa__title2 {
  font-size: 2.4rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .top-qa__title2 {
    font-size: 1.3rem;
    margin-top: 1.3rem;
  }
}

.top-qa__item {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .top-qa__item {
    margin-top: 2rem;
  }
}

.top-qa__item:first-of-type {
  margin-top: 0;
}

.top-qa__q {
  background-color: #f2f2f2;
  display: grid;
  grid-template-columns: auto auto;
  gap: 1rem;
  align-items: center;
  justify-content: start;
  border-radius: 1rem;
  padding: 2rem 2rem 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .top-qa__q {
    padding: 1rem 3.5rem 1rem 2rem;
  }
}

.top-qa__icon {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0074e5;
  text-align: left;
  font-family: "Poppins", sans-serif;
  line-height: 1.4583333333;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-qa__icon {
    font-size: 1.8rem;
  }
}

.top-qa__title-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0074e5;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-qa__title-text {
    font-size: 1.3rem;
    line-height: 1.4615384615;
  }
}

.top-qa__a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4285714286;
  letter-spacing: 0;
  margin: 1.6rem 3.5rem 0;
}
@media screen and (max-width: 767px) {
  .top-qa__a {
    font-size: 1.3rem;
  }
}

/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/icon-plus.svg) no-repeat right 2.8rem center #f2f2f2;
  background-size: 2rem;
}
@media screen and (max-width: 767px) {
  .js-aclink {
    background: url(../images/icon-plus.svg) no-repeat right 1.5rem center #f2f2f2;
    background-size: 1.5rem;
  }
}
.js-aclink.js-ac {
  background: url(../images/icon-minus.svg) no-repeat right 2.8rem center #f2f2f2;
  background-size: 2rem;
}
@media screen and (max-width: 767px) {
  .js-aclink.js-ac {
    background: url(../images/icon-minus.svg) no-repeat right 1.5rem center #f2f2f2;
    background-size: 1.5rem;
  }
}

.top-news {
  padding-block: 18.7rem 17rem;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding-block: 5rem 3rem;
  }
}

.top-qa__news {
  border-top: 1px solid #cccccc;
}

.top-news__item {
  border-bottom: 1px solid #cccccc;
  padding-block: 1.6rem 2.2rem;
}
@media screen and (max-width: 767px) {
  .top-news__item {
    padding-block: 1.6rem 1.6rem;
  }
}

.top-news__date {
  height: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  background: #0074e5;
  border-radius: 1rem;
  padding-inline: 0.8rem;
}

.top-news__title {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-news__title {
    margin-top: 0.5rem;
  }
}

.top-news__title a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4285714286;
  letter-spacing: 0;
  margin-top: 2rem;
}

/* -----------------------------------------------------------
top-contact
----------------------------------------------------------- */
.top-contact {
  margin-top: 0;
  background: url(../images/bg-contact.jpg) no-repeat center center/cover;
  border-top-right-radius: 10rem;
}

.top-contact__inner {
  position: relative;
  padding-block: 9.2rem 11rem;
}
@media screen and (max-width: 767px) {
  .top-contact__inner {
    padding-block: 4.6rem 4rem;
  }
}

.top-contact__title {
  color: #fff;
  font-size: 8.8rem;
}
@media screen and (max-width: 767px) {
  .top-contact__title {
    font-size: 3.8rem;
  }
}

.top-contact__title::before {
  background-color: #fff;
}

.top-contact__text {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5625;
  letter-spacing: 0;
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .top-contact__text {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin-top: 4rem;
  }
}

.top-contact__circle {
  padding-top: 9.2rem;
  width: 17.6rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top-contact__circle {
    padding-top: 4rem;
    padding-right: 1rem;
    width: 9.6rem;
  }
}

.top-contact__circle img {
  display: block; /* 中央寄せ用 */
  animation: rotate-circle 10s linear infinite; /* 10秒で1回転、繰り返し */
  transform-origin: center;
}

@keyframes rotate-circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.top-contact__btn {
  margin-top: 5.2rem;
  display: inline-block;
  width: 31.5rem;
  height: 8.5rem;
  background: #ff4f4f;
  border-radius: 4.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .top-contact__btn {
    margin-top: 2rem;
    width: 16rem;
    height: 4.7rem;
  }
}

.top-contact__btn:hover {
  background-color: #000;
}

.top-contact__btn-text {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  padding-left: 5.6rem;
}
@media screen and (max-width: 767px) {
  .top-contact__btn-text {
    font-size: 1.3rem;
    padding-left: 2rem;
  }
}

.top-contact__btn-arrow {
  display: inline-block;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-contact__btn-arrow {
    padding-right: 1.5rem;
  }
}

.top-contact__btn-arrow img {
  width: 1.8rem;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .top-contact__btn-arrow img {
    width: 1rem;
  }
}

.top-contact__link {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: 18rem 10rem;
  gap: 3.4rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top-contact__link {
    margin-top: 2rem;
    grid-template-columns: 15.8rem;
  }
}

@media screen and (max-width: 767px) {
  .top-contact__link .top-contact__qr {
    display: none;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 タブ
----------------------------------------------------------- */
/*tabの形状*/
.tab {
  display: flex;
  flex-wrap: wrap;
}

.tab li {
  list-style: none;
}

.tab li a {
  display: block;
  background: #ddd;
  margin: 0 2px;
  padding: 10px 20px;
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  background: #fff;
}

/*エリアの表示非表示と形状*/
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #fff;
  padding: 50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -----------------------------------------------------------
 ページ2
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ3
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ4
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ5
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ6
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ7
----------------------------------------------------------- */
/* -----------------------------------------------------------
 テーブル
----------------------------------------------------------- */
.table_a {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 0 auto 50px;
  word-break: break-all;
  word-wrap: break-all;
}
.table_a tr {
  border-bottom: 1px solid #ccc;
}
.table_a th {
  padding: 5px;
  display: block;
  font-weight: normal;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .table_a th {
    display: table-cell;
    padding: 50px 5px;
    width: 15%;
  }
}
.table_a td {
  padding: 5px;
  display: block;
}
@media screen and (min-width: 767px) {
  .table_a td {
    display: table-cell;
    padding: 50px 5px;
  }
}

/* -----------------------------------------------------------
 ページネーション
----------------------------------------------------------- */
/*Pagenation*/
.pagenation {
  margin: 1em 0;
}

.pagenation:after,
.pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  margin: 0;
  text-align: center;
}

.pagenation li {
  display: inline-block;
  list-style: none outside none;
  margin-left: 3px;
}

.pagenation li:first-child {
  margin-left: 0;
}

.pagenation li.active {
  background-color: #999999;
  border-radius: 3px;
  color: #ffffff;
  cursor: not-allowed;
  padding: 10px 20px;
}

.pagenation li a {
  background: none repeat scroll 0 0 #cccccc;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation li a:hover {
  background-color: #444444;
  color: #ffffff;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

/* -----------------------------------------------------------
 マップ
----------------------------------------------------------- */
div.map1,
div#map {
  width: 90%;
  height: 270px;
  margin: 0 auto;
}

div.small {
  font-size: 9pt;
  width: auto;
  height: auto;
}

div.small b {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  div.map1 {
    width: 920px;
    height: 360px;
    margin: 0 auto;
  }
  div#map {
    width: 920px;
    height: 600px;
    margin: 0 auto 40px;
  }
  div#entry {
    font-size: 16px;
    width: 200px;
    height: auto;
  }
  div#marker {
    font-size: 16px;
    margin: 10px auto;
  }
}
/* -----------------------------------------------------------
 問合せフォーム（contact form 7用）
----------------------------------------------------------- */
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
table.inquiry {
  margin: 30px 0;
}
table.inquiry textarea {
  font-size: inherit;
}

/*見出し欄*/
.inquiry th {
  text-align: left;
  color: #444;
  padding: 20px 10px;
  width: 40%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
  padding: 20px 5px;
  vertical-align: middle;
}

/*通常欄*/
.inquiry td {
  border: solid 1px #d7d7d7;
  padding: 20px 10px;
}

.inquiry input {
  font-size: inherit;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,
.entry-content table {
  border: solid 1px #d7d7d7;
}

/*必須の調整*/
.haveto {
  font-size: 10px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*任意の調整*/
.any {
  font-size: 10px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  background: #ffaa56;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  margin: 25px auto 0;
  cursor: pointer;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff;
  color: #ffaa56;
  border: 2px solid #ffaa56;
}

span.wpcf7-not-valid-tip {
  display: block;
  color: red;
}

.screen-reader-response {
  text-align: center;
  margin: 30px auto;
  width: 100%;
  color: red;
}
.screen-reader-response ul {
  background: #fadbdb;
  padding: 15px 30px;
}
@media screen and (min-width: 767px) {
  .screen-reader-response {
    width: 800px;
  }
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  text-align: center;
  background: #fadbdb;
}

.wpcf7-mail-sent-ok {
  text-align: center;
  background: #e0fee0;
  font-weight: bold;
}

.wpcf7 .sent {
  display: none;
}

@media (max-width: 500px) {
  .inquiry th,
  .inquiry td {
    display: block !important;
    width: 100% !important;
    padding: 10px 5px;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry .haveto,
  .inquiry .any {
    font-size: 10px;
  }
}/*# sourceMappingURL=styles.css.map */