@charset "UTF-8";
/*------------------------------------------------------------
	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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  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__top {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 20;
}

.c-header__topInner {
  width: 100%;
  background-color: #fff;
  max-width: 1400px;
  margin: auto;
  padding-left: 35px;
  padding-right: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: 80px;
}

@media only screen and (max-width: 1150px) {
  .c-header__topInner {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-header__topInner {
    padding-left: 17.5px;
    padding-right: 0;
    min-height: 55px;
  }
}

.c-header__topInner .c-header__logo {
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .c-header__topInner .c-header__logo {
    max-width: 116px;
  }
}

@media only screen and (max-width: 767px) {
  .c-header__topInner .c-header__logo a {
    line-height: 1;
    display: block;
  }
}

.c-header__topInner .c-header__contact {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-left: 1px solid #dddddd;
}

.c-header__subNav {
  position: absolute;
  background: #fff;
  width: 100%;
  top: 100%;
  left: 0;
  border-top: 1px solid #ddd;
  z-index: 10;
}

@media only screen and (max-width: 1150px) {
  .c-header__subNav {
    position: static;
    border-top: none;
  }
}

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

@media only screen and (max-width: 1150px) {
  .c-header__subNav .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-header__subNavList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 35px;
  display: none;
}

@media only screen and (max-width: 1150px) {
  .c-header__subNavList {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0;
    display: block !important;
  }
}

.c-header__subNavList:after {
  content: '';
  display: block;
  clear: both;
}

.c-header__subNavList li {
  width: calc((100% - 210px ) /4);
  float: left;
  text-align: center;
  margin-right: 70px;
}

@media only screen and (max-width: 1150px) {
  .c-header__subNavList li {
    width: 100%;
    float: none;
    margin-right: 0;
    text-align: left;
    background-color: #af4285;
  }
}

@media only screen and (max-width: 1150px) {
  .c-header__subNavList li:nth-child(2n) {
    background-color: #af4285;;
  }
}

.c-header__subNavList li:nth-child(4n) {
  margin-right: 0;
}

.c-header__subNavList li .thumbnail {
  margin-bottom: 8px;
}

@media only screen and (max-width: 1150px) {
  .c-header__subNavList li .thumbnail {
    display: none;
  }
}

.c-header__subNavList li .thumbnail img {
  width: 100%;
}

.c-header__subNavList li .label {
  letter-spacing: -1.5px;
}

@media only screen and (max-width: 1150px) {
  .c-header__subNavList li .label {
    letter-spacing: unset;
  }
}

@media only screen and (max-width: 1150px) {
  .c-header__subNavList li a {
    padding-left: 23px;
    padding-right: 23px;
    position: relative;
  }
  .c-header__subNavList li a:before {
    content: '\e5da';
    font-family: 'Material Icons';
    font-size: 1.5rem;
    display: inline-block;
    margin-right: 15px;
    font-weight: 400;
  }
  .c-header__subNavList li a:after {
    left: auto;
    right: 15px;
    height: auto;
    content: '\e315';
    border: none;
    font-family: 'Material Icons';
    font-size: 2.75rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    font-weight: 400;
  }
}

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

.c-header__control {
  align-self: stretch;
  display: none;
}

@media only screen and (max-width: 1150px) {
  .c-header__control {
    display: block;
  }
}

/* Main menu
------------------------------------------------------------*/
.c-gnav {
  display: block;
}

@media only screen and (max-width: 1150px) {
  .c-gnav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: calc(100vh - 80px - 60px);
    overflow-y: auto;
    display: none;
    background-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .c-gnav {
    height: calc(100vh - 55px - 60px);
  }
}

.c-gnav > ul {
  color: #5a5859;
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 1150px) {
  .c-gnav > ul {
    color: #fff;
  }
}

.c-gnav > ul > li {
  display: inline-block;
  line-height: 1;
}

@media only screen and (max-width: 1150px) {
  .c-gnav > ul > li {
    display: block;
    background-color: #af4285;
  }
}

@media only screen and (max-width: 1150px) {
  .c-gnav > ul > li:nth-child(2n) {
    background-color: #af4285;;
  }
}

@media only screen and (max-width: 1150px) {
  .c-gnav > ul > li > a {
    position: relative;
  }
}

@media only screen and (max-width: 1150px) {
  .c-gnav > ul > li > a:before {
    left: auto;
    right: 15px;
    height: auto;
    content: '\e315';
    border: none;
    font-family: 'Material Icons';
    font-size: 2.75rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    font-weight: 400;
  }
}

.c-gnav > ul > li + li > a {
  position: relative;
}

.c-gnav > ul > li + li > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  height: 30px;
  border-left: 1px solid #dddddd;
}

@media only screen and (max-width: 1150px) {
  .c-gnav > ul > li + li > a:before {
    left: auto;
    right: 15px;
    height: auto;
    content: '\e315';
    border: none;
    font-family: 'Material Icons';
    font-size: 2.75rem;
    top: 50%;
    font-weight: 400;
  }
}

