@charset "UTF-8";
/*------------------------------------------------------------
	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 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}

/* Main menu
------------------------------------------------------------*/
.c-gnav li {
  display: inline-block;
}

.c-gnav li + li {
  margin-left: 20px;
}

.c-gnav a {
  font-size: 1.6rem;
  text-transform: capitalize;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  padding: 66px 20px;
  background: #0063bc;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  font-family: "Arial";
}

@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 26px 20px;
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  min-width: 320px;
  line-height: 1.5;
}

.l-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.c-mainvisual__image img {
  width: 100%;
  height: 100%;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  display: inline-block;
  padding: 10px 50px;
  font-size: 1.6rem;
  border: 2px solid #fff;
  border-radius: 20px;
  line-height: 1;
}

.c-btn__top {
  position: fixed;
  bottom: 150px;
  right: 0px;
  opacity: 0;
  display: block;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 767px) {
  .c-btn__top {
    bottom: 80px;
    right: 10px;
  }
}

.c-btn__top:hover {
  opacity: 1;
}

.c-btn__top--none {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 4.5rem;
  padding: 15px 20px;
  background-color: #0063bc;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

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

.c-title2 {
  font-size: 4rem;
  color: #333333;
  line-height: 1.75;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-style: normal;
}

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

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top {
  line-height: 2;
}

.p-top1 {
  padding-top: 65px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .p-top1 {
    padding-top: 25px;
    padding-bottom: 35px;
  }
}

.p-top1__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0 20px;
}

.p-top1__cnt {
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  padding-top: 60px;
}

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

.p-top1__list ul {
  list-style-type: decimal;
  padding-left: 28px;
}

@media only screen and (max-width: 767px) {
  .p-top1__list ul {
    padding-left: 15px;
  }
}

.p-top1__list li {
  font-size: 2.4rem;
  color: #333333;
  font-weight: bold;
  position: relative;
  padding: 11px 0px;
}

@media only screen and (max-width: 767px) {
  .p-top1__list li {
    font-size: 1.3rem;
    padding: 5px 0px;
  }
}

.p-top1__list li:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}

.p-top2__cnt {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}

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

.p-top2__list {
  padding-top: 70px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .p-top2__list {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.p-top2__list dl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

.p-top2__list dl dt {
  font-size: 2.4rem;
  line-height: 2.91666666667;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid #f7931e;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .p-top2__list dl dt {
    font-size: 1.3rem;
  }
}

.p-top2__list dl dt span {
  font-family: "Arial";
  font-size: 6rem;
  line-height: 1.16666666667;
  color: #f15a24;
  font-weight: 900;
  padding-right: 25px;
}

@media only screen and (max-width: 767px) {
  .p-top2__list dl dt span {
    font-size: 3rem;
    padding-right: 15px;
  }
}

.p-top2__list dl dd {
  font-size: 1.8rem;
  line-height: 1.66666666667;
  color: #000000;
  letter-spacing: -2px;
  padding-top: 17px;
  padding-left: 63px;
}

@media only screen and (max-width: 767px) {
  .p-top2__list dl dd {
    font-size: 1.1rem;
    padding-left: 33px;
    padding-top: 10px;
    letter-spacing: 0px;
  }
}

.p-top2__list dl + dl {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .p-top2__list dl + dl {
    margin-top: 15px;
  }
}

.p-top3__cnt {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 75px 0px;
  width: 100%;
}

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

.p-top3__left {
  width: 50%;
}

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

.p-top3__right {
  width: 50%;
  padding-left: 45px;
  font-size: 1.8rem;
  line-height: 1.88888888889;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  padding-top: 5px;
}

@media only screen and (max-width: 767px) {
  .p-top3__right {
    width: 100%;
    font-size: 1.4rem;
    padding: 20px;
  }
}

.p-top3__right p + p {
  margin-top: 20px;
}

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

.p-top3__right p:nth-child(2) {
  color: #4d4d4d;
  font-weight: 500;
}

.p-top3__right p:nth-child(2) span {
  position: relative;
  display: inline-block;
}

.p-top3__right p:nth-child(2) span:before {
  content: "";
  position: absolute;
  height: 8px;
  background-color: #fbf285;
  left: 10px;
  bottom: 0px;
  width: calc(100% - 20px);
}

.p-top3__right strong {
  color: #c1272d;
}

.p-top3__banner img {
  width: 100%;
}

.p-top5__cnt {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0px 130px;
}

@media only screen and (max-width: 767px) {
  .p-top5__cnt {
    padding: 25px 15px 50px;
  }
}

.p-top5__text {
  font-size: 1.8rem;
  line-height: 1.88888888889;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .p-top5__text {
    font-size: 1.4rem;
  }
}

.p-top5__text p + p {
  margin-top: 30px;
}

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

.p-top5__video {
  margin-top: 60px;
}

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

.p-top5__video p {
  padding-top: 5px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.88888888889;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .p-top5__video p {
    font-size: 1.4rem;
  }
}

.p-top5__iframe {
  position: relative;
}

.p-top5__iframe video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top5__iframe--1 {
  padding-top: 56.25%;
}

.p-top5__iframe--2 {
  padding-top: 46.571798188%;
}

.p-top4 {
  padding-top: 55px;
  padding-bottom: 95px;
}

@media only screen and (max-width: 767px) {
  .p-top4 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.p-top4__inner {
  max-width: 1200px;
  margin: 0 auto;
}

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

.p-top4__title {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
}

.p-top4__cnt {
  padding-top: 25px;
  width: 100%;
}

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

.c-contact__list {
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: -1px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

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

.c-contact__list--item {
  position: relative;
  padding-left: 20px;
}

.c-contact__list--item::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ff8800;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

@media only screen and (max-width: 767px) {
  .c-contact__list--item::before {
    top: 9px;
  }
}

.c-contact__cnt {
  max-width: 830px;
  margin: 0 auto;
  padding: 40px 0px 0;
}

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

.c-contact__cnt dl + dl {
  margin-top: 25px;
}

.c-contact__cnt dl dt {
  padding-bottom: 10px;
  color: #4d4d4d;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .c-contact__cnt dl dt {
    font-size: 1.4rem;
  }
}

.c-contact__cnt dl dt span {
  color: #c1272d;
  font-weight: 500;
  margin-left: 15px;
}

.c-contact__cnt dl dd input {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 15px;
  border: none;
  border-radius: 8px;
  outline: none;
  background-color: #eff1f3;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .c-contact__cnt dl dd input {
    height: 50px;
    padding: 10px;
    font-size: 1.4rem;
  }
}

.c-contact__cnt dl dd textarea {
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  padding: 15px;
  border: none;
  border-radius: 8px;
  outline: none;
  background-color: #eff1f3;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .c-contact__cnt dl dd textarea {
    font-size: 1.4rem;
  }
}

