@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@-webkit-keyframes rotate-logo {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@keyframes rotate-logo {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

/* default */
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

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

blockquote, q {
  quotes: none;
}

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

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

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

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  word-wrap: break-word;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic,"Helvetica","メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

/*!
  Styles
  */
img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

body {
  background: #f7f7f7;
  color: #000;
}

main {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

@-webkit-keyframes repeat-bg-anim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100px 100px;
  }
}

@keyframes repeat-bg-anim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100px 100px;
  }
}

/* layout */
.l-container {
  position: relative;
  width: 100%;
  min-width: 1100px;
  overflow: hidden;
  text-align: center;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}

.l-main {
  background: url(../img/common/bg.png) repeat;
  padding-top: 120px;
}

.l-main.is-top {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.l-section {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.l-section.is-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.l-in-section__head {
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.l-in-section__main {
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.l-in-section.is-active .l-in-section__head {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.l-in-section.is-active .l-in-section__main {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
}

.l-in-section__head {
  padding: 97px 0 97px;
}

.l-in-section__title {
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic,"Helvetica","メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
}

.l-in-section__ja {
  font-size: 10px;
  letter-spacing: normal;
  line-height: 1;
}

.l-in-section__main {
  padding-bottom: 157px;
}

@-webkit-keyframes rotate-op {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-op {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.l-loading.is-display-none {
  display: none;
}

.l-loading.is-hidden {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.l-loading__bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-loading__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  background-color: #13438d;
  width: 100%;
  height: 100%;
  content: "";
}

.l-loading__bg.is-active::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.001s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: opacity 0.001s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}

.l-loading__bg #canvas {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-loading__main {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-loading__logo {
  display: table-cell;
  vertical-align: middle;
}

.l-loading__logo-inner {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  margin: 0 auto;
  width: 100px;
}

.l-loading__logo-inner.is-active {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.58, -1.32, 0.64, 1.01) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.58, -1.32, 0.64, 1.01) 0s;
  transition: transform 0.7s cubic-bezier(0.58, -1.32, 0.64, 1.01) 0s;
  transition: transform 0.7s cubic-bezier(0.58, -1.32, 0.64, 1.01) 0s, -webkit-transform 0.7s cubic-bezier(0.58, -1.32, 0.64, 1.01) 0s;
}

.l-loading__logo-inner img {
  -webkit-animation: rotate-op 15s linear 0.2s infinite normal forwards;
          animation: rotate-op 15s linear 0.2s infinite normal forwards;
}

/* component */
.c-header {
  background: #13438d;
  min-width: 1100px;
  height: 120px;
  color: #fff;
}

.c-header a {
  color: #fff;
}

.c-header .c-header__inner {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.c-header__logo, .c-header__text, .c-header__nav {
  display: table-cell;
  vertical-align: middle;
}

.c-header__logo {
  padding: 0 18px 0 24px;
  width: 122px;
}

.c-header__logo a {
  display: block;
}

.c-header__logo.is-active img {
  -webkit-animation: rotate-logo 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards;
          animation: rotate-logo 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards;
}

.c-header__text .c-in-swiper {
  height: 70px;
  overflow: hidden;
}

.c-header__text .c-in-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-header__text .c-in-img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 240px;
}

.c-header__text .c-in-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: left;
}

.c-header__text .c-in-text-top {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.9;
}

.c-header__text .c-in-text-bottom {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.3;
}

.c-header__nav .c-in-btn-wrap {
  width: 60px;
  height: 75px;
}

.c-header__nav .c-in-btn-wrap .c-in-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 75px;
}

.c-header__nav .c-in-btn-wrap .c-in-btn.is-close div:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
      -ms-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
  -webkit-transition: margin-top 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  transition: margin-top 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  transition: margin-top 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  transition: margin-top 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s, -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  margin-top: 0%;
}

.c-header__nav .c-in-btn-wrap .c-in-btn.is-close div:nth-child(2) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.01s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  transition: opacity 0.01s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
}

