@charset "UTF-8";
/* -----------------------
  Foundation
----------------------- */
/*
** 変数
*/
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* 共通パーツの変数 */
/* TOPページの変数 */
/* ニュース&トピックの変数 */
/* itemの変数 (創価〇〇学校のヒミツなど) */
/* sublinkの変数 */
/* aboutコンテンツの変数 */
/* エディター内見出しの変数 */
/* 役に立ったボタンの変数 */
/* スライダーの変数 */
/* pagingの変数 (前 カレント時 後のページネーション) */
/* paginationの変数 */
/* tableの変数 */
/* processの変数 (課外授業など) */
/* anchorButtonの変数 */
/* faqの変数 */
/* カテゴリー、アーカイブの変数 */
/* ----------------------------------------------------- */
/* ベンダープレフィックス */
/* フォント設定 */
address, article, aside,
blockquote, body,
canvas,
dd, div, dl, dt,
fieldset, figcaption, figure, footer, form,
h1, h2, h3, h4, h5, h6, header, hr, html,
li,
main,
nav,
ol,
p, pre,
q,
section,
ul {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  font-size: 1.6rem;
}

html {
  line-height: 1.5;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 62.5%;
  vertical-align: baseline;
  word-wrap: break-word;
}

body {
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html, body {
  height: 100%;
}
@media screen and (max-width: 768px) {
  html, body {
    -webkit-overflow-scrolling: touch;
  }
}

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

address {
  font-style: normal;
}

fieldset {
  border: 1px solid #000;
  padding: 0.5em;
}

h1 {
  font-size: 2rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

h4 {
  font-size: 1.3rem;
  line-height: 1.4;
}

h5 {
  font-size: 1.15rem;
  line-height: 1.5;
}

h6 {
  font-size: 1rem;
  line-height: 1.5;
}

hr {
  margin-top: 1em;
  border-top: 1px solid #000;
  padding-top: 1em;
  height: 0;
}

ul, ol {
  list-style: none;
}

li {
  list-style-position: inside;
}

pre {
  display: block;
  font-size: 1.6rem;
  font-family: inherit;
  overflow: hidden;
}

code {
  display: block;
  width: 100%;
}

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

a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
}

abbr {
  text-decoration: none;
}

button {
  font-size: 1rem;
  font-family: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}

input[type="submit"] {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}

cite {
  font-style: normal;
}

em {
  font-style: normal;
}

i {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  vertical-align: bottom;
}

input {
  font-size: 1rem;
  cursor: pointer;
}

ins {
  text-decoration: none;
}

select {
  cursor: pointer;
  font-size: 1rem;
}
select::-ms-expand {
  display: none;
}

sub {
  font-size: 0.75em;
  vertical-align: sub;
}

sup {
  font-size: 0.75em;
  vertical-align: super;
}

textarea {
  resize: vertical;
  font-size: 1.6rem;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

var {
  font-style: normal;
}

caption {
  text-align: left;
}

table {
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}

tr {
  border: 1px solid #f00;
}

th {
  text-align: left;
  font-weight: normal;
}

td, th {
  border: 1px solid #000;
  padding: 0.25em;
}

::selection {
  background: none repeat scroll 0 0 #38a9e1;
  text-shadow: none;
}

*::-moz-selection {
  background: none repeat scroll 0 0 #38a9e1;
  text-shadow: none;
}

p {
  letter-spacing: 0.05em;
  line-height: 2;
}

code {
  font-size: inherit;
  font-family: inherit;
}

/* -----------------------
  Layout
----------------------- */
.l-header {
  position: fixed;
  width: 100%;
  min-width: 1220px;
  top: 0;
  right: 0;
  padding-right: 80px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 6;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .l-header {
    min-width: initial;
  }
}
.l-header__inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding-right: 0;
  }
}

.l-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .l-toggle {
    position: fixed;
  }
}

.l-headerMenu {
  position: fixed;
  top: 6rem;
  right: 0;
  bottom: 0;
  visibility: hidden;
  width: 50%;
  transition: all .3s;
  opacity: 0;
  z-index: 7;
}
@media screen and (max-width: 768px) {
  .l-headerMenu {
    width: 100%;
  }
}
.l-headerMenu.is-active {
  visibility: visible;
  top: 0;
  opacity: 1;
}

.l-sidebar {
  position: fixed;
  left: 0;
  width: auto;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .l-sidebar {
    display: none;
  }
}

.l-section {
  width: 100%;
  height: 100%;
}

.l-footer {
  position: relative;
  width: 100%;
  min-width: 1220px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .l-footer {
    min-width: initial;
  }
}

.l-common {
  position: relative;
  width: 100%;
  min-width: 1220px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .l-common {
    min-width: initial;
  }
}

.l-wrap {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 1220px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .l-wrap {
    min-width: initial;
  }
}

.l-outer {
  position: relative;
  padding-top: 8rem;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-outer {
    padding-top: 6rem;
  }
}

.l-inner {
  height: 100%;
}

.l-pagetop {
  position: fixed;
  right: 1rem;
  bottom: 2.5rem;
  z-index: 6;
}

.l-page {
  width: 100%;
  height: 100%;
}

.l-pagination {
  width: 100%;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .l-pagination {
    margin-top: 5rem;
  }
}

/* -----------------------
  Object
----------------------- */
/*
** タイトル
*/
.c-title__01 {
  position: relative;
  padding-bottom: 0.9em;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  color: #2f80e2;
}
@media screen and (max-width: 768px) {
  .c-title__01 {
    font-size: 2rem;
  }
}
.c-title__01:after {
  content: attr(data-title);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #2f80e2;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-title__01:after {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
.c-title__01.u-title__color02 {
  color: #e98992;
}
.c-title__01.u-title__color02:after {
  color: #e98992;
}
.c-title__02 {
  font-size: 3rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.04em;
  color: #2f80e2;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .c-title__02 {
    font-size: 2rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
  }
}

.p-title {
  max-width: 960px;
  padding: 0 1.5rem;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-title {
    max-width: initial;
  }
}

.c-button {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
}
.c-button__inner {
  width: 100%;
}
.c-button a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 1.5rem 4rem;
  background: #2f80e2;
  border: 1px solid #2f80e2;
  box-sizing: border-box;
  border-radius: 60px;
  transition: 0.4s;
}
.c-button a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.9rem;
  height: 0.9rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: inherit;
}
.c-button a:hover {
  background: #38a9e1;
  border: 1px solid #38a9e1;
}
.c-button.u-blank a:after {
  top: 51%;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_textlink_1_2.png) no-repeat;
  background-size: 18px auto;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(0deg);
}
.c-button__download {
  width: 100%;
  height: 100%;
}
.c-button__download a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.3rem 0;
  background: #2f80e2;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .c-button__download a {
    border-radius: 3px;
  }
}
.c-button__download a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_download.png") no-repeat;
  background-size: 20px auto;
}
@media screen and (max-width: 768px) {
  .c-button__download a:after {
    right: 1.5rem;
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
}
.c-button__download a span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5rem 3.5rem;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-button__download a span {
    padding: 0.5rem 3.8rem;
    font-size: 1.4rem;
  }
}
.c-button__download.u-arrow a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.8rem;
  transform: translateY(-50%) rotate(45deg);
  width: 1.1rem;
  height: 1.1rem;
  background-size: initial;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .c-button__download.u-arrow a:after {
    right: 2rem;
    width: 0.9rem;
    height: 0.9rem;
  }
}
.c-button--color-01 a {
  background: #f04a5d;
  border: 0;
}
.c-button--color-01 a:hover {
  background: #fa5b6d;
  border: 0;
}

.c-button__download a {
  background: #2f80e2;
}
.c-button__download a:hover {
  background: #38a9e1;
}

.c-breadcrumb {
  padding: 0.6rem 3rem 1.1rem;
  background: #eee;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding: 0.3rem 1.5rem 0.8rem;
  }
}
.c-breadcrumb__inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-breadcrumb__list {
  position: relative;
  padding-left: 1.5em;
  margin-left: 1.5rem;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #2f80e2;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__list {
    font-size: 1rem;
  }
}
.c-breadcrumb__list:before {
  content: '>';
  position: absolute;
  top: 0;
  left: 0;
  color: #333333;
}
.c-breadcrumb__list:first-of-type {
  padding-left: 0;
  margin-left: 0;
}
.c-breadcrumb__list:first-of-type:before {
  display: none;
}
.c-breadcrumb__list a {
  color: #333333;
  transition: all .3s;
}
.c-breadcrumb__list a:hover {
  color: #38a9e1;
}

.c-counter {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-counter {
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}
.c-counter__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-counter__inner {
    display: block;
  }
}
.c-counter__callout {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin-right: 3rem;
  padding: 2rem 0;
  box-sizing: border-box;
  border-radius: 14px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #2f80e2;
  background: #e2efff;
}
@media screen and (max-width: 768px) {
  .c-counter__callout {
    padding: 1.3rem 0;
    margin-right: 0;
    font-size: 1.6rem;
    border-radius: 7px;
  }
}
.c-counter__callout:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent #e2efff;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-counter__callout:after {
    top: auto;
    right: 0;
    left: 0;
    bottom: -14px;
    margin: 0 auto;
    border-width: 9px 0 9px 12px;
    transform: translateY(0%) rotate(90deg);
  }
}
.c-counter__click {
  max-width: 290px;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  background: #2f80e2;
}
@media screen and (max-width: 768px) {
  .c-counter__click {
    max-width: initial;
    margin-top: 2rem;
  }
}
.c-counter__button {
  width: 100%;
  padding: 2rem 0;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  background: #2f80e2;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .c-counter__button {
    font-size: 1.6rem;
    border-radius: 3px;
  }
}
.c-counter__button:hover {
  background: #38a9e1;
}
.c-counter__answer {
  font-size: 2rem;
  font-weight: 500;
  color: #2f80e2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-counter__answer {
    font-size: 1.6rem;
  }
}

.c-paging {
  width: 100%;
  margin: 0 auto;
}
.c-paging__inner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-paging__inner {
    display: block;
  }
}
.c-paging__list {
  position: relative;
  max-width: 240px;
  width: 100%;
  min-height: 84px;
  margin-left: 0.5rem;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-paging__list {
    max-width: initial;
    min-height: initial;
    margin-left: 0;
  }
}
.c-paging__list:first-of-type {
  margin-left: 0;
}
.c-paging__list span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #888;
  text-align: center;
}
.c-paging__list a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #888;
  padding: 1.4rem 2rem;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .c-paging__list a {
    border-left: none;
    border-right: none;
  }
}
.c-paging__now {
  max-width: 280px;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}
@media screen and (max-width: 768px) {
  .c-paging__now {
    max-width: initial;
    padding: 1.4rem 2rem;
    border-left: none;
    border-right: none;
  }
}
.c-paging__now span {
  color: #2f80e2;
}
.c-paging__prev a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%) rotate(-135deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  transition: inherit;
  z-index: 2;
}
.c-paging__prev a:hover {
  background: #2f80e2;
  border: 1px solid #2f80e2;
}
.c-paging__prev a:hover span {
  color: #ffffff;
}
.c-paging__prev a:hover span:before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.c-paging__next a span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  transition: inherit;
  z-index: 2;
}
.c-paging__next a:hover {
  background: #2f80e2;
  border: 1px solid #2f80e2;
}
.c-paging__next a:hover span {
  color: #ffffff;
}
.c-paging__next a:hover span:before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.p-header {
  display: flex;
  height: 80px;
  padding-left: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 60px;
    padding: 0 1rem;
  }
}
.p-header__title {
  width: auto;
  min-height: 36px;
  max-height: 36px;
  margin-right: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-header__title {
    min-height: 28px;
    max-height: 28px;
    margin-top: 1.5rem;
    line-height: 1;
  }
}
@media screen and (max-width: 321px) {
  .p-header__title {
    min-height: 23px;
    max-height: 23px;
    margin-top: 1.7rem;
  }
}
.p-header__title a {
  display: block;
  width: auto;
  height: 100%;
}
.p-header__title a img {
  width: auto;
  height: 100%;
  min-height: 36px;
  max-height: 36px;
}
@media screen and (max-width: 768px) {
  .p-header__title a img {
    min-height: 28px;
    max-height: 28px;
  }
}
@media screen and (max-width: 321px) {
  .p-header__title a img {
    min-height: 23px;
    max-height: 23px;
  }
}
.p-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.p-header__nav__inner {
  display: flex;
}
.p-header__nav__list {
  margin-right: 0.5rem;
  font-weight: normal;
  font-size: 1.4rem;
}
.p-header__nav__list a {
  display: block;
  padding: 1rem 1rem;
  box-sizing: border-box;
  color: #333333;
  transition: all .3s;
}
.p-header__nav__list a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-header__nav {
    display: none;
  }
}

