@charset "UTF-8";
/**
 * FUNCTION
 * Function.............
 *
 * VARIABLE
 * Global...............プロジェクト全体を通して使用される変数です。
 * Color................カラー用の変数（マップ）を管理します。
 * Config...............
 *
 * MIXIN
 * Media-query..........メディアクエリ用のmixinです。
 * Clearfix.............`float`を解除する`clearfix`のmixinです。
 *
 * VENDORS
 * Normalize.css........Normalize cssのインポートします。
 *
 * VENDORS-EXTENSION
 * Normalize.css........Normalize.cssのスタイルを上書きします。
 *
 * BASE
 * Base.................要素セレクタと属性セレクタのデフォルトスタイルです。
 *
 * LAYOUT
 * Header...............ヘッダーエリアのコンテナブロックのスタイルを指定します。
 * Footer...............フッターエリアのコンテナブロックのスタイルを指定します。
 * Main.................メインコンテンツエリアのコンテナブロックのスタイルを指定します。
 * Sidebar..............サイドバーエリアのコンテナブロックのスタイルを指定します。
 *
 * COMPONENT
 * Wrapper..............コンポーネントをラップするオブジェクトです。`max-width`が指定されています。
 * Grid.................グリッドレイアウトのベーススタイルです。
 * Inline...............横並びになるリストオブジェクトです。
 * Block................縦並びになるリストオブジェクトです。
 * Rank.................横並びになるリストオブジェクトです。アンカータグのクリック範囲が大きく指定されています。
 * Pac..................子要素を折り返さず、横幅内に収めるリストオブジェクトです。
 * Stac.................縦に積み上げていくタイプのリストオブジェクトです。
 * Media................画像とテキストを横並びにするために使用するオブジェクトです。
 * Split................2つの要素をブロックから横並びにするオブジェクトです。
 * Justify..............子要素を両端揃えにするオブジェクトです。
 * Scroll...............横スクロールに対応したテーブルオブジェクトです。
 * Central..............上下左右の中央配置オブジェクトです。
 * Button...............ボタンコンポーネントのベーススタイルです。
 * Card.................カード型のコンポーネントです。
 * Embed................YouTubeなどの埋め込みコンテンツのアスペクト比を固定するオブジェクトです。
 * Images...............画像コンポーネントです。
 *
 * PROJECT
 * Breadcrumbs..........パンくずリストです。セパレーターは`>`です。
 * Pagination...........前後のページに遷移するためのナビゲーションです。アイコンは`<`, `>`です。
 * Tag-cloud............タグクラウドのコンポーネントです。
 * Alert................エラーメッセージなどを表示するコンポーネントです。
 * Badge................投稿数のような数値を表示するコンポーネントです。
 * Label................インラインでメッセージを表示するコンポーネントです。
 * Balloon..............吹き出しのコンポーネントです。
 *
 * UTILITY
 * Col..................レスポンシブに対応した`width`を指定するためのヘルパークラスです。
 * Push.................レスポンシブに対応した`left`を指定するためのヘルパークラスです。
 * Pull.................レスポンシブに対応した`right`を指定するためのヘルパークラスです。
 * Column...............レスポンシブに対応した`column-count`を指定するためのヘルパークラスです。
 * Margin...............レスポンシブに対応した`margin`を指定するためのヘルパークラスです。
 * Padding..............`padding`を指定するためのヘルパークラスです。
 * Display..............要素の表示を切り替えるヘルパークラスです。
 * Float................`float`とクリアーフィックスのヘルパークラスです。
 * Position.............`position`のヘルパークラスです。
 * Text.................テキストのスタイルを変更するヘルパークラスです。
 */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Vendors
   ----------------------------------------------------------------- */
/**
 * #Normalize
 */
/* ==========================================================================
   Normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Vendors-extension
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
/**
 * #Base
 */
/**
 * ボックスモデルを`border-box`にリセットします。
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
:root {
  --width-ratio: 1px/1;
  --width-wide-ratio: 100vw / 1440;
}

@media screen and (max-width: 1440px) {
  :root {
    --width-ratio: 100vw / 1440;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --width-ratio: 100vw / 375;
    --width-wide-ratio: 100vw / 375;
  }
}
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  line-height: my-strip-unit(my-margins());
  /* iOSとAndroidでのリンクをタップ時のハイライトをリセットする。 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: #FFFFFF;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
}

/* 日本語にitalicは使用されないためリセットする */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.4;
}

h1, .u-h1 {
  font-size: 2rem;
}

h2, .u-h2 {
  font-size: 1.6rem;
}

h3, .u-h3 {
  font-size: 1.4rem;
}

h4, .u-h4 {
  font-size: 1.2rem;
}

h5, .u-h5 {
  font-size: 1rem;
}

