﻿@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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: bold;
}

/* color.scss  */
/* font.scss */
/* mixin.scss */
/* function.scss */
/* base.scss */
html {
  font-size: 62.5%;
}

html,
body {
  line-height: 1.4;
  color: #2D2E31;
  font-family: "Noto sans JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif", sans-serif;
}

body {
  letter-spacing: 0.12em;
  min-width: 1260px;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

/* l-header */
#header {
  width: 100%;
  position: fixed;
  min-height: 120px;
  background-color: transparent;
  border-top: 6px solid #1E3C91;
  padding-top: 40px;
  z-index: 10;
/*  transition: background .4s;*/
  transition: all .4s;
}

#header.is-fixed{
  background: white;
  padding: 20px 0;
  min-height: auto;
}

/*@media screen and (max-width: 767px) {
  #header {
    background-color: #fff;
    height: 18.6666666667vw;
    padding-top: 2.6666666667vw;
  }
}*/

.l-header__container {
  width: min(100% - 80px);
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}

/*@media screen and (max-width: 767px) {
  .l-header__container {
    justify-content: center;
  }
}*/

.l-header__logo {
  width: 290px;
  height: 60px;
}

/*@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 45.3333333333vw;
    height: 9.3333333333vw;
  }
}*/

.l-header__logo img {
  width: 100%;
}

.l-header__icon {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 5px 5px 5px 5px;
  background-color: #1E3C91;
  cursor: pointer;
  transition: transform 0.3s 0s ease;
  position: relative;
   font-family: "Noto sans JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif", sans-serif;
}

/*@media screen and (max-width: 767px) {
  .l-header__icon {
    position: fixed;
    right: 10px;
    top: 10px;
  }
}*/

.l-header__icon:hover {
  opacity: 0.8;
}

.l-header__icon.is-active .l-header__icon-bar1 {
  top: 76%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
}

.l-header__icon.is-active .l-header__icon-bar2 {
  top: 76%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(30deg);
}

.l-header__icon span {
  position: absolute;
  bottom: 5px;
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}

