@charset "UTF-8";
/*** media ***/
/*** font-size ***/
/*** wide-size ***/
/*** color ***/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Sawarabi+Mincho&display=swap");
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "M PLUS Rounded 1c", sans-serif, "Noto Sans JP", "メイリオ", Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 1.15;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

p,
li {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  padding: 0.8rem 0;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.8s;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

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

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

img,
video {
  height: auto;
  max-width: 100%;
}

input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

/** pc or sp **/
.pc {
  display: none;
}

.sp {
  display: block;
}

@media only screen and (min-width: 1000px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
/* Material iconsを利用する */
.icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: "liga";
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

body {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 1000px) {
  body {
    font-size: 1.4rem;
  }
}

/** header **/
header {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
header .news {
  background-color: red;
}
header .news p {
  color: white;
  max-width: 1020px;
  margin: 0 auto;
  padding: 1.5rem;
}
header .header {
  max-width: 1020px;
  margin: 0 auto;
  padding: 1.5rem 0;
  justify-content: center;
}
@media only screen and (min-width: 1000px) {
  header .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header .header.fade {
  display: flex;
}
header .header.fade.fadeout {
  display: none;
}
header .header h1 {
  font-size: 3rem;
}
header .header h1 a {
  color: black;
}
@media only screen and (min-width: 1000px) {
  header .header h1 {
    text-align: left;
  }
}
header .header h1 span {
  display: block;
  font-size: 1.4rem;
}
header .header h1 span.ci_sub {
  display: inline-block;
  font-size: 1.6rem;
}
header .header div {
  display: none;
}
@media only screen and (min-width: 768px) {
  header .header div {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
@media only screen and (min-width: 1000px) {
  header .header div {
    justify-content: flex-end;
  }
}
header .header div p {
  color: #0090CF;
  text-align: right;
}
header .header div p.tel {
  font-size: 3.4rem;
  line-height: 0.5;
}
header .header div p.tel a {
  color: #0090CF;
}
header .header div p.tel::before {
  content: "";
  margin-right: 0.8rem;
  background-image: url(/module/img/common/ic_tel.svg);
  display: inline-block;
  background-size: 28px;
  height: 28px;
  width: 28px;
  vertical-align: middle;
}
header .header div p.tel span {
  font-size: 1.6rem;
}
header .header div p.contact {
  margin-left: 1rem;
}
header .header div p.contact a {
  background-color: #0090CF;
  color: white;
  font-size: 2.4rem;
  padding: 1.2rem 2.8rem;
  border-radius: 10px;
}
header .header div p.contact a:after {
  content: "";
  margin-left: 0.8rem;
  background-image: url(/module/img/common/ic_arrow.svg);
  display: inline-block;
  background-size: 10px;
  height: 16px;
  width: 10px;
  vertical-align: middle;
}

/** main **/
main h2 {
  text-align: center !important;
}
main .main {
  background-color: #FFF9B1;
  padding: 0 20px;
  padding-top: 115px;
}
@media only screen and (min-width: 1000px) {
  main .main {
    padding: 0;
    padding-top: 115px;
  }
}
main .main div {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  main .main div {
    height: 596px;
  }
}
main .main div .ph01 {
  position: absolute;
  left: 0;
  top: 39vw;
  width: calc(391px - 0%);
}
@media only screen and (min-width: 768px) {
  main .main div .ph01 {
    top: 33vw;
    width: auto;
  }
}
@media only screen and (min-width: 1000px) {
  main .main div .ph01 {
    top: 17rem;
  }
}
main .main div .ph02 {
  margin-top: 70vw;
}
@media only screen and (min-width: 768px) {
  main .main div .ph02 {
    margin-top: 50vw;
  }
}
@media only screen and (min-width: 1000px) {
  main .main div .ph02 {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
main .main div h3 {
  font-size: 2.4rem;
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  main .main div h3 {
    font-size: 4.4rem;
    right: inherit;
  }
}
@media only screen and (min-width: 1000px) {
  main .main div h3 {
    top: 30rem;
    left: 15px;
  }
}
main .main div h3 strong {
  font-size: 2.8rem;
  font-weight: 600;
  color: #0090CF;
  border-bottom: 4px solid #0090CF;
}
@media only screen and (min-width: 768px) {
  main .main div h3 strong {
    font-size: 5.4rem;
    border-bottom: 7px solid #0090CF;
  }
}
main .news {
  padding: 1.5rem;
  color: red;
  line-height: 1.6;
}
main section {
  /** form **/
}
main section h2 {
  font-size: 2.6rem;
  color: white;
  padding: 1.8rem 20px;
  background-size: auto auto;
  background-color: #019FE3;
  background-image: repeating-linear-gradient(-4545deg, transparent, transparent 10px, #0090CF 10px, #0090CF 20px);
  text-align: left;
}
@media only screen and (min-width: 768px) {
  main section h2 {
    text-align: center;
    padding: 1.8rem 0 2.6rem;
    font-size: 4.6rem;
  }
}
@media only screen and (min-width: 768px) {
  main section h2 span {
    border-bottom: 5px solid #FFFF72;
  }
}
main section.section1 {
  background-color: #FFF7DF;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1000px) {
  main section.section1 {
    padding-bottom: 80px;
  }
}
main section.section1 div {
  max-width: 1060px;
  margin: 0 20px;
  position: relative;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media only screen and (min-width: 1000px) {
  main section.section1 div {
    margin: 0 auto;
  }
}
main section.section1 div ul {
  text-align: left;
  padding: 4vw;
}
@media only screen and (min-width: 768px) {
  main section.section1 div ul {
    padding: 8vw;
  }
}
@media only screen and (min-width: 1000px) {
  main section.section1 div ul {
    padding: 75px 0 75px 150px;
  }
}
main section.section1 div ul li {
  font-size: 2.2rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  main section.section1 div ul li {
    font-size: 3.2rem;
  }
}
main section.section1 div ul li::before {
  content: "";
  margin-right: 0.8rem;
  background-image: url(/module/img/home/ic_check.svg);
  display: inline-block;
  background-size: 20px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  main section.section1 div ul li::before {
    background-size: 30px;
    height: 30px;
    width: 30px;
  }
}
main section.section1 div img {
  display: none;
}
@media only screen and (min-width: 1000px) {
  main section.section1 div img {
    display: block;
    position: absolute;
    right: 0;
    bottom: -80px;
  }
}
main section.section_contact {
  background-size: auto auto;
  background-color: rgb(255, 250, 121);
  background-image: repeating-linear-gradient(-4545deg, transparent, transparent 10px, rgb(255, 236, 145) 10px, rgb(255, 236, 145) 20px);
}
main section.section_contact div {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  padding: 3rem 0 5rem;
}
@media only screen and (min-width: 1000px) {
  main section.section_contact div {
    padding: 10rem 0;
  }
}
main section.section_contact div p {
  font-size: 2.6rem;
}
@media only screen and (min-width: 768px) {
  main section.section_contact div p {
    font-size: 4.6rem;
  }
}
@media only screen and (min-width: 1000px) {
  main section.section_contact div p {
    text-align: left;
    padding-left: 150px;
  }
}
main section.section_contact div p.btn {
  padding-top: 2rem;
}
@media only screen and (min-width: 1000px) {
  main section.section_contact div p.btn {
    padding-left: 200px;
  }
}
main section.section_contact div p.btn a {
  background-color: #0090CF;
  color: white;
  font-size: 2rem;
  padding: 1.2rem 2.8rem;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  main section.section_contact div p.btn a {
    font-size: 3rem;
  }
}
main section.section_contact div p.btn a:after {
  content: "";
  margin-left: 0.8rem;
  background-image: url(/module/img/common/ic_arrow.svg);
  display: inline-block;
  background-size: 10px;
  height: 16px;
  width: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  main section.section_contact div p.btn a:after {
    background-size: 15px;
    height: 24px;
    width: 15px;
  }
}
main section.section_contact div img {
  display: none;
}
@media only screen and (min-width: 1000px) {
  main section.section_contact div img {
    display: block;
    position: absolute;
    right: 12rem;
    bottom: 0;
  }
}
main section.section2 {
  background-color: #FFF7DF;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 1000px) {
  main section.section2 {
    padding-bottom: 8rem;
  }
}
main section.section2 .title {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  padding: 2.5rem 20px 0;
}
@media only screen and (min-width: 768px) {
  main section.section2 .title {
    padding: 4.5rem 20px 0;
  }
}
@media only screen and (min-width: 1000px) {
  main section.section2 .title {
    padding-top: 9rem;
  }
}
main section.section2 .title h3 {
  font-size: 3.1rem;
  color: #0090CF;
  line-height: 1.1;
  padding-bottom: 3.5rem;
}
@media only screen and (min-width: 768px) {
  main section.section2 .title h3 {
    font-size: 4.1rem;
    padding-bottom: 7rem;
  }
}
main section.section2 .title h3 span {
  border-bottom: 4px solid #FFFF72;
}
@media only screen and (min-width: 768px) {
  main section.section2 .title h3 span {
    border-bottom: 7px solid #FFFF72;
  }
}
main section.section2 .title h3 span strong {
  font-size: 4.4rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  main section.section2 .title h3 span strong {
    font-size: 7.4rem;
  }
}
main section.section2 .title img {
  display: none;
}
@media only screen and (min-width: 1000px) {
  main section.section2 .title img {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
main section.section2 .point {
  max-width: 1060px;
  margin: 0 20px 2.5rem;
  border: 12px solid #0090CF;
  border-radius: 10px;
  background-color: white;
  padding: 3rem;
}
@media only screen and (min-width: 1000px) {
  main section.section2 .point {
    margin: 0 auto 5rem;
    padding: 6rem;
  }
}
main section.section2 .point:last-child {
  margin-bottom: 0;
}
main section.section2 .point h3 img {
  width: calc(190px - 10%);
}
@media only screen and (min-width: 768px) {
  main section.section2 .point h3 img {
    width: auto;
  }
}
main section.section2 .point p {
  font-size: 1.8rem;
  text-align: left;
  margin-top: 2rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  main section.section2 .point p {
    font-size: 2.4rem;
  }
}
main section.section2 .point p.lead {
  font-size: 2.6rem;
  color: #0090CF;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  main section.section2 .point p.lead {
    font-size: 3.1rem;
  }
}
main section.section2 .point p.lead span {
  border-bottom: 2px solid #FFFF72;
}
@media only screen and (min-width: 768px) {
  main section.section2 .point p.lead span {
    border-bottom: 4px solid #FFFF72;
  }
}
main section.section3 {
  text-align: center;
}
main section.section3 h2 strong {
  font-weight: 500;
  color: #FFFF72;
}
main section.section3 h3 {
  font-size: 2.5rem;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  margin: 3rem auto;
}
@media only screen and (min-width: 1000px) {
  main section.section3 h3 {
    max-width: 1060px;
    border-top: 4px solid black;
    border-bottom: 4px solid black;
    font-size: 4.5rem;
  }
}
main section.section3 p {
  padding: 1.5rem 20px;
}
@media only screen and (min-width: 1000px) {
  main section.section3 p {
    padding: 3rem 0;
  }
}
main section.section3 p img {
  width: 100%;
  max-width: 880px;
}
main section.section4 {
  background-color: #FFF7DF;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 1000px) {
  main section.section4 {
    padding-bottom: 8rem;
  }
}
main section.section4 h2 {
  background-size: auto auto;
  background-color: #019FE3;
  background-image: repeating-linear-gradient(-4545deg, transparent, transparent 10px, #0090CF 10px, #0090CF 20px);
}
main section.section4 .title {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
main section.section4 .title h3 {
  font-size: 3.1rem;
  color: #42C4EB;
  padding: 4rem 20px;
}
@media only screen and (min-width: 768px) {
  main section.section4 .title h3 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1000px) {
  main section.section4 .title h3 {
    text-align: left;
    padding: 8rem 0;
  }
}
main section.section4 .title img {
  display: none;
}
@media only screen and (min-width: 768px) {
  main section.section4 .title img {
    right: 0;
  }
}
@media only screen and (min-width: 1000px) {
  main section.section4 .title img {
    display: block;
    position: absolute;
    right: 0;
    top: 70px;
  }
}
main section.section4 .voice {
  max-width: 1060px;
  margin: 0 20px 2.5rem;
  border: 12px solid #42C4EB;
  border-radius: 10px;
  background-color: white;
  padding: 3rem;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 1000px) {
  main section.section4 .voice {
    margin: 0 auto 5rem;
    padding: 6rem;
  }
}
main section.section4 .voice:last-child {
  margin-bottom: 0;
}
main section.section4 .voice h3 img {
  width: calc(190px - 10%);
}
@media only screen and (min-width: 768px) {
  main section.section4 .voice h3 img {
    width: auto;
  }
}
main section.section4 .voice p {
  font-size: 1.8rem;
  text-align: left;
  margin-top: 2rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  main section.section4 .voice p {
    font-size: 2.4rem;
  }
}
main section.section4 .voice p.lead {
  font-size: 2.2rem;
  color: #42C4EB;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  main section.section4 .voice p.lead {
    font-size: 3.1rem;
  }
}
main section.section4 .voice p.lead span {
  border-bottom: 4px solid #FFFF72;
}
main section.section5 {
  background-color: #FFF7DF;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 1000px) {
  main section.section5 {
    padding-bottom: 8rem;
  }
}
main section.section5 .qa {
  max-width: 1060px;
  margin: 2.5rem 20px 0;
  border: 12px solid #0090CF;
  border-radius: 10px;
  background-color: white;
  padding: 1.5rem;
}
@media only screen and (min-width: 1000px) {
  main section.section5 .qa {
    margin: 5rem auto 0;
    padding: 6rem;
  }
}
main section.section5 .qa dl {
  text-align: left;
  border-bottom: 5px solid #FFDAD5;
  margin-bottom: 2rem;
}
main section.section5 .qa dl:last-child {
  border: none;
  margin-bottom: 0;
}
main section.section5 .qa dl dt {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.6;
  text-indent: -4rem;
  margin-left: 4.8rem;
}
@media only screen and (min-width: 768px) {
  main section.section5 .qa dl dt {
    margin-bottom: 2rem;
    font-size: 3.1rem;
    text-indent: -5rem;
    margin-left: 5.8rem;
  }
}
main section.section5 .qa dl dt::before {
  content: "Q.";
  font-size: 3.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  main section.section5 .qa dl dt::before {
    font-size: 4.5rem;
  }
}
main section.section5 .qa dl dt br {
  display: none;
}
@media only screen and (min-width: 1000px) {
  main section.section5 .qa dl dt br {
    display: block;
  }
}
main section.section5 .qa dl dd {
  font-size: 2.1rem;
  font-weight: 500;
  color: #0090CF;
  padding-bottom: 2rem;
  line-height: 1.6;
  text-indent: -4rem;
  margin-left: 4.8rem;
}
@media only screen and (min-width: 768px) {
  main section.section5 .qa dl dd {
    font-size: 3.1rem;
    text-indent: -5rem;
    margin-left: 5.8rem;
  }
}
@media only screen and (min-width: 1000px) {
  main section.section5 .qa dl dd {
    margin-left: 10.8rem;
  }
}
main section.section5 .qa dl dd::before {
  content: "A.";
  font-size: 3.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  main section.section5 .qa dl dd::before {
    font-size: 4.5rem;
  }
}
main section.section5 .qa dl dd br {
  display: none;
}
@media only screen and (min-width: 1000px) {
  main section.section5 .qa dl dd br {
    display: block;
  }
}
main section.section_contact_bottom {
  background-size: auto auto;
  background-color: rgb(255, 250, 121);
  background-image: repeating-linear-gradient(-4545deg, transparent, transparent 10px, rgb(255, 236, 145) 10px, rgb(255, 236, 145) 20px);
  padding: 2.5rem 0;
}
@media only screen and (min-width: 1000px) {
  main section.section_contact_bottom {
    padding: 5rem 0;
  }
}
main section.section_contact_bottom div {
  max-width: 1060px;
  margin: 0 20px;
  background-color: white;
  padding: 1.5rem 3rem 3rem;
  border: 12px solid #FFEC91;
  border-radius: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  main section.section_contact_bottom div {
    padding: 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  main section.section_contact_bottom div {
    margin: 0 auto;
    padding: 6rem;
  }
}
main section.section_contact_bottom div p {
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  main section.section_contact_bottom div p {
    font-size: 3.5rem;
  }
}
main section.section_contact_bottom div p.tel {
  font-size: 2.6rem;
  line-height: 1;
  color: #0090CF;
  margin-top: 2rem;
}
main section.section_contact_bottom div p.tel a {
  color: #0090CF;
}
@media only screen and (min-width: 768px) {
  main section.section_contact_bottom div p.tel {
    font-size: 5rem;
  }
}
main section.section_contact_bottom div p.tel::before {
  content: "";
  background-image: url(/module/img/common/ic_tel.svg);
  display: inline-block;
  background-size: 20px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  main section.section_contact_bottom div p.tel::before {
    background-size: 40px;
    height: 40px;
    width: 40px;
  }
}
main section.section_contact_bottom div p.tel span {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  main section.section_contact_bottom div p.tel span {
    font-size: 2.4rem;
  }
}
main section.section_contact_bottom div p.btn {
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  main section.section_contact_bottom div p.btn {
    padding-top: 4rem;
  }
}
main section.section_contact_bottom div p.btn a {
  background-color: #0090CF;
  color: white;
  font-size: 2rem;
  padding: 1.2rem 2.8rem;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  main section.section_contact_bottom div p.btn a {
    font-size: 3rem;
  }
}
main section.section_contact_bottom div p.btn a:after {
  content: "";
  margin-left: 0.8rem;
  background-image: url(/module/img/common/ic_arrow.svg);
  display: inline-block;
  background-size: 10px;
  height: 16px;
  width: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  main section.section_contact_bottom div p.btn a:after {
    background-size: 15px;
    height: 24px;
    width: 15px;
  }
}
main section.section_contact_bottom div img {
  display: none;
}
@media only screen and (min-width: 1000px) {
  main section.section_contact_bottom div img {
    display: block;
    position: absolute;
    right: 0;
    bottom: -6.2rem;
  }
}
main section.section6 {
  background-color: #FFF7DF;
}
main section.section6 .inner {
  max-width: 1060px;
  margin: 0 20px;
  background-color: white;
  padding: 2rem;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  main section.section6 .inner {
    padding: 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  main section.section6 .inner {
    margin: 0 auto;
    padding: 6rem;
  }
}
main section.section6 .inner p {
  font-size: 2rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  main section.section6 .inner p {
    font-size: 2.4rem;
    line-height: 2;
  }
}
main section.section6 .inner p.president {
  text-align: right;
  line-height: 1.4;
  padding-bottom: 3rem;
}
main section.section6 .inner ul {
  margin: 3rem 0;
}
@media only screen and (min-width: 768px) {
  main section.section6 .inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
main section.section6 .inner ul li {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  main section.section6 .inner ul li {
    width: 50%;
  }
}
main section.section6 .inner table {
  width: 100%;
  margin-top: 5rem;
}
main section.section6 .inner table th {
  border-bottom: 2px solid black;
  padding: 1rem;
  font-size: 1.6rem;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  main section.section6 .inner table th {
    padding: 2rem;
    font-size: 2.4rem;
  }
}
main section.section6 .inner table td {
  border-bottom: 2px solid black;
  padding: 1rem;
  font-size: 1.6rem;
}
main section.section6 .inner table td a {
  color: black;
}
main section.section6 .inner table td a.goo {
  color: white;
  font-size: 1.6rem;
  display: inline-block;
  padding: 0.8rem 1.4rem;
  background-color: red;
  border-radius: 100px;
}
@media only screen and (min-width: 768px) {
  main section.section6 .inner table td {
    padding: 2rem;
    font-size: 2.4rem;
  }
}
main section.section6 .inner .btn {
  text-align: center;
  padding: 3rem 0;
}
main section.section6 .inner .btn .btn_line {
  margin: 0 auto;
  padding: 2rem;
  font-size: 2rem;
  color: white;
  background-color: #27B927;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  main section.section6 .inner .btn .btn_line {
    font-size: 3rem;
    padding-left: calc(100px + 2rem);
  }
  main section.section6 .inner .btn .btn_line::before {
    content: url(/module/img/home/ic_line.svg);
    position: absolute;
    left: 2rem;
  }
}
main section.section6 .inner .btn .btn_line strong {
  font-size: 2rem;
  color: #EBEB42;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  main section.section6 .inner .btn .btn_line strong {
    font-size: 3.6rem;
  }
}
main section.section6 .inner .btn .btn_line strong::after {
  content: "";
  margin-left: 0.8rem;
  background-image: url(/module/img/common/ic_arrow_y.svg);
  display: inline-block;
  background-size: 12px;
  height: 20px;
  width: 12px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  main section.section6 .inner .btn .btn_line strong::after {
    background-size: 15px;
    height: 24px;
    width: 15px;
  }
}
main section.btn_bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #27B927;
  z-index: 8888;
}
main section.btn_bottom .btn {
  text-align: center;
}
main section.btn_bottom .btn .btn_line {
  font-size: 1.8rem;
  color: white;
  position: relative;
  border-radius: 10px;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1rem;
  border: solid 2px white;
  margin: 1.5rem 20px;
}
main section.btn_bottom .btn .btn_line span br {
  display: block;
}
@media only screen and (min-width: 768px) {
  main section.btn_bottom .btn .btn_line span br {
    display: none;
  }
}
main section.btn_bottom .btn .btn_line img {
  width: 60px;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  main section.btn_bottom .btn .btn_line {
    font-size: 3rem;
    display: inline-block;
    margin: 1.5rem auto;
  }
}
main section.btn_bottom .btn .btn_line strong {
  font-size: 2rem;
  color: #EBEB42;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  main section.btn_bottom .btn .btn_line strong {
    font-size: 3rem;
    color: white;
  }
}
main section#form {
  background-color: #FFF7DF;
}
main section#form div {
  max-width: 1060px;
  margin: 0 20px;
  padding: 2rem 0;
}
@media only screen and (min-width: 768px) {
  main section#form div {
    margin: 0 auto;
    padding: 4rem;
  }
}
main section#form div dl {
  text-align: left;
}
main section#form div dl dt {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  main section#form div dl dt {
    font-size: 3rem;
  }
}
main section#form div dl dt span {
  font-size: 1.6rem;
  padding: 0.2rem 0.8rem;
  background-color: #0090CF;
  color: white;
  vertical-align: middle;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  main section#form div dl dt span {
    font-size: 2.4rem;
  }
}
main section#form div dl dt label {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  main section#form div dl dt label {
    font-size: 3rem;
  }
}
main section#form div dl dt label #checkbox01 {
  height: 21px;
  width: 50px;
}
main section#form div dl dd {
  padding: 2rem 0;
}
main section#form div dl dd input,
main section#form div dl dd textarea {
  width: 100%;
  background-color: white;
  border: solid 2px #0090CF;
  border-radius: 10px;
  font-size: 2rem;
  padding: 1.5rem 1rem;
}
main section#form div dl dd textarea {
  height: 300px;
}
main section#form div dl dd .scroll {
  height: 100px;
  background-color: white;
  border: 1px solid #0090CF;
  padding: 1rem;
  overflow-y: scroll;
  line-height: 1.8;
  border-radius: 10px;
}
main section .text-line {
  font-size: 2rem;
  padding: 2rem 20px;
}