.p-toggle {
  width: 80px;
  height: 80px;
  padding: 1rem 2rem;
  box-sizing: border-box;
  background: #2f80e2;
  cursor: pointer;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .p-toggle {
    width: 60px;
    height: 60px;
    padding: 0.5rem 1rem;
  }
}
.p-toggle__text {
  display: block;
  margin-top: 1.5rem;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-toggle__text {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.p-toggle__item {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  margin: 2rem auto 0;
  background: #fff;
  border-radius: 2px;
  transition: all .3s;
  transform: rotate(0deg);
}
@media screen and (max-width: 768px) {
  .p-toggle__item {
    width: 22px;
    margin: 1.8rem auto 0;
  }
}
.p-toggle__item:before {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  content: '';
  border-radius: 2px;
  transform: translateY(-7px);
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .p-toggle__item:before {
    width: 22px;
  }
}
.p-toggle__item:after {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  content: '';
  border-radius: 2px;
  transform: translateY(7px);
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .p-toggle__item:after {
    width: 22px;
  }
}
.p-toggle.u-toggle__close .p-toggle__item {
  background: rgba(255, 255, 255, 0);
}
.p-toggle.u-toggle__close .p-toggle__item:before {
  transform: rotate(-45deg) translateY(0px);
}
.p-toggle.u-toggle__close .p-toggle__item:after {
  transform: rotate(45deg) translateY(0px);
}
.p-toggle:hover {
  background: #38a9e1;
}

.p-sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-sns__list {
  height: auto;
  margin-left: 3rem;
}
.p-sns__list:first-of-type {
  margin-left: 0;
}
.p-sns__list a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.p-sns__list a .fab {
  color: #fff;
  font-size: 3.5rem;
}
.p-sns__list a:hover {
  opacity: 0.7;
}

.p-headerMenu {
  width: 100%;
  height: 100%;
  padding: 8rem 0 0;
  box-sizing: border-box;
  background-color: rgba(3, 61, 132, 0.95);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .p-headerMenu {
    padding: 6rem 0 0;
  }
}
.p-headerMenu__inner {
  height: 100%;
}
.p-headerMenu__box {
  position: relative;
  width: 100%;
  border-top: 2px solid #fff;
  box-sizing: border-box;
}
.p-headerMenu__box2 {
  position: relative;
  width: 100%;
  border-top: 2px solid #fff;
  box-sizing: border-box;
}
.p-headerMenu__box2 .p-headerMenu__title {
  text-align: center;
}
.p-headerMenu__title {
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-headerMenu__title {
    font-size: 1.4rem;
  }
}
.p-headerMenu__title a {
  display: block;
  padding: 1em 5rem 1em 6rem;
  color: #fff;
  background: rgba(3, 61, 132, 0.95);
  transition: all .3;
}
@media screen and (max-width: 768px) {
  .p-headerMenu__title a {
    padding: 0.8em 2.5rem 0.8em 2.5rem;
  }
}
.p-headerMenu__title a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.p-headerMenu__parent {
  position: relative;
}
.p-headerMenu__button {
  display: block;
  position: absolute;
  right: 1.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-headerMenu__button {
    width: 40px;
    height: 40px;
    right: 0.75rem;
  }
}
.p-headerMenu__button:before, .p-headerMenu__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-headerMenu__button:before, .p-headerMenu__button:after {
    width: 15px;
    height: 0;
  }
}
.p-headerMenu__button:after {
  transform: translateX(-50%) rotate(90deg);
}
.p-headerMenu__button.is-active:after {
  opacity: 0;
}
.p-headerMenu__item {
  display: none;
  border-top: 1px solid #fff;
  padding: 2.5em 5rem 2.5em 6rem;
}
@media screen and (max-width: 768px) {
  .p-headerMenu__item {
    padding: 1.5em 2.5rem 1.5em 2.5rem;
  }
}
.p-headerMenu__item__inner {
  display: flex;
  flex-wrap: wrap;
}
.p-headerMenu__item.is-active {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-headerMenu__item {
    width: 100%;
  }
}
.p-headerMenu__subTitle {
  color: #fff;
}
.p-headerMenu__subTitle a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-headerMenu__subTitle {
    font-size: 1.2rem;
  }
}
.p-headerMenu__link {
  margin-top: 1.2em;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-headerMenu__link {
    margin-top: 1em;
    font-size: 1rem;
  }
}
.p-headerMenu__link a {
  position: relative;
  display: block;
  color: #fff;
  padding-left: 1.5em;
  transition: all .3;
}
.p-headerMenu__link a:before {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-headerMenu__link a:before {
    height: 1px;
  }
}
.p-headerMenu__link a:hover {
  opacity: 0.7;
}
.p-headerMenu__column {
  width: calc(50% - 0.75rem);
  margin-top: 3rem;
}
.p-headerMenu__column:nth-of-type(-n+2) {
  margin-top: 0;
}
.p-headerMenu__column:nth-of-type(2n) {
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-headerMenu__column:nth-of-type(2n) {
    margin-left: 1rem;
  }
}
.p-headerMenu__logo {
  width: 100%;
  padding-top: 3em;
  border-top: 2px solid #fff;
}
.p-headerMenu__logo .p-logo {
  width: auto;
  max-height: 30px;
  min-height: 30px;
  margin: 0 auto;
  text-align: center;
}
.p-headerMenu__logo .p-logo a {
  display: block;
  width: auto;
  height: 100%;
}
.p-headerMenu__logo .p-logo a img {
  width: auto;
  height: 100%;
  max-height: 30px;
  min-height: 30px;
}
.p-headerMenu__sns {
  width: 100%;
  padding: 2rem 0 6rem;
}
.p-headerMenu__sns .p-sns__list.u-sns__line {
  width: 26px;
}
.p-headerMenu__sns .p-sns__list.u-sns__fb {
  width: 26px;
}
.p-headerMenu__sns .p-sns__list.u-sns__yt {
  width: 32px;
}

html.is-active {
  overflow: hidden;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 4;
}
.overlay.is-active {
  display: block;
}

/*
** サイドバー
*/
.p-sidebar {
  width: 120px;
}
.p-sidebar__title a {
  display: block;
  width: 100%;
}
.p-sidebar__title a img {
  width: 100%;
  height: auto;
}
.p-sidebar .p-nav__list {
  border-bottom: 1px solid #fff;
  font-size: 1.3rem;
  text-align: center;
}
.p-sidebar .p-nav__list:last-of-type {
  border-bottom: none;
}
.p-sidebar .p-nav__list a {
  display: block;
  padding: 0 0 1.8rem;
  color: #ffffff;
  background: rgba(3, 61, 132, 0.8);
  transition: all .3s;
}
.p-sidebar .p-nav__list a:hover {
  background: rgba(77, 168, 239, 0.8);
}
.p-sidebar .p-nav__list a img {
  width: 100%;
  height: auto;
}

.p-sidebarSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-sidebarSP {
    display: block;
  }
}
.p-sidebarSP .p-nav {
  display: flex;
}
.p-sidebarSP .p-nav__list {
  width: 100%;
  border-left: 1px solid #fff;
  overflow: hidden;
}
.p-sidebarSP .p-nav__list:first-of-type {
  border-left: none;
}
.p-sidebarSP .p-nav__list a {
  display: block;
  height: 100%;
  padding: 0 0 .5rem;
  background: rgba(3, 61, 132, 0.8);
  transition: all .3s;
}
.p-sidebarSP .p-nav__list a:hover {
  background: rgba(77, 168, 239, 0.8);
}
.p-sidebarSP .p-nav__img {
  max-width: 80px;
  margin: 0 auto;
  transform: translateY(-5px);
}
.p-sidebarSP .p-nav__img img {
  width: 100%;
  height: auto;
}
.p-sidebarSP .p-nav__title {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  line-height: 1.4;
  transform: translateY(-2px);
}

/*
** MV
*/
.p-mv {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 64.58%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-mv {
    margin-bottom: 0;
  }
}
.p-mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-mv img {
    object-position: center;
  }
}
.p-mv__title {
  position: fixed;
  left: 0;
  bottom: 1.5em;
  width: 50%;
  min-width: 610px;
  z-index: 2;
}
.p-mv__title.is-push {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-mv__title {
    position: absolute;
    bottom: 3rem;
    width: 100%;
  }
}
.p-mv__title__inner {
  width: 100%;
  padding: 0.4rem 0 0.4rem 6rem;
  box-sizing: border-box;
  font-size: 3.6rem;
  font-weight: 500;
  color: #ffffff;
  background: rgba(53, 100, 157, 0.4);
}
@media screen and (max-width: 768px) {
  .p-mv__title__inner {
    padding: 0.7rem 0 0.6rem 2.5rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.p-mv__wrapper {
  position: relative;
  height: 100%;
}

/*
** sideimg
*/
.p-section {
  width: 100%;
  background: #fff;
}
.p-section__sideimg {
  position: relative;
}

.p-sideimg {
  width: 88.19%;
  padding: 0;
  margin: 0 auto;
  background: #2f80e2;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-sideimg {
    display: none;
  }
}
.p-sideimg__inner {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 64.45%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.p-sideimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*
** スライダー
*/
.p-figure .slick-list .slick-track {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.p-figure__img.slick-slide {
  display: block;
  position: relative;
  height: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-figure__img.slick-slide {
    margin: 0 0.5rem;
  }
}
.p-figure__img.slick-slide a {
  display: block;
  height: 100%;
}
.p-figure .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all .3;
}
.p-figure .slick-arrow.slick-prev {
  width: 45px;
  height: 45px;
  left: 2%;
  font-size: 0;
  background: #ffffff;
  border: 1px solid #2f80e2;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-figure .slick-arrow.slick-prev {
    width: 20px;
    height: 20px;
    left: 4rem;
  }
}
.p-figure .slick-arrow.slick-prev:before {
  content: "";
  position: absolute;
  top: 51%;
  left: 1rem;
  transform: translateY(-50%) rotate(-135deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #2f80e2;
  border-right: 2px solid #2f80e2;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .p-figure .slick-arrow.slick-prev:before {
    top: 50%;
    left: 0.5rem;
    width: 0.4rem;
    height: 0.4rem;
    border-top: 1px solid #2f80e2;
    border-right: 1px solid #2f80e2;
  }
}
.p-figure .slick-arrow.slick-prev:after {
  content: "";
  position: absolute;
  top: 51%;
  left: 1rem;
  width: 2.5rem;
  height: 2px;
  background: #2f80e2;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-figure .slick-arrow.slick-prev:after {
    top: 50%;
    left: 0.5rem;
    width: 1rem;
    height: 1px;
  }
}
.p-figure .slick-arrow.slick-next {
  width: 45px;
  height: 45px;
  right: 2%;
  font-size: 0;
  background: #ffffff;
  border: 1px solid #2f80e2;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-figure .slick-arrow.slick-next {
    width: 20px;
    height: 20px;
    right: 4rem;
  }
}
.p-figure .slick-arrow.slick-next:before {
  content: "";
  position: absolute;
  top: 51%;
  right: 1rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #2f80e2;
  border-right: 2px solid #2f80e2;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .p-figure .slick-arrow.slick-next:before {
    top: 50%;
    right: 0.5rem;
    width: 0.4rem;
    height: 0.4rem;
    border-top: 1px solid #2f80e2;
    border-right: 1px solid #2f80e2;
  }
}
.p-figure .slick-arrow.slick-next:after {
  content: "";
  position: absolute;
  top: 51%;
  right: 1rem;
  width: 2.5rem;
  height: 2px;
  background: #2f80e2;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-figure .slick-arrow.slick-next:after {
    top: 50%;
    right: 0.5rem;
    width: 1rem;
    height: 1px;
  }
}
.p-figure .slick-arrow:hover {
  opacity: 0.7;
}

.slider__dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14%;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .slider__dots {
    bottom: 2.5rem;
  }
}
.slider__dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .slider__dots li {
    width: 6px;
    height: 6px;
    margin-left: 6px;
  }
}
.slider__dots li button {
  width: 100%;
  height: 100%;
  background: #ffffff;
  font-size: 0;
  border-radius: 50%;
}
.slider__dots li:first-of-type {
  margin-left: 0;
}
.slider__dots li.slick-active {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .slider__dots li.slick-active {
    width: 10px;
    height: 10px;
  }
}
.slider__dots li.slick-active button {
  background: #2f80e2;
  border: 3px solid #b3cae6;
}
@media screen and (max-width: 768px) {
  .slider__dots li.slick-active button {
    border: 2px solid #b3cae6;
  }
}

