@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ----------------------------------------
	base
---------------------------------------- */
html,
body {
  overflow-x: hidden;
  position: relative;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

* {
  word-break: break-all;
}

section {
  padding: 2.5em 0;
}
@media print, screen and (min-width: 1024px) {
  section {
    padding: 3.5em 0;
  }
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp, .tb, .pc {
  display: none;
}

@media screen and (max-width: 599px) {
  .sp {
    display: inherit;
  }
}
@media screen and (min-width: 600px) {
  .tb {
    display: inherit;
  }
}
@media print, screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
/* --------------------------------------------------
	共通
-------------------------------------------------- */
.inner {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .inner {
    width: 96%;
  }
}


@media screen and (max-width: 599px) {
  .yellow {
    background: #ffed56;
  }
}
@media screen and (min-width: 600px) {
  .yellow {
    position: relative;
  }
  .yellow::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 75%;
    background: #ffed56;
    z-index: -1;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.note{
  font-size: 1.2rem;
  line-height: 1.66;
  margin-top: 10px;
}
/* --------------------------------------------------
	btn
-------------------------------------------------- */
.btn{
  background: #102942;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 14px 20px;
  display: inline-block;
}
.btn span{
  padding-right: 46px;
  background: url(../img/icn_btn_right.svg) no-repeat right center / 37px;
}
@media screen and (min-width: 600px){

}
@media print, screen and (min-width: 1024px){
  .btn{
    font-size: 2rem;
    padding: 16px 24px;
  }
  .btn span{
    padding-right: 70px;
    background-size: 51px;
  }
}
@media print, screen and (min-width: 1200px){
  .btn{
    font-size: 2.2rem;
    padding: 20px 30px;
  }
}
/* --------------------------------------------------
	header
-------------------------------------------------- */
.header {
  height: 40px;
  position: relative;
  z-index: 10;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .header {
    background: #fff;
  }
}
@media screen and (min-width: 600px) {
  .header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  
}
.header.fix {
  background: #fff;
}
.header__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 10px;
  height: 100%;
}
@media print, screen and (min-width: 1024px) {
  .header__inner {
    padding: 0 10px 0 30px;
  }
}
.header__left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.header__left__txt {
  color: #032140;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6;
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .header__left__txt {
    display: block;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__left__txt {
    font-size: 1.4rem;
  }
}
.header__logo {
  
}
@media screen and (min-width: 600px) {
  .header__logo {
    margin-right: 16px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__logo {
    margin-right: 26px;
  }
}
.header__logo img {
  width: 122px;
}
@media screen and (min-width: 600px){
  .header__logo img {
    width: 173px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__logo img {
    width: 187px;
  }
}


.header .cv{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
}
.header .cv .cv-tel{
  color: #102942;
  text-align: center;
  line-height: 1.1;
  margin: 0 2.5%;
}
.header .cv .cv-tel .--tel{
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  padding-left: 20px;
  background: url(../img/icn_tel_navy.svg) no-repeat bottom 2px left / 17px;
}
.header .cv .cv-tel .--note{
  display: block;
  font-size: 1rem;
}
.header .cv .btn{
  font-size: 1.2rem;
  padding: 9px 8px;
}
.header .cv .btn span {
  padding-right: 30px;
  background-size: 27px;
}
@media screen and (max-width: 599px) {
  .header .cv {
    text-align: center;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 8px;
    height: auto;
    z-index: 1000;
    max-width: 100%;
  }
  .header .cv.fix {
    transition: all 0.3s;
    opacity: 1;
    pointer-events: all;
    background: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (min-width: 600px){
  .header .cv{
    justify-content: flex-end;
  }
  .header .cv .cv-tel .--tel{
    font-size: 2.2rem;
  }
  .header .cv .btn{
    font-size: 1.3rem;
    padding: 7px 14px;
  }
}
@media print, screen and (min-width: 1024px){
  .header .cv{
    max-width: 520px;
  }
  .header .cv .cv-tel .--tel{
    font-size: 2.8rem;
    padding-left: 28px;
    background-size: 22px;
  }
  .header .cv .btn{
    font-size: 1.5rem;
    padding: 9px 20px;
  }
  .header .cv .btn span{
    padding-right: 45px;
    background-size: 35px;
  }
}




/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer {
  background: #e6e9ec;
  color: #000;
  padding: 30px 0 10px;
}
@media screen and (min-width: 600px) {
  .footer {
    padding: 68px 0 30px;
  }
}
.footer__inner {
  padding: 0 20px;
}
@media print, screen and (min-width: 1024px) {
  .footer__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .footer__wrap {
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .footer__wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
  }
}
.footer__logo {
  display: block;
  width: 120px;
}
@media screen and (max-width: 599px) {
  .footer__logo {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 600px) {
  .footer__logo {
    width: 150px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer__logo {
    width: 218px;
  }
  .footer__logo:hover {
    opacity: 0.8;
  }
}
.footer__right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .footer__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__right .footer__meta:nth-of-type(2) {
  border-left: 1px solid #102942;
  margin-left: 15px;
}
@media screen and (min-width: 600px) {
  .footer__right .footer__meta:nth-of-type(2) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 599px) {
  .footer__right .footer__meta:nth-of-type(1) {
    padding-left: 0;
  }
}
.footer__meta {
  padding: 0 0 0 15px;
}
@media screen and (min-width: 600px) {
  .footer__meta {
    padding: 0 0 0 25px;
    text-align: right;
  }
}
.footer__meta__name {
  font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
  .footer__meta__name {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer__meta__name {
    font-size: 2.2rem;
  }
}
.footer__meta__address {
  font-size: 1.1rem;
}
@media print, screen and (min-width: 1024px) {
  .footer__meta__address {
    font-size: 1.2rem;
  }
}
.footer__copy {
  text-align: center;
  font-size: 1rem;
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .footer__copy {
    text-align: right;
  }
}

/* --------------------------------------------------
	pageTop
-------------------------------------------------- */
.to-top {
  z-index: 100;
  display: none;
}
.to-top a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #005173;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 600px) {
  .to-top a {
    width: 50px;
    height: 50px;
  }
}
.to-top a::after {
  position: absolute;
  content: "";
  top: 55%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #01675C;
  border-left: 3px solid #01675C;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.to-top a:hover {
  background: #005173;
}
.to-top a:hover::after {
  border-color: #fff;
}

/* --------------------------------------------------
	kv
-------------------------------------------------- */
.kv{
  background: #ddeef7;
  height: 133vw;
  padding: 15px 0;
  position: relative;
}
.kv .inner{
  position: relative;
  z-index: 2;
  max-width: 1250px;
}
.kv__txt{
  position: absolute;
  bottom: 64px;
  left: 0;
  max-width: 82.66vw;
  width: 100%;
}
.kv__img{
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
}
.kv__img img{
  width: 100%;
}
.kv__btn{
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  padding: 0 10px;
}
.kv__btn__item{
  margin: 0 3px;
  max-width: 438px;
  width: 100%;
  box-shadow: 0 4px 8px rgb(0 0 0 / .2);
  color: #fff;
  background: #67bfce;
  text-align: center;
}
.kv__btn__item2{
  background: #ea9381;
}
.kv__btn__link{
  display: block;
  padding: 3px 5px 35px;
  position: relative;
}
.kv__btn__link::after{
  position: absolute;
  content: '';
  width: 14px;
  height: 22px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  background: url(../img/icn_arrow_bottom.svg) no-repeat center center / 100%;
}
.kv__btn__num{
  max-width: 57px;
  margin: 0 auto 8px;
}
.kv__btn__ttl{
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 600px){
  .kv{
    margin-top: 60px;
    height: 700px;
    padding: 24px 0;
  }
  .kv__ttl{
    max-width: 500px;
    width: 100%;
  }
  .kv__txt{
    bottom: 75px;
    max-width: 62.9vw;
  }
  .kv__btn{
    bottom: -58px;
  }
  .kv__btn__num{
    margin: 0 auto;
  }
  .kv__btn__ttl{
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px){
  .kv{
    height: 500px;
  }
  .kv__img{
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
  }
  .kv__ttl{
    max-width: 48vw;
  }
  .kv__btn{
    bottom: -45px;
  }
  .kv__btn__link{
    padding: 8px 12px 16px;
  }
  .kv__btn__link::after{
    width: 16px;
    left: auto;
    top: auto;
    right: 30px;
    top: 37px;
  }
}
@media print, screen and (min-width: 1024px){

}
@media print, screen and (min-width: 1200px){
  .kv__ttl{
    max-width: 577px;
  }
  .kv__txt{
    max-width: 755px;
  }
}
/* --------------------------------------------------
	reason
-------------------------------------------------- */
.reason{
  padding-top: 80px;
}
.reason__ttl{
  color: #102942;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.55;
  font-weight: 700;
  margin-bottom: 50px;
}
.reason__ttl span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.reason__ttl span::after{
  position: absolute;
  content: '';
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../img/reason_ttl.svg) no-repeat center center / contain;
}
.reason__list{
  margin-top: 25px;
}
.reason__item{
  margin-top: 40px;
}
.reason__item__img{
  max-width: 480px;
  width: 100%;
  margin: 0 auto 50px;
}
.reason__item__body {
  max-width: 480px;
  margin: 0 auto;
}
.reason__item__ttl{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.46;
  color: #102942;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}
.reason__item__ttl img{
  position: absolute;
  left: -10px;
  top: -60px;
  width: 100px;
  z-index: -1;
}

.reason__item__ttl span{
  border-bottom: 3px solid #ffff00;
}
.reason__item__txt{
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 600px){
  .reason{
    padding-top: 110px;
  }
  .reason__ttl{
    font-size: 3.2rem;
    margin-bottom: 84px;
  }
  .reason__ttl span{
    padding: 0 60px;
  }
  .reason__ttl span::after{
    bottom: -45px;
  }
  .reason__list{
    margin-top: 46px;
  }
  .reason__item__ttl{
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
  .reason__item__ttl img{
    left: -40px;
    top: -70px;
    width: 120px;
  }
  .reason__item__txt{
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1024px){
  .reason__ttl{
    font-size: 3.6rem;
  }
  .reason__item{
    display: flex;
    align-items: center;
  }
  .reason__item:nth-child(even){
    flex-direction: row-reverse;
  }
  .reason__item__img{
    width: 41%;
    margin: 0 13% 0 0;
  }
  .reason__item:nth-child(even) .reason__item__img{
    margin: 0 0 0 13%;
  }
  .reason__item__body{
    max-width: 100%;
    margin: 0;
    flex-shrink: 0;
  }
  .reason__item__ttl img{
    left: -190px;
    top: 0;
    width: 140px;
  }
  .reason__item:nth-child(even) .reason__item__ttl img{
    left: -75px;
    top: -40px;
  }
}
/* --------------------------------------------------
	plan
-------------------------------------------------- */
.plan{
  padding: 0;
}
.plan__head{
  background: #67bfce;
  padding: 20px 0 50px;
  position: relative;
}
.plan__head .inner{
  width: 92%;
}
.plan__head__img{
  position: absolute;
  bottom: 0;
  left: 1%;
  max-width: 24vw;
}
.plan__num{
  max-width: 80px;
  width: 100%;
  margin: 0 auto;
}
.plan__ttl{
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
.plan__txt{
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.33;
  background: #58b4c4;
  border-radius: 10px;
  padding: 15px;

  max-width: 340px;
  width: 90%;
  margin: 12px auto 0;
}
.plan__txt span{
  border-bottom: 3px solid #ffff00;
}
.plan__body{
  background: #e8f5f8;
  padding: 15px 0;
}
.plan2 .plan__head{
  background: #ea9381;
}
.plan2 .plan__head__img{
  left: 8%;
  max-width: 21vw;
}
.plan2 .plan__txt{
  background: #e58372;
}
.plan2 .plan__body{
  background: #fcefec;
}
.plan2 .info__dl{
  background: #fae4df;
}
.plan2 .info__dl::after{
  border-left: 52px solid #fae4df;
}
.plan2 .info__dl__row dt{
  background: #f7d5ce;
}
@media screen and (min-width: 600px){
  .plan__head{
    padding: 40px 0;
  }
  .plan__head .inner{
    width: 58%;
  }
  .plan__num{
    max-width: 112px;
  }
  .plan__ttl{
    font-size: 3.4rem;
  }
  .plan__txt{
    font-size: 1.6rem;
    padding: 20px;
    max-width: 100%;
    width: 100%;
  }
  .plan2 .plan__head__img{
    max-width: 18vw;
  }
}
@media print, screen and (min-width: 1024px){
  .plan__head__img{
    left: 3%;
    max-width: 20vw;
  }
  .plan__ttl{
    font-size: 5rem;
  }
  .plan__txt{
    font-size: 1.8rem;
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 1300px){
  .plan__head .inner{
    width: 96%;
  }
  .plan__head__img{
    max-width: 275px;
  }
  .plan2 .plan__head__img{
    max-width: 246px;
  }
}


.cont{
  margin: 20px 0;
}
.cont__ttl{
  font-size: 2rem;
  font-weight: 700;
  color: #102942;
  border-bottom: 1px solid #102942;
  padding: 6px 22px;
  position: relative;
}
.cont__ttl::before{
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 56%;
  background: #102942;
}
.cont__wrap{
  margin-top: 15px;
}
.cont__txt{
  font-size: 1.5rem;
  line-height: 2;
  margin: 0 0 12px;
}
.cont__txt span{
  font-weight: 700;
}
.cont__info{
  background: #fff;
  padding: 12px;
}
.cont__info__ttl{
  color: #fff;
  background: #ea5799;
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont__info__txt{
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 5px 0 0;
}
@media screen and (min-width: 600px){
  .cont__ttl{
    font-size: 2.3rem;
    padding: 7px 28px;
  }
  .cont__ttl::before{
    width: 8px;
  }
  .cont__txt{
    font-size: 1.6rem;
  }
  .cont__info{
    display: flex;
  }
  .cont__info__ttl{
    max-width: 122px;
  }
  .cont__info__txt{
    margin: 0 15px;
  }
}
@media print, screen and (min-width: 1024px){
  .cont{
    margin: 40px 0;
  }
  .cont__wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
  }
  .cont__info{
    max-width: 608px;
    width: 100%;
  }
  .cont__txt{
    margin: 0 1% 0 0;
  }
}


.info{
  margin-top: 15px;
}
.info__dl{
  background: #d9eff3;
  position: relative;
}
.info__dl__row{
  display: flex;
}
.info__dl .info__dl__row:nth-child(n+2){
  border-top: 1px solid #fff;
}
.info__dl__row dt{
  font-size: 1.4rem;
  font-weight: 400;
  max-width: 100px;
  width: 100%;
  background: #c4e6ec;
  text-align: center;
  padding: 10px;
}
.info__dl__row dd{
  font-size: 1.4rem;
  width: 100%;
  padding: 12px;
}
.info__dl__row dd a{
  font-size: 1.2rem;
  color: #005c80;
  text-decoration: underline;
  margin-left: 18px;
}
@media screen and (min-width: 600px){
  .info{
    margin-top: 30px;
  }
  .info__dl__row dt{
    font-size: 1.6rem;
    max-width: 110px;
    padding: 14px;
  }
  .info__dl__row dd{
    font-size: 1.6rem;
    padding: 14px 20px;
  }
  .info__dl__row dd a{
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1024px){
  .info{
    display: flex;
  }
  .info__dl{
    max-width: 490px;
    width: 43%;
  }
  .info__dl::after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 120px solid transparent;
    border-bottom: 120px solid transparent;
    border-left: 52px solid #d9eff3;
    border-right: 0;
    left: 100%;
    top: 0;
  }
}
@media print, screen and (min-width: 1300px){
  .info__dl{
    max-width: 570px;
    padding-right: 5%;
    width: 49%;
  }
  .info__dl__row dt{
    font-size: 1.8rem;
    max-width: 160px;
  }
  .info__dl__row dd{
    font-size: 1.8rem;
    padding: 14px 30px;
  }
}


.price{
  background: #fff;
  padding: 12px 20px;
  margin-top: 15px;
}
.price__ttl{
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  background: #f5f5f5;
  padding: 3px;
  margin-bottom: 8px;
}
.price__body{
  margin-bottom: 12px;
  text-align: center;
}
.price__body .t1{
  font-size: 1.4rem;
  line-height: 1.2;
}
.price__body .t1 .--l{
  font-size: 1.8rem;
  position: relative;
}
.price__body .t1 .--l::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  left: 0;
  top: 15px;
}
.price__body .t1 .--m{
  font-size: 1rem;
}
.price__body .t2{
  font-size: 3.3rem;
  font-weight: 700;
  color: #ea5799;
  margin-left: 45px;
  position: relative;
  display: inline-block;
}
.price__body .t2::before,
.price__body .t2::after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #102942;
  border-right: 0;
  top: 23px;
}
.price__body .t2::before{
  left: -20px;
}
.price__body .t2::after{
  left: -34px;
}
.price__body .t2 .--s{
  font-size: .5em;
}
.price__body .t3{
  font-size: 1.9rem;
  font-weight: 700;
  color: #ea5799;
  border: 1px solid #ea5799;
  padding: 0 10px;
  margin-left: 7px;
  display: inline-block;
}
@media screen and (min-width: 600px){
  .price__body{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
  .price__ttl{
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px){
  .price{
    width: 59%;
    padding: 12px 24px 12px 60px;
    margin-top: 0;
  }
  .price__body{
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 1300px){
  .price{
    max-width: 610px;
    width: 52%;
    padding: 12px 24px 12px 86px;
  }
  .price__body .t3{
    margin-left: 12px;
  }
}


.benefit{
  margin-top: 22px;
}
.benefit__wrap{
  background: #fff;
  padding: 20px;
  position: relative;
}
.benefit__num{
  color: #fff;
  background: #102942;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 2px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.benefit__left{
  padding-top: 25px;
}
.benefit__ttl{
  font-size: 2.7rem;
  margin-bottom: 10px;
}
.benefit__ttl span{
  border-bottom: 10px solid #ffff00;
  display: inline-block;
  line-height: 1;
}
.benefit__txt{
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.benefit__dl dt{
  color: #102942;
  background: #f5f5f5;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefit__dl dd{
  font-size: 1.5rem;
  line-height: 2;
  margin: 5px 0 0;
}
.benefit__right{
  max-width: 480px;
  margin: 20px 0 0;
}
@media screen and (min-width: 600px){
  .benefit__num{
    font-size: 2.3rem;
    width: 160px;
    padding: 5px;
  }
  .benefit__left{
    padding-top: 50px;
  }
  .benefit__ttl{
    font-size: 3.7rem;
    margin-bottom: 15px;
  }
  .benefit__ttl span{
    border-bottom: 14px solid #ffff00;
    line-height: .7;
  }
  .benefit__txt{
    font-size: 1.6rem;
  }
  .benefit__dl{
    display: flex;
  }
  .benefit__dl dd{
    margin: 0 25px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1024px){
  .benefit__wrap{
    display: flex;
    justify-content: space-between;
  }
  .benefit__left{
    margin: 0 5%;
  }
  .benefit__right{
    margin: 0;
    width: 40%;
  }
}


/* --------------------------------------------------
	contact
-------------------------------------------------- */
.contact{
  background: #102942;
  padding: 25px 0;
}
.contact__logo{
  max-width: 240px;
  width: 100%;
  margin: 0 auto 20px;
}
.contact__cont{
  background: #fff;
  border-radius: 14px;
  padding: 15px;
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.contact__cont__tel{
  color: #102942;
  text-align: center;
  line-height: 1.15;
  display: inline-block;
  margin: 0 0 10px;
}
.contact__cont__tel .--tel{
  display: block;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  padding-left: 30px;
  background: url(../img/icn_tel_navy.svg) no-repeat bottom 3px left / 24px;
}
.contact__cont__tel .--note{
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 600px){
  .contact{
    padding: 40px 0;
  }
  .contact__logo{
    max-width: 290px;
  }
  .contact__cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  .contact__cont__tel{
    margin: 0 1%;
  }
  .contact__cont__tel .--note{
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1024px){
  .contact__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact__logo{
    margin: 0 20px 0 0;
  }
  .contact__cont{
    max-width: 700px;
    margin: 0;
  }
  .contact__cont__tel .--tel{
    font-size: 3.4rem;
    padding-left: 36px;
    background-size: 28px;
    background-position: bottom 5px left;
  }
}
@media print, screen and (min-width: 1200px){
  .contact__logo{
    max-width: 315px;
  }
  .contact__cont{
    padding: 35px;
    max-width: 804px;
  }
  .contact__cont__tel .--tel{
    font-size: 4.1rem;
    padding-left: 40px;
    background-size: 32px;
  }
}




