@charset "UTF-8";
/* color */
/* media query */
/* ==========================================================================
   Base styles: opinionated defaults
   @mixin ========================================================================= */
/* global box-sizing */
*, *:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
}

body {
  font: 16px/1.7 "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #003562;
  overflow-x: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body::before {
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

/* clear */
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}


input {
  outline: 0;
  border: 1px solid #003562;
  padding: 2px 0.5em;
  color: #003562;
}

input::placeholder {
  color: rgba(0, 53, 98, 0.5);
  line-height: normal;
}

input:focus {
  outline: 0;
  border: 2px solid #00BAFF;
}

select {
  outline: 0;
  border: 1px solid #003562;
  padding: 0.8px 0.5em;
  margin-left: 8px;
  color: #003562;
}

@media (min-width: 560px) and (max-width: 1024px) {
  select {
    margin-left: 0;
  }
}

@media (max-width: 559px) {
  select {
    margin-left: 0;
  }
}

select:focus {
  outline: 0;
  border: 2px solid #00BAFF;
}

textarea::placeholder {
  color: rgba(0, 53, 98, 0.5);
  line-height: normal;
}

figure, p {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

/* font-size */
.s13 {
  font-size: 1.3rem;
}

.s14 {
  font-size: 1.4rem;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .s14 {
    font-size: 1.5625vw;
    letter-spacing: 0;
  }
}

@media (max-width: 559px) {
  .s14 {
    font-size: 2.13333vw;
    letter-spacing: 0;
  }
}

.s16 {
  font-size: 1.6rem;
}

.s21 {
  font-size: 2.1rem;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .s21 {
    font-size: 2.21354vw;
    letter-spacing: 0;
  }
}

@media (max-width: 559px) {
  .s21 {
    font-size: 3.73333vw;
    letter-spacing: 0;
  }
}

.s23 {
  font-size: 2.3rem;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .s23 {
    font-size: 2.60417vw;
  }
}

@media (max-width: 559px) {
  .s23 {
    font-size: 4.8vw;
  }
}

.s28 {
  font-size: 2.8rem;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .s28 {
    font-size: 3.64583vw;
  }
}

@media (max-width: 559px) {
  .s28 {
    font-size: 6.4vw;
  }
}

.s30 {
  font-size: 3rem;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .s30 {
    font-size: 3.90625vw;
  }
}

.s33 {
  font-size: 3.3rem;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .s33 {
    font-size: 3.90625vw;
  }
}

@media (max-width: 559px) {
  .s33 {
    font-size: 8.53333vw;
  }
}

/*------------------------------------*\
    STRUCTURE */
/*------------------------------------*\ */
/* wrapper */
.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .wrapper {
    padding: 0 3.125vw;
  }
}

@media (max-width: 559px) {
  .wrapper {
    padding: 0 4.8vw;
  }
}

.wrapper-s {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .wrapper-s {
    padding: 0 2.125vw;
  }
}

@media (max-width: 559px) {
  .wrapper-s {
    padding: 0 4.8vw;
  }
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
}

/* header */
.header {
  display: flex;
  align-items: center;
  min-height: 110px;
  top: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .header {
    min-height: 90px;
  }
}

@media (max-width: 559px) {
  .header {
    min-height: 74px;
  }
}

.header > div {
  justify-content: space-around;
  align-items: center;
}

.header .telBtn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0  10px;
  margin-right: 14px;
  letter-spacing: 0.1em;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .header .telBtn {
    padding: 0 1.5625vw;
    line-height: 1;
    width: 26.04167vw;
    margin-right: 0.78125vw;
  }
}

@media (max-width: 559px) {
  .header .telBtn {
    padding: 0 2.13333vw;
    line-height: 1;
    width: 34.66667vw;
    margin-right: 1.2vw;
  }
}

.header .telBtn span + span {
  margin-left: 2rem;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .header .telBtn span + span {
    margin-left: 0;
    margin-top: -0.26042vw;
  }
}

@media (max-width: 559px) {
  .header .telBtn span + span {
    margin-left: 0;
    margin-top: -0.53333vw;
  }
}

.header .webBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 252px;
  letter-spacing: 0.1em;

}

@media (min-width: 560px) and (max-width: 1024px) {
  .header .webBtn {
    width: 24.5vw;
    padding: 0 1.30208vw;
  }
}

@media (max-width: 559px) {
  .header .webBtn {
    width: 24.5vw;
    padding: 0 2.13333vw;
    letter-spacing: 0;
  }
}

/* logo */
.logo {
  margin: 0px;
  padding: 0px;
}

.logo figure {
  height: 10%;

  max-width: 323px;
  margin: 0;
  padding: 0;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .logo figure {
    width: 26.04167vw;
  }
}

@media (max-width: 559px) {
  .logo figure {
    width: 26.66667vw;
  }
}