/*
** figure
*/
.p-figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-figure.is-slider {
    margin-top: 1.5rem;
  }
}
.p-figure__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-figure__img {
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .p-figure__img.is-slider__item {
    padding: 0;
  }
}
.p-figure__img__inner {
  display: block;
  padding-top: 33.33%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all .3;
}
.p-figure__img img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
  transform: scale(1, 1);
}
.p-figure__img a {
  display: block;
  width: 100%;
  padding-top: 33.33%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all .3;
}
.p-figure__img a:hover img {
  transform: scale(1.05, 1.05);
}

.p-section {
  width: 100%;
  padding: 7rem 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-section {
    padding: 4.5rem 0;
  }
}
.p-section__inner {
  position: relative;
  width: 88.19%;
  max-width: 960px;
  margin: 3.5rem auto 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-section__inner {
    width: 100%;
    max-width: initial;
    margin: 2rem auto 0;
  }
}
.p-section__3column {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-section__3column {
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}
.p-section__box {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-section__box {
    margin-top: 1.5rem;
  }
}
.p-section__sublink {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-section__sublink {
    margin-top: 2rem;
  }
}
.p-section__sublink__inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.p-section__note {
  margin-top: 1.5rem;
}
.p-section__about {
  width: 100%;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-section__about {
    margin-top: 4rem;
  }
}

.p-content {
  width: 100%;
  padding-bottom: 7rem;
}

.p-row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-row {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-row__content {
    width: 100%;
  }
}
.p-row__sideimg {
  position: relative;
  right: 0;
  width: 50%;
  min-height: calc(100vh - 80px);
  background: #2f80e2;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-row__sideimg {
    width: 100%;
    min-height: initial;
  }
}

/*
** ニュース
*/
.p-card {
  width: 31.548%;
  height: auto;
  margin-left: 2.66%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-card {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.p-card:nth-of-type(3n+1) {
  margin-left: 0;
}
.p-card:nth-of-type(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-card:nth-of-type(-n+3) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-card:nth-of-type(1) {
    margin-top: 0;
  }
}
.p-card__head {
  width: 100%;
  padding: 2rem 0 5rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-card__head {
    padding: 1.2rem 0 4rem;
  }
}
.p-card__title {
  padding: 0 8.8%;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-card__title {
    padding: 0 1.5rem;
  }
}
.p-card__date {
  position: absolute;
  right: 9%;
  bottom: 2rem;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-card__date {
    font-size: 1rem;
  }
}
.p-card__category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1rem;
  background: #e98992;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-card__category {
    padding: 0.3rem 1rem;
  }
}
.p-card__figure {
  display: block;
  width: 100%;
  padding-top: 57.746%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.p-card__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
  transform: scale(1, 1);
}
.p-card__inner {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  transition: all .3s;
}
.p-card__inner:after {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #2f80e2 transparent;
  transition: all .3s;
}
.p-card a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-card a .p-card__inner:after {
  content: "";
}
.p-card a:hover .p-card__inner:after {
  bottom: 0;
  right: 0;
  transition: all .3s;
}
.p-card a:hover img {
  transform: scale(1.1, 1.1);
}
.p-card a:hover .p-card__title {
  opacity: 0.7;
}
.p-card a:hover .p-card__date {
  opacity: 0.7;
}

/*
** item
*/
.p-item {
  width: 31.548%;
  height: 164px;
  margin-left: 2.66%;
  margin-top: 2.66%;
}
@media screen and (max-width: 768px) {
  .p-item {
    width: 100%;
    height: auto;
    min-height: 70px;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.p-item:nth-of-type(3n+1) {
  margin-left: 0;
}
.p-item:nth-of-type(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-item:nth-of-type(-n+3) {
    margin-top: 1rem;
  }
}
.p-item a {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .p-item a {
    flex-direction: initial;
    justify-content: flex-start;
    border-radius: 10px;
  }
}
.p-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.9rem;
  height: 0.9rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transition: inherit;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .p-item a:after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-item a:hover:after {
  bottom: 0.6rem;
  right: 1rem;
  transition: all .3s;
}
.p-item a[target="_blank"]:after {
  content: '';
  width: 18px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 1rem;
  background: url("../img/common/icon_textlink_1_2.png") no-repeat;
  background-size: 18px auto;
  border: 0;
  transform: translateY(-50%) rotate(0deg);
}
.p-item a[target="_blank"]:hover:after {
  right: 0.5rem;
  transition: all .3s;
}
.p-item:nth-of-type(odd) a {
  background: #2f80e2;
}
.p-item:nth-of-type(odd) a:hover {
  background: #38a9e1;
}
.p-item:nth-of-type(even) a {
  background: #6aa7f0;
}
.p-item:nth-of-type(even) a:hover {
  background: #95beef;
}
.p-item.u-item:nth-of-type(odd) a {
  background: #f6a1ba;
}
.p-item.u-item:nth-of-type(odd) a:hover {
  background: #f7b2c6;
}
.p-item.u-item:nth-of-type(even) a {
  background: #e98992;
}
.p-item.u-item:nth-of-type(even) a:hover {
  background: #ff8ca5;
}
.p-item__title {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 2.2rem 0.5rem 2rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-item__title {
    width: 100%;
    justify-content: flex-start;
    font-size: 1.4rem;
    padding: 0 0 0 2rem;
  }
}
.p-item__img {
  display: block;
  width: 100%;
  max-width: 140px;
  height: 110px;
  margin: 3% auto -7%;
}
@media screen and (max-width: 768px) {
  .p-item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    min-width: calc(40% - 3rem);
    height: auto;
    margin: 0 3rem 0 0;
  }
}
.p-item__img img {
  width: 100%;
  height: auto;
}

/*
** サブリンク
*/
.p-link {
  width: 31.55%;
  height: 84px;
  margin-left: 2.6%;
  margin-top: 2.6%;
}
.p-link:nth-of-type(3n+1) {
  margin-left: 0;
}
.p-link:nth-of-type(-n+3) {
  margin-top: 0;
}
.p-link__title {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1.4;
  color: #fff;
}
.p-link__title span {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 3.2rem;
  box-sizing: border-box;
}
.p-link__title span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  height: 8px;
  background: url("../img/common/icon_link_02.png") no-repeat;
  background-size: 20px 8px;
  transform: translateY(-50%);
}