.l-header__icon-bars {
  display: block;
  position: relative;
  width: 35px;
  height: 15px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.l-header__icon-bar1,
.l-header__icon-bar2 {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.l-header__icon-bar1 {
  top: 0;
}

.l-header__icon-bar2 {
  top: 10px;
}

.l-header__menu-txt.is-active {
  display: none;
}

/* l-footer */
.l-footer {
  font-family: "Noto sans JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif", sans-serif !important;
  letter-spacing: 0.05em;
}

.l-footer__heading-img {
  display: block;
  background-color: #F8F6D9;
}

.l-footer__contents {
  padding-top: 80px;
  margin-bottom: 80px;
}

/*@media screen and (max-width: 767px) {
  .l-footer__contents {
    padding-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}*/

.l-footer__contents>.l-container {
  display: flex;
  flex-direction: row;
}

/*@media screen and (max-width: 1024px) {
  .l-footer__contents>.l-container {
    flex-direction: column-reverse;
  }
}*/

.l-footer__info {
  width: 330px;
  border-right: 1px solid #E0E6F5;
  padding-right: 80px;
}

.l-footer__info .link-list {
  justify-content: center;
}

/*@media screen and (max-width: 1024px) {
  .l-footer__info {
    padding-right: 0;
    border-right: none;
    text-align: center;
    margin-inline: auto;
  }
}*/

/*@media screen and (max-width: 767px) {
  .l-footer__info {
    width: 66.6666666667vw;
  }
}*/

.l-footer__logo {
  margin-bottom: 30px;
}

/*@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: 8vw;
  }
}*/

.l-footer__address {
  font-size: 12px;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: 0.12em;
}

/*@media screen and (max-width: 767px) {
  .l-footer__address {
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}*/

.l-footer__menu {
  width: calc(100% - 330px);
  padding-left: 80px;
}

/*@media screen and (max-width: 1024px) {
  .l-footer__menu {
    width: 100%;
    padding-left: 0;
  }
}*/

.l-footer__menu-heading {
  font-size: 14px;
  padding-bottom: 14px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E0E6F5;
  letter-spacing: 0.05em;
  font-weight: 500;
}

/*@media screen and (max-width: 767px) {
  .l-footer__menu-heading {
    font-size: 3.7333333333vw;
    padding-bottom: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}*/

.l-footer__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 130px;
}

/*@media screen and (max-width: 1280px) {
  .l-footer__list {
    height: 207px;
  }
}

@media screen and (max-width: 1024px) {
  .l-footer__list {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__list {
    height: 55.2vw;
    margin-bottom: 10.6666666667vw;
  }
}*/

.l-footer__list a:hover {
  text-decoration: underline !important;
}

.l-footer__item {
  font-size: 12px;
  margin-bottom: 1em;
  width: calc(33.3% - 20px);
  max-width: 243px;
  margin-right: 28px;
  font-weight: 300;
}

/*@media screen and (max-width: 1024px) {
  .l-footer__item {
    width: calc(50% - 3.7333333333vw);
    margin-right: 7.4666666667vw;
  }

  .l-footer__item:nth-of-type(n+6) {
    margin-right: 0;
  }
}*/

.l-footer__item:nth-of-type(n+8) {
  margin-right: 0;
}

.l-footer__other-contents {
  padding: 43px 0;
  background-color: #1E3C91;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.12em;
  position: relative;
}

/*@media screen and (max-width: 767px) {
  .l-footer__other-contents {
    padding: 10.6666666667vw 0 32vw 0;
  }
}*/

.l-footer__other-nav {
  margin-bottom: 40px;
}

/*@media screen and (max-width: 767px) {
  .l-footer__other-nav {
    margin-bottom: 10.6666666667vw;
  }
}*/

.l-footer__other-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/*@media screen and (max-width: 767px) {
  .l-footer__other-list {
    display: none;
  }
}*/

.l-footer__other-list--sm {
  display: none !important;
}

/*@media screen and (max-width: 767px) {
  .l-footer__other-list--sm {
    display: flex !important;
    flex-direction: column !important;
  }
}*/

.l-footer__other-item {
  font-size: 12px;
  font-weight: 300;
}

/*@media screen and (max-width: 1024px) {
  .l-footer__other-item {
    margin-bottom: 2em;
  }
}*/

/*@media screen and (max-width: 767px) {
  .l-footer__other-item {
    font-size: 3.2vw;
  }
}*/

.l-footer__other-item:last-of-type {
  margin-bottom: 0;
}

.l-footer__other-item a {
  padding: 0 0.5em;
}

/*@media screen and (max-width: 767px) {
  .l-footer__other-item a {
    margin-bottom: 1em;
  }
}*/

.l-footer__other-item a:hover {
  text-decoration: underline !important;
}

.copyright {
  font-size: 10px;
  font-weight: bold;
  font-family: sans-serif, "Barlow", "Tangerine";
  letter-spacing: 0.12em;
}

/*@media screen and (max-width: 767px) {
  .copyright {
    font-size: 2.6666666667vw;
  }
}*/

/* l-main */
#main {
  position: relative;
}

/*@media screen and (max-width: 767px) {
  #main {
    padding-top: 69px;
  }
}*/

.l-main {
  padding-top: 20px;
}

.l-main--module {
  padding-top: 6px;
}

/* l-container */
.l-container {
  width: min(100% - 400px, 1200px);
  min-width: 1200px;
  margin-inline: auto;
}

/*@media screen and (max-width: 767px) {
  .l-container {
    width: min(100% - 40px, 375px);
  }
}*/

.l-menu-container {
  width: min(100% - 80px, 295px);
  margin-inline: auto;
}

/* c-scroll-btn */
.c-scroll-btn {
  width: 22px;
  position: absolute;
  right: 27px;
  bottom: 40px;
  opacity: 1;
  cursor: pointer;
  text-align: center;
  color: #fff;
}

/*@media screen and (max-width: 767px) {
  .c-scroll-btn {
    width: 5.8666666667vw;
    right: 5.8666666667vw;
    bottom: 26.6666666667vw;
  }
}*/