.c-header__nav .c-in-btn-wrap .c-in-btn.is-close div:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
      -ms-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
  -webkit-transition: margin-top 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  transition: margin-top 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  transition: margin-top 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  transition: margin-top 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s, -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  margin-top: 0%;
}

.c-header__nav .c-in-btn-wrap .c-in-btn div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 28px;
  height: 2px;
}

.c-header__nav .c-in-btn-wrap .c-in-btn div:nth-child(1) {
  -webkit-transition: margin-top 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s, -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: margin-top 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s, -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: margin-top 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s, transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: margin-top 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s, transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  margin-top: -12%;
}

.c-header__nav .c-in-btn-wrap .c-in-btn div:nth-child(2) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: opacity 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.c-header__nav .c-in-btn-wrap .c-in-btn div:nth-child(3) {
  -webkit-transition: margin-top 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s, -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: margin-top 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s, -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: margin-top 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s, transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: margin-top 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s, transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  margin-top: 12%;
}

.c-nav {
  position: relative;
  z-index: 1;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: right;
}

.c-nav > * {
  font-size: 16px;
  letter-spacing: normal;
}

.c-nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  background: rgba(19, 68, 141, 0.7);
  width: 100%;
  height: 100%;
}

.c-nav__bg.is-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.c-nav__list, .c-nav__magazine {
  display: inline-block;
  vertical-align: middle;
}

.c-nav__list {
  font-size: 0;
  letter-spacing: -0.4em;
}

.c-nav__list > * {
  font-size: 16px;
  letter-spacing: normal;
}

.c-nav__list li {
  display: inline-block;
  font-family: 'Roboto Condensed', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic,"Helvetica","メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  letter-spacing: normal;
  line-height: 2;
}

.c-nav__list li a {
  display: inline-block;
  position: relative;
}

.c-nav__magazine {
  padding-left: 34px;
  width: 197px;
  text-align: left;
}

.c-nav__magazine-title {
  margin-bottom: 5px;
  font-family: 'Roboto Condensed', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic,"Helvetica","メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1;
}

.c-nav__magazine-text {
  margin-bottom: 10px;
  font-size: 10px;
  letter-spacing: normal;
  line-height: 1;
}

.c-nav a.c-nav__link {
  display: inline-block;
  position: relative;
  border: 1px solid #13438d;
  background: #fff;
  padding: 14px 24px;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1;
}

.c-nav a.c-nav__link::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background: #13438d;
  width: 0;
  height: 100%;
  content: "";
}

.c-nav a.c-nav__link .c-nav__link-text {
  position: relative;
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #13438d;
}

.c-footer {
  background: #13438d;
  color: #fff;
}

.c-footer {
  position: relative;
  padding: 29px 100px 64px;
  text-align: left;
}

.c-footer a {
  color: #fff;
}

.c-footer__pagetop {
  position: absolute;
  top: 25px;
  right: 99px;
  width: 48px;
}

.c-footer__link {
  margin-bottom: 21px;
}

.c-footer__link-list {
  font-size: 0;
  letter-spacing: -0.4em;
}

.c-footer__link-list > * {
  font-size: 16px;
  letter-spacing: normal;
}

.c-footer__link-list li {
  display: inline-block;
  margin-right: 29px;
  font-family: 'Roboto Condensed', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic,"Helvetica","メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 1;
}

.c-footer__link-list li:last-child {
  margin-right: 0;
}

.c-footer__link-list li a {
  display: inline-block;
  position: relative;
}

.c-footer__copy {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: 0.3;
  font-family: 'Roboto Condensed', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic,"Helvetica","メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 1;
}

