@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.c-header__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  max-width: 1366px;
  margin: 0 auto;
  padding: 16px 16px 16px 20px;
}

@media only screen and (max-width: 1024px) {
  .c-header__inner {
    padding: 26px 10px 26px 16px;
  }
}

.c-header__logo a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 296px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .c-header__logo a {
    width: 247px;
  }
}

@media only screen and (max-width: 374px) {
  .c-header__logo a {
    width: 225px;
  }
}

.c-header__logo a img {
  width: 100%;
}

.c-header__logo.is-menu img.onscroll {
  display: none !important;
}

.c-header__logo.is-menu img.ontop {
  display: block !important;
}

.c-header .c-gnav {
  margin-left: auto;
}

.c-header.is-white {
  background-color: rgba(255, 255, 255, 0.95);
}

body.page-top .c-header {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

body.page-top .c-header__logo img {
  -webkit-transition: 5s ease-in-out;
  transition: 5s ease-in-out;
  opacity: 1;
}

body.page-top .c-header__logo img.onscroll {
  display: none;
}

body.page-top .c-header .c-gnav {
  color: #fff;
}

body.page-top .c-header .c-gnav li a {
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

body.page-top .c-header.is-white {
  background-color: rgba(255, 255, 255, 0.95);
}

body.page-top .c-header.is-white .c-gnav {
  color: #002B66;
}

@media only screen and (max-width: 767px) {
  body.page-top .c-header.is-white .c-gnav {
    color: #fff;
  }
}

body.page-top .c-header.is-white .c-header__logo img.onscroll {
  display: block;
}

body.page-top .c-header.is-white .c-header__logo img.ontop {
  display: none;
}

/* Main menu
------------------------------------------------------------*/
.c-gnav {
  color: #002B66;
}

@media only screen and (max-width: 1024px) {
  .c-gnav {
    background: linear-gradient(30deg, #2a57ff 0%, #2aa6ff 100%);
    position: fixed;
    padding-top: 78px;
    padding-bottom: 120px;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    display: block;
    -webkit-animation: none;
    animation: none;
    z-index: -1;
  }
  .c-gnav.is-open {
    opacity: 1;
    visibility: visible;
  }
}

.c-gnav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .c-gnav ul {
    display: block;
    padding: 0 16px;
    margin-top: 69px;
    overflow-y: auto;
    height: 100%;
  }
}

.c-gnav ul li {
  margin-right: 20px;
}

@media only screen and (max-width: 1024px) {
  .c-gnav ul li {
    padding: 0 0 0 30px;
    margin: 0 0 23px;
  }
}

@media only screen and (max-width: 374px) {
  .c-gnav ul li {
    padding: 0 20px;
  }
}

.c-gnav ul li:last-child {
  margin-left: 4px;
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .c-gnav ul li:last-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-gnav ul li:last-child {
    margin: 0;
  }
}

.c-gnav ul li a {
  font-size: 1.6rem;
  line-height: 1.56;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-gnav ul li a {
    font-size: 2.6rem;
    font-weight: 500;
  }
}

@media only screen and (max-width: 374px) {
  .c-gnav ul li a {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .c-gnav ul li.big-only {
    display: none;
  }
}

/* icon-menu
------------------------------------------------------------*/
.c-iconmenu {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .c-iconmenu {
    display: block;
    width: 56px;
    height: 56px;
    background: #FCF121;
    position: fixed;
    border-radius: 50%;
    top: 8px;
    right: 8px;
    z-index: 100;
  }
  .c-iconmenu span {
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #2870E0;
    position: absolute;
    left: 17px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-iconmenu span:nth-child(1) {
    top: 20px;
  }
  .c-iconmenu span:nth-child(2) {
    top: 27px;
  }
  .c-iconmenu span:nth-child(3) {
    top: 34px;
  }
  .c-iconmenu.is-active span:nth-child(1) {
    -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
    transform: translate3d(0, 7px, 0) rotate(-45deg);
  }
  .c-iconmenu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .c-iconmenu.is-active span:nth-child(3) {
    -webkit-transform: translate3d(0, -7px, 0) rotate(45deg);
    transform: translate3d(0, -7px, 0) rotate(45deg);
  }
}

.fix-sp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .fix-sp {
    display: block;
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 50%;
    bottom: 16px;
    max-width: 343px;
    height: 56px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  background-color: #FFF;
  text-align: center;
  padding: 49px 0 10px;
}

@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 49px 0 94px;
  }
}

.c-footer .logo .filter-blue path {
  background-color: #000;
}

.c-footer nav {
  margin-top: 23px;
}

.c-footer nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-footer nav ul li:last-child a {
  border-right: 0;
}

.c-footer nav ul a {
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  box-sizing: border-box;
  border-right: 1px solid #333;
  padding: 0 17px 0;
}

.c-footer .c-text4 {
  margin-top: 21px;
}

.c-footer .copy {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 41px;
}

@media only screen and (max-width: 767px) {
  .c-footer .copy {
    color: #999;
    line-height: 2.1;
    margin-top: 36px;
  }
}

.c-footer .copy span {
  margin-left: 24px;
}

@media only screen and (max-width: 767px) {
  .c-footer .copy span {
    margin-left: 0;
  }
}

.to-top {
  display: -webkit-box;
  display: flex;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #002B66;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 10px;
  bottom: 22px;
  z-index: 999;
  color: #fff;
  border: 1px solid #002B66;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .to-top {
    width: 48px;
    height: 48px;
    padding: 0 6px;
    bottom: 80px;
  }
}

.to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.to-top span {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  letter-spacing: -0.14rem;
  /* transform: translateX(-1px); */
  line-height: 1;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .to-top span {
    margin-top: 3px;
  }
  .to-top span svg {
    width: 100%;
    height: auto;
  }
}

.to-top svg path {
  fill: currentColor;
}

@media only screen and (max-width: 767px) {
  .to-top > svg {
    height: auto;
    width: 14px;
  }
}

@media screen and (min-width: 767px) {
  .to-top:hover {
    color: #002B66;
    background: #fff;
  }
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  padding: 10px 16px;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-bottom: 20px;
  }
}

.c-breadcrumb ol li {
  position: relative;
  display: inline-block;
}

.c-breadcrumb ol li:nth-child(n+2) {
  padding-left: 6px;
}

.c-breadcrumb ol li:nth-child(n+2):before {
  content: '＞';
  font-size: 1.4rem;
  color: #808080;
}

.c-breadcrumb ol a, .c-breadcrumb ol p {
  display: inline-block;
  font-size: 1.4rem;
  color: #808080;
}

.c-breadcrumb ol a img, .c-breadcrumb ol p img {
  vertical-align: baseline;
}