/* footer */
footer {
  background-image: linear-gradient( #ffffff, #6be4f2);
  text-align: center;
}

footer figure {
  max-width: 325px;
  width: 100%;
  margin: 0 auto 0;
}

@media (min-width: 560px) and (max-width: 1024px) {
  footer figure {
    margin: 0 auto 3.125vw;
  }
}

@media (max-width: 559px) {
  footer figure {
    margin: 0 auto 4.8vw;
    width: 80%;
  }
}

footer address {
  margin-bottom: 0;
  font-style: normal;
  line-height: inherit
}




.tLine {
  display: flex;
  align-items: center;
  font-size: 5rem;
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .tLine {
    font-size: 4.6875vw;
    margin-bottom: 3.125vw;
  }
}

@media (max-width: 559px) {
  .tLine {
    font-size: 8vw;
    margin-bottom: 4.8vw;
  }
}

.tLine-w {
  display: flex;
  align-items: center;
  font-size: 5rem;
  text-align: center;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #003561;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .tLine-w {
    font-size: 4.6875vw;
    margin-bottom: 3.125vw;
  }
}

@media (max-width: 559px) {
  .tLine-w {
    font-size: 8vw;
    margin-bottom: 4.8vw;
  }
}

.tLine::before, .tLine::after {
  content: "";
  flex-grow: 1;
  height: 4px;
  border-radius: 2px;
  display: block;
  background: #003562;
}

.tLine-w::before, .tLine-w::after {
  content: "";
  flex-grow: 1;
  height: 4px;
  border-radius: 2px;
  display: block;
  background: #003561;
}

.tLine::before, .tLine-w::before {
  margin-right: 40px;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .tLine::before, .tLine-w::before {
    margin-right: 1.5625vw;
  }
}

@media (max-width: 559px) {
  .tLine::before, .tLine-w::before {
    margin-right: 2.4vw;
  }
}

.tLine::after, .tLine-w::after {
  margin-left: 40px;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .tLine::after, .tLine-w::after {
    margin-right: 1.5625vw;
  }
}

@media (max-width: 559px) {
  .tLine::after, .tLine-w::after {
    margin-left: 2.4vw;
  }
}

.textLogo {
  width: 320px;
  margin-right: 1rem;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .textLogo {
    width: 31.25vw;
    margin-right: 1vw;
  }
}

@media (max-width: 559px) {
  .textLogo {
    width: 54.4vw;
    margin-right: 1vw;
  }
}

.boxA {
  border-radius: 20px;
  width: 100%;
  text-align: center;
  padding: 30px;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .boxA {
    padding: 3.125vw;
  }
}

@media (max-width: 559px) {
  .boxA {
    padding: 4.8vw;
  }
}

.boxA:nth-child(2) {
  margin: 0 30px;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .boxA:nth-child(2) {
    margin: 0 1.5625vw;
  }
}

@media (max-width: 559px) {
  .boxA:nth-child(2) {
    margin: 0 4.8vw;
  }
}

.boxB {
  background: white;
  border-radius: 20px;
  width: 100%;
  min-height: 280px;
  padding: 30px;
}

@media (min-width: 560px) and (max-width: 1024px) {
  .boxB {
    padding: 3.125vw 1.5625vw;
  }
}

@media (max-width: 559px) {
  .boxB {
    padding: 4.8vw;
    min-height: 100px;
  }
}

/* mainVisual */
#mainVisual {
  margin-bottom: 40px;
}

/*
  .campaign
    background: $color-select
    border: 4px solid $color-mainText
    border-radius: 20px
    text-align: center
    padding: 40px 60px 60px
    @include tab
      padding: 35px $tabMargin
    @include sp
      padding: 30px $spMargin
    p:nth-child(1)
      font-size: 7.2rem
      color: white
      text-stroke: 4px $color-mainText
      -webkit-text-stroke: 4px $color-mainText
      @include tab
        font-size: 50/768*100vw
        text-stroke: 3/768*100vw $color-mainText
        -webkit-text-stroke: 3/768*100vw $color-mainText
      @include sp
        font-size: 40/375*100vw
        text-stroke: 3/375*100vw $color-mainText
        -webkit-text-stroke: 3/375*100vw $color-mainText
    p:nth-child(2)
      font-size: 6rem
      background-color: $color-mainText
      color: white
      margin: 20px $pcMargin
      @include tab
        font-size: 44/768*100vw
        line-height: 1.1
        margin: 20px 0
        padding: 9px $tabMargin
      @include sp
        font-size: 34/375*100vw
        line-height: 1.1
        margin: 20px 0
        padding: 9px $spMargin
    p:nth-child(3)
      font-size: 4rem
      max-width: 770px
      margin: 0 auto
      @include tab
        font-size: 30/768*100vw
        margin: 0 $tabMargin
      @include sp
        font-size: 20/375*100vw
        margin: 0 $spMargin */

/* contact */
#contact {
  background-color: #e3f8fb;
  padding-bottom: 2rem;

}