.c-contact__note {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #333;
}

.c-contact__title {
  background-color: #f9eaee;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 4px;
}

.c-contact__title h3 {
  padding: 16px 0 4px;
  line-height: 1.75;
  text-align: center;
  background-color: #bceaf7;
}

.c-contact__note--des {
  padding: 20px 40px 0px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.c-contact__note--des a {
  color: #0071bc;
  position: relative;
}

.c-contact__note--des p:nth-child(2) {
  text-align: center;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .c-contact__note--des p:nth-child(2) {
    text-align: left;
  }
}

.c-contact__note--des p:nth-child(2) a {
  font-weight: bold;
}

.c-contact__note--des p:nth-child(2) a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e28194;
  left: 0;
  bottom: 0px;
}

.c-contact__checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 2.1;
  font-family: Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .c-contact__checkbox {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
}

input[name='privacy-policys'] {
  display: none;
}

input[name='privacy-policys'] ~ span {
  position: relative;
  padding-left: 28px;
  letter-spacing: 0.8px;
  display: inline-block;
}

input[name='privacy-policys'] ~ span::before {
  position: absolute;
  content: "\2714";
  border: 1px solid #B2B2B2;
  display: block;
  width: 20px;
  background-color: #fff;
  line-height: 1.2;
  height: 20px;
  text-align: center;
  left: 0;
  top: 4px;
  font-size: 20px;
  color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input[name='privacy-policys']:checked ~ span::before {
  color: #003DB4;
}

.c-contact__cl {
  color: #0071bc;
  margin-left: 10px;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-not-valid-tip {
  font-size: 1.5rem !important;
  padding-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.5rem;
}

.c-contact__submit .wpcf7-spinner {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .c-contact__submit .wpcf7-spinner {
    top: 75px;
    margin: 0;
  }
}

.c-complete {
  font-size: 1.6rem;
  font-family: "メイリオ";
  line-height: 1.75;
  text-align: center;
  max-width: 800px;
  margin: 70px auto;
}

@media only screen and (max-width: 1024px) {
  .c-complete {
    width: 100%;
    padding: 0 20px;
    font-size: 1.4rem;
    margin: 0px auto;
  }
}

.c-checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "メイリオ";
}

.c-checkbox a {
  color: #0071BC;
}

.c-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left: 0;
}

.c-checkbox input[type=checkbox]:checked + label:before {
  background-color: #0066ff;
}

.c-checkbox input[type=checkbox]:checked + label:after {
  display: block;
}

.c-checkbox label {
  padding-left: 30px;
  position: relative;
}

.c-checkbox label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #999999;
  z-index: 500;
  cursor: pointer;
  box-sizing: border-box;
}

.c-checkbox label:after {
  content: "";
  position: absolute;
  display: none;
  z-index: 999;
  left: 6px;
  top: 7px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 500;
}

.c-contact__cnt dl dd input.c-btn__submit {
  max-width: 100%;
  width: 100%;
  height: 80px;
  border: 0;
  border-radius: 5px;
  background-color: #00a99d;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  font-family: "游ゴシック";
  cursor: pointer;
  -webkit-appearance: none;
}

.c-center{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.c-error{
  font-size: 1.4rem;
  line-height: 1.2;
  color: #C1272D;
}

.c-copyright--diff{
  width: 100%;
  height: 150px;
  background-color: #0063bc;
  padding: 0 20px;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "Arial";
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-logo__subpage{
  margin: 30px auto 50px;
  width: 120px;
}

@media screen and (max-width: 767px){
  .c-logo__subpage{
    margin: 25vw auto 50px;
  }
}

/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about {
  line-height: 2;
}

/* Thank page */
.p-thank1__inner{
  max-width: 650px;
  margin: 0 auto;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #000000;
  padding: 95px 20px 0px;
}

.p-thank1__title h2{
  font-size: 2.4rem;
  text-align: center;
}

.p-thank1__text{
  padding-top: 70px;
  font-size: 1.6rem;
  line-height: 1.875;
}

.p-thank1__btn{
  width: 100%;
  padding-top: 125px;
  padding-bottom: 130px;
}

.p-thank1__btn a{
  width: 100%;
  background-color: #00a99d;
  height: 60px;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

/*# sourceMappingURL=style.css.map */