.p-sublink {
  width: 100%;
  display: flex;
  background: #e2efff;
}
@media screen and (max-width: 768px) {
  .p-sublink {
    width: calc(100% - 3rem);
    margin: 0 auto;
  }
}
.p-sublink__box {
  display: flex;
  flex-wrap: wrap;
  width: 82%;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .p-sublink__box {
    width: 70%;
  }
}
.p-sublink__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18%;
  position: relative;
  margin-right: 2rem;
  padding: 1rem 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  background: #2f80e2;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-sublink__title {
    width: 30%;
    font-size: 1.3rem;
  }
}
.p-sublink__title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #2f80e2;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-sublink__title:after {
    right: -10px;
    border-width: 15px 0 15px 10px;
  }
}
.p-sublink__icon {
  position: relative;
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #2f80e2;
  background: transparent;
}
.p-sublink__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.4rem;
  height: 0.4rem;
  border-top: 1px solid #2f80e2;
  border-right: 1px solid #2f80e2;
  transition: inherit;
}
.p-sublink__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 1.4rem;
  height: 1px;
  background: #2f80e2;
  transform: translateY(-50%);
}
.p-sublink__text {
  margin-left: 1rem;
  color: #333333;
  letter-spacing: 0.025em;
}
.p-sublink__inner {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-sublink__inner {
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
}
.p-sublink__inner a {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 1rem;
  padding: 0.5rem 1.5rem 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-sublink__inner a {
    margin-left: 0.8rem;
  }
}
.p-sublink__inner a:hover .p-sublink__icon {
  background: #2f80e2;
  border: 1px solid #2f80e2;
}
.p-sublink__inner a:hover .p-sublink__icon:before {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.p-sublink__inner a:hover .p-sublink__icon:after {
  background: #ffffff;
}

/*
** ボタン
*/
.p-button {
  width: 280px;
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-button {
    margin-top: 2rem;
  }
}
.p-button__bg {
  max-width: 550px;
  width: 100%;
  margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-button__bg {
    max-width: initial;
    margin: 2rem auto 0;
  }
}
.p-button__download {
  max-width: 550px;
  width: 100%;
  margin: 1rem auto 0;
  padding: 0 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-button__download {
    width: 100%;
  }
}
.p-button__download:first-of-type {
  margin-top: 0;
}
.p-button__download__wrapper {
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-button__download__wrapper {
    margin: 2rem auto 0;
  }
}
.p-button.u-button__color2 .c-button a {
  background: #e98992;
  border: 1px solid #e98992;
}
.p-button.u-button__color2 .c-button a:hover {
  background: #f6a1ba;
  border: 1px solid #f6a1ba;
}

/*
** フッター
*/
.p-footer {
  width: 100%;
}
.p-footer__head {
  width: 100%;
  padding: 6rem 0;
  background: #033d84;
}
@media screen and (max-width: 768px) {
  .p-footer__head {
    padding: 4rem 0 8rem;
  }
}
.p-footer__map {
  width: 92%;
  height: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-footer__map {
    display: none;
  }
}
.p-footer__map iframe {
  width: 100%;
  height: 100%;
}
.p-footer__sns {
  width: 100%;
  margin: 6rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-footer__sns {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__logo1 {
    display: none;
  }
}
.p-footer__logo1 .p-logo__01 {
  width: auto;
  min-height: 36px;
  max-height: 36px;
  margin: 0 auto;
  text-align: center;
}
.p-footer__logo1 .p-logo__01 a {
  display: block;
  width: auto;
  height: 100%;
}
.p-footer__logo1 .p-logo__01 a img {
  width: auto;
  height: 100%;
  min-height: 36px;
  max-height: 36px;
}
.p-footer__logo1 .p-footer__address {
  display: flex;
  justify-content: center;
  padding-left: 8rem;
  margin-top: 1rem;
  box-sizing: border-box;
}
.p-footer__logo1 .p-address {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  line-height: 1.6;
}
.p-footer__logo1 .p-address span {
  margin-right: 1em;
}
.p-footer__logo1 .p-maplink {
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  line-height: 1.6;
  margin-left: 1rem;
}
.p-footer__logo1 .p-maplink a {
  display: block;
  position: relative;
  transition: all .3s;
  color: #fff;
  padding-left: 1em;
  border-bottom: 1px solid #fff;
}
.p-footer__logo1 .p-maplink a:after {
  content: '>';
  position: absolute;
  top: 0;
  left: 0;
}
.p-footer__logo1 .p-maplink a:hover {
  opacity: 0.7;
}
.p-footer__logo1.u-haveMap {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-footer__logo1.u-haveMap {
    display: none;
  }
}
.p-footer__logo1.u-haveMap .p-logo__01 {
  margin: 0;
}
.p-footer__logo1.u-haveMap .p-footer__address {
  margin-left: 4rem;
  margin-top: 0;
  padding-left: 0;
}
.p-footer__bottom {
  width: 100%;
  padding: 6rem 0 6rem;
  background: #042c5c;
}
@media screen and (max-width: 768px) {
  .p-footer__bottom {
    padding: 4rem 1.5rem 3rem;
    box-sizing: border-box;
  }
}
.p-footer__bottom__inner {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-footer__bottom__inner {
    display: block;
    width: 100%;
  }
}
.p-footer__logo2 {
  float: right;
  margin-top: 6rem;
}
.p-footer__logo2 .p-logo__02 {
  width: 168px;
  height: auto;
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-footer__logo2 .p-logo__02 {
    width: 130px;
  }
}
.p-footer__logo2 .p-logo__02 a {
  display: block;
  width: 100%;
  height: auto;
}
.p-footer__logo2 .p-logo__02 a img {
  width: 100%;
  height: auto;
}
.p-footer__logo2 .p-copyright {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.p-footer__logo2 .p-copyright small {
  color: rgba(250, 250, 250, 0.4);
  letter-spacing: 0.16em;
}
.p-footer__logoSP {
  display: none;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-footer__logoSP {
    display: block;
  }
}
.p-footer__logoSP .p-logo__sp {
  width: auto;
  min-height: 36px;
  max-height: 36px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-footer__logoSP .p-logo__sp {
    min-height: 28px;
    max-height: 28px;
  }
}
.p-footer__logoSP .p-logo__sp a {
  display: block;
  width: auto;
  height: 100%;
}
.p-footer__logoSP .p-logo__sp a img {
  width: auto;
  height: 100%;
  min-height: 36px;
  max-height: 36px;
}
@media screen and (max-width: 768px) {
  .p-footer__logoSP .p-logo__sp a img {
    min-height: 28px;
    max-height: 28px;
  }
}
.p-footer__logoSP .p-footer__address {
  display: block;
  width: 80%;
  margin: 1rem auto 0;
}
.p-footer__logoSP .p-footer__address .p-address {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
.p-footer__logoSP .p-footer__address .p-address span {
  font-size: 1rem;
  margin-right: 1em;
}
.p-footer__logoSP .p-footer__address .p-maplink {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}
.p-footer__logoSP .p-footer__address .p-maplink a {
  display: inline-block;
  position: relative;
  transition: all .3s;
  color: #fff;
  padding-left: 1em;
  border-bottom: 1px solid #fff;
}
.p-footer__logoSP .p-footer__address .p-maplink a:after {
  content: '>';
  position: absolute;
  top: 0;
  left: 0;
}
.p-footer__logoSP .p-footer__address .p-maplink a:hover {
  color: #38a9e1;
  border-bottom: 1px solid #38a9e1;
}

/*
** フッターナビ
*/
@media screen and (max-width: 768px) {
  .p-footer__nav {
    display: none;
  }
}
.p-footer__nav .p-footerNav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1180px;
  margin: 10rem auto 0;
}
.p-footer__nav .p-footerNav--flexstart {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-footer__nav .p-footerNav {
    width: 100%;
  }
}
.p-footer__nav .p-footerNav__box {
  width: 17.916%;
  margin-left: 2.604%;
  margin-top: 2.604%;
}
.p-footer__nav .p-footerNav__box:nth-of-type(5n+1) {
  margin-left: 0;
}
.p-footer__nav .p-footerNav__box:nth-of-type(-n+5) {
  margin-top: 0;
}
.p-footer__nav .p-footerNav__title {
  font-size: 1.4rem;
  letter-spacing: 1.6;
  text-align: center;
}
.p-footer__nav .p-footerNav__title a {
  display: block;
  width: 100%;
  padding: 0 0 0.5rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  color: #fff;
  transition: all .3s;
}
.p-footer__nav .p-footerNav__title a:hover {
  color: #38a9e1;
}
.p-footer__nav .p-footerNav__title span {
  display: block;
  width: 100%;
  padding: 0 0 0.5rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  color: #fff;
  transition: all .3s;
}
.p-footer__nav .p-footerNav__list {
  margin-top: 0.8rem;
}
.p-footer__nav .p-footerNav__item {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  letter-spacing: 1.6;
}
.p-footer__nav .p-footerNav__item:first-of-type {
  margin-top: 0;
}
.p-footer__nav .p-footerNav__item a {
  display: block;
  padding-left: 2rem;
  color: #fff;
  transition: all .3s;
}
.p-footer__nav .p-footerNav__item a:hover {
  opacity: 0.7;
}

.p-footer__menu {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-footer__menu {
    width: 100%;
  }
}
.p-footer__menu .p-footerMenu__box {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-footer__menu .p-footerMenu__box {
    display: block;
  }
}
.p-footer__menu .p-footerMenu__box:first-of-type {
  margin-top: 0;
}
.p-footer__menu .p-footerMenu__title {
  width: 80px;
  text-align: center;
  font-size: 1.2rem;
  border: 1px solid #fff;
  letter-spacing: 0.16em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-footer__menu .p-footerMenu__title {
    width: 75px;
    font-size: 1rem;
  }
}
.p-footer__menu .p-footerMenu__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-footer__menu .p-footerMenu__list {
    margin-top: 1rem;
  }
}
.p-footer__menu .p-footerMenu__item {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .p-footer__menu .p-footerMenu__item {
    font-size: 1rem;
  }
}
.p-footer__menu .p-footerMenu__item a {
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  border-left: 1px solid #fff;
  color: #fff;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .p-footer__menu .p-footerMenu__item a {
    padding-left: 1rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 321px) {
  .p-footer__menu .p-footerMenu__item a {
    padding-left: 0.5rem;
    margin-left: 0.5rem;
  }
}
.p-footer__menu .p-footerMenu__item a:hover {
  opacity: 0.7;
}
.p-footer__menu .p-footerMenu__item:first-of-type a {
  padding-left: 0;
  border-left: 0;
}
@media screen and (max-width: 768px) {
  .p-footer__menu .p-footerMenu__item:first-of-type a {
    margin-left: 0;
  }
}

.p-pagetop {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .p-pagetop {
    width: 45px;
    height: 45px;
  }
}
.p-pagetop__title {
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-pagetop__title {
    font-size: 1rem;
  }
}
.p-pagetop__title:before {
  content: "";
  position: absolute;
  top: -0.8rem;
  right: 0;
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 auto;
  transform: rotate(-45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .p-pagetop__title:before {
    top: -0.8rem;
    width: 0.7rem;
    height: 0.7rem;
  }
}
.p-pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.7rem 0 0;
  box-sizing: border-box;
  background: #2f80e2;
  border-radius: 5px;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .p-pagetop a {
    padding: 2rem 0 0;
  }
}
.p-pagetop a:hover {
  background: #38a9e1;
}

/*
** page
*/
.p-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.5rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .p-page {
    max-width: initial;
    padding: 3.5rem 0 6rem;
  }
}
.p-page .p-title {
  margin-top: 4rem;
}
.p-page__head {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-page__head {
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}
.p-page__head__inner {
  display: flex;
  align-items: center;
}
.p-page__date {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-page__date {
    font-size: 1.2rem;
  }
}
.p-page__category {
  padding: 0 1rem;
  margin-left: 1.5rem;
  background: #e98992;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-page__category {
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 0.2rem 1rem;
  }
}
.p-page__eyeCatching {
  width: 83%;
  margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-page__eyeCatching {
    width: 100%;
    margin: 2rem 0;
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}
.p-page__eyeCatching img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-block {
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}
.p-block:first-of-type {
  margin-top: 3.5rem;
}
.p-block__title {
  width: 100%;
  padding: 0.7rem 1.8rem 0.7rem 1.8rem;
  border-left: 6px solid #2f80e2;
  background: #e2efff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-block__title {
    font-size: 1.8rem;
  }
}
.p-block__detail {
  margin-top: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-block__detail {
    margin-top: 1rem;
  }
}
.p-block__detail p {
  margin-top: 1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-block__detail p {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
.p-block__detail p .p-textBold {
  font-weight: bold;
}
.p-block__detail h3 {
  width: 100%;
  margin-top: 3.5rem;
  padding-bottom: 0.5rem;
  background: transparent;
  border-bottom: 2px solid #2f80e2;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-block__detail h3 {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.p-block__detail h3 a {
  display: block;
  transition: all .3s;
}
.p-block__detail h3 a:hover {
  opacity: 0.7;
}
.p-block__detail h4 {
  width: 100%;
  margin-top: 3.5rem;
  padding: 0 0 0 1rem;
  background: transparent;
  border-left: 5px solid #2f80e2;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-block__detail h4 {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.p-block__detail h4 a {
  display: block;
  transition: all .3s;
}
.p-block__detail h4 a:hover {
  opacity: 0.7;
}
.p-block__detail img {
  display: block;
  width: 83%;
  margin: 3rem auto 0;
}
.p-block__detail iframe {
  width: 83%;
  height: 400px;
  display: block;
  margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-block__detail iframe {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}
.p-block__movie {
  width: 83%;
  margin: 3rem auto 3rem;
}
@media screen and (max-width: 768px) {
  .p-block__movie {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-block__movie__inner {
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.p-block__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.p-block__imgBox {
  margin-top: 4rem;
}

.p-block__img {
  width: 83%;
  margin: 3rem auto 0;
}
.p-block__img img {
  width: 100%;
  height: auto;
}
.p-block__box {
  display: block;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-block__box {
    margin-top: 3rem;
  }
}
.p-block__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-block__flex {
    display: block;
    margin-top: 3rem;
  }
}
.p-block__2col {
  width: calc(50% - 0.75rem);
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-block__2col {
    width: 100%;
    margin-top: 1rem;
  }
}
.p-block__2col:nth-of-type(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-block__2col:nth-of-type(-n+2) {
    margin-top: 1rem;
  }
}
.p-block__2col .p-block__detail {
  margin-top: 0;
}
.p-block__2col .p-block__detail p:first-child {
  margin-top: 0;
}
.p-block__2col .p-block__detail h3 {
  margin-top: 2rem;
}
.p-block__2col .p-block__detail h3:first-child {
  margin-top: 0;
  margin-bottom: 1rem;
}
.p-block__2col .p-block__detail h4 {
  margin-top: 2rem;
}
.p-block__2col .p-block__detail h4:first-child {
  margin-top: 0;
  margin-bottom: 1rem;
}
.p-block__2col .p-block__detail img {
  width: 100%;
}
.p-block__2col .p-block__detail.u-imgText__01 p {
  margin-top: 1rem;
}
.p-block__2col .p-block__detail.u-imgText__01 h3 {
  margin-top: 2rem;
}
.p-block__2col .p-block__detail.u-imgText__01 h4 {
  margin-top: 2rem;
}
.p-block__2col .p-block__detail.u-imgText__01 img {
  margin-top: 0;
}
.p-block__2col .p-block__detail.u-imgText__02 img {
  margin-top: 2rem;
}
.p-block__row {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-block__row {
    margin-top: 1rem;
  }
}
.p-block__row img {
  display: block;
  width: 83%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-block__row img {
    width: 100%;
  }
}

li a {
  color: #2f80e2;
}

.p-counter {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-counter {
    margin-top: 4rem;
  }
}

.p-paging {
  margin: 7rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-paging {
    margin: 4.5rem auto -6rem;
  }
}

/*
** pagination
*/
@media screen and (max-width: 768px) {
  .p-pagination {
    padding: 0 1rem;
    box-sizing: border-box;
  }
}
.p-pagination__inner {
  display: flex;
  justify-content: center;
}
.p-pagination__inner li {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  line-height: 40px;
  background: #e5e5e5;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-pagination__inner li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 321px) {
  .p-pagination__inner li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.p-pagination__inner li:first-of-type {
  margin-left: 0;
}
.p-pagination__inner li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  transition: all .3s;
}
.p-pagination__inner li a:hover {
  opacity: 0.7;
}
.p-pagination__inner li.p-pagination__prev {
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
  color: #333333;
}
@media screen and (max-width: 321px) {
  .p-pagination__inner li.p-pagination__prev {
    width: 35px;
    height: 35px;
  }
}
.p-pagination__inner li.p-pagination__prev a {
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.p-pagination__inner li.p-pagination__prev a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 53%;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: translateY(-50%) translateX(-50%) rotate(-135deg);
  z-index: 2;
}
.p-pagination__inner li.p-pagination__current {
  background: #2f80e2;
  color: #ffffff;
}
.p-pagination__inner li.p-pagination__current a {
  background: #e5e5e5;
}
.p-pagination__inner li.p-pagination__next {
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
  color: #333333;
}
@media screen and (max-width: 321px) {
  .p-pagination__inner li.p-pagination__next {
    width: 35px;
    height: 35px;
  }
}
.p-pagination__inner li.p-pagination__next a {
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.p-pagination__inner li.p-pagination__next a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 53%;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: translateY(-50%) translateX(50%) rotate(45deg);
  z-index: 2;
}

/*
** common
*/
.p-common {
  width: 100%;
  padding: 6rem 0;
  background: #e2efff;
}
@media screen and (max-width: 768px) {
  .p-common {
    padding: 4rem 1.5rem 4.5rem;
    box-sizing: border-box;
  }
}
.p-common__inner {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-common__inner {
    width: 100%;
  }
}
.p-common__title {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  color: #2f80e2;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-common__title {
    font-size: 1.6rem;
  }
}
.p-common__box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-common__box {
    display: block;
    margin-top: 1.5rem;
  }
}
.p-common__link {
  width: 31.55%;
  min-height: 84px;
  margin-left: 2.675%;
  margin-top: 2.675%;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-common__link {
    width: 100%;
    height: 70px;
    min-height: initial;
    margin: 1rem auto 0;
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-common__link:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-common__link:nth-child(3n+1) {
    margin: 1rem auto 0;
  }
}
.p-common__link:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-common__link:nth-child(-n+3) {
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-common__link:first-of-type {
    margin-top: 0;
  }
}
.p-common__link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #2f80e2;
  border-radius: 5px;
  color: #ffffff;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .p-common__link a {
    border-radius: 3px;
  }
}
.p-common__link a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 3.5rem;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-common__link a span {
    justify-content: flex-start;
    text-align: left;
  }
}
.p-common__link a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.9rem;
  height: 0.9rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .p-common__link a span:after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-common__link a:hover {
  background: #38a9e1;
}

@media screen and (max-width: 768px) {
  .p-about {
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}
.p-about__head {
  width: 68%;
  padding: 3rem 5rem 3rem 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-about__head {
    width: 62%;
    padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  }
}
.p-about__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-about__title {
    font-size: 1.6rem;
  }
}
.p-about__text {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-about__text {
    font-size: 1.2rem;
  }
}
.p-about__figure {
  position: relative;
  width: 32%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-about__figure {
    width: 38%;
  }
}
.p-about__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
  transform: scale(1, 1);
}
.p-about__item {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-about__item {
    margin-top: 1.5rem;
  }
}
.p-about__item:first-of-type {
  margin-top: 0;
}
.p-about__item a {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 100%;
  color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .p-about__item a {
    border-radius: 10px;
  }
}
.p-about__item a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.9rem;
  height: 0.9rem;
  transform: rotate(45deg) translateY(-50%);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: inherit;
  transition: all .3s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-about__item a:after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-about__item a:hover .p-about__figure img {
  transform: scale(1.1, 1.1);
}
.p-about__item a:hover:after {
  bottom: 0.6rem;
  right: 1.5rem;
  transition: all .3s;
}
.p-about__item:nth-of-type(odd) a {
  background: #2f80e2;
  border: 2px solid #2f80e2;
}
.p-about__item:nth-of-type(even) a {
  background: #e98992;
  border: 2px solid #e98992;
}

.p-table {
  width: calc(100% - 2em);
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.p-table table {
  min-width: 100%;
  min-width: calc(100% - 2em);
  width: 100%;
}
.p-table__pattern1 tr th {
  width: 100%;
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  background: #a0a0a0;
  border: 1px solid #959595;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-table__pattern1 tr th {
    font-size: 1.2rem;
  }
}
.p-table__pattern1 tr td {
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  background: #fff;
  border: 1px solid #959595;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
.p-table__pattern1 tr td:nth-of-type(1) {
  min-width: 8em;
}
@media screen and (max-width: 768px) {
  .p-table__pattern1 tr td:nth-of-type(1) {
    width: 8em;
  }
}
@media screen and (max-width: 768px) {
  .p-table__pattern1 tr td {
    font-size: 1.2rem;
    min-width: 18em;
    width: 18em;
  }
}
.p-table__pattern2 {
  table-layout: fixed;
}
.p-table__pattern2 tr th {
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  background: #e2efff;
  border: 1px solid #959595;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .p-table__pattern2 tr th {
    min-width: 8em;
    width: 8em;
    font-size: 1.2rem;
  }
}
.p-table__pattern2 tr td {
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  background: #fff;
  border: 1px solid #959595;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .p-table__pattern2 tr td {
    min-width: 8em;
    width: 8em;
    font-size: 1.2rem;
  }
}
.p-table__pattern3 tr th {
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  background: #eee;
  border: 1px solid #959595;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-table__pattern3 tr th {
    font-size: 1.2rem;
  }
}
.p-table__pattern3 tr td {
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  background: #fff;
  border: 1px solid #959595;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  min-width: 5em;
}
@media screen and (max-width: 768px) {
  .p-table__pattern3 tr td {
    width: 5em;
  }
}
.p-table__pattern3 tr td:last-of-type {
  min-width: 18em;
}
@media screen and (max-width: 768px) {
  .p-table__pattern3 tr td:last-of-type {
    width: 18em;
  }
}
.p-table__pattern4 tr th {
  min-width: 5em;
  padding: 0.8rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #e2efff;
  border: 1px solid #959595;
}
@media screen and (max-width: 768px) {
  .p-table__pattern4 tr th {
    font-size: 1.2rem;
  }
}
.p-table__pattern4 tr td {
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  background: #fff;
  border: 1px solid #959595;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-table__pattern4 tr td {
    font-size: 1.2rem;
    min-width: 18em;
    width: 18em;
  }
}
.p-table__pattern4 tr td:nth-of-type(1) {
  min-width: 5em;
}
@media screen and (max-width: 768px) {
  .p-table__pattern4 tr td:nth-of-type(1) {
    width: 5em;
  }
}
.p-table__pattern5 tr th {
  min-width: 5em;
  padding: 0.8rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid #959595;
  border-right: 1px solid #ffffff;
  background: #e2efff;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-table__pattern5 tr th {
    font-size: 1.2rem;
  }
}
.p-table__pattern5 tr th:last-of-type {
  border-right: 1px solid #959595;
}
.p-table__pattern5 tr td {
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  background: #ffffff;
  border: 1px solid #959595;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-table__pattern5 tr td {
    font-size: 1.2rem;
  }
}
.p-table__pattern5 tr td:nth-of-type(1) {
  min-width: 5em;
}
.p-table__pattern5 tr td:nth-of-type(2) {
  min-width: 18em;
}
@media screen and (max-width: 768px) {
  .p-table__pattern5 tr td:nth-of-type(2) {
    width: 18em;
  }
}
.p-table__pattern5 tr:first-of-type th {
  min-width: 5em;
  background: #a0a0a0;
  color: #fff;
}
.p-table__pattern6 {
  table-layout: fixed;
}
.p-table__pattern6 tr th {
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #2f80e2;
  border: 1px solid #2f80e2;
  border-right: 1px solid #ffffff;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-table__pattern6 tr th {
    font-size: 1.2rem;
  }
}
.p-table__pattern6 tr th:last-of-type {
  border-right: 1px solid #2f80e2;
}
.p-table__pattern6 tr td {
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  background: #fff;
  border: 1px solid #959595;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-table__pattern6 tr td {
    font-size: 1.2rem;
  }
}
.p-table__pattern6 tr td:nth-of-type(odd) {
  background: #e2efff;
}
.p-table__pattern7 {
  table-layout: fixed;
}
.p-table__pattern7 tr th {
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid #959595;
  background: #e2efff;
}
@media screen and (max-width: 768px) {
  .p-table__pattern7 tr th {
    min-width: 8em;
    width: 8em;
    font-size: 1.2rem;
  }
}
.p-table__pattern7 tr td {
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  background: #fff;
  border: 1px solid #959595;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-table__pattern7 tr td {
    font-size: 1.2rem;
  }
}
.p-table__pattern7 tr td:nth-of-type(even) {
  background: #e2efff;
}
.p-table__pattern7 tr:nth-of-type(2) th {
  background: #89b1e2;
  border: 1px solid #2f80e2;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #89b1e2;
}
.p-table__pattern7 tr:nth-of-type(2) th:last-of-type {
  border-right: 1px solid #89b1e2;
}
.p-table__pattern7 tr:first-of-type th {
  text-align: center;
  background: #2f80e2;
  border: 1px solid #2f80e2;
  border-right: 1px solid #ffffff;
  color: #fff;
}
.p-table__pattern7 tr:first-of-type th:last-of-type {
  border-right: 1px solid #2f80e2;
}
.p-table__pattern7 tr:first-of-type th[rowspan] {
  background: #fff;
  border: 1px solid #959595;
  border-right: 1px solid #fff;
}
.p-table__pattern8 {
  table-layout: fixed;
}
.p-table__pattern8 tr th {
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #a0a0a0;
  border: 1px solid #a0a0a0;
  border-right: 1px solid #ffffff;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-table__pattern8 tr th {
    font-size: 1.2rem;
  }
}
.p-table__pattern8 tr th:last-of-type {
  border-right: 1px solid #a0a0a0;
}
.p-table__pattern8 tr td {
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  background: #fff;
  border: 1px solid #959595;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-table__pattern8 tr td {
    font-size: 1.2rem;
    min-width: 8em;
    width: 8em;
  }
}
.p-table__pattern9 {
  table-layout: fixed;
}
.p-table__pattern9 tr th {
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #e2efff;
  border: 1px solid #959595;
}
@media screen and (max-width: 768px) {
  .p-table__pattern9 tr th {
    font-size: 1.2rem;
    min-width: 4em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-table__pattern9 tr th {
    width: 4em;
  }
}

.p-table__pattern9 tr td {
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  background: #fff;
  border: 1px solid #959595;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-table__pattern9 tr td {
    font-size: 1.2rem;
  }
}
.p-table__pattern9 tr:first-of-type th {
  color: #fff;
  background: #2f80e2;
  border: 1px solid #2f80e2;
  border-right: 1px solid #ffffff;
}
.p-table__pattern9 tr:first-of-type th:first-of-type {
  background: #ffffff;
  border: 1px solid #959595;
  border-right: 1px solid #ffffff;
}
.p-table__pattern9 tr:first-of-type th:last-of-type {
  border-right: 1px solid #2f80e2;
}
.p-table__pattern10 tr th {
  min-width: 5em;
  padding: 0.8rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid #959595;
  border-right: 1px solid #ffffff;
  background: #e2efff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-table__pattern10 tr th {
    font-size: 1.2rem;
    min-width: 8em;
    width: 8em;
  }
}
.p-table__pattern10 tr th:first-of-type {
  min-width: 4em;
  width: 4em;
}
.p-table__pattern10 tr th:last-of-type {
  border-right: 1px solid #959595;
}
.p-table__pattern10 tr td {
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  background: #ffffff;
  border: 1px solid #959595;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  vertical-align: initial;
}
@media screen and (max-width: 768px) {
  .p-table__pattern10 tr td {
    font-size: 1.2rem;
  }
}
.p-table__pattern10 tr:first-of-type th {
  background: #a0a0a0;
  color: #fff;
}

