@charset "UTF-8";
/*
Theme Name: theme name
Description: description
Author:yashibous
Author URI: https://yashibous.com
*/
/* 
 * Reset
 * --------------------------
 */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Noto+Sans+JP:wght@400;600;700&family=Noto+Serif+JP:wght@500;600;700&display=swap");
*,
::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] {
  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 */
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
}

/* 
 * Mixin
 * --------------------------
 */
/*
 * responsive.scss
 */
/*
 * text-setting.scss
 */
/* 
 * Base
 * --------------------------
 */
/*
 * base.scss
 */
body {
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシ＞ック", Arial, Verdana, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  body {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

img {
  width: 100%;
  height: unset;
  vertical-align: bottom;
}

main {
  overflow-x: hidden;
}

a:hover {
  text-decoration: underline;
}

/*
 * function.scss
 */
/*
 * variables.scss
 */
/*
 * ビューポートサイズ
 */
/*
 * デザイン幅
 */
/*
 * デザイン幅
 */
/*
 * カラーパレット
 */
/* 
 * Module
 * --------------------------
 */
/*
 * layout.scss
 */
.layout03__item, .layout03__list, .layout02__text, .layout02__img, .layout01__block {
  border: 1px solid red;
  background-color: rgba(221, 221, 255, 0.5333333333);
  width: 100%;
  padding: 2rem;
}

.layout01 {
  height: 100%;
}
.layout01 .layout01__wrapper--horizontal, .layout01 .layout01__wrapper--vertical {
  display: flex;
  flex-wrap: nowrap;
  gap: 3%;
  height: 100%;
}
.layout01__wrapper--vertical {
  flex-direction: column;
}
.layout01__wrapper--horizontal {
  flex-direction: row;
}
.layout02__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.layout02 .layout02__item--reverse, .layout02 .layout02__item {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
.layout02__item {
  flex-direction: row;
}
.layout02__item--reverse {
  flex-direction: row-reverse;
}
.layout02__img {
  margin-left: auto;
  margin-right: auto;
  width: 32%;
}
.layout02__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  width: 65%;
}

.layout03__list {
  display: flex;
  justify-content: space-between;
}
.layout03__item {
  width: 30%;
  height: 50%;
}
.layout03__item:nth-child(1) {
  margin-top: 0;
}
.layout03__item:nth-child(2) {
  margin-top: 20px;
}
.layout03__item:nth-child(3) {
  margin-top: 40px;
}

.layout04__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.layout04__item {
  width: 100%;
  height: 200px;
  background-color: rgba(221, 221, 255, 0.5333333333);
}
@media screen and (min-width: 1280px) {
  .layout04__item {
    width: 30%;
  }
}

.layout05__mainvisual {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.layout05__contents {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

/*
 * parts.scss
 */
.clipped-shadow {
  width: 100%;
  height: 100%;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}
.clipped-shadow > * {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  width: 100%;
  height: 100%;
}

.common__bg-title {
  width: 73px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .common__bg-title {
    width: 45px;
  }
}

.common__bg-title.--left {
  left: 40px;
}
.common__bg-title.--left::before {
  z-index: 1;
  display: block;
  position: absolute;
  content: "";
  background-size: 100% 100%;
  width: 280px;
  height: 164px;
  left: -110px;
  top: -150px;
  mix-blend-mode: color;
}
@media screen and (max-width: 1279px) {
  .common__bg-title.--left::before {
    width: 138px;
    height: 122px;
    top: -100px;
    left: -40px;
  }
}

.common__bg-title.--left::before {
  background-image: url(./image/common__bg-title-before.png);
}

.common__bg-title.--left.--accent::before {
  background-image: url(./image/common__bg-title-before-accent.png);
}

.common__bg-title.--right {
  right: 40px;
}
.common__bg-title.--right::before {
  z-index: 1;
  display: block;
  position: absolute;
  content: "";
  background-size: 100% 100%;
  width: 280px;
  height: 164px;
  right: -110px;
  top: -150px;
  mix-blend-mode: color;
}
@media screen and (max-width: 1279px) {
  .common__bg-title.--right {
    right: 30px;
  }
  .common__bg-title.--right::before {
    width: 123px;
    height: 141px;
    top: -120px;
    right: -25px;
  }
}

.common__bg-title.--right.--gray::before {
  background-image: url(./image/common__bg-title-before2.png);
}
@media screen and (max-width: 1279px) {
  .common__bg-title.--right.--gray::before {
    background-image: url(./image-sp/common__bg-title-before2.png);
  }
}

.common__bg-title.--right::before {
  background-image: url(./image/common__bg-title-before2.png);
}
@media screen and (max-width: 1279px) {
  .common__bg-title.--right::before {
    background-image: url(./image-sp/common__bg-title-before3.png);
  }
}

@media screen and (max-width: 1279px) {
  .common__text1 {
    font-size: 13px;
  }
}
.common__text1.lang-en {
  font-size: 12px;
}
@media screen and (max-width: 1279px) {
  .common__text1.lang-en {
    font-size: 11px;
    display: inline-block;
    margin-top: 12px;
  }
}

.thanks {
  background-image: url(./image/mainvisual_bg.png);
  background-size: 100%;
  background-repeat: repeat;
  padding-top: 200px;
  padding-bottom: 200px;
}
.thanks__box {
  background-color: rgba(255, 255, 255, 0.8666666667);
  padding: 50px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.thanks p {
  text-align: center;
  line-height: 2.5;
  margin-bottom: 40px;
  color: #346285;
}
.thanks p span {
  font-size: 1.5em;
  font-weight: bold;
}
.thanks a {
  display: block;
  text-align: center;
  color: blue;
  text-decoration: underline;
}
.thanks a:hover {
  translate: 0 1px;
}

/*
 * section.scss
 */
.section {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /* セクションごとのレイアウト */
}
@media screen and (max-width: 1279px) {
  .section {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section__inner {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1280px) {
  .section__inner {
    max-width: 1180px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.section__contents {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .section__contents {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section__title {
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #433F40;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .section__title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    line-height: 1;
    color: #433F40;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section__image {
  width: 100%;
}
.section--faq {
  position: relative;
  z-index: 2;
}
.section--faq.lang-ja {
  margin-bottom: -180px;
}
.section--cta {
  position: relative;
  z-index: 1;
  margin-bottom: -50px;
}
@media screen and (max-width: 1279px) {
  .section--cta {
    margin-bottom: -30px;
  }
}
.section--sec03 {
  position: relative;
  z-index: 3;
}
.section--sec04 {
  position: relative;
  z-index: 2;
}
.section--sec08 {
  position: relative;
  z-index: 3;
}
.section--sec09 {
  position: relative;
  z-index: 1;
  margin-bottom: -50px;
}
@media screen and (max-width: 1279px) {
  .section--sec09 {
    margin-bottom: -90px;
  }
}
.section--sec10 {
  position: relative;
  z-index: 3;
}
.section--sec10.lang-en {
  background-image: url(./image/en/cta-bg-en.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1279px) {
  .section--sec10.lang-en {
    background-image: url(./image-sp/en/cta-bg-en-sp.png);
  }
}

/*
 * sec.scss
 */
.sec10, .sec09, .sec08, .sec07, .sec06, .sec05, .sec04, .sec03, .sec02, .sec01 {
  position: relative;
}

.sec09__text1, .sec08__text2, .sec08__title, .sec06__title, .sec03__title, .sec02__title, .sec01__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 44px;
  color: #333333;
  text-align: left;
  letter-spacing: 2px;
}
.lang-en.sec09__text1, .lang-en.sec08__text2, .lang-en.sec08__title, .lang-en.sec06__title, .lang-en.sec03__title, .lang-en.sec02__title, .lang-en.sec01__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 44px;
  color: #333333;
  letter-spacing: 0;
}
.lang-en.sec09__text1 b, .lang-en.sec08__text2 b, .lang-en.sec08__title b, .lang-en.sec06__title b, .lang-en.sec03__title b, .lang-en.sec02__title b, .lang-en.sec01__title b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 44px;
  color: #346285;
}
@media screen and (max-width: 1279px) {
  .lang-en.sec09__text1, .lang-en.sec08__text2, .lang-en.sec08__title, .lang-en.sec06__title, .lang-en.sec03__title, .lang-en.sec02__title, .lang-en.sec01__title {
    font-size: 22px;
    line-height: 1.4;
  }
  .lang-en.sec09__text1 b, .lang-en.sec08__text2 b, .lang-en.sec08__title b, .lang-en.sec06__title b, .lang-en.sec03__title b, .lang-en.sec02__title b, .lang-en.sec01__title b {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .sec09__text1, .sec08__text2, .sec08__title, .sec06__title, .sec03__title, .sec02__title, .sec01__title {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    color: #333333;
    letter-spacing: 5px;
  }
}

.sec08__text2 b, .sec08__title b, .sec03__title b, .sec02__title b, .sec01__title b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 44px;
  color: #346285;
}
.sec08__text2 b.lang-en, .sec08__title b.lang-en, .sec03__title b.lang-en, .sec02__title b.lang-en, .sec01__title b.lang-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
  color: #333333;
}
@media screen and (max-width: 1279px) {
  .sec08__text2 b, .sec08__title b, .sec03__title b, .sec02__title b, .sec01__title b {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 38px;
    color: #346285;
  }
}

/*
  * sec01.scss
  */
.sec01 {
  background-image: linear-gradient(5deg, transparent 0%, transparent 8.6%, #D4E4EE 8.6%);
}

.sec01__box1 {
  display: flex;
  gap: 110px;
  justify-content: flex-end;
}
@media screen and (max-width: 1279px) {
  .sec01__box1 {
    display: block;
  }
}

.sec01__bg-title {
  top: 360px;
}
@media screen and (max-width: 1279px) {
  .sec01__bg-title {
    top: unset;
    bottom: -150px;
  }
}

.sec01__title-bg {
  background-image: url(./image/sec01__title-bg.png);
  background-size: 100% 100%;
  width: 388px;
  height: 231px;
  position: relative;
  display: grid;
  place-content: center;
  top: -56px;
}
.sec01__title-bg::after {
  position: absolute;
  right: -46px;
  top: 90%;
  display: block;
  content: "";
  background-image: url(./image/sec01__title-bg-after.png);
  background-size: 100% 100%;
  width: 235px;
  height: 184px;
}
@media screen and (max-width: 1279px) {
  .sec01__title-bg {
    width: 305px;
    height: 182px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .sec01__title-bg::after {
    right: -110px;
    top: 50%;
    width: 174px;
    height: 136px;
  }
}

@media screen and (max-width: 1279px) {
  .sec01__title {
    font-size: 22px;
    line-height: 35px;
  }
}

@media screen and (max-width: 1279px) {
  .sec01__title b {
    font-size: 22px;
    line-height: 35px;
  }
}

.sec01__list {
  padding-top: 90px;
  flex-basis: 52%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
}
.sec01__list.lang-en {
  gap: 8px;
}
@media screen and (max-width: 1279px) {
  .sec01__list.lang-en {
    gap: 6px;
  }
}
@media screen and (max-width: 1279px) {
  .sec01__list {
    padding: 0 30px;
  }
}

.sec01__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  color: #346285;
  text-align: left;
  position: relative;
  padding-left: 30px;
}
.sec01__item.lang-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #346285;
}
@media screen and (max-width: 1279px) {
  .sec01__item.lang-en {
    padding-left: 24px;
    font-size: 18px;
    line-height: 27px;
  }
}
.sec01__item b {
  font-weight: 600;
}
.sec01__item::before {
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  content: "";
  background-image: url(./image/sec01__item-before.png);
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
@media screen and (max-width: 1279px) {
  .sec01__item::before {
    left: -2px;
    top: 6px;
    width: 17px;
    height: 17px;
    margin-right: 9px;
  }
}

.sec01__box2 {
  background-image: url(./image/sec01__box2-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 140px;
  padding-right: 200px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1279px) {
  .sec01__box2 {
    background-image: url(./image-sp/sec01__box2-bg.png);
    padding: 110px 0 184px 40px;
  }
}

.sec01__text1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 47px;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  .sec01__text1 {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    color: #333333;
    text-align: left;
    margin-bottom: 0;
  }
}
.sec01__text1.lang-en {
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1279px) {
  .sec01__text1.lang-en {
    margin-bottom: 0;
  }
}

.sec01__text2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 50px;
  color: #346285;
  letter-spacing: 5px;
  text-align: center;
  width: 591px;
  height: 78px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 10px 0 0;
}
@media screen and (max-width: 1279px) {
  .sec01__text2 {
    text-align: left;
    background-color: unset;
    line-height: 1.6;
    height: auto;
    width: auto;
    padding: 0;
    margin-bottom: 0;
  }
}
.sec01__text2.lang-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 50px;
  color: #346285;
  letter-spacing: 2px;
  width: fit-content;
  height: 58px;
  padding: 0px 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1279px) {
  .sec01__text2.lang-en {
    line-height: 55px;
    padding: 0;
    margin-left: 0;
    height: unset;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1279px) {
  .sec01__text2-bg {
    width: fit-content;
    padding: 0;
    background-color: #ffffff;
  }
}

.sec01__img1 {
  width: 249px;
  margin-left: auto;
  margin-right: 300px;
  margin-top: 50px;
}
@media screen and (max-width: 1279px) {
  .sec01__img1 {
    width: 169px;
    height: 163px;
    margin-right: 290px;
    margin-top: 26px;
  }
}

/*
  * sec02.scss
  */
.sec02 {
  padding-bottom: 120px;
}
@media screen and (max-width: 1279px) {
  .sec02 {
    padding-bottom: 10px;
  }
}

.sec02__title-bg {
  background-image: url(./image/sec02__title-bg.png);
  background-size: 100% 100%;
  width: 696px;
  height: 278px;
  display: grid;
  place-content: center;
  margin-left: 310px;
  margin-right: auto;
  margin-bottom: -34px;
  position: relative;
  top: -94px;
}
@media screen and (max-width: 1279px) {
  .sec02__title-bg {
    width: 500px;
    height: 217px;
    margin-left: auto;
    margin-right: 0;
    right: -20px;
  }
}

@media screen and (max-width: 1279px) {
  .sec02__title {
    font-size: 25px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1279px) {
  .sec02__title b {
    font-size: 25px;
    line-height: 38px;
  }
}

.sec02__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 70px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .sec02__list {
    gap: 30px;
  }
}

.sec02__item {
  width: 415px;
}
@media screen and (max-width: 1279px) {
  .sec02__item {
    width: 385px;
  }
}

.sec02__item-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 31px;
  color: #346285;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 3px;
}
.sec02__item-title.lang-en {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  color: #346285;
  letter-spacing: 1px;
}
@media screen and (max-width: 1279px) {
  .sec02__item-title.lang-en {
    font-size: 19px;
    line-height: 28px;
  }
}

.sec02__item-img1 {
  margin-bottom: 16px;
}

.sec02__item-text1 {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: #333333;
  text-align: justify;
}
.sec02__item-text1.lang-en {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
}

/*
  * sec03.scss
  */
.sec03 {
  background-image: url(./image/sec03-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  margin-bottom: -166px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .sec03 {
    background-image: url(./image-sp/sec03-bg.png);
    padding-top: 170px;
    margin-bottom: -410px;
  }
}

.sec03_inner {
  position: relative;
}

.sec03__title-bg {
  background-image: url(./image/sec03__title-bg.png);
  background-size: 100% 100%;
  width: 556px;
  height: 239px;
  display: grid;
  place-content: center;
  position: relative;
  top: -43px;
  margin-left: 160px;
  margin-right: auto;
  margin-bottom: -80px;
}
@media screen and (max-width: 1279px) {
  .sec03__title-bg {
    width: 464px;
    height: 177px;
    margin-left: 0;
    top: -110px;
  }
}

.sec03__title {
  letter-spacing: 5px;
}
.sec03__title.lang-en {
  letter-spacing: 2px;
}
.sec03__title.lang-en .sec03__title-sub2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 44px;
  color: #333333;
}
@media screen and (max-width: 1279px) {
  .sec03__title.lang-en {
    letter-spacing: 0;
    font-size: 20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
  }
  .sec03__title.lang-en .sec03__title-sub2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    color: #333333;
  }
}

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

.sec03__box1 {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 44px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1279px) {
  .sec03__box1 {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 90px;
  }
}

.sec03__img1 {
  width: 345px;
}
@media screen and (max-width: 1279px) {
  .sec03__img1 {
    width: 467px;
  }
}

.sec03__box2 {
  width: 500px;
}
@media screen and (max-width: 1279px) {
  .sec03__box2 {
    width: 480px;
  }
}
.sec03__box2.lang-en {
  width: 550px;
}
@media screen and (max-width: 1279px) {
  .sec03__box2.lang-en {
    width: 467px;
  }
}

.sec03__title-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  color: #333333;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  .sec03__title-sub {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    color: #333333;
    letter-spacing: 4px;
    margin-bottom: 20px;
  }
}
.sec03__title-sub.lang-en {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 15px;
}
.sec03__title-sub.lang-en b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #346285;
}
@media screen and (max-width: 1279px) {
  .sec03__title-sub.lang-en {
    font-size: 18px;
    margin-right: -50px;
    letter-spacing: 1px;
  }
  .sec03__title-sub.lang-en b {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.sec03__title-sub b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  color: #346285;
}
@media screen and (max-width: 1279px) {
  .sec03__title-sub b {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: #346285;
    letter-spacing: 4px;
  }
}

.sec03__text1 {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  text-align: left;
  margin-bottom: 10px;
}
.sec03__text1.lang-en {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
}

.sec03__link {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.1;
  color: #333333;
  text-align: left;
}
.sec03__link span {
  display: inline-block;
  margin-left: 10px;
}

.sec03__text2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 44px;
  color: #333333;
  text-align: center;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  top: -20px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.sec03__text2.lang-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 44px;
  color: #333333;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.sec03__text2::before {
  content: "";
  background-image: url(./image/sec03__text2-before.png);
  background-size: 100% 100%;
  width: 48px;
  height: 41px;
  display: inline-block;
}
@media screen and (max-width: 1279px) {
  .sec03__text2 {
    margin-bottom: 10px;
  }
}

.sec03__bg-title {
  top: -46px;
}
@media screen and (max-width: 1279px) {
  .sec03__bg-title {
    top: -434px;
  }
}

.sec03__box3 {
  background-image: url(./image/sec03__box3-bg.png);
  background-size: 100% 100%;
  width: 881px;
  height: 306px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 45px;
}
@media screen and (max-width: 1279px) {
  .sec03__box3 {
    width: 540px;
    height: 385px;
    padding: 0 40px;
  }
}

.sec03__title-sub2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 44px;
  color: #333333;
  text-align: center;
}

.sec03__text3 {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  text-align: left;
  margin-top: 30px;
}
.sec03__text3.lang-en {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  margin-top: 15px;
}
@media screen and (max-width: 1279px) {
  .sec03__text3 {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    color: #333333;
  }
}

/*
  * sec04.scss
  */
.sec04 {
  background-image: url(./image/sec04-bg.png);
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  padding-top: 180px;
  margin-bottom: -116px;
}
@media screen and (max-width: 1279px) {
  .sec04 {
    background-image: url(./image-sp/sec04-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 350px;
    padding-bottom: 7px;
  }
}

@media screen and (max-width: 1279px) {
  .sec04.--under {
    padding-top: 90px;
    padding-bottom: 7px;
  }
}

.sec04__box1 {
  display: flex;
  gap: 70px;
  justify-content: center;
  padding-bottom: 104px;
}
@media screen and (max-width: 1279px) {
  .sec04__box1 {
    position: relative;
  }
}

.sec04__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 73px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 34px;
  letter-spacing: 8px;
}
@media screen and (max-width: 1279px) {
  .sec04__title {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 65px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 354px;
    letter-spacing: 8px;
  }
}
.sec04__title.lang-en {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 56px;
  color: #ffffff;
  letter-spacing: 1px;
}
@media screen and (max-width: 1279px) {
  .sec04__title.lang-en {
    font-size: 38px;
    line-height: 47px;
  }
}

.sec04__text1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  text-align: left;
  letter-spacing: 4px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1279px) {
  .sec04__text1 {
    margin-bottom: 40px;
    padding-left: 26px;
    padding-right: 10px;
  }
}
.sec04__text1.lang-en {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  color: #ffffff;
  letter-spacing: 1px;
  width: 475px;
}

