@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;400;700&Noto+Sans+JP:wght@100;400;700&display=swap");
/*========================================
  ブラウザごとのデフォルトスタイルの初期化
========================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
code,
del,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  vertical-align: baseline;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: "";
  content: none;
}

q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
}

/*========================================
  要素の基本的なスタイル
========================================*/
html {
  font-size: 10px;
  height: 100%;
}

body {
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  /* font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; */
  /* font-size: 1.6rem; */
  /* line-height: 1.8; */
  /* min-width: 320px; */
  color: #333;
  background: #fff;
}
body.single, body.page-template-page-news, body.page-template-page-privacy, body.home {
  background: #ededed;
}
@media screen and (max-width: 980px) {
  body {
    /* font-size: 1.6326530612vw; */
  }
}
@media screen and (max-width: 767px) {
  body {
    /* font-size: 4vw; */
  }
}

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

img,
svg,
iframe,
video,
picture {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

img {
  letter-spacing: 0;
  font-size: 12px;
  height: auto;
}

a {
  text-decoration: none;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

small {
  font-size: 80%;
}

button,
input[type=button],
input[type=submit] {
  cursor: pointer;
  font: inherit;
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

label {
  cursor: pointer;
  display: inline-block;
}

/*========================================
  コンテンツ（メインコンテンツとサイドバーのラッパー）
========================================*/
/*========================================
  サイト共通のフッター
========================================*/
.l-footer__nav {
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    padding-bottom: 2px;
  }
}
.l-footer__nav > li {
  background-position: 50% 50%;
  background-size: cover;
  width: calc(33.3% - 1px);
}
.l-footer__nav > li span {
  text-transform: uppercase;
}
.l-footer__nav a {
  display: block;
  height: 290px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  transition: 0.25s background;
}
@media screen and (max-width: 980px) {
  .l-footer__nav a {
    height: 29.5918367347vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav a {
    padding-top: 2.6666666667vw;
    height: 36vw;
  }
}
.l-footer__nav b {
  display: block;
  font-size: 2.6rem;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 980px) {
  .l-footer__nav b {
    font-size: 2.6530612245vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav b {
    font-size: 4.2666666667vw;
    min-height: 2.1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.l-footer__nav span {
  margin-bottom: 20px;
  display: block;
  font-size: 1.4rem;
  opacity: 0.55;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .l-footer__nav span {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav span {
    margin-bottom: 4vw;
    font-size: 2.8vw;
  }
}
.l-footer__nav-t {
  background-image: url("../img/footer/t_on.jpg");
}
.l-footer__nav-t a {
  background: #014099;
}
.l-footer__nav-t a.is-hover:hover {
  background: rgba(1, 64, 153, 0);
}
.l-footer__nav-v {
  background-image: url("../img/footer/v_on.jpg");
}
.l-footer__nav-v a {
  background: #149ecf;
}
.l-footer__nav-v a.is-hover:hover {
  background: rgba(20, 158, 207, 0);
}
.l-footer__nav-l {
  background-image: url("../img/footer/l_on.jpg");
}
.l-footer__nav-l a {
  background: #84ccc9;
}
.l-footer__nav-l a.is-hover:hover {
  background: rgba(132, 204, 201, 0);
}
.l-footer__box {
  background: #2e2e2e;
  color: #fff;
  text-align: center;
  padding: 3.125em 0 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer__box {
    padding: 6.6666666667vw 0 0 0;
  }
}
.l-footer__copy {
  display: block;
  font-size: 100%;
  margin-bottom: 1.25em;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-bottom: 6vw;
    font-size: 2.6666666667vw;
  }
}
.l-footer__totop {
  font-size: 10px;
}
.l-footer__totop a {
  display: inline-block;
}
.l-footer__totop svg {
  vertical-align: top;
  width: 129px;
}
@media screen and (max-width: 767px) {
  .l-footer__totop svg {
    width: 21.3333333333vw;
  }
}

/*========================================
  サイト共通のヘッダー
========================================*/
.l-header {
  background: #fff;
}
@media screen and (max-width: 1340px) {
  .l-header {
    font-size: 1.1940298507vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    font-size: 4vw;
  }
}
.l-header__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
}
.l-header__logo {
  padding: 20px 0 0 20px;
}
.l-header__logo img {
  width: 240px;
}
@media screen and (max-width: 1340px) {
  .l-header__logo {
    padding: 1.4925373134vw 0 0 1.4925373134vw;
  }
  .l-header__logo img {
    width: 17.9104477612vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    padding: 2.6666666667vw 4vw;
  }
  .l-header__logo img {
    width: 42.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__lang {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    left: 58vw;
    top: 4.6666666667vw;
    color: #014099;
    font-size: 4.5333333333vw;
    line-height: 1.1;
  }
  .l-header__lang > li:not(:last-child)::after {
    display: inline-block;
    margin: 0 0.2em;
    content: "/";
  }
  .l-header__lang a {
    color: #014099;
    opacity: 0.3;
  }
  .l-header__lang a[aria-current=page] {
    opacity: 1;
  }
}

/*========================================
  メインコンテンツ
========================================*/
/*========================================
  ヘッダーのナビゲーション（グローバルナビ）
========================================*/
.l-nav__closebtn {
  background: transparent;
  position: absolute;
  right: 3vw;
  top: 3vw;
  z-index: 2;
  width: 13vw;
  height: 13vw;
}
.l-nav__closebtn:before, .l-nav__closebtn:after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.l-nav__closebtn:before {
  transform: rotate(135deg);
}
.l-nav__closebtn:after {
  transform: rotate(-135deg);
}
.l-nav__btn {
  background: transparent;
  border: 0;
}
@media screen and (min-width: 768px) {
  .l-nav__btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__btn {
    position: absolute;
    background: transparent;
    top: 0;
    right: 0;
    z-index: 10;
    width: 26.6666666667vw;
  }
}
.l-nav__btn svg {
  vertical-align: top;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-nav__body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__body {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: auto;
    background: #083472;
    padding: 10vw 7vw;
    width: 100%;
    height: 100vh;
    color: #fff;
  }
  .l-nav__body a {
    color: #fff;
  }
}
.l-nav__list {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-nav__list {
    padding: 22px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1340px) {
  .l-nav__list {
    padding: 1.6417910448vw 0;
  }
}
.l-nav__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-nav__item {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .l-nav__item.has-child:nth-child(1) .l-nav__children {
    width: 112%;
    left: -6%;
  }
  .l-nav__item.has-child:hover .l-nav__children {
    display: block;
  }
  .l-nav__item.has-child:hover .l-nav__link {
    background: #1a53a3;
    color: #fff;
  }
}
.l-nav__item.has-child .l-nav__link {
  padding-right: 23px;
}
@media screen and (max-width: 1340px) {
  .l-nav__item.has-child .l-nav__link {
    padding-right: 1.7164179104vw;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__item.has-child .l-nav__link {
    padding-right: 0;
  }
}
.l-nav__link {
  display: block;
  padding: 10px 15px 12px 15px;
  color: #083472;
  font-weight: bold;
}
.l-nav__link .c-icon {
  top: 0.5em;
  margin-left: 7px;
}
@media screen and (max-width: 1340px) {
  .l-nav__link {
    padding: 0.7462686567vw 1.1194029851vw 0.8955223881vw 1.1194029851vw;
  }
  .l-nav__link .c-icon {
    margin-left: 0.5223880597vw;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__link {
    position: relative;
    padding: 5.3333333333vw 0vw;
  }
  .l-nav__link .c-icon {
    position: absolute;
    right: 1.5em;
    top: 10.5vw;
    transform: rotate(-90deg);
  }
  .l-nav__link .c-icon:after {
    border-color: #fff;
    border-width: 2px;
  }
}
.l-nav__link.is-hover:hover {
  background: #1a53a3;
  color: #fff;
}
.l-nav__link.is-hover:hover .c-icon:after {
  border-color: #678bba;
}
.l-nav__children {
  display: none;
  z-index: 10;
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-nav__children {
    position: absolute;
    text-align: center;
    background: rgba(1, 64, 153, 0.9);
  }
}
@media screen and (max-width: 1340px) {
  .l-nav__children {
    font-size: 1.0447761194vw;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__children {
    display: block;
    font-size: 3.4666666667vw;
    padding-bottom: 1.5em;
  }
}
.l-nav__children a {
  display: block;
  color: #fff;
  padding: 1em 0.2em;
}
@media screen and (min-width: 768px) {
  .l-nav__children a {
    border-top: 1px solid #678bba;
  }
}
@media screen and (max-width: 1340px) {
  .l-nav__children a {
    padding: 0.7462686567vw;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__children a {
    position: relative;
    padding: 0.5em 1em 0.5em 5.3333333333vw;
  }
  .l-nav__children a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 3.7333333333vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
}
.l-nav__children a.is-hover:hover {
  text-decoration: underline;
}
.l-nav__lang {
  background: #014099;
  margin-left: 25px;
  width: 110px;
  color: #fff;
}
@media screen and (max-width: 1340px) {
  .l-nav__lang {
    margin-left: 1.8656716418vw;
    width: 8.2089552239vw;
  }
}
.l-nav__lang a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-nav__lang {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .l-nav__langlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1340px) {
  .l-nav__langlist {
    font-size: 1.4925373134vw;
  }
}
@media screen and (min-width: 768px) {
  .l-nav__langlist > li:not(:last-child)::after {
    display: inline-block;
    margin: 0 0.2em;
    content: "/";
  }
}
.l-nav__langlist a {
  color: rgba(255, 255, 255, 0.3);
}
.l-nav__langlist a[aria-current=page] {
  color: #fff;
}

/*========================================
  ページ全体のレイアウト
========================================*/
.l-page--en a {
  word-break: normal;
}
.l-page__wrap {
  padding-bottom: 6.25em;
}
/*========================================
  atn
========================================*/
.c-atn {
  background: #fff;
  border: 2px solid #014099;
  border-radius: 20px;
  margin-top: 2.5em;
  padding: 1.875em 3.125em 2.5em 3.125em;
}
@media screen and (max-width: 767px) {
  .c-atn {
    border-radius: 2.6666666667vw;
    margin-top: 4vw;
    padding: 8vw 6.6666666667vw;
  }
}
.c-atn__hdr {
  margin-bottom: 1.875em;
  text-align: center;
}
.c-atn__ttl {
  font-size: 2.6rem;
  color: #014099;
  font-weight: normal;
}
.c-atn__ttl .c-icon {
  vertical-align: middle;
  top: -0.1em;
  margin-right: 0.5em;
}
@media screen and (max-width: 980px) {
  .c-atn__ttl {
    font-size: 2.6530612245vw;
  }
}
@media screen and (max-width: 767px) {
  .c-atn__ttl {
    font-size: 4.2666666667vw;
    font-weight: bold;
  }
}
.c-atn__body a {
  color: #014099;
}
.c-atn__list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-atn__list > li {
    padding-left: 5.3333333333vw;
  }
}
.c-atn__list > li::before {
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("../img/icon/square.png") 0 0 no-repeat;
}
@media screen and (max-width: 767px) {
  .c-atn__list > li::before {
    top: 2.4vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.c-atn__list > li ul {
  list-style: disc;
  margin-left: 20px;
}

/*========================================
  ボタン
========================================*/
.c-btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  text-decoration: none;
  user-select: none;
  border: 0;
}
.c-btn:hover {
  text-decoration: none;
}
.c-btn--a {
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  font-size: 1.8rem;
  padding: 1em 1em 0.8em 1em;
  color: #333;
  font-weight: 400;
  transition: 0.25s box-shadow;
}
@media screen and (max-width: 980px) {
  .c-btn--a {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--a {
    font-size: 4vw;
    padding-bottom: 1em;
  }
}
.c-btn--a .c-icon--arr {
  vertical-align: middle;
  top: -0.1em;
  margin-left: 0.6em;
  transition: 0.25s transform;
  margin-right: -33px;
}
@media screen and (max-width: 980px) {
  .c-btn--a .c-icon--arr {
    margin-right: -3.3673469388vw;
  }
}
.c-btn--a.is-hover:hover {
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
}
.c-btn--a.is-hover:hover .c-icon--arr {
  transform: translateX(5px);
}
.c-btn--b {
  background-image: linear-gradient(90deg, #00aceb 0%, #009ceb 50%, #008ae6 100%);
  padding: 1em 1em 0.8em 1em;
  text-align: center;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
  color: #fff;
  transition: 0.25s box-shadow;
  font-size: 1.8rem;
}
.c-btn--b .c-icon--arrw {
  vertical-align: middle;
  top: -0.1em;
  margin-left: 0.6em;
  transition: 0.25s transform;
  margin-right: -33px;
}
@media screen and (max-width: 980px) {
  .c-btn--b .c-icon--arrw {
    margin-right: -3.3673469388vw;
  }
}
@media screen and (max-width: 980px) {
  .c-btn--b {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--b {
    font-size: 4vw;
  }
}
.c-btn--b.is-hover:hover {
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.6);
}
.c-btn--b.is-hover:hover .c-icon--arrw {
  transform: translateX(5px);
}
.c-btn--c {
  background-color: #014099;
  box-shadow: inset 0px -4px 0px 0px rgba(0, 46, 112, 0.004);
  color: #fff;
  padding: 0.625em 0.875em;
  border-radius: 3px;
  font-weight: bold;
}
.c-btn--d {
  background-color: #014099;
  color: #fff;
  padding: 0.625em 0.875em;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 1.4em !important;
  width: 400px;
  max-width: 90%;
  font-weight: bold;
  border: 1px solid #014099;
}
.c-btn--d-back {
  background: #fff;
  color: #333;
  border: 1px solid #333;
}
.c-btn--d[disabled] {
  background: #ededed;
}
@media screen and (max-width: 980px) {
  .c-btn--d {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--d {
    font-size: 4.2666666667vw;
  }
}

.wpcf7-submit {
  background-color: #014099;
  color: #fff;
  padding: 0.625em 0.875em;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 1.4em !important;
  width: 400px;
  max-width: 90%;
  font-weight: bold;
  border: 1px solid #014099;
}
.wpcf7-submit[disabled] {
  background: #ededed;
}
@media screen and (max-width: 980px) {
  .wpcf7-submit {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-submit {
    font-size: 4.2666666667vw;
  }
}

/*========================================
  contact
========================================*/
.c-contact {
  background: #fff;
  padding: 110px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 45px;
    padding-right: 45px;
  }
  .c-contact > * {
    width: 49%;
  }
}
@media screen and (max-width: 980px) {
  .c-contact {
    padding-top: 11.2244897959vw;
    padding-bottom: 11.2244897959vw;
  }
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding: 13.3333333333vw 2.6666666667vw 9.3333333333vw 2.6666666667vw;
  }
  .c-contact > * {
    margin-bottom: 1em;
  }
  .c-contact > *:last-child {
    margin-bottom: 0;
  }
}
.c-contact a {
  background: #0045a4;
  display: block;
  font-size: 3rem;
  color: #fff;
  padding: 2.6666666667em 1.3333333333em;
  line-height: 1.1;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
  transition: 0.25s box-shadow;
}
@media screen and (max-width: 980px) {
  .c-contact a {
    font-size: 2.6530612245vw;
  }
}
@media screen and (max-width: 767px) {
  .c-contact a {
    font-size: 4.5333333333vw;
    padding: 2em 0;
  }
}
.c-contact a .c-icon {
  margin-left: 0.6em;
  vertical-align: middle;
  transition: 0.25s transform;
}
.c-contact a.is-hover:hover {
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.7);
}
.c-contact a.is-hover:hover .c-icon {
  transform: translateX(5px);
}

/*========================================
  container
========================================*/
.c-container {
  width: 920px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.c-container-s {
  width: 840px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/*========================================
  doc
========================================*/
.c-doc {
  background: #fff;
  padding: 2.5em;
}
.c-doc__olist {
  font-size: 2rem;
}
@media screen and (max-width: 980px) {
  .c-doc__olist {
    font-size: 2.0408163265vw;
  }
}
@media screen and (max-width: 767px) {
  .c-doc__olist {
    font-size: 90%;
  }
}
.c-doc__olist > li {
  position: relative;
  margin-bottom: 0.8em;
  counter-increment: title;
  padding-left: 1.5em;
}
.c-doc__olist > li:last-child {
  margin-bottom: 0;
}
.c-doc__olist > li::before {
  position: absolute;
  left: 0;
  top: 0.3em;
  content: counter(title);
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.6rem;
  color: #014099;
  margin-right: 1em;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .c-doc__olist > li::before {
    font-size: 2.6530612245vw;
  }
}
@media screen and (max-width: 767px) {
  .c-doc__olist > li::before {
    font-size: 150%;
  }
}
.c-doc h3 {
  font-size: 2rem;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.c-doc__nlist > li {
  margin-bottom: 1em;
}
.c-doc__nlist > li p {
  margin-left: 1.8em;
  text-indent: -1.8em;
}
.c-doc__nlistin {
  margin: 1em 0;
  padding-left: 1.8em;
}
.c-doc__nlistin > li {
  text-indent: -1em;
  margin-bottom: 1em;
  margin-left: 1em;
}

/*========================================
  fel
========================================*/
.c-fel-wradio {
  line-height: 2.2;
}
.c-fel-wradio label {
  padding-left: 30px;
  overflow: hidden;
  position: relative;
  line-height: 1.2;
  margin-right: 1.5em;
  min-height: 20px;
}
@media screen and (max-width: 980px) {
  .c-fel-wradio label {
    padding-left: 3.0612244898vw;
    min-height: 2.0408163265vw;
  }
}
@media screen and (max-width: 767px) {
  .c-fel-wradio label {
    padding-left: 9.3333333333vw;
    padding-top: 0.1em;
    min-height: 6.6666666667vw;
  }
}
.c-fel-wradio label input[type=radio] {
  position: absolute;
  left: -100px;
}
.c-fel-wradio label input[type=radio] span {
  display: inline-block;
  line-height: 1;
}
.c-fel-wradio label input[type=radio] ~ span:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  content: "";
  background: #ededed;
  border: 2px solid #ededed;
  border-radius: 100px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 980px) {
  .c-fel-wradio label input[type=radio] ~ span:before {
    width: 2.0408163265vw;
    height: 2.0408163265vw;
  }
}
@media screen and (max-width: 767px) {
  .c-fel-wradio label input[type=radio] ~ span:before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.c-fel-wradio label input[type=radio]:checked ~ span:before {
  background: #fff;
  border-color: #0b479d;
}
.c-fel-wradio label input[type=radio]:checked ~ span:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #0b479d;
  border-radius: 100px;
}
@media screen and (max-width: 980px) {
  .c-fel-wradio label input[type=radio]:checked ~ span:after {
    left: 0.5102040816vw;
    top: 0.5102040816vw;
    width: 1.0204081633vw;
    height: 1.0204081633vw;
  }
}
@media screen and (max-width: 767px) {
  .c-fel-wradio label input[type=radio]:checked ~ span:after {
    left: 1.6vw;
    top: 1.6vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .c-fel-wtext-col2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 77.1428571429%;
  }
  .c-fel-wtext-col2 > * {
    width: 48.1481481481%;
  }
}
@media screen and (max-width: 767px) {
  .c-fel-wtext-col2 > * {
    margin-bottom: 5.3333333333vw;
  }
  .c-fel-wtext-col2 > *:last-child {
    margin-bottom: 0;
  }
}

.c-fel-text,
.c-fel-textarea {
  border-radius: 4px;
  min-height: 26px;
  border: 0;
  padding: 0.2em 1em;
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #c0c0c0;
}
.c-fel-text:placeholder-shown,
.c-fel-textarea:placeholder-shown {
  background: #ededed;
  border: 1px solid #ededed;
}
@media screen and (max-width: 980px) {
  .c-fel-text,
.c-fel-textarea {
    font-size: 1.8367346939vw;
    min-height: 6.1224489796vw;
  }
}
@media screen and (max-width: 767px) {
  .c-fel-text,
.c-fel-textarea {
    border-radius: 1.3333333333vw;
    min-height: 16vw;
    font-size: 4.2666666667vw;
    padding: 0.8em 1em;
  }
}
.c-fel-text.is-tel,
.c-fel-textarea.is-tel {
  width: 60%;
}
.c-fel-text.is-full,
.c-fel-textarea.is-full {
  width: 100%;
}

.c-fel-text.is-age {
  width: 95px;
}
@media screen and (min-width: 768px) {
  .c-fel-text.is-zip {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .c-fel-text.is-zip {
    width: 60%;
  }
}

.c-fel-textarea {
  height: 260px;
}
@media screen and (max-width: 767px) {
  .c-fel-textarea {
    height: 40vw;
  }
}

.c-fel-select {
  appearance: none;
  background: #fff url("../img/icon/select_arr.svg") calc(100% - 20px) 50% no-repeat;
  padding: 0.4em 1em;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  min-height: 36px;
  min-width: 160px;
}
@media screen and (max-width: 980px) {
  .c-fel-select {
    min-height: 6.1224489796vw;
    background-size: 0.8163265306vw 0.8163265306vw;
  }
}
@media screen and (max-width: 767px) {
  .c-fel-select {
    font-size: 4.2666666667vw;
    min-height: 16vw;
    border-radius: 1.3333333333vw;
    background-size: 2.6666666667vw 1.6vw;
    background-position: calc(100% - 3.3333333333vw) 50%;
  }
}

.c-fel-wcheckbox {
  user-select: none;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding-left: 35px;
  line-height: 1.4;
  min-height: 20px;
}
@media screen and (max-width: 980px) {
  .c-fel-wcheckbox {
    padding-left: 4.8979591837vw;
    min-height: calc(0.1020408163 * 20px * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .c-fel-wcheckbox {
    padding-left: 9.3333333333vw;
    min-height: 5.3333333333vw;
  }
}
.c-fel-wcheckbox input[type=checkbox] {
  position: absolute;
  left: -100px;
}
.c-fel-wcheckbox input[type=checkbox] ~ span:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 5px;
  content: "";
  background: #fff;
  border: 1px solid #BFBFBF;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 980px) {
  .c-fel-wcheckbox input[type=checkbox] ~ span:before {
    top: 0.5102040816vw;
    width: calc(0.1020408163 * 20px * 1vw);
    height: calc(0.1020408163 * 20px * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .c-fel-wcheckbox input[type=checkbox] ~ span:before {
    top: 0;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.c-fel-wcheckbox input[type=checkbox]:checked ~ span:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 5px;
  width: 8px;
  height: 14px;
  transform: rotate(40deg) translate(-50%, -50%);
  border-bottom: 3px solid #014099;
  border-right: 3px solid #014099;
}
@media screen and (max-width: 980px) {
  .c-fel-wcheckbox input[type=checkbox]:checked ~ span:after {
    top: 1.4285714286vw;
    left: 0.5102040816vw;
    width: 0.8163265306vw;
    height: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .c-fel-wcheckbox input[type=checkbox]:checked ~ span:after {
    top: 2.7vw;
    left: 1.4vw;
    width: 2vw;
    height: 3vw;
    border-width: 2px;
  }
}

/*========================================
  form
========================================*/
.c-form {
  margin-top: 100px;
}
@media screen and (max-width: 980px) {
  .c-form {
    margin-top: 10.2040816327vw;
  }
}
.c-form__sttl {
  margin-bottom: 20px;
  font-size: 2.6rem;
  color: #014099;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .c-form__sttl {
    margin-bottom: 2.0408163265vw;
    font-size: 2.6530612245vw;
  }
}
.c-form__sttl .c-icon {
  vertical-align: middle;
  top: -0.1em;
  margin-right: 0.5em;
}
@media screen and (max-width: 980px) {
  .c-form__sttl {
    font-size: 2.6530612245vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__sttl {
    font-size: 4.2666666667vw;
    font-weight: bold;
  }
}
.c-form__error {
  color: #E74C3C;
  margin: 2em 0;
}
.c-form__body {
  margin-top: 2.5em;
}
.c-form__body a {
  color: #014099;
}
.c-form__body table {
  width: 100%;
}
.c-form__body th {
  position: relative;
  background: #ededed;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-form__body th {
    width: 29.7619047619%;
  }
}
.c-form__body th .c-icon--require {
  position: absolute;
  right: 1.25em;
  top: 1.875em;
}
.c-form__body table {
  border-bottom: 1px solid #c0c0c0;
}
.c-form__body th, .c-form__body td {
  padding: 1.25em 1em;
  border-top: 1px solid #c0c0c0;
}
.c-form__body td dt, .c-form__body td dd {
  margin: 0.3em 0;
}
.c-form__body td dd {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .c-form__body table, .c-form__body tbody,
.c-form__body tr, .c-form__body th, .c-form__body td {
    display: block;
  }
  .c-form__body th {
    border-bottom: 0;
  }
  .c-form__body td {
    border-top: 0;
  }
}
.c-form__list {
  font-weight: bold;
}
.c-form__list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-form__list > li {
    padding-left: 5.3333333333vw;
  }
}
.c-form__list > li::before {
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("../img/icon/square.png") 0 0 no-repeat;
}
@media screen and (max-width: 767px) {
  .c-form__list > li::before {
    top: 2.4vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.c-form__list > li ul {
  list-style: disc;
  margin-left: 20px;
}
.c-form__agree {
  background: #ededed;
  max-width: 680px;
  margin: 1.5em auto 0 auto;
  border-radius: 10px;
  padding: 1em;
  text-align: center;
}
.c-form__agree p {
  margin-bottom: 1em;
  color: #014099;
  font-weight: bold;
  font-size: 1.4rem;
}
.c-form__agree p .c-icon {
  top: 0.3em;
  margin-right: 0.6em;
}
@media screen and (max-width: 980px) {
  .c-form__agree p {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__agree p {
    font-size: 3.4666666667vw;
  }
}
.c-form__agree label {
  font-size: 2.4rem;
  font-weight: bold;
  color: #a0a0a0;
  line-height: 1.1;
}
@media screen and (max-width: 980px) {
  .c-form__agree label {
    font-size: 2.4489795918vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__agree label {
    font-size: 4.2666666667vw;
  }
}
.c-form__wbtn {
  margin: 4.375em 0;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-form__wbtn .c-btn--d {
    margin: 0 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .c-form__wbtn {
    margin: 10.6666666667vw 0;
  }
  .c-form__wbtn .c-btn--d {
    width: 49%;
  }
}
.c-form__atn {
  margin-top: 100px;
}
@media screen and (max-width: 980px) {
  .c-form__atn {
    margin-top: 10.2040816327vw;
  }
}
.c-form__gttl {
  text-align: center;
  font-size: 3.6rem;
  margin: 2.2222222222em 0 0.8333333333em 0;
}
@media screen and (max-width: 980px) {
  .c-form__gttl {
    font-size: 3.6734693878vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__gttl {
    font-size: 5.3333333333vw;
  }
}
.c-form__uploaddesc {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 980px) {
  .c-form__uploaddesc {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__uploaddesc {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.c-form__exeldl {
  text-align: center;
  margin: 2em 0;
  font-weight: bold;
}
.c-form__exeldl a {
  color: #0a7236;
  text-decoration: underline;
}
.c-form__exeldl .c-icon {
  margin-right: 0.8em;
}
@media screen and (max-width: 767px) {
  .c-form__exeldl {
    font-size: 3.2vw;
  }
}
.c-form__wwfile {
  text-align: center;
}
.c-form__wfile {
  display: inline-block;
}
.c-form__file {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.c-form__file input[type=file] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-form__filevalue {
  width: 210px;
  height: 42px;
  background: #ededed;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 42px;
  margin-right: 3px;
  padding: 0 0.5em;
}
@media screen and (max-width: 980px) {
  .c-form__filevalue {
    width: 21.4285714286vw;
    height: 4.2857142857vw;
    line-height: 4.2857142857vw;
  }
}
@media screen and (max-width: 980px) {
  .c-form__filevalue {
    width: 34.6666666667vw;
    height: 8vw;
    line-height: 8vw;
  }
}
.c-form__filebtn {
  background: #014099;
  color: #fff;
  padding: 0.625em 1.0625em;
  border-radius: 3px;
  line-height: 1.1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-form__filebtn {
    font-size: 3.2vw;
  }
}
.c-form--contact table {
  table-layout: fixed;
}
.c-form--contact th small {
  display: inline-block;
  font-size: 90%;
  line-height: 1.3;
}
.c-form--contact th, .c-form--contact td {
  vertical-align: top;
}
.c-form--contact select {
  min-width: 50%;
}
@media screen and (max-width: 767px) {
  .c-form--contact select {
    width: 100%;
  }
}

/*========================================
  hdr
========================================*/
.c-hdr-a {
  position: relative;
  text-align: center;
}
.c-hdr-a::before {
  content: "";
  display: block;
  background: #aaa;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
}
.c-hdr-a__ttl {
  font-size: 6rem;
  font-weight: 100;
  line-height: 1.1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 980px) {
  .c-hdr-a__ttl {
    font-size: 6.1224489796vw;
  }
}
@media screen and (max-width: 767px) {
  .c-hdr-a__ttl {
    font-size: 9.3333333333vw;
  }
}

.c-hdr-b {
  color: #fff;
  text-align: center;
  margin-bottom: 2.1875em;
}
.c-hdr-b__ttl {
  font-size: 3.6rem;
}
@media screen and (max-width: 980px) {
  .c-hdr-b__ttl {
    font-size: 3.6734693878vw;
  }
}
@media screen and (max-width: 767px) {
  .c-hdr-b__ttl {
    font-size: 5.3333333333vw;
  }
}

.c-hdr-c {
  text-align: center;
  margin: 5em 0 0 0;
}
.c-hdr-c.is-mb {
  margin-bottom: 2.1875em;
}
.c-hdr-c__ttl {
  font-size: 3.6rem;
}
@media screen and (max-width: 980px) {
  .c-hdr-c__ttl {
    font-size: 3.6734693878vw;
  }
}
@media screen and (max-width: 767px) {
  .c-hdr-c__ttl {
    font-size: 5.3333333333vw;
  }
}

.c-hdr-d {
  text-align: center;
  margin-bottom: 0.8em;
}
.c-hdr-d__ttl {
  font-size: 2.6rem;
}
@media screen and (max-width: 980px) {
  .c-hdr-d__ttl {
    font-size: 2.6530612245vw;
  }
}
@media screen and (max-width: 767px) {
  .c-hdr-d__ttl {
    font-size: 4vw;
  }
}

.c-hdr-e {
  margin-bottom: 0.8em;
}
.c-hdr-e__ttl {
  font-size: 2.8rem;
  color: #083472;
}
@media screen and (max-width: 980px) {
  .c-hdr-e__ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .c-hdr-e__ttl {
    font-size: 4vw;
  }
}

/*========================================
  アイコン
========================================*/
.c-icon {
  position: relative;
  display: inline-block;
  background: 50% 50% no-repeat;
  background-size: contain;
  vertical-align: top;
  line-height: 1;
  font-style: normal;
  transition-duration: 0.25s;
}
.c-icon--exel {
  background-image: url("../img/icon/exel.svg");
  width: 28px;
  height: 38px;
}
@media screen and (max-width: 980px) {
  .c-icon--exel {
    width: 2.8571428571vw;
    height: 3.8775510204vw;
  }
}
@media screen and (max-width: 767px) {
  .c-icon--exel {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.c-icon--require {
  background: #ff2462;
  color: #fff;
  padding: 0.4em 0.5em;
  font-size: 1.2rem;
  border-radius: 2px;
}
@media screen and (max-width: 980px) {
  .c-icon--require {
    font-size: 1.2244897959vw;
  }
}
@media screen and (max-width: 767px) {
  .c-icon--require {
    font-size: 2.9333333333vw;
  }
}
.c-icon--arr {
  background-image: url("../img/icon/arr.svg");
  width: 33px;
  height: 33px;
}
@media screen and (max-width: 980px) {
  .c-icon--arr {
    width: 3.3673469388vw;
    height: 3.3673469388vw;
  }
}
@media screen and (max-width: 767px) {
  .c-icon--arr {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.c-icon--prev {
  background-image: url("../img/icon/prev.svg");
  width: 33px;
  height: 33px;
}
@media screen and (max-width: 980px) {
  .c-icon--prev {
    width: 3.3673469388vw;
    height: 3.3673469388vw;
  }
}
@media screen and (max-width: 767px) {
  .c-icon--prev {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.c-icon--alert {
  background-image: url("../img/icon/alert.svg");
  width: 28px;
  height: 26px;
}
@media screen and (max-width: 980px) {
  .c-icon--alert {
    width: 2.8571428571vw;
    height: 2.6530612245vw;
  }
}
@media screen and (max-width: 767px) {
  .c-icon--alert {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.c-icon--alert-s {
  background-image: url("../img/icon/alert.svg");
  width: 18px;
  height: 17px;
}
@media screen and (max-width: 980px) {
  .c-icon--alert-s {
    width: 1.8367346939vw;
    height: 1.7346938776vw;
  }
}
@media screen and (max-width: 767px) {
  .c-icon--alert-s {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.c-icon--arrw {
  background-image: url("../img/icon/arrw.svg");
  width: 33px;
  height: 33px;
}
@media screen and (max-width: 980px) {
  .c-icon--arrw {
    width: 3.3673469388vw;
    height: 3.3673469388vw;
  }
}
@media screen and (max-width: 767px) {
  .c-icon--arrw {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.c-icon--arrbtm:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #083472;
  border-right: 1px solid #083472;
  transform: rotate(135deg);
}
@media screen and (max-width: 1340px) {
  .c-icon--arrbtm:after {
    width: 0.5970149254vw;
    height: 0.5970149254vw;
  }
}
@media screen and (max-width: 767px) {
  .c-icon--arrbtm:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.c-icon--tel {
  background-image: url("../img/icon/tel.svg");
  width: 10px;
  height: 23px;
}
@media screen and (max-width: 1340px) {
  .c-icon--tel {
    width: 0.7462686567vw;
    height: 1.7164179104vw;
  }
}
@media screen and (max-width: 767px) {
  .c-icon--tel {
    width: 2.6666666667vw;
    height: 6.1333333333vw;
  }
}
.c-icon--pdf {
  background-image: url("../img/icon/pdf.svg");
  width: 18px;
  height: 24px;
}
@media screen and (max-width: 1340px) {
  .c-icon--pdf {
    width: 1.3432835821vw;
    height: 1.7910447761vw;
  }
}
@media screen and (max-width: 767px) {
  .c-icon--pdf {
    width: 4vw;
    height: 5.3333333333vw;
  }
}
.c-icon--pdf-w {
  background-image: url("../img/icon/pdf_w.svg");
  width: 18px;
  height: 24px;
}
@media screen and (max-width: 1340px) {
  .c-icon--pdf-w {
    width: 1.3432835821vw;
    height: 1.7910447761vw;
  }
}
@media screen and (max-width: 767px) {
  .c-icon--pdf-w {
    width: 4vw;
    height: 5.3333333333vw;
  }
}

/*========================================
  ボタン
========================================*/
.c-i-info {
  position: relative;
  z-index: 2;
  width: 100%;
  font-weight: bold;
  line-height: 1.3;
}
.c-i-info__inner {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  font-size: 2rem;
}
@media screen and (max-width: 1340px) {
  .c-i-info__inner {
    font-size: 1.4925373134vw;
  }
}
@media screen and (max-width: 767px) {
  .c-i-info__inner {
    font-size: 2.9333333333vw;
  }
}
.c-i-info dt {
  background: #e3403c;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-i-info dt {
    padding: 0.3em 0 0.4em 1em;
    width: 9em;
  }
}
@media screen and (max-width: 767px) {
  .c-i-info dt {
    text-align: center;
    padding: 1em 0 1em 0;
    width: 6em;
  }
}
.c-i-info dd {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: calc(100% - 9em);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-i-info dd {
    width: calc(100% - 6em);
  }
}
.c-i-info dd p {
  font-size: 1.8rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1340px) {
  .c-i-info dd p {
    font-size: 1.3432835821vw;
  }
}
@media screen and (max-width: 767px) {
  .c-i-info dd p {
    font-size: 3.7333333333vw;
  }
}
.c-i-info dd span {
  display: block;
  white-space: nowrap;
}

/*========================================
  lead
========================================*/
.c-lead {
  padding: 3.8888888889em 0;
  color: #17407a;
  font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
  .c-lead {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lead {
    padding: 5.3333333333vw 0;
    font-size: 4vw;
  }
}

.c-lead-a {
  padding: 1.6666666667em 0;
  color: #17407a;
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .c-lead-a {
    font-size: 3.6734693878vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lead-a {
    padding: 5.3333333333vw 0;
    font-size: 4.4vw;
  }
}

/*========================================
  hdr
========================================*/
.c-page-hdr {
  position: relative;
  text-align: center;
  padding-top: 3.75em;
  padding-bottom: 2.5em;
  border-bottom: 1px solid #cbcbcb;
  background: 50% -3.125em no-repeat;
}
@media screen and (max-width: 767px) {
  .c-page-hdr {
    padding-top: 13.3333333333vw;
    padding-bottom: 6.6666666667vw;
    background-position: 50% -5vw;
    background-size: 100% auto;
  }
}
.c-page-hdr--news {
  background-image: url("../img/page/home/bg_news.png");
}
.c-page-hdr--outline {
  background-image: url("../img/page/outline/ttl_bg.png");
}
.c-page-hdr--triathlete {
  background-image: url("../img/page/triathlete/ttl_bg.png");
}
.c-page-hdr--stay {
  background-image: url("../img/page/triathlete/stay/ttl_bg.png");
  background-position: 50% -2.5em;
}
.c-page-hdr--volunteer {
  background-image: url("../img/page/volunteer/ttl_bg.png");
  background-position: 50% -1vw;
}
.c-page-hdr--privacy {
  background-image: url("../img/page/privacy/ttl_bg.png");
}
.c-page-hdr--contact {
  background-image: url("../img/page/contact/ttl_bg.png");
}
.c-page-hdr--traffic {
  background-image: url("../img/page/traffic/ttl_bg.png");
}
.c-page-hdr--result {
  background-image: url("../img/page/result/ttl_bg.png");
}
.c-page-hdr__ttl {
  font-size: 6rem;
  font-weight: 100;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 980px) {
  .c-page-hdr__ttl {
    font-size: 6.1224489796vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-hdr__ttl {
    font-size: 8vw;
  }
}
.c-page-hdr__ttl::before {
  content: "";
  display: block;
  background: #aaa;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 30px;
}
@media screen and (max-width: 980px) {
  .c-page-hdr__ttl::before {
    height: 3.0612244898vw;
  }
}

/*========================================
  posts
========================================*/
.c-post {
  margin: 0 auto;
  padding-top: 2.5em;
  width: 920px;
  max-width: 100%;
}
.c-post__hdr {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .c-post__hdr {
    margin-bottom: 4vw;
  }
}
.c-post__meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  .c-post__meta {
    margin-bottom: 2vw;
  }
}
.c-post__date {
  margin-right: 0.8em;
  padding-top: 0.2em;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 980px) {
  .c-post__date {
    font-size: 2.0408163265vw;
  }
}
@media screen and (max-width: 767px) {
  .c-post__date {
    font-size: 3.4666666667vw;
  }
}
.c-post__ttl {
  font-size: 3.6rem;
}
@media screen and (max-width: 980px) {
  .c-post__ttl {
    font-size: 3.6734693878vw;
  }
}
@media screen and (max-width: 767px) {
  .c-post__ttl {
    font-size: 5.0666666667vw;
  }
}
.c-post__body {
  background: #fff;
  padding: 2.5em 4.0625em;
}
@media screen and (max-width: 767px) {
  .c-post__body {
    padding: 6.6666666667vw;
  }
}
.c-post__body > * {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .c-post__body > * {
    margin-bottom: 1.5em;
  }
}
.c-post__body a {
  color: #014099;
  font-weight: bold;
  text-decoration: underline;
}
.c-post__body h2 {
  margin-bottom: 0.5em;
  font-size: 2rem;
}
@media screen and (max-width: 980px) {
  .c-post__body h2 {
    font-size: 2.0408163265vw;
  }
}
.c-post__thumb img {
  width: 100%;
}
.c-post__share {
  background: #fff;
  margin-bottom: 5em;
  padding: 2.1875em 4.0625em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-post__share {
    margin-bottom: 0;
    padding: 2.6666666667vw 6.6666666667vw 6.6666666667vw 6.6666666667vw;
  }
}
.c-post__share dt {
  font-family: "Josefin Sans", sans-serif;
  color: #014099;
  margin-right: 0.8em;
  font-size: 2rem;
}
@media screen and (max-width: 980px) {
  .c-post__share dt {
    font-size: 2.0408163265vw;
  }
}
@media screen and (max-width: 767px) {
  .c-post__share dt {
    font-size: 4.5333333333vw;
  }
}
.c-post__share dd a {
  display: inline-block;
  margin-left: 0.2em;
  transition: 0.25s opacity;
}
.c-post__share dd a.is-hover:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .c-post__share dd a {
    width: 26.6666666667vw;
  }
}

/*========================================
  posts
========================================*/
.c-posts {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-posts__item {
    border-bottom: 1px solid #c0c0c0;
  }
}
@media screen and (max-width: 767px) {
  .c-posts__item {
    border-bottom: 1px solid #a2a2a2;
  }
}
.c-posts__cont {
  color: #333;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-posts__cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .c-posts__cont {
    display: block;
    padding: 5.3333333333vw 0;
  }
}
.c-posts__cont.is-hover:hover {
  background: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .c-posts__meta, .c-posts__box {
    display: block;
    padding: 1em 0;
  }
}
@media screen and (min-width: 768px) {
  .c-posts__meta {
    font-size: 2rem;
    width: 7em;
    padding-left: 1.2em;
  }
}
@media screen and (max-width: 980px) {
  .c-posts__meta {
    padding-left: calc(24 / 2.0408163265vw * 1em);
  }
}
@media screen and (max-width: 767px) {
  .c-posts__meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2vw;
  }
  .c-posts__meta .c-tag {
    margin-left: 2.2666666667vw;
  }
}
.c-posts__date {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .c-posts__date {
    font-size: 4.2666666667vw;
  }
}
.c-posts__box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-posts__box {
    font-size: 1.6rem;
    margin-top: 0.2em;
    width: calc(100% - 8.75em);
  }
}
.c-posts__box p {
  font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
  .c-posts__box p {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .c-posts__box p {
    font-size: 4vw;
  }
}
.c-posts__thumb {
  flex-basis: 160px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-posts__thumb {
    flex-basis: 36vw;
    padding-right: 3.3333333333vw;
    padding-top: 0.5em;
  }
}
.c-posts__wtxt {
  flex-shrink: 20;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .c-posts__wtxt {
    padding-right: 1em;
  }
}
.c-posts__wtxt .c-tag {
  margin-bottom: 0.4em;
}

/*========================================
  sns
========================================*/
.c-sns {
  background: #fff;
  margin-bottom: -50px;
  padding-top: 6.25em;
}
@media screen and (max-width: 767px) {
  .c-sns {
    margin-bottom: 0;
    padding-bottom: 4vw;
    padding-top: 4vw;
  }
}
.c-sns__insta {
  border: 1px solid #d8d8d8;
  padding: 15px 0;
  background: #fff;
}
.c-sns__insta-img {
  padding-top: 100%;
  background: 50% 50%/cover no-repeat;
}
.c-sns__insta-h {
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 12px;
  padding: 0 15px 15px 15px;
}
.c-sns__insta-h > * {
  margin-right: 15px;
}
.c-sns__insta-h a {
  color: #43adf9;
}
.c-sns__insta-body {
  overflow: auto;
  padding: 15px 30px;
  height: 465px;
  font-size: 13px;
}
.c-sns__insta-body li {
  margin-bottom: 50px;
}
.c-sns__insta-body li:last-child {
  margin-bottom: 0;
}
.c-sns__insta-body p {
  margin-top: 0.5em;
}
.c-sns__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-sns__inner {
    width: 1200px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.c-sns__item {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-sns__item {
    width: 30%;
  }
}
.c-sns__item iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-sns__item {
    margin-top: 4vw;
  }
  .c-sns__item .fb_iframe_widget span {
    width: 92vw !important;
  }
  .c-sns__item .fb_iframe_widget span iframe {
    width: 100% !important;
  }
}

/*========================================
  snslink
========================================*/
.c-snslink {
  background: #fff;
  border-radius: 100px;
  margin: 90px auto 0 auto;
  width: 600px;
  max-width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #014099;
  padding: 1.375em 2.8125em;
  border: 3px solid #014099;
}
@media screen and (max-width: 980px) {
  .c-snslink {
    margin-top: 9.1836734694vw;
    padding: 3.0612244898vw 6.1224489796vw;
  }
}
.c-snslink dt {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .c-snslink dt {
    font-size: 3.0612244898vw;
  }
}
@media screen and (max-width: 767px) {
  .c-snslink dt {
    font-size: 3.6vw;
    padding-right: 2.6666666667vw;
  }
}
.c-snslink dd {
  flex-grow: 1;
}
.c-snslink__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}
.c-snslink__list > li {
  margin: 0 1.25em;
}
@media screen and (max-width: 980px) {
  .c-snslink__list > li {
    margin: 0 2.0408163265vw;
  }
}
@media screen and (max-width: 767px) {
  .c-snslink__list > li {
    margin: 0 2.6666666667vw;
  }
}
@media screen and (max-width: 980px) {
  .c-snslink .fb {
    width: 2.4489795918vw;
  }
  .c-snslink .tw {
    width: 4.387755102vw;
  }
  .c-snslink .insta {
    width: 4.8979591837vw;
  }
  .c-snslink .line {
    width: 5.1020408163vw;
  }
  .c-snslink .yt {
    width: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-snslink .fb {
    width: 3.3333333333vw;
  }
  .c-snslink .tw {
    width: 6.4vw;
  }
  .c-snslink .line {
    width: 8.5333333333vw;
  }
  .c-snslink .insta {
    width: 6.4vw;
  }
  .c-snslink .yt {
    width: 7.2vw;
  }
}

/*========================================
  stay-list
========================================*/
.c-stay-list {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding-bottom: 2.5em;
  border-bottom: 1px solid #cbcbcb;
}
.c-stay-list__item {
  border-top: 1px solid #cbcbcb;
}
@media screen and (min-width: 768px) {
  .c-stay-list__item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 2.5em;
    padding-top: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .c-stay-list__item {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-stay-list__wtxt {
    width: 59.5238095238%;
  }
}
.c-stay-list__wtxt a {
  color: #014099;
}
.c-stay-list__wtxt a.is-hover:hover {
  text-decoration: underline;
}
.c-stay-list__ttl {
  font-size: 2.8rem;
  margin-bottom: 0.4285714286em;
}
@media screen and (max-width: 980px) {
  .c-stay-list__ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .c-stay-list__ttl {
    font-size: 6.1333333333vw;
  }
}
.c-stay-list__tel {
  font-size: 2rem;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  .c-stay-list__tel a {
    color: inherit;
  }
}
.c-stay-list__tel .c-icon {
  top: 0.4em;
  margin-right: 0.6em;
}
@media screen and (max-width: 980px) {
  .c-stay-list__tel {
    font-size: 2.0408163265vw;
  }
}
@media screen and (max-width: 767px) {
  .c-stay-list__tel {
    font-size: 5.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-stay-list__addr span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-stay-list__wevsite {
    margin-top: 0.6em;
  }
}
.c-stay-list__wevsite a {
  display: inline-block;
}
.c-stay-list__props {
  margin: 1em 0;
  width: 100%;
  border-bottom: 1px solid #c0c0c0;
}
@media screen and (max-width: 767px) {
  .c-stay-list__props {
    font-size: 3.7333333333vw;
  }
}
.c-stay-list__props th, .c-stay-list__props td {
  border-top: 1px solid #c0c0c0;
  padding: 0.05em 0.5em;
}
.c-stay-list__props th {
  background: #ededed;
  width: 11em;
}
@media screen and (min-width: 768px) {
  .c-stay-list__note a[href^="tel:"] {
    color: inherit;
  }
}
@media screen and (max-width: 767px) {
  .c-stay-list__note {
    font-size: 90%;
  }
}
@media screen and (min-width: 768px) {
  .c-stay-list__img {
    width: 35.7142857143%;
  }
}
@media screen and (max-width: 767px) {
  .c-stay-list__img {
    margin-bottom: 1em;
    text-align: center;
  }
  .c-stay-list__img img {
    width: 100%;
  }
}

/*========================================
  pagination
========================================*/
.c-pagination {
  margin: 2.5em 0 6.25em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.c-pagination .page-numbers {
  display: none;
}
.c-pagination .prev,
.c-pagination .next {
  margin: 0 0.625em;
  display: block;
  width: 41.6666666667%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  text-align: center;
  color: #333;
  padding: 1em;
  transition: 0.25s box-shadow;
}
.c-pagination .prev.is-hover:hover,
.c-pagination .next.is-hover:hover {
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-pagination .prev .c-icon,
.c-pagination .next .c-icon {
    top: 1.3333333333vw;
  }
}
.c-pagination .prev .c-icon {
  margin-right: 0.8em;
}
.c-pagination .next .c-icon {
  margin-left: 0.8em;
}

/*========================================
  pdfbox
========================================*/
.c-pdfbox {
  margin-top: 5em;
}
@media screen and (min-width: 768px) {
  .c-pdfbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 980px) {
  .c-pdfbox {
    margin-top: 6.1224489796vw;
  }
}
.c-pdfbox__img {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-pdfbox__img {
    width: 35.7142857143%;
  }
}
@media screen and (min-width: 768px) {
  .c-pdfbox__wtxt {
    width: 59.5238095238%;
  }
}
@media screen and (max-width: 767px) {
  .c-pdfbox__wtxt {
    margin-top: 0.5em;
  }
}
.c-pdfbox__date {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .c-pdfbox__date {
    margin-top: 0.5em;
    text-align: right;
  }
}
.c-pdfbox__wbtn {
  text-align: center;
  margin-top: 2em;
}
.c-pdfbox__wbtn .c-icon--pdf-w {
  margin-right: 0.8em;
}
@media screen and (max-width: 767px) {
  .c-pdfbox__wbtn {
    margin-top: 1em;
  }
}

/*========================================
  table
========================================*/
.c-table-a {
  width: 100%;
  margin-bottom: 6em;
}
.c-table-a.has-prev {
  margin-top: 2em;
  border-top: 1px solid #cbcbcb;
}
@media screen and (max-width: 767px) {
  .c-table-a {
    margin-bottom: 4em;
  }
  .c-table-a tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.c-table-a th, .c-table-a td {
  border-bottom: 1px solid #cbcbcb;
  text-align: left;
  font-size: 1.5rem;
  padding: 1em 0;
}
@media screen and (max-width: 980px) {
  .c-table-a th, .c-table-a td {
    font-size: 1.5306122449vw;
  }
}
@media screen and (max-width: 767px) {
  .c-table-a th, .c-table-a td {
    display: block;
    font-size: 3.4666666667vw;
  }
}
.c-table-a .c-icon--pdf {
  top: 0.2em;
  margin-right: 0.3em;
}
.c-table-a .is-ttl {
  width: 55%;
  font-size: 1.8rem;
  padding: 1em 0;
}
@media screen and (max-width: 980px) {
  .c-table-a .is-ttl {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .c-table-a .is-ttl {
    font-size: 4vw;
    width: 100%;
  }
}
.c-table-a .is-date {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-table-a .is-date {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-table-a .is-link {
    width: 50%;
    text-align: center;
  }
}
.c-table-a .is-link a {
  display: block;
  background: #014099;
  text-align: center;
  color: #fff;
  padding: 0.2em 1em;
  border-radius: 4px;
  box-shadow: 0 4px #002e70;
  transition: opacity 0.25s;
}
.c-table-a .is-link a.is-nwin {
  background: #03a0e9;
  box-shadow: 0 4px #006d9f;
}
@media (hover: hover) {
  .c-table-a .is-link a:hover {
    opacity: 0.8;
  }
}
.c-table-a .is-link svg {
  width: 16px;
  height: 24px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .c-table-a .is-link svg {
    width: 3.4666666667vw;
    height: 4vw;
  }
}
.c-table-a .is-link i {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .c-table-a .is-link i {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.c-table-a .is-link svg,
.c-table-a .is-link i {
  position: relative;
  margin-right: 8px;
}
.c-table-a .is-link .blank {
  display: inline-block;
  background: url("../img/icon/blank.png") 0 0/contain no-repeat;
}
.c-table-a__ttl {
  position: relative;
  padding-left: 1.5em;
}
.c-table-a__ttl::before {
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("../img/icon/square.png") 0 0 no-repeat;
}
@media screen and (max-width: 767px) {
  .c-table-a__ttl::before {
    top: 0.6em;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}

/*========================================
  tablelike
========================================*/
.c-tablelike {
  background: #fff;
  padding: 2.5em;
}
.c-tablelike table {
  margin: 0.5em 0;
  border-top: 1px solid #cbcbcb;
  font-size: 90%;
}
.c-tablelike table th, .c-tablelike table td {
  padding: 0.5em 0.8em;
  border-bottom: 1px solid #cbcbcb;
}
.c-tablelike table th {
  background: #ededed;
}
@media screen and (max-width: 767px) {
  .c-tablelike {
    padding: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-tablelike__inner {
    display: table;
    width: 100%;
    border-top: 1px solid #cbcbcb;
  }
  .c-tablelike__item {
    display: table-row;
  }
  .c-tablelike__item > * {
    padding: 1em;
    display: table-cell;
    border-bottom: 1px solid #cbcbcb;
  }
}
@media screen and (max-width: 767px) {
  .c-tablelike__item > * {
    padding: 1em;
  }
}
.c-tablelike__key {
  background: #ededed;
}
@media screen and (min-width: 768px) {
  .c-tablelike__key {
    width: 10em;
  }
}
.c-tablelike__lg {
  font-size: 125%;
}
.c-tablelike__lg:not(:first-child) {
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .c-tablelike__lg {
    font-size: 110%;
  }
}
.c-tablelike__note {
  font-size: 87.5%;
  text-indent: -1em;
  margin-left: 1em;
}
.c-tablelike__list {
  list-style: disc;
  margin-left: 20px;
}
.c-tablelike__dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-tablelike__dl dt {
  width: 3em;
}
.c-tablelike__dl dd {
  width: calc(100% - 3em);
}
.c-tablelike__value a {
  color: #014099;
}
@media screen and (min-width: 768px) {
  .c-tablelike__value a[href^="tel:"] {
    color: inherit;
  }
}
.c-tablelike__value a.is-hover:hover {
  text-decoration: underline;
}
.c-tablelike__value th, .c-tablelike__value td {
  padding: 0.5em 1em 0.5em 0;
  line-height: 1.5;
}
.c-tablelike__value th {
  text-align: left;
}
.c-tablelike__ages {
  margin: 1em 0 1em 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.5;
  font-size: 90%;
  border-top: 1px solid #cbcbcb;
}
@media screen and (max-width: 767px) {
  .c-tablelike__ages {
    border-bottom: 1px solid #cbcbcb;
  }
}
.c-tablelike__ages > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 33%;
  border-bottom: 1px solid #cbcbcb;
}
@media screen and (max-width: 767px) {
  .c-tablelike__ages > li:last-child {
    border-bottom: 0;
  }
}
.c-tablelike__ages > li > * {
  padding: 0.2em;
}
.c-tablelike__ages > li span {
  display: block;
  background: #ededed;
  width: 2em;
  text-align: center;
}
.c-tablelike__ages > li p {
  width: calc(100% - 2em);
}
@media screen and (max-width: 767px) {
  .c-tablelike__ages > li {
    width: 49%;
  }
}

/*========================================
  tag
========================================*/
.c-tag {
  font-size: 10px;
}
.c-tag__item {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1;
  background: #248de4;
  color: #fff;
  padding: 0.4em 0.8em 0.5em 0.8em;
  margin-right: 0.3em;
}
@media screen and (max-width: 980px) {
  .c-tag__item {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .c-tag__item {
    font-size: 3.2vw;
  }
}

/*========================================
  video
========================================*/
.c-video {
  position: relative;
  max-width: 690px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .c-video {
    margin: 11.2244897959vw auto;
  }
}
@media screen and (max-width: 767px) {
  .c-video {
    margin: 10.6666666667vw auto;
  }
}
.c-video__item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-video iframe,
.c-video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-map {
  background: #d0daeb;
  padding: 3.75em 0 2.5em 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-map {
    padding: 8vw 0;
  }
}
.p-map__hdr {
  text-align: center;
  margin-bottom: 1.875em;
}
.p-map__ttl {
  padding: 0.1em 0;
  border-top: 2px solid #014099;
  border-bottom: 2px solid #014099;
  font-size: 3.6rem;
  max-width: 900px;
  margin: 0 auto;
  color: #014099;
  font-weight: normal;
}
@media screen and (max-width: 980px) {
  .p-map__ttl {
    font-size: 3.6734693878vw;
  }
}
@media screen and (max-width: 767px) {
  .p-map__ttl {
    border-width: 1px;
    font-size: 5.0666666667vw;
    padding: 0.1em 0 0.25em 0;
  }
}
.p-map__img {
  text-align: right;
}
@media screen and (max-width: 980px) {
  .p-map__img {
    padding-left: 5vw;
  }
}

.p-volunteer__unit:last-child {
  padding-bottom: 3.75em;
}

/*========================================
 * background
========================================*/
@media screen and (min-width: 768px) {
  .u-bg-sankaku {
    background: #fff url("../img/page/home/bg.png") 50% 0 no-repeat;
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  .u-bg-sankaku-sp {
    background: #fff url("../img/page/home/bg_sp.png") 50% 0/100% auto no-repeat;
    padding-bottom: 1px;
  }
}
.u-bg-slash {
  background: url("../img/content/bg.png") 50% 0/cover no-repeat;
  padding: 5em 0 6.25em 0;
}
@media screen and (max-width: 767px) {
  .u-bg-slash {
    padding: 10.6666666667vw 0;
  }
}
.u-bg-e3e7f1 {
  padding: 1px 0 5.625em 0;
  background-color: #e3e7f1;
}
@media screen and (max-width: 767px) {
  .u-bg-e3e7f1 .c-hdr-c {
    margin-top: 3em;
  }
}

/******************************
 * font size
 ******************************/
.u-fs-11 {
  font-size: 1.1rem;
}

.u-fs-12 {
  font-size: 1.2rem;
}

.u-fs-13 {
  font-size: 1.3rem;
}

.u-fs-14 {
  font-size: 1.4rem;
}

.u-fs-15 {
  font-size: 1.5rem;
}

.u-fs-16 {
  font-size: 1.6rem;
}

.u-fs-17 {
  font-size: 1.7rem;
}

.u-fs-18 {
  font-size: 1.8rem;
}

.u-fs-19 {
  font-size: 1.9rem;
}

.u-fs-20 {
  font-size: 2rem;
}

.u-fs-21 {
  font-size: 2.1rem;
}

.u-fs-22 {
  font-size: 2.2rem;
}

.u-fs-23 {
  font-size: 2.3rem;
}

.u-fs-24 {
  font-size: 2.4rem;
}

.u-fs-25 {
  font-size: 2.5rem;
}

.u-fs-26 {
  font-size: 2.6rem;
}

.u-fs-27 {
  font-size: 2.7rem;
}

.u-fs-28 {
  font-size: 2.8rem;
}

.u-fs-29 {
  font-size: 2.9rem;
}

.u-fs-30 {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .u-SP-fs-1 {
    font-size: 1vw;
  }

  .u-SP-fs-2 {
    font-size: 2vw;
  }

  .u-SP-fs-3 {
    font-size: 3vw;
  }

  .u-SP-fs-4 {
    font-size: 4vw;
  }

  .u-SP-fs-5 {
    font-size: 5vw;
  }

  .u-SP-fs-6 {
    font-size: 6vw;
  }

  .u-SP-fs-7 {
    font-size: 7vw;
  }

  .u-SP-fs-8 {
    font-size: 8vw;
  }

  .u-SP-fs-9 {
    font-size: 9vw;
  }

  .u-SP-fs-10 {
    font-size: 10vw;
  }

  .u-SP-fs-11 {
    font-size: 11vw;
  }

  .u-SP-fs-12 {
    font-size: 12vw;
  }

  .u-SP-fs-13 {
    font-size: 13vw;
  }

  .u-SP-fs-14 {
    font-size: 14vw;
  }

  .u-SP-fs-15 {
    font-size: 15vw;
  }

  .u-SP-fs-16 {
    font-size: 16vw;
  }

  .u-SP-fs-17 {
    font-size: 17vw;
  }

  .u-SP-fs-18 {
    font-size: 18vw;
  }

  .u-SP-fs-19 {
    font-size: 19vw;
  }

  .u-SP-fs-20 {
    font-size: 20vw;
  }

  .u-SP-fs-21 {
    font-size: 21vw;
  }

  .u-SP-fs-22 {
    font-size: 22vw;
  }

  .u-SP-fs-23 {
    font-size: 23vw;
  }

  .u-SP-fs-24 {
    font-size: 24vw;
  }

  .u-SP-fs-25 {
    font-size: 25vw;
  }

  .u-SP-fs-26 {
    font-size: 26vw;
  }

  .u-SP-fs-27 {
    font-size: 27vw;
  }

  .u-SP-fs-28 {
    font-size: 28vw;
  }

  .u-SP-fs-29 {
    font-size: 29vw;
  }

  .u-SP-fs-30 {
    font-size: 30vw;
  }
}
/*========================================
 * hidden
 *
 * クラス : u-hidden-{MQ}
========================================*/
@media screen and (max-width: 767px) {
  .u-hidden-ltSP {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .u-hidden-ltTAB {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-gtTAB {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .u-hidden-gtPC {
    display: none;
  }
}

/*========================================
 * hide
 *
 * クラス : u-hide
========================================*/
.u-hide {
  display: none;
}

/*========================================
 * margin
 *
 * クラス : u-m{t,l,r,b}-0 ~ u-m{t,l,r,b}-45
 * ※ スマホのときは u-SP-m{t,l,r,b}-0 ~ u-SP-m{t,l,r,b}-45
 * ステップ : 0 ~ 45 : 5 ずつ
========================================*/
.u-mt-0 {
  margin-top: 0px;
}

.u-ml-0 {
  margin-left: 0px;
}

.u-mr-0 {
  margin-right: 0px;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-mt-5 {
  margin-top: 5px;
}

.u-ml-5 {
  margin-left: 5px;
}

.u-mr-5 {
  margin-right: 5px;
}

.u-mb-5 {
  margin-bottom: 5px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-ml-10 {
  margin-left: 10px;
}

.u-mr-10 {
  margin-right: 10px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-ml-15 {
  margin-left: 15px;
}

.u-mr-15 {
  margin-right: 15px;
}

.u-mb-15 {
  margin-bottom: 15px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-ml-20 {
  margin-left: 20px;
}

.u-mr-20 {
  margin-right: 20px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mt-25 {
  margin-top: 25px;
}

.u-ml-25 {
  margin-left: 25px;
}

.u-mr-25 {
  margin-right: 25px;
}

.u-mb-25 {
  margin-bottom: 25px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-ml-30 {
  margin-left: 30px;
}

.u-mr-30 {
  margin-right: 30px;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-mt-35 {
  margin-top: 35px;
}

.u-ml-35 {
  margin-left: 35px;
}

.u-mr-35 {
  margin-right: 35px;
}

.u-mb-35 {
  margin-bottom: 35px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-ml-40 {
  margin-left: 40px;
}

.u-mr-40 {
  margin-right: 40px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-mt-45 {
  margin-top: 45px;
}

.u-ml-45 {
  margin-left: 45px;
}

.u-mr-45 {
  margin-right: 45px;
}

.u-mb-45 {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .u-SP-mt-0 {
    margin-top: 0vw;
  }

  .u-SP-ml-0 {
    margin-left: 0vw;
  }

  .u-SP-mr-0 {
    margin-right: 0vw;
  }

  .u-SP-mb-0 {
    margin-bottom: 0vw;
  }

  .u-SP-mt-5 {
    margin-top: 5vw;
  }

  .u-SP-ml-5 {
    margin-left: 5vw;
  }

  .u-SP-mr-5 {
    margin-right: 5vw;
  }

  .u-SP-mb-5 {
    margin-bottom: 5vw;
  }

  .u-SP-mt-10 {
    margin-top: 10vw;
  }

  .u-SP-ml-10 {
    margin-left: 10vw;
  }

  .u-SP-mr-10 {
    margin-right: 10vw;
  }

  .u-SP-mb-10 {
    margin-bottom: 10vw;
  }

  .u-SP-mt-15 {
    margin-top: 15vw;
  }

  .u-SP-ml-15 {
    margin-left: 15vw;
  }

  .u-SP-mr-15 {
    margin-right: 15vw;
  }

  .u-SP-mb-15 {
    margin-bottom: 15vw;
  }

  .u-SP-mt-20 {
    margin-top: 20vw;
  }

  .u-SP-ml-20 {
    margin-left: 20vw;
  }

  .u-SP-mr-20 {
    margin-right: 20vw;
  }

  .u-SP-mb-20 {
    margin-bottom: 20vw;
  }

  .u-SP-mt-25 {
    margin-top: 25vw;
  }

  .u-SP-ml-25 {
    margin-left: 25vw;
  }

  .u-SP-mr-25 {
    margin-right: 25vw;
  }

  .u-SP-mb-25 {
    margin-bottom: 25vw;
  }

  .u-SP-mt-30 {
    margin-top: 30vw;
  }

  .u-SP-ml-30 {
    margin-left: 30vw;
  }

  .u-SP-mr-30 {
    margin-right: 30vw;
  }

  .u-SP-mb-30 {
    margin-bottom: 30vw;
  }

  .u-SP-mt-35 {
    margin-top: 35vw;
  }

  .u-SP-ml-35 {
    margin-left: 35vw;
  }

  .u-SP-mr-35 {
    margin-right: 35vw;
  }

  .u-SP-mb-35 {
    margin-bottom: 35vw;
  }

  .u-SP-mt-40 {
    margin-top: 40vw;
  }

  .u-SP-ml-40 {
    margin-left: 40vw;
  }

  .u-SP-mr-40 {
    margin-right: 40vw;
  }

  .u-SP-mb-40 {
    margin-bottom: 40vw;
  }

  .u-SP-mt-45 {
    margin-top: 45vw;
  }

  .u-SP-ml-45 {
    margin-left: 45vw;
  }

  .u-SP-mr-45 {
    margin-right: 45vw;
  }

  .u-SP-mb-45 {
    margin-bottom: 45vw;
  }
}
/*========================================
 * padding
 *
 * クラス : u-p{t,l,r,b}-0 ~ u-p{t,l,r,b}-45
 * ※ スマホのときは u-SP-p{t,l,r,b}-0 ~ u-SP-p{t,l,r,b}-45
 * ステップ : 0 ~ 45 : 5 ずつ
========================================*/
.u-pt-0 {
  padding-top: 0px;
}

.u-pl-0 {
  padding-left: 0px;
}

.u-pr-0 {
  padding-right: 0px;
}

.u-pb-0 {
  padding-bottom: 0px;
}

.u-pt-5 {
  padding-top: 5px;
}

.u-pl-5 {
  padding-left: 5px;
}

.u-pr-5 {
  padding-right: 5px;
}

.u-pb-5 {
  padding-bottom: 5px;
}

.u-pt-10 {
  padding-top: 10px;
}

.u-pl-10 {
  padding-left: 10px;
}

.u-pr-10 {
  padding-right: 10px;
}

.u-pb-10 {
  padding-bottom: 10px;
}

.u-pt-15 {
  padding-top: 15px;
}

.u-pl-15 {
  padding-left: 15px;
}

.u-pr-15 {
  padding-right: 15px;
}

.u-pb-15 {
  padding-bottom: 15px;
}

.u-pt-20 {
  padding-top: 20px;
}

.u-pl-20 {
  padding-left: 20px;
}

.u-pr-20 {
  padding-right: 20px;
}

.u-pb-20 {
  padding-bottom: 20px;
}

.u-pt-25 {
  padding-top: 25px;
}

.u-pl-25 {
  padding-left: 25px;
}

.u-pr-25 {
  padding-right: 25px;
}

.u-pb-25 {
  padding-bottom: 25px;
}

.u-pt-30 {
  padding-top: 30px;
}

.u-pl-30 {
  padding-left: 30px;
}

.u-pr-30 {
  padding-right: 30px;
}

.u-pb-30 {
  padding-bottom: 30px;
}

.u-pt-35 {
  padding-top: 35px;
}

.u-pl-35 {
  padding-left: 35px;
}

.u-pr-35 {
  padding-right: 35px;
}

.u-pb-35 {
  padding-bottom: 35px;
}

.u-pt-40 {
  padding-top: 40px;
}

.u-pl-40 {
  padding-left: 40px;
}

.u-pr-40 {
  padding-right: 40px;
}

.u-pb-40 {
  padding-bottom: 40px;
}

.u-pt-45 {
  padding-top: 45px;
}

.u-pl-45 {
  padding-left: 45px;
}

.u-pr-45 {
  padding-right: 45px;
}

.u-pb-45 {
  padding-bottom: 45px;
}

@media screen and (max-width: 980px) {
  .u-TB-pad {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .u-SP-pt-0 {
    padding-top: 0vw;
  }

  .u-SP-pl-0 {
    padding-left: 0vw;
  }

  .u-SP-pr-0 {
    padding-right: 0vw;
  }

  .u-SP-pb-0 {
    padding-bottom: 0vw;
  }

  .u-SP-pt-5 {
    padding-top: 5vw;
  }

  .u-SP-pl-5 {
    padding-left: 5vw;
  }

  .u-SP-pr-5 {
    padding-right: 5vw;
  }

  .u-SP-pb-5 {
    padding-bottom: 5vw;
  }

  .u-SP-pt-10 {
    padding-top: 10vw;
  }

  .u-SP-pl-10 {
    padding-left: 10vw;
  }

  .u-SP-pr-10 {
    padding-right: 10vw;
  }

  .u-SP-pb-10 {
    padding-bottom: 10vw;
  }

  .u-SP-pt-15 {
    padding-top: 15vw;
  }

  .u-SP-pl-15 {
    padding-left: 15vw;
  }

  .u-SP-pr-15 {
    padding-right: 15vw;
  }

  .u-SP-pb-15 {
    padding-bottom: 15vw;
  }

  .u-SP-pt-20 {
    padding-top: 20vw;
  }

  .u-SP-pl-20 {
    padding-left: 20vw;
  }

  .u-SP-pr-20 {
    padding-right: 20vw;
  }

  .u-SP-pb-20 {
    padding-bottom: 20vw;
  }

  .u-SP-pt-25 {
    padding-top: 25vw;
  }

  .u-SP-pl-25 {
    padding-left: 25vw;
  }

  .u-SP-pr-25 {
    padding-right: 25vw;
  }

  .u-SP-pb-25 {
    padding-bottom: 25vw;
  }

  .u-SP-pt-30 {
    padding-top: 30vw;
  }

  .u-SP-pl-30 {
    padding-left: 30vw;
  }

  .u-SP-pr-30 {
    padding-right: 30vw;
  }

  .u-SP-pb-30 {
    padding-bottom: 30vw;
  }

  .u-SP-pt-35 {
    padding-top: 35vw;
  }

  .u-SP-pl-35 {
    padding-left: 35vw;
  }

  .u-SP-pr-35 {
    padding-right: 35vw;
  }

  .u-SP-pb-35 {
    padding-bottom: 35vw;
  }

  .u-SP-pt-40 {
    padding-top: 40vw;
  }

  .u-SP-pl-40 {
    padding-left: 40vw;
  }

  .u-SP-pr-40 {
    padding-right: 40vw;
  }

  .u-SP-pb-40 {
    padding-bottom: 40vw;
  }

  .u-SP-pt-45 {
    padding-top: 45vw;
  }

  .u-SP-pl-45 {
    padding-left: 45vw;
  }

  .u-SP-pr-45 {
    padding-right: 45vw;
  }

  .u-SP-pb-45 {
    padding-bottom: 45vw;
  }

  .u-SP-pad {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
/*========================================
 * スクリーンリーダーテキスト
========================================*/
.screen-reader-text,
.u-screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/*========================================
 * text-align
========================================*/
.u-ta-left {
  text-align: left;
}
.u-ta-center {
  text-align: center;
}
.u-ta-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-SP-ta-left {
    text-align: left;
  }
  .u-SP-ta-center {
    text-align: center;
  }
  .u-SP-ta-right {
    text-align: right;
  }
}
/*========================================
 * Width
========================================*/
.u-w-10 {
  width: 10%;
}

.u-w-20 {
  width: 20%;
}

.u-w-30 {
  width: 30%;
}

.u-w-40 {
  width: 40%;
}

.u-w-50 {
  width: 50%;
}

.u-w-60 {
  width: 60%;
}

.u-w-70 {
  width: 70%;
}

.u-w-80 {
  width: 80%;
}

.u-w-90 {
  width: 90%;
}

.u-w-100 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .u-SP-w-10 {
    width: 10vw;
  }

  .u-SP-w-20 {
    width: 20vw;
  }

  .u-SP-w-30 {
    width: 30vw;
  }

  .u-SP-w-40 {
    width: 40vw;
  }

  .u-SP-w-50 {
    width: 50vw;
  }

  .u-SP-w-60 {
    width: 60vw;
  }

  .u-SP-w-70 {
    width: 70vw;
  }

  .u-SP-w-80 {
    width: 80vw;
  }

  .u-SP-w-90 {
    width: 90vw;
  }

  .u-SP-w-100 {
    width: 100vw;
  }

  .u-SP-w-auto {
    width: auto;
  }
}