@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  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] {
  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;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-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;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

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;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

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

html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #333;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.7;
  width: 100%;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 920px) {
  body {
    font-size: 1.5rem;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page_head_title_l .en {
  font-size: 1.8rem;
}
.page_head_title_l .jp {
  font-size: 1.6rem;
}

.page_main_title {
  line-height: 1.4;
}
.page_main_title .en {
  display: block;
  font-size: 4rem;
  font-weight: bold;
}
.page_main_title .jp {
  display: block;
  font-size: 1.6rem;
  margin-top: 5px;
}

.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?20tdwb");
  src: url("../fonts/icomoon.eot?20tdwb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?20tdwb") format("truetype"), url("../fonts/icomoon.woff?20tdwb") format("woff"), url("../fonts/icomoon.svg?20tdwb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blank:before {
  content: "\e908";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-excel:before {
  content: "\e902";
  color: #019a4f;
}

.icon-file:before {
  content: "\e904";
}

.icon-pdf:before {
  content: "\e905";
  color: #cb0909;
}

.icon-word:before {
  content: "\e906";
  color: #1256b2;
}

.icon-search:before {
  content: "\e901";
}

.icon-pinch:before {
  content: "\e903";
}

.page_inner_s {
  max-width: 800px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}

.page_inner_l {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

.sp_menu_toggle {
  position: relative;
  display: flex;
  align-items: center;
}
.sp_menu_toggle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  background: #f66;
}

.sp_menu_toggle__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background: #000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 920px) {
  .sp_menu_toggle__btn {
    display: none;
  }
}
.sp_menu_toggle__btn.active .sp_menu_toggle__btn_line span:nth-child(2) {
  opacity: 0;
}
.sp_menu_toggle__btn.active .sp_menu_toggle__btn_line span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(25deg);
}
.sp_menu_toggle__btn.active .sp_menu_toggle__btn_line span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
}

.sp_menu_toggle__btn_line {
  position: relative;
  display: block;
  width: 50%;
  height: 14px;
}
.sp_menu_toggle__btn_line span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: 0.3s;
}
.sp_menu_toggle__btn_line span:nth-child(1) {
  top: calc(50% - 6px);
}
.sp_menu_toggle__btn_line span:nth-child(3) {
  top: calc(50% + 6px);
}

.header {
  position: relative;
  width: 100%;
  z-index: 100;
  background: #f8f8f8;
}

.header_inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px 10px;
}
@media print, screen and (min-width: 920px) {
  .header_inner {
    padding: 20px;
  }
}
@media print, screen and (min-width: 1180px) {
  .header_inner {
    padding: 35px;
  }
}

.header__logo .logo {
  font-size: 0;
  width: 140px;
}
@media print, screen and (min-width: 920px) {
  .header__logo .logo {
    width: 180px;
  }
}
@media print, screen and (min-width: 1180px) {
  .header__logo .logo {
    width: 210px;
  }
}
@media (hover: hover) {
  .header__logo .header__logo_link:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}

.header__content {
  margin-left: auto;
}

.gl_nav_wrap {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .gl_nav_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }
}

.gl_nav_sub {
  display: flex;
  gap: 15px;
}
.gl_nav_sub > li > a {
  display: flex;
  font-size: 1.3rem;
}
@media (hover: hover) {
  .gl_nav_sub > li > a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #66f;
  }
}

.gl_nav_main {
  display: flex;
  gap: 20px;
}
.gl_nav_main > li > a {
  display: flex;
  padding: 5px 0;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (hover: hover) {
  .gl_nav_main > li > a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #66f;
  }
}

.sp_menu_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 110;
  background: #f8f8f8;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.sp_menu_area.active {
  opacity: 1;
  visibility: visible;
}

.sp_menu_header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px 10px;
}

.sp_menu_header__logo .logo {
  font-size: 0;
  width: 140px;
}
@media print, screen and (min-width: 920px) {
  .sp_menu_header__logo .logo {
    width: 180px;
  }
}
@media print, screen and (min-width: 1180px) {
  .sp_menu_header__logo .logo {
    width: 210px;
  }
}

.sp_menu_header__content {
  margin-left: auto;
}

.sp_menu_content {
  padding: 0 20px 60px;
}