.sec04__link1 {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #346285;
  text-align: left;
  letter-spacing: 4px;
  width: 320px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #ffffff;
}
.sec04__link1::after {
  content: "";
  background-image: url(./image/mainvisual__link-after.png);
  background-size: 100% 100%;
  width: 13px;
  height: 18px;
}
.sec04__link1:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1279px) {
  .sec04__link1 {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 41px;
    color: #346285;
    width: 505px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec04__link1.lang-en {
  width: 231px;
  height: 47px;
  text-align: left;
  font-weight: 700;
  justify-content: space-around;
}
@media screen and (max-width: 1279px) {
  .sec04__link1.lang-en {
    width: 100%;
    height: 65px;
    justify-content: center;
  }
  .sec04__link1.lang-en::after {
    width: 17px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
  }
}

.sec04__img1 {
  width: 362px;
}
@media screen and (max-width: 1279px) {
  .sec04__img1 {
    position: absolute;
    top: 150px;
    width: 305px;
  }
}

/*
  * sec05.scss
  */
.sec05 {
  background-image: url(./image/sec05-bg1.png), url(./image/sec05-bg2.png);
  background-size: 998px 1203px, 600px 698px;
  background-position: -86px -154px, 100% 80%;
  background-repeat: no-repeat;
  padding-top: 160px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1279px) {
  .sec05 {
    background-image: url(./image-sp/sec05-bg1.png), url(./image-sp/sec05-bg2.png);
    background-size: 768px 768px, 558px 558px;
    background-position: -260px -171px, 176% 67%;
    padding-top: 370px;
    padding-bottom: 45px;
  }
}

.sec05__title {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  line-height: 2;
  color: #333333;
  text-align: center;
  letter-spacing: 5px;
  width: 736px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 1279px) {
  .sec05__title {
    font-family: "Noto Serif JP", serif;
    font-size: 35px;
    line-height: 56px;
    color: #333333;
    letter-spacing: 8px;
    width: 610px;
    margin-left: -30px;
    margin-right: -30px;
    background-image: linear-gradient(to bottom, transparent 0%, #fff 52%);
    padding-top: 112px;
    padding-left: 30px;
  }
}
.sec05__title.lang-en {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  line-height: 2;
  color: #333333;
  letter-spacing: 2px;
  line-height: 43px;
}
@media screen and (max-width: 1279px) {
  .sec05__title.lang-en {
    letter-spacing: 0px;
    line-height: 37px;
  }
}

.sec05__title-sub1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 44px;
  color: #346285;
}
@media screen and (max-width: 1279px) {
  .sec05__title-sub1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 70px;
    color: #346285;
  }
}
.sec05__title-sub1.lang-en {
  font-size: 30px;
  line-height: 30px;
}

.sec05__title-sub2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 75px;
  line-height: 44px;
  color: #346285;
}
@media screen and (max-width: 1279px) {
  .sec05__title-sub2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 101px;
    line-height: 70px;
    color: #346285;
  }
}
.sec05__title-sub2.lang-en {
  line-height: 74px;
}
@media screen and (max-width: 1279px) {
  .sec05__title-sub2.lang-en {
    font-size: 81px;
    line-height: 94px;
  }
}