.p-block__detail .p-process {
  margin-top: 4rem;
  padding: 0 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process {
    margin-top: 2rem;
  }
}
.p-block__detail .p-process__inner {
  display: flex;
  flex-wrap: wrap;
  width: 95.5%;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process__inner {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process__inner {
    width: 100%;
  }
}
.p-block__detail .p-process__list {
  position: relative;
  width: 21.25%;
  padding: 3rem 1.5rem;
  box-sizing: border-box;
  margin-left: 5%;
  margin-top: 5%;
  background: #2f80e2;
  border-radius: 10px;
  line-height: 1.5;
}
.p-block__detail .p-process__list:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process__list {
    width: 100%;
    padding: 1.2rem 1rem;
    margin-top: 3rem;
    margin-left: 0;
  }
}
.p-block__detail .p-process__list:nth-of-type(4n+1) {
  margin-left: 0;
}
.p-block__detail .p-process__list:nth-of-type(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process__list:nth-of-type(-n+4) {
    margin-top: 3rem;
  }
}
.p-block__detail .p-process__list:nth-of-type(odd) {
  background: #2f80e2;
}
.p-block__detail .p-process__list:nth-of-type(even) {
  background: #6aa7f0;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process__list:first-of-type {
    margin-top: 0;
  }
}
.p-block__detail .p-process__list:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -18%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 14px;
  border-color: transparent transparent transparent #a0a0a0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process__list:after {
    top: auto;
    right: 0;
    left: 0;
    bottom: -3.5rem;
    margin: 0 auto;
    transform: translateY(0) rotate(90deg);
  }
}
.p-block__detail .p-process__list:last-of-type:after {
  display: none;
}
.p-block__detail .p-process__list .p-process__title {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process__list .p-process__title {
    line-height: 1.4;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process__list .p-process__text {
    margin-top: 0.5rem;
  }
}
.p-block__detail .p-process__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process__title {
    display: block;
    height: auto;
    font-size: 1.4rem;
  }
}
.p-block__detail .p-process__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2em;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process__text {
    display: block;
    height: auto;
    font-size: 1.2rem;
  }
}
.p-block__detail .p-process2 {
  width: 100%;
  margin-top: 4rem;
  padding: 0 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process2 {
    margin-top: 2rem;
  }
}
.p-block__detail .p-process2__dl {
  width: 100%;
}
.p-block__detail .p-process2__box {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
  margin-bottom: 1.8rem;
}
.p-block__detail .p-process2__box:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 auto;
  transform: rotate(-225deg);
  border-top: 4px solid #2f80e2;
  border-right: 4px solid #2f80e2;
  box-sizing: border-box;
  border-radius: 2px;
  transition: inherit;
}
.p-block__detail .p-process2__box__inner {
  display: flex;
  min-height: 120px;
  border: 1px solid #2f80e2;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process2__box__inner {
    display: block;
    min-height: initial;
  }
}
.p-block__detail .p-process2__box:last-of-type:after {
  display: none;
}
.p-block__detail .p-process2 .p-dt {
  width: 35%;
  background: #2f80e2;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process2 .p-dt {
    width: 100%;
  }
}
.p-block__detail .p-process2 .p-dt__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  min-height: 120px;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process2 .p-dt__inner {
    padding: 1rem 0 1rem;
    min-height: initial;
  }
}
.p-block__detail .p-process2 .p-dt__title {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  padding: 0 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process2 .p-dt__title {
    font-size: 1.4rem;
  }
}
.p-block__detail .p-process2 .p-dt__time {
  position: relative;
  padding-left: 1.8em;
  margin-top: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process2 .p-dt__time {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.p-block__detail .p-process2 .p-dt__time:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("../img/common/icon_time.png") no-repeat;
  background-size: 18px auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process2 .p-dt__time:before {
    width: 14px;
    height: 14px;
    background-size: 14px auto;
  }
}
.p-block__detail .p-process2 .p-dd {
  width: 65%;
  padding: 2rem 2.5rem;
  box-sizing: border-box;
  background: #e6eff9;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process2 .p-dd {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}
.p-block__detail .p-process2 .p-dd p:first-child {
  margin-top: 0;
}
.p-block__detail .p-process2 .p-dd__text {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process2 .p-dd__text {
    font-size: 1.2rem;
  }
}
.p-block__detail .p-process2 .p-dd__text:first-of-type {
  margin-top: 0;
}
.p-block__detail .p-process2 .p-dd .p-textLink {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process2 .p-dd .p-textLink {
    font-size: 1.2rem;
  }
}
.p-block__detail .p-process2 .p-dd ol {
  counter-reset: items;
  box-sizing: border-box;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process2 .p-dd ol {
    padding-left: 1rem;
  }
}
.p-block__detail .p-process2 .p-dd ol li {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1.2em;
  margin-top: 0.5rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
}
.p-block__detail .p-process2 .p-dd ol li:before {
  counter-increment: items;
  content: counter(items) ".";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.6;
}
.p-block__detail .p-process2 .p-dd ol li:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process2 .p-dd ol li {
    font-size: 1.2rem;
  }
}
.p-block__detail .p-process2 .p-dd ol.p-ol__num2 {
  counter-reset: number2;
}
.p-block__detail .p-process2 .p-dd ol.p-ol__num2 > li {
  position: relative;
  padding-left: 2.6rem;
}
.p-block__detail .p-process2 .p-dd ol.p-ol__num2 > li:before {
  position: absolute;
  left: 0;
  counter-increment: number2;
  content: "(" counter(number2) ")";
}
.p-block__detail .p-process2 .p-dd ol.p-ol__num3 {
  counter-reset: number3;
}
.p-block__detail .p-process2 .p-dd ol.p-ol__num3 > li {
  position: relative;
  padding-left: 2.6rem;
}
.p-block__detail .p-process2 .p-dd ol.p-ol__num3 > li:before {
  position: absolute;
  left: 0;
  counter-increment: number3;
  content: "[" counter(number3) "]";
}
.p-block__detail .p-process2 .p-dd ol.p-ol__num4 {
  counter-reset: number4;
}
.p-block__detail .p-process2 .p-dd ol.p-ol__num4 > li {
  position: relative;
  padding-left: 1.2em;
}
.p-block__detail .p-process2 .p-dd ol.p-ol__num4 > li:before {
  position: absolute;
  left: 0;
  counter-increment: number4;
  content: counter(number4,lower-roman);
}
.p-block__detail .p-process2 .p-dd ol.p-ol__en {
  counter-reset: number;
}
.p-block__detail .p-process2 .p-dd ol.p-ol__en > li {
  position: relative;
  padding-left: 1.6rem;
}
.p-block__detail .p-process2 .p-dd ol.p-ol__en > li:before {
  position: absolute;
  left: 0;
  counter-increment: number;
  content: counter(number,lower-latin) ".";
}
.p-block__detail .p-process2 .p-dd ul {
  list-style: none;
  margin-top: 0.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process2 .p-dd ul {
    padding-left: 1rem;
  }
}
.p-block__detail .p-process2 .p-dd ul li {
  position: relative;
  padding-left: 1em;
  margin-top: 0.5rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
}
.p-block__detail .p-process2 .p-dd ul li:before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0.2em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
}
@media screen and (max-width: 768px) {
  .p-block__detail .p-process2 .p-dd ul li {
    font-size: 1.2rem;
  }
}

