/* variable
--------------------------- */
.pc-only {
  display: none;
}

@media (min-width: 890px) {
  .pc-only {
    display: inline-block;
  }
}
.tab-sp,
.sp {
  display: none;
}

@media screen and (max-width: 1140px) {
  .pc {
    display: none;
  }
  .tab-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* reset
--------------------------- */
/*
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

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

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

/*******************************************************
**
** base style
**
*******************************************************/
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  margin-inline: auto;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

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

a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
}

label, input, button {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*******************************************************
**
** original style
**
*******************************************************/
.l-inner {
  max-width: 1000px;
  width: 92%;
  margin-inline: auto;
}

.c-section {
  padding: 80px 0;
}
@media screen and (max-width: 940px) {
  .c-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section {
    padding: 50px 0;
  }
}
.c-section__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    margin-bottom: 30px;
  }
}
.c-section__title--en {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: normal;
  font-size: clamp(40px, 40px + 20 * (100vw - 767px) / 599, 60px);
  color: #243154;
}
.c-section__title--jp {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 599, 16px);
  color: #6181C3;
  padding-left: 1em;
  position: relative;
}
.c-section__title--jp::before {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #6181C3;
  position: absolute;
  top: 56%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 940px) {
  .c-section__title--jp::before {
    top: 54%;
    width: 10px;
  }
}

.l-header {
  width: 100%;
  height: 92vh;
  position: relative;
  background: rgb(122, 161, 240);
  background: linear-gradient(120deg, rgb(122, 161, 240) 0%, rgb(30, 41, 73) 100%);
}
.l-header__logo {
  max-width: 326px;
  width: 23.8%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 940px) {
  .l-header__logo {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 58.6%;
  }
}

.news__head {
  margin-bottom: 0;
}
.news__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .news__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.news__column--right {
  max-width: 600px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .news__column--right {
    width: 100%;
  }
}
.news__list li {
  border-bottom: solid 1px #CAD4EA;
  margin-bottom: 10px;
}
.news__list li:hover {
  cursor: pointer;
}
.news__list li:first-child .news__list-head {
  padding-top: 0;
}
.news__list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 14px 3.2%;
}
@media screen and (max-width: 767px) {
  .news__list-head {
    padding: 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
  }
}
.news__list-date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #243154;
  white-space: nowrap;
}
.news__list-ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #243154;
}

.popup {
  display: none;
  height: 100vh;
  width: 100%;
  background: rgba(34, 34, 34, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.popup__wrap {
  background: #fff;
  padding: 30px;
  width: 62%;
}
@media screen and (max-width: 940px) {
  .popup__wrap {
    width: 82%;
  }
}
@media screen and (max-width: 767px) {
  .popup__wrap {
    width: 92%;
    padding: 30px 5%;
  }
}
.popup.show {
  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;
}
.popup__head {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5833333333em;
  letter-spacing: 0.04em;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 599, 24px);
  margin-bottom: 25px;
}
.popup__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 599, 16px);
  color: #555;
}
.popup__btn {
  text-align: center;
}
.popup__close {
  margin-top: 30px;
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 599, 16px);
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .popup__close {
    margin-top: 22px;
  }
}
.popup__close:hover {
  text-decoration: none;
}

