@charset "UTF-8";
/* ------------------------------
* モジュールファイル
------------------------------ */
/* 変数用 */
/* ------------------------------
* 変数設定用SCSS
------------------------------ */
/* カラー */
/* break point */
/* mixin関数 */
/* ------------------------------
* mixin設定用SCSS
------------------------------ */
/* 画像パス */
/* リセットCSS */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ------------------------------
* 共通管理用SCSS
------------------------------ */
body {
  background-color: #F6FCFD;
  color: #363D3F;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
}

/* デバイス切り替え */
.d-display_none {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .m-display_none {
    display: block !important;
  }
  .d-display_none {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .d-display_none {
    display: block !important;
  }
  .m-display_none {
    display: none !important;
  }
}
/* フォント関連 */
.-en {
  font-family: "Gill Sans", sans-serif;
}

/* リンク */
.link {
  color: rgba(54, 61, 63, 0.5);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: underline;
}

/* 下層コンテンツ */
.art_top {
  background-color: #D0F4FC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .art_top {
    height: 160px;
    margin-top: 80px;
  }
}
.art_top_title {
  color: #4DC4DE;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 130%;
}

@media screen and (max-width: 820px) {
  .art_top_title {
    font-size: 1.5rem;
  }
}
.contents {
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .contents {
    margin-top: 40px;
  }
}
.contents_section {
  margin: 0 auto;
}

.contents_section:not(:last-child) {
  margin-bottom: 160px;
}

@media screen and (max-width: 820px) {
  .contents_section:not(:last-child) {
    margin-bottom: 124px;
  }
}
/* タイトル */
.title {
  color: #4DC4DE;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}

.title.-underLine {
  border-bottom: 1.5px solid rgba(77, 196, 222, 0.3);
  padding-bottom: 8px;
}

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

.title.-center + p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 820px) {
  .title {
    font-size: 1.125rem;
  }
}
/* ------------------------------
* HEADER
------------------------------ */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100px;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}

.header.is_bg_changed {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.header_logo {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.header_logo:hover {
  opacity: 0.5;
}

.header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  padding: 24px 0;
  width: 90vw;
}

@media screen and (max-width: 1024px) {
  .header_content {
    width: min(960px, 90vw);
  }
}
@media screen and (max-width: 820px) {
  .header_content {
    padding: 0;
    width: 100%;
  }
}
.header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
}

@media screen and (max-width: 820px) {
  .header_list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: scroll;
    padding: 136px 16px 56px;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.45s ease-out;
    transition: -webkit-transform 0.45s ease-out;
    transition: transform 0.45s ease-out;
    transition: transform 0.45s ease-out, -webkit-transform 0.45s ease-out;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header_list.is_open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: -1;
  }
}
@media screen and (max-width: 820px) {
  .header_list_item {
    width: 100%;
  }
  .header_list_item_name {
    color: #B1E8E5;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.12em;
  }
}
.header_list_item_link {
  color: #363D3F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.header_list_item_link:hover {
  color: #4DC4DE;
}

@media screen and (max-width: 820px) {
  .header_list_item_link {
    border-bottom: 1px solid #B1E8E5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 820px) {
  .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0 4.26%;
  }
}
.header_nav_btn {
  height: 56px;
  width: 56px;
  background-image: url("../img/m-header_menu_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.header_nav_btn[aria-expanded=true] {
  background-image: url("../img/m-header_menu_bg-opened.svg");
}

/* オーバーレイのスタイル */
@media screen and (max-width: 820px) {
  .overlay {
    background-color: #363D3F;
    cursor: pointer;
    height: 100vh;
    height: 100dvh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 0.6s, visibility 0.6s;
    transition: opacity 0.6s, visibility 0.6s;
    visibility: hidden;
    width: 100vw;
    z-index: 10;
  }
  .overlay.is_active {
    opacity: 0.8;
    visibility: visible;
  }
}
/* ------------------------------
* FOOTER
------------------------------ */
/* Bread crumb */
.bc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 160px auto 0;
  width: min(1197px, 100%);
}