/** footer **/
footer {
  background-color: white;
  padding-bottom: 4rem;
}
footer .inner {
  display: none;
}
@media only screen and (min-width: 1000px) {
  footer .inner {
    max-width: 1020px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1.5rem 0;
  }
}
footer .inner h1 {
  text-align: left;
  font-size: 3rem;
}
footer .inner h1 a {
  color: black;
}
footer .inner h1 span {
  display: inline-block;
  font-size: 1.4rem;
}
footer .inner div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .inner div p {
  color: #0090CF;
  text-align: right;
}
footer .inner div p.tel {
  font-size: 3.4rem;
  line-height: 0.5;
}
footer .inner div p.tel a {
  color: #0090CF;
}
footer .inner div p.tel::before {
  content: "";
  margin-right: 0.8rem;
  background-image: url(/module/img/common/ic_tel.svg);
  display: inline-block;
  background-size: 28px;
  height: 28px;
  width: 28px;
  vertical-align: middle;
}
footer .inner div p.tel span {
  font-size: 1.6rem;
}
footer .inner div p.contact {
  margin-left: 1rem;
}
footer .inner div p.contact a {
  background-color: #0090CF;
  color: white;
  font-size: 2.4rem;
  padding: 1.2rem 2.8rem;
  border-radius: 10px;
}
footer .inner div p.contact a:after {
  content: "";
  margin-left: 0.8rem;
  background-image: url(/module/img/common/ic_arrow.svg);
  display: inline-block;
  background-size: 10px;
  height: 16px;
  width: 10px;
  vertical-align: middle;
}
footer address {
  background-color: #EAEAEA;
  padding: 2.5rem 0;
}

