@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: bold;
}
::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

html {
  width: 100%;
  height: 100%;
}

body {
  color: #000;
  font-family: "Noto-sansJP", "YuGothic", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  position: relative;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-break: strict;
  background: #ffffff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: calc(15px * 0.001 * 50);
  line-height: 1.75;
  position: relative;
}

#canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: #ffffff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 959px) {
  #canvas {
    opacity: 0.05;
  }
}
@media (min-width: 960px) {
  #canvas {
    opacity: 0.05;
  }
}
@media (max-width: 959px) {
  #canvas.is-active {
    opacity: 0.3;
  }
}
@media (min-width: 960px) {
  #canvas.is-active {
    opacity: 0.3;
  }
}

#main {
  position: absolute;
  top: 0;
  left: 0;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.hide {
  display: none !important;
}

.section {
  margin: 50px auto;
}

@media (max-width: 959px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .pc-only {
    display: inline;
  }
}

@media (max-width: 959px) {
  .sp-only {
    display: inline;
  }
}
@media (min-width: 960px) {
  .sp-only {
    display: none !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 959px) {
  .container {
    width: calc(100% - 50px);
  }
}
@media (min-width: 960px) {
  .container {
    min-width: 870px;
    width: 90%;
    max-width: 1240px;
  }
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #000000;
}

.vertical {
  width: 1px;
  height: 18px;
  background-color: #000000;
}

.w-100 {
  width: 100% !important;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul[role=list],
ol[role=list],
li[role=list] {
  list-style: none;
}

li {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  margin: 0;
}

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

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

textarea {
  overflow: auto;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

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

caption {
  text-align: left;
}

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

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

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bebebe;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bebebe;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bebebe;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bebebe;
}
input::placeholder,
textarea::placeholder {
  color: #bebebe;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bebebe;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #bebebe;
}

.l-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 960px) {
  .l-header {
    margin-bottom: 45px;
    padding-top: 20px;
  }
}
@media (max-width: 959px) {
  .l-header {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
.l-header__logo {
  margin-right: 10px;
}
@media (min-width: 960px) {
  .l-header__logo {
    width: 300px;
  }
}
@media (max-width: 959px) {
  .l-header__logo {
    width: 200px;
  }
}
.l-header .text-bold {
  padding-left: 20px;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.l-header .text-bold::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #256635;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-footer {
  background-color: #242c38;
  padding: 70px 0 40px 0;
}
.l-footer__content {
  margin-bottom: 60px;
}
.l-footer__content img {
  width: 300px;
  margin-bottom: 30px;
}
.l-footer__content a {
  background-color: #5e6672;
  color: #ffffff;
  padding: 5px 10px 5px 20px;
  font-family: "Noto Serif JP", serif;
}
.l-footer__content a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("img/common/iconBlank.svg") no-repeat center;
  background-size: contain;
  background-position-x: 10px;
  padding-left: 30px;
}
.l-footer .text-small {
  color: #ffffff;
  text-align: right;
  font-family: "Noto Serif JP", serif;
}

.p-index__top {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 959px) {
  .p-index__top {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .p-index__top__mainImg img {
    display: block;
  }
}
@media (max-width: 959px) {
  .p-index__top__mainImg img {
    height: calc(100vh - 64px);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    display: block;
  }
}
.p-index__top__content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
@media (min-width: 960px) {
  .p-index__top__content {
    top: 60%;
  }
}
@media (max-width: 959px) {
  .p-index__top__content {
    top: 50%;
    width: 250px;
  }
}
.p-index__top__content img {
  display: block;
  margin: 0 auto 50px;
}
@media (min-width: 960px) {
  .p-index__top__content img {
    width: clamp(250px, 100vw, 350px);
  }
}
@media (max-width: 959px) {
  .p-index__top__content img {
    width: 300px;
  }
}
.p-index__top__content p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #ffffff;
  border-bottom: solid 2px #ffffff;
}
.p-index__top::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #658ec6;
  height: 100%;
  z-index: 1;
}
@media (min-width: 960px) {
  .p-index__top::after {
    width: 68px;
  }
}
@media (max-width: 959px) {
  .p-index__top::after {
    width: 40px;
  }
}
.p-index .page-title {
  display: grid;
  font-family: "Roboto", serif;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 960px) {
  .p-index .page-title {
    font-size: 80px;
    max-width: 1110px;
    margin: 0 auto 70px;
    width: 80%;
  }
}
@media (max-width: 959px) {
  .p-index .page-title {
    width: 90%;
    font-size: 60px;
    margin: 0 auto 40px;
  }
}
.p-index .page-title span {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  font-family: "Noto sans JP", serif;
}
@media (min-width: 960px) {
  .p-index .page-title span {
    font-size: 24px;
  }
}
@media (max-width: 959px) {
  .p-index .page-title span {
    font-size: 18px;
  }
}

.contact {
  width: 100%;
  background-color: #f5f9ff;
  border-radius: 10px;
  padding: 40px 0 70px;
}
@media (min-width: 960px) {
  .contact {
    max-width: 1110px;
    margin: 0 auto 120px;
  }
}
@media (max-width: 959px) {
  .contact {
    margin: 0 auto 60px;
  }
}
.contact img {
  display: block;
  margin: 0 auto 40px;
}
.contact__form {
  margin: auto;
}
@media (min-width: 960px) {
  .contact__form {
    width: 80%;
  }
}
@media (max-width: 959px) {
  .contact__form {
    width: 90%;
  }
}
.contact__form__item {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 960px) {
  .contact__form__item {
    grid-template-columns: 1fr 600px;
    margin-bottom: 40px;
  }
}
@media (max-width: 959px) {
  .contact__form__item {
    margin-bottom: 20px;
  }
}
.contact__form__item label {
  font-weight: 500;
}
@media (max-width: 959px) {
  .contact__form__item label {
    margin-bottom: 10px;
  }
}
.contact__form__item input {
  background-color: #ffffff;
}
@media (min-width: 960px) {
  .contact__form__item input {
    padding: 20px 0 20px 30px;
  }
}
@media (max-width: 959px) {
  .contact__form__item input {
    padding: 15px 0 15px 15px;
  }
}
.contact__form__item textarea {
  background-color: #ffffff;
}
@media (min-width: 960px) {
  .contact__form__item textarea {
    padding: 20px 0 20px 30px;
  }
}
@media (max-width: 959px) {
  .contact__form__item textarea {
    padding: 15px 0 15px 15px;
  }
}
@media (min-width: 960px) {
  .contact__form__item .radio-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 959px) {
  .contact__form__item .radio-group {
    display: block;
  }
}
.contact__form__item .radio-group label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact__form__item .radio-group label input {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-right: 10px;
}
.contact__form__item .radio-group label input:checked {
  accent-color: #658ec6;
}
.contact__form__item:nth-child(7) {
  margin-bottom: 60px;
}
@media (min-width: 960px) {
  .contact__form__item:nth-child(8) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    gap: 40px;
  }
}
@media (max-width: 959px) {
  .contact__form__item:nth-child(8) {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.contact__form__item:nth-child(8) .btn {
  width: 370px;
  height: 74px;
  text-align: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  border-radius: 50px;
  background-color: #658ec6;
  display: block;
  font-size: 18px;
  margin: auto;
  color: #ffffff;
  padding: 0;
  -webkit-box-shadow: 0 6px 14px 0 rgba(17, 62, 122, 0.16);
          box-shadow: 0 6px 14px 0 rgba(17, 62, 122, 0.16);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.contact__form__item:nth-child(8) .btn:hover {
  background-color: #113e7a;
}
@media (max-width: 959px) {
  .contact__form__item:nth-child(8) .btn {
    margin-bottom: 45px;
  }
}
.contact__thanks {
  text-align: center;
}
.contact__thanks .section-title {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.contact__thanks .text-normal {
  margin-bottom: 45px;
}

@media (min-width: 960px) {
  .section-title {
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: calc(35px * 0.001 * 1);
    line-height: 1.75;
  }
}
@media (max-width: 959px) {
  .section-title {
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: calc(25px * 0.001 * 25);
    line-height: 1.75;
  }
}

@media (min-width: 960px) {
  .text-title {
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: calc(30px * 0.001 * 25);
    line-height: 1.75;
  }
}
@media (max-width: 959px) {
  .text-title {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: calc(20px * 0.001 * 25);
    line-height: 1.75;
  }
}

@media (min-width: 960px) {
  .text-large {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: calc(18px * 0.001 * 25);
    line-height: 1.75;
  }
}
@media (max-width: 959px) {
  .text-large {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: calc(15px * 0.001 * 25);
    line-height: 1.75;
  }
}

@media (min-width: 960px) {
  .text-bold {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: calc(15px * 0.001 * 25);
    line-height: 1.5;
  }
}
@media (max-width: 959px) {
  .text-bold {
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: calc(13px * 0.001 * 25);
    line-height: 1.5;
  }
}

@media (min-width: 960px) {
  .text-normal {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: calc(15px * 0.001 * 25);
    line-height: 1.5;
  }
}
@media (max-width: 959px) {
  .text-normal {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: calc(15px * 0.001 * 25);
    line-height: 1.5;
  }
}

@media (min-width: 960px) {
  .text-small {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: calc(13px * 0.001 * 25);
    line-height: 1.5;
  }
}
@media (max-width: 959px) {
  .text-small {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: calc(13px * 0.001 * 25);
    line-height: 1.5;
  }
}

.btn {
  width: 370px;
  height: 74px;
  text-align: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  border-radius: 50px;
  background-color: #658ec6;
  display: block;
  font-size: 18px;
  margin: auto;
  color: #ffffff;
  padding: 0;
  -webkit-box-shadow: 0 6px 14px 0 rgba(17, 62, 122, 0.16);
          box-shadow: 0 6px 14px 0 rgba(17, 62, 122, 0.16);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.btn:hover {
  background-color: #113e7a;
}