.c-list-container {
  position: relative;
  -webkit-transform: translate(40px, 0);
      -ms-transform: translate(40px, 0);
          transform: translate(40px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  background: #fff;
  width: 980px;
}

.c-list-container__img-inner {
  -webkit-transform: translate(-40px, 0);
      -ms-transform: translate(-40px, 0);
          transform: translate(-40px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.c-list-container__inner {
  padding-bottom: 50px;
}

.c-list-container__main {
  margin-bottom: 39px;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: left;
}

.c-list-container__main > * {
  font-size: 16px;
  letter-spacing: normal;
}

.c-list-container__img, .c-list-container__text {
  display: inline-block;
  vertical-align: top;
}

.c-list-container__img {
  margin: 45px 0 0 -100px;
}

.c-list-container__img-inner {
  width: 540px;
}

.c-list-container__text {
  padding: 62px 0 0 64px;
  width: 458px;
}

.c-list-container__num {
  margin-bottom: 31px;
  font-family: 'Roboto Condensed', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic,"Helvetica","メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1;
}

.c-list-container__title {
  position: relative;
  margin-bottom: 71px;
  font-family: 'Roboto Condensed', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic,"Helvetica","メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5;
}

.c-list-container__title::before, .c-list-container__title::after {
  position: absolute;
  bottom: -33px;
  left: 0;
  height: 1px;
  content: "";
}

.c-list-container__title::before {
  background: #ccc;
  width: 100%;
}

.c-list-container__title::after {
  background: #cb2b1d;
  width: 12%;
}

.c-list-container__time {
  position: relative;
  margin-bottom: 34px;
  padding-left: 23px;
  font-family: 'Roboto Condensed', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic,"Helvetica","メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 1;
}

.c-list-container__time::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/icon_time.png) no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
}

.c-list-container__description {
  font-size: 15px;
  letter-spacing: normal;
  line-height: 1.8;
}

.c-list-container__link {
  position: relative;
  margin: 0 auto;
  width: 280px;
  height: 48px;
}

.c-arrow-link {
  position: relative;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
}

.c-arrow-link--no-border {
  border: none;
}

.c-arrow-link::after {
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/arrow_r_b.png) no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 13px;
  content: "";
}

.c-arrow-link--blue {
  background: #13438d;
  color: #fff;
}

.c-arrow-link--blue::after {
  background-image: url(../img/common/arrow_r_w.png);
}

.c-arrow-link__text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  font-family: 'Roboto Condensed', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic,"Helvetica","メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: center;
}

.c-arrow-link__text--normal-font {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic,"Helvetica","メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

.c-arrow-link__text .is-small {
  font-size: 11px;
  letter-spacing: normal;
  line-height: 1.3;
}

.c-pager {
  font-family: 'Roboto Condensed', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic,"Helvetica","メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
}

.c-pager__inner {
  display: inline-block;
  position: relative;
  min-width: 1em;
  min-height: 1em;
}

.c-pager__link, .c-pager__prev, .c-pager__next {
  display: inline-block;
}

.c-pager__prev, .c-pager__next {
  position: absolute;
  top: 0;
}

.c-pager__prev::after, .c-pager__next::after {
  position: absolute;
  top: 44%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: no-repeat center center;
  background-size: contain;
  width: 7px;
  height: 14px;
  content: "";
}

.c-pager__link {
  margin: 0 45px;
}

.c-pager__prev {
  right: 100%;
  -webkit-transform: translate(-30px, 0);
      -ms-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}

.c-pager__prev::after {
  right: -22px;
  background-image: url(../img/common/arrow_l_b.png);
}

.c-pager__next {
  left: 100%;
  -webkit-transform: translate(30px, 0);
      -ms-transform: translate(30px, 0);
          transform: translate(30px, 0);
}

.c-pager__next::after {
  left: -22px;
  background-image: url(../img/common/arrow_r_b.png);
}

.c-article {
  position: relative;
  margin: 0 auto;
  margin-top: 100px;
  background: #fff;
  padding-bottom: 63px;
  width: 1000px;
  text-align: left;
}

.c-article__img {
  position: relative;
  top: -100px;
  margin: 0 0 -35px 0;
}

.c-article__img-inner {
  margin: 0 auto;
  width: 640px;
}

.c-article__main {
  margin-bottom: 57px;
  font-size: 0;
  letter-spacing: -0.4em;
}

.c-article__main > * {
  font-size: 16px;
  letter-spacing: normal;
}

.c-article__head, .c-article__description {
  display: inline-block;
  vertical-align: top;
}

.c-article__head {
  padding: 0 0 0 80px;
  width: 397px;
}

.c-article__num {
  margin-bottom: 23px;
  font-family: 'Roboto Condensed', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic,"Helvetica","メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1;
}

.c-article__title {
  position: relative;
  margin-bottom: 67px;
  font-family: 'Roboto Condensed', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic,"Helvetica","メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5;
}

.c-article__title::before, .c-article__title::after {
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 1px;
  content: "";
}

.c-article__title::before {
  background: #ccc;
  width: 100%;
}

.c-article__title::after {
  background: #cb2b1d;
  width: 15%;
}

.c-article__time {
  position: relative;
  padding-left: 23px;
  font-family: 'Roboto Condensed', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic,"Helvetica","メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 1;
}

.c-article__time::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/icon_time.png) no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
}

