@charset "UTF-8";
/*!
Author: Cryptomeria
Version: 1.0.0
License: BSD License
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

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

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

/**
 * 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;
  font-size: 1em;
}

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

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! style-base.scss */
/*****************************************
 * カラー設定
 *****************************************/
:root {
  --color-black-transparent: rgba(0, 0, 0, 0.8);
  --color-white-transparent: #ffffff;
  --color-white: #ffffff;
  --color-lightwhite: #F0F0F0;
  --color-darkwhite: #E4E4E4;
  --color-gray: #808080;
  --color-black: #333333;
  --color-lightblack: #666666;
  --color-blueblack: #0F1F2E;
  --color-deepblue: #004970;
  --color-bluegreen: #00293A;
  --color-green: #5A8545;
  --color-lightcyan: #e1f6ff;
  --color-orange: #F5911E;
  --color-lightgreen: #47B311;
  --color-yellow: #FFFF57;
  --color-lightbrown: #dcd2c6;
}

/*****************************************
 * 基本設定
 *****************************************/
html, body {
  position: relative;
  background-color: var(--color-white);
  overflow-x: hidden;
}

/*****************************************
 * リンク設定
 *****************************************/
a {
  text-decoration: none;
  transition: opacity 300ms;
}
a:hover {
  opacity: 0.8;
}

/*****************************************
 * ボタン設定
 *****************************************/
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}

.qualvaBtn {
  cursor: pointer;
}

/*****************************************
 * スライドイン設定
 *****************************************/
.slidein_fast {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 2s;
}

.slidein_fast.slideShown {
  opacity: 1;
  transform: translateY(0);
}

.slidein {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s 0.5s, transform 2s 0.8s;
}

.slidein.slideShown {
  opacity: 1;
  transform: translateY(0);
}

/*! style-common.scss */
/*****************************************
 * mixin
 *****************************************/
/*****************************************
 * コンテンツ幅の定義
 *****************************************/
@media (min-width: 1181px) {
  /*****************************************
   * SPのみのコンテンツ非表示
   *****************************************/
  .sp {
    display: none !important;
  }
  /*****************************************
   * コンテンツ幅
   *****************************************/
  .content-wrapper {
    width: 100%;
  }
  .content-wrapper .content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
  }
  .content-wrapper .content-full {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .content-wrapper .content-wide {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: min(1620px, 100%);
  }
  .content-wrapper .content-middle {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1160px;
  }
  .content-wrapper .content-narrow {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
  }
}
@media (max-width: 1180px) {
  /*****************************************
   * PCのみのコンテンツ非表示
   *****************************************/
  .pc {
    display: none !important;
  }
  /*****************************************
   * コンテンツ幅
   *****************************************/
  .content-wrapper {
    width: 100vw;
  }
  .content-wrapper .content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 32px);
    width: calc(100% - 1rem);
  }
  .content-wrapper .content-full {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .content-wrapper .content-wide {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .content-wrapper .content-middle {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 16px);
    width: calc(100% - 0.5rem);
  }
  .content-wrapper .content-narrow {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 32px);
    width: calc(100% - 1rem);
  }
  div[id$=_anchor] {
    position: relative;
    top: -1.5rem;
  }
}
/*****************************************
 * ヘッダー設定
 *****************************************/
