@charset "UTF-8";
@font-face {
  font-family: 'PtUtahCondensed-Bold';
  src: url("../fonts/PtUtahCondensed-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'PtUtahCondensed';
  src: url("../fonts/PtUtahCondensed.ttf") format("truetype");
}

/*------------------------------------------------------------
  Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

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

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

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

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  height: 120px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  color: #ffffff;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-header__page{
  height: 100px;
}

@media only screen and (max-width: 1024px) {
  .c-header {
    height: 65px;
  }
}

.c-header.is-current {
  height: 100px;
}

@media only screen and (max-width: 1024px) {
  .c-header.is-current {
    height: 65px;
  }
}

.c-header.is-current:after {
  opacity: 1;
}

.c-header.is-current .c-header__logo img {
  height: 60px;
}

@media only screen and (max-width: 1200px) {
  .c-header.is-current .c-header__logo img {
    height: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-header.is-current .c-header__logo img {
    height: 35px;
  }
}


.c-header:after {
  content: "";
  background: #000000;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.6;
  top: 0;
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 1024px) {
  .c-header:after {
    opacity: 1;
  }
}

.c-header .l-container {
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .c-header .l-container {
    width: 95%;
  }
}

@media only screen and (max-width: 1024px) {
  .c-header .l-container {
    width: 100%;
  }
}

.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .c-header__inner {
    padding: 0 15px;
    align-items: center;
  }
}

.c-header__logo {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1200px) {
  .c-header__logo {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) {
  .c-header__logo {
    width: 50%;
  }
}

.c-header__logo img {
  -webkit-transition: 1s;
  transition: 1s;
  height: 70px;
}

.c-header__page:after {
  opacity: 1;
}

.c-header__history .c-header__logo img {
  height:61px;
}

.c-header__history.is-current .c-header__logo img {
  height: 61px;
}

@media only screen and (max-width: 1200px) {
  .c-header__history .c-header__logo img {
    height: 61px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-header__history .c-header__logo img {
    height: 35px;
  }
}

@media only screen and (max-width: 1200px) {
  .c-header__history.is-current .c-header__logo img {
    height: 61px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-header__history.is-current .c-header__logo img {
    height: 35px;
  }
}

@media only screen and (max-width: 1200px) {
  .c-header__logo img {
    height: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-header__logo img {
    height: 35px;
  }
}

.c-header__right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 28px;
}

@media only screen and (max-width: 1200px) {
  .c-header__right {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) {
  .c-header__right {
    width: 50%;
    padding-right: 50px;
    padding-top: 0px;
  }
}

.c-header__language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.c-header__language ul li ul.sub-menu li:first-of-type {
  padding-left: 15px;
}

.c-header__language ul li ul.sub-menu li:last-of-type {
  padding-left: 28px;
}

@media only screen and (max-width: 1024px) {
  .c-header__language ul li ul.sub-menu li:last-of-type {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-header__language ul li a img {
    height: 20px;
  }
}

.c-headersp .c-gnavisp {
  display: none;
  position: fixed;
  top: 65px;
  background-color: #000000;
  width: 100%;
  z-index: 1000;
}

.c-headersp .c-gnavisp ul li a {
  padding: 20px 20px;
  display: block;
  border-top: 1px solid #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}

/* Main menu
------------------------------------------------------------*/
.c-gnavi {
}

@media only screen and (max-width: 1024px) {
  .c-gnavi {
    display: none;
  }
}

.c-gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-gnavi ul li {
  padding-left: 33px;
}

.c-gnavi ul li a {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  position: relative;
}

.c-gnavi ul li a:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-gnavi ul li a:hover {
  opacity: 1;
}

.c-gnavi ul li a:hover:before {
  width: 100%;
  opacity: 1;
}

.c-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  text-align: center;
  overflow: hidden;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1001;
  width: 65px;
  height: 65px;
  background-color: #000000;
}

@media only screen and (max-width: 1024px) {
  .c-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-menu__icon {
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left:0px;
  right:0px;
  margin-left: auto;
  margin-right: auto;
}

.c-menu__icon:first-child {
  top: 23px;
}

.c-menu__icon:nth-child(2) {
  top: 31px;
}

.c-menu__icon:nth-child(3) {
  top: 39px;
}

body.menu-open .c-menu__icon {
  width: 25px;
  top: 26px;
}

body.menu-open .c-menu__icon:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.menu-open .c-menu__icon:nth-child(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

body.menu-open .c-menu__icon:nth-child(3) {
  display: none;
}

@media only screen and (max-width: 1024px) {
  body.menu-open .c-menu__icon {
    width: 30px;
    top: 31px;
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  margin-top: 12px;
  background-color: #000000;
  height: 380px;
}

@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 0 35px;
    margin-top: 30px;
    height: auto;
  }
}

.c-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .c-footer__inner {
    padding-top: 25px;
  }
}

.c-footer__left {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .c-footer__left {
    width: 100%;
    text-align: center;
  }
  .c-footer__left img {
    width: 200px;
  }
}