.sec05__list {
  counter-reset: item;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1279px) {
  .sec05__list {
    max-width: 100%;
    gap: 36px;
  }
}

.sec05__item {
  counter-increment: item;
  width: 690px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 60px;
}
@media screen and (max-width: 1279px) {
  .sec05__item {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}

.sec05__item:nth-child(n+4) {
  margin-left: 66px;
  margin-right: auto;
  padding-right: 10px;
}
@media screen and (max-width: 1279px) {
  .sec05__item:nth-child(n+4) {
    margin-left: 0;
  }
}

.sec05__item:nth-child(n+7) {
  margin-left: 328px;
  margin-right: auto;
  padding-right: 30px;
}
@media screen and (max-width: 1279px) {
  .sec05__item:nth-child(n+7) {
    margin-left: 0;
  }
}

@media screen and (max-width: 1279px) {
  .sec05__item:not(:last-child) {
    border-bottom: 2px solid #D4E4EE;
  }
}

@media screen and (max-width: 1279px) {
  .sec05__item:nth-child(4) {
    margin-bottom: 150px;
  }
}
.sec05__item:nth-child(4) .sec05__item-title.lang-en {
  margin-right: -200px;
}
@media screen and (max-width: 1279px) {
  .sec05__item:nth-child(4) .sec05__item-title.lang-en {
    margin-right: -30px;
  }
}

.sec05__item:nth-child(7) .sec05__item-title.lang-en {
  margin-right: -100px;
}
@media screen and (max-width: 1279px) {
  .sec05__item:nth-child(7) .sec05__item-title.lang-en {
    margin-right: -30px;
  }
}

.sec05__item-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  color: #346285;
  text-align: left;
  letter-spacing: 4px;
  position: relative;
  padding-left: 60px;
  margin-bottom: 26px;
}
.sec05__item-title::before {
  position: absolute;
  content: counter(item);
  left: 0;
  top: -8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 40px;
  color: #346285;
}
.sec05__item-title::after {
  display: block;
  content: "";
  width: 45px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 30px;
  background-color: #346285;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1279px) {
  .sec05__item-title {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 39px;
    color: #346285;
  }
  .sec05__item-title::before {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 61px;
    line-height: 62px;
    color: #346285;
    top: -20px;
  }
  .sec05__item-title::after {
    width: 50px;
    height: 1px;
    bottom: unset;
    top: 50px;
    left: 6px;
  }
}
.sec05__item-title.lang-en {
  letter-spacing: 0px;
}
.sec05__item-title.lang-en::after {
  bottom: unset;
  top: 44px;
}
@media screen and (max-width: 1279px) {
  .sec05__item-title.lang-en {
    font-size: 22px;
    line-height: 35px;
  }
}