.p-anchorButton {
  margin-top: 2rem;
  padding: 0 1em;
  box-sizing: border-box;
}
.p-anchorButton__inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-anchorButton__inner {
    display: block;
  }
}
.p-anchorButton__list {
  width: 24.1%;
  padding-left: 0;
  margin-left: 1.2%;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.p-anchorButton__list:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-anchorButton__list {
    width: 100%;
    margin-left: 0;
  }
}
.p-anchorButton__list:nth-of-type(4n+1) {
  margin-left: 0;
}
.p-anchorButton__list:nth-of-type(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-anchorButton__list:nth-of-type(-n+4) {
    margin-top: 1.5rem;
  }
}
.p-anchorButton__list:nth-of-type(odd) a {
  background: #2f80e2;
}
.p-anchorButton__list:nth-of-type(odd) a:hover {
  background: #38a9e1;
}
.p-anchorButton__list:nth-of-type(even) a {
  background: #6aa7f0;
}
.p-anchorButton__list:nth-of-type(even) a:hover {
  background: #95beef;
}
.p-anchorButton__list a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem 3rem;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  line-height: 1.5;
  transition: all .3s;
}
.p-anchorButton__list a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%) rotate(-225deg);
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: inherit;
}

.p-anchorButton .p-anchorButton__inner {
  padding-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-anchorButton .p-anchorButton__inner {
    margin-top: 0;
  }
}

.p-anchorButton .p-anchorButton__inner .p-anchorButton__list {
  padding-left: 0;
  margin-top: 2.5%;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-anchorButton .p-anchorButton__inner .p-anchorButton__list {
    margin-top: 1.5rem;
  }
}
.p-anchorButton .p-anchorButton__inner .p-anchorButton__list:nth-of-type(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-anchorButton .p-anchorButton__inner .p-anchorButton__list:nth-of-type(-n+4) {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-anchorButton .p-anchorButton__inner .p-anchorButton__list:first-of-type {
    margin-top: 0;
  }
}

/*
** textLink
*/
.p-textLink {
  margin-top: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-textLink {
    font-size: 1.2rem;
  }
}
.p-textLink__wrapper {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-textLink__wrapper {
    margin-top: 2rem;
  }
}
.p-textLink a {
  position: relative;
  display: inline-block;
  color: #2f80e2;
  transition: all .3s;
  text-decoration: underline;
}
.p-textLink a:hover {
  opacity: 0.7;
}
.p-textLink a i.far {
  margin-left: 0.4em;
  font-size: 1.8rem;
}
.p-textLink a i.far.fa-file-word {
  color: #295AA4;
}
.p-textLink a i.far.fa-file-pdf {
  color: #E31C21;
}
.p-textLink a i.far.fa-file-excel {
  color: #027E48;
}
.p-textLink a i.far.fa-file-powerpoint {
  color: #D24320;
}
.p-textLink.u-blank a[target="_blank"] {
  position: relative;
  padding-right: 1.3em;
}
@media screen and (max-width: 768px) {
  .p-textLink.u-blank a[target="_blank"] {
    padding-right: 1.8em;
  }
}
.p-textLink.u-blank a[target="_blank"]:after {
  content: '';
  width: 18px;
  height: 14px;
  position: absolute;
  top: 0.2em;
  right: 0;
  background: url("../img/common/pattern_a_1/icon_textlink_1.png") no-repeat;
  background-size: 18px auto;
}
@media screen and (max-width: 768px) {
  .p-textLink.u-blank a[target="_blank"]:after {
    top: 0;
  }
}
.p-textLink.u-dl a {
  position: relative;
  padding-right: 1.3em;
}
@media screen and (max-width: 768px) {
  .p-textLink.u-dl a {
    padding-right: 1.8em;
  }
}
.p-textLink.u-dl a:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0.2em;
  right: 0;
  background: url("../img/common/pattern_a_1/icon_textlink_2.png") no-repeat;
  background-size: 16px auto;
}
@media screen and (max-width: 768px) {
  .p-textLink.u-dl a:after {
    top: 0;
  }
}
.p-textLink.u-normal a {
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .p-textLink.u-normal a {
    padding-right: 1.5em;
  }
}
.p-textLink.u-normal a:after {
  content: '>';
  position: absolute;
  top: 0.1em;
  right: 0;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-textLink.u-normal a:after {
    top: 0;
  }
}

.p-archive {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-archive {
    width: 100%;
    padding: 0 1.5rem;
    margin-bottom: 2rem;
    box-sizing: border-box;
  }
}
.p-archive__inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .p-archive__inner {
    display: block;
  }
}
.p-archive__card {
  width: calc(50% - 1rem);
  box-sizing: border-box;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-archive__card {
    width: 100%;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-archive__card:first-of-type {
    margin-top: 0;
  }
}
.p-archive__icon {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(47, 128, 226, 0.3);
  transition: all .3s;
}
.p-archive__icon:after {
  content: '';
  position: absolute;
  top: 51%;
  right: 0.9rem;
  width: 1px;
  height: 13px;
  background: #2f80e2;
  transform: translateY(-50%);
  z-index: 2;
}
.p-archive__icon:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.3rem;
  width: 13px;
  height: 1px;
  background: #2f80e2;
  transform: translateY(-50%);
  z-index: 2;
}
.p-archive__title {
  position: relative;
  padding: 1rem 1rem 1rem 0;
  background: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 1rem;
  cursor: pointer;
}
.p-archive__title:hover {
  opacity: 0.7;
}
.p-archive__title.is-active .p-archive__icon:after {
  display: none;
}
.p-archive__list {
  display: none;
  padding: 0 1rem 1rem 0;
  background: #ffffff;
}
.p-archive__list.is-active {
  display: block;
}
.p-archive__list__inner {
  display: flex;
  flex-wrap: wrap;
}
.p-archive__item {
  margin-left: 1rem;
  margin-top: 0.6rem;
  line-height: 1.3;
  font-size: 1.2rem;
}
.p-archive__item a {
  display: block;
  padding: 0.2rem 0.8rem;
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 4px;
  color: #333333;
  line-height: 1.3;
  transition: all .3s;
}
.p-archive__item a:hover {
  border: 1px solid #2f80e2;
  color: #2f80e2;
}

.p-gallery {
  width: 100%;
  margin-top: 4rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-gallery {
    margin-top: 3rem;
  }
}
.p-gallery__inner {
  display: flex;
  flex-wrap: wrap;
}
.p-gallery__2col {
  width: calc(50% - 0.75rem);
  margin-top: 1.5rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-gallery__2col {
    width: calc(50% - 0.5rem);
    margin-top: 1rem;
    margin-left: 1rem;
  }
}
.p-gallery__2col:nth-of-type(-n+2) {
  margin-top: 0;
}
.p-gallery__2col:nth-of-type(odd) {
  margin-left: 0;
}
.p-gallery__img {
  position: relative;
  padding-top: 66.66%;
  box-sizing: border-box;
  overflow: hidden;
}
.p-gallery__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
}

.p-search {
  padding: 2rem 3rem;
}
@media screen and (max-width: 768px) {
  .p-search {
    padding: 1rem 1.5rem;
  }
}
.p-search__flex {
  max-width: 480px;
  display: flex;
  align-items: stretch;
  margin-left: auto;
}
.p-search__col {
  width: 100%;
}
.p-search__col:last-of-type {
  width: 62px;
  min-width: 62px;
}
@media screen and (max-width: 768px) {
  .p-search__col:last-of-type {
    width: 44px;
    min-width: 44px;
  }
}
.p-search__input {
  width: 100%;
  height: 48px;
  border: none;
  padding: 1em;
  font-size: 1.6rem;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-search__input {
    height: 40px;
  }
}
.p-search__input::placeholder {
  color: #aaaaaa;
}
.p-search__submit {
  width: 100%;
  height: 100%;
  background: #eaeaea;
  text-align: center;
}
.p-search__submit img {
  width: 18px;
}
@media screen and (max-width: 768px) {
  .p-search__submit img {
    width: 14px;
  }
}