.c-footer__right {
  width: 50%;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .c-footer__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-footer__right .c-footer__menu {
  float: right;
  padding-top: 15px;
  display: flex;
  justify-content: flex-end;
}

#c-footer__menu{
  padding-bottom: 5px;
  border-bottom: 1px solid #616161;;
}

@media only screen and (max-width: 767px) {
  #c-footer__menu{
    border-bottom:none;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer__right .c-footer__menu {
    padding-top: 25px;
    float: none;
    width: 100%;
    display: block;
  }
}

.c-footer__right .c-footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .c-footer__right .c-footer__menu ul {
    flex-direction: column;
  }
}

.c-footer__right .c-footer__menu ul li {
  padding-left: 37px;
}

.c-footer__right .c-footer__menu ul li:first-child {
  padding-left: 0px;
}

@media only screen and (max-width: 767px) {
  .c-footer__right .c-footer__menu ul li {
    padding-left: 0px;
  }
}

.c-footer__right .c-footer__menu ul li a {
  font-size: 1.7rem;
  line-height: 1.8;
  color: #ffffff;
  display: block;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-footer__right .c-footer__menu ul li a {
    border-top:1px solid #ffffff;
    display: block;
    padding:5px 0px;
    font-weight: normal;
  }
  .c-footer__right .c-footer__menu ul li:last-of-type a{
    border-bottom:1px solid #ffffff;
  }
}

.c-footer__social {
  padding-bottom: 20px;
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .c-footer__social {
    padding-top: 40px;
  }
}

.c-footer__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-footer__menu1{
  padding-top: 7px;
}

@media only screen and (max-width: 767px) {
  .c-footer__menu1{
    padding-top: 35px;
  }
}

.c-footer__menu1 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .c-footer__menu1 ul{
    flex-direction: column;
  }
}

.c-footer__menu1 ul li{
  padding-left: 23px;
}

@media only screen and (max-width: 767px) {
  .c-footer__menu1 ul li{
    padding-left: 0px;
  }
}

.c-footer__menu1 ul li a{
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.8;
  display: block;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-footer__menu1 ul li a{
    font-size: 1.7rem;
    padding: 5px 0px;
    font-weight: normal;
    border-top: 1px solid #ffffff;
  }
  .c-footer__menu1 ul li:last-of-type a{
    border-bottom: 1px solid #ffffff;
  }
}

/* .c-footer__menu1{
  position: relative;
}

.c-footer__menu1:after{
  content:"";
  height: 1px;
  background-color: #616161;
  width: calc(100% - 37px);
  position: absolute;
  top: 0;
  left:37px;
}
@media only screen and (max-width: 767px) {
  .c-footer__menu1:after{
    display: none;
  }
} */

/* .c-footer__social ul li:first-of-type {
  padding-right: 30px;
} */

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  min-width: 1200px;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
  }
}

.l-container {
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .l-container {
    width: 100%;
  }
}

.l-main{
  width: 800px;
  float: left;
}

@media only screen and (max-width: 767px) {
  .l-main {
    width: 100%;
  }
}

.l-sidebar{
  width: 350px;
  margin-left: 50px;
  float: left;
}