.sec05__item-text1 {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  .sec05__item-text1 {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #333333;
  }
}
.sec05__item-text1.lang-en {
  font-size: 16px;
  line-height: 22px;
}

.sec05__item-text2 {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #333333;
  text-align: left;
}

/*
  * sec06.scss
  */
.sec06 {
  background-image: url(./image/sec06-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 160px;
}
@media screen and (max-width: 1279px) {
  .sec06 {
    background-image: url(./image-sp/sec06-bg.png);
    padding-bottom: 180px;
    margin-bottom: -110px;
  }
}

.sec06__inner {
  position: relative;
}

.sec06__title-bg {
  background-image: url(./image/sec06__title-bg.png);
  background-size: 100% 100%;
  width: 601px;
  height: 243px;
  display: grid;
  place-content: center;
  position: relative;
  top: -16px;
  margin-left: 376px;
  margin-right: auto;
  margin-bottom: 26px;
}
@media screen and (max-width: 1279px) {
  .sec06__title-bg {
    background-image: url(./image-sp/sec06__title-bg.png);
    margin-left: 0;
    width: 427px;
    height: 190px;
    margin-bottom: 70px;
  }
}
.sec06__title-bg::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(./image/sec06__title-bg-after.png);
  background-size: 100% 100%;
  width: 247px;
  height: 199px;
  right: -122px;
  top: 150px;
}
@media screen and (max-width: 1279px) {
  .sec06__title-bg::after {
    width: 168px;
    height: 135px;
    right: -100px;
    top: 120px;
  }
}

@media screen and (max-width: 1279px) {
  .sec06__title {
    font-size: 22px;
    letter-spacing: 2px;
  }
}
.sec06__title.lang-en {
  text-align: center;
}

.sec06__title-sub {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 1.3;
  color: #346285;
  letter-spacing: 1px;
}

.sec06__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  width: fit-content;
}
@media screen and (max-width: 1279px) {
  .sec06__list {
    gap: 16px;
    margin-left: 50px;
  }
}
.sec06__list.lang-en {
  padding-left: 225px;
  gap: 20px;
}
@media screen and (max-width: 1279px) {
  .sec06__list.lang-en {
    padding-left: 0;
  }
}

.sec06__item {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 52px;
  color: #346285;
  text-align: left;
  position: relative;
}
.sec06__item::before {
  display: inline-block;
  content: "";
  background-image: url(./image/sec06__item-before.png);
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  margin-right: 4px;
  position: absolute;
  left: -30px;
  top: 12px;
}
@media screen and (max-width: 1279px) {
  .sec06__item {
    line-height: 1.5;
  }
  .sec06__item::before {
    top: 3px;
  }
}
.sec06__item.lang-en {
  line-height: 28px;
  font-size: 19px;
}
.sec06__item.lang-en::before {
  top: 1px;
}
@media screen and (max-width: 1279px) {
  .sec06__item.lang-en {
    line-height: 22px;
    font-size: 17px;
  }
  .sec06__item.lang-en::before {
    top: -3px;
  }
}

.sec06__bg-title {
  top: -130px;
}
@media screen and (max-width: 1279px) {
  .sec06__bg-title {
    top: -14px;
    left: unset !important;
    right: 30px !important;
  }
  .sec06__bg-title::before {
    background-image: url(./image-sp/sec06__bg-title-before.png) !important;
    width: 124px !important;
    height: 266px !important;
    top: -240px !important;
    left: unset !important;
    right: -24px !important;
  }
}

/*
  * sec07.scss
  */
.sec07 {
  padding-top: 25px;
}