.p-search-count {
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-search-count {
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}

.p-search-result__row {
  border-top: 1px solid #c5c5c5;
  padding: 2.6rem 0;
}
@media screen and (max-width: 768px) {
  .p-search-result__row {
    padding: 2rem 0;
  }
}
.p-search-result__title {
  font-size: 1.8rem;
  color: #2f80e2;
}
@media screen and (max-width: 768px) {
  .p-search-result__title {
    font-size: 1.6rem;
  }
}
.p-search-result__title a {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  color: #2f80e2;
}
.p-search-result__title a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #2f80e2;
}
.p-search-result__title a:hover:after {
  border-bottom: 0;
}
.p-search-result__content {
  margin-top: 0.75em;
}
@media screen and (max-width: 768px) {
  .p-search-result__content {
    font-size: 1.4rem;
  }
}
.p-search-result .p-pagination__inner li {
  border: 1px solid #c5c5c5;
}
.p-search-result .p-pagination__inner li.p-pagination__current, .p-search-result .p-pagination__inner li.p-pagination__prev, .p-search-result .p-pagination__inner li.p-pagination__next {
  border: 0;
}

.p-block__detail > p {
  padding: 0 1em;
  box-sizing: border-box;
}
.p-block__detail > p a {
  color: #2f80e2;
  text-decoration: underline;
  transition: all .3s;
}
.p-block__detail > p a:hover {
  opacity: 0.7;
}
.p-block__detail ul {
  list-style: none;
  margin-top: 2rem;
  padding: 0 1em;
  box-sizing: border-box;
}
.p-block__detail ul > li {
  position: relative;
  padding-left: 1em;
  margin-top: 0.5rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
.p-block__detail ul > li:first-child {
  margin-top: 0;
}
.p-block__detail ul > li:before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0.2em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
}
@media screen and (max-width: 768px) {
  .p-block__detail ul > li {
    font-size: 1.2rem;
  }
}
.p-block__detail ul > li > ul {
  position: relative;
  margin-top: 0.5rem;
  padding: 0;
}
.p-block__detail ul > li > ul > li {
  position: relative;
  padding-left: 1em;
  margin-top: 0.5rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
.p-block__detail ul > li > ul > li:first-child {
  margin-top: 0;
}
.p-block__detail ul > li > ul > li:before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0.2em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
}
@media screen and (max-width: 768px) {
  .p-block__detail ul > li > ul > li {
    font-size: 1.2rem;
  }
}
.p-block__detail ul > li > ol {
  counter-reset: items;
  box-sizing: border-box;
  padding: 0;
  margin-top: 0.5rem;
}
.p-block__detail ul > li > ol > li {
  position: relative;
  padding-left: 1.2em;
  margin-top: 0.5rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
.p-block__detail ul > li > ol > li:before {
  counter-increment: items;
  content: counter(items) ".";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.6;
}
.p-block__detail ul > li > ol > li:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-block__detail ul > li > ol > li {
    font-size: 1.2rem;
  }
}
.p-block__detail ul > li > ol.p-ol__en {
  counter-reset: number;
}
.p-block__detail ul > li > ol.p-ol__en > li {
  position: relative;
  padding-left: 1.6rem;
}
.p-block__detail ul > li > ol.p-ol__en > li:first-child {
  margin-top: 0;
}
.p-block__detail ul > li > ol.p-ol__en > li:before {
  position: absolute;
  left: 0;
  counter-increment: number;
  content: counter(number,lower-latin) ".";
}
.p-block__detail ul > li > ol.p-ol__num2 {
  counter-reset: number2;
}
.p-block__detail ul > li > ol.p-ol__num2 > li {
  position: relative;
  padding-left: 2.6rem;
}
.p-block__detail ul > li > ol.p-ol__num2 > li:before {
  position: absolute;
  left: 0;
  counter-increment: number2;
  content: "(" counter(number2) ")";
}
.p-block__detail ul > li > ol.p-ol__num3 {
  counter-reset: number3;
}
.p-block__detail ul > li > ol.p-ol__num3 > li {
  position: relative;
  padding-left: 2.6rem;
}
.p-block__detail ul > li > ol.p-ol__num3 > li:before {
  position: absolute;
  left: 0;
  counter-increment: number3;
  content: "[" counter(number3) "]";
}
.p-block__detail ul > li > ol.p-ol__num4 {
  counter-reset: number4;
}
.p-block__detail ul > li > ol.p-ol__num4 > li {
  position: relative;
  padding-left: 1.2em;
}
.p-block__detail ul > li > ol.p-ol__num4 > li:before {
  position: absolute;
  left: 0;
  counter-increment: number4;
  content: counter(number4,lower-roman);
}
.p-block__detail ol {
  counter-reset: items;
  margin-top: 2rem;
  padding: 0 1em;
  box-sizing: border-box;
}
.p-block__detail ol > li {
  position: relative;
  padding-left: 1.2em;
  margin-top: 0.5rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
.p-block__detail ol > li:before {
  counter-increment: items;
  content: counter(items) ".";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.6;
}
.p-block__detail ol > li:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-block__detail ol > li {
    font-size: 1.2rem;
  }
}
.p-block__detail ol > li > ul {
  position: relative;
  margin-top: 0.5rem;
}
.p-block__detail ol > li > ul > li {
  position: relative;
  padding-left: 1em;
  margin-top: 0.5rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
.p-block__detail ol > li > ul > li:before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0.2em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
}
@media screen and (max-width: 768px) {
  .p-block__detail ol > li > ul > li {
    font-size: 1.2rem;
  }
}
.p-block__detail ol > li > ol {
  counter-reset: items;
  padding-left: 0;
}
.p-block__detail ol > li > ol > li {
  position: relative;
  padding-left: 1.2em;
  margin-top: 0.5rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
.p-block__detail ol > li > ol > li:before {
  counter-increment: items;
  content: counter(items) ".";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.6;
}
.p-block__detail ol > li > ol > li:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-block__detail ol > li > ol > li {
    font-size: 1.2rem;
  }
}
.p-block__detail ol > li > ol.p-ol__en {
  padding-left: 0;
  counter-reset: number;
}
.p-block__detail ol > li > ol.p-ol__en > li {
  position: relative;
  padding-left: 1.6rem;
}
.p-block__detail ol > li > ol.p-ol__en > li:before {
  position: absolute;
  left: 0;
  counter-increment: number;
  content: counter(number,lower-latin) ".";
}
.p-block__detail ol > li > ol.p-ol__num2 {
  padding-left: 0;
  counter-reset: number2;
}
.p-block__detail ol > li > ol.p-ol__num2 > li {
  position: relative;
  padding-left: 2.6rem;
}
.p-block__detail ol > li > ol.p-ol__num2 > li:before {
  position: absolute;
  left: 0;
  counter-increment: number2;
  content: "(" counter(number2) ")";
}
.p-block__detail ol > li > ol.p-ol__num3 {
  padding-left: 0;
  counter-reset: number3;
}
.p-block__detail ol > li > ol.p-ol__num3 > li {
  position: relative;
  padding-left: 2.6rem;
}
.p-block__detail ol > li > ol.p-ol__num3 > li:before {
  position: absolute;
  left: 0;
  counter-increment: number3;
  content: "[" counter(number3) "]";
}
.p-block__detail ol > li > ol.p-ol__num4 {
  padding-left: 0;
  counter-reset: number4;
}
.p-block__detail ol > li > ol.p-ol__num4 > li {
  position: relative;
  padding-left: 1.2em;
}
.p-block__detail ol > li > ol.p-ol__num4 > li:before {
  position: absolute;
  left: 0;
  counter-increment: number4;
  content: counter(number4,lower-roman);
}
.p-block__detail ol.p-ol__en {
  counter-reset: number;
}
.p-block__detail ol.p-ol__en > li:before {
  counter-increment: number;
  content: counter(number,lower-latin) ".";
}
.p-block__detail ol.p-ol__num2 {
  counter-reset: number2;
}
.p-block__detail ol.p-ol__num2 > li {
  padding-left: 1.6em;
}
.p-block__detail ol.p-ol__num2 > li:before {
  counter-increment: number2;
  content: "(" counter(number2) ")";
}
.p-block__detail ol.p-ol__num3 {
  counter-reset: number3;
}
.p-block__detail ol.p-ol__num3 > li {
  padding-left: 1.6em;
}
.p-block__detail ol.p-ol__num3 > li:before {
  counter-increment: number3;
  content: "[" counter(number3) "]";
}
.p-block__detail ol.p-ol__num4 {
  counter-reset: number4;
}
.p-block__detail ol.p-ol__num4 > li {
  padding-left: 1.2em;
}
.p-block__detail ol.p-ol__num4 > li:before {
  counter-increment: number4;
  content: counter(number4,lower-roman);
}

.p-block__detail ol > li > ul {
  margin-top: 0;
  padding-left: 0;
}
.p-block__detail ol > li > ol {
  margin-top: 0.5rem;
}
.p-block__detail ol > li > ol > li {
  margin-top: 0.5rem;
}

.p-block__detail table tr th h3 {
  margin-top: 1rem;
}
.p-block__detail table tr th h4 {
  margin-top: 1rem;
}
.p-block__detail table tr th p {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-block__detail table tr th p a {
  color: #2f80e2;
  text-decoration: underline;
}
.p-block__detail table tr th .p-textLocal {
  margin-top: 0.5rem;
  margin-left: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-block__detail table tr th .p-textLocal {
    font-size: 1.2rem;
  }
}
.p-block__detail table tr th .p-textBold {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-block__detail table tr th .p-textBold {
    font-size: 1.2rem;
  }
}
.p-block__detail table tr th .p-textNote {
  margin-left: 0;
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-block__detail table tr th .p-textNote {
    font-size: 1.1rem;
  }
}
.p-block__detail table tr th .p-textChina {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-block__detail table tr th .p-textChina {
    font-size: 1.2rem;
  }
}
.p-block__detail table tr th .p-textColor__01 {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-block__detail table tr th .p-textColor__01 {
    font-size: 1.2rem;
  }
}
.p-block__detail table tr th ul {
  padding-left: 0;
  margin-top: 0.5rem;
}
.p-block__detail table tr th ul li {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-block__detail table tr th ul li {
    font-size: 1.2rem;
  }
}
.p-block__detail table tr th ul li:first-of-type {
  margin-top: 0;
}
.p-block__detail table tr th ul li a {
  color: #2f80e2;
  text-decoration: underline;
  transition: all .3s;
}
.p-block__detail table tr th ul li a:hover {
  opacity: 0.7;
}
.p-block__detail table tr th ol {
  padding-left: 0;
  margin-top: 0.5rem;
}
.p-block__detail table tr th ol li {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-block__detail table tr th ol li {
    font-size: 1.2rem;
  }
}
.p-block__detail table tr th ol li:first-of-type {
  margin-top: 0;
}
.p-block__detail table tr th ol li a {
  color: #2f80e2;
  text-decoration: underline;
  transition: all .3s;
}
.p-block__detail table tr th ol li a:hover {
  opacity: 0.7;
}
.p-block__detail table tr th .p-textLink {
  padding: 0;
  font-size: 1.4rem;
}
.p-block__detail table tr th .p-textLink:first-child {
  margin-top: 0;
}
.p-block__detail table tr th > *:first-child {
  margin-top: 0;
}
.p-block__detail table tr td h3 {
  margin-top: 1rem;
}
.p-block__detail table tr td h4 {
  margin-top: 1rem;
}
.p-block__detail table tr td p {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-block__detail table tr td p a {
  color: #2f80e2;
  text-decoration: underline;
}
.p-block__detail table tr td .p-textLocal {
  margin-top: 0.5rem;
  margin-left: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-block__detail table tr td .p-textLocal {
    font-size: 1.2rem;
  }
}
.p-block__detail table tr td .p-textBold {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-block__detail table tr td .p-textBold {
    font-size: 1.2rem;
  }
}
.p-block__detail table tr td .p-textNote {
  margin-left: 0;
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-block__detail table tr td .p-textNote {
    font-size: 1.1rem;
  }
}
.p-block__detail table tr td .p-textChina {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-block__detail table tr td .p-textChina {
    font-size: 1.2rem;
  }
}
.p-block__detail table tr td .p-textColor__01 {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-block__detail table tr td .p-textColor__01 {
    font-size: 1.2rem;
  }
}
.p-block__detail table tr td ul {
  margin-top: 0.5rem;
  padding-left: 0;
}
.p-block__detail table tr td ul li {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-block__detail table tr td ul li {
    font-size: 1.2rem;
  }
}
.p-block__detail table tr td ul li:first-of-type {
  margin-top: 0;
}
.p-block__detail table tr td ul li a {
  color: #2f80e2;
  text-decoration: underline;
  transition: all .3s;
}
.p-block__detail table tr td ul li a:hover {
  opacity: 0.7;
}
.p-block__detail table tr td ol {
  margin-top: 0.5rem;
  padding-left: 0;
}
.p-block__detail table tr td ol li {
  font-size: 1.4rem;
}
.p-block__detail table tr td ol li:first-of-type {
  margin-top: 0;
}
.p-block__detail table tr td ol li a {
  color: #2f80e2;
  text-decoration: underline;
  transition: all .3s;
}
.p-block__detail table tr td ol li a:hover {
  opacity: 0.7;
}
.p-block__detail table tr td .p-textLink {
  padding: 0;
  font-size: 1.4rem;
}
.p-block__detail table tr td .p-textLink:first-child {
  margin-top: 0;
}
.p-block__detail table tr td > *:first-child {
  margin-top: 0;
}

.p-app {
  padding: 0 1em;
  box-sizing: border-box;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-app {
    margin-bottom: 3rem;
  }
}
.p-app__head {
  width: 120px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-app__head {
    width: 100px;
  }
}
.p-app__head img {
  width: 100%;
  height: auto;
}
.p-app__box {
  display: flex;
  margin-top: 1.5rem;
}
.p-app__item__01 {
  max-width: 202px;
  width: 100%;
  height: auto;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .p-app__item__01 {
    width: auto;
    height: 50px;
  }
}
@media screen and (max-width: 321px) {
  .p-app__item__01 {
    height: 45px;
  }
}
.p-app__item__01 a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-app__item__01 a img {
    width: auto;
    height: 50px;
  }
}
@media screen and (max-width: 321px) {
  .p-app__item__01 a img {
    height: 45px;
  }
}
.p-app__item__02 {
  max-width: 248px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-app__item__02 {
    width: auto;
    height: 50px;
  }
}
@media screen and (max-width: 321px) {
  .p-app__item__02 {
    height: 45px;
  }
}
.p-app__item__02 a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-app__item__02 a img {
    width: auto;
    height: 50px;
  }
}
@media screen and (max-width: 321px) {
  .p-app__item__02 a img {
    height: 45px;
  }
}