#formwrap {
  padding-top: 100px;
}
#formwrap .center {
  margin-top: 5rem;
}
#formwrap h3 {
  margin: 5rem 0 1rem;
  font-size: 2.5rem;
}
#formwrap .formtable {
  max-width: 1020px;
  margin: 2rem auto 0;
  padding: 1.5rem 0;
  border: 1px solid black;
  border-collapse: collapse;
  border-spacing: 0;
}
#formwrap .formtable tr {
  text-align: left;
}
#formwrap .formtable tr th {
  padding: 1rem;
  border: 1px solid black;
}
#formwrap .formtable tr td {
  padding: 1rem;
  border: 1px solid black;
}

.submit {
  margin: 2rem 0 2rem;
  background-color: #0090CF;
  color: white;
  font-size: 2rem;
  padding: 1.2rem 2.8rem;
  border-radius: 10px;
  border: none;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .submit {
    font-size: 3rem;
  }
}
.submit:after {
  content: url(/module/img/common/ic_arrow.svg);
  margin-left: 0.8rem;
}
.submit:hover {
  opacity: 0.6;
  transition: 0.8s;
}

.submit_back {
  margin: 2rem 0 2rem;
  background-color: #ccc;
  color: white;
  font-size: 2rem;
  padding: 1.2rem 2.8rem;
  border-radius: 10px;
  border: none;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .submit_back {
    font-size: 3rem;
  }
}
.submit_back:after {
  content: url(/module/img/common/ic_arrow.svg);
  margin-left: 0.8rem;
}
.submit_back:hover {
  opacity: 0.6;
  transition: 0.8s;
}

.thanks {
  padding-top: 20rem;
  font-size: 2.5rem;
}

.homebtn {
  margin: 5rem 0;
}