.sec07__title-bg {
  background-image: url(./image/sec07__title-bg.png);
  background-size: 100% 100%;
  width: 339px;
  width: fit-content;
  padding: 0 70px;
  height: 57px;
  display: grid;
  place-content: center;
  margin-left: 150px;
  margin-right: auto;
  margin-bottom: 66px;
}
@media screen and (max-width: 1279px) {
  .sec07__title-bg {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.sec07__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 39px;
  color: #ffffff;
  text-align: center;
}

.sec07__box1 {
  display: flex;
  justify-content: flex-start;
  gap: 53px;
}
@media screen and (max-width: 1279px) {
  .sec07__box1 {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.sec07__img1 {
  width: 335px;
}
@media screen and (max-width: 1279px) {
  .sec07__img1 {
    width: 309px;
  }
}

.sec07__text1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 38px;
  color: #333333;
  text-align: left;
  width: 610px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1279px) {
  .sec07__text1 {
    width: 560px;
    letter-spacing: 1px;
    line-height: 36px;
  }
}
.sec07__text1.lang-en {
  line-height: 32px;
  width: 640px;
}
@media screen and (max-width: 1279px) {
  .sec07__text1.lang-en {
    width: 560px;
    letter-spacing: 1px;
  }
}

.sec07__text2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 38px;
  color: #333333;
  text-align: right;
  width: fit-content;
  margin-left: auto;
  margin-right: 54px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1279px) {
  .sec07__text2 {
    margin-right: 0;
  }
}

.sec07__img2 {
  width: 291px;
  margin-left: auto;
  margin-right: 54px;
}
@media screen and (max-width: 1279px) {
  .sec07__img2 {
    width: 271px;
    margin-right: 0;
  }
}

/*
  * sec08.scss
  */
.sec08 {
  padding-top: 160px;
  position: relative;
  z-index: 2;
  margin-bottom: -168px;
}
@media screen and (max-width: 1279px) {
  .sec08 {
    padding-top: 10px;
    margin-bottom: -74px;
  }
}

.sec08__box1 {
  background-image: url(./image/sec08__box1-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 256px;
  margin-bottom: -284px;
}
@media screen and (max-width: 1279px) {
  .sec08__box1 {
    background-image: url(./image-sp/sec08__box1-bg.png);
    background-size: auto;
    padding-top: 200px;
    padding-bottom: 122px;
  }
}

.sec08__title-bg {
  background-image: url(./image/sec08__title-bg.png);
  background-size: 100% 100%;
  width: 778px;
  height: 365px;
  display: grid;
  place-content: center;
  position: relative;
  top: -210px;
  margin-bottom: -160px;
}
@media screen and (max-width: 1279px) {
  .sec08__title-bg {
    width: 597px;
    height: 252px;
    top: -200px;
  }
}

.sec08__title {
  text-align: center;
  letter-spacing: 6px;
  line-height: 1.7;
}
@media screen and (max-width: 1279px) {
  .sec08__title {
    font-size: 23px;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 1279px) {
  .sec08__title.lang-en {
    font-size: 21px;
    letter-spacing: 0;
  }
  .sec08__title.lang-en b {
    font-size: 21px;
  }
}

.sec08__box2 {
  display: flex;
  justify-content: center;
  gap: 76px;
  margin-bottom: 10px;
  position: relative;
  left: -30px;
}
@media screen and (max-width: 1279px) {
  .sec08__box2 {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
}

.sec08__img1 {
  width: 459px;
  flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .sec08__img1 {
    width: 369px;
    margin-left: 60px;
    margin-right: auto;
  }
}

.sec08__text1 {
  font-family: sans-serif;
  font-size: 17px;
  line-height: 29px;
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  .sec08__text1 {
    line-height: 26px;
    margin-left: 60px;
    margin-right: 27px;
  }
}
.sec08__text1.lang-en {
  width: 360px;
}
@media screen and (max-width: 1279px) {
  .sec08__text1.lang-en {
    width: 100%;
    padding-left: 60px;
    padding-right: 0px;
    margin-left: 0;
    margin-right: 0;
  }
}

.sec08__img2 {
  width: 768px;
  margin-left: auto;
  margin-right: 96px;
  position: relative;
  top: -100px;
}
@media screen and (max-width: 1279px) {
  .sec08__img2 {
    width: 584px;
    margin-left: 0;
    margin-right: 0;
    top: -150px;
  }
}

.sec08__box3 {
  background-image: url(./image/sec08__box3-bg.png), linear-gradient(-5deg, transparent 0%, transparent 30%, #fff 30%, #fff 90%, #D4E4EE 90%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top, top;
  padding-top: 66px;
  padding-bottom: 260px;
}
@media screen and (max-width: 1279px) {
  .sec08__box3 {
    background-image: url(./image-sp/sec08__box3-bg.png), linear-gradient(-5deg, transparent 0%, transparent 30%, #fff 30%, #fff 90%, #D4E4EE 90%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top, top;
    padding-top: 60px;
    padding-bottom: 116px;
  }
}

.sec08__text2 {
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 1279px) {
  .sec08__text2 {
    margin-bottom: 30px;
  }
}

.sec08__box4 {
  border: 2px #346285 solid;
  padding: 54px 60px;
}
@media screen and (max-width: 1279px) {
  .sec08__box4 {
    padding: 40px 20px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

.sec08__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  place-content: center;
  gap: 26px 0;
}
@media screen and (max-width: 1279px) {
  .sec08__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }
}

.sec08__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1279px) {
  .sec08__item {
    gap: 0;
  }
}

.sec08__item-img1 {
  width: 182px;
}
@media screen and (max-width: 1279px) {
  .sec08__item-img1 {
    width: 180px;
  }
}

.sec08__item-text1 {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 52px;
  color: #346285;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .sec08__item-text1 {
    font-size: 18px;
    line-height: 1.7;
  }
}
.sec08__item-text1.lang-en {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 0 -40px;
}
@media screen and (max-width: 1279px) {
  .sec08__item-text1.lang-en {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
  }
}

/*
  * sec09.scss
  */
.sec09 {
  background-image: url(./image/sec09-bg.png);
  background-size: 100%;
  background-position: center 40px;
  padding-top: 202px;
  padding-bottom: 186px;
}
@media screen and (max-width: 1279px) {
  .sec09 {
    background-color: #D4E4EE;
    background-image: url(./image-sp/sec09-bg.png);
    background-size: 100% 575px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 160px;
    padding-bottom: 140px;
  }
}

.sec09__bg-title {
  top: 258px;
}

.sec09_box1 {
  position: relative;
  left: -80px;
}
@media screen and (max-width: 1279px) {
  .sec09_box1 {
    left: 0;
  }
}
.sec09_box1.lang-en {
  left: 20px;
}

.sec09__text1 {
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 1279px) {
  .sec09__text1 {
    text-align: left;
  }
}
.sec09__text1.lang-en {
  font-size: 29px;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1279px) {
  .sec09__text1.lang-en {
    font-size: 21px;
    letter-spacing: 1px;
  }
}

.sec09__text1--sub {
  font-family: "Montserrat", sans-serif;
}

.sec09__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  color: #346285;
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 5px;
}
@media screen and (max-width: 1279px) {
  .sec09__title {
    text-align: left;
    margin-bottom: 40px;
  }
}
.sec09__title.lang-en {
  letter-spacing: 3px;
  margin-bottom: 76px;
}
@media screen and (max-width: 1279px) {
  .sec09__title.lang-en {
    letter-spacing: 2px;
    font-size: 36px;
  }
}

.sec09__list {
  counter-reset: sec09__item;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: flex-start;
  margin-left: 175px;
}
@media screen and (max-width: 1279px) {
  .sec09__list {
    width: 424px;
    margin-left: 90px;
  }
}
.sec09__list.lang-en {
  gap: 55px;
}
@media screen and (max-width: 1279px) {
  .sec09__list.lang-en {
    gap: 45px;
    margin-bottom: 50px;
  }
}

.sec09__item {
  counter-increment: sec09__item;
  width: 655px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .sec09__item {
    width: 100%;
  }
}
.sec09__item:not(:last-child):after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(./image/sec09__item-after.png);
  background-size: 100% 100%;
  width: 52px;
  height: 27px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: calc(100% + 20px);
}
@media screen and (max-width: 1279px) {
  .sec09__item:not(:last-child):after {
    width: 40px;
    height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .sec09__item:last-child .sec09__item-text1 {
    width: 320px;
  }
}
.sec09__item.lang-en {
  width: 685px;
  padding: 11px 0 0;
}
.sec09__item.lang-en:not(:last-child):after {
  margin-left: calc(50% - 60px);
  margin-right: auto;
  top: calc(100% + 20px);
}
@media screen and (max-width: 1279px) {
  .sec09__item.lang-en:not(:last-child):after {
    margin-left: calc(50% - 30px);
  }
}
@media screen and (max-width: 1279px) {
  .sec09__item.lang-en {
    width: 100%;
  }
}

.sec09__item-title {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 52px;
  color: #346285;
  text-align: left;
  letter-spacing: 4px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .sec09__item-title {
    margin-right: -40px;
  }
}
.sec09__item-title::before {
  position: absolute;
  display: inline-block;
  content: "STEP";
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  background-image: url(./image/sec09__item-title-before.png);
  background-size: 100% 100%;
  width: 80px;
  height: 81px;
  left: -114px;
  top: 10px;
}
@media screen and (max-width: 1279px) {
  .sec09__item-title::before {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 40px;
    color: #ffffff;
    width: 68px;
    height: 68px;
    left: -90px;
    top: 0;
  }
}
.sec09__item-title::after {
  display: inline-block;
  position: absolute;
  content: counter(sec09__item);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  left: -88px;
  top: 42px;
  width: 32px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .sec09__item-title::after {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 34px;
    color: #ffffff;
    left: -70px;
    top: 30px;
  }
}
.sec09__item-title.lang-en {
  font-size: 25px;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 11px;
}
.sec09__item-title.lang-en::before {
  font-size: 16px;
  top: 0px;
}
.sec09__item-title.lang-en::after {
  left: -90px;
  top: 32px;
}
@media screen and (max-width: 1279px) {
  .sec09__item-title.lang-en {
    font-weight: 500;
    line-height: 1.3;
  }
  .sec09__item-title.lang-en::before {
    font-size: 12px;
    letter-spacing: 2px;
    padding-left: 4px;
  }
  .sec09__item-title.lang-en::after {
    left: -72px;
    top: 28px;
  }
}

.sec09__item-text1 {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  .sec09__item-text1 {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #333333;
  }
}
.sec09__item-text1.lang-en {
  line-height: 20px;
}
@media screen and (max-width: 1279px) {
  .sec09__item-text1.lang-en {
    line-height: 16px;
    padding-right: 0;
    font-size: 12px;
  }
}

.sec09__item-link {
  color: #346285;
  text-decoration: underline;
}

/*
  * sec10.scss
  */
.sec10 {
  padding-bottom: 60px;
}

.sec10__accordion {
  padding: 0 30px;
}
@media screen and (max-width: 1279px) {
  .sec10__accordion {
    padding: 0;
  }
}

.sec10__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.sec10__accordion-title {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #346285;
  text-align: left;
  border: 2px solid #346285;
  padding: 10px 30px;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
}

.sec10__accordion-title {
  display: block;
  list-style-type: none;
}

.sec10__accordion-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 3px;
  right: 30px;
  top: 50%;
  background-color: #346285;
}

.sec10__accordion-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 13px;
  right: 35px;
  top: 40%;
  background-color: #346285;
}

.sec10__accordion-title.close::before {
  display: none;
}

.sec10__accordion-text {
  display: none;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #333333;
  text-align: left;
  padding: 20px 0;
}
@media screen and (max-width: 1279px) {
  .sec10__accordion-text {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #333333;
  }
}

.section--sec10.lang-en {
  margin-top: -155px;
  position: relative;
  z-index: 1;
}
.section--sec10.lang-en .sec10 {
  padding-top: 236px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1279px) {
  .section--sec10.lang-en .sec10 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.section--sec10.lang-en .sec10__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  color: #346285;
  text-align: center;
  letter-spacing: 0.24em;
  margin-bottom: 9px;
}
@media screen and (max-width: 1279px) {
  .section--sec10.lang-en .sec10__title {
    margin-bottom: 0;
    letter-spacing: 0.1em;
    font-size: 36px;
  }
}
.section--sec10.lang-en .sec10__title-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
  color: #333333;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 44px;
}
@media screen and (max-width: 1279px) {
  .section--sec10.lang-en .sec10__title-sub {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.section--sec10.lang-en .form__table {
  width: 790px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 88px 40px 30px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
}
@media screen and (max-width: 1279px) {
  .section--sec10.lang-en .form__table {
    width: 100%;
    padding: 40px 30px 30px;
    margin-bottom: 60px;
  }
}
.section--sec10.lang-en .form__item {
  margin-bottom: 50px;
}
.section--sec10.lang-en .form__item--sub {
  margin-top: -26px;
  margin-bottom: 44px;
}
.section--sec10.lang-en .form__item:last-child {
  margin-bottom: 0;
}
.section--sec10.lang-en .form__item.required .form__title::after {
  content: "/ Required";
  color: #BD3A43;
  margin-right: 5px;
  font-size: 0.6em;
  font-weight: bold;
  display: inline-block;
  margin-left: 8px;
}
@media screen and (max-width: 1279px) {
  .section--sec10.lang-en .form__item {
    margin-bottom: 40px;
  }
  .section--sec10.lang-en .form__item--sub {
    margin-top: -16px;
    margin-bottom: 44px;
  }
}
.section--sec10.lang-en .form__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 31px;
  line-height: 1;
  color: #346285;
  text-align: left;
  margin-bottom: 20px;
}
.section--sec10.lang-en .form__title--sub {
  font-size: 25px;
}
@media screen and (max-width: 1279px) {
  .section--sec10.lang-en .form__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .section--sec10.lang-en .form__title--sub {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.section--sec10.lang-en .form__input input,
.section--sec10.lang-en .form__input textarea {
  border: 2px solid #ABABAB;
  font-size: 22px;
  line-height: 1.3;
  color: #333333;
  text-align: left;
  padding: 10px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .section--sec10.lang-en .form__input input,
  .section--sec10.lang-en .form__input textarea {
    font-size: 16px;
  }
}
.section--sec10.lang-en .form__input input:placeholder {
  color: #ABABAB;
}
.section--sec10.lang-en .form__text {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.7;
  color: #ABABAB;
  text-align: left;
  margin-bottom: -7px;
  display: block;
}
@media screen and (max-width: 1279px) {
  .section--sec10.lang-en .form__text {
    font-size: 16px;
    font-weight: 500;
  }
}
.section--sec10.lang-en .form__checkbox {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  color: #346285;
  text-align: center;
  margin-bottom: 88px;
}
.section--sec10.lang-en .form__checkbox:hover {
  opacity: 0.8;
}
.section--sec10.lang-en .form__checkbox input {
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
}
.section--sec10.lang-en .form__checkbox input + label {
  position: relative;
}
.section--sec10.lang-en .form__checkbox input + label::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  border: 1px solid #ABABAB;
  background-color: #fff;
  position: absolute;
  left: -46px;
  top: -2px;
}
.section--sec10.lang-en .form__checkbox input:checked + label::before {
  background-color: #346285;
  border: none;
}
.section--sec10.lang-en .form__checkbox input:checked + label::after {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: -36px;
  top: 0px;
  transform: rotate(45deg);
}
.section--sec10.lang-en .form__submit {
  margin-top: 80px;
  margin-bottom: 110px;
  position: relative;
}
.section--sec10.lang-en .form__submit input {
  width: 265px;
  height: 46px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  color: #346285;
  text-align: center;
  background-color: #D4E4EE;
  border: #346285 1px solid;
}
.section--sec10.lang-en .form__submit input:hover {
  opacity: 0.8;
}
.section--sec10.lang-en .form__submit input:disabled {
  background-color: #ABABAB;
}
.section--sec10.lang-en .form__submit input:disabled:hover {
  opacity: 1;
}
.section--sec10.lang-en .form__submit::after {
  position: absolute;
  content: "＞";
  display: block;
  top: 0.6em;
  right: calc(50% - 120px);
  font-size: 1.3em;
  color: #346285;
  font-weight: 400;
}
@media screen and (max-width: 1279px) {
  .section--sec10.lang-en .form__submit {
    margin-bottom: 80px;
  }
}
.section--sec10.lang-en .sec10__accordion-title {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 30px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/*
 * header.scss
 */
.header {
  width: 100%;
  height: 72px;
}
@media screen and (min-width: 1280px) {
  .header {
    height: 112px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .header__inner {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header.active {
  background-color: #fff;
}
@media screen and (max-width: 1279px) {
  .header__nav {
    position: absolute;
    right: 0;
    top: -112px;
  }
}

/*
 * logo.scss
 */
.logo__image {
  display: block;
  width: 438px;
  position: relative;
  left: -6px;
}
.logo__image:hover {
  opacity: 0.9;
}
.logo--centered {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .logo__image {
    width: 370px;
    left: 0;
  }
}

/*
 * hamburger.scss
 */
.hamburger {
  width: 20px;
}
@media screen and (min-width: 1280px) {
  .hamburger {
    display: none;
  }
}
.hamburger__inner {
  position: relative;
}
.hamburger__inner.active .hamburger__line:nth-last-of-type(1) {
  transform: translateY(-7px) rotate(-45deg);
}
.hamburger__inner.active .hamburger__line:nth-last-of-type(2) {
  opacity: 0;
}
.hamburger__inner.active .hamburger__line:nth-last-of-type(3) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger__line {
  display: block;
  border-bottom: 1px solid #000;
}
.hamburger__line:nth-child(2) {
  margin: 6px 0px;
}

/*
 * gnav.scss
 */
.gnav {
  background-color: #D4E4EE;
  width: 210px;
  height: 30px;
}
@media screen and (max-width: 1279px) {
  .gnav {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #DEDEDE;
    width: 180px;
    height: 150px;
  }
}
.gnav.panelactive {
  display: block;
}
.gnav__pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .gnav__pages {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
  }
}
.gnav__menu {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #808080;
  letter-spacing: 2px;
  position: relative;
}
.gnav__menu:hover {
  color: #346285;
}
.gnav__menu.active {
  color: #346285;
}
.gnav__menu:first-child::after {
  position: absolute;
  content: "/";
  color: #808080;
  right: -16px;
}
@media screen and (max-width: 1279px) {
  .gnav__menu:first-child::after {
    content: none;
  }
}
.gnav__menu-ja::before {
  content: "Japanese";
}
@media screen and (max-width: 1279px) {
  .gnav__menu-ja {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
  }
  .gnav__menu-ja::before {
    content: "日本語";
  }
  .gnav__menu-ja::after {
    content: "";
    background-image: url(./image-sp/gnav__menu-ja-after.png);
    background-size: 100% 100%;
    width: 40px;
    height: 26px;
    display: block;
  }
}
.gnav__menu-en::before {
  content: "English";
}
@media screen and (max-width: 1279px) {
  .gnav__menu-en {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
  }
  .gnav__menu-en::after {
    content: "";
    background-image: url(./image-sp/gnav__menu-en-after.png);
    background-size: 100% 100%;
    width: 39px;
    height: 26px;
    display: block;
  }
}

.openbtn {
  display: none;
}
@media screen and (max-width: 1279px) {
  .openbtn {
    width: 93px;
    height: 50px;
    background-color: #DEDEDE;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .openbtn::before {
    content: "";
    background-size: 100% 100%;
    display: block;
  }
  .openbtn.ja::before {
    background-image: url(./image-sp/gnav__menu-ja-after.png);
    width: 40px;
    height: 26px;
  }
  .openbtn.en::before {
    background-image: url(./image-sp/gnav__menu-en-after.png);
    width: 39px;
    height: 26px;
  }
  .openbtn::after {
    display: block;
    content: "";
    background-image: url(./image-sp/gnav__openbtn-after.png);
    background-size: 100% 100%;
    width: 14px;
    height: 11px;
  }
}

/*
 * mainvisual.scss
 */
.mainvisual {
  overflow: hidden;
  margin-bottom: -1px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .mainvisual {
    padding-bottom: 100px;
  }
}
.mainvisual__image {
  vertical-align: bottom;
  width: 1131px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -16px;
}
@media screen and (max-width: 1279px) {
  .mainvisual__image {
    width: 616px;
    left: 0;
  }
}
@media screen and (max-width: 1279px) {
  .mainvisual__image.lang-en {
    width: 606px;
    left: -3px;
    margin-bottom: -20px;
  }
}
.mainvisual__img2 {
  width: 489px;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: auto;
  margin-bottom: 30px;
}
.mainvisual__img2.lang-en {
  margin-top: 23px;
  margin-left: 28px;
  margin-right: auto;
  margin-bottom: 6px;
}
.mainvisual__bg {
  background-image: url(./image/mainvisual_bg.png);
  background-size: 100% 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .mainvisual__bg {
    background-image: url(./image-sp/mainvisual_bg.png);
    max-width: 100%;
    padding-top: 10px;
  }
}
.mainvisual__button {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.mainvisual__link {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #346285;
  text-align: left;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  position: relative;
  left: 0;
  bottom: 112px;
  background-color: #ffffff;
  letter-spacing: 4px;
  width: 320px;
  height: 47px;
}
.mainvisual__link.lang-en {
  width: 231px;
  height: 47px;
  text-align: left;
  font-weight: 700;
  justify-content: space-around;
}
@media screen and (max-width: 1279px) {
  .mainvisual__link.lang-en {
    width: 475px;
    height: 65px;
    justify-content: center;
  }
  .mainvisual__link.lang-en::after {
    width: 17px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
  }
}
.mainvisual__link:hover {
  opacity: 0.95;
  text-decoration: underline;
}
.mainvisual__link::after {
  content: "";
  background-image: url(./image/mainvisual__link-after.png);
  background-size: 100% 100%;
  width: 13px;
  height: 18px;
}
@media screen and (max-width: 1279px) {
  .mainvisual__link {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 1;
    color: #346285;
    width: 505px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
  }
  .mainvisual__link::after {
    background-image: url(./image-sp/mainvisual__link-after.png);
    width: 17px;
    height: 25px;
  }
}

/*
 * footer.scss
 */
.footer {
  width: 100%;
  height: 120px;
  background-color: #346285;
  display: flex;
  align-items: center;
  text-align: center;
}
.footer__inner {
  margin-left: auto;
  margin-right: auto;
}
.footer__text1 {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  .footer__text1 {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 2;
    color: #ffffff;
    margin-bottom: 12px;
  }
}
.footer__text1.lang-en .footer__text1-sub {
  font-weight: 600;
  font-size: 15px;
}
.footer__copyright {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 1px;
}
@media screen and (max-width: 1279px) {
  .footer__copyright {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #ffffff;
  }
}
.footer__copyright-text.lang-en {
  font-size: 10px;
}

/*
 * faq.scss
 */
.faq {
  height: auto;
}
.faq__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  background-image: url(./image/faq__title-bg.png);
  background-size: 100% 100%;
  width: 367px;
  height: 153px;
  display: grid;
  place-content: center;
  margin-left: 50%;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  .faq__title {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.4;
    color: #ffffff;
    letter-spacing: 8px;
    width: 316px;
    height: 132px;
    margin-left: 0;
    margin-bottom: 6px;
  }
}
.faq__title.lang-en {
  font-size: 38px;
  letter-spacing: 11px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faq__item {
  width: 790px;
  margin-left: auto;
  margin-right: 100px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1279px) {
  .faq__item {
    width: 100%;
  }
}
.faq__item-q {
  background-color: #E8E8E8;
  border: 1px solid #D4E4EE;
  padding: 20px 36px;
  position: relative;
  cursor: pointer;
}
.faq__item-q::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 20px;
  width: 20px;
  height: 2px;
  background-color: #666666;
}
.faq__item-q::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 29px;
  width: 2px;
  height: 20px;
  background-color: #666666;
}
.faq__item-q.close::after {
  display: none;
}
@media screen and (max-width: 1279px) {
  .faq__item-q {
    padding: 10px 100px 10px 24px;
  }
  .faq__item-q::before {
    content: "";
    position: absolute;
    top: 26px;
    right: 20px;
    width: 20px;
    height: 2px;
    background-color: #666666;
  }
  .faq__item-q::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 29px;
    width: 2px;
    height: 20px;
    background-color: #666666;
  }
  .faq__item-q.close::after {
    display: none;
  }
}
.faq__item-q-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  color: #346285;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 1279px) {
  .faq__item-q-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #346285;
  }
}
.faq__item-q-text.lang-en {
  letter-spacing: 0px;
}
.faq__item-a {
  display: none;
  background-color: #fff;
  border: 1px solid #D4E4EE;
  padding: 16px 36px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .faq__item-a {
    padding: 10px 24px;
  }
}
.faq__item-a-text {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  color: #333333;
  text-align: justify;
}
@media screen and (max-width: 1279px) {
  .faq__item-a-text {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
  }
}
.faq__item-a-text.lang-en {
  line-height: 20px;
}
@media screen and (max-width: 1279px) {
  .faq__item-a-text.lang-en {
    font-size: 12px;
    line-height: 16px;
  }
}

/*
 * fixed.scss
 */
.fixed {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(221, 221, 221, 0.8666666667);
}
.fixed__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 640px;
  margin: auto;
}
@media screen and (min-width: 1280px) {
  .fixed__inner {
    max-width: 1280px;
  }
}
.fixed.active {
  background-color: #fff;
}
.fixed__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 100%;
}
.fixed__btn {
  width: 100%;
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  font-feature-settings: "palt";
  text-align: center;
}
.fixed__btn-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding-top: 20px;
}
.fixed__btn-link:hover {
  position: relative;
}
.fixed__btn-link:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffff;
  opacity: 0.2;
  z-index: 1000;
}
.fixed__btn-link--img {
  padding-top: 0;
}