.c-gnav > ul > li > a {
  font-size: 1.6rem;
  text-transform: capitalize;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

@media only screen and (max-width: 1250px) {
  .c-gnav > ul > li > a {
    padding-left: 1.3vw;
    padding-right: 1.3vw;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 1150px) {
  .c-gnav > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1150px) {
  .c-gnav > ul > li a {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
@media only screen and (max-width: 1150px) {
  .c-footer {
    margin-bottom: 60px;
  }
}

.c-footer__top {
  background-color: #f4f4f4;
}

.c-footer__topInner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px 50px;
}

@media only screen and (max-width: 767px) {
  .c-footer__topInner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 22px;
    padding-bottom: 25px;
    text-align: center;
  }
}

.c-footer__topInner .logo {
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .c-footer__topInner .logo {
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer__topInner .logo img {
    width: 100px;
  }
}

.c-footer__topInner .info {
  line-height: 1.857;
}

.c-footer__bottom {
  padding-top: 20px;
  padding-bottom: 25px;
}

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

.c-footer__banner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-footer__banner {
    -webkit-box-pack: between;
    justify-content: between;
  }
}

.c-footer__banner .item {
  width: 16.6%;
}

@media only screen and (max-width: 767px) {
  .c-footer__banner .item {
    width: 33.3%;
  }
}

.c-footer__cpr {
  background-image: url(../img/bg_blue.png);
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  padding-top: 9px;
  padding-bottom: 9px;
}

@media only screen and (max-width: 767px) {
  .c-footer__cpr {
    font-size: 1.05rem;
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }
}

.c-footer__fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.c-footer__fixed .c-btnScrollT {
  position: fixed;
  bottom: 40%;
  right: 35px;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}

@media only screen and (max-width: 767px) {
  .c-footer__fixed .c-btnScrollT {
    right: 2px;
    font-size: 1.12rem;
  }
}

@media only screen and (max-width: 1150px) {
  .c-footer__fixed .contact {
    left: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    position: fixed;
    z-index: 20;
    bottom: 0;
  }
}

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

@media only screen and (max-width: 1150px) {
  .c-footer__fixed .contact .c-btn04 {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer__fixed .contact .c-btn04 {
    font-size: 1.12rem;
  }
}

.c-footer__fixed .contact .c-btn01 {
  display: none;
}

@media only screen and (max-width: 1150px) {
  .c-footer__fixed .contact .c-btn01 {
    display: -webkit-box;
    display: flex;
  }
}

@media only screen and (max-width: 1150px) {
  .c-footer__fixed .contact > * {
    width: 50%;
    flex-shrink: 0;
  }
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  min-width: calc(1110px + 40px);
  line-height: 1.86;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 375px;
    font-size: 1.05rem;
    min-width: 320px;
    padding-top: 55px;
  }
}
/* Breakpoint for tablet - 2020-12-08 */
@media only screen and (min-width: 767px) and (max-width: 1150px){
	body{
		min-width: 767px;
	}
}

body.is-menuOpen {
  overflow: hidden;
}

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

/*Breakpoint for tablet - 2020-12-08 */
@media only screen and (max-width: 1150px) {
  .l-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*Back up for container*/
/* @media only screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
} */

.l-wrap {
  display: -webkit-box;
  display: flex;
  width: 1110px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 145px;
}

@media only screen and (max-width: 767px) {
  .l-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1150px){
	.l-wrap{
		width: 100%;
	}
}

.l-wrap__side {
  width: 250px;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .l-wrap__side {
    -webkit-box-ordinal-group: 2;
    order: 1;
    width: 100%;
    margin-top: 40px;
  }
}

.l-wrap__main {
  width: 760px;
}

@media only screen and (max-width: 767px) {
  .l-wrap__main {
    -webkit-box-ordinal-group: 3;
    order: 2;
    width: 100%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1150px){
	.l-wrap__main{
		width: calc(100% - 250px - 3%);
	}
}

#sidebar .c-archive + .c-archive {
  margin-top: 30px;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  display: inline-block;
  padding: 10px 50px;
  font-size: 1.6rem;
  border: 2px solid #fff;
  border-radius: 20px;
  line-height: 1;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*------------------------------------------------------------
Css u
------------------------------------------------------------*/
.u-oswald {
  font-family: 'Oswald', sans-serif;
}

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

.u-ltsp07 {
  letter-spacing: 0.7px;
}

.u-palt {
  font-feature-settings: 'palt';
}

.u-inlineBlock {
  display: inline-block;
}

/*------------------------------------------------------------
Css of component
------------------------------------------------------------*/
.c-btnScrollBt {
  font-size: 1.3rem;
  color: #af4285;
  position: relative;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  cursor: pointer;
}

.c-btnScrollBt span {
  position: relative;
}

.c-btnScrollBt span:after, .c-btnScrollBt span:before {
  content: '';
  position: absolute;
  background-color: #af4285;
}

.c-btnScrollBt span:before {
  top: 8px;
  left: 110px;
  height: 1px;
  width: 60px;
  background-color: #af4285;
  -webkit-animation: arrow2 0.8s linear  infinite;
  animation: arrow2 0.8s linear  infinite;
}

.c-btnScrollBt span:after {
  width: 14px;
  height: 1px;
  right: -77px;
  top: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: arrow1 0.8s linear  infinite;
  animation: arrow1 0.8s linear  infinite;
}

@-webkit-keyframes arrow1 {
  from {
    right: -17px;
  }
  to {
    right: -77px;
  }
}

@keyframes arrow1 {
  from {
    right: -17px;
  }
  to {
    right: -77px;
  }
}

@-webkit-keyframes arrow2 {
  from {
    width: 0px;
  }
  to {
    width: 60px;
  }
}

@keyframes arrow2 {
  from {
    width: 0px;
  }
  to {
    width: 60px;
  }
}

.c-btnScrollT {
  font-size: 1.3rem;
  color: #af4285;
  position: relative;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  cursor: pointer;
}

.c-btnScrollT span {
  position: relative;
}

.c-btnScrollT span:after, .c-btnScrollT span:before {
  content: '';
  position: absolute;
  background-color: #af4285;
}

.c-btnScrollT span:before {
  top: 8px;
  right: 90px;
  height: 1px;
  width: 60px;
  background-color: #af4285;
  -webkit-animation: arrowT2 0.8s linear  infinite;
  animation: arrowT2 0.8s linear  infinite;
}

@media only screen and (max-width: 767px) {
  .c-btnScrollT span:before {
    width: 40px;
  }
}

.c-btnScrollT span:after {
  width: 14px;
  height: 1px;
  left: -70px;
  top: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: arrowT1 0.8s linear  infinite;
  animation: arrowT1 0.8s linear  infinite;
}

@media only screen and (max-width: 767px) {
  .c-btnScrollT span:after {
    left: -62px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
}

@-webkit-keyframes arrowT1 {
  from {
    left: -10px;
  }
  to {
    left: -70px;
  }
}

@keyframes arrowT1 {
  from {
    left: -10px;
  }
  to {
    left: -70px;
  }
}

@-webkit-keyframes arrowT2 {
  from {
    width: 0px;
  }
  to {
    width: 60px;
  }
}

@keyframes arrowT2 {
  from {
    width: 0px;
  }
  to {
    width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  @-webkit-keyframes arrowT1 {
    from {
      left: -20px;
    }
    to {
      left: -62px;
    }
  }
  @keyframes arrowT1 {
    from {
      left: -20px;
    }
    to {
      left: -62px;
    }
  }
  @-webkit-keyframes arrowT2 {
    from {
      width: 0px;
    }
    to {
      width: 40px;
    }
  }
  @keyframes arrowT2 {
    from {
      width: 0px;
    }
    to {
      width: 40px;
    }
  }
}

.c-btn04 {
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-size: 1.3rem;
  background-color: #ffd200;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1150px) {
  .c-btn04 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    height: 60px;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1150px) {
  .c-btn04 img {
    width: 24px;
    margin-right: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .c-btn04 img {
    width: 18px;
  }
}

.c-btn01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  padding-left: 38px;
  padding-right: 38px;
  background-color: #af4285;
  border-radius: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.c-btn01 img {
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .c-btn01 img {
    width: 16px;
    margin-right: 6px;
  }
}

@media only screen and (max-width: 1150px) {
  .c-btn01 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.c-mainvisual {
  position: relative;
}

.c-mainvisual__inner {
  position: relative;
}

.c-mainvisual__slides .c-mainvisual__item {
  height: 800px;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__slides .c-mainvisual__item {
    height: calc(100vh - 55px);
    max-height: 700px;
  }
}

.c-mainvisual__slides .c-mainvisual__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover;object-position: center";
}

.c-mainvisual__item {
  background-size: cover;
  background-position: center;
}

.c-mainvisual__item img {
  opacity: 0;
}

.c-mainvisual__dot {
  max-width: 1110px;
  margin: auto;
  position: absolute;
  bottom: -50px;
  z-index: 1;
  left: 0;
  right: 0;
}

.c-mainvisual__dot .slick-dots {
  max-width: 350px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 100px;
  background-color: #004a82;
}

.c-mainvisual__dot .slick-dots li button {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background-color: #fff;
  border: none;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-mainvisual__dot .slick-dots li button:hover {
  background-color: #ffcc00;
}

.c-mainvisual__dot .slick-dots li.slick-active button {
  background-color: #ffcc00;
}

.c-mainvisual__over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.c-mainvisual__over:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0d2435), to(transparent));
  background-image: linear-gradient(to top, #0d2435, transparent);
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.c-mainvisual__overInner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.c-mainvisual__over a {
  pointer-events: initial;
}

.c-mainvisual__over .contentLeft {
  position: relative;
}

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

.c-mainvisual__over .contentLeft .content1 {
  padding-top: 22.3%;
  font-weight: 300;
  color: #fff;
  font-size: 3.8rem;
  line-height: 1.74;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__over .contentLeft .content1 {
    font-size: 2.9rem;
    line-height: 1.76;
    padding-top: 0;
    position: absolute;
    left: 30px;
    bottom: 24.4%;
    z-index: 1;
  }
}

.c-mainvisual__over .contentLeft.contentLeft:after {
  content: '';
  height: 1px;
  background-color: #ffcc00;
  width: calc((100% - 1110px)/2 + 350px);
  left: 0;
  position: absolute;
  bottom: -15px;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__over .contentLeft.contentLeft:after {
    width: 290px;
    bottom: calc(24.4% - 5px);
  }
}

.c-mainvisual__over .c-btnScrollBt {
  position: absolute;
  bottom: 130px;
  right: 35px;
  pointer-events: initial;
}

/*Breakpoint for tablet- 2020-12-08*/
@media only screen and (min-width: 767px) and (max-width: 1150px){
	.c-mainvisual__over .c-btnScrollBt{
		bottom: 0;
		right: 2%;
		transform: translateY(50%) rotate(90deg);
	}
}

.c-mainvisual__over2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__over2 {
    position: static;
    background-image: url(../img/bg_blue106eb6.png);
    padding-top: 22px;
    padding-bottom: 28px;
  }
}

.c-mainvisual__over2 .content2 {
  color: #fff;
  max-width: 354px;
  margin-left: auto;
  margin-top: 540px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__over2 .content2 {
    margin-top: 0;
    line-height: 2;
    min-width: 265px;
    width: 60%;
    max-width: 100%;
    margin-right: auto;
  }
}

.c-mainvisual__over2 .content2 .para {
  padding-left: 5px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__over2 .content2 .para {
    margin-bottom: 14px;
  }
}

.c-mainvisual__over2 .content2 .c-btn02 {
  pointer-events: initial;
  margin-left: auto;
  margin-right: auto;
}

.c-btn02 {
  width: 354px;
  max-width: 100%;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  text-align: center;
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid transparent;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .c-btn02 {
    width: 265px;
    font-size: 1.2rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

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

.c-btn02:hover span:before {
  -webkit-animation: btnArrowlong 0.8s infinite;
  animation: btnArrowlong 0.8s infinite;
}

.c-btn02:hover span:after {
  -webkit-animation: btnArrowsmall 0.8s infinite;
  animation: btnArrowsmall 0.8s infinite;
}

.c-btn02 span {
  display: block;
  margin-left: 100px;
  margin-right: 100px;
}

@media only screen and (max-width: 767px) {
  .c-btn02 span {
    margin-left: 60px;
    margin-right: 60px;
  }
}

.c-btn02 span:before {
  content: "";
  height: 1px;
  width: 60px;
  position: absolute;
  top: 57%;
  right: 20px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media only screen and (max-width: 767px) {
  .c-btn02 span:before {
    width: 50px;
    right: 12px;
    top: 55%;
  }
}

.c-btn02 span:after {
  content: "";
  width: 14px;
  height: 1px;
  position: absolute;
  right: 20px;
  top: 57%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

@media only screen and (max-width: 767px) {
  .c-btn02 span:after {
    right: 12px;
    top: 55%;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
}

.c-btn02--white {
  border-color: #fff;
  color: #fff;
}

.c-btn02--white span:before {
  background-color: #fff;
}

.c-btn02--white span:after {
  background-color: #fff;
}

.c-btn02--black {
  border-color: #000;
  background-color: #fff;
}

.c-btn02--black span:before {
  background-color: #000;
}

.c-btn02--black span:after {
  background-color: #000;
}

.c-btn02--sm {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .c-btn02--sm {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

.c-btn02--sm span {
  margin-left: 60px;
  margin-right: 60px;
}

@media only screen and (max-width: 767px) {
  .c-btn02--sm span {
    margin-left: 0;
    margin-right: 45px;
  }
}

.c-btn02--sm span:before {
  width: 40px;
  right: 8px;
}

.c-btn02--sm span:after {
  width: 11px;
  right: 8px;
}

.c-btn02--sm:hover span:after {
  -webkit-animation: btnArrowsmallsm 0.8s infinite;
  animation: btnArrowsmallsm 0.8s infinite;
}

.c-btn02--submit {
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  background-color: #af4285;
  min-height: 60px;
  padding-top: 17px;
  padding-bottom: 17px;
}

@media only screen and (max-width: 767px) {
  .c-btn02--submit {
    min-height: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.c-btn02--submit input {
  cursor: pointer;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: none;
  border: none;
  color: inherit;
}

@media only screen and (max-width: 767px) {
  .c-btn02--submit input {
    font-size: 1.2rem;
  }
}

@-webkit-keyframes btnArrowlong {
  from {
    -webkit-transform: scalex(0.1);
    transform: scalex(0.1);
  }
  to {
    -webkit-transform: scalex(1);
    transform: scalex(1);
  }
}

@keyframes btnArrowlong {
  from {
    -webkit-transform: scalex(0.1);
    transform: scalex(0.1);
  }
  to {
    -webkit-transform: scalex(1);
    transform: scalex(1);
  }
}

@-webkit-keyframes btnArrowsmall {
  from {
    right: 70px;
  }
  to {
    right: 20px;
  }
}

@keyframes btnArrowsmall {
  from {
    right: 70px;
  }
  to {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  @-webkit-keyframes btnArrowsmall {
    from {
      right: 56px;
    }
    to {
      right: 12px;
    }
  }
  @keyframes btnArrowsmall {
    from {
      right: 56px;
    }
    to {
      right: 12px;
    }
  }
}

@-webkit-keyframes btnArrowsmallsm {
  from {
    right: 41px;
  }
  to {
    right: 8px;
  }
}

@keyframes btnArrowsmallsm {
  from {
    right: 41px;
  }
  to {
    right: 8px;
  }
}

.c-title01 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.43;
}

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

.c-title01--blue {
  color: #af4285;
}

.c-box01__title {
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  line-height: 2.15;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  font-feature-settings: 'palt';
}

@media only screen and (max-width: 767px) {
  .c-box01__title {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}

.c-box01__img {
  line-height: 0;
}

.c-box01__img img {
  width: 100%;
}

.c-box01__content {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .c-box01__content {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}

.c-box01 .c-btn02 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .c-box01 .c-btn02 {
    margin-top: 10px;
    width: 100%;
  }
}

.c-btn03 {
  color: #fff;
  background-color: #af4285;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
}

@media only screen and (max-width: 767px) {
  .c-btn03 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c-list01 .cat {
  display: inline-block;
}

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

.c-list01 .date {
  font-size: 1.6rem;
  margin-left: 20px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .c-list01 .date {
    height: 30%;
    font-size: 1rem;
    margin-left: 6px;
  }
}

.c-list01 dt {
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .c-list01 dt {
    margin-bottom: 3px;
  }
}

.c-list01 dd {
  line-height: 1.7;
  letter-spacing: -2px;
}

@media only screen and (max-width: 767px) {
  .c-list01 dd {
    line-height: 2;
    letter-spacing: 0;
  }
}

.c-list01 li + li {
  border-top: 1px solid #dbdbdb;
  margin-top: 14px;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .c-list01 li + li {
    margin-top: 3px;
    padding-top: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .c-list01 li:last-child {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 3px;
  }
}

.c-mainvisual2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1;
  position: relative;
}

.c-mainvisual2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    background: #af42852b;
}

.c-mainvisual2__inner {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual2__inner {
    padding-top: 48px;
    padding-bottom: 50px;
  }
}

.c-mainvisual2__inner .title {
  font-size: 1.6rem;
  font-weight: 500;
}

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

.c-mainvisual2__inner .title .en {
  font-size: 5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual2__inner .title .en {
    font-size: 2.5rem;
    margin-bottom: 9px;
  }
}

.c-breadcrumb {
  background: url(../img/bg_blue.png);
}

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

.c-breadcrumb__list {
  color: #fff;
  line-height: 1.86;
  padding-top: 5px;
  padding-bottom: 5px;
}

.c-breadcrumb__list > * {
  margin-right: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block;
  position: relative;
}

.c-breadcrumb__list > *:not(:first-child):before {
  content: '〉';
  font-size: 1.3rem;
  display: inline-block;
  margin-right: 2px;
}

.c-breadcrumb__list a {
  text-decoration: underline;
}

.c-breadcrumb__list a:hover {
  text-decoration: none;
}

.c-nav01 {
  background-image: url(../img/bg_blue02.png);
}

.c-nav01__list {
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .c-nav01__list {
    padding-top: 28px;
    padding-bottom: 18px;
  }
}

.c-nav01__list li {
  width: calc((100% - 51px)/4);
  margin-right: 17px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .c-nav01__list li {
    margin-bottom: 10px;
    width: calc((100% - 10px)/2);
    margin-right: 10px;
  }
}

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

@media only screen and (max-width: 767px) {
  .c-nav01__list li:nth-child(2n) {
    margin-right: 0;
  }
}

.c-nav01__list li a {
  color: #fff;
  display: block;
  width: 100%;
  border: 1px solid #fff;
  line-height: 1.86;
  min-height: 60px;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-nav01__list li a {
    min-height: 40px;
    padding: 8px;
  }
}

.c-title1 {
  font-feature-settings: 'palt';
}

.c-title1 .head {
  font-size: 3rem;
  line-height: 1.43;
  font-weight: bold;
  color: #af4285;
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
  padding-right: 10px;
}

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

.c-title1 .head:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: 0;
}

.c-title1 .head small {
  font-size: 1.6rem;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .c-title1 .head small {
    font-size: 1.04rem;
  }
}

.c-title1 .sub {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 28px;
}

.c-title1--no {
  position: relative;
  padding-right: 80px;
}

@media only screen and (max-width: 767px) {
  .c-title1--no {
    padding-right: 60px;
  }
}

.c-title1--no .sub {
  min-height: 56px;
}

@media only screen and (max-width: 767px) {
  .c-title1--no .sub {
    min-height: 36px;
  }
}

.c-title1--no .number {
  position: absolute;
  top: 0;
  right: 17px;
  font-family: 'Oswald', sans-serif;
  color: #ededed;
  font-size: 14rem;
  line-height: 0.9;
  font-style: italic;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .c-title1--no .number {
    font-size: 9.1rem;
    right: 8px;
    top: -2px;
  }
}

.c-title1--font2 .head {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -1px;
}

.c-title1--font2 .sub {
  font-size: 3.2rem;
  liine-height: 1.19;
  margin-top: 18px;
}

.c-arti1 {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .c-arti1 {
    flex-wrap: wrap;
  }
}

.c-arti1__thumb {
  width: 50%;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .c-arti1__thumb {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-top: 30px;
  }
}

.c-arti1__thumb .img {
  width: 100%;
}

.c-arti1__thumb .img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;object-position: center";
}

@media only screen and (max-width: 767px) {
  .c-arti1__thumb .img img {
    height: 62vw;
    max-height: 500px;
  }
}

.c-arti1__cont {
  width: 50%;
  padding-left: 80px;
}

@media only screen and (max-width: 767px) {
  .c-arti1__cont {
    width: 100%;
    padding-left: 0;
    orphans: 1;
  }
}

.c-arti1__cont .c-title1 {
  margin-bottom: 18px;
}

.c-arti1__cont .para {
  text-align: justify;
}

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

.c-arti1__cont .para + .para {
  margin-top: 26px;
}

@media only screen and (max-width: 767px) {
  .c-arti1__cont .para + .para {
    margin-top: 13px;
  }
}

.c-arti1__cont--fontset {
  font-feature-settings: 'palt';
}

.c-arti1--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.c-arti1--reverse .c-arti1__cont {
  padding-right: 80px;
  padding-left: 0px;
}

@media only screen and (max-width: 767px) {
  .c-arti1--reverse .c-arti1__cont {
    padding-right: 0;
  }
}

.c-arti1 .c-title1 {
  margin-bottom: 12px;
}

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

@media only screen and (max-width: 767px) {
  .c-arti1 .c-title1 .sub {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}

.c-arti1--noThumb {
  -webkit-box-pack: center;
  justify-content: center;
}

.c-arti1--noThumb .c-arti1__cont {
  padding-left: 0;
  text-align: center;
}

.c-arti1--noThumb .c-arti1__cont .para {
  text-align: center;
}

.c-banner01 {
  background-position: center;
  background-size: cover;
  position: relative;
}

.c-banner01__cont {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .c-banner01__cont {
    padding-top: 24px;
    padding-bottom: 30px;
  }
}

.c-banner01__cont .title1 {
  font-family: 'Oswald', sans-serif;
  font-size: 5rem;
  color: #ffd200;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .c-banner01__cont .title1 {
    font-size: 2.5rem;
    margin-bottom: 12px;
  }
}

.c-banner01__cont .para {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

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

.c-banner01__cont .para + .para {
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  .c-banner01__cont .para + .para {
    margin-top: 14px;
  }
}

.c-list02__title {
  font-size: 3rem;
  color: #af4285;
  position: relative;
  display: inline-block;
  line-height: 1.43;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .c-list02__title {
    font-size: 1.95rem;
    padding-bottom: 2px;
    margin-bottom: 20px;
  }
}

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

.c-list02__list > li {
  display: -webkit-box;
  display: flex;
}

.c-list02__list > li dt {
  min-width: 120px;
  padding-right: 15px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .c-list02__list > li dt {
    min-width: 90px;
    flex-shrink: 0;
    width: 20%;
  }
}

.c-list02__list > li dd {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.c-list02__list > li + li {
  margin-top: 8px;
}

.c-list02__list--spacey2 > li dt {
  margin-top: -5px;
}

.c-list02__list--spacey2 > li + li {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .c-list02__list--spacey2 > li + li {
    margin-top: 25px;
  }
}

.c-address__map {
  margin-top: 10px;
  width: 500px;
  height: 300px;
}

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

.c-address__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .c-address__map iframe {
    height: 130px;
  }
}

.c-intro1 {
  background-image: url(../img/bg_blue02.png);
  color: #fff;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 80px;
  min-height: 200px;
}

@media only screen and (max-width: 767px) {
  .c-intro1 {
    font-size: 0.9rem;
    padding-top: 25px;
    padding-bottom: 22px;
    min-height: 0;
  }
}

.c-diagram1 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 475px;
  margin: auto;
}

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

.c-diagram1 .left {
  width: 140px;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .c-diagram1 .left {
    width: 25%;
    max-width: 140px;
  }
}

.c-diagram1 .right {
  width: 140px;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .c-diagram1 .right {
    width: 25%;
    max-width: 140px;
  }
}

.c-diagram1 .box {
  text-align: center;
}

.c-diagram1 .box span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .c-diagram1 .box span {
    font-size: 1.17rem;
  }
}

.c-diagram1 .box span small {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-diagram1 .box span small {
    font-size: 0.78rem;
    margin-top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .c-diagram1 .box img {
    max-width: 70%;
  }
}

.c-diagram1 .center {
  padding-top: 24px;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .c-diagram1 .center {
    width: 40%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 120px;
    font-size: 0.91rem;
    padding-top: 15px;
  }
}

.c-diagram1 .center .thumbnail {
  text-align: center;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .c-diagram1 .center .thumbnail img {
    max-width: 70%;
  }
}

.c-diagram1 .center .arrow1 {
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
}

.c-diagram1 .center .arrow1:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  height: 27px;
  background-image: url(../img/service1_diagram4.png);
  background-position: left center;
  width: 165px;
  max-width: 100%;
  background-repeat: no-repeat;
  margin: auto;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

@media only screen and (max-width: 767px) {
  .c-diagram1 .center .arrow1:after {
    height: 18px;
    background-size: 100% 18px;
    background-position: left center;
    width: 100%;
  }
}

.c-diagram1 .center .arrow1--reverse:after {
  -webkit-transform: translatey(-50%) rotate(180deg);
  transform: translatey(-50%) rotate(180deg);
}

.c-diagram1 .center .arrow2 {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 55px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .c-diagram1 .center .arrow2 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

.c-diagram1 .center .arrow2:before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
  background-image: url(../img/service1_diagram5.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .c-diagram1 .center .arrow2:before {
    width: 33px;
    height: 33px;
    background-size: contain;
  }
}

.c-diagram1 .center .arrow3 {
  text-align: center;
  font-weight: bold;
  position: relative;
  line-height: 1.43;
  padding-top: 22px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .c-diagram1 .center .arrow3 {
    padding-top: 15px;
  }
}

.c-diagram1 .center .arrow3:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 27px;
  background-image: url(../img/service1_diagram4.png);
  background-position: left center;
  width: 165px;
  max-width: 100%;
  background-repeat: no-repeat;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .c-diagram1 .center .arrow3:before {
    height: 18px;
    background-size: 100% 18px;
    background-position: left center;
    width: 100%;
  }
}

.c-section1 {
  background-image: url(../img/bg_gray.png);
  padding-top: 50px;
}

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

.c-section1__title {
  background-image: url(../img/bg_blue00518f.png);
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  font-feature-settings: 'palt';
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .c-section1__title {
    font-size: 1.5rem;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 6px;
  }
}

.c-section1__title .l-container {
  display: block;
}

.c-section1__list {
  max-width: 700px;
  margin: auto;
  font-size: 1.6rem;
  margin-bottom: 72px;
}

@media only screen and (max-width: 767px) {
  .c-section1__list {
    font-size: 0.9rem;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 1px;
  }
}

.c-section1__list li {
  padding-bottom: 2px;
  padding-top: 4px;
  border-bottom: 1px solid #d9d9d9;
}

.c-section1__list li:last-child {
  border-bottom: none;
}

.c-section1__list li a {
  display: -webkit-box;
  display: flex;
}

.c-section1__list li a dt {
  min-width: 170px;
  padding-right: 20px;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .c-section1__list li a dt {
    width: 25%;
    min-width: 85px;
    padding-right: 10px;
  }
}

.c-section1__list li a dd {
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .c-section1__list li a dd {
    padding-right: 0;
  }
}

.c-section1__btn {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .c-section1__btn {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.c-section1__btn .c-btn05 {
  margin: auto;
}

.c-btn05 {
  width: 600px;
  max-width: 100%;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  text-align: center;
  display: block;
  padding-top: 23px;
  padding-bottom: 23px;
  background-image: url(../img/bg_yellow.png);
}

@media only screen and (max-width: 767px) {
  .c-btn05 {
    font-size: 1.5rem;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 300px;
  }
}

.c-btn05 span:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 55%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  width: 40px;
  right: 30px;
  background-color: #000;
}

@media only screen and (max-width: 767px) {
  .c-btn05 span:before {
    content: none;
  }
}

.c-btn05 span:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 55%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  width: 11px;
  right: 30px;
  background-color: #000;
}

@media only screen and (max-width: 767px) {
  .c-btn05 span:after {
    content: none;
  }
}

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

.c-btn05:hover span:before {
  -webkit-animation: btnArrowlongbig 0.8s infinite;
  animation: btnArrowlongbig 0.8s infinite;
}

.c-btn05:hover span:after {
  -webkit-animation: btnArrowsmallbig 0.8s infinite;
  animation: btnArrowsmallbig 0.8s infinite;
}

@-webkit-keyframes btnArrowlongbig {
  from {
    -webkit-transform: scalex(0.1);
    transform: scalex(0.1);
  }
  to {
    -webkit-transform: scalex(1);
    transform: scalex(1);
  }
}

@keyframes btnArrowlongbig {
  from {
    -webkit-transform: scalex(0.1);
    transform: scalex(0.1);
  }
  to {
    -webkit-transform: scalex(1);
    transform: scalex(1);
  }
}

@-webkit-keyframes btnArrowsmallbig {
  from {
    right: 64px;
  }
  to {
    right: 30px;
  }
}

@keyframes btnArrowsmallbig {
  from {
    right: 64px;
  }
  to {
    right: 30px;
  }
}

.c-section2 {
  background-image: url(../img/bg_blue.png);
}

.c-section2__news {
  padding-top: 70px;
  padding-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .c-section2__news {
    padding-top: 30px;
    padding-bottom: 8px;
  }
}

.c-section2__news .title {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .c-section2__news .title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.c-section2__feed {
  display: -webkit-box;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1150px){
	.c-section2__feed{
		justify-content: space-between;
	}
}

@media only screen and (max-width: 767px) {
  .c-section2__feed {
    padding-left: 34px;
    padding-right: 34px;
    flex-wrap: wrap;
  }
}

.c-section2__feed li {
  width: calc((100% - 150px)/4);
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .c-section2__feed li {
    width: calc((100% - 25px)/2);
    margin-right: 25px;
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1150px){
	.c-section2__feed li{
		width: 23%;
		margin-right: 0;
	}
}

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

@media only screen and (max-width: 767px) {
  .c-section2__feed li:nth-child(2n) {
    margin-right: 0;
  }
}

.c-section2__feed li .thumbnail {
  position: relative;
  width: 240px;
  height: 240px;
}

@media only screen and (min-width: 768px) and (max-width: 1150px){
	.c-section2__feed li .thumbnail{
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
  .c-section2__feed li .thumbnail {
    width: 100%;
    height: auto;
  }
}

.c-section2__feed li .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover;object-position: center";
}

.c-section2__feed li .thumbnail .no {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #002848;
  color: #fff;
  font-style: italic;
  font-size: 3rem;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding-right: 5px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .c-section2__feed li .thumbnail .no {
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
  }
}

.c-section2__feed li .sum {
  color: #fff;
  line-height: 1.626;
  font-size: 1.6rem;
  margin-top: 25px;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .c-section2__feed li .sum {
    font-size: 0.8rem;
    margin-top: 12px;
  }
}

.c-section2__nav {
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: flex;
}

.c-section2__nav .item {
  width: calc(100% / 3);
  height: 265px;
  position: relative;
  overflow: hidden;
  border-right: 1px solid #fff;
  position: relative;
}

.c-section2__nav .item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 767px) {
  .c-section2__nav .item {
    height: 35vw;
  }
}

.c-section2__nav .item:nth-child(3n) {
  border-right: none;
}

.c-section2__nav .item img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;object-position: center";
}

.c-section2__nav .item > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 3rem;
  color: #fff;
  line-height: 1.4;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .c-section2__nav .item > span {
    font-size: 1.5rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c-sectionPoint {
  background-color: #ebedf1;
  padding-top: 45px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-sectionPoint {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.c-sectionPoint:after, .c-sectionPoint:before {
  content: '';
  position: absolute;
}

.c-sectionPoint:before {
  top: 0;
  left: 0;
  border: 40px solid #af4285;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

@media only screen and (max-width: 767px) {
  .c-sectionPoint:before {
    border-width: 20px;
  }
}

.c-sectionPoint:after {
  right: 0;
  bottom: 0;
  border: 40px solid #af4285;
  border-top-color: transparent;
  border-left-color: transparent;
}

@media only screen and (max-width: 767px) {
  .c-sectionPoint:after {
    border-width: 20px;
  }
}

.c-sectionPoint .title {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  color: #af4285;
  text-align: center;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .c-sectionPoint .title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.c-sectionPoint__detail {
  display: -webkit-box;
  display: flex;
}

.c-sectionPoint__detail .item {
  width: calc((100% - 90px)/2);
  margin-right: 45px;
}

@media only screen and (max-width: 767px) {
  .c-sectionPoint__detail .item {
    width: calc((100% - 20px)/3);
    margin-right: 10px;
  }
}

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

.c-sectionPoint__detail .item .eyecatch {
  width: 100%;
  height: 300px;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .c-sectionPoint__detail .item .eyecatch {
    height: 25vw;
    max-height: 150px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .c-sectionPoint__detail .item .eyecatch img {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.c-sectionPoint__detail .item .content {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .c-sectionPoint__detail .item .content {
    font-size: 1.05rem;
  }
}

.c-list03 {
  display: -webkit-box;
  display: flex;
}

.c-list03__title {
  background-color: #af4285;
  color: #fff;
  width: 35%;
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .c-list03__title {
    font-style: 1.2rem;
  }
}

.c-list03__list {
  border: 1px solid #af4285;
  font-weight: bold;
  padding-left: 44px;
  padding-right: 20px;
  padding-top: 45px;
  padding-bottom: 45px;
  width: 75%;
}

@media only screen and (max-width: 767px) {
  .c-list03__list {
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.c-list03__list li {
  display: -webkit-box;
  display: flex;
}

.c-list03__list li:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_check.png);
  background-size: containt;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 4px;
  margin-right: 8px;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .c-list03__list li:before {
    width: 12px;
    height: 12px;
    background-size: contain;
    margin-right: 4px;
  }
}

.c-list6 {
  font-weight: bold;
  border: 1px solid #af4285;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 800px;
  margin: auto;
  padding-bottom: 22px;
  padding-top: 23px;
}

@media only screen and (max-width: 767px) {
  .c-list6 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.c-list6__title {
  font-size: 2rem;
  font-feature-settings: 'palt';
  line-height: 1.4;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .c-list6__title {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

.c-list6__list li {
  position: relative;
  display: -webkit-box;
  display: flex;
}

.c-list6__list li:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_check.png);
  background-size: containt;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 4px;
  margin-right: 8px;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .c-list6__list li:before {
    width: 12px;
    height: 12px;
    background-size: contain;
    margin-right: 4px;
  }
}

.c-list6__list li + li {
  margin-top: 26px;
}

@media only screen and (max-width: 767px) {
  .c-list6__list li + li {
    margin-top: 13px;
  }
}

.c-list6--sp2 {
  max-width: 600px;
}

.c-list6--sp2 .c-list6__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .c-list6--sp2 .c-list6__list {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.c-list6--sp2 .c-list6__list li {
  width: 50%;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .c-list6--sp2 .c-list6__list li {
    width: calc(50% - 5px);
  }
}

.c-arti2 {
  display: -webkit-box;
  display: flex;
}
@media only screen and (max-width: 1150px) {
  .c-arti2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
} */

.c-arti2__thumb {
  width: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__thumb {
    -webkit-box-ordinal-group: 2;
    order: 1;
    width: 100%;
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2__thumb {
    -webkit-box-ordinal-group: 2;
    order: 1;
    width: 100%;
  }
}*/
.c-arti2__thumb .img {
  width: 100%;
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__thumb .img {
    display: none;
    max-height: 530px;
  }
  .c-arti2__thumb .img:first-child {
    display: block;
  }
}

/* @media only screen and (max-width: 767px) {
  .c-arti2__thumb .img {
    display: none;
    max-height: 530px;
  }
  .c-arti2__thumb .img:first-child {
    display: block;
  }
} */

.c-arti2__thumb .img img {
  display: none;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__thumb .img img {
    display: block;
    opacity: 0;
  }
}

/* @media only screen and (max-width: 767px) {
  .c-arti2__thumb .img img {
    display: block;
    opacity: 0;
  }
} */

.c-arti2__thumb--posTopCenter .img {
  background-position: top center;
}

.c-arti2__thumb--logo .logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 1150px) {
	.c-arti2__thumb--logo{
		margin-bottom: 30px;
	}
/*   .c-arti2__thumb--logo .logo img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  } */
}
@media only screen and (max-width: 767px){
	.c-arti2__thumb--logo{
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 767px) {
  .c-arti2__thumb--logo .logo img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.c-arti2__thumb--logo .img {
  background-image: none;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__thumb--logo .img {
    display: block;
    max-height: unset;
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2__thumb--logo .img {
    display: block;
    max-height: unset;
  }
} */

.c-arti2__thumb--logo .img img {
  display: block;
  width: 100%;
  opacity: 1;
  min-height: 100%;
}
.c-arti2__thumb--bg .img img{
	display: none;
}
@media only screen and (max-width: 1150px){
	.c-arti2__thumb--bg .img {
	background-image:none;
}
	.c-arti2__thumb--bg .img img{
	display: block;
}
}

.c-arti2__cont {
  width: 50%;
  max-width: 555px;
  padding-left: 80px;
  padding-top: 75px;
  padding-bottom: 75px;
  font-feature-settings: 'palt';
}

@media only screen and (max-width: 1150px) {
  .c-arti2__cont {
    -webkit-box-ordinal-group: 3;
    order: 2;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 28px;
    padding-bottom: 26px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-arti2__cont {
    -webkit-box-ordinal-group: 3;
    order: 2;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 28px;
    padding-bottom: 26px;
    max-width: 100%;
    font-size: 0.91rem;
  }
}

.c-arti2__cont .c-title1 {
  margin-bottom: 18px;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__cont .c-title1 {
    margin-bottom: 13px;
  }
}

/* @media only screen and (max-width: 767px) {
  .c-arti2__cont .c-title1 {
    margin-bottom: 13px;
  }
} */

.c-arti2__cont .c-title1 .head {
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .c-arti2__cont .c-title1 .head {
    font-size: 1.95rem;
    padding-bottom: 2px;
  }
  .c-arti2__cont .c-title1 .sub {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}

.c-arti2__cont .para {
  text-align: justify;
}

.c-arti2__cont .para + .para {
  margin-top: 26px;
}

.c-arti2__cont .para .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__cont .para .title {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}

/* @media only screen and (max-width: 767px) {
  .c-arti2__cont .para .title {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
} */

.c-arti2__cont .col2 {
  display: -webkit-box;
  display: flex;
  margin-top: 65px;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__cont .col2 {
    margin-top: 35px;
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2__cont .col2 {
    margin-top: 35px;
  }
} */

.c-arti2__cont .col2 > * {
  width: calc((100% - 35px)/2);
  margin-right: 35px;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__cont .col2 > * {
    margin-right: 20px;
    width: calc((100% - 20px)/2);
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2__cont .col2 > * {
    margin-right: 20px;
    width: calc((100% - 20px)/2);
  }
} */

.c-arti2__cont .col2 > *:nth-child(2n) {
  margin-right: 0;
}

.c-arti2__cont .c-list03 {
  margin-top: 40px;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__cont .c-list03 {
    margin-top: 20px;
  }
}

/* @media only screen and (max-width: 767px) {
  .c-arti2__cont .c-list03 {
    margin-top: 20px;
  }
} */

.c-arti2__cont--settingfont {
  font-feature-settings: normal;
}

.c-arti2__cont--pbsm {
  padding-bottom: 60px;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__cont--pbsm {
    padding-bottom: 30px;
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2__cont--pbsm {
    padding-bottom: 30px;
  }
} */

.c-arti2__cont--pb1 {
  padding-bottom: 95px;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__cont--pb1 {
    padding-bottom: 45px;
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2__cont--pb1 {
    padding-bottom: 45px;
  }
} */

.c-arti2__cont--pb2 {
  padding-bottom: 85px;
}


@media only screen and (max-width: 1150px) {
  .c-arti2__cont--pb2 {
    padding-bottom: 45px;
  }
}
/* 
@media only screen and (max-width: 767px) {
  .c-arti2__cont--pb2 {
    padding-bottom: 45px;
  }
} */

.c-arti2__cont--pb0 {
  padding-bottom: 0px;
}

.c-arti2__cont--py0 {
  padding-bottom: 0;
  padding-top: 0px;
}

.c-arti2__box1 .title {
  font-size: 2rem;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__box1 .title {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .c-arti2__box1 .title {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
}

.c-arti2__box1 .thumbnail {
  margin-bottom: 4px;
}

.c-arti2__box1 .thumbnail img {
  width: 100%;
}

.c-arti2__box1 .content p + p {
  margin-top: 28px;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__box1 .content p + p {
    margin-top: 18px;
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2__box1 .content p + p {
    margin-top: 18px;
  }
} */

.c-arti2__box1 .content p + .mt1 {
  margin-top: 53px;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__box1 .content p + .mt1 {
    margin-top: 35px;
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2__box1 .content p + .mt1 {
    margin-top: 35px;
  }
} */

.c-arti2__box2 {
  margin-top: 35px;
}

.c-arti2__box3 {
  margin-top: 48px;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__box3 {
    margin-top: 24px;
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2__box3 {
    margin-top: 24px;
  }
} */

.c-arti2__box3 .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__box3 .title {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2__box3 .title {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
} */

.c-arti2__box3 .content .item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__box3 .content .item {
    margin-bottom: 10px;
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2__box3 .content .item {
    margin-bottom: 10px;
  }
} */

.c-arti2__box3 .content .item:last-child {
  margin-bottom: 0;
}

.c-arti2__box3 .content .item .thumbnail {
  width: 50%;
  flex-shrink: 0;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__box3 .content .item .thumbnail {
    max-width: 200px;
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2__box3 .content .item .thumbnail {
    max-width: 200px;
  }
} */

.c-arti2__box3 .content .item .thumbnail img {
  width: 100%;
}

.c-arti2__box3 .content .item .label {
  padding-left: 20px;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__box3 .content .item .label {
    padding-left: 10px;
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2__box3 .content .item .label {
    padding-left: 10px;
  }
} */

.c-arti2__box4 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__box4 {
    margin-bottom: 18px;
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2__box4 {
    margin-bottom: 18px;
  }
} */

.c-arti2__box4 .thumbnail {
  width: calc(50% - 18px);
  flex-shrink: 0;
  margin-right: 18px;
  background-size: cover;
}

@media only screen and (max-width: 1150px) {
  .c-arti2__box4 .thumbnail {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2__box4 .thumbnail {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
} */

.c-arti2__box4 .thumbnail img {
  opacity: 0;
}

.c-arti2__box4 .cont {
  margin-top: -4px;
  text-align: justify;
}

.c-arti2__box4--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.c-arti2__box4--reverse .thumbnail {
  margin-left: 18px;
  margin-right: 0px;
}

.c-arti2--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1150px) {
  .c-arti2--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
} */

.c-arti2--reverse .c-arti2__cont {
  padding-left: 0;
  padding-right: 80px;
}

@media only screen and (max-width: 1150px) {
  .c-arti2--reverse .c-arti2__cont {
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* @media only screen and (max-width: 767px) {
  .c-arti2--reverse .c-arti2__cont {
    padding-left: 35px;
    padding-right: 35px;
  }
} */

.c-secVoice__title {
  font-size: 3rem;
  color: #af4285;
  font-weight: bold;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .c-secVoice__title {
    font-size: 1.95rem;
    margin-bottom: 18px;
  }
}

.c-secVoice__title span {
  position: relative;
  padding-bottom: 7px;
}

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

.c-secVoice__title span:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  height: 1px;
  background-color: #000;
}

.c-secVoice .list1 li a {
  display: -webkit-box;
  display: flex;
}

.c-secVoice .list1 li dt {
  font-weight: bold;
  width: 130px;
  flex-shrink: 0;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .c-secVoice .list1 li dt {
    min-width: 90px;
    width: 20%;
    flex-shrink: 0;
    padding-right: 15px;
  }
}

.c-secVoice .list1 li + li {
  margin-top: 8px;
}

.c-secVoice .para + .para {
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  .c-secVoice .para + .para {
    margin-top: 14px;
  }
}

.c-secVoice .box1 {
  background-color: #f1f1f1;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 22px;
  padding-top: 22px;
  margin-top: 12px;
}

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

.c-secVoice .box1 p + p {
  margin-top: 26px;
}

@media only screen and (max-width: 767px) {
  .c-secVoice .box1 p + p {
    margin-top: 13px;
  }
}

.c-secVoice .c-table1 {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .c-secVoice .c-table1 {
    margin-top: 17px;
  }
}

.c-table1 caption {
  text-align: left;
  font-weight: bold;
}

.c-table1 table {
  border-collapse: collapse;
  width: 100%;
  line-height: inherit;
}

.c-table1 table, .c-table1 th, .c-table1 td {
  border: 1px solid #e4e4e4;
}

.c-table1 th {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .c-table1 th {
    width: 25%;
    min-width: 70px;
  }
}

.c-table1 th, .c-table1 td {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 19px;
  padding-right: 18px;
}

@media only screen and (max-width: 767px) {
  .c-table1 th, .c-table1 td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-table1 tr:first-child th, .c-table1 tr:first-child td {
  padding-top: 16px;
}

.c-table1 .c-list05 dt {
  margin-top: 12px;
  margin-bottom: 8px;
}

.c-table1 .small {
  font-size: 0.7rem;
  display: block;
}

.c-table1 iframe {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .c-table1 iframe {
    height: 200px;
  }
}

.c-section3__banner {
  background-image: url(../img/top_banner01.png);
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat;
  max-height: 550px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .c-section3__banner {
    min-height: 250px;
  }
}

.c-section3__banner img {
  opacity: 0;
  width: 100%;
}

.c-section3__overInner {
  background: url(../img/bg_yellow.png);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -130px;
  text-align: center;
  padding-top: 38px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .c-section3__overInner {
    margin-top: -65px;
    padding-top: 22px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
}

.c-section3__overInner .title {
  font-size: 3rem;
  letter-spacing: 1.05px;
  font-weight: bold;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .c-section3__overInner .title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: 1.33;
  }
}

.c-section3__overInner .c-btn02 {
  margin-left: auto;
  margin-right: auto;
}

.c-input1 input {
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  background-color: white;
  width: 100%;
  max-width: 100%;
  height: 30px;
  font-size: 1.2rem;
  padding: 10px 5px;
  box-sizing: border-box;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.c-input1 input::-webkit-input-placeholder {
  color: #999999;
}

.c-input1 input::-moz-placeholder {
  color: #999999;
}

.c-input1 input:-ms-input-placeholder {
  color: #999999;
}

.c-input1 input::-ms-input-placeholder {
  color: #999999;
}

.c-input1 input::placeholder {
  color: #999999;
}

.c-input1--short input {
  width: 200px;
}

.c-checkbox1 label {
  cursor: pointer;
}

.c-checkbox1 input {
  display: none;
}

.c-checkbox1 input:checked + span:before {
  opacity: 1;
}

.c-checkbox1 label > span {
  position: relative;
  padding-right: 22px;
  font-size: 1.2rem;
  font-feature-settings: 'palt';
  line-height: 1;
}

.c-checkbox1 label > span:after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  right: 0;
  top: -2px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  width: 18px;
  height: 18px;
}

.c-checkbox1 label > span:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 1px;
  width: 4px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.c-checkbox1--big label > span {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .c-checkbox1--big label > span {
    font-size: 1.05rem;
  }
}

.c-checkbox1--big label > span:after {
  width: 20px;
  height: 20px;
}

.c-checkbox1--reverse label > span {
  padding-right: 0;
  padding-left: 22px;
}

@media only screen and (max-width: 767px) {
  .c-checkbox1--reverse label > span {
    padding-left: 25px;
  }
}

.c-checkbox1--reverse label > span:after {
  right: auto;
  left: 0;
}

.c-checkbox1--reverse label > span:before {
  right: auto;
  left: 7px;
  top: 2px;
}

.c-checkbox1--reverse.c-checkbox1--big label > span {
  padding-left: 30px;
}

.c-textarea1 textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  background-color: white;
  width: 100%;
  max-width: 100%;
  height: 150px;
  font-size: 1.2rem;
  padding: 10px 5px;
  box-sizing: border-box;
  resize: none;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.c-form1 .error {
  display: block;
  width: 100%;
  flex-shrink: 0;
}

.c-form1 li + li {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .c-form1 li + li {
    margin-top: 8px;
  }
}

.c-form1 dt {
  font-weight: bold;
  margin-bottom: 2px;
}

.c-form1 dt .label {
  font-size: 12px;
  color: #dc0000;
}

@media only screen and (max-width: 767px) {
  .c-form1 dt .label {
    font-size: 1rem;
  }
}

.c-form1 dd .note {
  font-size: 1.2rem;
  color: #999999;
  margin-left: 9px;
}

@media only screen and (max-width: 767px) {
  .c-form1 dd .note {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    font-size: 1rem;
  }
}

.c-form1__groupCheckbox {
  overflow-x: hidden;
}

.c-form1__groupCheckbox .inner .c-checkbox1 {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .c-form1__groupCheckbox .inner .c-checkbox1 {
    padding-top: 2px;
    margin-right: -5px;
    margin-left: -5px;
  }
}

.c-form1__groupCheckbox .inner .c-checkbox1 > * {
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .c-form1__groupCheckbox .inner .c-checkbox1 > * {
    margin-bottom: 2px;
    margin-left: 5px !important;
    margin-right: 5px;
  }
}

.c-form1__sum {
  max-width: 600px;
  margin: auto;
  margin-top: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  padding: 20px 30px 8px 30px;
  text-align: justify;
  max-height: 167px;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  .c-form1__sum {
    margin-top: 17px;
    padding: 10px 15px;
  }
}

.c-form1__sum .title {
  font-size: 1.8rem;
}

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

.c-form1__sum .content p + p {
  margin-top: 20px;
}

.c-form1__checkagree {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.c-form1__submit .c-btn02 {
  margin: 40px auto 0;
}

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

.c-form1 .mw_wp_form_confirm .note {
  display: none;
}

.c-form1 .mw_wp_form_confirm .c-form1__sum {
  display: none;
}

.c-form1 .mw_wp_form_confirm .c-form1__checkagree {
  display: none;
}

.c-form1 .mw_wp_form_confirm .c-input1, .c-form1 .mw_wp_form_confirm .c-checkbox1, .c-form1 .mw_wp_form_confirm .c-textarea1 {
  padding-left: 10px;
}

.c-form1 .mw_wp_form_confirm .c-form1__groupCheckbox .inner .c-checkbox1 {
  margin-left: 0;
  margin-right: 0;
}

.c-arti3__link {
  cursor: pointer;
}

.c-arti3__link .title {
  padding-top: 12px;
  font-size: 2rem;
  font-weight: bold;
  font-feature-settings: 'palt';
}

@media only screen and (max-width: 767px) {
  .c-arti3__link .title {
    font-size: 1.3rem;
    padding-top: 10px;
  }
}

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

.c-arti3__link:hover .c-arti3__thumb img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.c-arti3__thumb {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.c-arti3__thumb img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;object-position: center";
}

.c-arti3__thumb .cat {
  position: absolute;
  top: 0;
  left: 10px;
  color: #fff;
  background-color: #af4285;
  padding-left: 10px;
  padding-right: 10px;
}

.c-arti3__cont .sum {
  margin-top: 2px;
}

.c-arti3__cont .date {
  text-align: right;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .c-arti3__cont .date {
    margin-top: 5px;
  }
}

.c-single__info {
  font-feature-settings: 'palt';
  margin-bottom: 12px;
}

.c-single__info .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-single__info .cat {
  flex-shrink: 0;
  margin-top: 2px;
}

.c-single__info .cat a {
  color: #fff;
  background-color: #af4285;
  padding: 2px 12px;
  display: inline-block;
}

.c-single__info .title {
  font-size: 2rem;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .c-single__info .title {
    font-size: 1.3rem;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}

.c-single__thumb {
  margin-bottom: 22px;
}

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

.c-single__thumb img {
  width: 100%;
}

.c-single__control {
  margin-top: 55px;
  border-top: 1px solid #ebedf1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  flex-basis: 0;
}

@media only screen and (max-width: 767px) {
  .c-single__control {
    margin-top: 25px;
    padding-top: 10px;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .c-single__control .c-btn06 {
    line-height: 2.5;
  }
}

@media only screen and (max-width: 767px) {
  .c-single__control .prev {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .c-single__control .prev .c-btn06 span {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .c-single__control .next {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}

@media only screen and (max-width: 767px) {
  .c-single__control .next .c-btn06 span {
    padding-left: 10px;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .c-single__control .center {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
}

@media only screen and (max-width: 767px) {
  .c-single__control .center .c-btn07 {
    margin-left: auto;
    margin-right: auto;
  }
}

.c-single__control > * {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.c-single__content p + p {
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  .c-single__content p + p {
    margin-top: 15px;
  }
}

.c-btn06 {
  font-size: 1.6rem;
  position: relative;
  display: block;
}

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

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

.c-btn06:hover > *:before {
  -webkit-animation: btnArrowlongControl 0.8s infinite;
  animation: btnArrowlongControl 0.8s infinite;
}

.c-btn06:hover > *:after {
  -webkit-animation: btnArrowsmallControl 0.8s infinite;
  animation: btnArrowsmallControl 0.8s infinite;
}

.c-btn06 > * {
  display: block;
  padding-left: 48px;
  padding-right: 48px;
}

@media only screen and (max-width: 767px) {
  .c-btn06 > * {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 45px;
  }
}

.c-btn06 > *:before {
  content: "";
  height: 1px;
  width: 35px;
  position: absolute;
  top: 58%;
  right: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background-color: #000;
}

.c-btn06 > *:after {
  content: "";
  width: 11px;
  height: 1px;
  position: absolute;
  right: 0px;
  top: 58%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  background-color: #000;
}

.c-btn06--reverse > *:before {
  right: auto;
  left: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.c-btn06--reverse > *:after {
  right: auto;
  left: 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-btn06--reverse:hover span:before {
  -webkit-animation: btnArrowlongControlRe 0.8s infinite;
  animation: btnArrowlongControlRe 0.8s infinite;
}

.c-btn06--reverse:hover span:after {
  -webkit-animation: btnArrowsmallControlRe 0.8s infinite;
  animation: btnArrowsmallControlRe 0.8s infinite;
}

.c-btn06--archive {
  width: 100%;
}

.c-btn06--archive > * {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 50px;
}

@media only screen and (max-width: 767px) {
  .c-btn06--archive > * {
    min-height: 45px;
  }
}

.c-btn06--archive > *:before {
  right: 20px;
}

.c-btn06--archive > *:after {
  right: 20px;
}

.c-btn06--archive:hover > *:before {
  -webkit-animation: btnArrowlongArc 0.8s infinite;
  animation: btnArrowlongArc 0.8s infinite;
}

.c-btn06--archive:hover > *:after {
  -webkit-animation: btnArrowsmallArc 0.8s infinite;
  animation: btnArrowsmallArc 0.8s infinite;
}

@-webkit-keyframes btnArrowlongControl {
  from {
    -webkit-transform: scalex(0.1);
    transform: scalex(0.1);
  }
  to {
    -webkit-transform: scalex(1);
    transform: scalex(1);
  }
}

@keyframes btnArrowlongControl {
  from {
    -webkit-transform: scalex(0.1);
    transform: scalex(0.1);
  }
  to {
    -webkit-transform: scalex(1);
    transform: scalex(1);
  }
}

@-webkit-keyframes btnArrowsmallControl {
  from {
    right: 28px;
  }
  to {
    right: 0px;
  }
}

@keyframes btnArrowsmallControl {
  from {
    right: 28px;
  }
  to {
    right: 0px;
  }
}

@-webkit-keyframes btnArrowlongControlRe {
  from {
    -webkit-transform: scalex(0.1);
    transform: scalex(0.1);
  }
  to {
    -webkit-transform: scalex(1);
    transform: scalex(1);
  }
}

@keyframes btnArrowlongControlRe {
  from {
    -webkit-transform: scalex(0.1);
    transform: scalex(0.1);
  }
  to {
    -webkit-transform: scalex(1);
    transform: scalex(1);
  }
}

@-webkit-keyframes btnArrowsmallControlRe {
  from {
    left: 28px;
  }
  to {
    left: 0px;
  }
}

@keyframes btnArrowsmallControlRe {
  from {
    left: 28px;
  }
  to {
    left: 0px;
  }
}

@-webkit-keyframes btnArrowlongArc {
  from {
    -webkit-transform: scalex(0.1);
    transform: scalex(0.1);
  }
  to {
    -webkit-transform: scalex(1);
    transform: scalex(1);
  }
}

@keyframes btnArrowlongArc {
  from {
    -webkit-transform: scalex(0.1);
    transform: scalex(0.1);
  }
  to {
    -webkit-transform: scalex(1);
    transform: scalex(1);
  }
}

@-webkit-keyframes btnArrowsmallArc {
  from {
    right: 48px;
  }
  to {
    right: 20px;
  }
}

@keyframes btnArrowsmallArc {
  from {
    right: 48px;
  }
  to {
    right: 20px;
  }
}

.c-btn07 {
  width: 250px;
  max-width: 100%;
  color: #fff;
  min-height: 60px;
  background-color: #af4285;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-btn07 {
    min-height: 50px;
    font-size: 1.2rem;
  }
}

.c-archive__title {
  background-color: #af4285;
  color: #fff;
  font-size: 1.6rem;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 15px;
  padding-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .c-archive__title {
    font-size: 1.2rem;
    padding-top: 10px;
  }
}

.c-archive__dir {
  font-feature-settings: 'palt';
}

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

.c-archive__dir ul li {
  border: 1px solid #e4e4e4;
  border-top: none;
}

.c-archive__dir ul li .label {
  padding-left: 18px;
  padding-right: 18px;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 50px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .c-archive__dir ul li .label {
    font-size: 1.2rem;
    min-height: 45px;
  }
}

.c-archive__dir ul li .label span {
  display: block;
  margin-right: 50px;
}

.c-archive__dir ul li .label span:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  line-height: 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  right: 35px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-archive__dir ul li .label.is-open span:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.c-archive__dir ul ul {
  display: none;
}

.c-archive__dir ul ul li {
  border-left: none;
  border-right: none;
}

.c-archive__dir ul ul li:last-child {
  border-bottom: none;
}

.c-archive__dir ul ul li:first-child {
  border-top: 1px solid #e4e4e4;
}

.c-btnNav {
  background-color: #af4285;;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 80px;
  height: 100%;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .c-btnNav {
    width: 55px;
  }
}

.c-btnNav span {
  width: 23px;
  height: 3px;
  background-color: #fff;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
}

.c-btnNav.is-active {
  position: relative;
}

.c-btnNav.is-active span:nth-child(2) {
  display: none;
}

.c-btnNav.is-active span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-btnNav.is-active span:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-list04 li {
  position: relative;
  padding-left: 15px;
  text-indent: 5px;
}

.c-list04 li:before {
  content: "▼";
  position: absolute;
  left: 0;
  top: 0;
}

.c-list04 li + li {
  margin-top: 5px;
}

.c-list05 dt {
  padding: 6px 0px 6px 8px;
  background: #EFEFEF;
  font-weight: bold;
}

.c-list05 dd {
  padding-left: 10px;
  padding-right: 10px;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
* {
  box-sizing: border-box;
}

/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top {
  margin-bottom: 40px;
}

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

.p-top1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.p-top1__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

/* @media only screen and (max-width: 1110px) {
  .p-top1__inner {
    display: block;
  }
} */

@media only screen and (max-width: 767px) {
  .p-top1__inner {
    display: block;
  }
}

.p-top1__left {
  margin-right: calc(50% - 450px);
  padding-top: 140px;
  width: 450px;
  border-right: 1px solid #ebedf1;
  padding-right: 100px;
  font-feature-settings: 'palt';
}

@media only screen and (min-width: 767px) and (max-width: 1150px) {
  .p-top1__left {
    margin-right: 5%;
    width: 45%;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .p-top1__left {
    margin-right: 0;
    width: 100%;
    border-right: none;
    padding-right: 0;
    padding-top: 0;
  }
}

.p-top1__left .c-title01 {
  margin-bottom: 35px;
}

/* @media only screen and (max-width: 1110px) {
  .p-top1__left .c-title01 {
    text-align: center;
    margin-bottom: 20px;
  } */
}

@media only screen and (max-width: 767px) {
  .p-top1__left .c-title01 {
    text-align: center;
    margin-bottom: 20px;
  }
}

.p-top1__left .c-btn02 {
  margin-top: 50px;
}

/* @media only screen and (max-width: 1110px) {
  .p-top1__left .c-btn02 {
    margin: auto;
    margin-top: 15px;
  }
} */

@media only screen and (max-width: 767px) {
  .p-top1__left .c-btn02 {
    margin: auto;
    margin-top: 15px;
  }
}

.p-top1__right {
  width: 50%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

/* @media only screen and (max-width: 1110px) {
  .p-top1__right {
    width: 100%;
    margin-top: 40px;
    padding-left: 7px;
    padding-right: 7px;
  }
} */

@media only screen and (max-width: 767px) {
  .p-top1__right {
    width: 100%;
    margin-top: 40px;
    padding-left: 7px;
    padding-right: 7px;
  }
}

.p-top1__right .c-box01 {
  width: 50%;
  padding-bottom: 50px;
  padding-top: 40px;
  border-bottom: 1px solid #ebedf1;
}

/* @media only screen and (max-width: 1110px) {
  .p-top1__right .c-box01 {
    padding-top: 15px;
    padding-bottom: 20px;
  }
} */
@media only screen and (max-width: 767px) {
  .p-top1__right .c-box01 {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

.p-top1__right .c-box01:nth-child(even) {
  padding-left: 50px;
}

/* @media only screen and (max-width: 1110px) {
  .p-top1__right .c-box01:nth-child(even) {
    padding-left: 18px;
  }
} */
@media only screen and (max-width: 767px) {
  .p-top1__right .c-box01:nth-child(even) {
    padding-left: 18px;
  }
}

.p-top1__right .c-box01:nth-child(odd) {
  padding-right: 50px;
  border-right: 1px solid #ebedf1;
}

/* @media only screen and (max-width: 1110px) {
  .p-top1__right .c-box01:nth-child(odd) {
    padding-right: 18px;
  }
} */
@media only screen and (max-width: 767px) {
  .p-top1__right .c-box01:nth-child(odd) {
    padding-right: 18px;
  }
}

.p-top1__right .c-box01:nth-child(-n + 2) {
  padding-top: 0;
}

.p-top1__right .c-box01:nth-last-child(-n + 2) {
  border-bottom: none;
  padding-bottom: 0;
}

.p-top1__right .c-box01 a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
}

.p-top1__right .c-box01 a .c-box01__title {
  align-self: flex-start;
  letter-spacing: -1px;
}

.p-top1__right .c-box01 a .c-box01__img {
  margin-top: auto;
}

.p-top2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/bg_blue.png);
}

@media only screen and (max-width: 1150px) {
  .p-top2 {
    padding-top: 50px;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 40px;
  }
}

/* @media only screen and (max-width: 767px) {
  .p-top2 {
    padding-top: 50px;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 40px;
  }
} */

.p-top2__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1150px) {
  .p-top2__inner {
    display: block;
  }
}

/* @media only screen and (max-width: 767px) {
  .p-top2__inner {
    display: block;
  }
} */

.p-top2__innerL {
  width: 50%;
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 1150px) {
  .p-top2__innerL {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
  }
  .p-top2__innerL:after {
    content: "";
    position: absolute;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    bottom: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
  }
}

/* @media only screen and (max-width: 767px) {
  .p-top2__innerL {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
  }
  .p-top2__innerL:after {
    content: "";
    position: absolute;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    bottom: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
  }
} */

.p-top2__innerL .image {
  width: 50%;
  flex-shrink: 0;
}

.p-top2__innerL .image img {
  width: 100%;
}

.p-top2__innerR {
  width: calc(50% - 100px);
  padding-left: 100px;
  color: #fff;
  margin-left: 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 1150px) {
  .p-top2__innerR {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-top: 18px;
    text-align: center;
  }
}

/* @media only screen and (max-width: 767px) {
  .p-top2__innerR {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-top: 18px;
    text-align: center;
  }
} */

.p-top2__innerR .c-title01 {
  margin-bottom: 15px;
}

.p-top2__innerR .c-btn02 {
  margin-top: 50px;
}

@media only screen and (max-width: 1150px) {
  .p-top2__innerR .c-btn02 {
    margin-top: 12px;
  }
}


/* @media only screen and (max-width: 767px) {
  .p-top2__innerR .c-btn02 {
    margin-top: 12px;
  }
} */

.p-top3__inner {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .p-top3__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
}

.p-top3__innerL {
  width: 50%;
  padding-top: 90px;
  padding-bottom: 100px;
  padding-right: 80px;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .p-top3__innerL {
    width: 100%;
    padding-top: 16px;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.p-top3__innerL .c-title01 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .p-top3__innerL .c-title01 {
    margin-bottom: 10px;
    text-align: center;
  }
}

.p-top3__innerR {
  background: url(../img/top_new01.jpg) no-repeat center;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 1150px){
	.p-top3__innerR{
		width: calc(50% + 20px);
		margin-right: -20px;
	}
}

@media only screen and (max-width: 767px) {
  .p-top3__innerR {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.p-top3__innerR img {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .p-top3__innerR img {
    height: 52vw;
  }
}

.p-company {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .p-company {
    margin-bottom: 50px;
  }
}

.p-company2 {
  padding-top: 60px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .p-company2 {
    padding-top: 28px;
    padding-bottom: 40px;
  }
}

.p-company2 .c-arti1 .c-title1 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .p-company2 .c-arti1 .c-title1 {
    margin-bottom: 15px;
  }
}

.p-company2 .c-arti1 .c-arti1__cont {
  width: 100%;
}

.p-company3__detail .l-container {
  max-width: 740px;
}

.p-company3__detail .c-list02:first-child {
  padding-top: 56px;
}

@media only screen and (max-width: 767px) {
  .p-company3__detail .c-list02:first-child {
    padding-top: 28px;
  }
}

.p-company3__detail .c-list02 + .c-list02 {
  padding-top: 42px;
}

@media only screen and (max-width: 767px) {
  .p-company3__detail .c-list02 + .c-list02 {
    padding-top: 21px;
  }
}

.p-services {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .p-services {
    margin-bottom: 30px;
  }
}

.p-services1 .l-container {
  max-width: 760px;
}

.p-services1__nav {
  padding-top: 80px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

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

.p-services1__nav > * {
  width: 50%;
  padding-bottom: 50px;
  border-bottom: 1px solid #ebedf1;
  border-right: 1px solid #ebedf1;
  padding-top: 50px;
}

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

.p-services1__nav > *:nth-child(2n + 1) {
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .p-services1__nav > *:nth-child(2n + 1) {
    padding-right: 18px;
  }
}

.p-services1__nav > *:nth-child(2n) {
  padding-left: 50px;
  border-right: 0;
}

@media only screen and (max-width: 767px) {
  .p-services1__nav > *:nth-child(2n) {
    padding-left: 18px;
  }
}

.p-services1__nav > *:nth-child(-n+2) {
  padding-top: 0;
}

.p-services1__nav > *:nth-last-child(-n+2) {
  padding-bottom: 0px;
  border-bottom: none;
}

.p-services1__nav .c-box01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
}

.p-services1__nav .c-box01__img {
  margin-top: auto;
}

.p-services1__nav .c-box01__content {
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .p-services1__nav .c-box01__content {
    margin-bottom: 15px;
  }
}

.p-services1__nav .c-box01__title {
  margin-top: -8px;
}

.p-services2st2 {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.p-services4st .c-arti2__cont {
  align-self: center;
}

@media only screen and (max-width: 767px) {
  .p-services4st .c-arti2__cont {
    margin-top: 30px;
  }
}

.p-services4st1 {
  padding-top: 75px;
}

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

.p-services4st2 {
  padding-top: 60px;
  padding-bottom: 80px;
}

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

.p-services4st2__cont1 {
  text-align: center;
  margin-top: 58px;
}

@media only screen and (max-width: 767px) {
  .p-services4st2__cont1 {
    margin-top: 30px;
  }
}

.p-services4st2__cont1 .title {
  font-size: 2rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .p-services4st2__cont1 .title {
    font-size: 1.2rem;
  }
}

.p-services4st2__cont1 .sum {
  margin-top: 16px;
}

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

.p-services4st2__cont1 .list1 {
  display: -webkit-box;
  display: flex;
  padding-left: 65px;
  padding-right: 65px;
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  .p-services4st2__cont1 .list1 {
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    flex-wrap: wrap;
  }
}

.p-services4st2__cont1 .list1 .item {
  width: calc((100% - 80px)/4);
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .p-services4st2__cont1 .list1 .item {
    width: calc((100% - 15px)/2);
    margin-right: 15px;
    margin-bottom: 8px;
  }
}

.p-services4st2__cont1 .list1 .item:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .p-services4st2__cont1 .list1 .item:nth-child(2n) {
    margin-right: 0;
  }
}

.p-services4st2__cont1 .list1 .item .thumbnail {
  height: 150px;
}

@media only screen and (max-width: 767px) {
  .p-services4st2__cont1 .list1 .item .thumbnail {
    height: 27vw;
    max-height: 230px;
  }
}

.p-services4st2__cont1 .list1 .item .thumbnail img {
  width: 100%;
  height: 150px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center;';
}

@media only screen and (max-width: 767px) {
  .p-services4st2__cont1 .list1 .item .thumbnail img {
    height: 100%;
  }
}

.p-services4st2__cont1 .list1 .item .label {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .p-services4st2__cont1 .list1 .item .label {
    margin-top: 2px;
  }
}

.p-services4st2__cont1 .c-btn02 {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  background-color: #af4285;
  width: 460px;
}

@media only screen and (max-width: 767px) {
  .p-services4st2__cont1 .c-btn02 {
    margin-top: 25px;
    width: 300px;
  }
}
/* 
.p-services4st3 .c-arti2__thumb--logo .logo { */

.c-arti2__thumb--logo .logo {
  min-height: 155px;
  background-color: #f7f7f7;
}
.p-services4st1 .c-arti2__thumb--logo .logo{
	background-color: #fff;
}
@media only screen and (max-width: 767px) {
/* 	  .p-services4st3 .c-arti2__thumb--logo .logo { */
  .c-arti2__thumb--logo .logo {
    min-height: unset;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-services4st4 {
  padding-top: 55px;
  padding-bottom: 60px;
}

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

.p-services4st4__cont1 {
  text-align: center;
  margin-top: 58px;
}

@media only screen and (max-width: 767px) {
  .p-services4st4__cont1 {
    margin-top: 30px;
  }
}

.p-services4st4__cont1 .title {
  font-size: 2rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .p-services4st4__cont1 .title {
    font-size: 1.2rem;
  }
}

.p-services4st4__cont1 .sum {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .p-services4st4__cont1 .sum {
    margin-top: 8px;
  }
}

.p-services4st4__cont1 .list1 {
  display: -webkit-box;
  display: flex;
  padding-left: 65px;
  padding-right: 65px;
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  .p-services4st4__cont1 .list1 {
    padding-left: 0;
    padding-right: 0;
    margin-top: 11px;
    flex-wrap: wrap;
  }
}

.p-services4st4__cont1 .list1 .item {
  width: calc((100% - 57px)/4);
  margin-right: 19px;
}

@media only screen and (max-width: 767px) {
  .p-services4st4__cont1 .list1 .item {
    width: calc((100% - 15px)/2);
    margin-right: 15px;
    margin-bottom: 10px;
  }
}

.p-services4st4__cont1 .list1 .item:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .p-services4st4__cont1 .list1 .item:nth-child(2n) {
    margin-right: 0;
  }
}

.p-services4st4__cont1 .list1 .item .thumbnail {
  height: 150px;
  background-color: #fff;
  border: 1px solid #af4285;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .p-services4st4__cont1 .list1 .item .thumbnail {
    height: 25vw;
    max-height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .p-services4st4__cont1 .list1 .item .thumbnail img {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.p-services4st4__cont1 .list1 .item .label {
  margin-top: 5px;
  line-height: 1.57;
  font-feature-settings: 'palt';
}

.p-services4st4__cont1 .list1 .item .label span {
  font-weight: bold;
  display: block;
  font-size: 1.6rem;
  line-height: 1.375;
}

@media only screen and (max-width: 767px) {
  .p-services4st4__cont1 .list1 .item .label span {
    font-size: 1.2rem;
  }
}

.p-services4st4__cont1 .c-btn02 {
  margin-left: auto;
  margin-right: auto;
  background-color: #af4285;
  width: 460px;
  border: none;
}

@media only screen and (max-width: 767px) {
  .p-services4st4__cont1 .c-btn02 {
    width: 300px;
  }
}

.p-services4st4__cont1 .boxbtn1 {
  margin-top: 50px;
}

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

.p-services4st4__cont1 .boxbtn2 {
  margin-top: 58px;
  background-color: #002441;
  color: #fff;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 38px;
}

@media only screen and (max-width: 767px) {
  .p-services4st4__cont1 .boxbtn2 {
    margin-top: 30px;
    padding-top: 18px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-services4st4__cont1 .boxbtn2 .c-btn02 {
  margin-top: 14px;
}

.p-voice1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.p-voice1 .c-arti1 + .c-arti1 {
  margin-top: 58px;
}

@media only screen and (max-width: 767px) {
  .p-voice1 .c-arti1 + .c-arti1 {
    margin-top: 29px;
  }
}

.p-recruit2 {
  padding-bottom: 125px;
}

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

.p-recruit2 .c-secVoice {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.p-recruit2 .c-secVoice:first-child {
  padding-top: 46px;
}

@media only screen and (max-width: 767px) {
  .p-recruit2 .c-secVoice:first-child {
    padding-top: 23px;
  }
}

.p-recruit2 .c-secVoice + .c-secVoice {
  padding-top: 65px;
}

@media only screen and (max-width: 767px) {
  .p-recruit2 .c-secVoice + .c-secVoice {
    padding-top: 32px;
  }
}

.p-recruit3 {
  padding-bottom: 60px;
}

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

.p-contact1 {
  padding-top: 72px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .p-contact1 {
    padding-top: 36px;
    padding-bottom: 40px;
  }
}

.p-contact1 .l-container {
  max-width: 700px;
  margin: auto;
}

.p-contact1__title {
  font-size: 3rem;
  color: #af4285;
  line-height: 1.433;
  font-feature-settings: 'palt';
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .p-contact1__title {
    font-size: 1.95rem;
    margin-bottom: 13px;
  }
}

.p-contact1__title span {
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
}

.p-contact1__title span:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
}

.p-contact1__sum {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .p-contact1__sum {
    margin-bottom: 15px;
  }
}

.p-thank1 {
  padding-top: 72px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .p-thank1 {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

.p-thank1 .l-container {
  max-width: 700px;
  margin: auto;
}

.p-thank1__title {
  font-size: 3rem;
  color: #af4285;
  line-height: 1.433;
  font-feature-settings: 'palt';
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .p-thank1__title {
    font-size: 1.95rem;
    margin-bottom: 13px;
  }
}

.p-thank1__title span {
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .p-thank1__title span {
    padding-bottom: 2px;
  }
}

.p-thank1__title span:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
}

.p-thank1__btn {
  margin-top: 125px;
}

@media only screen and (max-width: 767px) {
  .p-thank1__btn {
    margin-top: 60px;
  }
}

.p-thank1__btn .c-btn02 {
  margin: auto;
}

.p-news1 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.p-news1:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 30px;
  background: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

@media only screen and (max-width: 767px) {
  .p-news1:after {
    content: none;
  }
}

.p-news1__item {
  width: 50%;
  border-bottom: 1px solid #ebedf1;
  padding-bottom: 45px;
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .p-news1__item {
    width: 100%;
    padding: 10px !important;
    border: 1px solid #ebedf1 !important;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .p-news1__item:not(:first-child) {
    margin-top: 25px;
  }
}

.p-news1__item:nth-child(2n+1) {
  padding-right: 50px;
  border-right: 1px solid #ebedf1;
}

.p-news1__item:nth-child(2n) {
  padding-left: 50px;
}

.p-news1__item:nth-child(-n + 2) {
  padding-top: 0;
}

.p-news1__item:nth-last-child(-n + 2) {
  padding-bottom: 0;
  border-bottom: none;
}

.p-single1 {
  margin-bottom: 200px;
}

@media only screen and (max-width: 767px) {
  .p-single1 {
    margin-bottom: 100px;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

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