.c-scroll-btn img {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-scroll-btn:after {
  position: absolute;
  white-space: pre;
  content: "Page top";
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 12px;
  text-align: center;
  font-family: sans-serif, "Barlow", "Tangerine";
  font-weight: 500;
  letter-spacing: 0.12em;
}

/*@media screen and (max-width: 767px) {
  .c-scroll-btn:after {
    font-size: 2.6666666667vw;
  }
}*/

/* c-side-menu */
.c-side-menu {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 5;
}

/*@media screen and (max-width: 767px) {
  .c-side-menu {
    width: 100%;
    height: 50px;
    bottom: 2px;
    border-radius: 5px;
    z-index: 10;
  }
}*/

/*@media screen and (max-width: 767px) {
  .c-side-menu__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}*/

.c-side-menu__item {
  width: 80px;
  height: 100px;
  margin-bottom: 5px;
  background-color: #E0F5F4;
}

/*@media screen and (max-width: 767px) {
  .c-side-menu__item {
    width: 33.3%;
    height: 26.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }

  .c-side-menu__item:nth-of-type(2n)>a {
    position: relative;
  }

  .c-side-menu__item:nth-of-type(2n)>a:before,
  .c-side-menu__item:nth-of-type(2n)>a:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background-color: #A6AAB4;
    top: 50%;
    transform: translateY(-50%);
  }
}*/

/*@media screen and (max-width: 767px) and (max-width: 767px) {

  .c-side-menu__item:nth-of-type(2n)>a:before,
  .c-side-menu__item:nth-of-type(2n)>a:after {
    height: 8vw;
  }
}*/

/*@media screen and (max-width: 767px) {
  .c-side-menu__item:nth-of-type(2n)>a:before {
    left: 0;
  }
}*/

/*@media screen and (max-width: 767px) {
  .c-side-menu__item:nth-of-type(2n)>a:after {
    right: 0;
  }
}*/

.c-side-menu__item span {
  display: block;
  font-family: "Noto sans JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  color: #3F3F41;
  font-weight: 500;
  line-height: 1.5;
}

/*@media screen and (max-width: 767px) {
  .c-side-menu__item span {
    font-size: 2.6666666667vw;
    vertical-align: middle;
    display: inline-block;
  }
}*/

.c-side-menu__item:hover {
  opacity: 0.6;
}

.c-side-menu__item-link {
  display: block;
  padding: 20px 10px;
  text-align: center;
}

/*@media screen and (max-width: 767px) {
  .c-side-menu__item-link {
    padding: 3.2vw 0;
  }
}*/

.c-side-menu__icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-bottom: 13px;
}

/*@media screen and (max-width: 767px) {
  .c-side-menu__icon {
    vertical-align: middle;
    margin-bottom: 0;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}*/

.c-side-menu__icon--calendar {
  height: 20px;
}

/*@media screen and (max-width: 767px) {
  .c-side-menu__icon--calendar {
    height: 5.3333333333vw;
  }
}*/

/* c-sns */
.c-sns__list {
  display: flex;
  flex-direction: row;
}

/*@media screen and (max-width: 1024px) {
  .c-sns__list {
    justify-content: center;
  }
}*/

.c-sns__item {
  height: 32px;
  margin-right: 20px;
}

.c-sns__item:last-of-type {
  margin-right: 0;
}

.c-sns__item img {
  width: 100%;
  height: 100%;
}

/* c-drawer */
.c-drawer {
  width: 100%;
  height: 100vh;
  max-width: 375px;
  z-index: 50;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  right: 0;
  letter-spacing: 0.05em;
  border-top: 6px solid #1E3C91;
  transform: translateX(105%);
  transition: transform 0.5s 0s ease-out;
}

/*@media screen and (max-width: 767px) {
  .c-drawer {
    top: 70px;
    transform: translateX(0);
    opacity: 0;
    border-top: none;
    transition: all 0.3s 0s ease;
    visibility: hidden;
    max-width: 100%;
  }
}*/

.c-drawer.is-active {
  transform: translateX(0);
}

/*@media screen and (max-width: 767px) {
  .c-drawer.is-active {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s 0s ease;
  }
}*/

.c-drawer__icon {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 5px 5px 5px 5px;
  background-color: #1E3C91;
  right: 10px;
  top: 10px;
  z-index: 1000;
  cursor: pointer;
}

/*@media screen and (max-width: 767px) {
  .c-drawer__icon {
    display: none;
  }
}*/

.c-drawer__icon:hover {
  opacity: 0.6;
}

.c-drawer__icon span {
  position: absolute;
  bottom: 5px;
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}

.c-drawer__icon span.is-active {
  display: none;
}

.c-drawer__icon-bars {
  display: block;
  position: relative;
  width: 35px;
  height: 15px;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
}