/** ※カミングスーンページはCSS直書き */
/*! style-header.scss */
@media (min-width: 1181px) {
  /*****************************************
  * ヘッダー設定
  *****************************************/
  #section-header {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: var(--color-white);
  }
  #header {
    display: flex;
    justify-content: space-between;
    height: 100px;
    background-color: var(--color-white);
  }
  #header #header-left {
    margin-left: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100px;
  }
  #header #header-left #header-left-upper_text {
    margin-bottom: 8px;
    font-size: 12pt;
  }
  #header #header-left #header-left-lower {
    display: flex;
    align-items: center;
  }
  #header #header-left #header-left-lower img {
    margin-right: 16px;
    height: 36px;
  }
  #header #header-left #header-left-lower #header-left-lower_text {
    font-size: 30pt;
    font-weight: bold;
    color: var(--color-bluegreen);
  }
}
@media (min-width: 1181px) and (max-width: 1250px) {
  #header #header-left #header-left-lower #header-left-lower_text {
    font-size: 25pt;
  }
}
@media (min-width: 1181px) {
  #header #header-right {
    display: flex;
    justify-content: flex-end;
    height: 100px;
  }
  #header #header-right #header-right-box1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 280px;
    height: 100px;
  }
  #header #header-right #header-right-box1 #header-right-box1_text1 {
    font-size: 18px;
  }
  #header #header-right #header-right-box1 #header-right-box1_text2 a {
    display: flex;
    justify-content: flex-start;
    font-size: 30px;
    font-weight: bold;
    color: black;
  }
  #header #header-right #header-right-box1 #header-right-box1_text2 a img {
    margin-right: 8px;
    width: 45px;
    height: auto;
  }
  #header #header-right #header-right-box1 #header-right-box1_text3 {
    font-size: 12px;
  }
  #header #header-right #header-right-box2 {
    background-color: var(--color-yellow);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 100px;
  }
  #header #header-right #header-right-box2 #header-right-box2_text {
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: var(--color-black);
  }
  body {
    padding-top: 100px;
  }
}
@media (max-width: 1180px) {
  /*****************************************
  * ヘッダー設定
  *****************************************/
  #section-header {
    position: relative;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 160px;
    height: 5rem;
    background-color: var(--color-white);
  }
  #header {
    display: flex;
    justify-content: space-between;
    height: 160px;
    height: 5rem;
    background-color: var(--color-white);
  }
  #header #header-left {
    margin-left: 30px;
    margin-left: 0.9375rem;
    height: 160px;
    height: 5rem;
  }
  #header #header-left #header-left-upper_text {
    margin-top: 8px;
    margin-top: 0.25rem;
    margin-bottom: 8px;
    margin-bottom: 0.25rem;
    font-size: 22px;
    font-size: 0.6875rem;
  }
  #header #header-left #header-left-lower {
    display: flex;
  }
  #header #header-left #header-left-lower img {
    margin-right: 25px;
    margin-right: 0.78125rem;
    height: 48px;
    height: 1.5rem;
  }
  #header #header-left #header-left-lower #header-left-lower_text {
    font-size: 48px;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--color-bluegreen);
  }
  #header #header-right {
    display: none;
  }
  #header #menu_sp {
    position: relative;
    right: 0;
    top: 0;
  }
  #header #menu_sp #opener, #header #menu_sp #closer {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--color-deepblue);
    border-left: 0.03125rem solid var(--color-deepblue);
    border-top: none;
    border-right: none;
    border-bottom: 1px solid var(--color-deepblue);
    border-bottom: 0.03125rem solid var(--color-deepblue);
    color: var(--color-black);
    background-color: var(--color-white);
    right: 0;
    top: 0;
    width: 72px;
    width: 2.25rem;
    height: 72px;
    height: 2.25rem;
    font-size: 64px;
    font-size: 2rem;
    font-weight: bold;
    opacity: 0;
    transition: opacity 1s;
    cursor: pointer;
    z-index: 1000;
  }
  #header #menu_sp #opener img, #header #menu_sp #closer img {
    width: 55px;
    width: 1.71875rem;
    height: 44px;
    height: 1.375rem;
  }
  #header #menu_sp #opener.shown, #header #menu_sp #closer.shown {
    opacity: 1;
    z-index: 1001;
  }
  #header #menu_sp #contents {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  #header #menu_sp #contents.shown {
    display: block;
  }
  #header #menu_sp #contents #background {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    height: 72px;
    height: 2.25rem;
    color: white;
    background-color: var(--color-black-transparent);
    z-index: 1000;
  }
  #header #menu_sp #contents #foreground {
    position: fixed;
    left: 0;
    top: 72px;
    top: 2.25rem;
    right: 0;
    bottom: 0;
    background-color: var(--color-white);
    z-index: 1001;
  }
  #header #menu_sp #contents #foreground #menus {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    border-top: 1px solid var(--color-white);
    border-top: 0.03125rem solid var(--color-white);
  }
  #header #menu_sp #contents #foreground #menus li {
    margin: 0;
    padding: 16px;
    padding: 0.5rem;
    width: 100%;
    font-size: 32px;
    font-size: 1rem;
    border-bottom: 1px dashed var(--color-black);
    border-bottom: 0.03125rem dashed var(--color-black);
    text-align: center;
  }
  #header #menu_sp #contents #foreground #menus li a {
    display: block;
    text-align: center;
    color: var(--color-black);
  }
  #header #menu_sp #contents #foreground #menus li:hover {
    background-color: var(--color-black);
  }
  #header #menu_sp #contents #foreground #menus li:hover a {
    color: var(--color-white);
  }
}
/*! _style-section0.scss */
@media (min-width: 1181px) {
  #section0 {
    position: relative;
    background-color: var(--color-lightcyan);
    height: 880px;
  }
  #section0 #background {
    position: absolute;
    left: calc((100% - 1180px + 600px) / 2);
    top: 0;
  }
  #section0 #foreground {
    position: relative;
  }
  #section0 #foreground #serif {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 45px;
    width: 620px;
    height: 80px;
    border-radius: 20px;
    font-size: 40px;
    color: var(--color-white);
    background-color: var(--color-lightgreen);
  }
  #section0 #foreground #serif:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 20px;
    width: 30px;
    height: 30px;
    transform: skewX(45deg);
    background-color: var(--color-lightgreen);
  }
  #section0 #foreground #line1 {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    top: 155px;
  }
  #section0 #foreground #line1 .narrow {
    font-size: 46px;
    color: var(--color-black);
  }
  #section0 #foreground #line1 .bold {
    font-size: 50px;
    font-weight: bold;
    color: var(--color-deepblue);
  }
  #section0 #foreground #line2 {
    position: absolute;
    left: 0;
    top: 230px;
    font-size: 32px;
    font-weight: bold;
    color: var(--color-black);
  }
  #section0 #foreground #line3 {
    position: absolute;
    left: 0;
    top: 280px;
    font-size: 32px;
    color: var(--color-black);
  }
  #section0 #foreground #line3 .bold {
    font-weight: bold;
  }
  #section0 #foreground #line4 {
    position: absolute;
    left: 0;
    top: 590px;
    font-size: 30px;
    font-weight: bold;
    color: var(--color-deepblue);
    letter-spacing: 2px;
    text-shadow: 1px 1px 0 var(--color-white), -1px 1px 0 var(--color-white), 1px -1px 0 var(--color-white), -1px -1px 0 var(--color-white), 1px 0 0 var(--color-white), 0 1px 0 var(--color-white), -1px 0 0 var(--color-white), 0 -1px 0 var(--color-white);
  }
  #section0 #foreground #line5 {
    position: absolute;
    left: 0;
    top: 630px;
    font-size: 38px;
    font-weight: bold;
    color: var(--color-deepblue);
    letter-spacing: 2px;
    text-shadow: 1px 1px 0 var(--color-white), -1px 1px 0 var(--color-white), 1px -1px 0 var(--color-white), -1px -1px 0 var(--color-white), 1px 0 0 var(--color-white), 0 1px 0 var(--color-white), -1px 0 0 var(--color-white), 0 -1px 0 var(--color-white);
  }
  #section0 #foreground #line6 {
    position: absolute;
    left: 0;
    top: 690px;
    font-size: 24px;
    color: var(--color-bluegreen);
  }
  #section0 #foreground #line7 {
    position: absolute;
    left: 0;
    top: 720px;
    font-size: 16px;
    color: var(--color-bluegreen);
  }
  #section0 #foreground #circles #circle1, #section0 #foreground #circles #circle2, #section0 #foreground #circles #circle3 {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: 555px;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    color: var(--color-white);
    background-color: var(--color-lightgreen);
  }
  #section0 #foreground #circles #circle1 .title, #section0 #foreground #circles #circle2 .title, #section0 #foreground #circles #circle3 .title {
    width: 54px;
    margin-top: 22px;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: bold;
  }
  #section0 #foreground #circles #circle1 {
    left: 540px;
  }
  #section0 #foreground #circles #circle1 .content1 {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
  }
  #section0 #foreground #circles #circle2 {
    left: 690px;
  }
  #section0 #foreground #circles #circle2 .content2 {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
  }
  #section0 #foreground #circles #circle3 {
    left: 840px;
  }
  #section0 #foreground #circles #circle3 .content3 {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
  }
  #section0 #foreground #buttons {
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: 0;
    top: 745px;
    width: 100%;
  }
  #section0 #foreground #buttons #button1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 530px;
    height: 100px;
    border-radius: 8px;
    color: var(--color-white);
    background-color: var(--color-blueblack);
  }
  #section0 #foreground #buttons #button1 #left-box {
    font-size: 24px;
    font-weight: bold;
  }
  #section0 #foreground #buttons #button1 #right-box #upper {
    display: flex;
    justify-content: flex-start;
    font-size: 30px;
    font-weight: bold;
  }
  #section0 #foreground #buttons #button1 #right-box #upper img {
    margin-right: 8px;
    width: 45px;
    height: auto;
  }
  #section0 #foreground #buttons #button1 #right-box #lower {
    font-size: 14px;
  }
  #section0 #foreground #buttons #button2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 430px;
    height: 100px;
    border-radius: 8px;
    font-size: 26px;
    font-weight: bold;
    color: var(--color-black);
    background-color: var(--color-yellow);
  }
}
@media (max-width: 1180px) {
  #section0 {
    position: relative;
    background-color: var(--color-lightcyan);
    height: 1150px;
    height: 35.9375rem;
  }
  #section0 #background {
    position: absolute;
    left: -135px;
    left: -4.21875rem;
    top: 65px;
    top: 2.03125rem;
    width: 1060px;
    width: 33.125rem;
    height: auto;
    overflow: hidden;
  }
  #section0 #foreground {
    position: relative;
  }
  #section0 #foreground #serif {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 45px;
    left: 1.40625rem;
    top: 20px;
    top: 0.625rem;
    width: 580px;
    width: 18.125rem;
    height: 70px;
    height: 2.1875rem;
    border-radius: 20px;
    border-radius: 0.625rem;
    font-size: 36px;
    font-size: 1.125rem;
    color: var(--color-white);
    background-color: var(--color-lightgreen);
  }
  #section0 #foreground #serif:before {
    content: "";
    position: absolute;
    left: -15px;
    left: -0.46875rem;
    top: 20px;
    top: 0.625rem;
    width: 30px;
    width: 0.9375rem;
    height: 30px;
    height: 0.9375rem;
    transform: skewX(45deg);
    background-color: var(--color-lightgreen);
  }
  #section0 #foreground #line1 {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    top: 115px;
    top: 3.59375rem;
  }
  #section0 #foreground #line1 .narrow {
    font-size: 44px;
    font-size: 1.375rem;
    color: var(--color-black);
  }
  #section0 #foreground #line1 .bold {
    font-size: 48px;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--color-deepblue);
  }
  #section0 #foreground #line2 {
    position: absolute;
    left: 0;
    top: 185px;
    top: 5.78125rem;
    font-size: 30px;
    font-size: 0.9375rem;
    font-weight: bold;
    color: var(--color-black);
  }
  #section0 #foreground #line3 {
    position: absolute;
    left: 0;
    top: 230px;
    top: 7.1875rem;
    font-size: 30px;
    font-size: 0.9375rem;
    color: var(--color-black);
  }
  #section0 #foreground #line3 .bold {
    font-weight: bold;
  }
  #section0 #foreground #line4 {
    position: absolute;
    left: 0;
    top: 860px;
    top: 26.875rem;
    font-size: 44px;
    font-size: 1.375rem;
    font-weight: bold;
    color: var(--color-deepblue);
    letter-spacing: 2px;
    text-shadow: 1px 1px 0 var(--color-white), -1px 1px 0 var(--color-white), 1px -1px 0 var(--color-white), -1px -1px 0 var(--color-white), 1px 0 0 var(--color-white), 0 1px 0 var(--color-white), -1px 0 0 var(--color-white), 0 -1px 0 var(--color-white);
    letter-spacing: 0.0625rem;
    text-shadow: 0.03125rem 0.03125rem 0 var(--color-white), -0.03125rem 0.03125rem 0 var(--color-white), 0.03125rem -0.03125rem 0 var(--color-white), -0.03125rem -0.03125rem 0 var(--color-white), 0.03125rem 0 0 var(--color-white), 0 0.03125rem 0 var(--color-white), -0.03125rem 0 0 var(--color-white), 0 -0.03125rem 0 var(--color-white);
  }
  #section0 #foreground #line5 {
    position: absolute;
    left: 0;
    top: 915px;
    top: 28.59375rem;
    font-size: 50px;
    font-size: 1.625rem;
    font-weight: bold;
    letter-spacing: -1px;
    color: var(--color-deepblue);
    letter-spacing: 2px;
    text-shadow: 1px 1px 0 var(--color-white), -1px 1px 0 var(--color-white), 1px -1px 0 var(--color-white), -1px -1px 0 var(--color-white), 1px 0 0 var(--color-white), 0 1px 0 var(--color-white), -1px 0 0 var(--color-white), 0 -1px 0 var(--color-white);
    letter-spacing: 0.0625rem;
    text-shadow: 0.03125rem 0.03125rem 0 var(--color-white), -0.03125rem 0.03125rem 0 var(--color-white), 0.03125rem -0.03125rem 0 var(--color-white), -0.03125rem -0.03125rem 0 var(--color-white), 0.03125rem 0 0 var(--color-white), 0 0.03125rem 0 var(--color-white), -0.03125rem 0 0 var(--color-white), 0 -0.03125rem 0 var(--color-white);
  }
  #section0 #foreground #line6 {
    position: absolute;
    left: 0;
    top: 980px;
    top: 30.625rem;
    font-size: 32px;
    font-size: 1rem;
    color: var(--color-bluegreen);
  }
  #section0 #foreground #line7 {
    position: absolute;
    left: 0;
    top: 1075px;
    top: 33.59375rem;
    font-size: 22px;
    font-size: 0.6875rem;
    color: var(--color-bluegreen);
  }
  #section0 #foreground #circles {
    position: absolute;
    display: flex;
    justify-content: space-evenly;
    top: 635px;
    top: 19.84375rem;
    width: 100%;
  }
  #section0 #foreground #circles #circle1, #section0 #foreground #circles #circle2, #section0 #foreground #circles #circle3 {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 200px;
    width: 6.25rem;
    height: 200px;
    height: 6.25rem;
    border-radius: 100%;
    color: var(--color-white);
    background-color: var(--color-lightgreen);
  }
  #section0 #foreground #circles #circle1 .title, #section0 #foreground #circles #circle2 .title, #section0 #foreground #circles #circle3 .title {
    margin-top: 22px;
    margin-top: 0.6875rem;
    margin-bottom: 14px;
    margin-bottom: 0.4375rem;
    font-size: 40px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  #section0 #foreground #circles #circle1 .content1 {
    margin-bottom: 15px;
    margin-bottom: 0.46875rem;
    font-size: 36px;
    font-size: 1.125rem;
    font-weight: bold;
  }
  #section0 #foreground #circles #circle2 .content2 {
    margin-bottom: 10px;
    margin-bottom: 0.3125rem;
    font-size: 22px;
    font-size: 0.6875rem;
    font-weight: bold;
  }
  #section0 #foreground #circles #circle3 .content3 {
    margin-bottom: 10px;
    margin-bottom: 0.3125rem;
    font-size: 26px;
    font-size: 0.8125rem;
    font-weight: bold;
  }
  #section0 #foreground #buttons {
    display: none;
  }
}
/*! _style-section1.scss */
@media (min-width: 1181px) {
  #section1 {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    color: var(--color-white);
    background-color: var(--color-deepblue);
  }
  #section1 #title #line1 {
    margin-bottom: 35px;
    font-size: 38px;
    text-align: center;
  }
  #section1 #title #line2 {
    margin-bottom: 65px;
    font-size: 38px;
    text-align: center;
  }
  #section1 #title #line2 .bold {
    font-weight: bold;
  }
  #section1 #title #line2 .underline {
    padding-bottom: 0;
    border-bottom: 8px solid var(--color-yellow);
  }
  #section1 #title #line2 .underdot {
    position: relative;
  }
  #section1 #title #line2 .underdot::before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 16px;
    bottom: -8px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--color-orange);
  }
  #section1 #qas {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #section1 #qas #problems {
    width: 650px;
  }
  #section1 #qas #problems .problem:not(:last-child) {
    margin-bottom: 60px;
  }
  #section1 #qas #problems .problem .question {
    position: relative;
    margin-bottom: 20px;
    padding-left: 35px;
    font-size: 24px;
    font-weight: bold;
  }
  #section1 #qas #problems .problem .question::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 27px;
    height: 26px;
  }
  #section1 #qas #problems .problem .answer {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
  }
  #section1 #qas #image {
    width: 300px;
    height: auto;
  }
}
@media (max-width: 1180px) {
  #section1 {
    position: relative;
    padding-top: 40px;
    padding-top: 1.25rem;
    padding-bottom: 70px;
    padding-bottom: 2.1875rem;
    color: var(--color-white);
    background-color: var(--color-deepblue);
  }
  #section1 #title #line1 {
    margin-bottom: 36px;
    margin-bottom: 1.125rem;
    margin-left: -16px;
    margin-left: -0.5rem;
    width: 100vw;
    font-size: 40px;
    font-size: 1.25rem;
    text-align: center;
  }
  #section1 #title #line2 {
    margin-bottom: 32px;
    margin-bottom: 1rem;
    font-size: 42px;
    font-size: 1.3125rem;
    line-height: 72px;
    line-height: 2.25rem;
    text-align: center;
  }
  #section1 #title #line2 .bold {
    font-weight: bold;
  }
  #section1 #title #line2 .underline {
    padding-bottom: 0;
    border-bottom: 8px solid var(--color-yellow);
  }
  #section1 #title #line2 .underdot {
    position: relative;
  }
  #section1 #title #line2 .underdot::before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 16px;
    left: 0.5rem;
    bottom: -8px;
    bottom: -0.25rem;
    width: 6px;
    width: 0.1875rem;
    height: 6px;
    height: 0.1875rem;
    border-radius: 100%;
    background-color: var(--color-orange);
  }
  #section1 #qas {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  #section1 #qas #image {
    margin-bottom: 32px;
    margin-bottom: 1rem;
    width: 300px;
    width: 9.375rem;
    height: auto;
  }
  #section1 #qas #problems {
    width: 650px;
    width: 20.3125rem;
  }
  #section1 #qas #problems .problem:not(:last-child) {
    margin-bottom: 60px;
    margin-bottom: 1.875rem;
  }
  #section1 #qas #problems .problem .question {
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 0.625rem;
    padding-left: 35px;
    padding-left: 1.09375rem;
    font-size: 36px;
    font-size: 1.125rem;
    font-weight: bold;
  }
  #section1 #qas #problems .problem .question::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 36px;
    width: 1.125rem;
    height: 36px;
    height: 1.125rem;
  }
  #section1 #qas #problems .problem .answer {
    font-size: 32px;
    font-size: 1rem;
    line-height: 1.5;
    text-align: justify;
  }
}
/*! _style-section2.scss */
@media (min-width: 1181px) {
  #section2 {
    position: relative;
    padding-top: 90px;
    padding-bottom: 65px;
    background-color: var(--color-darkwhite);
  }
  #section2::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 50px;
    height: 50px;
    transform: translateX(-50%) translateY(-25px) rotate(45deg);
    background-color: var(--color-deepblue);
  }
  #section2 #title {
    margin-bottom: 85px;
  }
  #section2 #title #line1 {
    font-size: 40px;
    font-weight: bold;
    color: var(--color-deepblue);
    text-align: center;
  }
  #section2 #procedure {
    margin-bottom: 60px;
    padding: 25px 0 45px;
    border: 4px solid var(--color-deepblue);
    border-radius: 16px;
    color: var(--color-bluegreen);
    background-color: var(--color-white);
  }
  #section2 #procedure #line0 {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: var(--color-bluegreen);
  }
  #section2 #procedure #line0 #image {
    margin-right: 8px;
    width: 80px;
    height: auto;
  }
  #section2 #procedure #line0 .underline {
    padding-bottom: 0;
    border-bottom: 8px solid var(--color-yellow);
  }
  #section2 #procedure #line1, #section2 #procedure #line2, #section2 #procedure #line3 {
    margin-left: 90px;
    font-size: 26px;
  }
  #section2 #procedure #line1:not(:last-child), #section2 #procedure #line2:not(:last-child), #section2 #procedure #line3:not(:last-child) {
    margin-bottom: 30px;
  }
  #section2 .subtitle {
    margin-bottom: 45px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
  }
  #section2 #flow-graph {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #section2 #flow-graph .box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border-radius: 16px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    color: var(--color-white);
    background-color: var(--color-deepblue);
  }
  #section2 #flow-graph .half-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 80px;
    border-radius: 16px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    color: var(--color-white);
    background-color: var(--color-deepblue);
  }
  #section2 #flow-graph .double {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 180px;
  }
  #section2 #flow-graph .right-triangle {
    width: auto;
    height: 80px;
  }
  #section2 dl#faq dt {
    margin-bottom: 45px;
    position: relative;
    padding: 28px;
    border-radius: 16px;
    font-size: 28px;
    line-height: 1.5;
    color: var(--color-white);
    background-color: var(--color-lightgreen);
    z-index: 100;
  }
  #section2 dl#faq dt:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 20px;
    width: 30px;
    height: 30px;
    transform: skewX(45deg);
    background-color: var(--color-lightgreen);
    z-index: 99;
  }
  #section2 dl#faq dd {
    margin-left: 0;
    margin-bottom: 45px;
    position: relative;
    padding: 25px;
    border-radius: 16px;
    font-size: 28px;
    line-height: 1.5;
    color: var(--color-black);
    background-color: var(--color-white);
    box-shadow: 4px 4px 0 var(--color-gray), -4px 4px 0 var(--color-gray), 4px -4px 0 var(--color-gray), -4px -4px 0 var(--color-gray), 4px 0 0 var(--color-gray), 0 4px 0 var(--color-gray), -4px 0 0 var(--color-gray), 0 -4px 0 var(--color-gray);
  }
  #section2 dl#faq dd:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 20px;
    width: 30px;
    height: 30px;
    transform: skewX(-45deg);
    color: var(--color-black);
    background-color: var(--color-white);
    border-top: 4px solid var(--color-gray);
    border-right: 4px solid var(--color-gray);
  }
  #section2 dl#faq dd .dropdown-header {
    position: relative;
    cursor: pointer;
  }
  #section2 dl#faq dd .dropdown-header:after {
    position: absolute;
    content: "▼";
    right: 16px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    transition: transform 500ms;
    animation: dropdown-triangle 1s linear infinite alternate forwards;
  }
  @keyframes dropdown-triangle {
    0% {
      color: var(--color-white);
    }
    100% {
      color: var(--color-black);
    }
  }
  #section2 dl#faq dd .dropdown-main {
    position: absolute;
    opacity: 0;
    margin-top: 0;
    margin-right: 80px;
    overflow: hidden;
    font-size: 16px;
    line-height: unset;
    text-align: justify;
    transition: margin-top 1s, max-height 1s, opacity 1s;
  }
  #section2 dl#faq dd.shown .dropdown-header::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (max-width: 1180px) {
  #section2 {
    position: relative;
    padding-top: 90px;
    padding-top: 2.8125rem;
    padding-bottom: 65px;
    padding-bottom: 2.03125rem;
    background-color: var(--color-darkwhite);
  }
  #section2::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 50px;
    width: 1.5625rem;
    height: 50px;
    height: 1.5625rem;
    transform: translateX(-50%) translateY(-25px) rotate(45deg);
    transform: translateX(-50%) translateY(-0.78125rem) rotate(45deg);
    background-color: var(--color-deepblue);
  }
  #section2 #title {
    margin-bottom: 70px;
    margin-bottom: 2.1875rem;
  }
  #section2 #title #line1 {
    font-size: 44px;
    font-size: 1.375rem;
    font-weight: bold;
    color: var(--color-deepblue);
    text-align: center;
  }
  #section2 #procedure {
    margin-bottom: 60px;
    margin-bottom: 1.875rem;
    padding: 40px 0 45px;
    padding: 1.25rem 0 1.40625rem;
    border: 4px solid var(--color-deepblue);
    border: 0.125rem solid var(--color-deepblue);
    border-radius: 16px;
    border-radius: 0.5rem;
    color: var(--color-bluegreen);
    background-color: var(--color-white);
  }
  #section2 #procedure #line0 {
    margin-bottom: 40px;
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    font-size: 1.375rem;
    line-height: 1.5;
    color: var(--color-bluegreen);
  }
  #section2 #procedure #line0 #image {
    margin-bottom: 25px;
    margin-bottom: 0.78125rem;
    width: 130px;
    width: 4.0625rem;
    height: auto;
  }
  #section2 #procedure #line0 .underline {
    padding-bottom: 0;
    border-bottom: 8px solid var(--color-yellow);
    border-bottom: 0.25rem solid var(--color-yellow);
  }
  #section2 #procedure ol {
    padding-left: 40px;
    padding-left: 1.25rem;
    padding-right: 40px;
    padding-right: 1.25rem;
  }
  #section2 #procedure #line1, #section2 #procedure #line2, #section2 #procedure #line3 {
    margin-left: 32px;
    margin-left: 1rem;
    font-size: 34px;
    font-size: 1.0625rem;
    line-height: 1.5;
    text-align: justify;
  }
  #section2 #procedure #line1:not(:last-child), #section2 #procedure #line2:not(:last-child), #section2 #procedure #line3:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 0.9375rem;
  }
  #section2 .subtitle {
    margin-bottom: 45px;
    margin-bottom: 1.40625rem;
    font-size: 36px;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
  }
  #section2 #flow-graph {
    margin-bottom: 80px;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #section2 #flow-graph .box {
    margin-bottom: 20px;
    margin-bottom: 0.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    height: 3.125rem;
    border-radius: 16px;
    border-radius: 0.5rem;
    font-size: 32px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    line-height: 1.125rem;
    color: var(--color-white);
    background-color: var(--color-deepblue);
  }
  #section2 #flow-graph .double {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 718px;
    width: 22.4375rem;
  }
  #section2 #flow-graph .double-v {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #section2 #flow-graph .half-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 340px;
    width: 10.625rem;
    height: 100px;
    height: 3.125rem;
    border-radius: 16px;
    border-radius: 0.5rem;
    font-size: 32px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    line-height: 1.125rem;
    color: var(--color-white);
    background-color: var(--color-deepblue);
  }
  #section2 #flow-graph .down-triangle {
    margin-bottom: 20px;
    margin-bottom: 0.625rem;
    width: 70px;
    width: 2.1875rem;
    height: auto;
  }
  #section2 dl#faq dt {
    margin-bottom: 45px;
    margin-bottom: 1.40625rem;
    position: relative;
    left: 30px;
    left: 0.9375rem;
    width: 600px;
    width: 18.75rem;
    padding: 28px;
    padding: 0.875rem;
    border-radius: 16px;
    border-radius: 0.5rem;
    font-size: 32px;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--color-white);
    background-color: var(--color-lightgreen);
    z-index: 100;
  }
  #section2 dl#faq dt:before {
    content: "";
    position: absolute;
    left: -15px;
    left: -0.46875rem;
    top: 20px;
    top: 0.625rem;
    width: 30px;
    width: 0.9375rem;
    height: 30px;
    height: 0.9375rem;
    transform: skewX(45deg);
    background-color: var(--color-lightgreen);
    z-index: 99;
  }
  #section2 dl#faq dd {
    margin-left: 0;
    margin-bottom: 45px;
    margin-bottom: 1.40625rem;
    position: relative;
    left: 30px;
    left: 0.9375rem;
    width: 600px;
    width: 18.75rem;
    padding: 25px;
    padding: 0.78125rem;
    border-radius: 16px;
    border-radius: 0.5rem;
    font-size: 32px;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--color-black);
    background-color: var(--color-white);
    box-shadow: 4px 4px 0 var(--color-gray), -4px 4px 0 var(--color-gray), 4px -4px 0 var(--color-gray), -4px -4px 0 var(--color-gray), 4px 0 0 var(--color-gray), 0 4px 0 var(--color-gray), -4px 0 0 var(--color-gray), 0 -4px 0 var(--color-gray);
    box-shadow: 0.125rem 0.125rem 0 var(--color-gray), -0.125rem 0.125rem 0 var(--color-gray), 0.125rem -0.125rem 0 var(--color-gray), -0.125rem -0.125rem 0 var(--color-gray), 0.125rem 0 0 var(--color-gray), 0 0.125rem 0 var(--color-gray), -0.125rem 0 0 var(--color-gray), 0 -0.125rem 0 var(--color-gray);
  }
  #section2 dl#faq dd:before {
    content: "";
    position: absolute;
    right: -20px;
    right: -0.625rem;
    top: 20px;
    top: 0.625rem;
    width: 30px;
    width: 0.9375rem;
    height: 30px;
    height: 0.93754rem;
    transform: skewX(-45deg);
    color: var(--color-black);
    background-color: var(--color-white);
    border-top: 4px solid var(--color-gray);
    border-top: 0.125rem solid var(--color-gray);
    border-right: 4px solid var(--color-gray);
    border-right: 0.125rem solid var(--color-gray);
  }
  #section2 dl#faq dd .dropdown-header {
    position: relative;
    cursor: pointer;
  }
  #section2 dl#faq dd .dropdown-header:after {
    position: absolute;
    content: "▼";
    right: 0;
    top: 50%;
    font-size: 20px;
    font-size: 0.625rem;
    transform: translateY(-50%);
    transition: transform 500ms;
    animation: dropdown-triangle 1s linear infinite alternate forwards;
  }
  @keyframes dropdown-triangle {
    0% {
      color: var(--color-white);
    }
    100% {
      color: var(--color-black);
    }
  }
  #section2 dl#faq dd .dropdown-main {
    position: absolute;
    opacity: 0;
    margin-top: 0;
    overflow: hidden;
    font-size: 32px;
    font-size: 1rem;
    line-height: 1.5;
    text-align: justify;
    transition: margin-top 1s, max-height 1s, opacity 1s;
  }
  #section2 dl#faq dd.shown .dropdown-header::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
