@charset "UTF-8";
/* ***********************************
*
*    Ire's CSS Reset & Base
    *
* *********************************** */
/* Reset margin, padding, border
* *********************************** */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
* *********************************** */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}

/* Layout
* *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Elements
* *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

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

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/* Attributes & states
* *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes
* *********************************** */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

/* My setting
* *********************************** */
a {
  text-decoration: none;
}

textarea {
  resize: vertical;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
html {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
/* add */
address {
  font-style: normal;
}

img {
  vertical-align: bottom;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  color: #3A3A3A;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 1.6rem;
  }
}

.ctr {
  padding: 0 1rem;
  max-width: 600px;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .ctr {
    max-width: 1520px;
    margin: auto;
  }
}
@media screen and (min-width: 1400px) {
  .ctr {
    padding: 0;
  }
}

.pc-only {
  display: none;
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  }

  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

/*小林*/
table.com {
  max-width: 95%;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 60px;
  font-size: 2rem;
  border: 2px solid #ccc;
}
@media screen and (min-width: 400px) {
  table.com {
    font-size: 1.4rem;
  }
}
table.com th {
  width: 25%;
  padding: 10px;
  border: 1px solid #ccc;
}
table.com td {
  width: 74%;
  padding: 10px;
  border: 1px solid #ccc;
}

.mt60 {
  margin-top: 60px;
}

.mail {
  margin: 2em auto;
}
.mail .submit input {
  margin: 30px 0;
  background-color: #1AABFF;
  font-size: 2.2rem;
  color: #fff;
  border: 3px solid #09128D;
  border-radius: 10px;
  width: 140px;
}

table.formtable {
  width: 90%;
  margin: 0 auto;
  font-size: 1.9rem;
}
@media screen and (min-width: 400px) {
  table.formtable {
    font-size: 1.3rem;
  }
}
table.formtable th {
  width: 25%;
  padding: 10px;
}
table.formtable td {
  width: 74%;
  padding: 10px;
}
table.formtable select, table.formtable input, table.formtable textarea {
  width: 95%;
  border-radius: 6px;
  padding: 6px;
}
table.formtable textarea {
  height: 100px;
}

.pagectr p {
  font-size: 1.9rem;
  padding-bottom: 10px;
}
@media screen and (min-width: 400px) {
  .pagectr p {
    font-size: 1.3rem;
  }
}

.txt_center {
  text-align: center;
}

.mt50 {
  margin-top: 50px;
}

.p10 {
  padding: 10px;
}

.orange {
  font-weight: bold;
  padding-top: 30px;
  color: orange;
}

.shadow {
  -webkit-box-shadow: -1px 1px 3px #ccc;
          box-shadow: -1px 1px 3px #ccc;
}

.list {
  margin-top: 50px;
  font-size: 1.9rem;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .list {
    font-size: 1.3rem;
  }
}
.list li {
  text-align: left;
  margin-bottom: 40px;
}
.list .title {
  font-size: 2.4rem;
  margin-bottom: 20px;
  background-color: #09128D;
  color: #fff;
  border-top-right-radius: 50px;
  padding: 4px 20px;
}
.list p {
  padding-bottom: 10px;
}
.list a {
  color: #09128D;
  text-decoration: underline;
}

.about h2 {
  margin-top: 2rem;
}

.flow {
  padding: 20px;
}
.flow ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flow ol li {
  width: 25%;
  padding: 20px;
  border-radius: 10px;
  margin: 4px;
  border: 2px solid #888;
}
.flow ol li span {
  font-size: 36px;
}
.flow ol li span p {
  font-weight: bold;
  display: inline-block;
  color: #1AABFF;
}
@media screen and (min-width: 400px) {
  .flow ol {
    display: block;
  }
  .flow ol li {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin: 4px;
    border: 2px solid #888;
  }
  .flow ol li span {
    font-size: 36px;
  }
  .flow ol li span p {
    font-weight: bold;
    display: inline-block;
    color: #1AABFF;
  }
}

.txt-maining-btm-wrap,
.section02,
.section04 {
  background: #F8FBFF;
}

.btn {
  margin: 2em auto;
  border-radius: 0.5em;
  font-weight: bold;
  text-align: center;
  display: block;
}

.btn00 {
  background: #09128D;
  color: #ffffff;
  height: 2.75em;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn00 a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  line-height: 2.75em;
  z-index: 2;
}
.btn00 ::after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  background: #3155AD;
  height: 200%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 2rem;
  left: 30%;
  top: -50%;
  z-index: -1;
}
.btn00:hover {
  opacity: 0.8;
}

.btn01,
.btn02 {
  border: 0.5rem solid #666;
  padding: 1.5em 0;
  width: 30rem;
  display: block;
  -webkit-box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.18);
}

.btn01 {
  color: #09128D;
  border-color: #09128D;
}

.btn02 {
  color: #1AABFF;
  border-color: #1AABFF;
}