h6, .u-h6 {
  font-size: 1rem;
}

a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* マージンを持たないブロックとする。 */
figure {
  margin: 0;
}

/* `padding-strat: 40px;`の相対値 */
ul, ol {
  padding-left: 2.5em;
}

/* ネストされたリストのマージンをリセットする */
li {
  list-style: none;
}
li > ul,
li > ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url] {
  padding-left: my-paddings(small);
}

textarea {
  width: 100%;
  min-height: 8rem;
  padding: my-paddings(large) my-paddings(small);
  vertical-align: top;
  resize: vertical;
}

optgroup {
  font-weight: normal;
  font-style: normal;
}

/**
 * プレイスホルダーのcolorを無効化してopacityでコントラストを抑える
 * http://hail2u.net/blog/webdesign/placeholder-normalization.html
 */
:-ms-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

:placeholder-shown {
  opacity: 0.54;
}

code,
kbd,
pre,
samp {
  font-size: 1rem;
}

code,
pre {
  font-family: Menlo, Consolas, Courier, monospace;
}

kbd {
  /* ユーザーに入力を促す要素 */
  font-family: inherit;
}
kbd > kbd {
  /* キーボードのキーを示す要素に変化するためボーダーで囲われます */
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px 6px;
  font-size: 0.75rem;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
}

/**
 * Vertical Rhythmを指定しているクラスセレクタをまとめて指定します。
 */