.sp_menu_main_list {
  margin-top: 30px;
}
.sp_menu_main_list > li:not(:first-child) {
  margin-top: 20px;
}

.sp_menu_main__first_title {
  display: flex;
  gap: 22px;
  align-items: baseline;
  line-height: 1.4;
}
@media (hover: hover) {
  .sp_menu_main__first_title:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #66f;
  }
}
.sp_menu_main__first_title .en {
  font-size: 3rem;
  font-weight: bold;
}
.sp_menu_main__first_title .jp {
  font-style: 1.6rem;
  font-weight: 600;
}

.sp_menu_main_list_child li {
  margin-top: 5px;
}
.sp_menu_main_list_child li a {
  font-size: 1.5rem;
}
@media (hover: hover) {
  .sp_menu_main_list_child li a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #66f;
  }
}

.sp_menu_sub_list {
  display: flex;
  margin-top: 35px;
  gap: 32px;
}
.sp_menu_sub_list li {
  position: relative;
}
.sp_menu_sub_list li:not(:first-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -16px;
  width: 1px;
  height: 60%;
  background: #000;
}
@media (hover: hover) {
  .sp_menu_sub_list li a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #66f;
  }
}

.footer {
  background: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 25px;
}
@media print, screen and (min-width: 920px) {
  .footer {
    padding-top: 70px;
  }
}

@media print, screen and (min-width: 920px) {
  .footer_flex {
    display: flex;
  }
}

.footer__logo {
  flex-shrink: 0;
}
.footer__logo .logo {
  font-size: 0;
  width: 140px;
}
@media print, screen and (min-width: 920px) {
  .footer__logo .logo {
    width: 180px;
  }
}
@media print, screen and (min-width: 1180px) {
  .footer__logo .logo {
    width: 210px;
  }
}
@media (hover: hover) {
  .footer__logo .footer__logo_link:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.7;
  }
}
.footer__logo .footer__address {
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  .footer__logo .footer__address {
    margin-top: 45px;
  }
}

.footer__content {
  display: flex;
  gap: 20px;
}
@media print, screen and (min-width: 920px) {
  .footer__content {
    display: block;
    width: 100%;
  }
}

.footer_main_nav {
  width: 50%;
  margin-top: 25px;
}
@media print, screen and (min-width: 920px) {
  .footer_main_nav {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    width: auto;
    margin-top: 0;
  }
}

.footer_main_nav_list > li {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .footer_main_nav_list > li {
    margin-top: 30px;
  }
  .footer_main_nav_list > li:first-child {
    margin-top: 0;
  }
}
@media (hover: hover) {
  .footer_main_nav_list > li > a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #66f;
  }
}

.footer_main_nav_list__first_title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .footer_main_nav_list__first_title {
    font-size: 1.6rem;
  }
}

.footer_main_nav_list_child {
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .footer_main_nav_list_child {
    margin-top: 15px;
  }
}
.footer_main_nav_list_child li:not(:first-child) {
  margin-top: 10px;
}
.footer_main_nav_list_child li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (hover: hover) {
  .footer_main_nav_list_child li a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #66f;
  }
}

.footer_sub_nav {
  width: 50%;
  margin-top: 45px;
}
@media print, screen and (min-width: 920px) {
  .footer_sub_nav {
    margin-top: 150px;
    width: auto;
  }
}

@media print, screen and (min-width: 920px) {
  .footer_sub_nav_list {
    display: flex;
    justify-content: flex-end;
  }
}
.footer_sub_nav_list li {
  position: relative;
  line-height: 1.4;
}
.footer_sub_nav_list li:not(:first-child) {
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .footer_sub_nav_list li {
    margin-top: 0;
    padding: 0 24px;
  }
  .footer_sub_nav_list li:last-child {
    padding-right: 0;
  }
  .footer_sub_nav_list li:not(:first-child) {
    margin-top: 0;
  }
  .footer_sub_nav_list li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background: #d9dae7;
  }
}
@media print, screen and (min-width: 920px) {
  .footer_sub_nav_list li a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .footer_sub_nav_list li a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #66f;
  }
}

.footer_copyright {
  text-align: center;
  margin-top: 40px;
}