.group {
  overflow: hidden;
}
.group__bg {
  position: relative;
  z-index: 1;
}
.group__bg::before {
  content: "";
  width: 100px;
  height: calc(100% + 160px);
  background-color: #D7DFEF;
  border-radius: 50px 0 0 50px;
  position: absolute;
  top: 50%;
  right: calc(100% - 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 940px) {
  .group__bg::before {
    width: 20px;
    height: calc(100% + 100px);
  }
}
@media screen and (max-width: 767px) {
  .group__bg::before {
    width: 10px;
  }
}
.group__bg::after {
  content: "";
  width: 10000px;
  height: calc(100% + 160px);
  background-color: #D7DFEF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 940px) {
  .group__bg::after {
    height: calc(100% + 100px);
  }
}
.group__list {
  max-width: 860px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 48px;
}
@media screen and (max-width: 940px) {
  .group__list {
    gap: 30px 32px;
  }
}
@media screen and (max-width: 767px) {
  .group__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
.group__list li {
  width: calc((100% - 48px) / 2);
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 940px) {
  .group__list li {
    width: calc((100% - 32px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .group__list li {
    width: 88%;
    margin-inline: auto;
  }
}
.group__list-logo {
  padding: 23px 9.3% 0;
  margin-bottom: 15px;
}
.group__list-logo img {
  display: inline-block;
  width: 82%;
  height: auto;
}
.group__list-txt {
  padding: 0 9.3%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 599, 16px);
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .group__list-txt {
    margin-bottom: 42px;
  }
}
.group__list-link {
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
  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;
  gap: 50px;
  padding: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 599, 16px);
  color: #fff;
  background-color: #6181C3;
}
@media screen and (max-width: 940px) {
  .group__list-link {
    padding: 16px;
    gap: 25px;
  }
}
.group__list-link::after {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  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;
  background-color: #fff;
  -webkit-mask-image: url(../image/ico-window.svg);
          mask-image: url(../image/ico-window.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media screen and (max-width: 940px) {
  .group__list-link::after {
    width: 16px;
  }
}

.company__head {
  margin-bottom: 75px;
}
@media screen and (max-width: 940px) {
  .company__head {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .company__head {
    margin-bottom: 20px;
  }
}
.company__dtl {
  max-width: 500px;
  margin-inline: auto;
}
.company__dtl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 0;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .company__dtl-wrap {
    padding: 18px 0;
  }
}
.company__dtl-wrap:not(:last-of-type) {
  border-bottom: solid 1px #CAD4EA;
}
.company__dtl dt {
  width: 38%;
  padding-left: 7.4%;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5em;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
}
@media screen and (max-width: 767px) {
  .company__dtl dt {
    padding-left: 0;
    width: 25%;
  }
}
.company__dtl dd {
  width: 62%;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5em;
  letter-spacing: 0.04em;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 599, 16px);
}
@media screen and (max-width: 767px) {
  .company__dtl dd {
    width: 75%;
  }
}
.company__table th {
  font-weight: 500;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .company__table th {
    padding-right: 20px;
  }
}

.contact {
  background-color: #6181C3;
}
.contact__head {
  position: sticky;
  top: 100px;
}
.contact__head--jp {
  color: #fff;
}
.contact__head--jp::before {
  background-color: #fff;
}
.contact__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .contact__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.contact__column--left {
  width: 39%;
}
@media screen and (max-width: 940px) {
  .contact__column--left {
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
  .contact__column--left {
    width: 100%;
  }
}
.contact__column--right {
  width: 61%;
}
@media screen and (max-width: 940px) {
  .contact__column--right {
    width: 71%;
  }
}
@media screen and (max-width: 767px) {
  .contact__column--right {
    width: 100%;
  }
}
.contact__wrap {
  padding: 35px 6.4% 80px;
  background-color: #fff;
}
@media screen and (max-width: 940px) {
  .contact__wrap {
    padding: 26px 4.2% 50px;
  }
}

.form__ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  margin-top: 35px;
  margin-bottom: 10px;
}
.form__ttl:first-of-type {
  margin-top: 0;
}
.form__input input, .form__input textarea {
  padding: 10px;
  border: solid 1px #C5C5C5;
  width: 100% !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 2 * (100vw - 767px) / 599, 15px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 940px) {
  .form__input input, .form__input textarea {
    padding: 8px;
  }
}
.form__input textarea {
  height: 300px !important;
}
@media screen and (max-width: 767px) {
  .form__input textarea {
    height: 200px !important;
  }
}
.form__policy {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .form__policy {
    margin-top: 20px;
  }
}
.form__policy label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 599, 16px);
}
.form__policy a {
  text-decoration: underline;
}
.form__policy a:hover {
  text-decoration: none;
}
.form__submit {
  margin-top: 40px;
}
.form__submit button {
  display: block;
  max-width: 320px;
  width: 80%;
  margin-inline: auto;
  padding: 23px;
  border: solid 1px #243154;
  background: #243154;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 599, 20px);
  text-align: center;
  border-radius: 50px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-shadow: none;
}
@media screen and (max-width: 940px) {
  .form__submit button {
    padding: 20px;
  }
}
.form__submit button:hover {
  background-color: #fff;
  color: #243154;
}

.l-footer {
  padding: 80px 0 30px;
  background-color: #212D4E;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 50px 0 20px;
  }
}
.l-footer__logo {
  max-width: 160px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-inline: auto;
    margin-bottom: 50px;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__copyright {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 599, 14px);
  color: #fff;
}

.thanks {
  padding: 80px 0;
  width: 92%;
  margin-inline: auto;
}
.thanks__head {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .thanks__head {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.thanks__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .thanks__text {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.thanks__btn {
  text-align: center;
}
.thanks__btn a {
  display: inline-block;
  text-decoration: underline;
}
.thanks__btn a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */