@charset "utf-8";
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

/*-----------------------------Common----------------------------------*/

* {
  font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

body {
  position: relative;
  background: #fff;
  color: #444;
  letter-spacing: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5;
}

html,
body {
  height: 100%;
}

fieldset,
a img {
  border: none;
}

a {
  all: unset;
  outline: none;
  text-decoration: none;
  line-height: inherit;

  cursor: pointer;
}

::-moz-selection {
  background-color: #498aff;
  color: #fff;
}
::selection {
  background-color: #498aff;
  color: #fff;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #444;
}

figure {
  margin: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

p {
  margin-bottom: 1em;
  font-weight: normal;
  font-family: inherit;
  line-height: inherit;
}

p:last-child {
  margin-bottom: 0;
}

h1 + p {
  margin-top: -0.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-family: Crete Round, Arial, Helvetica, sans-serif;
  line-height: 1.5em;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: -5px 12px 0 0 !important;
  vertical-align: middle;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0;
}

h1 {
  margin-bottom: 1em;
  font-size: 1.5em;
}

h2 {
  margin-bottom: 0.7em;
  font-size: 1.4em;
}

h3 {
  margin-bottom: 0.7em;
  font-size: 1.3em;
}

h4 {
  margin-bottom: 0.4em;
  font-size: 1.2em;
}

h5 {
  margin-bottom: 0.7em;
  font-size: 1.15em;
}

h6 {
  margin-bottom: 0.7em;
  font-size: 1em;
}

hr {
  clear: both;
  margin: 22px 0 21px;
  height: 0;
  border: solid #ddd;
  border-width: 1px 0 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

code {
  background: #ffff99;
  font-weight: bold;
}

u,
ins {
  text-decoration: none;
}

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

img {
  height: auto;
}

object,
embed {
  height: 100%;
}

blockquote,
blockquote p {
  color: #6f6f6f;
  line-height: 1.5;
}

blockquote {
  margin: 0 0 17px;
  padding: 9px 20px 9px 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  color: #555555;
  font-size: 13px;
}

blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

abbr,
acronym {
  border-bottom: 1px solid #ddd;
  color: #333;
  text-transform: uppercase;
  font-size: 90%;
  cursor: help;
}

abbr {
  text-transform: none;
}

table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
  border-right-width: 0;
  border-bottom-width: 0;
}

thead {
  background-color: #eee;
  color: #555;
  font-size: 1em;
}

th,
td {
  padding: 0.5em 10px;
  border: 1px solid #ddd;
  border-top-width: 0;
  border-left-width: 0;
}

td,
th {
  text-align: left;
}

address {
  color: #555;
  font-style: italic;
  font-size: 1em;
  line-height: 1.7em;
}

/*------------------------- Form Elements  -------------------------*/

input,
select,
textarea {
  display: block;
  margin: 0 0 1em 0;
  padding: 0.5em 9px;
  width: auto;
  outline: none;
  border: 1px solid #d4d4d4;
  background: #fff;
  color: #333;
  font-size: 1em;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
}

input[type='submit'],
input[type='button'] {
  margin: 0;
  border: 0;
  background: none;
}

textarea {
  resize: none;
}

/*----------------------------- Misc ----------------------------*/

.clear {
  clear: both;
}

.clearfix {
  display: block;
}

.clearfix:after {
  display: table;
  clear: both;
  content: ' ';
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.hidden {
  display: none;
}

.hidden-wrap {
  overflow: hidden;
}

.shifted {
  position: absolute;
  left: -9999px;
}

.visible {
  visibility: visible;
  opacity: 1 !important;
}

.highlight {
  background: #ffff99;
}

.nomargin {
  margin: 0 !important;
}

.fullwidth {
  display: block;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
}

.alignnone {
  margin: 0.5em 0 0 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 1em 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 1em auto;
  text-align: center;
}

.aligncenter * {
  text-align: center;
}

.secondary {
  color: #777;
}

.bypostauthor {
  color: #777;
  font-weight: normal;
}

.sticky {
  padding-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}

/*----------------------Custom-------------------------*/
html {
  width: 100%;
  display: -webkit-flex;
  font-family: SpoqaHanSans;
  font-size: 15px;
}
body.home {
  width: 100%;
}
.c_b {
  clear: both;
  display: block;
}
div.helloWorld {
  color: blue;
}

img.logo {
  width: 132px;
  height: 80px;
  object-fit: contain;
  float: left;
  display: inline-block;
}
.fl_left {
  float: left;
  display: inline-block;
}
.fl_right {
  float: right;
  display: inline-block;
}
.cover {
  width: 1440px;
  height: 320px;
  object-fit: contain;
}
.site_wrap {
  min-width: 1200px;
}
.header {
  width: 100%;
  background-image: url(./img/cover.png);
  background-size: cover;
  height: 440px;

  display: grid;
}

.header_inner {
  width: 1120px;
  margin: 0 auto;
  display: grid;
  gap: 40px;

  padding: 40px 0;
  justify-content: end;
  align-items: start;
}

.section1 {
  width: 936px;
  padding: 116px 0;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;

  display: grid;
  gap: 80px;
}

.section1_content {
  display: grid;
  gap: 44px;
}

.section1_description {
  display: grid;
  gap: 16px;

  text-align: center;
}

.section1_img_box_list {
  display: flex;
  justify-content: space-between;
}

.section1_img_box {
  width: 296px;

  display: grid;
  gap: 20px;
  align-content: start;

  color: #000;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;

  /* Body/1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

.section1_img_box img {
  width: 100%;
  height: auto;
  display: block;
}

.section1_img_box span {
  color: var(--white-7, #869ab7);
}

.section1_notice {
  display: grid;
  padding: 36px 40px;
  gap: 40px;

  border-radius: 16px;
  background: var(--white-2, #FBFCFF);
}

.section1_notice_title_area {
  display: grid;
  gap: 20px;

  text-align: center;
}

.section1_notice_title_area hr {
  all: unset;

  width: 100%;
  height: 1px;
  margin-inline: -0.5px;
  background: var(--base-gray3, #E9EDF4);
}

.section1_list {
  display: grid;
  gap: 20px 24px;

  grid-template-columns: auto 1fr;

  align-items: center;
}

.section1_list .item_index {
  display: flex;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  padding: 20px;
  justify-content: center;
  align-items: center;

  border-radius: 8px;
  border: 1px solid var(--white-5, #CCD8E8);
  background: var(--white-3, #F7F8FB);
}

.section1_list .caption {
  color: var(--white-7, #869AB7);
}

.body_2 {
  color: var(--black-4-primary, #272E40);
  font-feature-settings: 'liga' off, 'clig' off;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.box_title {
  color: var(--base-primary, #272e40);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;

  /* Headline/3 */
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 166.667% */
}

.body_1 {
  color: var(--base-primary, #272e40);
  font-feature-settings: 'liga' off, 'clig' off;

  /* Body/1 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

.body_1 a, .body_2 a {
  color: var(--brand-1, #608BFF);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.section2 {
  padding: 96px 0;

  background: var(--white-3, #f7f8fb);

  margin: 0 auto;

  margin: 0 auto;
  position: relative;

  display: grid;
  gap: 40px;

  justify-content: center;
}

.section2_title {
  color: var(--brand-2-primary, #396eff);
}

.section2_img_list {
  display: grid;
  gap: 40px;
  width: 938px;
}

.section2_img_list_top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.section2_img_list_bottom {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.section2_content {
  display: grid;
  gap: 72px;
  justify-items: center;
}

.btn {
  all: unset;
  text-decoration: none;
  cursor: pointer;

  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: var(--black-4-primary, #272e40);

  /* component/navy 32 */
  box-shadow: 0px 2px 4px 0px rgba(39, 46, 64, 0.32);

  color: var(--white-1, #fff);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;

  /* form/1B */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */

  width: fit-content;
}

.mem_box_wrapper {
  width: 800px;
  margin: 0 auto;
}

.mem_box {
  width: 180px;
  height: 80px;
  display: inline-block;
  border: solid 1px #e9edf4;
  margin-right: 20px;
  margin-top: 20px;
}
.mem_li_last {
  margin-right: 0px !important;
}
.mem_box_text {
  display: none;
}

.btn2 {
  width: 200px;
  height: 60px;
  border-radius: 2px;
  background-color: #313131;
  display: block;
  margin: 48px auto 0;
}

.btn2_txt {
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  padding-top: 20px;
}

footer {
  display: grid;
  margin: 0 auto;
  padding: 116px 0;
  justify-content: center;
}

.footer_inner {
  width: 860px;

  display: grid;
  gap: 44px;
}

.footer_inner_top {
  display: flex;
  gap: 44px;
  align-items: center;
}

.footer_inner_top_logo {
  width: 179px;
  display: block;
}

.footer_inner_top_title {
  color: var(--black-4-primary, #272e40);
  font-feature-settings: 'liga' off, 'clig' off;

  /* Subtitle/3 */
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}

.footer_inner_top_location {
  display: flex;
  gap: 12px;
  color: var(--base-gray6, #869ab7);
  font-feature-settings: 'liga' off, 'clig' off;

  /* Body/2 */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.divider {
  height: 1px;
  background: #e9edf4;
}

.footer_inner_bottom {
  display: flex;
  justify-content: space-between;

  color: var(--base-gray6, #869ab7);
  font-feature-settings: 'liga' off, 'clig' off;

  /* Body/2 */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