.header {
  padding-bottom: 2rem;
}

.header-content {
  text-align: center;
  padding-bottom: 2rem;
}
.header-content h1 {
  text-align: left;
  font-size: 1.1rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .header-content h1 {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .header-content h1 {
    margin-bottom: 1em;
  }
}

.header-logo {
  margin: 3rem 0;
}
@media screen and (min-width: 400px) {
  .header-logo {
    margin: 0;
  }
}

.header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-btns a + a {
  margin-left: 1rem;
}

.sp-nav-trigger {
  display: none;
}

@media screen and (max-width: 999px) {
  .nav-header .nav-wrap {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    display: none;
    max-height: 100vh;
    overflow-y: scroll;
    -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.18);
            box-shadow: 0 0 5rem rgba(0, 0, 0, 0.18);
  }
  .nav-header .sp-nav-trigger {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    height: 4rem;
    width: 4rem;
    background: #09128D;
    color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    z-index: 100;
    border: 1px solid #ffffff;
  }
  .nav-header .nav li {
    line-height: 3;
    padding: 0 0.5em;
  }
  .nav-header .nav li a {
    display: block;
  }
  .nav-header .nav > li {
    font-size: 1.5rem;
  }
  .nav-header .nav > li:not(:last-child) > a {
    border-bottom: 1px solid #707070;
  }
}
.img-maining {
  background-image: url(../img/img-maining.png);
  background-size: cover;
  background-position: center center;
  height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txt-maining {
  font-size: 2.6rem;
  color: #ffffff;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.18);
}

.txt-maining-btm-wrap {
  padding: 4rem 0;
}

.txt-maining-btm {
  text-align: center;
  font-size: 1.4rem;
  padding: 4em 0;
  background: center center no-repeat;
  background-image: url(../img/bg-logo.png);
  background-size: contain;
  font-size: 1.1rem;
}
@media screen and (min-width: 400px) {
  .txt-maining-btm {
    font-size: 1.4rem;
  }
}

.section {
  padding: 3rem 0;
}
.section h1 {
  color: #09128D;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1em;
}
.section h1 span {
  font-size: 52%;
  display: block;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card li {
  width: 100%;
  font-size: 1.8rem;
  -webkit-box-shadow: 0 0 0 1px #707070;
          box-shadow: 0 0 0 1px #707070;
  background: #ffffff;
  padding: 1rem 1rem 5rem;
}
@media screen and (min-width: 400px) {
  .card li {
    width: 50%;
    font-size: 1.3rem;
  }
}
.card h2 {
  margin: 1em 0;
  text-align: center;
}

.phpmail {
  height: 100vh;
  padding: 60px 0;
  text-align: center;
  font-size: 1.8rem;
}
.phpmail .formTable {
  text-align: center;
  font-size: 2rem;
  padding: 50px 0;
  display: inline-block;
}

.card2 {
  display: block;
  margin-bottom: 50px;
}
.card2 li {
  width: 100%;
  font-size: 1.8rem;
  -webkit-box-shadow: 0 0 0 1px #707070;
          box-shadow: 0 0 0 1px #707070;
  background: #ffffff;
  padding: 2rem;
  clear: both;
}
.card2 img {
  float: left;
  margin-right: 20px;
}
.card2 h3 {
  margin: 1em 0;
  font-size: 2.4rem;
}

.section01 .btn00,
.section02 .btn00,
.section04 .btn00 {
  width: 30rem;
}

.article-wrap article:not(:last-child) .article {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #A7A7A7;
}

.article-inner {
  padding-left: 1rem;
}
.article-inner h2 {
  text-align: center;
  margin: 1em 0;
}
.article-inner .btn00 {
  width: 20rem;
}

@media screen and (min-width: 400px) {
  .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .article-img {
    width: 40%;
  }

  .article-inner {
    width: 60%;
  }
  .article-inner h2 {
    margin-top: 0;
  }
}
.section04 {
  padding-top: 0 !important;
}
.section04 h1 {
  background: #CFEBF5;
  padding: 3rem 0;
}
.section04 h2 {
  color: #09128D;
  font-size: 1.7rem;
  margin-bottom: 1em;
}

.banner-wrap {
  text-align: center;
  padding: 5rem 0;
}
.banner-wrap li + li {
  margin-top: 2rem;
}

.footer {
  color: #707070;
}

.footer-wrap {
  border-top: 0.2rem solid #09128D;
  padding: 3rem 0;
}

.address-wrap {
  margin: 1em 0;
}

.nav-footer .nav > li {
  font-size: 1.8rem;
  line-height: 2;
}
.nav-footer .nav > li > a {
  display: block;
  border-bottom: 1px solid #707070;
}
.nav-footer .nav > li + li {
  margin-top: 0.5em;
}
.nav-footer .nav-lower > li {
  font-size: 1.4rem;
}

.copyright {
  text-align: center;
  color: #ffffff;
  background: #09128D;
  font-weight: bold;
  padding: 0.75em;
  font-size: 1.8rem;
}

@media screen and (min-width: 1000px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ctr-sml {
    max-width: 86rem;
  }

  .ctr-mid {
    max-width: 110rem;
  }

  .ctr-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header {
    padding: 2rem 0;
  }

  .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header-content h1 {
    margin-left: 3.5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .header-logo {
    margin: 0;
  }

  .header-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-header {
    border: 1px solid #ABABAB;
    border-right: none;
    border-left: none;
    padding: 0.5rem 0;
  }

  .nav-header .nav {
    font-size: 2.2rem;
    color: #707070;
    max-width: 1520px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-header .nav a {
    display: block;
    margin: 0 0.5rem;
    padding: 0.25em 0;
  }
  .nav-header .nav a:hover {
    background: #F1F1F1;
  }
  .nav-header .nav li {
    text-align: center;
  }
  .nav-header .nav > li {
    border-right: 1px solid #707070;
    border-top: none;
    border-bottom: none;
    width: 25%;
  }
  .nav-header .nav > li:first-child {
    border-left: 1px solid #707070;
  }

  .nav-header .nav-lower-wrap {
    position: relative;
  }
  .nav-header .nav-lower-wrap .nav-lower {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 0;
    background: #ffffff;
    padding-top: 0.6rem;
  }
  .nav-header .nav-lower-wrap .nav-lower li {
    -webkit-box-shadow: 0 0 0 1px #A7A7A7;
            box-shadow: 0 0 0 1px #A7A7A7;
    background: #ffffff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .nav-header .nav-lower-wrap:hover .nav-lower {
    height: auto;
  }

  .img-maining {
    height: 79rem;
  }

  .txt-maining {
    font-size: 5.3rem;
    padding-left: 18rem;
  }

  .txt-maining-btm {
    background-size: none;
  }

  .txt-maining-btm-wrap {
    padding: 9rem 0;
  }
  .txt-maining-btm-wrap p {
    font-size: 2.2rem;
    padding-bottom: 2em;
  }

  .card li {
    width: 25%;
  }

  .section {
    padding: 9rem 0;
  }
  .section h1 {
    font-size: 3.4rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .section h1 span {
    letter-spacing: 0;
  }
  .section h2 {
    font-size: 2.2rem;
  }

  .btn00 {
    font-size: 2.2rem;
  }

  .article-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-wrap article {
    width: 50%;
  }
  .article-wrap .article {
    -webkit-box-shadow: 0 0 1px #707070;
            box-shadow: 0 0 1px #707070;
    background: #ffffff;
    padding: 1rem !important;
    border-bottom: none !important;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1400px) {
  .article-wrap .article .article-img {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .article-wrap h2 {
    margin: 0 0 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .article-wrap .btn {
    margin: 2rem auto 0;
  }
}
@media screen and (min-width: 1000px) {
  .section03 p {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1000px) {
  .section04 .ctr {
    margin-top: 14rem;
  }
  .section04 h2 {
    font-size: 3.4rem;
  }
  .section04 .txt-ctr {
    width: 50%;
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1400px) {
  .section04 .txt-ctr {
    padding: 0 11rem;
  }
}
@media screen and (min-width: 1000px) {
  .section04 p {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1000px) {
  .btn-wrap__mainbtm {
    font-size: 2.2rem;
  }
  .btn-wrap__mainbtm span {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .btn01,
.btn02 {
    width: 41rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .main-btm .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  .banner-wrap li {
    margin: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .footer-wrap {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1000px) {
  .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  .address-wrap {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .nav-footer .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-footer .nav li {
    margin-top: 0 !important;
    color: #707070;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1400px) {
  .nav-footer .nav li {
    width: 14rem;
  }
}
@media screen and (min-width: 1000px) {
  .nav-footer .nav .nav-lower-wrap {
    width: 28rem;
  }
}
@media screen and (min-width: 1000px) {
  .nav-footer .nav > li + li {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .nav-footer .nav .nav-lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav-footer .nav .nav-lower li {
    width: 50%;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .copyright {
    font-size: 2.2rem;
  }
}
.hl-header {
  display: none;
}

@media screen and (min-width: 1000px) {
  .header-content h1 {
    padding-right: 5em;
  }
}
@media screen and (min-width: 1400px) {
  .hl-header {
    display: inline;
  }

  .header-btns {
    width: 59rem;
  }

  .header-btns a + a {
    margin-left: 6.5rem;
  }

  .header-content {
    padding-left: 2.5rem;
  }

  .header-content h1 {
    font-size: 1.4rem;
  }
}
/*プライバシー*/
.box_style_blue {
  max-width: 90%;
  padding: 30px;
}
.box_style_blue ul {
  font-size: 0.9em;
}
.box_style_blue p {
  font-size: 0.9em;
}
.box_style_blue h3 {
  font-weight: bold;
  margin-top: 30px;
  border-bottom: 1px solid #888;
}