/* layout
------------------------------------------------------------*/
body {
  font-family: "GenShinGothic-P", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.69;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

body.is-hidden {
  overflow: hidden;
}

body.is-modal {
  overflow: hidden;
}

main:not(.p-top) {
  padding-top: 88px;
}

@media only screen and (max-width: 1024px) {
  main:not(.p-top) {
    padding-top: 72px;
  }
}

.l-container {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 1032px) {
  .l-container {
    padding: 0 16px;
  }
}

.l-cont {
  max-width: 736px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .l-cont {
    padding: 0 16px;
  }
}

.l-wrap {
  max-width: 1136px;
  margin: 0 auto;
}

@media only screen and (max-width: 1168px) {
  .l-wrap {
    padding: 0 16px;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  display: -webkit-box;
  display: flex;
  min-width: 146px;
  height: 56px;
  box-sizing: border-box;
  border: 1px solid #fcf121;
  background-color: #fcf121;
  border-radius: 28px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #2870e0;
  cursor: pointer;
}

.c-btn1 span {
  font-size: 1.8rem;
  font-weight: 700;
}

.c-btn1 svg {
  margin-left: 9px;
}

.c-btn1 svg path {
  fill: currentColor;
}

.c-btn1:hover {
  border: 1px solid #2870e0;
  background-color: #fff;
  opacity: 1;
}

.c-btn1--blue {
  border: 1px solid #2870E0;
  background-color: #2870E0;
  color: #fff;
  width: 288px;
}

.c-btn1--blue:hover {
  color: #2870e0;
}

.c-btn1--style2 {
  max-width: 343px;
  margin: 0 auto;
  height: 64px;
  border-radius: 32px;
}

.c-btn1--style2 span {
  font-size: 2.3rem;
}

.c-btn1--style3 {
  max-width: 536px;
  margin: 0 auto;
  height: 64px;
  border-radius: 32px;
}

.c-btn1--style3 span {
  font-size: 2.3rem;
}

/*
------------------------------------------------------------*/
.c-btn2 {
  width: 100%;
  max-width: 536px;
  height: 64px;
  margin: 0 auto;
}

.c-btn2 a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  color: #fff;
  border-radius: 32px;
  font-size: 2.3rem;
  font-weight: 700;
}

.c-btn2 a svg {
  margin-left: 8px;
}

.c-btn2 a svg path {
  fill: currentColor;
}

.c-btn2 a:hover {
  opacity: 1;
  background-color: #fff;
  color: #2870e0;
}

.c-btn2--blue a {
  border: 2px solid #2870E0;
  background-color: #2870E0;
  color: #fff;
}

.c-btn2--blue a:hover {
  opacity: 1;
  background-color: #fff;
  color: #2870E0;
}

/*
------------------------------------------------------------*/
.c-btn3 {
  width: 100%;
  max-width: 343px;
  height: 36px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid #A6C6FF;
  background-color: #A6C6FF;
  color: #002B66;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn3 span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

.c-btn3 span svg {
  position: absolute;
  top: 5px;
  right: -2px;
}

@media screen and (min-width: 767px) {
  .c-btn3:hover {
    background-color: #fff;
  }
}

/*
------------------------------------------------------------*/
.c-btn4 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #002B66;
}

.c-btn4 span {
  cursor: pointer;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-ttl1 {
  text-align: center;
}

.c-ttl1 p {
  font-size: 4.7rem;
  line-height: 1;
  font-weight: 300;
  color: #002b66;
}

.c-ttl1 p small {
  font-size: 2.7rem;
}

@media only screen and (max-width: 767px) {
  .c-ttl1 p small {
    font-size: 1.7rem;
  }
}

.c-ttl1 p span {
  font-size: 3.878rem;
}

@media only screen and (max-width: 767px) {
  .c-ttl1 p span {
    font-size: 2.5rem;
  }
}

.c-ttl1 > span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 12px;
  color: #808080;
}

@media only screen and (max-width: 767px) {
  .c-ttl1 > span {
    margin: 12px 0 0;
  }
}

.c-ttl1.white p,
.c-ttl1.white span {
  color: #fff;
}

/*
------------------------------------------------------------*/
.c-ttl2 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 0.8px;
  padding-top: 65px;
}

.c-ttl2::before {
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  border-radius: 20px 20px 0 0;
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.c-ttl2:after {
  content: "導入後";
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 500;
  color: #2870e0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*
------------------------------------------------------------*/
.c-ttl3 {
  font-size: 3.2rem;
  color: #002b66;
  text-align: center;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .c-ttl3 {
    font-size: 2.7rem;
  }
}

/*
------------------------------------------------------------*/
.c-ttl4 {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 500;
  position: relative;
  padding-left: 14px;
}

.c-ttl4::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 8px;
  left: 0;
}

/*
------------------------------------------------------------*/
.c-ttl5 {
  font-size: 1.6rem;
  line-height: 1.69;
  font-weight: 500;
  color: #333333;
  position: relative;
  padding-left: 15px;
  text-align: left;
}

.c-ttl5:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}

.c-ttl5--style {
  padding-left: 16px;
}

.c-ttl5--style:before {
  width: 12px;
  height: 12px;
  background-color: #A6C6FF;
}

/*
------------------------------------------------------------*/
.c-ttl6 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #2870E0;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
  .c-ttl6 {
    font-size: 2rem;
  }
}

/*
------------------------------------------------------------*/
.c-ttl-bor {
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 0 0 24px;
}