@media only screen and (max-width: 767px) {
  .l-sidebar{
    width: 100%;
    margin-left: 0px;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.l-btn--modify{
  padding-bottom: 23px;
  position: relative;
}

.l-btn--right {
  float: right;
}

@media only screen and (max-width: 767px) {
  .l-btn--right {
    width: 100%;
  }
}

.l-btn--center {
  width: 100%;
}

/*
------------------------------------------------------------*/
.c-btn1 {
  width: 600px;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.6rem;
  line-height: 1.8;
  color: #ffffff;
  background-color: #8AC43F;
  font-family: 'PtUtahCondensed-Bold';
  border-radius: 10px;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .c-btn1 {
    width: 100%;
    height: 44px;
    font-size: 2rem;
  }
}

.c-btn1 span:after {
  content: "";
  width: 600px;
  height: 88px;
  position: absolute;
  display: block;
  left: -100%;
  top: 0;
  background-color: #ffffff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .c-btn1 span:after {
    width: 100%;
  }
}

.c-btn1:hover {
  color: #006837;
  opacity: 1;
}

.c-btn1:hover span:after {
  left: 0;
}

.c-btn2 {
  width: 278px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 500;
  border: 1px solid #000000;
  margin-right: 6px;
  position: relative;
  z-index: 100;
  overflow: hidden;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .c-btn2 {
    font-weight: normal;
  }
}

.c-btn2 span:after {
  content: "";
  width: 278px;
  height: 54px;
  position: absolute;
  display: block;
  left: -100%;
  top: 0;
  background-color: #0C358B;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: -1;
}

.c-btn2:hover {
  color: #ffffff;
  opacity: 1;
}

.c-btn2:hover span:after {
  left: 0;
}

.c-btn2--diff {
  background-color: #ffffff;
  color: #000000;
  margin: 25px auto 0px;
}

@media only screen and (max-width: 767px) {
  .c-btn2--diff {
    display: none;
  }
}

.c-btn3{
  display:none;
  width:100%;
  background-color: #FF008C;
  color:#ffffff;
  font-size: 1.6rem;
  line-height: 1;
  height:45px;
  font-weight: 600;
  border: 1px solid #B2B2B2;
}

@media only screen and (max-width: 767px) {
  .c-btn3 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.c-btn4{
  width: 300px;
  height: 50px;
  background-color: #0071BC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .c-btn4{
    font-size: 1.6rem;
  }
}

.c-btn__top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  display: block;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.c-btn__top:hover {
  opacity: 1;
}

.c-btn__top:hover img {
  opacity: 1;
}

.c-btn__top--none {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@media only screen and (max-width: 767px) {
  .c-btn__top {
    bottom: 15px;
    right: 15px;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  padding-bottom: 47px;
  font-family: 'PtUtahCondensed-Bold';
  font-size: 5.4rem;
  line-height: 1.1;
  color: #0C358B;
}

@media only screen and (max-width: 767px) {
  .c-title1 {
    font-size: 3.5rem;
    padding-bottom: 24px;
  }
}

.c-title2 {
  font-family: 'PtUtahCondensed-Bold';
  color: #0C358B;
  font-size: 5.4rem;
  line-height: 1.8;
  text-align: center;
  position: relative;
}

.c-title2--diff {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 5rem;
}

.c-title2--modify:after{
  content: "";
  position: absolute;
  height: 2px;
  background-color: #fc6587;
  bottom: -3px;
  left: 0;
  width: 0%;
}

@media only screen and (max-width: 767px) {
  .c-title2 {
    font-size: 3.5rem;
    line-height: 1.3;
  }
  .c-title2--diff {
    font-size: 3.1rem;
  }
}

.c-title3{
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  height: 55px;
  background-color: #000000;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  font-family: "Meiryo";
}

@media only screen and (max-width: 767px) {
  .c-title3{
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
  }
}

.c-title4{
  font-size: 3.4rem;
  line-height: 1.2;
  color: #04508E;
  padding-bottom: 10px;
  border-bottom: 2px solid #04508E;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/

.c-table1{
  width:100%;
  border-collapse: collapse;
}

.c-table1 thead tr th, .c-table1 tbody tr td{
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  border: 1px solid #999999;
  padding: 12px 0px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-table1 thead tr th, .c-table1 tbody tr td{
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 5px;
    font-weight: normal;
  }
}

.c-table1 thead tr th {
  background:#666666;
  color:#ffffff;
  font-weight: 600;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
post
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-post1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #4d4d4d;
  padding-top: 34px;
  padding-bottom: 7px;
}

.c-post1:nth-child(1) {
  padding-top: 27px;
}

.c-post1 .c-post1__date{
  font-size:1.5rem;
  line-height: 1.5;
  color:#4D4D4D;
  font-family: 'Noto Sans JP';
  padding: 0px 10px;
  font-weight: 500;
  margin-right:15px;
}

@media only screen and (max-width: 767px) {
  .c-post1 .c-post1__date{
    font-size:1.7rem;
    font-weight:700;
    margin-right:10px;
  }
}

.c-post1 ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-post1 ul li + li{
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .c-post1 ul li + li{
    margin-left: 5px;
  }
}

.c-post1 ul li a{
  font-size:1.4rem;
  line-height: 1.8;
  font-family: 'Noto Sans JP';
  display: block;
  color:#ffffff;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-post1 ul li a{
    font-size:1.2rem;
    padding: 0 10px;
  }
}

.c-post1 a:nth-child(3){
  font-size:1.4rem;
  line-height: 1.4;
  font-family: 'Noto Sans JP';
  color:#4D4D4D;
  padding-left: 5px;
  font-weight: 500;
  margin-left: 15px;
}

.c-post1 a:nth-child(3):hover{
  color: #0C358B;
}

@media only screen and (max-width: 767px) {
  .c-post1 a:nth-child(3){
    padding-left: 10px;
    padding-top: 5px;
    font-size: 1.5rem;
    line-height:1.6em;
    margin-left: 0;
  }
}

.c-post2 {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-post2:nth-child(1) .c-title1, .c-post2:nth-child(3) .c-title1{
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-post2 {
    height: auto;
  }
}

.c-post2__left {
  width: 50%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .c-post2__left {
    width: 100%;
  }
}

.c-post2__left img {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
}

.c-post2__right {
  width: 50%;
  background-color: #F2F2F2;
}

@media only screen and (max-width: 767px) {
  .c-post2__right {
    width: 100%;
  }
}

.c-post2__text {
  width: 600px;
  height: 100%;
  padding: 50px 70px;
}

@media only screen and (max-width: 767px) {
  .c-post2__text {
    width: 100%;
    padding: 35px 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-post2__txt {
  margin-bottom: 50px;
  height:180px;
  overflow: hidden;
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-post2__txt {
    margin-bottom: 28px;
    height:auto;
  }
}

.c-post2:nth-child(2) .c-post2__txt{
  height:137px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .c-post2:nth-child(2) .c-post2__txt{
    height:auto;
  }
}

.c-post2__txt p {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 500;
  padding-bottom: 15px;
}

.c-post2__txt p:nth-child(2){
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
  padding-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .c-post2__txt p {
    font-size: 1.6rem;
    padding-bottom: 0px;
    font-weight: normal;
  }

  .c-post2__txt p:nth-child(2){
    -webkit-line-clamp: inherit;
  }
}

.c-post2:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-post2:nth-child(2) .c-post2__text {
  float: right;
}

.c-post2:nth-child(2) .c-post2__text > h2 {
  text-align: right;
}

.c-post2:nth-child(2) .c-post2__text > p {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 500;
  padding-bottom: 88px;
}

@media only screen and (max-width: 767px) {
  .c-post2:nth-child(2) .c-post2__text > p {
    font-size: 1.4rem;
    padding-bottom: 44px;
  }
}

.c-post2:nth-child(2) .c-btn1 {
  margin-right: 6px;
}

.c-post2:nth-child(2) .c-post2__right {
  background-color: #ffffff;
}

.c-post3 {
  width: 381px;
  margin-bottom: 48px;
  margin-right: 28px;
}

.c-post3:nth-child(3n) {
  margin-right: 0px;
}

@media only screen and (max-width: 767px) {
  .c-post3 {
    margin-bottom: 15px;
    width: 100%;
    display: none;
    position: relative;
    margin-right: 0px;
  }
}

.c-post3__text {
  background-color: #F2F2F2;
  padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .c-post3__text {
    padding-bottom:15px;
  }
}

.c-post3__image {
  cursor: pointer;
  display: block;
  height: 286px;
  overflow: hidden;
  position: relative;
}

.c-post3 .c-post3__image span{
  height: 50px;
  width: 50%;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #ffffff;
  position: absolute;
  bottom:0px;
  z-index: 100;
  padding-left: 17px;
  font-weight: 600;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-post3 .c-post3__image span{
    display: flex;
    align-items: center;
  }
}

.c-post3 .c-post3__image span:before{
  content: "";
  position: absolute;
  background:url("../images/shape3.png") no-repeat;
  height:50px;
  width: 100%;
  left:0;
  top:1px;
  z-index: -1;
}

.c-post3__image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
}

.c-post3__image:hover {
  opacity: 1;
}

.c-post3__image:hover img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.c-post3__txt {
  padding: 0 35px;
}

@media only screen and (max-width: 767px) {
  .c-post3__txt {
    padding: 0 20px;
  }
}

.c-post3__txt > h3 {
  font-size: 2.4rem;
  line-height: 1.8;
  color: #0071BA;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
  .c-post3__txt > h3 {
    font-size: 2rem;
    padding-bottom: 0px;
    height: 38px;
  }
}

.c-post3__txt .c-post3__txt__sub {
  font-size: 1.5rem;
  line-height: 1.7;
  padding-top: 5px;
  height:105px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-post3__txt .c-post3__txt__sub{
    font-size: 1.4rem;
    display: none;
  }
}

.c-post3__info{
  padding: 10px 10px 0px 35px;
  display: flex;
  align-items: center;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .c-post3__info{
    padding: 10px 10px 0px 20px;
  }
}

.c-post3__term{
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.c-post3__term > ul{
  display: flex;
  align-items: center;
}

.c-post3__term > ul li{
  margin-left: 5px;
}

.c-post3__term > ul li a{
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  width: 75px;
  height: 24px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .c-post3__term > ul li a{
    font-size: 1.2rem;
    width: 55px;
    height: 22px;
    font-weight: normal;
  }
}

.c-post3__date {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-post3__date {
    text-align: left;
    padding-right: 0px;
    font-weight: normal;
  }
}

.c-post4 h3{
  font-size:4rem;
  line-height: 1;
  padding-bottom: 5px;
  margin-bottom: 37px;
  color: #4d4d4d;
  font-family: 'PtUtahCondensed-Bold';
  position: relative;
}

.c-post4 h3:after{
  content:"";
  position: absolute;
  height: 2px;
  background-color: #fc6587;
  bottom:0px;
  left: 0;
  width: 0%;
}

@media only screen and (max-width: 767px) {
  .c-post4 h3{
    font-size:2.8rem;
    padding-bottom: 5px;
    margin-bottom: 17px;
  }
}

.c-post4 p{
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 44px;
}

.c-post4__gallery{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .c-post4__gallery {
    justify-content: space-between;
    margin-bottom: 30px;
  }
}

.c-post4__gallery a{
  margin-right: 25px;
  margin-bottom: 25px;
  display: block;
}

.c-post4__gallery a img{
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .c-post4__gallery a{
    width: 47.5%;
    margin-right: 0px;
    margin-bottom: 5%;
  }
}

.c-post4__gallery a:nth-child(4n){
  margin-right: 0px;
}

.c-post5{
  width: 240px;
  float: left;
  margin-bottom: 20px;
  margin-right: 40px;
}

.c-post5:nth-child(3n){
  margin-right: 0px;
}

@media only screen and (max-width: 767px) {
  .c-post5{
    width: 100%;
    margin-right: 0px;
  }
}

.c-post5 p{
  margin: 15px 0px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: "Meiryo";
}

@media only screen and (max-width: 767px) {
  .c-post5 p{
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
  }
}

.c-post5__image{
  height: 180px;
}

.c-post5__image img{
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
}

.c-post6{
  width: 100%;
  padding: 20px 15px;
  border-top: none;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-post6:nth-child(1){
  border-top: 1px solid #DDDDDD;
}

.c-post6__image{
  width: 100px;
  height: 100px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-post6__image img{
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.c-post6__text{
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 6px;
}

.c-post6__text span{
  position: relative;
  padding-left: 23px;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "Meiryo";
}

@media only screen and (max-width: 767px) {
  .c-post6__text span{
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
    font-weight: normal;
  }
}

.c-post6__text span:after{
  content: "";
  position: absolute;
  left: 0px;
  background: url(../images/ico-clock.png) no-repeat;
  color: #9B9898;
  width: 16px;
  height: 16px;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-post6__text a{
  font-family: "Meiryo";
}

@media only screen and (max-width: 767px) {
  .c-post6__text a{
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
    font-weight: normal;
  }
}

.c-post6__text > a:hover{
  text-decoration: underline;
}

.c-post7{
  width: 385px;
  border-right: 4px solid #cccccc;
  border-bottom: 4px solid #cccccc;
  background-color: #ffffff;
  margin-right: 22px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .c-post7{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
  }
}

.c-post7__img{
  height: 300px;
  background-color: #E5E5E5;
  display: block;
}

.c-post7__img img{
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
}

.c-post7__text{
  padding: 20px 30px 23px;
}

.c-post7__text > p:nth-child(1){
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .c-post7__text > p:nth-child(1){
    font-size: 1.6rem;
  }
}

.c-post7__text > a:nth-child(2){
  font-size: 2.4rem;
  line-height: 1;
  color: #0071BC;
  font-weight: 600;
  margin-bottom: 19px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
  .c-post7__text > a:nth-child(2){
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.c-post7__txt{
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  max-height: 135px;
  overflow: hidden;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
  .c-post7__txt{
    font-size: 1.6rem;
    max-height: 120px;
  }
}

.c-post7:nth-child(3n){
  margin-right: 0px;
}

.c-post8{
  margin-bottom: 40px;
}

.c-post8 h3{
  font-size: 2rem;
  line-height: 1.2;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #4d4d4d;
  font-family: 'PtUtahCondensed-Bold';
  position: relative;
}

.c-post8 h3:after{
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fc6587;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.c-post8__gallery{
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .c-post8__gallery{
    justify-content: space-between;
  }
}

.c-post8__gallery a{
  width: 162px;
  height:110px;
  display: block;
  margin-right: 11px;
  margin-bottom:10px;
}

@media only screen and (max-width: 767px) {
  .c-post8__gallery a{
    width: 47.5%;
    margin-right: 0px;
    margin-bottom:5%;
  }
}

.c-post8__gallery a:nth-child(7n){
  margin-right: 0px;
}

.c-post8__gallery a img{
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-mainvisual {
  overflow: hidden;
  height: 90vh;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual {
    height: 400px;
  }
}

.c-mainvisual__slide {
  height: 100%;
}

.c-mainvisual__slide .c-slide {
  height: 100%;
}

.c-mainvisual__slide .c-slide img {
  height: 100%;
  width: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: linear 8s;
  transition: linear 8s;
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.c-mainvisual__slide .c-slide.is-moving img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.c-mainvisual__page{
  background: #1a1a1a;
  height: 450px;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__page{
    height: 450px;
  }
}

.c-mainvisual__page .l-container{
  position: relative;
  z-index: 998;
  height:100%;
}

.c-mainvisual__page img {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 998;
}

.c-mainvisual__page__text{
  position: absolute;
  bottom:50px;
  z-index: 999;
  color:#ffffff;
  width: 100%;
  padding: 0 70px;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__page__text {
    padding: 0 20px;
  }
}

.c-mainvisual__page__text h2{
  font-size: 5.4rem;
  line-height: 1;
  padding-bottom: 2px;
  color:inherit;
  font-family: 'PtUtahCondensed-Bold';
  position: relative;
}

.c-mainvisual__page__text h2:after{
  content:"";
  position: absolute;
  height: 2px;
  background-color: #fc6587;
  bottom:0px;
  left: 0;
  width: 0%;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__page__text h2{
    font-size: 3.5rem;
  }
}

.c-copyright {
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-copyright {
    padding-bottom: 30px;
    font-size: 1.4rem;
  }
}

.c-breadcum{
  height:50px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-breadcum{
    height: auto;
    padding: 20px 20px 0px;
  }
}

.c-breadcum ul{
  display: flex;
}

.c-breadcum ul li{
  color: inherit;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
}

.c-breadcum ul li + li{
  padding-left: 20px;
}

.c-breadcum ul li:last-of-type{
  color: #0071BC;
}

.c-breadcum ul li a{
  display: block;
  position: relative;
}

.c-breadcum ul li a:after{
  content:"/";
  position: absolute;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  right: -12px;
  top:0px;
}

.slick-list {
  height: 100%;
}

.slick-track {
  height: 100%;
}


.c-widget--modify1{
  margin-bottom: 60px;
}

.c-widget__cnt ul{
  padding: 10px 15px 25px;
}

.c-widget__cnt ul li a{
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 5px 0px;
  display: block;
  font-family: "Meiryo";
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-widget__cnt ul li a{
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
    font-weight: normal;
  }
}

.c-widget__cnt ul li a:hover{
  text-decoration: none;
  color: #0056b3;
  opacity: 1;
}

.c-widget form{
  margin-bottom: 50px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.c-widget form input[type=search]{
  width: 100%;
  border: none;
  background: #F2F2F2;
  height: 40px;
  padding: 0px 10px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 40px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.c-form__search{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #222222;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-form__search input[type=submit]{
  border: 0;
  background: url(../images/ico-search.png) no-repeat;
  text-indent: 40px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.c-widget--modify2 .c-widget__cnt ul{
  padding: 0;
}

.c-widget--modify2 .c-widget__cnt ul li a{
  padding: 10px 18px;
  border-top: none;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  display: block;
}

.c-widget--modify2 .c-widget__cnt ul li:nth-child(1) a{
  border-top: 1px solid #DDDDDD;
}

.c-pagination{
  width: 785px;
  margin: 0 auto;
  position: relative;
  margin-top: 10px;
  height: 50px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-pagination {
    width: 100%;
  }
}

.c-pagination a {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #4D4D4D;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .c-pagination a{
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.c-pagination a.is-next {
    position: absolute;
    right: 35px;
    top: 0px;
}

@media only screen and (max-width: 767px) {
  .c-pagination a.is-next {
    right: 0px;
  }
}

.c-pagination a.is-prev {
    position: absolute;
    left: 0px;
    top: 0px;
}

@media only screen and (max-width: 767px) {
  .c-pagination a.is-prev {
    left: 0px;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .p-top {
    padding-top: 65px;
  }
}
.p-top1 {
  padding-top: 34px;
}

@media only screen and (max-width: 767px) {
  .p-top1 {
    padding-top: 25px;
  }
}

.p-top1__cnt {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .p-top1__cnt {
    width: 100%;
    padding: 0 20px 40px;
  }
}

.p-top2__button {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  height: 140px;
  background-color: #006837;
}

@media only screen and (max-width: 767px) {
  .p-top2__button {
    height: 70px;
    padding: 0 20px;
  }
}

.p-top2__cnt {
  width: 100%;
}

.p-top3 {
  padding-top: 58px;
}

@media only screen and (max-width: 767px) {
  .p-top3 {
    padding: 29px 15px 0px;
  }
}

.p-top3__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 38px;
}

@media only screen and (max-width: 767px) {
  .p-top3__cnt {
    padding-top: 19px;
  }
}

/*------------------------------------------------------------
Css of race2020 page
------------------------------------------------------------*/
.p-race{
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .p-race{
    padding-top: 65px;
  }
}

.p-race1{
  padding-top: 64px;
  padding-bottom: 46px;
}

@media only screen and (max-width: 767px) {
  .p-race1{
    padding: 40px 20px 30px;
  }
}

.p-race__inner{
  width: 1060px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-race__inner{
    width: 100%;
  }
}

.p-race__inner > p{
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .p-race__inner > p{
    padding-left: 0px;
    font-weight: normal;
  }
}

.p-race2{
  padding-bottom: 118px;
}

@media only screen and (max-width: 767px) {
  .p-race2{
    padding: 0px 20px 60px;
  }
}

.p-race2__cnt{
  margin-top: 32px;
}

/*------------------------------------------------------------
Css of history page
------------------------------------------------------------*/
.p-history{
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .p-history{
    padding-top: 65px;
  }
}

.p-history1{
  padding-top: 29px;
}

@media only screen and (max-width: 767px) {
  .p-history1{
    padding: 15px 20px 0px;
  }
}

.p-history__cnt{
  padding-top: 22px;
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-history__cnt{
    width: 100%;
    padding-top: 11px;
  }
}

.p-history__cnt p{
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .p-history__cnt p{
    font-weight: normal;
  }
}

.p-history2{
  padding-top: 40px;
  padding-bottom: 74px;
}

@media only screen and (max-width: 767px) {
  .p-history2{
    padding: 20px 20px 37px;
  }
}

/*------------------------------------------------------------
Css of team page
------------------------------------------------------------*/
.p-team{
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .p-team{
    padding-top: 65px;
  }
}

.p-team1{
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .p-team1{
    padding: 30px 20px 0px;
  }
}

.p-team__inner{
  width: 1060px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-team__inner{
    width: 100%;
  }
}

.p-team__cnt{
  padding-top: 30px;
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-team__cnt{
    padding-top: 20px;
    width: 100%;
  }
}

.p-team__cnt p{
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  padding-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .p-team__cnt p{
    padding-bottom: 20px;
    font-weight: normal;
  }
}

.p-team__cnt p:last-child{
  padding-bottom: 0px;
}

.p-team__gallery{
  padding-top: 53px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .p-team__gallery{
    justify-content: space-between;
    padding-top: 30px;
  }
}

.p-team__gallery a{
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
}

.p-team__gallery a img{
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .p-team__gallery a{
    width: 47.5%;
    margin-right: 0px;
    margin-bottom: 5%;
  }
}

.p-team__gallery a:nth-child(4n){
  margin-right: 0px;
}

.p-team__gallery--diff{
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .p-team__gallery--diff{
    padding-top: 30px;
  }
  .p-team__gallery--diff a{
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-team__gallery--diff a:nth-child(2n){
  margin-right: 0px;
}

.p-team__gallery--modify{
  padding-top: 28px;
}

.p-team2{
  padding-top: 42px;
}

@media only screen and (max-width: 767px) {
  .p-team2{
    padding: 32px 20px 0px;
  }
}

.p-team2__info{
  text-align: center;
  padding-top: 42px;
}

@media only screen and (max-width: 767px) {
  .p-team2__info{
    padding-top: 20px;
  }
}

.p-team2__info h3{
  display: flex;
  flex-direction: column;
    font-size: 5.4rem;
    line-height: 1.3;
    font-family: 'PtUtahCondensed-Bold';
    color: #4d4d4d;
    padding-bottom: 42px;
}

.p-team2__info h3 span{
  font-size: 2.4rem;
  font-family: "Meiryo";
}

@media only screen and (max-width: 767px) {
  .p-team2__info h3 span{
    font-size: 2rem;
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', serif;
  }
}

@media only screen and (max-width: 767px) {
  .p-team2__info h3{
    font-size: 3.5rem;
    line-height: 1.2;
    padding-bottom: 15px;
  }
}

.p-team2__info dl{
  display: flex;
  justify-content: center;
}

.p-team2__info dl dt, .p-team2__info dl dd{
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .p-team2__info dl dt, .p-team2__info dl dd{
    font-weight: normal;
  }
}

.p-team2__info dl dt{
  width: 120px;
  text-align: left;

}

.p-team2__info dl dd{
  width: 100px;
  text-align: left;
}

.p-team2__career{
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .p-team2__career{
    padding-top: 15px;
  }
}

.p-team2__career .p-team__cnt{
  padding-top: 15px;
}

@media only screen and (max-width: 767px) {
  .p-team2__career .p-team__cnt{
    padding-top: 10px;
  }
}

.p-team2__career h3{
  font-size: 3.6rem;
  line-height: 1.8;
  color: #333333;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-team2__career h3{
    font-size: 2.8rem;
  }
}

.p-team3{
  padding-bottom: 91px;
  padding-top: 87px;
}

@media only screen and (max-width: 767px) {
  .p-team3{
    padding: 38px 20px 30px;
  }
}

.p-team3__cnt h3{
  padding-top: 24px;
  font-size: 4rem;
  line-height: 1.8;
  color: #4d4d4d;
  text-align: center;
  font-family: 'PtUtahCondensed-Bold';
}

@media only screen and (max-width: 767px) {
  .p-team3__cnt h3{
    font-size: 2rem;
    line-height: 1.2;
  }
}

.p-team3 .c-title2--modify:after{
  bottom: -6px;
}

.p-team3__text{
  width: 650px;
  margin: 0 auto;
  padding-top: 61px;
  padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .p-team3__text{
    width: 100%;
    padding-top: 35px;
    padding-bottom: 10px;
  }
}

.p-team3__text dl{
  display: flex;
}

.p-team3__text dl dt, .p-team3__text dl dd{
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 500;
  font-family: "Meiryo";
}

@media only screen and (max-width: 767px) {
  .p-team3__text dl dt, .p-team3__text dl dd{
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
    font-weight: normal;
  }
}

.p-team3__text dl dt{
  width:140px;
}

@media only screen and (max-width: 767px) {
  .p-team3__text dl dt{
    width: 40%;
  }
}

.p-team3__text dl dd{
  width:510px;
}

@media only screen and (max-width: 767px) {
  .p-team3__text dl dd{
    width: 60%;
  }
}

/*------------------------------------------------------------
Css of gallery page
------------------------------------------------------------*/

.p-gallery{
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .p-gallery{
    padding-top: 65px;
  }
}

.p-gallery1{
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .p-gallery1{
    padding: 30px 20px 0px;
  }
}

/*------------------------------------------------------------
Css of contact page
------------------------------------------------------------*/

.p-contact{
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .p-contact{
    padding-top: 65px;
  }
}

.p-contact1{
  padding-top: 71px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .p-contact1{
    padding: 35px 20px;
  }
}

.p-contact1 .l-container > h3{
  font-size:3rem;
  line-height: 1;
  color: #0c358b;
  font-family: 'PtUtahCondensed-Bold';
  margin-left: 205px;
  padding-left: 10px;
  width:595px;
}

.p-contact1 .l-container > h3.p-contact1__title{
  font-size:2.5rem;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .p-contact1 .l-container > h3{
    width:100%;
    margin-left: 0px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .p-contact1 .l-container > h3.p-contact1__title{
    font-size:2.3rem;
  }
}

.p-contact1__inner{
  padding-top: 76px;
}

@media only screen and (max-width: 767px) {
  .p-contact1__inner{
    padding-top: 45px;
  }
}

.p-contact1__inner form dl{
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .p-contact1__inner form dl{
    flex-direction: column;
  }
}

.p-contact1__inner form dl dt{
  width: 205px;
  display: flex;
  padding-top: 5px;
  font-family: "Meiryo";
}

@media only screen and (max-width: 767px) {
  .p-contact1__inner form dl dt{
    padding-top: 0px;
    padding-bottom: 5px;
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
  }
}

.p-contact1__inner form dl dt .required{
  margin-left: 10px;
  margin-top: 7px;
  font-size: 1.2rem;
  color:#ffffff;
  background-color: #c40d23;
  line-height: 1.8;
  border-radius: 3px;
  height:20px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-contact1__inner form dl dd > span{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

[role=alert]{
  color: #c40d23;
  font-size: 1.6rem;
  line-height: 1.5;
}

div[role=alert]{
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  div[role=alert]{
    margin-top: 0px;
     margin-bottom: 30px;
  }
}

form dl dd input[type=text], form dl dd input[type=email], form dl dd textarea, form dl dd input[type=submit]{
  width: 520px;
  height:42px;
  border-radius: 10px;
  border: 1px solid #4d4d4d;
  box-sizing: border-box;
  padding: 5px 15px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  form dl dd input[type=text], form dl dd input[type=email], form dl dd textarea, form dl dd input[type=submit]{
    width: 100%;
  }
}

form dl dd textarea{
  height:255px;
}

form dl dd input[type=submit]{
  height:52px;
  font-size: 1.6rem;
  line-height: 1.8;
  width: 525px;
  background-color: #2c4b77;
  color: #ffffff;
  margin-top:20px;
  cursor:pointer;
}

@media only screen and (max-width: 767px) {
  form dl dd input[type=submit]{
    width: 100%;
    margin-bottom:30px;
  }
}

.screen-reader-response{
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

/*------------------------------------------------------------
Css of blog page
------------------------------------------------------------*/

.p-blog{
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .p-blog{
    padding-top: 65px;
  }
}

.p-blog1{
  padding: 60px 0px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .p-blog1{
    padding: 35px 20px;
  }
}

.p-blog1__image img{
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
}

.p-blog1__common{
  padding: 15px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: "Meiryo";
}

@media only screen and (max-width: 767px) {
  .p-blog1__common{
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
  }
}

.p-blog1__common span{
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  padding: 0px 20px;
  display: block;
}

.p-blog1__common span:first-of-type{
  border-right: 1px solid #aaaaaa;
}

.p-blog1__common span:first-of-type:after{
  content: "";
  position: absolute;
  left: 0px;
  background: url('../images/ico-clock.png') no-repeat;
  color: #9B9898;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-blog1 h2{
  font-size: 3.4rem;
  line-height: 1.2;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 2px solid #fc6587;
  width: 100%;
  margin-bottom: 50px;
  font-family: "Meiryo";
}

@media only screen and (max-width: 767px) {
  .p-blog1 h2{
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
  }
}

.p-blog1__text{
  padding: 0px 0px 40px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Meiryo";
}

@media only screen and (max-width: 767px) {
  .p-blog1__text{
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
  }
}

.p-blog1__social{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-blog1__social li{
  margin-right: 10px;
}

.p-blog1__note{
  padding: 30px 23px;
  background-color: #fafafa;
  margin: 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Meiryo";
}

@media only screen and (max-width: 767px) {
  .p-blog1__note{
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
  }
}

.p-blog1__note span{
  border-right: 1px solid #DCDCDC;
  line-height: 1;
}

.p-blog1__pencil{
  position: relative;
  padding: 0px 15px 0px 20px;
}

.p-blog1__file{
  position: relative;
  padding: 0px 20px 0px 35px;
}

.p-blog1__pencil:after{
  content: "";
  background: url('../images/ico-edit.png') no-repeat;
  left: 0;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-blog1__file:after{
  content: "";
  background: url('../images/ico-folder.png') no-repeat;
  left: 15px;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-blog1__cnt{
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-blog1__cat{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.js-fade01 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.is-fade01 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.is-transition {
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.js-fade.is-effect h2:after, .js-fade.is-effect h3:after {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-name: transitionWidth;
          animation-name: transitionWidth;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes transitionWidth {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes transitionWidth {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.language > li > a {
    display: none;
}

.language > li > ul.sub-menu > li > a > img{
  display: none;
}

.language > li > ul.sub-menu > li > a{
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  font-weight: 500;
}

.language > li > ul.sub-menu > li:last-child a:before{
  content: "/";
  position: absolute;
  top:-8px;
  right:-13px;
  font-size: 1.9rem;
  line-height: 1.8;
}

.lightbox{
  transform: translateY(-50%);
  transition: all 0.5s ease;
}

.lb-dataText{
  height: 35px;
}

.lightboxOverlay{
  position: fixed!important;
  width: 100%!important;
  height: 100%!important;
}

.lb-data{
  display: flex;
  justify-content: space-between;
}