.c-drawer__icon-bar1,
.c-drawer__icon-bar2 {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.c-drawer__icon-bar1 {
  transform: translate(-50%, -50%) rotate(30deg);
}

.c-drawer__icon-bar2 {
  transform: translate(-50%, -50%) rotate(-30deg);
}

.c-drawer__main-menu {
  width: 100%;
  height: 100%;
  box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

/*@media screen and (max-width: 767px) {
  .c-drawer__main-menu {
    box-shadow: none;
  }
}*/

.c-drawer__heading {
  margin-bottom: 30px;
}

/*@media screen and (max-width: 767px) {
  .c-drawer__heading {
    margin-bottom: 8vw;
  }
}*/

.c-drawer__logo {
  width: 170px;
  padding-top: 10px;
/*  margin-inline: auto;*/
  margin-bottom: 30px;
}

/*@media screen and (max-width: 767px) {
  .c-drawer__logo {
    width: 45.3333333333vw;
    padding-top: 2.6666666667vw;
    margin-bottom: 8vw;
  }
}*/

.c-drawer__button-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
}

/*@media screen and (max-width: 767px) {
  .c-drawer__button-wrap {
    margin-bottom: 8vw;
  }
}*/

.c-drawer__button {
  width: 143px;
  height: 50px;
  display: inline-block;
  background-color: #E0F5F4;
  font-size: 12px;
  text-align: center;
  position: relative;
  margin-right: 9px;
  font-weight: 500;
}

/*@media screen and (max-width: 767px) {
  .c-drawer__button {
    width: 34.6666666667vw;
    height: 13.3333333333vw;
    margin-right: 2.4vw;
    font-size: 3.2vw;
  }
}*/

.c-drawer__button span {
  width: 100%;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  line-height: 1.5;
}

.c-drawer__button img {
  margin-right: 5px;
  vertical-align: middle;
}

/*@media screen and (max-width: 767px) {
  .c-drawer__button img {
    margin-right: 1.3333333333vw;
  }
}*/

.c-drawer__button:last-of-type {
  margin-right: 0;
}

.c-drawer__sns-list {
  justify-content: center;
}

.c-drawer__pc-menu {
  height: calc(100vh - 370px);
  border-top: 1px solid #E0E6F5;
  overflow-y: scroll;
  margin-bottom: 15px;
}

/*@media screen and (max-width: 767px) {
  .c-drawer__pc-menu {
    margin-bottom: 4vw;
  }
}*/

.c-drawer__pc-menu::-webkit-scrollbar {
  width: 0.6rem;
}

.c-drawer__pc-menu::-webkit-scrollbar-track {
  background-color: rgba(70, 63, 40, 0.25);
  border-radius: 0.5rem;
}

.c-drawer__pc-menu::-webkit-scrollbar-thumb {
  background-color: #1E3C91;
  border-radius: 0.5rem;
}

.c-drawer__pc-nav {
  height: 100%;
}

.c-drawer__pc-list {
  height: 100%;
  padding-right: 10px;
}

.c-drawer__pc-item {
  line-height: 1;
  border-bottom: 1px solid #E0E6F5;
  font-size: 14px;
  font-weight: 500;
}

/*@media screen and (max-width: 767px) {
  .c-drawer__pc-item {
    font-size: 3.7333333333vw;
  }
}*/

.c-drawer__pc-item>a,
.c-drawer__pc-item>span {
  padding: 20px 0;
  display: block;
  cursor: pointer;
}

/*@media screen and (max-width: 767px) {

  .c-drawer__pc-item>a,
  .c-drawer__pc-item>span {
    padding: 5.3333333333vw 0;
  }
}*/

.c-drawer__pc-item>a:hover,
.c-drawer__pc-item>span:hover {
  text-decoration: underline !important;
}

.c-drawer__sub-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 375px;
  box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  right: 100%;
  top: 0;
  background-color: #ffffff;
  z-index: 100;
  transition: all 0.3s 0s ease;
  opacity: 0;
  visibility: hidden;
}

.c-drawer__sub-menu.is-active {
  opacity: 1;
  visibility: visible;
}

.c-drawer__sub-heading {
  font-size: 20px;
  text-align: center;
  padding: 35px 0;
  border-bottom: 1px solid #E0E6F5;
}

/*.c-drawer__pc-item:hover .c-drawer__sub-menu {
  opacity: 1;
  visibility: visible;
}*/
.c-drawer__sub-menu{
  padding-right: 4rem;
  margin-right: -4rem;
  max-width: 415px;
}