h1, h2, h3, h4, h5, h6,
p,
ul, ol, dl,
table,
pre,
address {
  margin-top: 0;
  margin-bottom: my-margins();
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, p, a, img, ul, li, table, tr, th, td, tbody, footer, header, main, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/**
 * #Footer
 */
.l-footer {
  position: relative;
  background: #C34300;
  z-index: 1000;
}
.l-footer__inner {
  padding: calc(114 * var(--width-ratio)) calc(145 * var(--width-ratio)) calc(28 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding: calc(30 * var(--width-ratio)) calc(32 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

.l-footer-content {
  display: flex;
  align-items: center;
  gap: calc(115 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer-content {
    display: block;
  }
}

.l-footer-feature {
  width: calc(375 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer-feature {
    width: 100%;
  }
}

.l-footer__title a {
  color: #fff;
  font-size: calc(25 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.6;
}

.l-footer__text {
  margin-top: calc(16 * var(--width-ratio));
  color: #fff;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8571428571;
}
@media (max-width: 768px) {
  .l-footer__text {
    margin-top: calc(24 * var(--width-ratio));
  }
}

.l-footer-info {
  width: calc(656 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer-info {
    width: 100%;
    margin-top: calc(24 * var(--width-ratio));
  }
}

.l-footer__copy {
  margin-top: calc(77 * var(--width-ratio));
  color: #fff;
  font-size: calc(12 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.1666666667;
  text-align: right;
}
@media (max-width: 768px) {
  .l-footer__copy {
    margin-top: calc(30 * var(--width-ratio));
    text-align: center;
  }
}

/**
 * #Header
 */
.top .l-header__title {
  color: #fff;
}
.top .l-header__title.is-active {
  color: #000;
}

.l-header {
  position: fixed;
  top: calc(20 * var(--width-ratio));
  right: calc(35 * var(--width-ratio));
  width: calc(530 * var(--width-ratio));
  border-radius: calc(28 * var(--width-ratio));
  border: calc(2 * var(--width-ratio)) solid #000;
  background: #fff;
  z-index: 100;
}
@media (max-width: 768px) {
  .l-header {
    top: 0;
    right: 50%;
    width: calc(348 * var(--width-ratio));
    width: 100%;
    border: none;
    background: transparent;
    transform: translateX(50%);
  }
}

.l-header__inner {
  padding: calc(18 * var(--width-ratio)) calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(10 * var(--width-ratio)) calc(10 * var(--width-ratio)) calc(10 * var(--width-ratio)) calc(18 * var(--width-ratio));
  }
}

.l-header__title {
  position: relative;
  color: #000;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.5;
  z-index: 100;
}
.l-header__title span {
  display: block;
  font-size: calc(13 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.4615384615;
}

/**
 * #Main
 */
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.l-main {
  overflow: hidden;
  flex: 1 0 auto;
}

.l-main-lower .l-main__inner {
  padding-bottom: calc(58 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-main-lower .l-main__inner {
    padding-bottom: calc(64 * var(--width-ratio));
  }
}

.l-main-content {
  width: calc(100% - 99 * var(--width-ratio));
  margin-left: auto;
}
@media (max-width: 768px) {
  .l-main-content {
    width: 100%;
  }
}

.l-main-article {
  position: relative;
}
@media (max-width: 768px) {
  .l-main-article {
    padding: 0 calc(24 * var(--width-ratio));
  }
}

.l-main-article--first {
  margin-top: calc(50 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-main-article--first {
    margin-top: calc(36 * var(--width-ratio));
  }
}
.l-main-article--first::before {
  content: "";
  position: absolute;
  top: calc(-420 * var(--width-ratio));
  right: calc(-200 * var(--width-ratio));
  display: block;
  width: 120vw;
  height: 111vw;
  background-image: url(../images/bg01_pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .l-main-article--first::before {
    top: calc(-80 * var(--width-ratio));
    right: calc(-90 * var(--width-ratio));
    width: 147vw;
    height: 190vw;
    background-image: url(../images/bg01_sp.png);
  }
}

.l-main-article--second {
  margin-top: calc(86 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-main-article--second {
    padding: 0;
  }
}
.l-main-article--second::before {
  content: "";
  position: absolute;
  top: calc(420 * var(--width-ratio));
  left: calc(-220 * var(--width-ratio));
  display: block;
  width: 130%;
  height: 89%;
  background-image: url(../images/bg02.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 768px) {
  .l-main-article--second::before {
    top: 60%;
    left: calc(-360 * var(--width-ratio));
    width: calc(1171 * var(--width-ratio));
    height: calc(1073 * var(--width-ratio));
    transform: rotate(22deg);
  }
}

.l-main-article--third {
  margin-top: calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-main-article--third {
    padding: 0;
  }
}
.l-main-article--third::before {
  content: "";
  position: absolute;
  top: calc(-200 * var(--width-ratio));
  right: calc(-200 * var(--width-ratio));
  display: block;
  width: 121vw;
  height: 111vw;
  background-image: url(../images/bg01_pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 768px) {
  .l-main-article--third::before {
    top: calc(270 * var(--width-ratio));
    right: calc(-330 * var(--width-ratio));
    width: calc(1034 * var(--width-ratio));
    height: calc(1007 * var(--width-ratio));
    background-image: url(../images/bg03_sp.png);
    transform: rotate(-12deg);
  }
}

/**
 * #Sidebar
 */
.l-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(99 * var(--width-ratio));
  height: 100vh;
  background: #F45400;
  z-index: 100;
}
@media (max-width: 768px) {
  .l-sidebar {
    display: none;
  }
}

.l-sidebar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 calc(26 * var(--width-ratio));
}

.l-sidebar__text {
  width: calc(45 * var(--width-ratio));
}
.l-sidebar__text.is-fade {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
}

/**
 * #Section
 */
.l-section {
  position: relative;
}

.l-section--about {
  margin-top: calc(95 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-section--about {
    margin-top: calc(80 * var(--width-ratio));
  }
}
.l-section--about .l-section__inner {
  max-width: 100%;
  padding: 0 calc(140 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-section--about .l-section__inner {
    padding: 0;
  }
}
.l-section--about .l-section-area {
  width: calc(718 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-section--about .l-section-area {
    max-width: calc(295 * var(--width-ratio));
    width: 100%;
    margin: 0 auto;
  }
}
.l-section--about .l-section__text {
  margin-top: 0;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .l-section--about .l-section__text {
    font-size: calc(22 * var(--width-ratio));
    line-height: 1.9090909091;
  }
}
.l-section--about .l-section__text span {
  color: #F45400;
  font-weight: 800;
}

.l-section--news {
  margin-top: calc(124 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-section--news {
    margin-top: calc(80 * var(--width-ratio));
  }
}
.l-section--news .l-section__inner {
  max-width: 100%;
  padding: 0 calc(140 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-section--news .l-section__inner {
    padding: 0;
  }
}
.l-section--news .l-section-area {
  width: calc(740 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-section--news .l-section-area {
    width: 100%;
  }
}

.l-section--purpose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(596 * var(--width-ratio));
  border-radius: calc(100 * var(--width-ratio)) calc(100 * var(--width-ratio)) 0 0;
  background: #FAF9F8;
  z-index: -1;
}
@media (max-width: 768px) {
  .l-section--purpose::before {
    height: 112%;
  }
}
.l-section--purpose .l-section__inner {
  padding: calc(60 * var(--width-ratio)) 0 calc(83 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-section--purpose .l-section__inner {
    padding: calc(75 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(35 * var(--width-ratio));
  }
}
.l-section--purpose .l-section-content {
  margin-top: calc(84 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-section--purpose .l-section-content {
    margin-top: calc(26 * var(--width-ratio));
  }
}

.l-section--greeting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(492 * var(--width-ratio));
  border-radius: calc(100 * var(--width-ratio)) calc(100 * var(--width-ratio)) 0 0;
  background: #fff;
  z-index: -1;
}
.l-section--greeting .l-section__inner {
  padding: calc(95 * var(--width-ratio)) 0 calc(97 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-section--greeting .l-section__inner {
    padding: calc(60 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(90 * var(--width-ratio));
  }
}

.l-section--history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(596 * var(--width-ratio));
  border-radius: calc(100 * var(--width-ratio)) calc(100 * var(--width-ratio)) 0 0;
  background: #FAF9F8;
  z-index: -1;
}
@media (max-width: 768px) {
  .l-section--history::before {
    height: 112%;
  }
}
.l-section--history .l-section__inner {
  padding: calc(90 * var(--width-ratio)) 0 calc(97 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-section--history .l-section__inner {
    padding: calc(75 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(68 * var(--width-ratio));
  }
}

.l-section--secretariat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(492 * var(--width-ratio));
  border-radius: calc(100 * var(--width-ratio)) calc(100 * var(--width-ratio)) 0 0;
  background: #fff;
  z-index: -1;
}
.l-section--secretariat .l-section__inner {
  padding: calc(95 * var(--width-ratio)) 0 calc(97 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-section--secretariat .l-section__inner {
    padding: calc(82 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(130 * var(--width-ratio));
  }
}

.l-section__inner {
  max-width: calc(763 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}

.l-section-flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: calc(60 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-section-flex {
    gap: calc(12 * var(--width-ratio));
    flex-flow: row wrap;
  }
}

.l-section__heading {
  display: flex;
  align-items: center;
  gap: calc(23 * var(--width-ratio));
  width: calc(200 * var(--width-ratio));
  color: #000;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 700;
}
@media (max-width: 768px) {
  .l-section__heading {
    width: 100%;
  }
}
.l-section__heading::before {
  content: "";
  display: block;
  width: calc(17 * var(--width-ratio));
  height: calc(5 * var(--width-ratio));
  background: #F45400;
}

.l-section-summary {
  color: #F45400;
  font-size: calc(34 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.0588235294;
  text-align: center;
}
@media (max-width: 768px) {
  .l-section-summary {
    text-align: left;
  }
}

.l-section__title {
  color: #F45400;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 800;
  line-height: 1.5;
}

.l-section__lead {
  margin-top: calc(24 * var(--width-ratio));
  font-size: calc(20 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .l-section__lead {
    margin-top: calc(10 * var(--width-ratio));
  }
}

.l-section__text {
  margin-top: calc(24 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.25;
}

.l-section-note {
  margin-top: calc(26 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.25;
  text-align: right;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/**
 * #Scroll
 */
.c-scroll {
  position: absolute;
  top: -25px;
  right: 26px;
  display: block;
  max-width: 52px;
  z-index: 10;
}

/**
 * #Fade
 */
.c-fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #F45400;
  z-index: 9000;
}

.c-fade-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.c-fade__title {
  display: none;
  color: #fff;
  font-size: calc(36 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.c-fade__title span {
  display: block;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.6;
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/**
 * #Kv
 */
.c-kv {
  position: relative;
  z-index: 2;
}

.c-kv__item.is-active img {
  transform: scale(1.15);
  transition-delay: 0s;
}

.c-kv-img {
  display: block;
}
.c-kv-img img {
  transition: 8s ease-out;
}

/**
 * #Hamburger
 */
.c-hamburger {
  position: relative;
  display: none;
  width: calc(43 * var(--width-ratio));
  height: calc(43 * var(--width-ratio));
  border-radius: 50%;
  border: calc(1 * var(--width-ratio)) solid #000;
  background: #fff;
  cursor: pointer;
  z-index: 1000;
}
@media (max-width: 768px) {
  .c-hamburger {
    display: block;
  }
}

.c-hamburger__line {
  position: absolute;
  left: 50%;
  display: block;
  width: calc(18 * var(--width-ratio));
  height: calc(2 * var(--width-ratio));
  background: #000;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.c-hamburger__line--top {
  top: calc(50% - -6 * var(--width-ratio));
}
.c-hamburger__line--top.is-active {
  transform: translate(-50%, -50%) rotate(45deg);
  top: calc(50% - 0px);
}

.c-hamburger__line--middle {
  top: 50%;
}
.c-hamburger__line--middle.is-active {
  width: 0;
}

.c-hamburger__line--bottom {
  top: calc(50% + -6 * var(--width-ratio));
}
.c-hamburger__line--bottom.is-active {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: calc(50% + 0px);
}

/**
 * #Category
 */
.c-category-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: calc(207 * var(--width-ratio));
  width: 100%;
  padding: calc(7 * var(--width-ratio));
  border-radius: calc(9 * var(--width-ratio));
  border: 1px solid #000;
  background-color: #fff;
  background-image: url(../images/icon_select.png);
  background-repeat: no-repeat;
  background-position: right calc(14 * var(--width-ratio)) center;
  background-size: calc(13 * var(--width-ratio));
  color: #B5B5B5;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 500;
  text-align: center;
}

.c-category-select__text {
  color: #000;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 500;
}

/**
 * #Link
 */
.c-link {
  position: relative;
  display: block;
  max-width: 116px;
  width: 100%;
  margin: 0 auto;
  padding: 11px 20px;
  border-radius: 52px;
  background: #fff;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  line-height: 1;
}
.c-link::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  padding: 5px 0px 5px 6px;
  border-radius: 50%;
  background: #01C778;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
  text-align: center;
  line-height: 1;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .c-link::after {
    width: 19px;
    height: 19px;
  }
}

/* Project
   ----------------------------------------------------------------- */
/**
 * #Breadcrumbs
 */
.p-breadcrumbs {
  padding: calc(11 * var(--width-ratio));
  background: #F5F5F5;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-breadcrumbs {
    padding: calc(11 * var(--width-ratio)) calc(25 * var(--width-ratio));
  }
}

.p-breadcrumbs__list {
  max-width: calc(1060 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
.p-breadcrumbs__item {
  display: inline-block;
  color: #868686;
  font-size: calc(12 * var(--width-ratio));
  font-weight: 400;
}
.p-breadcrumbs__item:last-child {
  display: inline;
  margin-left: calc(10 * var(--width-ratio));
}

.p-breadcrumbs__link {
  display: inline-block;
  color: #000;
  text-decoration: underline;
}

.p-breadcrumbs__item + .p-breadcrumbs__item:before {
  content: "／";
  margin-right: calc(10 * var(--width-ratio));
  color: #000;
}

/**
* #Contact
*/
.p-contact__title {
  color: #fff;
  font-size: calc(25 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.6;
}
.p-contact__title span {
  display: inline-block;
  margin-left: calc(24 * var(--width-ratio));
  color: #fff;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.8571428571;
}
@media (max-width: 768px) {
  .p-contact__title span {
    display: block;
    margin-left: 0;
  }
}

.p-contact-area {
  display: flex;
  align-items: stretch;
  gap: calc(34 * var(--width-ratio));
  margin-top: calc(18 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact-area {
    display: block;
    margin-top: calc(24 * var(--width-ratio));
  }
}

.p-contact__link {
  display: block;
  width: calc(311 * var(--width-ratio));
  padding: calc(15 * var(--width-ratio));
  border-radius: calc(27 * var(--width-ratio));
  border: 1px solid #fff;
  background: #fff;
  color: #F45400;
  font-weight: 500;
  transition: 0.3s;
}
.p-contact__link:hover {
  background: #F45400;
  color: #fff;
}

.p-contact__link--first {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(17 * var(--width-ratio));
  padding: calc(15 * var(--width-ratio)) calc(22 * var(--width-ratio)) calc(15 * var(--width-ratio)) calc(45 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  line-height: 1.875;
}
.p-contact__link--first span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(44 * var(--width-ratio));
  height: calc(44 * var(--width-ratio));
  border-radius: 50%;
  border: 1px solid #F45400;
  background: #F45400;
  transition: 0.3s;
}
.p-contact__link--first span::after {
  content: "";
  display: block;
  width: calc(17 * var(--width-ratio));
  height: calc(10 * var(--width-ratio));
  background-image: url(../images/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.p-contact__link--first:hover span {
  background: #fff;
}
.p-contact__link--first:hover span::after {
  background-image: url(../images/icon_arrow_active.png);
}

.p-contact__link--second {
  font-size: calc(21 * var(--width-ratio));
  text-align: center;
}
.p-contact__link--second span {
  display: block;
  font-size: calc(14 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact__link--second {
    margin-top: calc(14 * var(--width-ratio));
  }
}

/**
 * #Pagenation
 */
.p-pagination {
  margin-top: calc(70 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-pagination {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(52 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-pagination__list {
    gap: calc(24 * var(--width-ratio));
  }
}

.p-pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-pagination__item span {
  color: #B7B7B7;
  font-size: calc(22 * var(--width-ratio));
  font-weight: 500;
  text-decoration: underline;
}
.p-pagination__item a {
  color: #000;
  font-size: calc(22 * var(--width-ratio));
  font-weight: 500;
}

.p-pagination__prev a,
.p-pagination__next a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(43 * var(--width-ratio));
  height: calc(43 * var(--width-ratio));
  border-radius: 50%;
  border: 1px solid #F45400;
  background: #F45400;
  transition: 0.3s;
}
.p-pagination__prev a::after,
.p-pagination__next a::after {
  content: "";
  display: block;
  width: calc(19 * var(--width-ratio));
  height: calc(11 * var(--width-ratio));
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.p-pagination__prev a::after {
  background-image: url(../images/icon_prev.png);
}
.p-pagination__prev:hover a {
  background: #fff;
}
.p-pagination__prev:hover a::after {
  background-image: url(../images/icon_prev_active.png);
}

.p-pagination__next a::after {
  background-image: url(../images/icon_next.png);
}
.p-pagination__next:hover a {
  background: #fff;
}
.p-pagination__next:hover a::after {
  background-image: url(../images/icon_next_active.png);
}

/**
 * #Nav
 */
@media (max-width: 768px) {
  .p-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
  }
}

.p-nav__inner {
  display: flex;
  align-items: center;
  gap: calc(10 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-nav__inner {
    display: block;
    padding: calc(106 * var(--width-ratio)) calc(40 * var(--width-ratio));
  }
}

@media (max-width: 768px) {
  .p-nav__item {
    margin-top: calc(35 * var(--width-ratio));
  }
  .p-nav__item:first-child {
    margin-top: 0;
  }
}

.p-nav__link {
  position: relative;
  display: flex;
  gap: calc(10 * var(--width-ratio));
  align-items: center;
  color: #000;
  font-size: calc(14 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-nav__link {
    font-size: calc(18 * var(--width-ratio));
  }
}
.p-nav__link::before {
  content: "";
  display: block;
  width: calc(7 * var(--width-ratio));
  height: calc(7 * var(--width-ratio));
  border-radius: 50%;
  background: #F45400;
}

.p-nav__link--first::before {
  content: none;
}
@media (max-width: 768px) {
  .p-nav__link--first::before {
    content: "";
  }
}

/**
 * #Sponsor
 */
.p-sponsor {
  max-width: calc(740 * var(--width-ratio));
  margin: 0 auto;
  padding: calc(22 * var(--width-ratio)) calc(30 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio));
  border: calc(3 * var(--width-ratio)) solid #F45400;
  background: #fff;
}
@media (max-width: 768px) {
  .p-sponsor {
    padding: calc(18 * var(--width-ratio)) calc(9 * var(--width-ratio));
  }
}

.p-sponsor__heading {
  position: relative;
  color: #F45400;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 800;
  line-height: 1.75;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-sponsor__heading {
    padding-right: calc(24 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.5625;
  }
}
.p-sponsor__heading span {
  position: absolute;
  top: 50%;
  right: calc(-13 * var(--width-ratio));
  width: calc(62 * var(--width-ratio));
  height: calc(62 * var(--width-ratio));
  border-radius: 50%;
  background: #F45400;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-sponsor__heading span {
    right: 0;
    width: calc(32 * var(--width-ratio));
    height: calc(32 * var(--width-ratio));
  }
}
.p-sponsor__heading span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(20 * var(--width-ratio));
  height: calc(12 * var(--width-ratio));
  background-image: url(../images/icon_accordion.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-sponsor__heading span::before {
    width: calc(12 * var(--width-ratio));
    height: calc(7 * var(--width-ratio));
  }
}
.p-sponsor__heading.is-active span::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.p-sponsor__desc {
  display: none;
  margin-top: calc(56 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-sponsor__desc {
    margin-top: calc(20 * var(--width-ratio));
  }
}

.p-sponsor__text {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .p-sponsor__text {
    font-size: calc(14 * var(--width-ratio));
    font-weight: 500;
    line-height: 2;
  }
}

.p-sponsor-name {
  margin-top: calc(20 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
  text-align: right;
}
@media (max-width: 768px) {
  .p-sponsor-name {
    font-size: calc(14 * var(--width-ratio));
    font-weight: 500;
    line-height: 2;
  }
}

.p-sponsor-area {
  margin-top: calc(45 * var(--width-ratio));
}

.p-sponsor__lead {
  padding-bottom: calc(14 * var(--width-ratio));
  border-bottom: calc(1 * var(--width-ratio)) solid #F45400;
  color: #F45400;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 800;
}
@media (max-width: 768px) {
  .p-sponsor__lead {
    font-size: calc(16 * var(--width-ratio));
  }
}

.p-sponsor__list {
  display: flex;
  align-items: stretch;
  gap: calc(16 * var(--width-ratio));
  margin-top: calc(26 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-sponsor__list {
    flex-flow: row wrap;
  }
}

.p-sponsor__link {
  position: relative;
  width: 100%;
  padding: calc(15 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio));
  border: calc(1 * var(--width-ratio)) solid #F45400;
  background: #F45400;
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.625;
  letter-spacing: -0.01em;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-sponsor__link {
    font-size: calc(14 * var(--width-ratio));
    line-height: 3;
  }
}
.p-sponsor__link::after {
  content: "";
  position: absolute;
  top: 42%;
  right: calc(20 * var(--width-ratio));
  display: block;
  width: calc(13 * var(--width-ratio));
  height: calc(16 * var(--width-ratio));
  background-image: url(../images/icon_pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-sponsor__link:hover {
  background: #fff;
  color: #F45400;
}
.p-sponsor__link:hover::after {
  background-image: url(../images/icon_pdf_active.png);
}

/**
 * #News
 */
.p-news {
  margin-top: calc(48 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-news {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-news__item {
  margin-top: calc(12 * var(--width-ratio));
}
.p-news__item:first-child {
  margin-top: 0;
}

.p-news__link {
  position: relative;
  display: block;
  padding: calc(18 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(24 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio));
  background: #FAF9F8;
}
@media (max-width: 768px) {
  .p-news__link {
    padding: calc(18 * var(--width-ratio)) calc(46 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}
.p-news__link::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: calc(22 * var(--width-ratio));
  color: #000;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 500;
  line-height: 2;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-news__link::after {
    right: calc(16 * var(--width-ratio));
  }
}
.p-news__link:hover {
  background: rgb(255, 254, 254);
}

.p-news__head {
  display: flex;
  align-items: center;
  gap: calc(16 * var(--width-ratio));
}

.p-news-date {
  color: #F45400;
  font-size: calc(12 * var(--width-ratio));
  font-weight: 400;
}

.p-news-category {
  display: inline-block;
  padding: 0 calc(12 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio));
  border: calc(1 * var(--width-ratio)) solid #F45400;
  background: #FAF9F8;
  color: #F45400;
  font-size: calc(10 * var(--width-ratio));
  font-weight: 500;
}

.p-news__title {
  margin-top: calc(10 * var(--width-ratio));
  color: #000;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
}

.p-news-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: calc(24 * var(--width-ratio));
  margin-top: calc(32 * var(--width-ratio));
  color: #000;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-news-more {
    margin-top: calc(20 * var(--width-ratio));
    text-decoration: underline;
  }
}
.p-news-more span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(62 * var(--width-ratio));
  height: calc(62 * var(--width-ratio));
  border-radius: 50%;
  border: 1px solid #F45400;
  background: #F45400;
  transition: 0.3s;
}
.p-news-more span::after {
  content: "";
  display: block;
  width: calc(24 * var(--width-ratio));
  height: calc(12 * var(--width-ratio));
  background-image: url(../images/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.p-news-more:hover span {
  background: #fff;
}
.p-news-more:hover span::after {
  background-image: url(../images/icon_arrow_active.png);
}

.p-news__inner {
  max-width: calc(1000 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-news__inner {
    padding: 0 calc(25 * var(--width-ratio));
  }
}

.p-news-category-select {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: calc(18 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-news-category-select {
    justify-content: center;
    margin-top: calc(36 * var(--width-ratio));
  }
}

.p-news-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: calc(60 * var(--width-ratio));
  margin-top: calc(50 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-news-content {
    margin-top: calc(24 * var(--width-ratio));
  }
}

.p-news-area {
  max-width: calc(740 * var(--width-ratio));
  width: 100%;
}

.p-news-back {
  margin-top: calc(108 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-news-back {
    margin-top: calc(64 * var(--width-ratio));
  }
}
.p-news-back a {
  position: relative;
  max-width: calc(362 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(17 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio));
  border: calc(1 * var(--width-ratio)) solid #F45400;
  background: #F45400;
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
  transition: 0.3s;
}
.p-news-back a span {
  position: absolute;
  top: 50%;
  left: calc(18 * var(--width-ratio));
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(43 * var(--width-ratio));
  height: calc(43 * var(--width-ratio));
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
  transition: 0.3s;
  transform: translateY(-50%);
}
.p-news-back a span::after {
  content: "";
  display: block;
  width: calc(19 * var(--width-ratio));
  height: calc(11 * var(--width-ratio));
  background-image: url(../images/icon_prev_active.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.p-news-back:hover a {
  background: #fff;
  color: #F45400;
}
.p-news-back:hover a span {
  border-color: #F45400;
  background: #F45400;
}
.p-news-back:hover a span::after {
  background-image: url(../images/icon_prev.png);
}

.p-news__text {
  color: #000;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
}

/**
 * #Slide
 */
.p-slide__item {
  width: calc(398 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-slide__item {
    width: calc(274 * var(--width-ratio));
  }
}

/**
 * #Single
 */
.p-single {
  margin-top: calc(65 * var(--width-ratio));
}
.p-single .p-news-date {
  color: #000;
}

.p-single__inner {
  max-width: calc(1140 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: 0 calc(40 * var(--width-ratio));
}

.p-single__title {
  margin-top: calc(6 * var(--width-ratio));
  font-size: calc(34 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.0588235294;
}
@media (max-width: 768px) {
  .p-single__title {
    font-size: calc(24 * var(--width-ratio));
    line-height: 1.4166666667;
  }
}

.p-single-area {
  margin-top: calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-single-area {
    margin-top: calc(24 * var(--width-ratio));
  }
}
.p-single-area h2 {
  margin-bottom: calc(40 * var(--width-ratio));
  padding-bottom: calc(14 * var(--width-ratio));
  font-size: calc(24 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #707070;
}
@media (max-width: 768px) {
  .p-single-area h2 {
    margin-bottom: calc(16 * var(--width-ratio));
    padding-bottom: calc(8 * var(--width-ratio));
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.8;
  }
}
.p-single-area h3 {
  margin-bottom: calc(8 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.875;
}
.p-single-area p {
  margin-bottom: calc(40 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.25;
}
@media (max-width: 768px) {
  .p-single-area p {
    margin-bottom: calc(24 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.5;
  }
}
.p-single-area ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: calc(48 * var(--width-ratio));
  grid-row-gap: calc(32 * var(--width-ratio));
  max-width: calc(672 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .p-single-area ul {
    display: block;
  }
}
.p-single-area a {
  margin-bottom: calc(40 * var(--width-ratio));
  color: #F45400;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.25;
  text-decoration: underline;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-single-area a {
    margin-bottom: calc(24 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.5;
  }
}
.p-single-area a:hover {
  opacity: 0.8;
}
.p-single-area img {
  display: block;
  max-width: calc(640 * var(--width-ratio));
  width: 100%;
  margin: calc(50 * var(--width-ratio)) auto;
  border-radius: calc(10 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-single-area img {
    margin: calc(48 * var(--width-ratio)) auto;
  }
}
.p-single-area .c-button--pdf {
  position: relative;
  display: block;
  max-width: calc(312 * var(--width-ratio));
  width: 100%;
  padding: calc(13 * var(--width-ratio));
  border-radius: calc(9 * var(--width-ratio));
  border: 1px solid #000;
  color: #000;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  line-height: 2;
  text-decoration: none;
  text-align: center;
}
.p-single-area .c-button--pdf::after {
  content: "";
  position: absolute;
  top: 42%;
  right: calc(20 * var(--width-ratio));
  display: block;
  width: calc(13 * var(--width-ratio));
  height: calc(16 * var(--width-ratio));
  background-image: url(../images/icon_single.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-single-area .c-button--pdf:hover {
  border-color: #F45400;
  background: #F45400;
  color: #fff;
}
.p-single-area .c-button--pdf:hover::after {
  background-image: url(../images/icon_pdf.png);
}

/**
 * #Tournament
 */
.p-tournament {
  margin-top: calc(60 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-tournament {
    margin-top: calc(48 * var(--width-ratio));
  }
}

.p-tournament__inner {
  max-width: calc(662 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}

.p-tournament__title {
  color: #F45400;
  font-size: calc(30 * var(--width-ratio));
  font-weight: 700;
  text-align: center;
}

.p-tournament__text {
  margin-top: calc(16 * var(--width-ratio));
  font-size: calc(15 * var(--width-ratio));
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-tournament__text {
    text-align: left;
    line-height: 2;
  }
}

.p-tournament-area {
  margin-top: calc(32 * var(--width-ratio));
}

.p-tournament__list {
  display: flex;
  align-items: stretch;
  gap: calc(16 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-tournament__list {
    flex-flow: row wrap;
    gap: calc(18 * var(--width-ratio));
  }
}

.p-tournament__link {
  position: relative;
  width: 100%;
  padding: calc(15 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio));
  border: calc(1 * var(--width-ratio)) solid #F45400;
  background: #F45400;
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.625;
  letter-spacing: -0.01em;
  text-align: center;
  transition: 0.3s;
}
.p-tournament__link::after {
  content: "";
  position: absolute;
  top: 42%;
  right: calc(20 * var(--width-ratio));
  display: block;
  width: calc(13 * var(--width-ratio));
  height: calc(16 * var(--width-ratio));
  background-image: url(../images/icon_pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-tournament__link:hover {
  background: #fff;
  color: #F45400;
}
.p-tournament__link:hover::after {
  background-image: url(../images/icon_pdf_active.png);
}

/* Utitlity
   ----------------------------------------------------------------- */
/**
 * #Display
 */
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.tab {
  display: block;
}
@media (max-width: 768px) {
  .tab {
    display: none;
  }
}

/**
* #Text
*/
.u-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1024px) {
  .u-text {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

/**
* #Title
*/
.u-title {
  color: #00995C;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 1024px) {
  .u-title {
    font-size: 2.4rem;
    line-height: 1.16;
  }
}/*# sourceMappingURL=style.css.map */