@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 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

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

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

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

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

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

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

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

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

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  height: 100px;
  background-color: #1A1A1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 0px 33px 0 15px;
}

.c-header__logo {
  width: 30%;
  padding-top: 6px;
}

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

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

@media only screen and (max-width: 767px) {
  .c-header {
    height: 80px;
    padding: 0 15px;
  }
}

.c-header__right {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.c-header__social a{
  display: block;
}

.c-header__social a:first-child{
  padding-right: 10px;
}

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

.c-gnavi ul {
  float: right;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-right: 45px;
}

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

.c-gnavi ul li a {
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 500;
  text-transform: uppercase;
}

.c-gnavisp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-top: 80px;
  background-color: #1A1A1A;
  overflow-y: scroll;
}

.c-gnavisp ul li {
  border-top: 1px dotted #ccc;
}

.c-gnavisp ul li a {
  padding: 20px;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #ffffff;
}

.c-gnavisp ul li:last-child a{
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
}

.c-menu {
  position: fixed;
  top: 28px;
  right: 17px;
  z-index: 999;
  font-size: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 26px;
  width: 30px;
  color: #ffffff;
}

.c-menu span {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.c-menu__icon {
  position: absolute;
  height: 3px;
  width: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.c-menu__icon:nth-child(1) {
  top: 0px;
}

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

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

.c-menu .is-close {
  display: none;
}

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

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

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

body.menu-open .is-open {
  display: none;
}

body.menu-open .is-close {
  display: block;
  bottom: -15px;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  background-color: #333333;
  padding-top: 39px;
  padding-bottom: 31px;
  color: #ffffff;
}

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

.c-footer1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .c-footer1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-footer1__left {
  width: 400px;
}

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

.c-footer1__left > h3 {
  font-size: 2.1rem;
  line-height: 1.2;
  font-family: "Meiryo";
  padding-top: 17px;
}

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

.c-footer1__left span {
  font-size: 1.6rem;
  line-height: 1.6;
  padding-bottom: 1px;
  letter-spacing: 0.7px;
  font-family: "Meiryo";
}

.c-footer1__left span:first-child {
  padding-right: 15px;
}

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

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

@media only screen and (max-width: 767px) {
  .c-footer1__txt {
    font-weight: normal;
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-footer1__right {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.c-footer1__right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 13px;
}

@media only screen and (max-width: 767px) {
  .c-footer1__right ul {
    margin-top: 30px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer1__right ul li {
    width: 50%;
    float: left;
  }
}

.c-footer1__right ul li a {
  font-size: 1.7rem;
  line-height: 1.8;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .c-footer1__right ul li a {
    font-size: 1.5rem;
  }
}

.c-footer1__right > p {
  font-size: 1.8rem;
  line-height: 2;
  border-bottom: 2px solid #ffffff;
  margin-top: 60px;
}

.c-footer1__social{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}

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

.c-footer1__social a{
  display: block;
}

.c-footer1__social a:first-child{
  padding-right: 10px;
}

.c-footer2 {
  padding-top: 82px;
}

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

.c-footer2__cnt {
  padding-top: 28px;
}

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

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

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

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

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

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

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

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

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

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.l-btn {
  text-align: center;
}

.l-btn--right {
  text-align: right;
}

.l-btn--diff {
  padding-bottom: 55px;
}

/*
------------------------------------------------------------*/
.c-btn1 {
  width: 200px;
  height: 33px;
  background-color: #2e2c5e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 15px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 4px;
}

.c-btn2 {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 600;
  font-family: 'Meiryo';
}

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

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

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

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

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

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

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  text-align: center;
}

.c-title2 {
  font-size: 2.8rem;
  line-height: 1.8;
  color: #2e2c5e;
  position: relative;
  padding-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .c-title2 {
    font-size: 1.8rem;
    padding-bottom: 4px;
  }
}

.c-title2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0px;
  background: #f4e308;
}

.c-title2--diff {
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 17px;
}

@media only screen and (max-width: 767px) {
  .c-title2--diff {
    font-size: 1.8rem;
    padding-bottom: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-title2--diff h2 {
  padding-right: 20px;
}

.c-title2--diff span {
  color: #cccccc;
  font-size: 1.6rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .c-title2--diff span {
    font-size: 1.1rem;
  }
}

.c-title2--modify {
  font-size: 3.4rem;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .c-title2--modify {
    font-size: 2rem;
    padding-bottom: 4px;
  }
}

.c-title2--custom {
  font-size: 4rem;
  line-height: 2.2;
  text-align: center;
}

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

.c-title2--custom1 {
  width: 1000px;
  margin: 0 auto;
}

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

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

.c-title4 {
  font-size: 4rem;
  line-height: 1;
  color: #2e2c5e;
  position: relative;
  padding-bottom: 10px;
  position: relative;
  width: 800px;
}

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

.c-title4:after {
  content:"";
  position: absolute;
  bottom:-5px;
  left:0px;
  height: 5px;
  width: 100%;
  background-color: #faee00;
}

@media only screen and (max-width: 767px) {
  .c-title4:after {
    height: 2px;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-table1 {
  width: 100%;
  border-collapse: collapse;
}

.c-table1 tr td {
  font-size: 1.6rem;
  line-height: 1.5;
  border: 1px solid #b3b3b3;
  font-family: "Meiryo";
  padding-top: 20px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .c-table1 tr td {
    font-size: 1.3rem;
    padding-top: 17px;
    padding-bottom: 14px;
  }
}

.c-table1 tr td:nth-child(1) {
  background: #383884;
  text-align: center;
  color: #ffffff;
  width: 160px;
}

@media only screen and (max-width: 767px) {
  .c-table1 tr td:nth-child(1) {
    width: 30%;
  }
}

.c-table1 tr td:nth-child(2) {
  padding-left: 30px;
  width: 840px;
}

@media only screen and (max-width: 767px) {
  .c-table1 tr td:nth-child(2) {
    padding: 0px 15px;
    width: 70%;
  }
}

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Css of post page
------------------------------------------------------------*/
.c-post1 {
  width: 100%;
  clear: both;
  margin-bottom: 37px;
  display: inline-block;
}

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

.c-post1__image {
  margin-right: 20px;
  width: 80px;
  float: left;
  display: block;
  overflow: hidden;
  padding-top: 8%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-post1__image {
    width: 20%;
    margin-right: 5%;
    padding-top: 20%;
  }
}

.c-post1__image img {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0px;
}

.c-post1__text {
  width: 900px;
  float: left;
}

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

.c-post1__box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 12px;
}

@media only screen and (max-width: 767px) {
  .c-post1__box > div {
    padding-top: 6px;
  }
}

.c-post1__box > div span {
  font-size: 1.7rem;
  line-height: 1;
  padding-right: 33px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-post1__box > div span {
    font-size: 1.3rem;
    line-height: 1.5;
    padding-right: 25px;
  }
}

.c-post1__box > div + div {
  padding-top: 15px;
}

@media only screen and (max-width: 767px) {
  .c-post1__box > div + div {
    padding-top: 6px;
  }
}

.c-post1__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-post1__title h3 {
  font-size: 2rem;
  line-height: 1;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .c-post1__title h3 {
    font-size: 1.6rem;
    padding-right: 0px;
    padding-bottom: 5px;
  }
}

.c-post1__title span {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Meiryo";
}

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

.c-post2 {
  padding-bottom: 35px;
}

.c-post2__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
}

.c-post2__title h3 {
  font-size: 1.8rem;
  line-height: 1;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .c-post2__title h3 {
    font-size: 1.6rem;
    padding-right: 0px;
    padding-bottom: 5px;
  }
}

.c-post2__title span {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Meiryo";
}

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

.c-post2__text span {
  font-size: 1.7rem;
  line-height: 1;
  padding-right: 33px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-post2__text span {
    font-size: 1.3rem;
    line-height: 1.5;
    padding-right: 25px;
  }
}

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

.c-post3:nth-child(2n) {
  background: #f2f2f2;
  margin-bottom: 81px;
}

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

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

@media only screen and (max-width: 767px) {
  .c-post3:nth-child(2n) .c-post3__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-post3:nth-child(2n) .c-post3__text {
  padding: 0 60px;
}

@media only screen and (max-width: 767px) {
  .c-post3:nth-child(2n) .c-post3__text {
    padding: 0px;
  }
}

.c-post3:nth-child(2n) .c-post3__txt {
  padding-top: 65px;
}

@media only screen and (max-width: 767px) {
  .c-post3:nth-child(2n) .c-post3__txt {
    padding-top: 35px;
  }
}

.c-post3:nth-child(2n) .c-post3__txt p {
  padding-top: 27px;
}

@media only screen and (max-width: 767px) {
  .c-post3:nth-child(2n) .c-post3__txt p {
    padding-top: 10px;
  }
}

.c-post3:nth-child(3n) .c-post3__txt {
  padding-top: 30px;
}

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

@media only screen and (max-width: 767px) {
  .c-post3__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
}

.c-post3__text {
  width: 650px;
  padding: 0 50px 0px 100px;
}

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

.c-post3__txt {
  padding-bottom: 30px;
}

.c-post3__txt h3 {
  font-size: 2rem;
  line-height: 1.6;
  font-family: "Meiryo";
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-post3__txt h3 {
    padding-left: 20px;
    font-size: 1.7rem;
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
  }
}

.c-post3__txt h3:after {
  content: "";
  background: url("../images/ico-right.png") no-repeat;
  width: 12px;
  height: 20px;
  position: absolute;
  top: 7px;
  left: -25px;
}

@media only screen and (max-width: 767px) {
  .c-post3__txt h3:after {
    left: 0px;
    width: 8px;
    height: 14px;
    top: 6px;
    background-size: cover;
  }
}

.c-post3__txt p {
  padding-top: 8px;
  font-size: 1.6rem;
  line-height: 1.9;
  font-family: "Meiryo";
}

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

.c-post3__image {
  width: 550px;
}

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

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

.c-post4 {
  width: 256px;
  border-right: 4px solid #cccccc;
  border-bottom: 4px solid #cccccc;
  background-color: #ffffff;
  margin-right: 15px;
  margin-bottom: 30px;
}

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

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

.c-post4__img {
  height: 200px;
  background-color: #E5E5E5;
  display: block;
}

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

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

.c-post4__text {
  padding: 15px 20px 15px;
}

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

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

@media only screen and (max-width: 767px) {
  .c-post4__text > p:nth-child(1) {
    font-size: 1.5rem;
    padding-bottom: 15px;
  }
}

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

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

.c-post4__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  max-height: 85px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  .c-post4__txt {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

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

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

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

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

.c-post5__image {
  height: 160px;
}

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .c-post6__image {
    width: 35%;
    margin-right: 5%;
  }
}

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

@media only screen and (max-width: 767px) {
  .c-post6__image img {
    width: 90px;
    height: 90px;
  }
}

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

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

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

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

.c-post6__text > a {
  width: 200px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: inherit;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

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

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

.c-post7{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #4d4d4d;
  padding-top: 34px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .c-post7{
    padding-top: 27px;
    flex-direction: column;
  }
}

.c-post7 .c-post7__date{
  font-size: 1.5rem;
  line-height: 1.5;
  color: #4D4D4D;
  font-family: 'Arial';
  padding: 0px 10px;
  font-weight: 500;
  margin-right: 15px;
}

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

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

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

@media only screen and (max-width: 767px) {
  .c-post7 ul li a{
    font-size: 1.2rem;
    padding: 0 10px;
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
  }
}

.c-post7 > a{
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: 'Meiryo';
  color: #4D4D4D;
  padding-left: 5px;
  font-weight: 500;
  margin-left: 15px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-post7 > a{
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 5px;
    font-size: 1.5rem;
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
  }
}

.c-post7__news a{
  background-color: #bf272d;
}

.c-post7__text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: 5px;
  align-items: center;
}

.c-post8{
  width: 380px;
  margin-bottom: 35px;
}

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

.c-post8:nth-child(3n+2){
  margin: 0 30px 30px;
}

@media only screen and (max-width: 767px) {
  .c-post8:nth-child(3n+2){
    margin: 0 0px 15px;
  }
}

.c-post8__image a{
  display: block;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}

.c-post8__image a:before{
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #111;
  -webkit-transform: skew(-15deg) translateX(10%);
  transform: skew(-15deg) translateX(10%);
  -webkit-transition: all 1.5s cubic-bezier(.215,.61,.355,1);
  transition: all 1.5s cubic-bezier(.215,.61,.355,1);
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.c-post8__image a.is-visible:before{
  -webkit-transform: skew(-15deg) translateX(120%);
  transform: skew(-15deg) translateX(120%);
}

.c-post8__image a img{
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: absolute;
  top: 0px;
}

.c-post8__image a:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.c-post8__text{
  background-color: #333333;
  padding: 20px 15px 15px;
}

.c-post8__text a{
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.2;
  padding-left: 10px;
  height: 80px;
  position: relative;
  display: block;
  font-weight: 600;
}

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

.c-post8__text a:after{
  content:"";
  position: absolute;
  width: 100%;
  height:2px;
  bottom:0px;
  left: 0px;
  background-color: #faee00;
}

.c-post8__txt{
  font-size: 1.6rem;
  line-height: 1.8;
  color: #ffffff;
  padding: 10px 5px 0px;
  display: flex;
  justify-content: space-between;
}

.c-post8__date{
  letter-spacing: 2px;
  font-family: 'Meiryo';
  font-weight: 500;
}

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

.c-post8__author{
  font-weight: 500;
}

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

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

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

.c-mainvisual__slide {
  height: 100%;
}

.c-mainvisual__slide .slick-list {
  height: 100%;
}

.c-mainvisual__slide .slick-track {
  height: 100%;
}

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

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

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

.c-mainvisual--page {
  height: 500px;
}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .c-breadcum ul li a {
    font-size: 1.3rem;
  }
}

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

.c-breadcum ul li:last-of-type {
  color: #2e2c5e;
}

@media only screen and (max-width: 767px) {
  .c-breadcum ul li:last-of-type {
    font-size: 1.3rem;
  }
}

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

.c-pagination a {
    font-size: 1.8rem;
    line-height: 1;
    color: #2e2c5e;
    font-weight: 600;
}

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

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

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

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

.c-pagination__link{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

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

.c-pagination__link a{
  padding: 0 15px;
}

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

.c-pagination__link span.current{
  font-size: 2rem;
  line-height: 1;
  background-color: #2e2c5e;
  color: #ffffff;
  font-weight: 600;
  display: block;
  padding:5px 10px;
}

@media only screen and (max-width: 767px) {
  .c-pagination__link span.current{
    font-size: 1.5rem;
    padding:5px;
  }
}

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

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

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

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

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

.c-widget__cnt ul li ul{
  padding: 5px 15px 5px;
}

.c-widget__cnt ul li a {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 5px 0px;
  display: block;
  text-decoration: none;
}

.c-widget__cnt ul li a:hover {
  color: #0056b3;
}

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

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

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

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

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

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

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

.c-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
}

.c-checkbox > span{
  margin-bottom: 10px;
}

.c-checkbox > span + span{
  margin-left: 0px!important;
}

.c-checkbox > span:last-of-type{
  margin-bottom: 0px;
  padding-top: 2px;
}

.c-checkbox > span:last-of-type a{
  color: #036eb8;
}

.c-checkbox:nth-child(2) {
  padding: 10px 0px;
}

.c-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left: 0;
}

.c-checkbox input[type=checkbox]:checked + span:before {
  background-color: #5b57bb;
}

.c-checkbox input[type=checkbox]:checked + span:after {
  display: block;
}

.c-checkbox label span {
  padding-left: 50px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-checkbox label span {
    padding-left: 40px;
  }
}

.c-checkbox label span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  z-index: 500;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-checkbox label span:after {
  content: "";
  position: absolute;
  display: none;
  z-index: 999;
  left: 8px;
  top: 5px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 500;
}

.c-checkbox--diff {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 520px;
  flex-direction: row;
}

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

.c-checkbox--diff label span {
  padding-left: 35px;
}

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

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

.p-top1{
  padding-top: 45px;
}

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

.p-top1__inner{
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .p-top1__inner{
    width: 100%;
    padding-bottom: 25px;
    padding: 0 15px;
  }
}

.p-top1__cnt{
  padding-top: 25px;
}

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

.p-top2 {
  padding-top: 60px;
}

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

@media only screen and (max-width: 767px) {
  .p-top2__cnt {
    text-align: center;
    padding: 40px 20px 0px;
  }
}

.p-top2__cnt img {
  padding-bottom: 3px;
}

.p-top3 {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
}

@media only screen and (max-width: 767px) {
  .p-top3 {
    margin-top: 30px;
    display: block;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top3__cnt {
  width: 600px;
  height: 100%;
  text-align: center;
  padding-top: 65px;
}

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

.p-top3__cnt > p {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  padding-top: 41px;
  padding-bottom: 30px;
}

.p-top3__left {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}

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

.p-top3__left:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #111;
  -webkit-transform: skew(-15deg) translateX(10%);
  transform: skew(-15deg) translateX(10%);
  -webkit-transition: all 1.5s cubic-bezier(.215,.61,.355,1);
  transition: all 1.5s cubic-bezier(.215,.61,.355,1);
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.p-top3__left.is-visible:before {
  -webkit-transform: skew(-15deg) translateX(120%);
  transform: skew(-15deg) translateX(120%);
}

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

.p-top3__right {
  width: 50%;
  float: left;
  background-color: #F2F2F2;
}

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

.p-top3__text {
  background-color: #96272D;
  color: #ffffff;
  width: 400px;
  margin: 0 auto;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .p-top3__text {
    width: 280px;
  }
}

.p-top3__text p {
  color: #ffffff;
  width: 75%;
}

.p-top3__text p:first-of-type {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
}

.p-top3__text p:last-of-type {
  font-size: 2rem;
  line-height: 1.8;
}

.p-top4{
  padding-top: 54px;
}

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

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

.p-top4__cnt{
  padding-top: 69px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

.p-race1 {
  padding-top: 70px;
}

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

.p-race1__inner {
  width: 1000px;
  margin: 0 auto;
  color: #333333;
}

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

.p-race1__cnt {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}

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

.p-race1__cnt > p {
  font-size: 2.5rem;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .p-race1__cnt > p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

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

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

.p-brand1 {
  padding-top: 70px;
}

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

.p-brand1__inner {
  width: 1000px;
  margin: 0 auto;
  color: #333333;
}

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

.p-brand1__cnt {
  width: 100%;
}

.p-brand1__cnt > p {
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: "Meiryo";
  padding: 15px 0px 15px 95px;
}

@media only screen and (max-width: 767px) {
  .p-brand1__cnt > p {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 15px 0px;
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
  }
}

.p-brand1__box {
  padding-top: 53px;
  padding-bottom: 85px;
  width: 100%;
}

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

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

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

.p-profile1 {
  padding-top: 62px;
}

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

.p-profile1__inner {
  width: 1000px;
  margin: 0 auto;
  color: #333333;
}

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

.p-profile1__text {
  padding-top: 65px;
}

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

.p-profile1__text p {
  font-size: 1.6rem;
  line-height: 1.9;
  font-family: "Meiryo";
}

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

.p-profile1__text p + p {
  padding-top: 30px;
}

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

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

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

.p-profile1__cnt img {
  width: 300px;
  height: auto;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .p-profile1__cnt img {
    width: 50%;
  }
}

.p-profile2 {
  padding-top: 57px;
}

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

.p-profile2__inner {
  width: 1000px;
  margin: 0 auto;
  color: #333333;
}

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

.p-profile2__cnt {
  padding-top: 70px;
}

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

.p-profile2__cnt > p {
  font-size: 1.6rem;
  font-family: "Meiryo";
  font-weight: 500;
}

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

.p-profile2__box {
  padding-top: 53px;
}

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

.p-profile3 {
  padding-top: 64px;
  padding-bottom: 128px;
}

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

.p-profile3__inner {
  width: 1000px;
  margin: 0 auto;
  color: #333333;
}

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

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

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

.p-profile4{
  height: 600px;
}

@media only screen and (max-width: 767px) {
  .p-profile4{
    height: 300px;
  }
}

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

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

.p-policy1 {
  padding-top: 62px;
}

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

.p-policy1__inner {
  width: 1000px;
  margin: 0 auto;
  color: #333333;
}

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

.p-policy1__cnt {
  padding-top: 66px;
  padding-bottom: 115px;
}

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

.p-policy1__text {
  padding-bottom: 30px;
}

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

.p-policy1__text h4 {
  font-size: 1.6rem;
  line-height: 1.9;
  font-family: "Meiryo";
  color: #172a88;
}

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

.p-policy1__text p {
  font-size: 1.6rem;
  line-height: 1.9;
  font-family: "Meiryo";
  color: #333333;
}

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

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

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

.p-service1 {
  padding-top: 70px;
}

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

.p-service1__inner {
  width: 1000px;
  margin: 0 auto;
  color: #333333;
}

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

.p-service1__cnt {
  width: 100%;
}

.p-service1__cnt > p {
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: "Meiryo";
  padding: 15px 0px 15px 95px;
}

@media only screen and (max-width: 767px) {
  .p-service1__cnt > p {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 15px 0px;
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
  }
}

.p-service1__box {
  padding-top: 66px;
  padding-bottom: 85px;
  width: 100%;
}

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

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

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

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

.p-news1--diff{
  padding: 30px 0px 100px;
}

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

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


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

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

.p-news1__common {
  padding: 15px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

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

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

.p-news1 .p-news1__wrapper h2 {
  font-size: 3.4rem;
  line-height: 1.2;
  color: #2e2c5e;
  padding-bottom: 10px;
  border-bottom: 2px solid #2e2c5e;
  width: 100%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .p-news1 .p-news1__wrapper h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

.p-news1__text {
  padding: 0px 0px 40px;
  font-size: 1.6rem;
  line-height: 1.8;
}

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

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

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

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

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

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

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

.p-news1__note span:last-of-type {
  border-right: none;
}

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

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

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

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

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

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

.p-news1__notfound{
  font-size: 1.8rem;
  line-height: 1.2;
}

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

/*------------------------------------------------------------
Css of contact page
------------------------------------------------------------*/
.p-contact {
  -webkit-animation: fadeIn 1s both;
          animation: fadeIn 1s both;
  padding-top: 100px;
}

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

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

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

.p-contact1__title {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #333333;
  font-family: 'PtUtahCondensed-Bold';
  margin-left: 205px;
  padding-left: 10px;
  width: 595px;
  font-weight: 400;
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .p-contact1__title {
    width: 100%;
    margin-left: 0px;
    text-align: center;
    font-size: 1.5rem;
    padding-top: 35px;
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
  }
}

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

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

.p-contact1--complete .p-contact1__inner{
    padding-top: 0px;
}

.p-contact1__inner form > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 23px;
  font-family: "Meiryo";
}

@media only screen and (max-width: 767px) {
  .p-contact1__inner form > dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN';
  }
}

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

.p-contact1__inner form > dl:not(:nth-child(4)) > dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.p-contact1__inner form > dl > dt .required {
  margin-left: 10px;
  margin-top: 0px;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #c40d23;
  line-height: 1.8;
  border-radius: 10px;
  height: 25px;
  width: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact1__inner form > dl dd {
  width: 595px;
}

@media only screen and (max-width: 767px) {
  .p-contact1__inner form > dl dd {
    width: 100%;
  }
}

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

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

.p-contact1__inner form > dl dd textarea {
  height: 255px;
}

.p-contact1__inner form > dl dd input[type=submit] {
  height: 65px;
  font-size: 1.6rem;
  line-height: 1.8;
  width: 525px;
  background-color: #f39700;
  color: #ffffff;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 0px 0px #cc6202;
  box-shadow: 5px 5px 0px 0px #cc6202;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .p-contact1__inner form > dl dd input[type=submit] {
    width: 100%;
    margin-bottom: 20px;
    height: 45px;
  }
}

.mw_wp_form_confirm form dl:nth-child(1) dd, .mw_wp_form_confirm form dl:nth-child(2) dd{
  height: 42px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.p-contact1__complete{
  font-size: 1.8rem;
  line-height: 2;
  color: #333333;
  font-weight: normal;
  margin-bottom: 40px;
  font-family: "Meiryo";
  padding-top: 50px;
}

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

.mw_wp_form_confirm form dl:nth-child(4) dd{
  height: 255px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 15px;
  box-sizing: border-box;
}

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

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

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

@media only screen and (max-width: 767px) {
  #sbi_images .sbi_item{
    width: 33.33%!important;
  }
}

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

.c-copyright{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  padding-top: 55px;
}

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

.groupbtn{
  width: 100%;
  margin-bottom: 40px;
}

.groupbtn ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.groupbtn ul li a{
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.mw_wp_form_confirm form dl.c-privacy dd span{
  display: none;
}