.c-article__description {
  padding: 20px 0 0 64px;
  width: 530px;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 2;
}

.c-article__description a {
  color: #13438d;
  text-decoration: underline;
}

.c-article__detail {
  margin: 0 auto;
  background: #f9f9f9;
  padding: 37px 40px;
  width: 840px;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 2;
}

.c-article__detail a {
  color: #13438d;
  text-decoration: underline;
}

select, input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  background: #fff;
}

select {
  background: #fff url(../img/common/arrow_b_b.png) no-repeat right 15px top 50%;
  background-size: 10px auto;
  padding: 0 15px;
  height: 47px;
}

input {
  padding: 0 15px;
  height: 48px;
}

textarea {
  padding: 15px 15px;
  width: 100%;
  height: 240px;
}

.c-submit-btn {
  position: relative;
  margin: 0 auto;
  background: #13438d;
  width: 320px;
  height: 64px;
}

.c-submit-btn input {
  position: relative;
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  color: #fff;
}

.c-submit-btn::after {
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/arrow_r_w.png) no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 13px;
  content: "";
}

.c-return-btn {
  position: relative;
  margin: 0 auto;
  background: #fff;
  width: 320px;
  height: 64px;
}

.c-return-btn input {
  position: relative;
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  color: #000;
}

.c-return-btn::after {
  position: absolute;
  top: 50%;
  left: 23px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/arrow_l_b.png) no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 13px;
  content: "";
}