/*@media screen and (max-width: 767px) {
  .c-drawer__sub-heading {
    font-size: 5.3333333333vw;
    padding: 9.3333333333vw 0;
  }
}*/

/*@media screen and (max-width: 767px) {
  .c-drawer__sm-menu {
    height: calc(100vh - 400px);
    border-top: 1px solid #E0E6F5;
    overflow-y: scroll;
    margin-bottom: 4vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .c-drawer__sm-menu:-webkit-scrollbar {
    display: none;
  }

  .c-drawer__sm-nav {
    height: 100%;
  }

  .c-drawer__sm-list {
    height: 100%;
  }

  .c-drawer__sm-item {
    line-height: 1;
    border-bottom: 1px solid #E0E6F5;
    font-size: 3.7333333333vw;
    font-weight: 500;
  }

  .c-drawer__sm-item>a,
  .c-drawer__sm-item>span {
    padding: 5.3333333333vw 0;
    display: block;
    cursor: pointer;
  }

  .c-drawer__sm-item>a:hover,
  .c-drawer__sm-item>span:hover {
    text-decoration: underline !important;
  }

  .c-drawer__sm-sub-list {
    margin-bottom: 5.3333333333vw;
    display: none;
  }

  .c-drawer__sm-sub-item {
    font-size: 3.2vw;
    position: relative;
    margin-bottom: 1.5em;
    font-weight: 300;
  }

  .c-drawer__sm-sub-item:last-of-type {
    margin-bottom: 0;
  }

  .c-drawer__sm-sub-item:before {
    position: absolute;
    content: "-";
    font-size: 3.2vw;
    left: 2.6666666667vw;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 300;
  }

  .c-drawer__sm-sub-item>a {
    padding-left: 6.9333333333vw;
  }

  .c-drawer__sm-sub-item>a:hover {
    text-decoration: underline;
  }
}*/

/* c-icon */
.c-icon--plus {
  position: relative;
}

.c-icon--plus:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background-color: #7481D1;
}

.c-icon--plus:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 21px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background-color: #7481D1;
  transition: transform 0.3s 0s ease;
}

.c-icon--plus.is-active:after {
  transform: translateY(-50%) rotate(-90deg);
}

.c-icon--arrow {
  position: relative;
}

.c-icon--arrow:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 21px;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background-image: url(../img/common/drawer-arrow-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* c-search-form */
.c-search-form {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #A1AED1;
  border-radius: 3px;
}

/*@media screen and (max-width: 767px) {
  .c-search-form {
    height: 10.6666666667vw;
  }
}*/

.c-search-form__input {
  width: 100%;
  height: 100%;
  background-image: url(../img/common/search-icon.svg);
  background-position: center right 10px;
  background-repeat: no-repeat;
  padding-left: 10px;
}

/*@media screen and (max-width: 767px) {
  .c-search-form__input {
    padding-left: 2.6666666667vw;
    background-position: center right 2.6666666667vw;
  }
}*/

/* p-pamphlet */
.p-pamphlet {
  background-color: #F8F6D9;
  position: relative;
}

.p-pamphlet__img {
  width: 100%;
  background: #fff;
}

.p-pamphlet__contents-wrap {
  width: 100%;
  padding: 80px 0;
}

/*@media screen and (max-width: 767px) {
  .p-pamphlet__contents-wrap {
    padding: 10.6666666667vw 0;
  }
}*/

.p-pamphlet__contents {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: row;
  margin-inline: auto;
}

/*@media screen and (max-width: 767px) {
  .p-pamphlet__contents {
    flex-direction: column;
  }
}*/

.p-pamphlet__button {
  display: inline-block;
  width: 100%;
  max-width: 395px;
  border-radius: 5px;
}

/*@media screen and (max-width: 767px) {
  .p-pamphlet__button {
    margin-right: auto;
    margin-left: auto;
  }
}*/

.p-pamphlet__button img {
  width: 100%;
  height: 100%;
}

.p-pamphlet__button:first-of-type {
  margin-right: 10px;
}

/*@media screen and (max-width: 767px) {
  .p-pamphlet__button:first-of-type {
    margin-right: auto;
    margin-bottom: 2.6666666667vw;
  }
}*/

.p-pamphlet__button:hover {
  opacity: 0.6;
}