@media screen and (max-width: 1024px) {
  .bc_list {
    width: min(960px, 90vw);
  }
}
@media screen and (max-width: 820px) {
  .bc_list {
    margin-top: 56px;
  }
}
.bc_list_item:not(:first-child):before {
  content: "";
  background-image: url("../img/icn-arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 9.98px;
  margin-right: 8px;
  vertical-align: middle;
  width: 5.74px;
}

.bc_list_item:last-child .bc_list_item_link {
  color: #4DC4DE;
  font-weight: 500;
}

.bc_list_item_link {
  color: rgba(54, 61, 63, 0.5);
  font-size: 0.875rem;
}

.bc_list + .footer {
  margin-top: 32px;
}

@media screen and (max-width: 820px) {
  .bc_list + .footer {
    margin-top: 24px;
  }
}
.footer {
  background-color: #4DC4DE;
  margin-top: 96px;
  position: relative;
}

@media screen and (max-width: 820px) {
  .footer {
    margin-top: 56px;
  }
}
.footer_logo {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.footer_logo:hover {
  opacity: 0.5;
}

.footer_content {
  padding: 42px 0 0;
}

@media screen and (max-width: 820px) {
  .footer_content {
    padding-top: 32px;
  }
}
.footer_content_wrap {
  margin: auto;
  width: 90vw;
}

@media screen and (max-width: 1024px) {
  .footer_content_wrap {
    width: min(960px, 90vw);
  }
}
@media screen and (max-width: 820px) {
  .footer_content_wrap {
    padding: 0 4.26% 0;
    width: 100%;
  }
}
.footer_content_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 820px) {
  .footer_content_block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer_content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
}

@media screen and (max-width: 820px) {
  .footer_content_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin-top: 40px;
  }
}
.footer_content_list_item {
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 820px) {
  .footer_content_list_item {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.footer_content_list_item_link {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.footer_content_list_item_link:hover {
  opacity: 0.5;
}

.footer_content_link {
  text-align: right;
  padding: 24px 0 0;
}

@media screen and (max-width: 820px) {
  .footer_content_link {
    padding-top: 0;
    margin-top: -16px;
  }
}
.footer_content_link_text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.footer_content_link_text:hover {
  opacity: 0.5;
}

@media screen and (max-width: 820px) {
  .footer_content_link_text {
    font-size: 0.75rem;
  }
}
.footer_content_copyright {
  background-color: #363D3F;
  margin-top: 40px;
  padding: 10px 0;
  text-align: right;
}

@media screen and (max-width: 820px) {
  .footer_content_copyright {
    margin-top: 24px;
    padding: 10px 0;
    text-align: center;
  }
}
.footer_content_copyright_text {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  margin: auto;
  width: 90vw;
}

@media screen and (max-width: 1024px) {
  .footer_content_copyright_text {
    width: min(960px, 90vw);
  }
}
@media screen and (max-width: 820px) {
  .footer_content_copyright_text {
    padding: 0;
    width: 100%;
  }
}
.footer_pageTop {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  position: absolute;
  top: -56px;
  right: 2.8%;
}

.footer_pageTop:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 820px) {
  .footer_pageTop {
    top: 16px;
  }
}
.footer_pageTop_link {
  background-image: url("../img/pagetop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  width: 100px;
}

@media screen and (max-width: 820px) {
  .footer_pageTop_link {
    height: 75px;
    width: 75px;
  }
}
/* ------------------------------
* プライバシーポリシー
------------------------------ */
.privacy_policy {
  margin: 40px auto 0;
  width: min(1197px, 100%);
}

@media screen and (max-width: 1024px) {
  .privacy_policy {
    width: min(960px, 90vw);
  }
}
.privacy_policy .contents_section:not(:last-child) {
  margin-bottom: 64px;
}

.privacy_policy p {
  font-size: 1.125rem;
  line-height: 200%;
}

@media screen and (max-width: 820px) {
  .privacy_policy p {
    font-size: 1rem;
  }
}
.privacy_policy ul {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(77, 196, 222, 0.2)), to(rgba(77, 196, 222, 0.2))), #FFF;
  background: linear-gradient(0deg, rgba(77, 196, 222, 0.2) 0%, rgba(77, 196, 222, 0.2) 100%), #FFF;
  border-radius: 8px;
  margin: 24px 0;
  padding: 16px 24px;
}

.privacy_policy ul li {
  font-size: 1rem;
  line-height: 200%;
  list-style-type: disc;
  list-style-position: inside;
}

.privacy_policy ul li + li {
  margin-top: 8px;
}