/*==================================================
スライダーのためのcss
https://kenwheeler.github.io/slick/
===================================*/
.slider {
  width: 100%;
  margin: 0 auto;
}

.slider img {
  width: 100%;
  height: auto;
}

.slider .slick-slide {
  width: 710px;
}

.slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

/*
 * cta.scss
 */
.cta {
  background-image: url(./image/cta-bg.png);
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1279px) {
  .cta {
    background-image: url(./image-sp/cta-bg.png);
    padding-top: 200px;
    padding-bottom: 100px;
  }
}

.cta__inner {
  position: relative;
}

.lang-en .cta__bg-title {
  top: -200px;
}

.cta__bg-title {
  top: -400px;
}

.cta__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 47px;
  color: #333333;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1279px) {
  .cta__title {
    margin-bottom: 20px;
  }
}

.cta__title b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 47px;
  color: #346285;
  text-align: center;
  letter-spacing: 2px;
}

.cta__title-sub {
  display: inline;
  letter-spacing: -0.5em;
}
@media screen and (max-width: 1279px) {
  .cta__title-sub {
    display: none;
  }
}

.cta__text1 {
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 1279px) {
  .cta__text1 {
    font-size: 18px;
    line-height: 25px;
  }
}

.cta__text2 {
  font-size: 13px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1279px) {
  .cta__text2 {
    margin-bottom: 28px;
  }
}