@media screen and (min-width: 751px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
  .c-header__logo a {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  .c-header__logo a:hover {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  .c-header__text {
    width: 400px;
  }
  .c-header__text .c-in-swiper {
    width: 400px;
    height: 100px;
  }
  .c-nav__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-nav__list li + li {
    margin-left: 29px;
  }
  .c-nav__list li a::after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
    -webkit-transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background: #fff;
    width: 0;
    height: 1px;
    content: "";
  }
  .c-nav__list li a:hover::after {
    -webkit-transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 100%;
  }
  .c-nav__magazine {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-nav__magazine-title {
    padding-left: 2px;
  }
  .c-nav a.c-nav__link {
    -webkit-transition: border-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: border-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .c-nav a.c-nav__link:hover {
    -webkit-transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border-color: #fff;
    color: #fff;
  }
  .c-nav a.c-nav__link:hover .c-nav__link-text {
    -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: #fff;
  }
  .c-nav a.c-nav__link:hover::before {
    -webkit-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 100%;
  }
  .c-footer__pagetop-inner {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  a:hover .c-footer__pagetop-inner {
    -webkit-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
            transform: translate(0, -8px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .c-footer__link-list li a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background: #fff;
    width: 0;
    height: 1px;
    content: "";
  }
  .c-footer__link-list li a:hover::after {
    -webkit-transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 100%;
  }
  .c-list-container {
    left: 50px;
  }
  .c-list-container.is-active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  }
  .c-list-container.is-active .c-list-container__img-inner {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s;
  }
  .c-list-container__inner {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  a:hover .c-list-container__inner {
    -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
            transform: translate(5px, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .c-list-container__title::after {
    -webkit-transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  a:hover .c-list-container__title::after {
    -webkit-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 100%;
  }
  .c-list-container__link {
    left: -50px;
  }
  .c-arrow-link::after {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  a:hover .c-arrow-link::after {
    -webkit-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .c-pager__prev::after, .c-pager__next::after {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .c-pager__prev:hover::after, .c-pager__next:hover::after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .c-pager__link {
    -webkit-transition: letter-spacing 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: letter-spacing 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: #000;
    letter-spacing: 0;
  }
  .c-pager__link:hover {
    -webkit-transition: letter-spacing 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: letter-spacing 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    letter-spacing: 0.11em;
  }
  .c-pager__prev:hover::after {
    -webkit-transform: translate(-5px, -50%);
        -ms-transform: translate(-5px, -50%);
            transform: translate(-5px, -50%);
  }
  .c-pager__next:hover::after {
    -webkit-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
  select {
    min-width: 245px;
  }
  input {
    min-width: 320px;
  }
  .c-submit-btn::after {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .c-submit-btn:hover::after {
    -webkit-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .c-return-btn::after {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .c-return-btn:hover::after {
    -webkit-transform: translate(-5px, -50%);
        -ms-transform: translate(-5px, -50%);
            transform: translate(-5px, -50%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
}

@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
  .l-container {
    min-width: 0;
  }
  .l-main {
    background-size: 160px auto;
    padding-top: 75px;
  }
  .l-in-section__head {
    padding: 58px 0 49px;
  }
  .l-in-section__title {
    margin-bottom: 8px;
    font-size: 22px;
    letter-spacing: normal;
    line-height: 1;
  }
  .l-in-section__ja {
    font-size: 10px;
    letter-spacing: normal;
    line-height: 1;
  }
  .l-in-section__main {
    padding-bottom: 79px;
  }
  .c-header {
    min-width: 0;
    height: 75px;
  }
  .c-header__logo {
    padding: 0 12px 0 14px;
    width: 76px;
  }
  .c-header__text .c-in-img {
    width: 136px;
  }
  .c-header__text .c-in-text-top {
    margin-bottom: 8px;
    padding-top: 0px;
    font-size: 10px;
    letter-spacing: normal;
    line-height: 1.1;
  }
  .c-header__text .c-in-text-bottom {
    font-size: 11px;
    letter-spacing: 3;
    line-height: 1;
  }
  .c-header__nav {
    width: 60px;
  }
  .c-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
  }
  .c-nav.is-active {
    display: block;
  }
  .c-nav__main {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    background: #13438d;
    padding-top: 70px;
    width: 187px;
    height: 100%;
    overflow: scroll;
  }
  .c-nav__main.is-active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  }
  .c-nav__list, .c-nav__magazine {
    display: block;
  }
  .c-nav__list {
    margin-bottom: 39px;
  }
  .c-nav__list li {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1;
  }
  .c-nav__list li:last-child {
    margin-bottom: 0;
  }
  .c-nav__list li a {
    display: block;
    padding: 4px 0 4px 34px;
  }
  .c-nav__magazine {
    padding-left: 32px;
    width: 100%;
  }
  .c-nav__magazine-title {
    margin-bottom: 7px;
    font-size: 13px;
    letter-spacing: normal;
    line-height: 1;
  }
  .c-nav a.c-nav__link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 22px;
    font-size: 10px;
    letter-spacing: normal;
    line-height: 1;
  }
  .c-footer {
    padding: 20px 19px 40px;
  }
  .c-footer__pagetop {
    top: 20px;
    right: 20px;
    width: 32px;
  }
  .c-footer__link {
    margin-bottom: 16px;
  }
  .c-footer__link-list li {
    margin-right: 31px;
    font-size: 13px;
    letter-spacing: normal;
    line-height: 1;
  }
  .c-footer__copy {
    font-size: 10px;
    letter-spacing: normal;
    line-height: 1;
  }
  .c-list-container {
    margin-top: 50px;
    width: 90%;
  }
  .c-list-container {
    -webkit-transform: translate(-20px, 0);
        -ms-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  .c-list-container__img-inner {
    -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
            transform: translate(40px, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  .c-list-container.is-active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  }
  .c-list-container.is-active .c-list-container__img-inner {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  }
  .c-list-container__inner {
    padding-bottom: 40px;
  }
  .c-list-container__main {
    margin-bottom: 23px;
  }
  .c-list-container__img, .c-list-container__text {
    display: block;
  }
  .c-list-container__img {
    position: relative;
    top: -50px;
    margin: 0 0 -50px 0;
  }
  .c-list-container__img-inner {
    margin: 0 auto;
    width: 80%;
    max-width: 320px;
  }
  .c-list-container__text {
    padding: 27px 21px 0;
    width: 100%;
  }
  .c-list-container__num {
    margin-bottom: 16px;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 1;
  }
  .c-list-container__title {
    margin-bottom: 55px;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.3;
  }
  .c-list-container__title::before, .c-list-container__title::after {
    bottom: -26px;
  }
  .c-list-container__title::after {
    width: 14%;
  }
  .c-list-container__time {
    margin-bottom: 23px;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 1;
  }
  .c-list-container__description {
    font-size: 13px;
    letter-spacing: normal;
    line-height: 1.8;
  }
  .c-list-container__link {
    width: 87.5%;
    max-width: 296px;
    height: 40px;
  }
  .c-arrow-link::after {
    right: 19px;
    width: 6px;
    height: 12px;
  }
  .c-arrow-link__text {
    font-size: 13px;
    letter-spacing: normal;
    line-height: 1.3;
  }
  .c-pager {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1;
  }
  .c-pager__prev::after, .c-pager__next::after {
    top: 50%;
    width: 6px;
    height: 10px;
  }
  .c-pager__link {
    margin: 0 11px;
  }
  .c-pager__prev::after {
    right: -15px;
  }
  .c-pager__next::after {
    left: -15px;
  }
  .c-article {
    margin-top: 50px;
    padding-bottom: 31px;
    width: 90%;
  }
  .c-article__img {
    top: -50px;
    margin: 0 0 -25px 0;
  }
  .c-article__img-inner {
    width: 80%;
    max-width: 320px;
  }
  .c-article__main {
    margin-bottom: 28px;
  }
  .c-article__head, .c-article__description {
    display: block;
  }
  .c-article__head {
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
  }
  .c-article__num {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1;
  }
  .c-article__title {
    margin-bottom: 53px;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.3;
  }
  .c-article__title::before, .c-article__title::after {
    bottom: -26px;
  }
  .c-article__title::after {
    width: 14%;
  }
  .c-article__time {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 1;
  }
  .c-article__description {
    padding: 0 20px;
    width: 100%;
    font-size: 13px;
    letter-spacing: normal;
    line-height: 1.9;
  }
  .c-article__detail {
    padding: 20px 22px;
    width: 88%;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 1.9;
  }
  select {
    background: #fff url(../img/common/arrow_b_b.png) no-repeat right 15px top 50%;
    background-size: 10px auto;
    padding: 0 5px;
    width: 100%;
    font-size: 16px;
  }
  input {
    padding: 0 5px;
    width: 100%;
    font-size: 16px;
  }
  textarea {
    padding: 5px 5px;
    height: 160px;
    font-size: 16px;
  }
  .c-submit-btn {
    width: 100%;
    height: 50px;
  }
  .c-submit-btn input {
    font-size: 12px;
  }
  .c-submit-btn::after {
    right: 19px;
    width: 6px;
    height: 12px;
  }
  .c-return-btn {
    width: 100%;
    height: 50px;
  }
  .c-return-btn input {
    font-size: 12px;
  }
  .c-return-btn::after {
    left: 19px;
    width: 6px;
    height: 12px;
  }
}