#contact .centering {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#contact .telBtn {
  margin-bottom: 30px;
  min-height: 80px;
  border-radius: 35px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}

@media (min-width: 560px) and (max-width: 1024px) {
  #contact .telBtn {
    width: 54.6875vw;
  }
}

@media (max-width: 559px) {
  #contact .telBtn {
    width: 90.4vw;
  }
}

#contact .telBtn span + span {
  margin-left: 2rem;
}

@media (max-width: 559px) {
  #contact .telBtn span + span {
    margin-left: 1.06667vw;
  }
}

#contact #form {
  background-image: linear-gradient( #e1fafc, #8ceffa);
  border-radius: 20px;
  border-color: #10363b;
  border-width: 2px;
  border-style: ridge;
  padding: 20px;
}

@media (min-width: 560px) and (max-width: 1024px) {
  #contact #form {
    padding: 3.125vw;
  }
}

@media (max-width: 559px) {
  #contact #form {
    padding: 4.8vw;
  }
}

#contact .required {
  background-color: #D11339;
  font-size: 1rem;
  color: white;
  margin: 1px 4px;
  padding: 0 4px;
  white-space: nowrap;
}

#contact .inuptTitle {
  margin-right: 8px;
}

#contact table {
  border-collapse: separate;
  border-spacing: 0 8px;
  font-weight: bold;
}

#contact #formTable {
  margin: 0 auto 10px;
}

#contact #formTable tr {
  font-size: 1.6rem;
  vertical-align: top;
}

@media (min-width: 560px) and (max-width: 1024px) {
  #contact #formTable td, #contact #formTable th {
    width: 100%;
    display: block;
    white-space: nowrap;
    font-style: bold;
  }
}

@media (max-width: 559px) {
  #contact #formTable td, #contact #formTable th {
    width: 100%;
    display: block;
    white-space: nowrap;
  }
}

#contact #formTable #family-name {
  width: 30%;
}

@media (max-width: 559px) {
  #contact #formTable #family-name {
    width: 30vw;
  }
}

#contact #formTable #first-name {
  width: 30%;
}

@media (max-width: 559px) {
  #contact #formTable #first-name {
    width: 30vw;
  }
}

#contact #formTable .td100 input {
  width: 100%;
}

#contact .innerTable {
  margin: -8px 0;
  width: 100%;
}

#contact .innerTable th {
  max-width: 5em;
}

#contact .btn:disabled {
  opacity: .7;
}

#contact .btn {
  min-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 252px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  cursor: pointer;
}

#contact .btn:disabled {
  opacity: .5;
}

#contact textarea {
  width: 100%;
  line-height: 1.7;
  height: 27.2rem;
}

/*------------------------------------*\
    MISC */
/*------------------------------------*\ */
::selection {
  background: #FFF52A;
  color: #003562;
  text-shadow: none;
}

::-webkit-selection {
  background: #FFF52A;
  color: #003562;
  text-shadow: none;
}

::-moz-selection {
  background: #FFF52A;
  color: #003562;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   @mixin ========================================================================= */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   @mixin ========================================================================= */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
 
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .header {
    position: relative;
  }
}



.complete {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  color: white;
}

.complete input[type="button"] {
  color: #003562;
  background: white;
  border: #003562 solid 3px;
  padding: 10px 20px;
  letter-spacing: 0.1;
  border-radius: 21px;
}

#formWrap {
  max-width: 700px;
  margin: 20px auto;
  color: #003562;
  line-height: 120%;
  font-size: 90%;
}

table.formTable {
  width: 100%;
  margin: 30px auto;
  border-collapse: collapse;
}

table.formTable td, #formWrap table.formTable th {
  border: 1px solid #003562;
  padding: 10px;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #DDF4FF;
  text-align: left;
}

table.formTable td {
  background: white;
}

 p.error_messe {
  margin: 5px 0;
  color: #D11339;
}

#formWrap input[type="submit"], #formWrap input[type="reset"], #formWrap input[type="button"], .buttoncss {
  background: #003562;
  padding: 10px 20px;
  letter-spacing: 0.1;
  border-radius: 21px;
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
  border-color: white;
  border-width: 2px;
}

#formWrap input  {
border-width: 0px;
padding: 0;


}

#formWrap p.massage {
  text-align: center;
  color: white;
}

@media (min-width: 560px) and (max-width: 1024px) {
  #formWrap p.massage {
    margin-top: 6.25vw;
  }
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 559px) {
  #formWrap {
    width: 95%;
    margin: 60px auto;
  }
   table.formTable th, table.formTable td {
    width: auto;
    white-space: nowrap;


  }
   table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  #formWrap input[type="submit"], #formWrap input[type="reset"], #formWrap input[type="button"] {
    display: block;
    width: 60%;
    height: 40px;
  }
  #formWrap input + input {
    margin-left: 0;
    margin-top: 10px;
  }
}

.complete {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  color: white;
}