.cta__list {
  display: grid;
  grid-template-columns: repeat(3, 333px);
  gap: 20px;
  place-content: center;
}
@media screen and (max-width: 1279px) {
  .cta__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cta__item {
  background-color: #ffffff;
  padding: 24px 30px;
  position: relative;
}

.cta__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #346285;
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: auto;
  height: 60px;
}

.cta__item-text1 {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  color: #333333;
  text-align: left;
  margin-bottom: 10px;
  margin-right: -20px;
}

.cta__item-text1-sub {
  font-weight: bold;
  font-size: 18px;
}

.cta__list2 {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1279px) {
  .cta__list2 {
    gap: 20px;
  }
}

.cta__item2-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #346285;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  .cta__item2-link {
    font-size: 12px;
    letter-spacing: 2px;
  }
}

.cta__item-icon {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: right;
  position: absolute;
  width: 90px;
  height: 76px;
  top: 0;
  right: 0;
  background-color: #346285;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  padding: 12px;
}

/* 
 * Utility
 * --------------------------
 */
/*
 * util.scss
 */
@media screen and (min-width: 1280px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  .pc {
    display: inherit;
  }
}

.box-shadow {
  box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.2);
  width: fit-content;
}

.box-bg-grad {
  background-image: linear-gradient(30deg, #346285, #ffffff 30%, #ffffff 70%, #346285);
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-accent {
  font-family: "Noto Sans JP", sans-serif;
  color: #346285;
}

.text-color--black {
  color: #333333;
}
.text-color--green {
  color: #218386;
}
.text-color--pink {
  color: #DC797E;
}
.text-color--orange {
  color: #FF8400;
}
.text-color--yellow {
  color: #FFFF80;
}

.text-deco-marker {
  background: linear-gradient(transparent 20%, #F9F290 20%);
}

.text-deco-marker2 {
  background: linear-gradient(transparent 85%, #F9F290 85%, #F9F290 100%, transparent 100%);
}

.text-deco-dash--accent, .text-deco-dash {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.text-deco-dash--accent {
  text-decoration-color: #346285;
}

.text-deco-underline--accent, .text-deco-underline {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.text-deco-underline--accent {
  text-decoration-color: #346285;
}

.text-deco-overdot--small, .text-deco-overdot--accent, .text-deco-overdot {
  position: relative;
}
.text-deco-overdot--small::after, .text-deco-overdot--accent::after, .text-deco-overdot::after {
  position: absolute;
  content: "・";
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #333333;
  font-feature-settings: "palt";
  top: -0.5em;
  left: 0.25em;
}

.text-deco-overdot--accent::after {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #346285;
  font-feature-settings: "palt";
}
.text-deco-overdot--small::after {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.5em;
  line-height: 1;
  font-feature-settings: "palt";
  top: -0.3em;
  left: 0.8em;
}

.text-deco-wave {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  text-decoration-color: #A27E8A;
}

.text-deco-wave2 {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  text-decoration-color: #ff0000;
}

.text-shadow {
  text-shadow: 3px 3px 0px #346285;
}
.text-shadow--blur {
  text-shadow: 5px 5px 8px #346285, 5px -5px 8px #346285, -5px 5px 8px #346285, -5px -5px 8px #346285;
}
.text-shadow--box {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 8px;
  box-shadow: inset 3px 3px 20px #ffffff, inset -3px -3px 20px #ffffff;
}

.text-num {
  font-size: 1.4em;
  font-feature-settings: "palt";
}

.text-fz60 {
  font-size: 0.6em;
}

.text-fz70 {
  font-size: 0.7em;
}

.text-fz80 {
  font-size: 0.8em;
}

.text-fz90 {
  font-size: 0.9em;
}

.text-fz110 {
  font-size: 1.1em;
}

.text-fz120 {
  font-size: 1.2em;
}

.text-fz130 {
  font-size: 1.3em;
}

.text-fz140 {
  font-size: 1.4em;
}

.text-fz150 {
  font-size: 1.5em;
}

.text-fz200 {
  font-size: 2em;
  line-height: 1.3;
}

.text-fz250 {
  font-size: 2.5em;
}

.mb_vw0 {
  margin-bottom: unset;
}

.mb_vw10 {
  margin-bottom: 10px;
}

.mb_vw20 {
  margin-bottom: 20px;
}

.mb_vw30 {
  margin-bottom: 30px;
}

.mb_vw40 {
  margin-bottom: 40px;
}

.mb_vw50 {
  margin-bottom: 50px;
}

.mb_vw60 {
  margin-bottom: 60px;
}

.mb_vw70 {
  margin-bottom: 70px;
}

.mb_vw80 {
  margin-bottom: 80px;
}

.mb_vw90 {
  margin-bottom: 90px;
}

.mb_vw100 {
  margin-bottom: 100px;
}

.plr_vw10 {
  padding-left: 10px;
  padding-right: 10px;
}

.plr_vw20 {
  padding-left: 20px;
  padding-right: 20px;
}

.plr_vw30 {
  padding-left: 30px;
  padding-right: 30px;
}

.plr_vw40 {
  padding-left: 40px;
  padding-right: 40px;
}

.plr_vw60 {
  padding-left: 60px;
  padding-right: 60px;
}

.nanameline--accent, .nanameline {
  position: relative;
}
.nanameline--accent::before, .nanameline::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #333333;
  left: -20px;
  bottom: -0.1em;
  transform: rotate(-40deg);
}
.nanameline--accent::after, .nanameline::after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #333333;
  right: -20px;
  bottom: -0.1em;
  transform: rotate(40deg);
}

.nanameline--accent::before, .nanameline--accent::after {
  background-color: #346285;
  width: 2px;
}
.nanameline--accent::before {
  left: -0.6em;
}
.nanameline--accent::after {
  right: -0.6em;
}

.fullwidth {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 640px;
}
@media screen and (min-width: 1280px) {
  .fullwidth {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
  }
}

.grad--to-bottom {
  background-image: linear-gradient(to bottom, #00719C, #1E1B6D);
}
.grad--to-right {
  background-image: linear-gradient(to right, #00719C, #1E1B6D);
}

/*
 * animation.scss
 */
/* modaal */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-inner-wrapper {
  padding: 30px 0;
}

.modaal-container {
  width: 90%;
  max-width: 480px;
  border-radius: 30px;
}

.modaal-content-container {
  padding: 30px;
}

/* 下からふわっと */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* キラッと */
.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -180px;
  background: rgba(255, 255, 255, 0.5333333333);
  width: 30px;
  height: 100%;
  animation: shineanime 3s ease-in-out infinite;
  z-index: 30;
}

@keyframes shineanime {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  30% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  31% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  50% {
    transform: scale(80) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: scale(80) rotate(45deg);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */