@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

h1, h2, h3, h4, h5 {
  line-height: 1;
  font-size: 100%;
  font-weight: normal;
}

img {
  border: none;
  vertical-align: bottom;
}

ul, ol, li, dl, dt, dd {
  list-style: none;
}

/*
regular 400
medium 500
bold 700
Black 900
*/
/*
medium 500
bold 700
Black 900
*/
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  position: relative;
  color: #000000;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  body {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 0;
  }
}

img {
  max-width: 100%;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.pc_switch {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_switch {
    display: none;
  }
}

.sp_switch {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_switch {
    display: block;
  }
}

.n-sf-wrap .n-sf, .n-sf-wrap.n-sf {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
@media screen and (max-width: 767px) {
  .n-sf-wrap .n-sf, .n-sf-wrap.n-sf {
    -webkit-transform: translateY(2.6666666667vw);
            transform: translateY(2.6666666667vw);
  }
}
.n-sf-wrap .n-sf.no-Y, .n-sf-wrap.n-sf.no-Y {
  -webkit-transform: none;
          transform: none;
}
.n-sf-wrap.n-sf-show .n-sf, .n-sf-wrap.n-sf-show.n-sf {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.n-sf-wrap.n-sf-show .n-sf img, .n-sf-wrap.n-sf-show.n-sf img {
  -webkit-transform: none;
          transform: none;
}
.n-sf-wrap .n-d1 {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.n-sf-wrap .n-d2 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.n-sf-wrap .n-d3 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.n-sf-wrap .n-d4 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.n-sf-wrap .n-d5 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.n-sf-wrap .n-d6 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.n-sf-wrap .n-d7 {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.n-sf-wrap .n-d8 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.n-sf-wrap .n-d9 {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.n-sf-wrap .n-d10 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.n-sf-wrap .n-d11 {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}
.n-sf-wrap .n-d12 {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}
.n-sf-wrap .n-d13 {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}
.n-sf-wrap .n-d14 {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}
.n-sf-wrap .n-d15 {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}
.n-sf-wrap .n-d16 {
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}
.n-sf-wrap .n-d17 {
  -webkit-transition-delay: 1.7s !important;
          transition-delay: 1.7s !important;
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}
.n-sf-wrap .n-d18 {
  -webkit-transition-delay: 1.8s !important;
          transition-delay: 1.8s !important;
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}
.n-sf-wrap .n-d19 {
  -webkit-transition-delay: 1.9s !important;
          transition-delay: 1.9s !important;
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
}
.n-sf-wrap .n-d20 {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

/* ---------------------------------------------------
寄付するボタン
--------------------------------------------------- */
.kifu-btn {
  width: 100%;
  max-width: 750px;
  height: 150px;
  margin: 0 auto;
}
.kifu-btn a,
.kifu-btn a:link,
.kifu-btn a:visited {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .kifu-btn a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.kifu-btn a {
  background: #e94f4f;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
}
.kifu-btn a .ttl {
  font-size: 39px;
  font-weight: 900;
  line-height: 1;
}
.kifu-btn a .sttl {
  margin-top: 12px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.kifu-btn a .sttl:after {
  content: "";
  display: inline-block;
  background: url("../img/arrow-kifubtn.png") no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.kifu-btn a .txt {
  color: #f9cccc;
  font-size: 16px;
  font-weight: 700;
  line-height: 168.75%;
  margin-top: 10px;
}

/* ---------------------------------------------------
sec1
--------------------------------------------------- */
.sec1 {
  width: 100%;
  height: 660px;
  position: relative;
  background-image: url("../img/fv.jpg");
  background-size: auto 660px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1366px) {
  .sec1 {
    height: 600px;
    background-position: 40% top;
    background-size: auto 700px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec1 {
    background-size: auto 740px;
    background-position: center top;
  }
}
.sec1 .header {
  width: 207px;
  height: 175px;
  position: absolute;
  right: 80px;
  top: 0;
  background: #0099ff;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}
.sec1 .header a,
.sec1 .header a:link,
.sec1 .header a:visited {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sec1 .header a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.sec1 .header__logo {
  width: 171px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec1 .header {
    right: 10px;
    padding-top: 35px;
    height: 135px;
  }
}
.sec1__detail {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 137px;
  padding-left: 11.9696969697%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 1770px) {
  .sec1__detail {
    padding-top: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec1__detail {
    padding-left: 50px;
  }
}
.sec1__detail__ttl {
  font-size: 110px;
  line-height: 1.1090909091;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #fff;
}
.sec1__detail__ttl img {
  display: none;
}
@media screen and (max-width: 1770px) {
  .sec1__detail__ttl {
    font-size: 100px;
    line-height: 1.1;
    margin-top: -40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec1__detail__ttl {
    line-height: 107.5%;
    font-size: 80px;
    margin-top: 0;
  }
}
.sec1__detail__txt {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-top: 71px;
  padding-left: 4px;
  font-size: 30px;
  line-height: 150%;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: 0 0 65px rgba(23, 12, 3, 0.64);
}
@media screen and (max-width: 1500px) {
  .sec1__detail__txt {
    font-size: 24.3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec1__detail__txt {
    font-size: 20.25px;
  }
}

/* ---------------------------------------------------
sec2
--------------------------------------------------- */
.sec2 {
  background: #15171e;
  padding-top: 100px;
  padding-bottom: 77px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec2 .kifu-btn {
    width: 90%;
  }
}
.sec2__btn2 {
  margin: 47px auto 0;
  padding-bottom: 48px;
  max-width: 803px;
  width: 90%;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 700;
  background-image: linear-gradient(to right, #c9c9cb 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.sec2__btn2 a,
.sec2__btn2 a:link,
.sec2__btn2 a:visited {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sec2__btn2 a:hover {
    color: #fff;
    text-decoration: none;
  }
}
.sec2__btn2:after {
  content: "";
  display: inline-block;
  background: url("../img/arrow-kifubtn_white2.png") no-repeat;
  background-size: 100% auto;
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
.sec2__btn2 + .sec2__txt {
  margin-top: 36px;
}
.sec2__txt {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 42px;
}
.sec2__txt a,
.sec2__txt a:link,
.sec2__txt a:visited {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sec2__txt a:hover {
    color: #fff;
    text-decoration: none;
  }
}

/* ---------------------------------------------------
sec3
--------------------------------------------------- */
.sec3 {
  background: #0c0e13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sec3 {
    display: block;
  }
}
.sec3__img {
  position: sticky;
  top: 0;
  left: 0;
  width: 45.9595959596%;
}
.sec3__img > div {
  width: 100%;
  height: 100vh;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 1;
}
.sec3__img > div:before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sec3-img.jpg?v=4) no-repeat bottom center;
  background-size: cover;
  inset: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec3__img {
    width: 100%;
  }
  .sec3__img > div:before {
    width: 100%;
  }
}
.sec3__detail {
  width: 54.0404040404%;
  padding: 4.3939393939% 40px 7.4747474747% 4.0404040404%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #0c0e13;
  z-index: 10;
}
.sec3__detail__inner {
  max-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec3__detail .ttl {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.sec3__detail .ttl .txt1 {
  color: #c40000;
  font-size: 45px;
  font-weight: 900;
}
.sec3__detail .ttl .txt1 span {
  font-size: 34px;
}
.sec3__detail .ttl .txt2 {
  margin-top: 24px;
  color: #fff;
  font-size: 50px;
  line-height: 1.44;
  font-weight: 900;
}
.sec3__detail .ttl .txt3 {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec3__detail .ttl .txt3 .number {
  color: #fff;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec3__detail .ttl .txt3 .number span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  line-height: 1;
  background: #c40000;
  margin-right: 5px;
  padding-bottom: 7px;
}
.sec3__detail .ttl .txt3 .number span:last-child {
  margin-right: 0;
}
.sec3__detail .ttl .txt3 .number span.num {
  font-size: 78px;
}
.sec3__detail .ttl .txt3 .number span.jp {
  font-size: 68px;
}
.sec3__detail .ttl .txt3 .txt-red {
  color: #c40000;
  font-size: 45px;
  font-weight: 900;
  margin-left: 15px;
  padding-bottom: 9px;
}
.sec3__detail .ttl .date {
  margin-top: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.sec3__detail .txt {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.8333333333;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.sec3__detail .txt.txt1 {
  margin: 52px 0 65px;
}
.sec3__detail .txt.txt2 {
  margin: 50px 0 53px;
}
.sec3__detail .txt.txt3 {
  margin-top: 50px;
}
@media screen and (min-width: 1025px) and (max-width: 1170px) {
  .sec3__detail .ttl .txt2 br {
    display: none;
  }
  .sec3__detail .ttl .txt3 .number span {
    width: 70px;
    height: 70px;
  }
  .sec3__detail .ttl .txt3 .number span.num {
    font-size: 74px;
  }
  .sec3__detail .ttl .txt3 .number span.jp {
    font-size: 64px;
  }
  .sec3__detail .ttl .txt3 .txt-red {
    font-size: 43px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec3__detail {
    width: 100%;
    padding: 40px 40px 100px 40px;
  }
  .sec3__detail__inner {
    max-width: 100%;
    padding-top: 0;
  }
}

/* ---------------------------------------------------
sec4
--------------------------------------------------- */
.sec4 {
  padding: 80px 80px 92px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f9f9f9;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec4 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.sec4__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}
.sec4__ttl {
  color: #15171e;
  font-size: 36px;
  font-weight: 900;
  line-height: 200%;
  text-align: center;
}
.sec4 .backnumber {
  position: absolute;
  right: 0;
  top: 26px;
}
.sec4 .backnumber a,
.sec4 .backnumber a:link,
.sec4 .backnumber a:visited {
  color: #0099ff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sec4 .backnumber a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.sec4 .backnumber a {
  color: #0099ff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-right: 22px;
}
.sec4 .backnumber a:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  background-image: url(../img/icon_circle_right.png);
  background-size: 100% auto;
}
.sec4__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
}
.sec4__list__item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 9px;
  padding-bottom: 5px;
}
.sec4__list__item:nth-of-type(odd) {
  padding-right: 3.3898305085%;
  border-right: 1px solid #15171e;
}
.sec4__list__item:nth-of-type(even) {
  padding-left: 3.3898305085%;
}
.sec4__list__item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec4__list__item__top .img {
  width: 130px;
  margin-right: 30px;
}
.sec4__list__item__top .detail {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.sec4__list__item__top .detail .date {
  font-size: 14px;
  font-weight: 500;
  color: #15171e;
}
.sec4__list__item__top .detail .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 111.1111111111%;
  margin-top: 10px;
  color: #15171e;
}
.sec4__list__item__bottom {
  margin-top: 16px;
}
.sec4__list__item__bottom .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 171.4285714286%;
  letter-spacing: 0.04em;
  color: #15171e;
}
.sec4__list__item__bottom .read-more {
  text-underline-offset: 8px;
  padding-right: 6px;
  margin-top: 10px;
  text-align: right;
  color: #0099ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 171.4285714286%;
  letter-spacing: 0.04em;
}
.sec4__list__item__bottom .read-more a,
.sec4__list__item__bottom .read-more a:link,
.sec4__list__item__bottom .read-more a:visited {
  color: #0099ff;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sec4__list__item__bottom .read-more a:hover {
    color: #0099ff;
    text-decoration: none;
  }
}

/* ---------------------------------------------------
sec5
--------------------------------------------------- */
.sec5 {
  padding: 120px 80px 209px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec5 {
    padding: 100px 40px 130px;
  }
}
.sec5__bg {
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec5__bg:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/sec5-bg.jpg") repeat top left;
  background-size: cover;
  inset: 0;
}
.sec5__inner {
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec5__inner {
    max-width: 100%;
  }
}
.sec5__ttl {
  text-align: center;
}
.sec5__ttl .sub {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #0099ff;
  border-radius: 100vh;
  padding: 11px 25px 15px;
}
.sec5__ttl .main {
  margin-top: 30px;
  display: block;
  color: #0099ff;
  font-size: 50px;
  font-weight: 900;
}
.sec5__read {
  margin-top: 83px;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .sec5__read br {
    display: none;
  }
}
.sec5__table-pc {
  margin-top: 72px;
}
.sec5__table-pc table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.sec5__table-pc table th, .sec5__table-pc table td {
  border: 1px solid #acacac;
}
.sec5__table-pc table thead th {
  background: rgba(221, 221, 221, 0.81);
  font-size: 20px;
  padding: 22px 0;
}
.sec5__table-pc table tbody th {
  color: #fff;
  background: rgba(44, 166, 248, 0.8);
  font-size: 18px;
  width: 240px;
}
.sec5__table-pc table tbody td {
  background: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.7777777778;
  padding: 14px 25px 20px;
}
.sec5__table-pc table tbody .people {
  width: 245px;
  text-align: right;
  color: #0099ff;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .sec5__table-pc table tbody th {
    width: 180px;
  }
  .sec5__table-pc table tbody .people {
    width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .sec5__table-pc {
    display: none;
  }
}
.sec5__table-tab {
  display: none;
  margin-top: 72px;
}
.sec5__table-tab table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.sec5__table-tab table th, .sec5__table-tab table td {
  border: 1px solid #acacac;
}
.sec5__table-tab table thead th {
  background: rgba(221, 221, 221, 0.81);
  font-size: 20px;
  padding: 22px 0;
}
.sec5__table-tab table tbody th {
  color: #fff;
  background: rgba(44, 166, 248, 0.8);
  font-size: 18px;
  width: 240px;
}
.sec5__table-tab table tbody td {
  background: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.7777777778;
  padding: 14px 25px 20px;
}
.sec5__table-tab table tbody .people {
  width: 245px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .sec5__table-tab {
    display: block;
  }
}
.sec5__detail {
  margin-top: 100px;
}
.sec5__detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec5__detail__item:not(:first-child) {
  margin-top: 135px;
}
.sec5__detail__item:last-child .txt-area {
  padding-top: 55px;
  padding-bottom: 51px;
}
.sec5__detail__item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec5__detail__item.reverse .txt-area {
  margin: 0 -80px -45px 0;
  padding: 87px 161px 83px 80px;
}
.sec5__detail__item .img {
  max-width: 670px;
  position: relative;
  z-index: 2;
}
.sec5__detail__item .txt-area {
  max-width: 670px;
  margin: 0 0 -45px -80px;
  background: #2ca6f8;
  color: #fff;
  padding: 87px 80px 83px 161px;
  position: relative;
  z-index: 1;
}
.sec5__detail__item .txt-area .ttl {
  font-size: 24px;
  font-weight: 700;
}
.sec5__detail__item .txt-area .txt {
  margin-top: 27px;
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (min-width: 1099px) and (max-width: 1500px) {
  .sec5__detail__item:last-child .txt-area {
    padding: 40px 40px 40px 120px;
  }
  .sec5__detail__item.reverse .txt-area {
    padding: 40px 120px 40px 40px;
  }
  .sec5__detail__item .txt-area {
    max-width: 600px;
    padding: 40px 40px 40px 120px;
  }
  .sec5__detail__item .txt-area .txt {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec5__detail__item {
    display: block;
  }
  .sec5__detail__item:not(:first-child) {
    margin-top: 80px;
  }
  .sec5__detail__item:last-child .txt-area {
    padding: 52px 40px;
  }
  .sec5__detail__item.reverse .txt-area {
    padding: 52px 40px;
  }
  .sec5__detail__item .img {
    width: 100%;
    max-width: 100%;
  }
  .sec5__detail__item .txt-area {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 52px 40px;
  }
}
.sec5__movie {
  margin: 192px auto 0;
  max-width: 1020px;
}
.sec5__movie .ttl {
  text-align: center;
  font-size: 40px;
  line-height: 1.525;
  font-weight: 700;
  color: #0099ff;
}
.sec5__movie .movie {
  margin: 40px auto 0;
  width: 600px;
  height: 338px;
}
.sec5__movie .movie iframe {
  width: 100%;
  height: 100%;
}
.sec5__movie .txt-area {
  margin-top: 45px;
}
.sec5__movie .txt-area .logo {
  width: 170px;
  margin: 0 auto;
}
.sec5__movie .txt-area .txt {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec5__movie {
    margin-top: 120px;
  }
}

/* ---------------------------------------------------
sec6
--------------------------------------------------- */
.sec6 {
  padding: 96px 80px 154px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec6 {
    padding: 80px 40px 120px;
  }
}
.sec6__inner {
  max-width: 1597px;
  margin: 0 auto;
}
.sec6__ttl {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #0099ff;
}
.sec6__report {
  margin-top: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec6__report__item {
  width: 21.6656230432%;
}
.sec6__report__item a,
.sec6__report__item a:link,
.sec6__report__item a:visited {
  color: #0099ff;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sec6__report__item a:hover {
    color: #0099ff;
    text-decoration: none;
  }
}
.sec6__report__item:not(:nth-child(4n+1)) {
  margin-left: 4.4458359424%;
}
.sec6__report__item:not(:nth-child(-n+4)) {
  margin-top: 60px;
}
.sec6__report__item .balloon {
  text-align: center;
}
.sec6__report__item .balloon span {
  display: block;
  max-width: 255px;
  margin: 0 auto;
  padding: 4px 20px 5px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background: #0099ff;
  border-radius: 100vh;
  position: relative;
}
.sec6__report__item .balloon span:before {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid #0099ff;
}
.sec6__report__item a {
  margin-top: 31px;
  display: block;
}
.sec6__report__item .img {
  border-radius: 20px;
  overflow: hidden;
}
.sec6__report__item .txt {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.7777777778;
  text-align: center;
}
.sec6__report__item .txt:after {
  content: "";
  display: inline-block;
  background: url("../img/arrow-blue.svg") no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 11px;
  margin-left: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .sec6__report__item .txt br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec6__report {
    margin-top: 70px;
  }
  .sec6__report__item {
    width: 30.9375%;
  }
  .sec6__report__item:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .sec6__report__item:not(:nth-child(3n+1)) {
    margin-left: 3.59375%;
  }
  .sec6__report__item:not(:nth-child(-n+4)) {
    margin-top: 0;
  }
  .sec6__report__item:not(:nth-child(-n+3)) {
    margin-top: 50px;
  }
  .sec6__report__item .balloon span {
    max-width: 100%;
    font-size: 24px;
  }
}


/* ---------------------------------------------------
sec7
--------------------------------------------------- */
.sec7 {
  padding: 116px 80px 118px;
  background: #e5ebef;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec7 {
    padding: 100px 40px;
  }
}
.sec7__inner {
  max-width: 1340px;
  margin: 0 auto;
}
.sec7__ttl {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  color: #0099ff;
  padding-left: 8.7313432836%;
}
.sec7__ttl span {
  font-size: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec7__ttl {
    padding-left: 0;
  }
}
.sec7__read {
  margin-top: 82px;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .sec7__read br {
    display: none;
  }
}
.sec7__detail {
  margin-top: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec7__detail__item {
  width: 29.8507462687%;
}
.sec7__detail__item:not(:nth-child(3n+1)) {
  margin-left: 5.223880597%;
}
.sec7__detail__item:not(:nth-child(-n+3)) {
  margin-top: 47px;
}
.sec7__detail__item .txt {
  margin-top: 13px;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.sec7__detail__item .txt span {
  font-weight: 700;
  color: #0099ff;
}



/* ---------------------------------------------------
sec8
--------------------------------------------------- */
.sec8 {
  padding: 112px 40px 134px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec8 {
    padding-bottom: 80px;
  }
}
.sec8__inner {
  max-width: 1340px;
  margin: 0 auto;
}
.sec8__ttl {
  font-size: 50px;
  font-weight: 900;
  color: #0099ff;
  text-align: center;
  line-height: 1.6;
}
.sec8__ttl br {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec8__ttl br {
    display: block;
  }
}
.sec8__read {
  max-width: 1180px;
  margin: 66px auto 0;
  font-size: 18px;
  line-height: 1.8888888889;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.sec8__list {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec8__list__item {
  background: #f4f4f4;
  padding: 17px 40px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 31.3432835821%;
}
.sec8__list__item:not(:nth-child(3n+1)) {
  margin-left: 2.9850746269%;
}
.sec8__list__item:not(:nth-child(-n+3)) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec8__list__item {
    padding: 20px 20px 20px;
  }
}
.sec8__list__item .ttl {
  font-size: 20px;
  font-weight: 900;
  line-height: 180%;
  text-align: center;
  color: #15171e;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sec8__list__item .ttl .txt-big {
  font-size: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec8__list__item .ttl {
    font-size: 16px;
  }
  .sec8__list__item .ttl .txt-big {
    font-size: 22px;
  }
}
.sec8__list__item .img {
  margin-top: 13px;
}
.sec8__list__item .txt {
  font-size: 16px;
  line-height: 162.5%;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 18px;
  color: #15171e;
}
.sec8__list__item .txt .txt-blue {
  color: #0099ff;
  font-weight: 900;
}
.sec8__list__item .txt .txt-blue .txt-big {
  font-size: 20px;
}
.sec8__note {
  margin-top: 54px;
  font-size: 13px;
  font-weight: 500;
  line-height: 192.3076923077%;
  text-align: right;
  padding-right: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #15171e;
}

/* ---------------------------------------------------
sec9
--------------------------------------------------- */
.sec9 {
  padding: 0 80px 160px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec9 {
    padding: 0 40px 120px;
  }
}
.sec9__inner {
  border-top: 1px solid #ccc;
  padding-top: 123px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec9__inner {
    padding-top: 80px;
  }
}
.sec9__ttl {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}
.sec9__ttl .txt-small {
  display: block;
  margin-top: 23px;
  font-size: 30px;
}
.sec9__logo {
  width: 313px;
  margin: 90px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec9__logo {
    width: 260px;
  }
}
.sec9__about {
  margin: 60px auto 0;
  max-width: 1340px;
}
.sec9__about__item:not(:first-child) {
  margin-top: 10px;
}
.sec9__about__item:last-child .contents {
  padding-bottom: 0;
}
.sec9__about__item .ttl {
  height: 66px;
  background: #0099ff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  cursor: pointer;
}
.sec9__about__item .ttl-txt {
  font-size: 22px;
  font-weight: 700;
}
.sec9__about__item .ttl-txt .txt-small {
  display: inline-block;
  padding-left: 22px;
  font-size: 18px;
  font-weight: 500;
}
.sec9__about__item .ttl-txt .txt-small:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  margin-bottom: 3px;
}
.sec9__about__item .ttl-icon {
  width: 72px;
  height: 100%;
  border-left: 1px solid #fff;
  position: relative;
}
.sec9__about__item .ttl-icon:before, .sec9__about__item .ttl-icon:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}
.sec9__about__item .ttl-icon:before {
  width: 27px;
  height: 2px;
}
.sec9__about__item .ttl-icon:after {
  width: 2px;
  height: 27px;
}
.sec9__about__item .ttl.open .ttl-icon:after {
  display: none;
}
.sec9__about__item .contents {
  display: none;
  margin-top: 40px;
  padding: 0 30px 50px;
}
.sec9__about__item .contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec9__about__item .contents .txt-area {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
}
.sec9__about__item .contents .txt-area a,
.sec9__about__item .contents .txt-area a:link,
.sec9__about__item .contents .txt-area a:visited {
  color: #0099ff;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sec9__about__item .contents .txt-area a:hover {
    color: #0099ff;
    text-decoration: none;
  }
}
.sec9__about__item.item1 .txt-area {
  width: 50%;
}
.sec9__about__item.item1 .movie {
  width: 46.09375%;
}
.sec9__about__item.item1 .movie .inner {
  padding-top: 56.25%;
  position: relative;
}
.sec9__about__item.item1 .movie .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec9__about__item.item2 .img {
  width: 25.625%;
}
.sec9__about__item.item2 .txt-area {
  width: 70.46875%;
}
.sec9__about__item.item2 .txt-area .notice {
  margin-top: 40px;
}
.sec9__about__item.item2 .txt-area .notice li {
  font-size: 14px;
  line-height: 157.1428571429%;
}
.sec9__about__item.item2 .txt-area .notice li:not(:first-child) {
  margin-top: 20px;
}
.sec9__about__item.item2 .txt-area .kansa {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec9__about__item.item2 .txt-area .kansa-img {
  width: 32.5942350333%;
}
.sec9__about__item.item2 .txt-area .kansa-txt {
  width: 67.4057649667%;
  padding-left: 40px;
}
.sec9__about__item.item2 .txt-area .kansa-txt .link {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec9__about__item .ttl {
    padding-left: 20px;
  }
  .sec9__about__item .ttl-txt {
    font-size: 20px;
  }
  .sec9__about__item .ttl-txt .txt-small {
    font-size: 17px;
  }
}
.sec9__faq {
  margin: 123px auto 0;
  max-width: 1340px;
}
.sec9__faq__ttl {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #0099ff;
}
.sec9__faq__item__wrap {
  margin-top: 50px;
}
.sec9__faq__item:not(:first-child) {
  margin-top: 10px;
}
.sec9__faq__item:last-child .contents {
  padding-bottom: 0;
}
.sec9__faq__item .ttl {
  height: 66px;
  background: #cde3f1;
  color: #0099ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  cursor: pointer;
}
.sec9__faq__item .ttl-txt {
  font-size: 22px;
  font-weight: 700;
  padding-left: 47px;
  position: relative;
}
.sec9__faq__item .ttl-txt:before {
  position: absolute;
  content: "Q";
  top: 0;
  left: 0;
  font-size: 18px;
  color: #cde3f1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0099ff;
  border-radius: 50%;
  padding-bottom: 4px;
}
.sec9__faq__item .ttl-icon {
  width: 72px;
  height: 100%;
  border-left: 1px solid #fff;
  position: relative;
}
.sec9__faq__item .ttl-icon:before, .sec9__faq__item .ttl-icon:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #0099ff;
}
.sec9__faq__item .ttl-icon:before {
  width: 27px;
  height: 2px;
}
.sec9__faq__item .ttl-icon:after {
  width: 2px;
  height: 27px;
}
.sec9__faq__item .ttl.open .ttl-icon:after {
  display: none;
}
.sec9__faq__item .contents {
  display: none;
  margin-top: 37px;
  padding: 0 30px 45px;
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.sec9__faq__item .contents a,
.sec9__faq__item .contents a:link,
.sec9__faq__item .contents a:visited {
  color: #0099ff;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sec9__faq__item .contents a:hover {
    color: #0099ff;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec9__faq .ttl {
    padding-left: 20px;
  }
  .sec9__faq .ttl-txt {
    font-size: 20px;
    padding-left: 42px;
  }
}

/* ---------------------------------------------------
sec10
--------------------------------------------------- */
.sec10 {
  background: #12141a;
  padding: 130px 80px 157px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec10 {
    padding: 100px 40px 100px;
  }
}
.sec10__detail {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 67px 80px 80px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec10__detail {
    padding: 40px 40px 40px;
  }
}
.sec10__detail__logo {
  width: 161px;
  margin: 0 auto;
}
.sec10__detail__ttl {
  margin-top: 34px;
  color: #e94f4f;
  font-size: 36px;
  font-weight: 900;
  line-height: 147.2222222222%;
  text-align: center;
}
.sec10__detail__ttl .txt-small {
  font-size: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec10__detail__ttl {
    font-size: 32px;
  }
}
.sec10__detail .kifu-btn {
  margin: 61px auto 0;
}
.sec10__detail .kifu-btn .txt br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sec10__detail .kifu-btn .txt br {
    display: block;
  }
}
.sec10__detail__sending {
  background: #eee;
  margin-top: 60px;
  padding-top: 35px;
  padding-bottom: 32px;
}
.sec10__detail__sending .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 155.5555555556%;
  color: #15171e;
  text-align: center;
}
.sec10__detail__sending .kouza {
  width: 446px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 10px;
  margin: 35px auto 0 auto;
  text-align: center;
}
.sec10__detail__sending .kouza .txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 175%;
  color: #15171e;
}
.sec10__detail__sending .list {
  padding-left: 157px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 37px;
}
.sec10__detail__sending .list li {
  font-size: 14px;
  font-weight: 500;
  line-height: 157.1428571429%;
  color: #15171e;
}
.sec10__detail__sending .list li a,
.sec10__detail__sending .list li a:link,
.sec10__detail__sending .list li a:visited {
  color: #0099ff;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sec10__detail__sending .list li a:hover {
    color: #0099ff;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec10__detail__sending .list {
    padding: 0 40px;
  }
}
.sec10__other {
  max-width: 1180px;
  width: 100%;
  margin: 80px auto 0;
  background: #fff;
  padding: 67px 80px 80px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec10__other {
    padding: 40px 40px 40px;
  }
}
.sec10__other__ttl {
  text-align: center;
  font-size: 32px;
  line-height: 1.65625;
  font-weight: 900;
}
.sec10__other__ttl .tab_switch {
  display: none;
}
@media screen and (max-width: 1170px) {
  .sec10__other__ttl .tab_switch {
    display: block;
  }
}
.sec10__other__kifu {
  margin-top: 57px;
  background: #d5edfd;
  border-radius: 10px;
  padding: 26px 22px 34px;
}
.sec10__other__kifu .ttl {
  text-align: center;
  font-size: 32px;
  line-height: 1.65625;
  font-weight: 900;
  color: #0099ff;
}
.sec10__other__kifu .btn-area {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec10__other__kifu .btn-area__item {
  width: 50%;
}
.sec10__other__kifu .btn-area__item .btn {
  max-width: 395px;
  height: 66px;
  margin: 0 auto;
}
.sec10__other__kifu .btn-area__item .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border: 2px solid #0099ff;
  border-radius: 100vh;
  position: relative;
}
.sec10__other__kifu .btn-area__item .btn a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
}
.sec10__other__kifu .btn-area__item .btn.btn1 a,
.sec10__other__kifu .btn-area__item .btn.btn1 a:link,
.sec10__other__kifu .btn-area__item .btn.btn1 a:visited {
  color: #0099ff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sec10__other__kifu .btn-area__item .btn.btn1 a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.sec10__other__kifu .btn-area__item .btn.btn1 a {
  background: #fff;
}
.sec10__other__kifu .btn-area__item .btn.btn1 a:after {
  background-image: url(../img/arrow-kifubtn_blue.png);
}
.sec10__other__kifu .btn-area__item .btn.btn2 a,
.sec10__other__kifu .btn-area__item .btn.btn2 a:link,
.sec10__other__kifu .btn-area__item .btn.btn2 a:visited {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sec10__other__kifu .btn-area__item .btn.btn2 a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.sec10__other__kifu .btn-area__item .btn.btn2 a {
  background: #0099ff;
}
.sec10__other__kifu .btn-area__item .btn.btn2 a:before {
  position: absolute;
  content: "";
  top: -28px;
  left: 12px;
  background: url(../img/sec10-bag.png) no-repeat;
  background-size: 100% auto;
  width: 73px;
  height: 88px;
}
.sec10__other__kifu .btn-area__item .btn.btn2 a:after {
  background-image: url(../img/arrow-kifubtn_white.png);
}
.sec10__other__kifu .btn-area__item .btn.btn2.type_bottle a:before {
  top: -31px;
  left: 10px;
  background-image: url(../img/sec10-bottle.png);
  width: 58px;
  height: 112px;
}
.sec10__other__kifu .btn-area__item .txt {
  margin-top: 13px;
  text-align: center;
  font-size: 16px;
  line-height: 1.3125;
  font-weight: 700;
  color: #0099ff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .sec10__other__kifu .btn-area {
    display: block;
  }
  .sec10__other__kifu .btn-area__item {
    width: 100%;
  }
  .sec10__other__kifu .btn-area__item .btn.btn2 {
    margin-top: 40px;
  }
}
.sec10__txt {
  margin-top: 36px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}
.sec10__txt a,
.sec10__txt a:link,
.sec10__txt a:visited {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sec10__txt a:hover {
    color: #fff;
    text-decoration: none;
  }
}
.sec10__txt a {
  display: inline-block;
  margin-top: 10px;
}

/* ---------------------------------------------------
	sectionSns
--------------------------------------------------- */
.sectionSns {
  background: #fff;
  padding-top: 70px;
}

/* ---------------------------------------------------
	pagetop
--------------------------------------------------- */
.pagetop {
  text-align: right;
  padding: 71px 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pagetop {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 970px) {
  .pagetop {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
  }
}
.pagetop__inner {
  border-top: 1px solid #ccc;
  padding-top: 38px;
}
.pagetop .top a {
  background-image: url(../img/icon_circle_top.png);
}
.pagetop .home a {
  background-image: url(../img/icon_circle_right.png);
}
.pagetop a {
  display: inline-block;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px 15px;
  color: #0099ff;
  text-decoration: none;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    font-weight: 700;
    font-size: 12px;
  }
}

/* ---------------------------------------------------
	credit
--------------------------------------------------- */
.credit {
  padding: 45px 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  line-height: 169.2307692308%;
  color: #000000;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .credit {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.credit p {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 970px) {
  .credit {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
  }
}

.footer_text_annotation {
  text-align: right;
  font-size: 13px;
  line-height: 169.2307692308%;
  color: #000;
  padding: 26px 80px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .footer_text_annotation {
    text-align: left;
    margin-top: 5%;
  }
}

/* ---------------------------------------------------
	page-footer
--------------------------------------------------- */
.page-footer {
  color: #fff;
  background-color: #0099ff;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-footer {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-footer {
    margin-top: 10px;
  }
}
.page-footer > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
@media screen and (max-width: 970px) {
  .page-footer > .inner {
    width: calc(100% - 40px);
  }
}
.page-footer a {
  color: #fff;
}
.page-footer .footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-footer .footer_link li {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.page-footer .footer_link li a,
.page-footer .footer_link li a:link,
.page-footer .footer_link li a:visited {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .page-footer .footer_link li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.page-footer .footer_link li.text1:after {
  content: "";
  width: 1px;
  height: 14px;
  display: inline-block;
  background: #fff;
  margin-left: 7px;
  margin-right: 7px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.page-footer .footer_logo {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .page-footer .footer_logo {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }
}
.page-footer .copyright {
  padding: 10px 0 13px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-footer .copyright {
    font-size: 15px;
    font-weight: 700;
  }
}
.page-footer .copyright .text {
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page-footer .copyright .text {
    font-size: 10px;
  }
}

.fixed-bottom {
  width: 100%;
  height: 100px;
  background: #15171e;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .fixed-bottom {
    opacity: 0;
    pointer-events: none;
  }
  .fixed-bottom.active {
    opacity: 1;
    pointer-events: auto;
  }
}
.fixed-bottom.pos-top {
  display: none;
}
.fixed-bottom.type1 .fixed-bottom__inner .txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1170px) {
  .fixed-bottom.type1 .fixed-bottom__inner .txt {
    font-size: 22px;
  }
}
.fixed-bottom.type2 .fixed-bottom__inner {
  max-width: 1060px;
}
.fixed-bottom.type2 .fixed-bottom__inner .link {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.fixed-bottom.type2 .fixed-bottom__inner .link a,
.fixed-bottom.type2 .fixed-bottom__inner .link a:link,
.fixed-bottom.type2 .fixed-bottom__inner .link a:visited {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .fixed-bottom.type2 .fixed-bottom__inner .link a:hover {
    color: #fff;
    text-decoration: none;
  }
}
.fixed-bottom.type2 .fixed-bottom__inner .link a:after {
  content: "";
  display: inline-block;
  background: url("../img/arrow-kifubtn_white2.png") no-repeat;
  background-size: 100% auto;
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
.fixed-bottom.type2 .fixed-bottom__inner .link br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .fixed-bottom.type2 .fixed-bottom__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fixed-bottom.type2 .fixed-bottom__inner .link {
    padding-left: 50px;
  }
  .fixed-bottom.type2 .fixed-bottom__inner .link br {
    display: block;
  }
}
.fixed-bottom__inner {
  width: 100%;
  height: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixed-bottom__inner .btn {
  width: 520px;
  height: 60px;
}
.fixed-bottom__inner .btn a,
.fixed-bottom__inner .btn a:link,
.fixed-bottom__inner .btn a:visited {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .fixed-bottom__inner .btn a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.fixed-bottom__inner .btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e94f4f;
  border-radius: 10px;
}
.fixed-bottom__inner .btn .ttl {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}
.fixed-bottom__inner .btn .sttl {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.fixed-bottom__inner .btn .sttl:after {
  content: "";
  display: inline-block;
  background: url(../img/arrow-kifubtn.png) no-repeat;
  background-size: 100% auto;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
@media screen and (max-width: 1170px) {
  .fixed-bottom__inner .btn {
    width: 440px;
  }
}
@media screen and (max-width: 1024px) {
  .fixed-bottom {
    display: none;
  }
  .fixed-bottom.pos-top {
    display: block;
    height: 100px;
    padding: 0 40px;
    top: 0;
    left: 0;
    bottom: auto;
    opacity: 0;
    pointer-events: none;
  }
  .fixed-bottom.pos-top.active {
    opacity: 1;
    pointer-events: auto;
  }
  .fixed-bottom.pos-top.type2 .fixed-bottom__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fixed-bottom.pos-top.type2 .txt {
    font-size: 22px;
  }
  .fixed-bottom.pos-top.type2 .txt a,
  .fixed-bottom.pos-top.type2 .txt a:link,
  .fixed-bottom.pos-top.type2 .txt a:visited {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .fixed-bottom.pos-top.type2 .txt a:hover {
    color: #fff;
    text-decoration: none;
  }
}
@media screen and (max-width: 1024px) {
  .fixed-bottom.pos-top.type2 .txt:after {
    content: "";
    display: inline-block;
    background: url("../img/arrow-kifubtn_white2.png") no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    margin-left: 8px;
  }
  .fixed-bottom.pos-top .btn .sttl {
    margin-top: 0;
  }
  .fixed-bottom__inner .txt {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .fixed-bottom__inner .btn {
    width: 300px;
    height: 60px;
  }
  .fixed-bottom__inner .btn a {
    font-size: 24px;
    border-radius: 5px;
  }
  .fixed-bottom__inner .btn .sttl {
    font-size: 20px;
  }
}

/* ---------------------------------------------------
	モーダル
--------------------------------------------------- */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal.show {
  opacity: 1;
  pointer-events: auto;
}
.modal__inner {
  width: 100%;
  min-height: calc(100% + 1px);
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.modal__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 23, 30, 0.8);
}
.modal__contents {
  position: relative;
  z-index: 110;
  width: 90%;
  max-width: 1180px;
  background: #fff;
  margin: 120px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__contents .close {
  position: absolute;
  top: -29px;
  right: -29px;
  width: 58px;
  height: 58px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.modal__contents .close img {
  display: block;
  width: 26px;
}
.modal__contents .txt-area {
  width: calc(100% - 519px);
  padding: 52px 56px 70px 60px;
}
.modal__contents .txt-area > .txt {
  font-size: 23px;
  line-height: 1.5217391304;
  font-weight: 900;
  color: #0099ff;
}
.modal__contents .txt-area .img {
  display: none;
}
.modal__contents .txt-area > .txt-big {
  margin-top: 34px;
  font-size: 32px;
  line-height: 1.65625;
  font-weight: 900;
  color: #0099ff;
}
.modal__contents .txt-area .btn {
  margin: 58px auto 0;
  max-width: 508px;
  height: 130px;
}
.modal__contents .txt-area .btn a,
.modal__contents .txt-area .btn a:link,
.modal__contents .txt-area .btn a:visited {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .modal__contents .txt-area .btn a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.modal__contents .txt-area .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #0099ff;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-radius: 100vh;
  position: relative;
}
.modal__contents .txt-area .btn a:before {
  position: absolute;
  content: "";
  top: -9px;
  left: -23px;
  background: url(../img/sec10-bag.png) no-repeat;
  background-size: 100% auto;
  width: 101px;
  height: 122px;
}
.modal__contents .txt-area .btn a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 37px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow-kifubtn_white.png) no-repeat;
  background-size: 100% auto;
  width: 28px;
  height: 28px;
}
.modal__contents .txt-area .btn a .txt-big {
  font-size: 36px;
}
.modal__contents .txt-area .btn a .txt-big br {
  display: none;
}
.modal__contents .txt-area .btn a .txt-small {
  margin-top: 3px;
  font-size: 20px;
}
.modal__contents .txt-area .btn.type_bottle a:before {
  top: -14px;
  left: -1px;
  background-image: url(../img/modal-bottle.png);
  width: 86px;
  height: 158px;
}
.modal__contents > .img {
  width: 519px;
}
.modal__contents > .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1340px) {
  .modal__contents .txt-area {
    padding: 40px 40px 50px;
  }
  .modal__contents .txt-area > .txt {
    font-size: 21px;
  }
  .modal__contents .txt-area > .txt-big {
    font-size: 30px;
  }
  .modal__contents .txt-area > .txt-big br {
    display: none;
  }
  .modal__contents .txt-area .btn a .txt-big {
    font-size: 34px;
  }
  .modal__contents .txt-area .btn a .txt-small {
    font-size: 19px;
  }
}
@media screen and (max-width: 1170px) {
  .modal__contents {
    width: 80%;
  }
  .modal__contents .close {
    top: -85px;
    right: 0;
  }
  .modal__contents .txt-area {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .modal__contents .txt-area > .txt {
    padding: 0 40px;
  }
  .modal__contents .txt-area .img {
    display: block;
    margin-top: 30px;
  }
  .modal__contents .txt-area .img img {
    width: 100%;
  }
  .modal__contents .txt-area > .txt-big {
    text-align: center;
  }
  .modal__contents .txt-area > .txt-big br {
    display: block;
  }
  .modal__contents .txt-area .btn {
    max-width: 508px;
  }
  .modal__contents > .img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* ---------------------------------------------------
  寄付するボタン
  --------------------------------------------------- */
  .kifu-btn {
    width: 78.6666666667vw;
    height: 24vw;
  }
  .kifu-btn a {
    border-radius: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2.5333333333vw;
  }
  .kifu-btn a .ttl {
    font-size: 5.2vw;
  }
  .kifu-btn a .sttl {
    margin-top: 1.6vw;
    font-size: 3.4666666667vw;
  }
  .kifu-btn a .sttl:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 1.0666666667vw;
  }
  .kifu-btn a .txt {
    font-size: 2.6666666667vw;
    margin-top: 2.1333333333vw;
    line-height: 135%;
  }
  /* ---------------------------------------------------
  sec1
  --------------------------------------------------- */
  .sec1 {
    height: 112vw;
    position: relative;
    z-index: 10;
    background: #000000;
  }
  .sec1__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("../img/fv-sp.jpg");
  }
  .sec1 .header {
    width: auto;
    height: auto;
    position: absolute;
    right: auto;
    top: 0;
    left: 5.7333333333vw;
    padding-top: 1.7333333333vw;
    background: no-repeat;
  }
  .sec1 .header__logo {
    width: 62.6666666667vw;
  }
  .sec1__detail {
    padding-top: 18.1333333333vw;
    padding-left: 0;
    padding-right: 4vw;
  }
  .sec1__detail__ttl {
    margin-top: 0;
    width: 71.4666666667vw;
  }
  .sec1__detail__ttl span {
    display: none;
  }
  .sec1__detail__ttl img {
    display: block;
    width: 100%;
  }
  .sec1__detail__txt {
    margin-top: 19.8666666667vw;
    padding-left: 5.8666666667vw;
    font-size: 5.6vw;
    line-height: 1.2857142857;
    text-shadow: 0 0 12.2666666667vw rgba(0, 0, 0, 0.43);
  }
  /* ---------------------------------------------------
  sec2
  --------------------------------------------------- */
  .sec2 {
    padding-top: 10.6666666667vw;
    padding-bottom: 9.7333333333vw;
    position: relative;
    z-index: 10;
  }
  .sec2__btn2 {
    margin-top: 7.3333333333vw;
    padding-bottom: 7.6vw;
    max-width: 100%;
    width: 89.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.4166666667;
    letter-spacing: 0.08em;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.2666666667vw, #c9c9cb), color-stop(0.2666666667vw, transparent));
    background-image: linear-gradient(to right, #c9c9cb 0.2666666667vw, transparent 0.2666666667vw);
    background-size: 0.8vw 0.2666666667vw;
  }
  .sec2__btn2:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 1.0666666667vw;
  }
  .sec2__btn2 + .sec2__txt {
    margin-top: 7.7333333333vw;
  }
  .sec2__txt {
    font-size: 3.2vw;
    line-height: 1.4166666667;
    margin-top: 7.4666666667vw;
  }
  /* ---------------------------------------------------
  sec3
  --------------------------------------------------- */
  .sec3 {
    margin-top: 0;
    position: relative;
  }
  .sec3__img {
    width: 100%;
    height: auto;
  }
  .sec3__img:before {
    content: none;
  }
  .sec3__detail {
    width: 100%;
    padding: 17.2vw 5.3333333333vw 19.0666666667vw;
    position: relative;
    z-index: 10;
    background: #15161d;
  }
  .sec3__detail__inner {
    max-width: 100%;
    display: block;
  }
  .sec3__detail .ttl .txt1 {
    font-size: 6vw;
  }
  .sec3__detail .ttl .txt1 span {
    font-size: 4.5333333333vw;
  }
  .sec3__detail .ttl .txt2 {
    margin-top: 3.2vw;
    font-size: 6.6666666667vw;
  }
  .sec3__detail .ttl .txt3 {
    margin-top: 2.4vw;
  }
  .sec3__detail .ttl .txt3 .number span {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 0.6666666667vw;
    padding-bottom: 0.4vw;
  }
  .sec3__detail .ttl .txt3 .number span.num {
    font-size: 10.4vw;
  }
  .sec3__detail .ttl .txt3 .number span.jp {
    font-size: 9.0666666667vw;
  }
  .sec3__detail .ttl .txt3 .txt-red {
    font-size: 6vw;
    margin-left: 1.7333333333vw;
    padding-bottom: 0.6666666667vw;
  }
  .sec3__detail .ttl .date {
    margin-top: 1.8666666667vw;
    font-size: 2.6666666667vw;
  }
  .sec3__detail .txt {
    font-size: 4.2666666667vw;
    line-height: 1.59375;
    letter-spacing: 0.04em;
  }
  .sec3__detail .txt.txt1 {
    margin: 11.4666666667vw 0 9.6vw;
  }
  .sec3__detail .txt.txt2 {
    margin: 8.6666666667vw 0 9.7333333333vw;
  }
  .sec3__detail .txt.txt3 {
    margin-top: 7.3333333333vw;
  }
  /* ---------------------------------------------------
  sec4
  --------------------------------------------------- */
  .sec4 {
    padding: 13.4666666667vw 5.3333333333vw 12.1333333333vw 5.3333333333vw;
    position: relative;
    z-index: 10;
  }
  .sec4__ttl {
    font-size: 5.3333333333vw;
    line-height: 1;
  }
  .sec4 .backnumber {
    position: static;
    margin-top: 3.2vw;
    text-align: center;
  }
  .sec4 .backnumber a {
    font-size: 3.4666666667vw;
    padding-right: 4.4vw;
    position: relative;
  }
  .sec4 .backnumber a:before {
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  .sec4__list {
    display: block;
    margin-top: 1.0666666667vw;
  }
  .sec4__list__item {
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 8.5333333333vw;
    border-bottom: 0.1333333333vw solid #15171e;
  }
  .sec4__list__item:last-of-type {
    border-bottom: none;
  }
  .sec4__list__item:nth-of-type(odd) {
    padding-right: 0;
    border-right: none;
  }
  .sec4__list__item:nth-of-type(even) {
    padding-left: 0;
  }
  .sec4__list__item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec4__list__item__top .img {
    width: 30vw;
    margin-right: 4vw;
  }
  .sec4__list__item__top .img img {
    width: 100%;
    height: auto;
  }
  .sec4__list__item__top .detail {
    -webkit-transform: none;
            transform: none;
    dth: calc(100% - 34vw);
  }
  .sec4__list__item__top .detail .date {
    font-size: 2.9333333333vw;
  }
  .sec4__list__item__top .detail .ttl {
    font-size: 4.2666666667vw;
    line-height: 159.375%;
    margin-top: 0.2666666667vw;
  }
  .sec4__list__item__bottom {
    margin-top: 3.6vw;
  }
  .sec4__list__item__bottom .txt {
    font-size: 3.7333333333vw;
    line-height: 160.7142857143%;
  }
  .sec4__list__item__bottom .read-more {
    text-underline-offset: 1.8666666667vw;
    padding-right: 0;
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    letter-spacing: 0;
  }
  /* ---------------------------------------------------
  sec5
  --------------------------------------------------- */
  .sec5 {
    padding: 17.3333333333vw 5.3333333333vw 20.6666666667vw;
  }
  .sec5__bg:after {
    background-image: url("../img/sec5-bg-sp.jpg");
  }
  .sec5__inner {
    max-width: 100%;
  }
  .sec5__ttl .sub {
    font-size: 3.4666666667vw;
    padding: 1.4666666667vw 2.4vw 2vw;
  }
  .sec5__ttl .main {
    margin-top: 5.0666666667vw;
    font-size: 6.6666666667vw;
  }
  .sec5__read {
    margin-top: 7.4666666667vw;
    text-align: left;
    font-size: 4.2666666667vw;
    line-height: 1.59375;
  }
  .sec5__table-tab {
    margin-top: 10vw;
  }
  .sec5__table-tab table th, .sec5__table-tab table td {
    border: 0.1333333333vw solid #acacac;
  }
  .sec5__table-tab table thead th {
    font-size: 3.4666666667vw;
    padding: 2.9333333333vw 0 2.5333333333vw;
  }
  .sec5__table-tab table tbody th {
    font-size: 3.4666666667vw;
  }
  .sec5__table-tab table tbody td {
    font-size: 3.4666666667vw;
    line-height: 1.7307692308;
    padding: 2.6666666667vw 4vw 2.5333333333vw;
  }
  .sec5__table-tab table tbody .people {
    width: 31.3333333333vw;
  }
  .sec5__detail {
    margin-top: 13.3333333333vw;
  }
  .sec5__detail__item {
    display: block;
  }
  .sec5__detail__item:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
  .sec5__detail__item:last-child .txt-area {
    padding: 8.1333333333vw 8vw 6.9333333333vw;
  }
  .sec5__detail__item.reverse .txt-area {
    margin: 0;
    padding: 8.1333333333vw 8vw 6.9333333333vw;
  }
  .sec5__detail__item .img {
    width: 100%;
  }
  .sec5__detail__item .txt-area {
    width: 100%;
    margin: 0;
    padding: 8.1333333333vw 8vw 6.9333333333vw;
  }
  .sec5__detail__item .txt-area .ttl {
    font-size: 4.8vw;
    font-weight: 700;
  }
  .sec5__detail__item .txt-area .txt {
    margin-top: 3.6vw;
    font-size: 3.7333333333vw;
  }
  .sec5__movie {
    margin-top: 17.4666666667vw;
    max-width: 100%;
  }
  .sec5__movie .ttl {
    font-size: 5.3333333333vw;
  }
  .sec5__movie .movie {
    margin-top: 7.7333333333vw;
    width: 78.6666666667vw;
    height: 44.2666666667vw;
  }
  .sec5__movie .txt-area {
    margin-top: 7.8666666667vw;
  }
  .sec5__movie .txt-area .logo {
    width: 29.8666666667vw;
  }
  .sec5__movie .txt-area .txt {
    margin: 6.4vw auto 0;
    width: 78.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.7777777778;
  }
  /* ---------------------------------------------------
  sec6
  --------------------------------------------------- */
  .sec6 {
    padding: 17.2vw 0 20.2666666667vw;
  }
  .sec6__inner {
    max-width: 100%;
  }
  .sec6__ttl {
    font-size: 6.6666666667vw;
  }
  .sec6 .btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10.5333333333vw;
  }
  .sec6 .btn_area[data-column="1"] .tab_btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sec6 .btn_area[data-column="2"] .tab_btn {
    width: 25%;
  }
  .sec6 .btn_area[data-column="2"] .tab_btn.active:before {
    content: none;
  }
  .sec6 .btn_area .tab_btn {
    height: 10.6666666667vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.4666666667vw;
    line-height: 1;
    font-weight: 900;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    background: #0099ff;
  }
  .sec6 .btn_area .tab_btn.active {
    color: #15171e;
    position: relative;
    background: #a9ceec;
  }
  .sec6 .btn_area .tab_btn.active:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-top: 3.4666666667vw solid #a9ceec;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -3.4666666667vw;
  }
  .sec6 .btn_area .tab_btn:after {
    content: "";
    width: 0.2666666667vw;
    height: 5.3333333333vw;
    display: block;
    position: absolute;
    right: 0;
    top: 2.6666666667vw;
    background: #c8e5f9;
  }
  .sec6 .btn_area .tab_btn:nth-of-type(4n):after, .sec6 .btn_area .tab_btn:last-of-type:after {
    display: none;
  }
  .sec6 .btn_area .tab_btn:not(:nth-child(-n+4)) {
    border-top: 0.1333333333vw solid #c8e5f9;
  }
  .sec6 .btn_area .tab_btn:nth-child(n+5):before {
    display: none;
  }
  .sec6__report {
    margin-top: 8.6666666667vw;
    display: block;
  }
  .sec6__report__item {
    width: 68vw;
    margin: 0 auto;
    position: relative;
    display: none;
  }
  .sec6__report__item:not(:nth-child(4n+1)) {
    margin-left: auto;
  }
  .sec6__report__item:not(:nth-child(-n+4)) {
    margin-top: 0;
  }
  .sec6__report__item.active {
    display: block;
  }
  .sec6__report__item .balloon {
    display: none;
  }
  .sec6__report__item .arrow_area .arrow_btn {
    position: absolute;
    top: 47.4666666667vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/arrow-tab.png) no-repeat;
    background-size: 100% auto;
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    cursor: pointer;
  }
  .sec6__report__item .arrow_area .arrow_btn.prev {
    left: -12.5333333333vw;
  }
  .sec6__report__item .arrow_area .arrow_btn.next {
    right: -12.5333333333vw;
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
  .sec6__report__item a {
    margin-top: 0;
  }
  .sec6__report__item .img {
    border-radius: 2.6666666667vw;
  }
  .sec6__report__item .txt {
    margin-top: 2.5333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.75;
  }
  .sec6__report__item .txt:after {
    width: 1.7333333333vw;
    height: 2.4vw;
    margin-left: 2vw;
  }
  
  /* ---------------------------------------------------
  sec7
  --------------------------------------------------- */
  .sec7 {
    padding: 17.3333333333vw 5.3333333333vw 16vw;
  }
  .sec7__inner {
    max-width: 100%;
  }
  .sec7__ttl {
    font-size: 6.6666666667vw;
    padding-left: 0.5333333333vw;
  }
  .sec7__ttl span {
    font-size: 4vw;
  }
  .sec7__read {
    margin-top: 7.8666666667vw;
    text-align: left;
    font-size: 4.2666666667vw;
    line-height: 1.59375;
  }
  .sec7__detail {
    margin-top: 9.8666666667vw;
  }
  .sec7__detail__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec7__detail__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .sec7__detail__item:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
  .sec7__detail__item:not(:first-child) {
    margin-top: 6.8vw;
  }
  .sec7__detail__item .img {
    width: 40vw;
  }
  .sec7__detail__item .txt {
    width: 49.3333333333vw;
    margin-top: 0;
    padding-left: 4.6666666667vw;
    font-size: 4vw;
    line-height: 1.6;
  }
  
  /* ---------------------------------------------------
  sec8
  --------------------------------------------------- */
  .sec8 {
    padding: 15.7333333333vw 0 20.9333333333vw;
  }
  .sec8__ttl {
    font-size: 6.6666666667vw;
    line-height: 140%;
  }
  .sec8__ttl br {
    display: block;
  }
  .sec8__read {
    margin-top: 7.6vw;
    padding: 0 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .sec8 .btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #0099ff;
    height: 10.6666666667vw;
    margin-top: 12.4vw;
  }
  .sec8 .btn_area .tab_btn {
    width: 20vw;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.4666666667vw;
    line-height: 1;
    font-weight: 900;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
  }
  .sec8 .btn_area .tab_btn.active {
    color: #15171e;
    position: relative;
    background: #a9ceec;
  }
  .sec8 .btn_area .tab_btn.active:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-right: 1.6vw solid transparent;
    border-left: 1.6vw solid transparent;
    border-top: 2.8vw solid #a9ceec;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -2.8vw;
  }
  .sec8 .btn_area .tab_btn:after {
    content: "";
    width: 0.2666666667vw;
    height: 5.3333333333vw;
    display: block;
    position: absolute;
    right: 0;
    top: 2.6666666667vw;
    background: #c8e5f9;
  }
  .sec8 .btn_area .tab_btn:last-of-type:after {
    display: none;
  }
  .sec8__list {
    margin-top: 0;
    display: block;
  }
  .sec8__list__item {
    background: #fff;
    padding: 6.1333333333vw 5.3333333333vw 0;
    width: 100%;
    display: none;
  }
  .sec8__list__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .sec8__list__item:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
  .sec8__list__item.active {
    display: block;
  }
  .sec8__list__item .ttl {
    font-size: 4.5333333333vw;
    line-height: 160%;
  }
  .sec8__list__item .ttl .txt-big {
    font-size: 5.3333333333vw;
  }
  .sec8__list__item .img {
    margin-top: 4vw;
    position: relative;
  }
  .sec8__list__item .img .arrow_area .arrow_btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/arrow-tab.png) no-repeat;
    background-size: 100% auto;
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    cursor: pointer;
  }
  .sec8__list__item .img .arrow_area .arrow_btn.prev {
    left: -2.8vw;
  }
  .sec8__list__item .img .arrow_area .arrow_btn.next {
    right: -2.8vw;
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
  .sec8__list__item .txt {
    font-size: 4.2666666667vw;
    line-height: 159.375%;
    letter-spacing: 0.06em;
    margin-top: 3.4666666667vw;
  }
  .sec8__list__item .txt .txt-blue .txt-big {
    font-size: 4.5333333333vw;
  }
  .sec8__note {
    margin-top: 11.0666666667vw;
    font-size: 2.9333333333vw;
    line-height: 150%;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec8__note .space {
    display: none;
  }
  /* ---------------------------------------------------
  sec9
  --------------------------------------------------- */
  .sec9 {
    padding: 0 0 21.3333333333vw;
  }
  .sec9__inner {
    border-top-width: 0.1333333333vw;
    padding-top: 18.2666666667vw;
  }
  .sec9__ttl {
    font-size: 6.6666666667vw;
  }
  .sec9__ttl .txt-small {
    margin-top: 2.8vw;
    font-size: 4vw;
  }
  .sec9__logo {
    width: 41.8666666667vw;
    margin-top: 12vw;
  }
  .sec9__about {
    margin-top: 14.4vw;
  }
  .sec9__about__item:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
  .sec9__about__item .ttl {
    height: 16.5333333333vw;
    padding-left: 3.7333333333vw;
  }
  .sec9__about__item .ttl-txt {
    font-size: 4.2666666667vw;
  }
  .sec9__about__item .ttl-txt .txt-small {
    display: block;
    margin-top: 0.1333333333vw;
    padding-left: 0;
    font-size: 3.4666666667vw;
  }
  .sec9__about__item .ttl-txt .txt-small:before {
    width: 3.4666666667vw;
    height: 0.1333333333vw;
    margin-bottom: 0.4vw;
  }
  .sec9__about__item .ttl-icon {
    width: 10.8vw;
    border-left-width: 0.1333333333vw;
  }
  .sec9__about__item .ttl-icon:before, .sec9__about__item .ttl-icon:after {
    left: calc(50% + 0.5333333333vw);
  }
  .sec9__about__item .ttl-icon:before {
    width: 3.6vw;
    height: 0.2666666667vw;
  }
  .sec9__about__item .ttl-icon:after {
    width: 0.2666666667vw;
    height: 3.6vw;
  }
  .sec9__about__item .contents {
    margin-top: 6.4vw;
    padding: 0 5.3333333333vw 10.6666666667vw;
  }
  .sec9__about__item .contents__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec9__about__item .contents .txt-area {
    font-size: 3.7333333333vw;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .sec9__about__item.item1 .txt-area {
    width: 100%;
  }
  .sec9__about__item.item1 .movie {
    margin-top: 6.4vw;
    width: 100%;
  }
  .sec9__about__item.item2 .txt-area {
    width: 100%;
  }
  .sec9__about__item.item2 .txt-area .img {
    width: 66.6666666667vw;
    margin: 4vw auto 0;
  }
  .sec9__about__item.item2 .txt-area .notice {
    margin-top: 5.3333333333vw;
  }
  .sec9__about__item.item2 .txt-area .notice li {
    font-size: 3.2vw;
  }
  .sec9__about__item.item2 .txt-area .notice li:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
  .sec9__about__item.item2 .txt-area .kansa {
    margin-top: 6.6666666667vw;
  }
  .sec9__about__item.item2 .txt-area .kansa-img {
    width: 40vw;
  }
  .sec9__about__item.item2 .txt-area .kansa-txt {
    width: 49.3333333333vw;
    padding-left: 4vw;
  }
  .sec9__about__item.item2 .txt-area .kansa-txt .link {
    margin-bottom: 1.3333333333vw;
  }
  .sec9__faq {
    margin-top: 21.3333333333vw;
  }
  .sec9__faq__ttl {
    font-size: 6.6666666667vw;
  }
  .sec9__faq__item__wrap {
    margin-top: 10.5333333333vw;
  }
  .sec9__faq__item:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
  .sec9__faq__item .ttl {
    height: 16.5333333333vw;
    padding-left: 3.8666666667vw;
  }
  .sec9__faq__item .ttl-txt {
    width: 85.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.3125;
    padding: 0 4.2666666667vw 0 8.4vw;
  }
  .sec9__faq__item .ttl-txt:before {
    top: -0.5333333333vw;
    font-size: 4vw;
    width: 6.5333333333vw;
    height: 6.5333333333vw;
    padding-bottom: 0.1333333333vw;
  }
  .sec9__faq__item .ttl-icon {
    width: 10.8vw;
    border-left-width: 0.1333333333vw;
  }
  .sec9__faq__item .ttl-icon:before, .sec9__faq__item .ttl-icon:after {
    left: calc(50% + 0.5333333333vw);
  }
  .sec9__faq__item .ttl-icon:before {
    width: 3.6vw;
    height: 0.2666666667vw;
  }
  .sec9__faq__item .ttl-icon:after {
    width: 0.2666666667vw;
    height: 3.6vw;
  }
  .sec9__faq__item .contents {
    margin-top: 5.2vw;
    padding: 0 5.3333333333vw 9.6vw;
    font-size: 3.7333333333vw;
    line-height: 1.75;
  }
  /* ---------------------------------------------------
  sec10
  --------------------------------------------------- */
  .sec10 {
    padding: 13.3333333333vw 5.3333333333vw 20.6666666667vw;
  }
  .sec10__detail {
    padding: 13.0666666667vw 0 9.3333333333vw;
  }
  .sec10__detail__logo {
    width: 34.1333333333vw;
  }
  .sec10__detail__ttl {
    margin-top: 8.6666666667vw;
    font-size: 4.8vw;
  }
  .sec10__detail__ttl .txt-small {
    font-size: 4.8vw;
  }
  .sec10__detail .kifu-btn {
    margin-top: 9.6vw;
  }
  .sec10__detail__sending {
    width: 78.6666666667vw;
    margin: 10.6666666667vw auto 0;
    padding: 5.4666666667vw 5.3333333333vw 6.1333333333vw 5.3333333333vw;
  }
  .sec10__detail__sending .ttl {
    font-size: 4.2666666667vw;
    line-height: 159.375%;
  }
  .sec10__detail__sending .kouza {
    width: 100%;
    height: 35.3333333333vw;
    border-radius: 1.3333333333vw;
    margin-top: 4.1333333333vw;
  }
  .sec10__detail__sending .kouza .txt {
    font-size: 4vw;
    line-height: 153.3333333333%;
    pointer-events: none;
  }
  .sec10__detail__sending .kouza .txt a,
  .sec10__detail__sending .kouza .txt a:link,
  .sec10__detail__sending .kouza .txt a:visited {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  /* ---------------------------------------------------
  	sectionSns
  --------------------------------------------------- */
  /* ---------------------------------------------------
  	pagetop
  --------------------------------------------------- */
  /* ---------------------------------------------------
  	credit
  --------------------------------------------------- */
  /* ---------------------------------------------------
  	page-footer
  --------------------------------------------------- */
  /* ---------------------------------------------------
  	モーダル
  --------------------------------------------------- */
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sec10__detail__sending .kouza .txt a:hover {
    color: #000000;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .sec10__detail__sending .list {
    padding-left: 0;
    margin-top: 4.5333333333vw;
  }
  .sec10__detail__sending .list li {
    font-size: 3.4666666667vw;
    line-height: 138.4615384615%;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 1.6vw;
    letter-spacing: -0.02em;
  }
  .sec10__detail__sending .list li:first-of-type {
    margin-top: 0;
  }
  .sec10__detail__tax {
    margin-top: 5.3333333333vw;
  }
  .sec10__detail__tax .txt {
    text-align: left;
    font-size: 4vw;
    line-height: 150%;
  }
  .sec10__detail__tax .txt a {
    margin-top: 2.4vw;
  }
  .sec10__other {
    margin-top: 13.3333333333vw;
    padding: 8.6666666667vw 5.3333333333vw 9.3333333333vw;
  }
  .sec10__other__ttl {
    font-size: 4.8vw;
    line-height: 1.4722222222;
  }
  .sec10__other__kifu {
    margin-top: 9.6vw;
    border-radius: 1.3333333333vw;
    padding: 8.8vw 5.3333333333vw 9.3333333333vw;
  }
  .sec10__other__kifu .ttl {
    font-size: 4.8vw;
    line-height: 1.4722222222;
  }
  .sec10__other__kifu .btn-area {
    margin-top: 6.6666666667vw;
    display: block;
  }
  .sec10__other__kifu .btn-area__item {
    width: 100%;
  }
  .sec10__other__kifu .btn-area__item .btn {
    max-width: 100%;
    height: 12.2666666667vw;
  }
  .sec10__other__kifu .btn-area__item .btn a {
    font-size: 4vw;
    border-width: 0.2666666667vw;
  }
  .sec10__other__kifu .btn-area__item .btn a:after {
    right: 4.6666666667vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .sec10__other__kifu .btn-area__item .btn.btn2 {
    margin-top: 8vw;
    height: 17.6vw;
  }
  .sec10__other__kifu .btn-area__item .btn.btn2 a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4.8vw;
  }
  .sec10__other__kifu .btn-area__item .btn.btn2 a:before {
    top: -1.3333333333vw;
    left: -3.0666666667vw;
    width: 13.4666666667vw;
    height: 16.4vw;
  }
  .sec10__other__kifu .btn-area__item .btn.btn2 a .txt-small {
    display: block;
    margin-top: 0.4vw;
    font-size: 3.4666666667vw;
    line-height: 1;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .sec10__other__kifu .btn-area__item .btn.btn2.type_bottle a:before {
    top: -2vw;
    left: 0;
    background-image: url(../img/sec10-bottle-sp.png);
    width: 9.3333333333vw;
    height: 19.4666666667vw;
  }
  .sec10__other__kifu .btn-area__item .btn.btn2.type_bottle a .txt-small {
    font-size: 2.9333333333vw;
  }
  .sec10__other__kifu .btn-area__item .txt {
    display: none;
  }
  .sec10__txt {
    margin-top: 10.6666666667vw;
    padding: 0 5.3333333333vw;
    text-align: left;
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec10__txt a {
    margin-top: 2.5333333333vw;
  }
  .sectionSns {
    padding-top: 11.7333333333vw;
  }
  .pagetop {
    width: 100%;
    text-align: right;
    padding: 13.0666666667vw 5.3333333333vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pagetop__inner {
    border-top: 1px solid #ccc;
    padding-top: 3.7333333333vw;
  }
  .pagetop a {
    padding-right: 3.7333333333vw;
    background-size: 3.2vw 3.2vw;
    font-size: 3.4666666667vw;
    font-weight: 400;
  }
  .pagetop .home {
    margin-top: 1.3333333333vw;
  }
  .credit {
    width: 100%;
    padding: 9.3333333333vw 5.3333333333vw 4.8vw;
    font-size: 2.6666666667vw;
    line-height: 150%;
    background: #fff;
  }
  .footer_text_annotation {
    text-align: left;
    font-size: 2.6666666667vw;
    line-height: 110%;
    padding: 0 5.3333333333vw 7.3333333333vw;
    margin-top: 0;
    background: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .page-footer {
    margin-top: 0;
    padding: 0 5.3333333333vw;
  }
  .page-footer > .inner {
    width: 100%;
    display: block;
    padding-top: 4.5333333333vw;
  }
  .page-footer .footer_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-footer .footer_link li {
    font-size: 2.9333333333vw;
  }
  .page-footer .footer_link li.text1:after {
    content: "";
    width: 1px;
    height: 3.3333333333vw;
    margin-left: 2.1333333333vw;
    margin-right: 1.8666666667vw;
    -webkit-transform: translateY(0.8vw);
            transform: translateY(0.8vw);
  }
  .page-footer .footer_logo {
    font-size: 3.2vw;
  }
  .page-footer .copyright {
    padding: 4.2666666667vw 0 4.6666666667vw;
    font-size: 3.2vw;
    line-height: 147.0588235294%;
  }
  .page-footer .copyright .text {
    font-size: 2.6666666667vw;
  }
  .fixed-bottom.pos-top {
    height: 13.3333333333vw;
    padding: 0 5.3333333333vw;
    top: 0;
    left: 0;
    bottom: auto;
  }
  .fixed-bottom.pos-top.type2 {
    height: 18.6666666667vw;
  }
  .fixed-bottom.pos-top.type2 .btn {
    width: 53.3333333333vw;
    height: 10.6666666667vw;
  }
  .fixed-bottom.pos-top.type2 .btn .ttl {
    font-size: 3.2vw;
  }
  .fixed-bottom.pos-top.type2 .btn .sttl {
    margin-top: 0.5333333333vw;
    font-size: 2.6666666667vw;
    font-weight: 400;
  }
  .fixed-bottom.pos-top.type2 .btn .sttl:after {
    margin: 0 0 -0.2666666667vw 0.6666666667vw;
  }
  .fixed-bottom.pos-top.type2 .btn2 {
    width: 32vw;
    height: 10.6666666667vw;
  }
  .fixed-bottom.pos-top.type2 .btn2 a,
  .fixed-bottom.pos-top.type2 .btn2 a:link,
  .fixed-bottom.pos-top.type2 .btn2 a:visited {
    color: #0099ff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .fixed-bottom.pos-top.type2 .btn2 a:hover {
    color: #0099ff;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .fixed-bottom.pos-top.type2 .btn2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 1.3333333333vw;
    background: #fff;
  }
  .fixed-bottom.pos-top.type2 .btn2 .ttl {
    font-size: 3.2vw;
    font-weight: 900;
    line-height: 1;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .fixed-bottom.pos-top.type2 .btn2 .sttl {
    margin-top: 0.5333333333vw;
    font-size: 2.6666666667vw;
    font-weight: 400;
    line-height: 1;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .fixed-bottom.pos-top.type2 .btn2 .sttl:after {
    content: "";
    display: inline-block;
    background: url(../img/arrow-kifubtn_blue.png) no-repeat;
    background-size: 100% auto;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: 0 0 -0.2666666667vw 0.6666666667vw;
  }
  .fixed-bottom.pos-top .btn .sttl {
    margin-top: 0;
  }
  .fixed-bottom__inner .txt {
    font-size: 3.0666666667vw;
  }
  .fixed-bottom__inner .btn {
    width: 36vw;
    height: 8vw;
  }
  .fixed-bottom__inner .btn a {
    border-radius: 1.3333333333vw;
  }
  .fixed-bottom__inner .btn .sttl {
    margin-top: 0.8vw;
    font-size: 3.0666666667vw;
    letter-spacing: -0.04em;
  }
  .fixed-bottom__inner .btn .sttl:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 2vw;
  }
  .modal__contents {
    width: 89.3333333333vw;
    margin: 18.6666666667vw 0 13.3333333333vw;
  }
  .modal__contents .close {
    top: -10.1333333333vw;
    width: 7.7333333333vw;
    height: 7.7333333333vw;
  }
  .modal__contents .close img {
    width: 3.4666666667vw;
  }
  .modal__contents .txt-area {
    width: 100%;
    padding: 4.2666666667vw 0 6.8vw;
  }
  .modal__contents .txt-area > .txt {
    font-size: 3.7333333333vw;
    line-height: 1.75;
    letter-spacing: 0.025em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 0 5.3333333333vw;
  }
  .modal__contents .txt-area .img {
    display: block;
    margin-top: 4vw;
  }
  .modal__contents .txt-area > .txt-big {
    margin-top: 3.6vw;
    font-size: 4.6666666667vw;
    line-height: 1.5142857143;
    text-align: center;
  }
  .modal__contents .txt-area .btn {
    margin-top: 4.2666666667vw;
    max-width: 100%;
    width: 67.7333333333vw;
    height: 21.6vw;
  }
  .modal__contents .txt-area .btn a:before {
    top: 1.8666666667vw;
    left: -2.6666666667vw;
    width: 13.4666666667vw;
    height: 16.2666666667vw;
  }
  .modal__contents .txt-area .btn a:after {
    right: 4.8vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .modal__contents .txt-area .btn a .txt-big {
    font-size: 5.0666666667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .modal__contents .txt-area .btn a .txt-small {
    margin-top: 0.8vw;
    font-size: 2.9333333333vw;
    line-height: 1.3636363636;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .modal__contents .txt-area .btn.type_bottle a:before {
    top: -1.0666666667vw;
    left: -0.9333333333vw;
    width: 11.6vw;
    height: 21.3333333333vw;
  }
  .modal__contents .txt-area .btn.type_bottle a .txt-small {
    text-align: center;
  }
  .modal__contents > .img {
    display: none;
  }
}

 /* 新着情報“以降”の2カラム用だけ軽く追加（既存CSSに干渉しない独自クラス）  */
  
  .ntcu-hero-wrap{clear:both;max-width:1100px;margin:24px auto 0;padding:0 16px;text-align:center;}
  .ntcu-hero-wrap img{display:block;margin:0 auto 12px;width:clamp(96px,24vw,160px);height:auto;}
  .ntcu-hero-wrap h2{margin:0 0 8px;font-size:clamp(18px,5vw,28px);line-height:1.2;}
  .ntcu-hero-wrap p{margin:0 auto;max-width:900px;line-height:1.8;font-size:clamp(14px,3.8vw,18px);}

  /* “日本タクシー乗務員労働組合があたりまえを変える” 用（修正版：Flexで入替） */
  .ntcu-change{padding:48px 0;}
  .ntcu-change__inner{max-width:1100px;margin:0 auto;padding:0 16px;}
  .ntcu-change__ttl{font-size:clamp(20px,5vw,28px);text-align:center;margin:0 0 24px;line-height:1.3;}
  .change-row{display:flex;flex-direction:column;gap:24px;align-items:center;margin:28px 0;}
  .change-col{flex:1 1 0;min-width:0;}
  .change-col img{width:100%;height:auto;display:block;}
  .change-col h3{margin:0 0 8px;font-size:clamp(18px,3.2vw,22px);line-height:1.3;}
  .change-col p,.change-col li{font-size:clamp(14px,2.6vw,16px);line-height:1.8;margin:0 0 12px;}
  .change-col ul{padding-left:1.2em;margin:0;}
  /* ▼スマホ（デフォルトは縦積み）では、2段目(.reverse)を「上=画像／下=テキスト」に */
.sec4 .change-row.reverse .change-col:first-child { order: 2; } /* ← テキストを下へ */
.sec4 .change-row.reverse .change-col:last-child  { order: 1; } /* ← 画像を上へ */

/* ▼PC(768px~)では横並びにして、2段目(.reverse)は「左=テキスト／右=画像」に固定 */
@media (min-width: 768px){
  .sec4 .change-row{
    display:flex !important;
    flex-direction:row !important;
    gap:24px;
    align-items:center;
  }
  /* row-reverse は使わず order で確実に入替える */
  .sec4 .change-row.reverse{ flex-direction:row !important; }
  .sec4 .change-row.reverse .change-col:first-child { order: 1 !important; } /* テキストを左 */
  .sec4 .change-row.reverse .change-col:last-child  { order: 2 !important; } /* 画像を右 */
}
	/* ヘッダー（ロゴは左端にぴったり／全幅表示） */
	.ntcu-site-header{
	width:100%;
	background:#fff;
	margin:0;
	padding:0;            /* 左端に合わせるため余白なし */
	}
	.ntcu-site-header__logo{
	display:block;
	line-height:0;        /* インライン画像のスキマ消し */
	}
	.ntcu-site-header__logo img{
	display:block;
	width:30%;           /* 画像を横幅いっぱい＝“全体表示” */
	height:auto;          /* トリミングなしで全体を表示 */
	}

	/* もし「ロゴを等倍で左端に置くだけ」にしたい場合は上の img をこれに変更
	.ntcu-site-header__logo img{
	display:block;
	width:auto;
	max-width:100%;
	height:auto;
	}
	*/

/* フルブリード（画面端まで）に“はみ出す”ユーティリティ */
.edge-full {
  display: block;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}


  /* --- ユニセフ風シンプルフッター --- */
.ntcu-simple-footer{
  background:#0099FF;           /* 水色の帯 */
  color:#fff;                    /* 白文字 */
}

/* ブロックテーマやCocoonの余白に勝つためのフルワイド化 */
.ntcu-simple-footer.edge-full{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}

/* 中央寄せレイアウト */
.ntcu-simple-footer__inner{
  max-width:1100px;
  margin:0 auto;
  padding:24px 16px 28px;
  text-align:center;
}

/* 電話番号・組織名・メニュー */
.ntcu-simple-footer__tel{
  font-weight:900;
  font-size:clamp(20px,4vw,28px);
  line-height:1.2;
  letter-spacing:.02em;
}
.ntcu-simple-footer__org{
  margin-top:6px;
  font-size:clamp(14px,3vw,18px);
  font-weight:700;
}

.ntcu-simple-footer__nav{
  margin:12px 0 0;
  padding:0;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  justify-content:center;
  font-size:clamp(13px,3vw,16px);
  font-weight:700;
}

/* Cocoon等が a の色を上書きしていても白固定にする保険（今回リンクなしだが将来用） */
.ntcu-simple-footer a{ color:#fff; text-decoration:none; }

/* スマホ少し詰める */
@media (max-width: 480px){
  .ntcu-simple-footer__inner{ padding:20px 14px 22px; }
  .ntcu-simple-footer__nav{ gap:10px; }
}
/* フッターナビ：中央寄せ＆区切り線 */
.ntcu-simple-footer__nav{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:0;                   /* 区切り線を綺麗に見せるためgapは0 */
  margin:12px 0 0;
  padding:0;
  list-style:none;
  font-size:14px;
}

.ntcu-simple-footer__nav li{
  padding:0 12px;          /* 文字左右の余白 */
  line-height:1;
  color:#fff;
  opacity:.95;
}

/* 2つ目以降の項目の左側に区切り線 */
.ntcu-simple-footer__nav li+li{
  border-left:1px solid rgba(255,255,255,.7);
}