.p-block__2col img {
  display: flex;
  margin: 0 auto;
}

.p-block__title {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-block__title {
    margin-top: 4rem;
  }
}

.p-block__flex {
  padding: 0 1em;
  margin-top: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-block__flex {
    padding: 0;
    margin-top: 0;
  }
}

.p-page__block .p-block:first-of-type .p-block__title {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-page__block .p-block:first-of-type .p-block__title {
    margin-top: 2rem;
  }
}

.p-yearContent {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-yearContent {
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}
.p-yearContent__category {
  width: 100%;
  display: flex;
  background: #e2efff;
}
.p-yearContent__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21%;
  min-height: 44px;
  max-width: 150px;
  position: relative;
  margin-right: 2rem;
  padding: 1rem 1rem 1rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  background: #2f80e2;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-yearContent__title {
    width: 24%;
    padding: 1rem 1rem 1rem 1rem;
    margin-right: 1rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 321px) {
  .p-yearContent__title {
    width: 40%;
  }
}
.p-yearContent__title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 20px;
  border-color: transparent transparent transparent #2f80e2;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-yearContent__title:after {
    border-width: 22px 0 22px 20px;
    right: -10px;
    border-width: 15px 0 15px 10px;
  }
}
.p-yearContent__wrap {
  display: flex;
  flex-wrap: wrap;
  width: 79%;
  padding: 1rem 0;
}
.p-yearContent__item {
  display: flex;
  margin-left: 3rem;
  padding: 0.5rem 1.5rem 0.5rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-yearContent__item {
    margin-left: 1rem;
  }
}
.p-yearContent__iconWrap {
  display: flex;
}
.p-yearContent__icon {
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  line-height: 21px;
  margin-left: 0.5rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.4rem;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-yearContent__icon {
    font-size: 1.3rem;
  }
}
.p-yearContent__icon:first-of-type {
  margin-left: 0;
}
.p-yearContent__icon.u-yearContent__01 {
  background: #58b530;
}
.p-yearContent__icon.u-yearContent__02 {
  background: #2f80e2;
}
.p-yearContent__icon.u-yearContent__03 {
  background: #efb311;
}
.p-yearContent__iconText {
  margin-left: 0.5rem;
  color: #333333;
  letter-spacing: 0.025em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-yearContent__iconText {
    font-size: 1.3rem;
  }
}
.p-yearContent__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}
.p-yearContent__box {
  width: 47.61%;
  height: auto;
  margin-top: 4rem;
  background: #fafafa;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.p-yearContent__box:nth-of-type(-n+2) {
  width: 48.5%;
  margin-top: 0;
  border-radius: 8px 8px 0 0;
}
.p-yearContent__detail {
  padding: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-yearContent__detail {
    padding: 1rem;
  }
}
.p-yearContent__year {
  padding: 1.3rem 0;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background: #2f80e2;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-yearContent__year {
    font-size: 1.6rem;
  }
}
.p-yearContent__figure {
  display: block;
  width: 100%;
  padding-top: 57.746%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.p-yearContent__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
}
.p-yearContent__textWrap {
  display: flex;
  padding: 0.5rem 1.5rem 0.5rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-yearContent__textWrap {
    display: block;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
}

.p-yearContent__textWrap .p-yearContent__icon {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-yearContent__textWrap .p-yearContent__iconText {
    margin-top: 0.5rem;
    margin-left: 0;
  }
}

.p-yearContent__notice {
  font-size: 1.2rem;
}

.p-block__detail table {
  margin-top: 1rem;
}

audio {
  margin-top: 1rem;
}

.p-textBold {
  font-weight: bold;
}

.p-textColor__01 {
  color: #e98992;
}

.p-textColor__red {
  color: red;
}

p.p-textNote {
  position: relative;
  padding-left: 1.2em;
  margin-top: 0.7rem;
  margin-left: 1em;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  p.p-textNote {
    font-size: 1.1rem;
  }
}
p.p-textNote span {
  position: absolute;
  top: 0;
  transform: translateX(-1em);
}
p.p-textNote.u-blankNote {
  position: absolute;
  bottom: 2em;
  font-size: 1.2rem;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  padding: 0;
}
@media screen and (max-width: 768px) {
  p.p-textNote.u-blankNote {
    bottom: 0.8em;
    font-size: 1rem;
    left: 1.5rem;
    right: auto;
    text-align: left;
    transform: scale(0.9);
  }
}

p.p-textLocal {
  position: relative;
  padding-left: 1em;
  margin-top: 0.7rem;
  margin-left: 1em;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  p.p-textLocal {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
p.p-textLocal span {
  position: absolute;
  top: 0;
  transform: translateX(-1em);
}

@media screen and (max-width: 768px) {
  .p-block__detail > p.p-textNote {
    padding-left: 1.2em;
  }
}

p.p-textChina {
  position: relative;
  padding-left: 1.6em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  p.p-textChina {
    padding-left: 1.5em;
  }
}
p.p-textChina span {
  position: absolute;
  top: 0;
  left: 0;
}
p.p-textChina span:after {
  content: '.';
  position: absolute;
  right: -0.5em;
  bottom: 0;
}

.p-faq {
  width: 100%;
  margin-top: 3rem;
}
.p-faq .p-faq__inner {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 0 1.5rem;
    margin-top: 2rem;
    box-sizing: border-box;
  }
}
.p-faq__inner {
  width: 100%;
}
.p-faq__inner li.p-faq__item {
  padding-left: 0;
}
.p-faq__item {
  width: 100%;
  box-sizing: border-box;
  margin-top: 2rem;
}
.p-faq__item:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-faq__item {
    margin-top: 1rem;
  }
}
.p-faq__item:first-of-type {
  margin-top: 0;
}
.p-faq__q {
  position: relative;
  width: 100%;
  padding: 1em 5.8rem 1em 0;
  box-sizing: border-box;
  background: #f5f5f5;
  transition: all .3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-faq__q {
    padding: 1em 3.5rem 1em 0;
  }
}
.p-faq__q__inner {
  display: flex;
}
.p-faq__q:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 20px;
  height: 2px;
  background: #2f80e2;
  z-index: 2;
  transform: translateY(-50%) rotate(0deg);
}
@media screen and (max-width: 768px) {
  .p-faq__q:after {
    right: 1rem;
    width: 15px;
  }
}
.p-faq__q:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 20px;
  height: 2px;
  background: #2f80e2;
  z-index: 2;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-faq__q:before {
    right: 1rem;
    width: 15px;
  }
}
.p-faq__q.is-active:before {
  display: none;
}
.p-faq__q:hover {
  opacity: 0.7;
}
.p-faq__a {
  display: none;
  width: 100%;
  padding: 1em 5.8rem 1em 0;
  box-sizing: border-box;
  background: #ffffff;
  border-top: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .p-faq__a {
    padding: 1em 3.5rem 1em 0;
  }
}
.p-faq__a.is-active {
  display: block;
}
.p-faq__a__inner {
  display: flex;
}
.p-faq__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  font-family: "Cabin", sans-serif;
  font-size: 2.5rem;
  color: #2f80e2;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-faq__mark {
    font-size: 2rem;
  }
}
.p-faq__text {
  width: 85%;
}
.p-faq__text__inner {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-faq__text__inner {
    font-size: 1.2rem;
  }
}
.p-faq__text__inner > *:first-child {
  margin-top: 0;
}
.p-faq__text__inner:first-of-type {
  margin-top: 0;
}
.p-faq__text__inner p.p-textChina {
  margin-left: 0;
}
.p-faq__text__inner p.p-textNote {
  margin-left: 0;
}
.p-faq__text__inner .p-textLink {
  margin-top: 0.5rem;
}
.p-faq__text__inner ul {
  margin-top: 0.5rem;
  padding-left: 0;
}
.p-faq__text__inner ol {
  margin-top: 0.5rem;
  padding-left: 0;
}

.p-block__detail .p-process__inner {
  padding-left: 0;
}

.p-textLink {
  padding: 0 1em;
  box-sizing: border-box;
}

.p-banner {
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: 1rem auto 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-banner {
    max-width: initial;
  }
}
.p-banner a {
  width: 100%;
  height: auto;
  transition: all .3s;
}
.p-banner a img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
  transform: scale(1, 1);
}
.p-banner a:hover {
  transform: scale(1.05, 1.05);
}

.p-block__detail > *:first-child {
  margin-top: 0;
}

.u-clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.u-only-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-only-pc {
    display: none;
  }
}
.u-only-pc--inline {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-only-pc--inline {
    display: none;
  }
}
.u-only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-only-sp {
    display: block;
  }
}
.u-only-sp--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-only-sp--inline {
    display: inline-block;
  }
}
.u-only-sp-se {
  display: none;
}
@media screen and (max-width: 321px) {
  .u-only-sp-se {
    display: block;
  }
}

.u-bg__01 {
  background: #f9f8f5;
}
.u-bg__02 {
  background: #e2efff;
}
.u-bg__tp {
  background: transparent;
}

.u-pdT__01 {
  padding: 2rem 0 0;
}
@media screen and (max-width: 768px) {
  .u-pdT__01 {
    padding: 0;
  }
}
.u-pdT__02 {
  padding: 9rem 0 7rem;
}
@media screen and (max-width: 768px) {
  .u-pdT__02 {
    padding: 4.5rem 0;
  }
}

.u-header__01 {
  top: 0;
}
.u-header__02 {
  top: 8rem;
}

.u-pattern__col1 {
  width: 100%;
}
.u-pattern__col1 .c-breadcrumb__inner {
  max-width: 960px;
  margin: 0 auto;
}
.u-pattern__col1 .l-page {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.u-pattern__col1 .p-page {
  width: 100%;
}
.u-pattern__col2 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .u-pattern__col2 {
    width: 100%;
  }
}
.u-pattern__col2 .p-page {
  width: 88.19%;
}
@media screen and (max-width: 768px) {
  .u-pattern__col2 .p-page {
    width: 100%;
  }
}

.u-sudeimg__01 {
  width: 50%;
  padding-bottom: 2.5%;
}
@media screen and (max-width: 768px) {
  .u-sudeimg__01 {
    width: 100%;
    padding-bottom: 0;
  }
}
.u-sudeimg__02 .p-mv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 50%;
  min-width: 610px;
  height: 100vh;
  padding-top: 0;
}
.u-sudeimg__02 .p-mv.is-push {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-sudeimg__02 .p-mv {
    position: static;
    width: 100%;
    min-width: initial;
    height: 100%;
    padding-top: 64.58%;
  }
  .u-sudeimg__02 .p-mv.is-push {
    position: static;
    height: 100%;
    padding-top: 64.58%;
  }
}
.u-sudeimg__02 .p-mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=style.css.map */