.c-ttl-bor:before {
  content: "";
  width: 138px;
  height: 11px;
  background: url(../img/common/img-bot.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-ttl-point {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-ttl-point {
    font-size: 1.4rem;
    padding-left: 38px;
  }
}

.c-ttl-point::before {
  content: "例";
  width: 48px;
  height: 48px;
  background: #fff;
  color: #B3B3B3;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .c-ttl-point::before {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.c-ttl-case {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

@media only screen and (max-width: 767px) {
  .c-ttl-case {
    font-size: 1.6rem;
  }
}

.c-ttl-case span {
  font-size: 1.6rem;
  color: #B3B3B3;
  width: 65px;
  height: 24px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: #fff;
  margin-right: 5px;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .c-ttl-case span {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-text1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}

.c-text2 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.4px;
}

.c-text2--mode2 {
  line-height: 1.5;
  letter-spacing: 0;
}

.c-text2.center {
  text-align: center;
}

.c-text3 {
  font-size: 1.6rem;
  line-height: 1.68;
}

@media only screen and (max-width: 767px) {
  .c-text3 {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}

.c-text3.center {
  text-align: center;
}

.c-text4 {
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-text4.left {
  text-align: left;
}

.c-text5 {
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 700;
  color: #2870E0;
  text-align: center;
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 767px) {
  .c-text5 {
    font-size: 1.9rem;
  }
}

.c-text5.blk {
  color: #333;
}

.c-txt-fot1 {
  font-size: 2.6rem;
  font-family: fot-udkakugoc80-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #2870E0;
  letter-spacing: 0.05rem;
}

@media only screen and (max-width: 767px) {
  .c-txt-fot1 {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

.c-txt-fot1.cl2 {
  color: #0845A6;
}

.c-txt-blue1 {
  font-size: 4.2rem;
  font-weight: 700;
  color: #2870E0;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 767px) {
  .c-txt-blue1 {
    font-size: 2.7rem;
    letter-spacing: 0.05rem;
  }
}

.c-txt-blue1.cl2 {
  font-size: 4.1rem;
  color: #0845A6;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .c-txt-blue1.cl2 {
    font-size: 3.2rem;
  }
}

.c-txt-blue2 {
  font-size: 4.8rem;
  font-weight: normal;
  color: #2870E0;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 767px) {
  .c-txt-blue2 {
    font-size: 3.24rem;
    letter-spacing: 0.05rem;
    line-height: 1.4;
  }
}

.c-txt-blue2 span {
  font-size: 3.9rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-txt-blue2 span {
    font-size: 2.633rem;
  }
}

.c-txt-yel {
  font-size: 3.2rem;
  font-weight: 700;
  color: #FCF121;
  text-align: center;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 767px) {
  .c-txt-yel {
    font-size: 2.7rem;
    line-height: 1.33;
  }
}

.c-point1 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.01rem;
  position: relative;
  padding-left: 12px;
}

@media only screen and (max-width: 767px) {
  .c-point1 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.c-point1::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2870E0;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
}

.c-point1--bor {
  font-size: 1.6rem;
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-imgtext1 {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .c-imgtext1 {
    display: block;
  }
}

.c-imgtext1__img {
  width: 42.9%;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .c-imgtext1__img {
    width: 100%;
  }
}

.c-imgtext1__text {
  -webkit-box-flex: 1;
  flex: 1;
  padding: 81px 65px 0 41px;
}

@media only screen and (max-width: 767px) {
  .c-imgtext1__text {
    padding: 22px 0 0;
  }
}

.c-imgtext1__text .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2870e0;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
  .c-imgtext1__text .ttl {
    line-height: 1.36;
  }
}

.c-imgtext1__text .c-text3 {
  margin-top: 18px;
}

.c-imgtext1__text .c-btn1 {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .c-imgtext1__text .c-btn1 {
    margin: 30px auto 0;
  }
}

.c-imgtext1__text .c-btn4 {
  margin-top: 16px;
}

.c-imgtext1--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-flow: row-reverse;
}

.c-imgtext1--reverse .c-imgtext1__img {
  width: 36.9%;
  margin-right: 45px;
}

@media only screen and (max-width: 767px) {
  .c-imgtext1--reverse .c-imgtext1__img {
    margin: 0 auto;
    width: 86.05%;
  }
}

.c-imgtext1--reverse .c-imgtext1__text {
  padding: 76px 65px 0 69px;
}

@media only screen and (max-width: 767px) {
  .c-imgtext1--reverse .c-imgtext1__text {
    padding: 22px 0 0;
  }
}

.c-imgtext2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
}

.c-imgtext2::before {
  content: "";
  width: 39px;
  height: 40px;
  background: url(../img/common/icon-arrow-right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 29%;
  left: 39.7%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-imgtext2 .c-ttl5 {
  margin-bottom: 1px;
}

.c-imgtext2__col1 {
  width: 38.6%;
}

.c-imgtext2__col1 .c-text3 {
  margin-top: 9px !important;
  padding-right: 20px;
}

.c-imgtext2__col2 {
  width: 56.5%;
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-list1 li {
  width: calc((100% - 64px) / 3);
  background-color: #fff;
  border-radius: 16px;
  margin-right: 32px;
  margin-top: 32px;
  box-shadow: 5px 5px 0px #1B55B3;
  padding: 12px 44px 23px;
}

@media only screen and (max-width: 767px) {
  .c-list1 li {
    width: 100%;
    margin: 16px 0 0;
    padding: 11px 24px 22px;
  }
}

.c-list1 li:nth-child(3n) {
  margin-right: 0;
}

.c-list1 li .c-text3 {
  margin-top: 18px;
}

@media only screen and (max-width: 767px) {
  .c-list1 li .c-text3 {
    margin-top: 18px;
    margin-bottom: 4px;
    line-height: 1.71;
  }
}

.c-list1 li .c-btn3 {
  width: 100%;
  max-width: 396px;
  margin-top: 5px;
  margin-bottom: 4px;
  background: #EDF4FF;
  border-color: #EDF4FF;
}

.c-list1__ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #2870e0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  padding: 26px 0;
  text-align: center;
  min-height: 112px;
}

.c-list1__ttl::before {
  content: "";
  width: 48px;
  height: 3px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-list1--two {
  margin-right: -32px;
}

@media only screen and (max-width: 767px) {
  .c-list1--two {
    margin: 0;
  }
}

.c-list1--two li {
  width: calc(50% - 32px);
  margin-right: 32px !important;
}

@media only screen and (max-width: 767px) {
  .c-list1--two li {
    width: 100%;
    margin: 16px 0 0 !important;
  }
}

/*
------------------------------------------------------------*/
.c-list2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: start;
}

.c-list2__item {
  width: 31.2%;
  background-color: #2870e0;
  border-radius: 16px;
  box-shadow: 5px 5px 0 #95b2e6;
  padding-bottom: 11px;
}

.c-list2__item .c-text2 {
  text-align: center;
}

.c-list2__item .c-text2.u-blue {
  margin-top: 17px;
}

.c-list2__item .c-text2.u-blue + .c-text4 {
  margin-top: 6px;
}

.c-list2__item .c-text4 {
  text-align: center;
  font-weight: 500;
  margin-top: 17px;
}

.c-list2__item:nth-child(2) .c-list2__info {
  padding-bottom: 15px;
}

.c-list2__item:nth-child(3) .c-list2__info {
  padding-bottom: 20px;
}

.c-list2__info {
  padding: 15px 15px 17px;
  background-color: #fff;
}

.c-list2__ttl {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.35;
  color: #2870e0;
  position: relative;
  text-align: center;
  padding: 17px 0;
}

.c-list2__ttl:after {
  content: "";
  width: 48px;
  height: 3px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-list2__img {
  margin-top: 7px;
  text-align: center;
}

.c-list2__img.mt1 {
  margin-top: 17px;
}

.c-list2 .c-price1 {
  padding-top: 20px;
}

.c-list2 .c-price1 + .c-price1 {
  padding-top: 14px;
}

.c-price1 {
  color: #fff;
  padding: 14px 16px 0px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-price1 .label {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border: 1px solid #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}

.c-price1 .label span {
  font-size: 1.2rem;
  font-weight: 700;
}

.c-price1 .detail .ttl {
  font-size: 1.5rem;
  line-height: 1.5;
}

.c-price1 .detail .ttl p {
  padding-left: 7px;
  padding-bottom: 2px;
}

.c-price1 .detail .ttl p + p {
  border-top: 1px solid #fff;
  padding-top: 4px;
}

.c-price1 .cost {
  width: 100%;
  text-align: right;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  margin-top: -5px;
}

.c-price1 .cost small {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "GenShinGothic-P", sans-serif;
}

.c-price1 .cost span {
  font-size: 2.3rem;
  font-weight: 700;
  font-family: "GenShinGothic-P", sans-serif;
}

.c-price1--full {
  text-align: center;
  display: block;
}

.c-price1--full .detail .ttl p {
  padding-left: 0;
}

.c-price1--full .cost {
  padding-right: 17px;
}

.c-price1--full .hight-line {
  font-size: 1.6rem;
  line-height: 1.69;
  font-weight: 700;
  color: #2870e0;
  background-color: #fcf121;
  margin: 7px 0 5px;
}

/*
------------------------------------------------------------*/
.c-list3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.c-list3 li {
  width: 20%;
  max-width: 114px;
}

.c-list3 li span {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 6px;
}

.c-list3__img {
  padding-right: 4px;
}

.c-list3__txt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  color: #002b66;
  background-color: #a6c6ff;
  border-radius: 12px;
  text-align: center;
  margin-top: 8px;
}

/*
------------------------------------------------------------*/
.c-list-check {
  max-width: 274px;
  margin: 0 auto;
  text-align: left;
}

.c-list-check li {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  line-height: 1.7;
  padding-left: 22px;
}

.c-list-check li:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/common/icon-check.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
}

/*
------------------------------------------------------------*/
.c-list-circle {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-right: -70px;
}

@media only screen and (max-width: 767px) {
  .c-list-circle {
    flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 343px;
  }
}

@media only screen and (max-width: 374px) {
  .c-list-circle {
    max-width: 288px;
  }
}

.c-list-circle li {
  width: 180px;
  height: 180px;
  background: #EDF4FF;
  border-radius: 50%;
  color: #2870E0;
  margin-right: 70px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.38;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-list-circle li {
    width: 143px;
    height: 143px;
    font-size: 2rem;
    margin: 0;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 374px) {
  .c-list-circle li {
    width: 130px;
    height: 130px;
  }
}

.c-list-circle li.fz1 {
  font-size: 3.5rem;
  line-height: 1.38;
}

@media only screen and (max-width: 767px) {
  .c-list-circle li.fz1 {
    font-size: 2.7rem;
  }
}

.c-list-circle li::before, .c-list-circle li::after {
  content: "";
  background: #A6C6FF;
  width: 40px;
  height: 6px;
  position: absolute;
  top: 48%;
  right: -55px;
}

@media only screen and (max-width: 767px) {
  .c-list-circle li::before, .c-list-circle li::after {
    width: 44px;
    top: 76%;
    right: -51px;
  }
}

@media only screen and (max-width: 374px) {
  .c-list-circle li::before, .c-list-circle li::after {
    width: 30px;
    right: -29px;
  }
}

.c-list-circle li:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-list-circle li:last-child::before, .c-list-circle li:last-child::after {
  content: none;
}

@media only screen and (max-width: 767px) {
  .c-list-circle li:last-child {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .c-list-circle li:nth-child(2)::before, .c-list-circle li:nth-child(2)::after {
    content: none;
  }
}

/*
------------------------------------------------------------*/
.c-list-check-y li {
  font-size: 2.3rem;
  font-weight: 500;
  color: #FCF121;
  position: relative;
  text-align: left;
  padding-left: 28px;
  margin-bottom: 2px;
  letter-spacing: 0.05rem;
}

.c-list-check-y li:before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cpath id='Icon_material-check-box' data-name='Icon material-check-box' d='M21.389 4.5H6.611A2.111 2.111 0 0 0 4.5 6.611V21.389A2.111 2.111 0 0 0 6.611 23.5H21.389A2.111 2.111 0 0 0 23.5 21.389V6.611A2.111 2.111 0 0 0 21.389 4.5Zm-9.5 14.778L6.611 14 8.1 12.512l3.789 3.779L19.9 8.279l1.488 1.5Z' transform='translate(-4.5 -4.5)' fill='%23fcf121'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  left: 0;
}

.c-list-step {
  counter-reset: my-sec-counter;
}

.c-list-step .step {
  position: relative;
  margin-bottom: 66px;
}

@media only screen and (max-width: 767px) {
  .c-list-step .step {
    margin-bottom: 64px;
  }
}

.c-list-step .step:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  font-size: 4.4rem;
  font-weight: 700;
  color: #2870E0;
  width: 56px;
  height: 56px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  font-family: 'Barlow', sans-serif;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  top: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-list-step .step:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #A6C6FF transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -30px;
}

.c-list-step .step .icon {
  margin-top: 16px;
}

.c-list-step .step .icon2 {
  margin-top: 10px;
}

.c-list-step .step .icon2 .c-text2 {
  margin-top: 7px;
}

.c-list-step .step:nth-child(5) {
  padding-bottom: 27px;
  margin-bottom: 37px;
}

@media only screen and (max-width: 767px) {
  .c-list-step .step:nth-child(5) {
    padding-bottom: 24px;
  }
}

.c-list-step .image-plus {
  max-width: 300px;
  margin: 0 auto 0;
}

/*
------------------------------------------------------------*/
.c-list-case {
  display: -webkit-box;
  display: flex;
  margin-right: -32px;
}

@media only screen and (max-width: 767px) {
  .c-list-case {
    margin-right: 0;
    flex-wrap: wrap;
  }
}

.c-list-case .item {
  width: calc(33.3% - 32px);
  margin-right: 32px;
}

@media only screen and (max-width: 767px) {
  .c-list-case .item {
    width: 100%;
    margin: 0 0 16px;
  }
}

.c-list-case .item .icon-ttl {
  display: -webkit-box;
  display: flex;
  padding: 0 0 0 17px;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 500;
}

.c-list-case .item .icon-ttl.pl0 {
  padding-left: 11px;
}

.c-list-case .item .icon-ttl .icon {
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  margin-right: 10px;
}

.c-list-case .item .icon-ttl .txt {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 13px;
}

.c-list-case .item .thumb {
  margin-top: 9px;
}

@media only screen and (max-width: 767px) {
  .c-list-case .item .thumb img {
    width: 100%;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-tbl1 {
  position: relative;
  padding-bottom: 8px;
  background-color: #fff;
}

.c-tbl1__scroller {
  margin-left: 320px;
  overflow-x: scroll;
  overflow-y: visible;
  padding-bottom: 8px;
  width: 414px;
}

.c-tbl1__scroller::-webkit-scrollbar-track {
  background-color: #E6E6E6;
}

.c-tbl1__scroller::-webkit-scrollbar {
  height: 10px;
  background-color: #E6E6E6;
}

.c-tbl1__scroller::-webkit-scrollbar-thumb {
  background-color: #999;
}

.c-tbl1__table {
  border-collapse: collapse;
  border-spacing: 0;
}

.c-tbl1__table tr th,
.c-tbl1__table tr td {
  font-size: 1.4rem;
  font-weight: 500;
  height: 64px;
  background-color: #fff;
  border-right: 1px solid #ccc;
}

.c-tbl1__table tr:nth-child(odd) td {
  background-color: #fafafa;
}

.c-tbl1__table thead th {
  height: 96px;
}

.c-tbl1__table thead th > p {
  margin-top: 10px;
  min-width: 82px;
  padding: 0 5px;
}

.c-tbl1__table thead th div {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  justify-items: center;
  width: 82px;
  height: 96px;
  padding: 19px 11px 5px;
}

.c-tbl1__table thead th div .img {
  width: 100%;
}

.c-tbl1__table thead th div .txt {
  margin-top: 4px;
  width: 100%;
}

.c-tbl1__table thead th div > p {
  margin: 0;
}

.c-tbl1__table tbody td {
  text-align: center;
}

.c-tbl1__table tbody td > p {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #b3b3b3;
}

.c-tbl1__table tbody td > p img {
  margin-top: -5px;
}

.c-tbl1__table .sticky-col1 {
  left: 0;
  position: absolute;
  top: auto;
  width: 169px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-tbl1__table .sticky-col1 .td-img {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 64px;
  width: 100%;
  padding: 0 25px 0 24px;
}

.c-tbl1__table .sticky-col1 .td-img .img {
  width: 45px;
}

.c-tbl1__table .sticky-col1 .td-img .img.style2 {
  width: 62px;
}

.c-tbl1__table .sticky-col2 {
  left: 169px;
  position: absolute;
  top: auto;
  width: 152px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-tbl1__table .sticky-col2 .td-img {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 64px;
  width: 100%;
  padding: 0 21px;
}

.c-tbl1__table .sticky-col2 .td-img .img {
  margin-right: 12px;
}

.c-tbl1__table .sticky-col2 .td-img > p {
  font-size: 1.6rem;
  font-weight: 500;
}

.c-tbl2 table {
  width: 100%;
  border-collapse: collapse;
}

.c-tbl2 table th,
.c-tbl2 table td {
  font-size: 1.6rem;
  line-height: 1.69;
  font-weight: 400;
  border-bottom: 1px solid #CCC;
  text-align: center;
  width: 25%;
  padding: 14px 0 13px;
}

@media only screen and (max-width: 767px) {
  .c-tbl2 table th,
  .c-tbl2 table td {
    font-size: 1.4rem;
    padding: 8px;
  }
}

.c-tbl2 table td .thumb {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  justify-content: center;
  height: 61px;
}

.c-tbl2 table td .thumb img {
  vertical-align: top;
}

.c-tbl2 table td span {
  display: block;
  margin-top: 6px;
}

.c-tbl2 table tr:last-child th, .c-tbl2 table tr:last-child td {
  padding-bottom: 10px;
}

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-mv {
  background: url(../img/top/bg01.png) no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 114px 0 101px;
}

@media only screen and (max-width: 767px) {
  .c-mv {
    padding: 88px 16px 116px;
  }
}

.c-mv__txt {
  font-size: 2.7rem;
  font-weight: 700;
  margin-top: 12px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .c-mv__txt {
    font-size: 1.8rem;
    margin-left: -9px;
  }
}

.c-mv__txt2 {
  font-size: 4.9rem;
  font-weight: 900;
  line-height: 1;
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .c-mv__txt2 {
    font-size: 3.5rem;
    padding-right: 12px;
  }
}

.c-mv__txt2 span {
  font-size: 4.1rem;
}

@media only screen and (max-width: 767px) {
  .c-mv__txt2 span {
    font-size: 2.8rem;
  }
}

.c-mv__txt2 small {
  font-size: 2.8rem;
  margin-left: 8px;
}

@media only screen and (max-width: 767px) {
  .c-mv__txt2 small {
    font-size: 2rem;
  }
}

.c-mv__ttl {
  font-size: 6rem;
  line-height: 1.29;
  margin-top: 20px;
  font-family: fot-udkakugoc80-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.18rem;
}

.c-mv .c-text1 {
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  .c-mv .c-text1 {
    margin-top: 19px;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .c-mv__picttl {
    margin-top: 24px;
  }
}

/*
------------------------------------------------------------*/
.c-mainvisual {
  background: url(../img/func/bg-mv.png) no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 53px 0;
}

.c-mainvisual h2 {
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual h2 {
    font-size: 2.5rem;
  }
}

/*
------------------------------------------------------------*/
.c-box1 {
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 55px 44px 32px;
}

@media only screen and (max-width: 767px) {
  .c-box1 {
    padding: 54px 24px 27px;
  }
}

.c-box1 .ttl {
  font-size: 1.8rem;
  line-height: 1.72;
  font-weight: 500;
}

.c-box1 .txt {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 5px;
}

.c-box1 .thumb {
  margin: 23px auto 0px;
}

@media only screen and (max-width: 767px) {
  .c-box1 .thumb {
    margin: 18px auto 0px;
  }
}

.c-box1 .thumb + .c-btn3 {
  margin-top: 20px;
}

.c-box1 .thumb + .c-btn3--mode {
  margin-top: 17px;
  max-width: 302px;
}

@media only screen and (max-width: 767px) {
  .c-box1 .thumb + .c-btn3--mode {
    margin-top: 20px;
  }
}

.c-box1 .thumb.scan img {
  width: 515px;
  -webkit-transform: translateX(-19px);
  transform: translateX(-19px);
}

@media only screen and (max-width: 767px) {
  .c-box1 .thumb.scan img {
    min-width: 313px;
    -webkit-transform: translateX(-17px);
    transform: translateX(-17px);
  }
}

@media only screen and (max-width: 374px) {
  .c-box1 .thumb.scan img {
    min-width: auto;
    -webkit-transform: none;
    transform: none;
  }
}

.c-box1 .thumb.paperless {
  max-width: 571px;
  -webkit-transform: translateX(28px);
  transform: translateX(28px);
  margin-top: 21px;
}

@media only screen and (max-width: 767px) {
  .c-box1 .thumb.paperless {
    min-width: 335px;
    -webkit-transform: translateX(-17px);
    transform: translateX(-17px);
    margin-top: 15px;
  }
}

@media only screen and (max-width: 374px) {
  .c-box1 .thumb.paperless {
    min-width: auto;
    -webkit-transform: none;
    transform: none;
  }
}

.c-box1__note {
  font-size: 1.2rem;
}

.c-box1__txt {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 11px;
}

.c-box1__flex {
  display: -webkit-box;
  display: flex;
}

.c-box1__flex .col1 {
  width: 50%;
  position: relative;
  padding: 0 0 5px;
  overflow: hidden;
}

.c-box1__flex .col1 .thumb {
  margin-top: 20px;
  margin-bottom: 0;
}

.c-box1__flex .col1 .icon {
  margin-top: 10px;
}

.c-box1__flex .col1 .icon2 {
  margin-top: 8px;
}

.c-box1__flex .col1 .icon2 .c-text2 {
  margin-top: 7px;
}

.c-box1__flex .col1:nth-child(2)::after {
  content: "";
  width: 1px;
  height: 97%;
  background-color: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}

.c-box1__flex .col1:nth-child(2) .thumb {
  margin-top: 12px;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

.c-box1__flex .col1:nth-child(2) .c-box1__txt {
  margin-top: -14px;
  padding: 0 38px 0;
}

.c-box1__flex .col1:nth-child(2) .c-text4 {
  text-align: left;
  margin-top: 8px;
  padding: 0 32px;
}

.c-box1__flex .col1:nth-child(2) .c-text4 + .c-btn3 {
  margin-top: 7px;
  margin-bottom: 17px;
  max-width: 304px;
}

.c-box1__flex .col1:nth-child(2) .icon {
  margin-top: 8px;
}

.c-box1--style2 {
  padding-bottom: 19px;
}

/*
------------------------------------------------------------*/
.c-box2 {
  border-radius: 16px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-box2 {
    border-radius: 8px;
  }
}

.c-box2__ttl {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fcf121;
  letter-spacing: 0.7px;
}

.c-box2 .c-text3 {
  color: #fff;
  margin-top: 5px;
}

.c-box2 ul.list-img {
  margin-top: 28px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .c-box2 ul.list-img {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: -16px;
    margin-top: 21px;
  }
}

.c-box2 ul.list-img li {
  width: calc(20% - 16px);
}

@media only screen and (max-width: 767px) {
  .c-box2 ul.list-img li {
    width: calc(50% - 16px);
    margin-right: 16px;
    margin-top: 6px;
  }
  .c-box2 ul.list-img li:last-child {
    margin-top: 4px;
  }
}

.c-box2__label {
  font-size: 1.9rem;
  font-weight: 700;
  color: #2870E0;
  background: #FCF121;
  border: 1px solid #FCF121;
  border-radius: 8px;
  display: inline-block;
  padding: 7px 14px;
  letter-spacing: 0.04rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-box2__label {
    display: block;
    line-height: 1.63;
  }
}

.c-box2__label:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 14px 0 14px;
  border-color: #FCF121 transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-box2 .c-list-check-y {
  max-width: 736px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-box2 .c-list-check-y {
    margin: 28px auto 0;
  }
}

.c-box2 .c-list-check-y li {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .c-box2 .c-list-check-y li {
    width: 100%;
  }
}

/*
------------------------------------------------------------*/
.sec-contact {
  background: url(../img/common/bg1.png) no-repeat, #2870e0;
  background-size: cover;
  padding: 77px 0 95px;
}

@media only screen and (max-width: 767px) {
  .sec-contact {
    padding: 77px 0 71px;
  }
}

.sec-contact__box {
  background-color: #fff;
  border-radius: 16px;
  margin-top: 40px;
  text-align: center;
  padding: 32px 16px 32px;
}

@media only screen and (max-width: 767px) {
  .sec-contact__box {
    padding: 32px 16px 22px;
  }
}

.sec-contact__box .ttl {
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 700;
  color: #2870e0;
  text-align: center;
}

.sec-contact__box .img {
  margin-top: 8px;
}

.sec-contact__box .tel {
  font-size: 3.3rem;
  line-height: 1;
  font-weight: 700;
  color: #2870e0;
  display: block;
  position: relative;
  letter-spacing: 1px;
}

.sec-contact__box .tel span {
  padding-left: 25px;
}

.sec-contact__box .tel svg {
  position: absolute;
  top: 5px;
  left: -3px;
}

@media only screen and (max-width: 767px) {
  .sec-contact__box .tel svg {
    top: 6px;
    left: 8px;
  }
}

.sec-contact__box .c-text4 {
  margin-top: 8px;
  margin-left: -4px;
  font-weight: 500;
}

.sec-contact__box .mail {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  color: #2870e0;
  display: block;
  position: relative;
  letter-spacing: 0;
}

.sec-contact__box .mail span {
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  .sec-contact__box .mail span {
    padding-left: 12px;
  }
}

.sec-contact__box .mail svg {
  position: absolute;
  top: 5px;
  left: -3px;
}

@media only screen and (max-width: 767px) {
  .sec-contact__box .mail svg {
    left: 9px;
  }
}

.sec-contact .c-btn1 {
  margin-top: 28px;
}

.sec-contact__flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .sec-contact__flex {
    display: block;
    margin-top: 14px;
  }
}

.sec-contact__flex::after {
  content: "";
  width: 4px;
  height: 28px;
  background: url(../img/common/icon-dot.png) repeat-y;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 50.5%;
}

@media only screen and (max-width: 767px) {
  .sec-contact__flex::after {
    content: none;
  }
}

.sec-contact__flex .col {
  padding: 0 25px 0 28px;
}

@media only screen and (max-width: 767px) {
  .sec-contact__flex .col {
    padding: 0 25px 15px 28px;
  }
}

/*
------------------------------------------------------------*/
.c-tab nav {
  display: -webkit-box;
  display: flex;
}

.c-tab nav .c-tab__item {
  width: 50%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #a6c6ff;
  border: 3px solid #2870e0;
  cursor: pointer;
  padding: 14px;
}

.c-tab nav .c-tab__item.is-active {
  background-color: #2870e0;
  color: #fff;
}

.c-tab nav .c-tab__item:nth-child(1) {
  border-radius: 32px 0 0 32px;
}

.c-tab nav .c-tab__item:nth-child(2) {
  border-radius: 0 32px 32px 0;
}

.c-tab__content1 {
  padding-top: 67px;
}

.c-tab__content1 .c-ttl3 {
  margin-bottom: 17px;
}

.c-tab__content1 .c-box3 {
  margin-top: 55px;
}

.c-tab__content1 .c-box3--mode2 {
  margin-top: 18px;
}

.c-tab__content1 .c-boxbtn1 {
  margin-top: 28px;
}

.c-tab__content1 .c-boxbtn1 + .c-box3 {
  margin-top: 64px;
  padding-bottom: 64px;
}

.c-tab__content1 .c-boxbtn1 + .c-box3 .c-box3__img1 {
  margin-top: 30px;
  margin-left: -11px;
}

.c-tab__block1 {
  display: none;
}

.c-tab__block1.is-active {
  display: block;
}

/*
------------------------------------------------------------*/
.c-box3 {
  background-color: #edf4ff;
  border-radius: 16px;
  padding-bottom: 63px;
}

@media only screen and (max-width: 767px) {
  .c-box3 {
    border-radius: 8px;
    padding-bottom: 40px;
  }
}

.c-box3__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 343px;
  height: 40px;
  border-radius: 20px;
  background-color: #2870e0;
  margin: 0 auto 0;
  -webkit-transform: translateY(-19px);
  transform: translateY(-19px);
}

@media only screen and (max-width: 767px) {
  .c-box3__ttl {
    font-size: 1.6rem;
    width: 220px;
  }
}

.c-box3 .c-text5 {
  margin-top: 10px;
  margin-bottom: 17px;
}

.c-box3__img1 {
  margin-top: 32px;
}

.c-box3__img1 img.max-non {
  max-width: unset;
  margin-left: -5px;
}

.c-box3 .c-text3 {
  margin-top: 7px;
}

.c-box3__block {
  border: 1px solid #2870e0;
  border-radius: 8px;
  margin-top: 39px;
  padding: 36px 45px 45px 48px;
}

@media only screen and (max-width: 767px) {
  .c-box3__block {
    padding: 24px;
    margin-top: 20px;
  }
}

.c-box3__block .c-text2 {
  letter-spacing: 0;
}

.c-box3__block .c-text2 + .c-text3 {
  margin-top: 7px;
}

.c-box3__block ul {
  border-top: 1px solid #2870e0;
  border-bottom: 1px solid #2870e0;
  margin-top: 13px;
  padding: 14px 0 9px;
}

.c-box3__block ul li {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 500;
  position: relative;
  padding-left: 19px;
}

.c-box3__block ul li:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon-check.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: -1px;
}

.c-box3__block .detail {
  margin-top: 22px;
}

.c-box3__block .detail .c-text3 {
  margin-top: 4px;
}

.c-box3__block .detail .c-text3 + .c-text3 {
  margin-top: 26px;
}

.c-box3__block.flex {
  display: -webkit-box;
  display: flex;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .c-box3__block.flex {
    flex-wrap: wrap;
  }
}

.c-box3__block.flex .image {
  width: 242px;
  margin-top: 39px;
}

@media only screen and (max-width: 767px) {
  .c-box3__block.flex .image {
    width: 100%;
  }
}

.c-box3__block.flex .info {
  -webkit-box-flex: 1;
  flex: 1;
  padding-right: 32px;
}

@media only screen and (max-width: 767px) {
  .c-box3__block.flex .info {
    padding-right: 0;
  }
}

.c-box3 .c-ttl-point {
  margin-top: 26px;
}

.c-box3 .list-step {
  text-align: center;
  margin-top: 22px;
}

.c-box3 .list-step .c-ttl5 {
  margin-top: 20px;
  margin-bottom: 6px;
}

.c-box3 .list-step .icon {
  margin-top: 11px;
}

.c-box3 .list-step .label {
  margin: 10px 0 21px;
  font-size: 1.6rem;
  border-radius: 8px;
  border: 3px solid #2870E0;
  background: #fff;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.3);
  padding: 5px 8px 4px;
}

.c-box3 .list-step .label span {
  background: #CCC;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-right: 4px;
  flex-shrink: 0;
}

.c-box3--mode2 {
  padding-top: 40px;
}

.c-box3--mode2 .c-list3 {
  margin-top: 29px;
}

.c-box3--mode2 .c-tag1 {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #2870e0;
  border-radius: 12px;
  border: 1px solid #a6c6ff;
  text-align: center;
  margin-top: 7px;
}

.c-box3--mode2 .c-tag1 + .c-ttl4 {
  margin-top: 26px;
}

.c-box3--mode2 .c-tbl1 {
  margin-top: 15px;
}

.c-box3--mode2 .c-tbl1 + .c-ttl4 {
  margin-top: 26px;
}

.c-box3--mode2 .c-tbl1 + .c-ttl4 + .c-text3 {
  margin-top: 4px;
}

.c-box3--mode2 .c-box3__block {
  margin: 60px 0 6px;
}

@media only screen and (max-width: 767px) {
  .c-box3--mode2 .c-box3__block {
    margin: 30px 0 6px;
  }
}

.c-box3--mode2 .c-tbl2 {
  margin: -5px 0 14px;
}

.c-box3--mode2 .note1 {
  font-size: 1.3rem;
  text-align: right;
  margin-bottom: 43px;
}

@media only screen and (max-width: 767px) {
  .c-box3--mode2 .note1 {
    margin-bottom: 30px;
  }
}

.c-box3--mode2 .c-list-case {
  margin-top: 12px;
}

.c-box3--mode2 .case-label {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  margin: 30px 0 43px;
  padding: 8px 0;
  letter-spacing: 0.03rem;
}

@media only screen and (max-width: 767px) {
  .c-box3--mode2 .case-label {
    font-size: 1.6rem;
    padding: 8px;
    margin: 20px 0 30px;
  }
}

.c-box3--mode2 .case-imgtext {
  display: -webkit-box;
  display: flex;
  margin: 65px 0 19px;
}

@media only screen and (max-width: 767px) {
  .c-box3--mode2 .case-imgtext {
    flex-wrap: wrap;
    margin: 30px 0 20px;
  }
}

.c-box3--mode2 .case-imgtext .image {
  width: 220px;
}

@media only screen and (max-width: 767px) {
  .c-box3--mode2 .case-imgtext .image {
    width: 100%;
    margin-top: 20px;
  }
}

.c-box3--mode2 .case-imgtext .info {
  -webkit-box-flex: 1;
  flex: 1;
  padding-right: 30px;
}

.c-box3--mode2 .case-imgtext .info .c-text3 {
  margin-top: 17px;
}

.c-box3--mode2 .case-box {
  background: #fff;
  text-align: center;
  border-radius: 8px;
  margin: 30px 0 53px;
  padding: 12px 0 18px;
}

@media only screen and (max-width: 767px) {
  .c-box3--mode2 .case-box {
    margin: 20px 0 30px;
    padding: 12px;
  }
}

.c-box3--mode2 .case-box .c-text2 {
  line-height: 1.7;
}

.c-box3--mode2 .case-box .c-text4 {
  margin-top: 3px;
}

.c-box3--mode2 .c-text3 {
  margin-top: 2px;
}

.c-box3 + .c-box3 {
  margin-top: 68px;
}

@media only screen and (max-width: 767px) {
  .c-box3 .l-cont {
    padding: 0;
  }
}

.c-boxbtn1 {
  text-align: center;
}

.c-boxbtn1 .c-text3 {
  margin-top: 14px;
}

/*
------------------------------------------------------------*/
.c-box4 {
  background-color: #fff;
  padding: 32px 42px;
}

@media only screen and (max-width: 767px) {
  .c-box4 {
    padding: 32px 24px 28px;
  }
}

.c-box4__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
  background-color: #2870e0;
  padding: 0 9px 0;
  letter-spacing: 0.3px;
}

.c-box4__flex {
  margin-top: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-box4__flex {
    display: block;
  }
}

.c-box4__flex + .c-box4__ttl {
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .c-box4__flex + .c-box4__ttl {
    margin-top: 28px;
  }
}

.c-box4__flex + .c-box4__flex {
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .c-box4__flex + .c-box4__flex {
    margin-top: 24px;
  }
}

.c-box4__col1 {
  width: 48.5%;
}

@media only screen and (max-width: 767px) {
  .c-box4__col1 {
    width: 100%;
  }
  .c-box4__col1 + .c-box4__col1 {
    margin-top: 22px;
  }
  .c-box4__col1.mt1 {
    margin-top: 15px;
  }
  .c-box4__col1.mt2 {
    margin-top: 18px;
  }
  .c-box4__col1.mt-2 {
    margin-top: -2px;
  }
}

.c-box4__col1 table {
  width: 100%;
  border-collapse: collapse;
}

.c-box4__col1 table tr th,
.c-box4__col1 table tr td {
  font-size: 1.6rem;
  line-height: 2.5;
  text-align: left;
  padding: 0 5px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .c-box4__col1 table tr th,
  .c-box4__col1 table tr td {
    display: block;
    padding: 0 12px;
    line-height: 1.69;
  }
}

.c-box4__col1 table tr th {
  font-weight: 500;
  width: 34.5%;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .c-box4__col1 table tr th {
    width: 100%;
    padding-left: 12px;
    padding-top: 13px;
    line-height: 1;
  }
}

.c-box4__col1 table tr th span {
  font-size: 0.9rem;
  vertical-align: super;
  margin: 0 0 0 3px;
}

@media only screen and (max-width: 767px) {
  .c-box4__col1 table tr td {
    padding-bottom: 6px;
  }
  .c-box4__col1 table tr td .c-text3 {
    font-size: 1.6rem;
    line-height: 1.68;
  }
}

.c-box4__col1 table tr td p {
  margin-top: 7px;
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .c-box4__col1 table tr td p {
    margin: 0;
  }
}

.c-box4__col1 table tr td p.lh1 {
  line-height: 1.7;
  margin: 5px 0;
}

@media only screen and (max-width: 767px) {
  .c-box4__col1 table tr td p.lh1 {
    margin: 1px 0 0;
  }
}

.c-box4__col1 table tr:nth-child(odd) {
  background-color: #edf4ff;
}

.c-box4__col1 table.style2 tr th {
  width: 29.6%;
}

@media only screen and (max-width: 767px) {
  .c-box4__col1 table.style2 tr th {
    width: 100%;
  }
}

.c-box4__col1 table.style3 tr th {
  width: 41.6%;
}

@media only screen and (max-width: 767px) {
  .c-box4__col1 table.style3 tr th {
    width: 100%;
  }
}

.c-box4__col1 table.style4 tr th {
  width: 34.6%;
}

@media only screen and (max-width: 767px) {
  .c-box4__col1 table.style4 tr th {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .c-box4__col1 table.style4.bg-reverse tr:nth-child(odd) {
    background: #fff;
  }
  .c-box4__col1 table.style4.bg-reverse tr:nth-child(even) {
    background: #edf4ff;
  }
}

.c-box4__col1 table.bor-bot {
  border-bottom: 4px solid #edf4ff;
}

.c-box4 .c-ttl5 {
  margin-bottom: 1px;
}

.c-box4 .c-ttl5 span {
  font-size: 0.9rem;
  vertical-align: super;
  margin: 0 0 0 4px;
}

.c-box4 .c-text4 span {
  display: inline-block;
  margin-right: 6px;
}

.c-box4 .c-btn-price {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .c-box4 .c-btn-price {
    margin-top: 23px;
  }
}

.c-box4--style2 {
  padding: 32px 42px 32px 20px;
}

@media only screen and (max-width: 767px) {
  .c-box4--style2 {
    padding: 36px 24px 26px;
  }
}

.c-box4--style2 .c-box4__flex + .c-box4__ttl {
  margin-top: 28px;
  margin-left: 22px;
}

@media only screen and (max-width: 767px) {
  .c-box4--style2 .c-box4__flex + .c-box4__ttl {
    margin-left: 0;
  }
}

.c-box4--style2 .c-box4__flex + .c-text4 {
  margin-top: 15px;
  margin-left: 22px;
}

@media only screen and (max-width: 767px) {
  .c-box4--style2 .c-box4__flex + .c-text4 {
    margin-left: 0;
    margin-top: 39px;
  }
}

.c-box4--style2 .c-box4__flex.style2 {
  margin-top: 0;
}

.c-box4--style2 .c-box4__flex.style2 .c-box4__col1 {
  width: 47.3%;
}

@media only screen and (max-width: 767px) {
  .c-box4--style2 .c-box4__flex.style2 .c-box4__col1 {
    width: 100%;
  }
}

.c-box4--style2 .c-box4__flex.style2 .c-box4__col1 .img {
  margin-top: -6px;
}

.c-box4--style2 .c-box4__flex table.style4 {
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  .c-box4--style2 .c-box4__flex table.style4 {
    margin-top: 0;
  }
}

.c-box4--style2 .c-box4__ttl + .c-box4__flex {
  margin-left: 22px;
}

@media only screen and (max-width: 767px) {
  .c-box4--style2 .c-box4__ttl + .c-box4__flex {
    margin-left: 0;
  }
}

.c-box4--style2 .c-text4 + .c-box4__ttl {
  margin-top: 31px;
  margin-left: 22px;
}

@media only screen and (max-width: 767px) {
  .c-box4--style2 .c-text4 + .c-box4__ttl {
    margin-left: 0;
    margin-top: 27px;
  }
}

/*
------------------------------------------------------------*/
.c-btn-price {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 444px;
  height: 88px;
  background-color: #2870e0;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  padding-top: 5px;
}

.c-btn-price .ttl p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}

.c-btn-price .ttl p + p {
  border-top: 1px solid #fff;
  padding-top: 1px;
}

.c-btn-price .cost {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  margin-top: -5px;
}

.c-btn-price .cost small {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "GenShinGothic-P", sans-serif;
}

.c-btn-price .cost span {
  font-size: 2.3rem;
  font-weight: 700;
  font-family: "GenShinGothic-P", sans-serif;
}

.c-btn-price__flex {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 15px;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .c-btn-price__flex {
    display: block;
    padding-bottom: 13px;
  }
}

.c-btn-price__flex .ttl {
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .c-btn-price__flex .ttl {
    margin-right: 0;
    display: inline-block;
  }
}

.c-btn-price__flex .ttl p {
  line-height: 1.7;
}

.c-btn-price__flex .cost {
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
  .c-btn-price__flex .cost {
    margin-top: 0;
  }
}

.c-btn-price--mode {
  height: 85px;
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .c-btn-price--mode {
    height: auto;
  }
}

/*
------------------------------------------------------------*/
.modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.modal-item {
  z-index: 2;
  display: none;
  position: fixed;
}

.modal-wrap {
  width: 736px;
  min-height: 461px;
  margin: 0;
  padding: 50px 64px 100px;
  border-radius: 10px;
  background: #fff;
  position: fixed;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .modal-wrap {
    width: 90%;
    padding: 24px 12px 76px;
    min-height: auto;
  }
}

.modal-ttl {
  font-size: 2.3rem;
  line-height: 1.75;
  font-weight: 700;
  color: #2870e0;
  text-align: center;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 21px;
}

@media only screen and (max-width: 767px) {
  .modal-ttl {
    font-size: 2rem;
    padding-bottom: 8px;
  }
}

.modal-ttl::before {
  content: "";
  width: 120px;
  height: 4px;
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.modal-content {
  text-align: center;
}

.modal-content.left {
  text-align: left;
}

.modal-content > .c-text3 {
  margin-top: 22px;
}

.modal-content .img-qr {
  margin-top: 13px;
}

.modal-content > .c-text4 {
  margin-top: 19px;
}

.modal-content .c-list-check {
  margin-top: 10px;
}

.modal-content .c-list-check + .c-text4 {
  margin-top: 16px;
}

.modal-content .box1 {
  border-bottom: 1px solid #E6E6E6;
  margin-top: 22px;
  padding-bottom: 23px;
}

.modal-content .box1 .c-text4 {
  margin-top: 6px;
}

.modal-content .box1 a {
  text-decoration: underline;
}

.modal-content .box2 {
  margin-top: 14px;
}

.modal-content .box2 .c-text3 {
  margin-top: 3px;
}

.modal-content .box2 .c-text4 {
  margin-top: 6px;
}

.modal-close {
  font-size: 1.4rem;
  color: #999;
  position: absolute;
  bottom: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  width: 43px;
  padding-top: 34px;
}

.modal-close:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #999999;
  position: absolute;
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-close:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #999999;
  position: absolute;
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*
------------------------------------------------------------*/
.c-zoom {
  position: relative;
}

.c-zoom .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 103px;
}

@media only screen and (max-width: 767px) {
  .c-zoom .icon {
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -45%);
    transform: translate(50%, -45%);
  }
}

/*
------------------------------------------------------------*/
.c-nav-link {
  display: -webkit-box;
  display: flex;
  border: 2px solid #2870e0;
  border-radius: 32px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .c-nav-link {
    padding: 0;
    flex-wrap: wrap;
    border-radius: 8px;
  }
}

.c-nav-link a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2870E0;
  border-right: 2px solid #2870e0;
  cursor: pointer;
  background: #EDF4FF;
  padding: 18px 18px;
  line-height: 1.4;
  -webkit-box-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .c-nav-link a {
    font-size: 1.4rem;
    padding: 8px 16px;
    width: 33.3%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.c-nav-link a:last-child {
  border-right: none;
}

.c-nav-link a:nth-child(2) {
  width: 194px;
  -webkit-box-flex: 0;
  flex: none;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .c-nav-link a:nth-child(2) {
    width: 33.3%;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top1 {
  text-align: center;
  background-color: #fff;
  padding: 65px 0 80px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .p-top1 {
    padding: 68px 0 71px;
  }
}

.p-top1 .c-text2 {
  margin-top: 26px;
}

.p-top1__note {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 11px;
  display: block;
}

.p-top1 .c-txt-fot1 {
  margin-top: 38px;
}

@media only screen and (max-width: 767px) {
  .p-top1 .c-txt-fot1 {
    margin-top: 45px;
  }
  .p-top1 .c-txt-fot1.cl2 {
    margin-top: 36px;
  }
}

.p-top1 .c-txt-blue1 {
  margin-top: -9px;
}

@media only screen and (max-width: 767px) {
  .p-top1 .c-txt-blue1 {
    margin-top: -5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-top1 .c-txt-blue2 {
    margin: -7px 0 0 -2px;
  }
}

.p-top1 .c-list-circle {
  margin-top: 28px;
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .p-top1 .c-list-circle {
    margin-top: 8px;
    margin-bottom: 0;
  }
}

.p-top1 .c-text5 {
  margin-top: 21px;
  line-height: 1.45;
}

@media only screen and (max-width: 767px) {
  .p-top1 .c-text5 {
    text-align: left;
    margin-top: 11px;
    letter-spacing: 0.068rem;
    line-height: 1.5;
  }
}

.p-top1-box {
  background: #EDF4FF;
  border-radius: 8px;
  text-align: left;
  padding: 34px 68px 64px;
  margin: 22px 0 58px;
}

@media only screen and (max-width: 767px) {
  .p-top1-box {
    padding: 13px 8px 8px;
    margin: 22px 0 46px;
  }
  .p-top1-box .c-point1 {
    margin-left: 8px;
  }
}

.p-top1 .c-zoom {
  margin-top: 4px;
  display: block;
}

.p-top1 .c-zoom:hover svg {
  opacity: 1;
}

.p-top1 .c-zoom:hover svg path {
  fill: #DD00C3;
}

.p-top1 .c-zoom:hover svg #Group_16884 path {
  fill: #fff;
}

.p-top1 .image1 {
  max-width: 880px;
  margin-top: 23px;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .p-top1 .image1 {
    margin: 15px 0 0;
    padding-left: 8px;
  }
}

.p-top1 .c-btn2 {
  margin-top: 42px;
}

@media only screen and (max-width: 767px) {
  .p-top1 .c-btn2 {
    margin-top: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .p-top1 .c-ttl1 {
    margin: 0 -3px;
  }
  .p-top1 .c-ttl1 p {
    font-size: 3rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .p-top1 .c-ttl1 > span {
    margin: 7px 0 0;
  }
}

.p-top2 {
  background-color: #2870e0;
  position: relative;
  padding: 78px 0 80px;
}

.p-top2:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-top2 .c-list-box {
  margin-top: 19px;
}

.p-top2 .c-list-box .c-box1 {
  margin-bottom: 36px;
  position: relative;
}

.p-top2 .c-list-box .c-box1:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 26px 0 26px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-top2 .c-list-box__img {
  margin-top: 37px;
}

.p-top2 .c-btn2 {
  margin-top: 48px;
}

.p-top3 {
  padding: 77px 0 76px;
  background: url(../img/top/line-bg2.png) no-repeat, #edf4ff;
  background-position: top center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .p-top3 {
    padding: 77px 0 70px;
  }
}

.p-top3 .c-imgtext1 {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .p-top3 .c-imgtext1 {
    margin-top: 32px;
  }
}

.p-top3 .c-imgtext1 + .c-imgtext1 {
  margin-top: 68px;
}

@media only screen and (max-width: 767px) {
  .p-top3 .c-imgtext1 + .c-imgtext1 {
    margin-top: 39px;
  }
}

.p-top4 {
  padding: 64px 0 88px;
  background: url(../img/top/line-bg.png) no-repeat, #2870e0;
  background-size: 1880px;
  background-position: -207px 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .p-top4 {
    padding: 64px 0 71px;
  }
}

.p-top4 .c-ttl1 p,
.p-top4 .c-ttl1 span {
  color: #fff;
}

.p-top4 .c-box2 {
  margin-top: 64px;
}

@media only screen and (max-width: 767px) {
  .p-top4 .c-box2 {
    margin-top: 40px;
  }
}

.p-top4 .c-txt-yel {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .p-top4 .c-txt-yel {
    margin-top: 41px;
  }
}

.p-top4 .c-ttl-bor {
  margin: 31px 0 0;
}

.p-top4 .c-list1 + .c-ttl-bor {
  margin-top: 62px;
}

@media only screen and (max-width: 767px) {
  .p-top4 .c-list1 + .c-ttl-bor {
    margin-top: 37px;
  }
}

.p-top4-box {
  border: 3px solid #FCF121;
  border-radius: 16px;
  margin-top: 50px;
  padding: 27px 90px 22px;
}

@media only screen and (max-width: 767px) {
  .p-top4-box {
    padding: 26px 22px 24px 20px;
    margin-top: 35px;
  }
}

.p-top4-box .ttl {
  font-size: 1.9rem;
  font-weight: 700;
  color: #FCF121;
  border-bottom: 1px solid #FCF121;
  padding-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .p-top4-box .ttl {
    padding-bottom: 13px;
  }
}

.p-top4-box ul {
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  .p-top4-box ul {
    margin-top: 21px;
  }
}

.p-top4-box .c-point1 {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin: 34px 0 22px;
  padding-bottom: 13px;
}

@media only screen and (max-width: 767px) {
  .p-top4-box .c-point1 {
    margin: 32px 0 22px;
  }
}

.p-top4-box .c-point1:before {
  background: #fff;
}

.p-top4-box .c-text3 {
  color: #fff;
  margin-bottom: 21px;
}

@media only screen and (max-width: 767px) {
  .p-top4-box .c-text3 {
    margin-bottom: 0;
  }
}

.p-top4-box .c-text3 > p {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .p-top4-box .c-text3 > p {
    line-height: 1.65;
  }
}

@media only screen and (max-width: 767px) {
  .p-top4-box .c-list-check-y li {
    line-height: 1.78;
    letter-spacing: 0.06rem;
    margin-bottom: 0;
  }
  .p-top4-box .c-list-check-y li::before {
    top: 11px;
  }
}

.p-top5 {
  background: url(../img/top/line-bg3.png) no-repeat, #edf4ff;
  background-position: top center;
  background-size: cover;
  padding: 78px 0 80px;
}

@media only screen and (max-width: 767px) {
  .p-top5 {
    padding: 78px 0 71px;
  }
}

.p-top5 .c-list2 {
  margin-top: 40px;
}

.p-top5__block {
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .p-top5__block {
    margin-top: 40px;
  }
}

.p-top5__block:nth-child(1) {
  margin-top: 39px;
}

@media only screen and (max-width: 767px) {
  .p-top5__block:nth-child(1) {
    margin-top: 43px;
  }
}

.p-top5 .c-box4 {
  margin-top: 8px;
}

.p-top5 .c-ttl1 small {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  margin-top: 14px;
}

.p-top-procedures {
  background: url(../img/top/line-bg.png) no-repeat, #2870e0;
  background-size: 1880px;
  padding: 0 0 80px;
}

@media only screen and (max-width: 767px) {
  .p-top-procedures {
    padding: 0 0 73px;
  }
}

.p-top-procedures .title1 {
  font-size: 3.4rem;
  font-family: fot-udkakugoc80-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2870E0;
  background: #FCF121;
  position: relative;
  text-align: center;
  padding: 4px 0 2px;
  letter-spacing: 0.05rem;
}

.p-top-procedures .title1:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 26px 0 26px;
  border-color: #FCF121 transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
}

.p-top-procedures .c-list-step {
  margin-top: 81px;
}

/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-func__main {
  padding-bottom: 157px;
}

@media only screen and (max-width: 767px) {
  .p-func__main {
    padding-bottom: 80px;
  }
}

.p-func__main .c-imgtext2 {
  margin: 29px 0 0;
}

.p-func-title {
  padding: 65px 0 55px;
}

@media only screen and (max-width: 767px) {
  .p-func-title {
    padding: 40px 0;
  }
}

.p-func-title .c-text2 {
  margin-top: 17px;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.u-en {
  font-family: 'Barlow', sans-serif;
}

.u-blue {
  color: #2870E0;
}

@font-face {
  font-family: 'GenShinGothic-P';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/GenShinGothic-P-Regular.woff2?v=1.00) format("woff2"),
  url(../fonts/GenShinGothic-P-Regular.woff?v=1.00) format("woff")
}
@font-face {
  font-family: 'GenShinGothic-P';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/GenShinGothic-P-Medium.woff2?v=1.00) format("woff2"),
  url(../fonts/GenShinGothic-P-Medium.woff?v=1.00) format("woff")
}
@font-face {
  font-family: 'GenShinGothic-P';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/GenShinGothic-P-Bold.woff2?v=1.00) format("woff2"),
  url(../fonts/GenShinGothic-P-Bold.woff?v=1.00) format("woff")
}
@font-face {
  font-family: 'GenShinGothic-P';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/GenShinGothic-P-Heavy.woff2?v=1.00) format("woff2"),
  url(../fonts/GenShinGothic-P-Heavy.woff?v=1.00) format("woff")
}