/*! _style-section3.scss */
@media (min-width: 1181px) {
  #section3 {
    position: relative;
    padding-top: 55px;
    padding-bottom: 85px;
    color: var(--color-bluegreen);
    background-color: var(--color-white);
  }
  #section3 #title {
    margin-bottom: 85px;
  }
  #section3 #title #line1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #section3 #points {
    display: flex;
    justify-content: space-between;
  }
  #section3 #points .point {
    position: relative;
    margin-top: 40px;
    width: 360px;
    color: var(--color-black);
    background-color: var(--color-white);
    border-radius: 16px;
    box-shadow: 4px 4px 0 var(--color-gray), -4px 4px 0 var(--color-gray), 4px -4px 0 var(--color-gray), -4px -4px 0 var(--color-gray), 4px 0 0 var(--color-gray), 0 4px 0 var(--color-gray), -4px 0 0 var(--color-gray), 0 -4px 0 var(--color-gray);
  }
  #section3 #points .point::before {
    margin: 0 auto;
    position: absolute;
    content: "point";
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc((100% - 75px) / 2);
    top: -44px;
    width: 75px;
    height: 40px;
    font-size: 18px;
    color: var(--color-white);
    background-color: var(--color-lightgreen);
  }
  #section3 #points .point .number {
    margin: 0 auto 25px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc((100% - 75px) / 2);
    top: -6px;
    width: 75px;
    height: 55px;
    font-size: 32px;
    font-weight: bold;
    color: var(--color-white);
    background-color: var(--color-lightgreen);
  }
  #section3 #points .box {
    padding: 80px 16px 25px 16px;
  }
  #section3 #points .box .header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
  }
  #section3 #points .box .image_wrapper {
    margin: 0 auto 16px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 184px;
  }
  #section3 #points .box .image_wrapper .image {
    width: 175px;
    height: auto;
  }
  #section3 #points .box .description {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
  }
}
@media (max-width: 1180px) {
  #section3 {
    position: relative;
    padding-top: 55px;
    padding-top: 1.71875rem;
    padding-bottom: 85px;
    padding-bottom: 2.65625rem;
    color: var(--color-bluegreen);
    background-color: var(--color-white);
  }
  #section3 #title {
    margin-bottom: 100px;
    margin-bottom: 3.125rem;
  }
  #section3 #title #line1 {
    font-size: 44px;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  #section3 #points .point {
    position: relative;
    margin-top: 140px;
    margin-top: 4.375rem;
    left: 17px;
    left: 0.53125rem;
    width: 700px;
    width: 21.875rem;
    color: var(--color-black);
    background-color: var(--color-white);
    border-radius: 16px;
    border-radius: 0.5rem;
    box-shadow: 4px 4px 0 var(--color-gray), -4px 4px 0 var(--color-gray), 4px -4px 0 var(--color-gray), -4px -4px 0 var(--color-gray), 4px 0 0 var(--color-gray), 0 4px 0 var(--color-gray), -4px 0 0 var(--color-gray), 0 -4px 0 var(--color-gray);
    box-shadow: 0.125rem 0.125rem 0 var(--color-gray), -0.125rem 0.125rem 0 var(--color-gray), 0.125rem -0.125rem 0 var(--color-gray), -0.125rem -0.125rem 0 var(--color-gray), 0.125rem 0 0 var(--color-gray), 0 0.125rem 0 var(--color-gray), -0.125rem 0 0 var(--color-gray), 0 -0.125rem 0 var(--color-gray);
  }
  #section3 #points .point::before {
    margin: 0 auto;
    position: absolute;
    content: "point";
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc((100% - 105px) / 2);
    left: calc((100% - 3.28125rem) / 2);
    top: -64px;
    top: -2rem;
    width: 3.28125rem;
    height: 1.875rem;
    font-size: 24px;
    font-size: 0.75rem;
    color: var(--color-white);
    background-color: var(--color-lightgreen);
  }
  #section3 #points .point .number {
    margin: 0 auto 25px;
    margin: 0 auto 0.78125rem;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc((100% - 105px) / 2);
    left: calc((100% - 3.28125rem) / 2);
    top: -6px;
    top: -0.1875rem;
    width: 105px;
    width: 3.28125rem;
    height: 70px;
    height: 2.1875rem;
    font-size: 44px;
    font-size: 1.375rem;
    font-weight: bold;
    color: var(--color-white);
    background-color: var(--color-lightgreen);
  }
  #section3 #points .box {
    margin-left: auto;
    margin-right: auto;
    padding: 90px 30px 75px 30px;
    padding: 2.8125rem 0.9375rem 2.34375rem 0.9375rem;
  }
  #section3 #points .box .header {
    display: flex;
    justify-content: center;
    font-size: 44px;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #section3 #points .box .image_wrapper {
    margin: 32px auto 32px;
    margin: 1rem auto 1rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #section3 #points .box .image_wrapper .image {
    width: 414px;
    width: 12.9375rem;
    height: auto;
  }
  #section3 #points .box .description {
    font-size: 32px;
    font-size: 1rem;
    line-height: 1.5;
    text-align: justify;
  }
}
/*! _style-section4.scss */
@media (min-width: 1181px) {
  #section4 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 0px;
    color: var(--color-bluegreen);
    background-color: var(--color-lightbrown);
  }
  #section4 #background {
    position: absolute;
    left: calc((100% - 1180px) / 2);
    top: 0;
  }
  #section4 #foreground #title {
    margin-bottom: 65px;
  }
  #section4 #foreground #title #line1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #section4 #foreground #messages {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #section4 #foreground #messages .message {
    position: relative;
    padding: 25px;
    width: 410px;
    height: 185px;
    border-radius: 16px;
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    color: var(--color-black);
    background-color: var(--color-white);
  }
  #section4 #foreground #messages .message:not(:last-child) {
    margin-bottom: 50px;
  }
  #section4 #foreground #messages .message .name {
    position: absolute;
    bottom: 25px;
  }
}
@media (max-width: 1180px) {
  #section4 {
    position: relative;
    padding-top: 50px;
    padding-top: 1.5625rem;
    padding-bottom: 80px;
    padding-bottom: 2.5rem;
    color: var(--color-bluegreen);
    background-color: var(--color-lightbrown);
  }
  #section4 #background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
  #section4 #foreground #title {
    margin-bottom: 65px;
    margin-bottom: 2.03125rem;
  }
  #section4 #foreground #title #line1 {
    position: relative;
    font-size: 44px;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
    color: var(--color-black);
  }
  #section4 #foreground #messages {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #section4 #foreground #messages .message {
    position: relative;
    padding: 25px;
    padding: 0.78125rem;
    width: calc(100% - 50px);
    width: calc(100% - 1.5625rem);
    height: 478px;
    height: 14.9375rem;
    border-radius: 16px;
    border-radius: 0.5rem;
    font-size: 32px;
    font-size: 1rem;
    text-align: justify;
    line-height: 1.5;
    color: var(--color-black);
    background-color: var(--color-white);
  }
  #section4 #foreground #messages .message:not(:last-child) {
    margin-bottom: 50px;
    margin-bottom: 1.5625rem;
  }
  #section4 #foreground #messages .message .name {
    position: absolute;
    bottom: 25px;
    bottom: 0.78125rem;
  }
}
/*! _style-section5.scss */
@media (min-width: 1181px) {
  #section5 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 0px;
    color: var(--color-black);
    background-color: var(--color-white);
  }
  #section5 #foreground #title {
    margin-bottom: 80px;
  }
  #section5 #foreground #title #line1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #section5 #foreground #aboutus {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #section5 #foreground #aboutus #photos {
    width: 388px;
    text-align: right;
  }
  #section5 #foreground #aboutus #photos img:not(:last-child) {
    margin-bottom: 30px;
  }
  #section5 #foreground #aboutus #description {
    margin-bottom: 50px;
    width: 550px;
  }
  #section5 #foreground #aboutus #description #text {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
  }
  #section5 #foreground #aboutus #description .grid_underline {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-lightblack);
    font-size: 16px;
  }
  #section5 #foreground #aboutus #description .grid_underline .left {
    display: inline-block;
    width: 100px;
    line-height: 1.5;
  }
  #section5 #foreground #aboutus #description .grid_underline .right {
    display: inline-block;
    width: 450px;
    line-height: 1.5;
  }
  #section5 #foreground #places {
    margin-bottom: 95px;
    display: flex;
    justify-content: space-between;
  }
  #section5 #foreground #places .place {
    font-size: 16px;
  }
  #section5 #foreground #places .place img {
    margin-bottom: 16px;
  }
  #section5 #foreground #subtitle {
    margin-bottom: 55px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
  }
  #section5 #foreground #access {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.5;
  }
  #section5 #foreground #gmap {
    margin-bottom: 120px;
    width: 980px;
    height: 650px;
  }
  #section5 #foreground #life {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  #section5 #foreground #life .image {
    margin-right: 40px;
    width: 160px;
    height: auto;
  }
  #section5 #foreground #plaza {
    margin-bottom: 30px;
    font-size: 22px;
  }
  #section5 #foreground #addresses {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #section5 #foreground #addresses #address {
    font-size: 14px;
    line-height: 1.5;
  }
  #section5 #foreground #addresses #address a {
    color: var(--color-black);
  }
  #section5 #foreground #addresses #link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 65px;
    font-size: 16px;
    text-align: center;
    color: var(--color-white);
    background-color: var(--color-lightgreen);
  }
}
@media (max-width: 1180px) {
  #section5 {
    position: relative;
    padding-top: 90px;
    padding-top: 2.8125rem;
    padding-bottom: 200px;
    padding-bottom: 6.25rem;
    color: var(--color-black);
    background-color: var(--color-white);
  }
  #section5 #foreground #title {
    margin-bottom: 60px;
    margin-bottom: 1.875rem;
  }
  #section5 #foreground #title #line1 {
    font-size: 44px;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
  }
  #section5 #foreground #aboutus #photos {
    margin: 0 auto 35px;
    margin: 0 auto 1.09375rem;
    position: relative;
    left: 16px;
    left: 0.5rem;
    width: 100%;
    height: 367px;
    height: 11.46875rem;
  }
  #section5 #foreground #aboutus #photos #photo1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 388px;
    width: 12.125rem;
    height: 260px;
    height: 8.125rem;
  }
  #section5 #foreground #aboutus #photos #photo2 {
    position: absolute;
    left: 352px;
    left: 11rem;
    top: 153px;
    top: 4.78125rem;
    width: 329px;
    width: 10.28125rem;
    height: 214px;
    height: 6.6875rem;
  }
  #section5 #foreground #aboutus #description {
    margin-bottom: 50px;
    margin-bottom: 1.5625rem;
    width: 100%;
  }
  #section5 #foreground #aboutus #description #text {
    margin-bottom: 60px;
    margin-bottom: 1.875rem;
    font-size: 32px;
    font-size: 1rem;
    line-height: 1.5;
    text-align: justify;
  }
  #section5 #foreground #aboutus #description #officename, #section5 #foreground #aboutus #description #officeopen {
    font-size: 32px;
    font-size: 1rem;
  }
  #section5 #foreground #aboutus #description .grid_underline {
    padding-top: 10px;
    padding-top: 0.3125rem;
    padding-bottom: 10px;
    padding-bottom: 0.3125rem;
    border-bottom: 1px solid var(--color-lightblack);
    border-bottom: 0.03125rem solid var(--color-lightblack);
  }
  #section5 #foreground #aboutus #description .grid_underline .left {
    display: inline-block;
    width: 100px;
    width: 3.125rem;
  }
  #section5 #foreground #aboutus #description .grid_underline .right {
    display: inline-block;
    width: 100%;
  }
  #section5 #foreground #places {
    margin-bottom: 95px;
    margin-bottom: 2.96875rem;
  }
  #section5 #foreground #places .place {
    margin-bottom: 32px;
    margin-bottom: 1rem;
    font-size: 32px;
    font-size: 1rem;
  }
  #section5 #foreground #places .place img {
    margin-bottom: 16px;
    margin-bottom: 0.5rem;
    width: 100%;
    height: auto;
  }
  #section5 #foreground #subtitle {
    margin-bottom: 55px;
    margin-bottom: 1.71875rem;
    font-size: 44px;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
  }
  #section5 #foreground #access {
    margin-bottom: 25px;
    margin-bottom: 0.78125rem;
    font-size: 32px;
    font-size: 1rem;
    line-height: 1.5;
  }
  #section5 #foreground #gmap {
    margin-bottom: 120px;
    margin-bottom: 3.75rem;
    width: 100%;
    height: 500px;
    height: 15.625rem;
  }
  #section5 #foreground #life {
    margin-bottom: 32px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
  }
  #section5 #foreground #life .image {
    margin-right: 40px;
    margin-right: 1.25rem;
    width: 213px;
    width: 6.65625rem;
    height: auto;
  }
  #section5 #foreground #plaza {
    margin-bottom: 32px;
    margin-bottom: 1rem;
    font-size: 28px;
    font-size: 0.875rem;
  }
  #section5 #foreground #addresses #address {
    font-size: 28px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  #section5 #foreground #addresses #address a {
    color: var(--color-black);
  }
  #section5 #foreground #addresses #link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 115px;
    height: 3.59375rem;
    font-size: 32px;
    font-size: 1rem;
    text-align: center;
    color: var(--color-white);
    background-color: var(--color-lightgreen);
  }
}
/*! style-footer.scss */
@media (min-width: 1181px) {
  /*****************************************
   * フッター設定
   *****************************************/
}
@media (max-width: 1180px) {
  /*****************************************
   * フッター設定
   *****************************************/
  #footer {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 500;
  }
  #footer #footer_upper_line {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    height: 1.875rem;
    color: var(--color-black);
    background-color: var(--color-lightwhite);
  }
  #footer #footer_lower {
    display: flex;
  }
  #footer #footer_lower #footer_lower_left {
    width: 50%;
    height: 130px;
    height: 4.0625rem;
  }
  #footer #footer_lower #footer_lower_left a {
    display: block;
    color: var(--color-white);
    background-color: var(--color-bluegreen);
  }
  #footer #footer_lower #footer_lower_left a #footer_lower_left_box {
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 130px;
    height: 4.0625rem;
  }
  #footer #footer_lower #footer_lower_left a #footer_lower_left_box #footer_lower_left_line1 {
    font-size: 27px;
    font-size: 0.84375rem;
    font-weight: bold;
  }
  #footer #footer_lower #footer_lower_left a #footer_lower_left_box #footer_lower_left_line2 {
    font-size: 40px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  #footer #footer_lower #footer_lower_left a #footer_lower_left_box #footer_lower_left_line2 img {
    width: auto;
    height: 40px;
    height: 1.25rem;
  }
  #footer #footer_lower #footer_lower_left a #footer_lower_left_box #footer_lower_left_line3 {
    font-size: 19px;
    font-size: 0.59375rem;
  }
  #footer #footer_lower #footer_lower_right {
    width: 50%;
    height: 130px;
    height: 4.0625rem;
  }
  #footer #footer_lower #footer_lower_right a {
    display: block;
    color: var(--color-black);
    background-color: var(--color-yellow);
  }
  #footer #footer_lower #footer_lower_right a #footer_lower_right_box {
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 130px;
    height: 4.0625rem;
  }
  #footer #footer_lower #footer_lower_right a #footer_lower_right_box #footer_lower_right_line1,
  #footer #footer_lower #footer_lower_right a #footer_lower_right_box #footer_lower_right_line2 {
    font-size: 40px;
    font-size: 1.25rem;
    font-weight: bold;
  }
}/*# sourceMappingURL=style.css.map */