@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;
  -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,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
select {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
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;
}
@media only screen and (min-width: 1023px) {
  a:hover, a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
button {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
img {
  max-width: 100%;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Navigation
------------------------------------------------------------*/
.c-nav1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav1__item + .c-nav1__item {
  margin-left: 20px;
}
.c-nav1__link {
  display: inline-block;
  color: #d91a19;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.444;
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .c-nav1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #eb7f00;
  }
}
.c-nav2__list {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav2__item + .c-nav2__item {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .c-nav2__item + .c-nav2__item {
    margin-top: 48px;
  }
}
.c-nav2__link {
  display: inline-block;
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-nav2__link {
    font-size: 3rem;
  }
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  position: relative;
}
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 40px;
  width: calc(100% - 80px);
  padding: 25px 23px 25px 30px;
  background-color: transparent;
  z-index: 20;
}
@media only screen and (max-width: 1023px) {
  .c-header__inner {
    padding: 25px 120px 25px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 20px;
    width: calc(100% - 40px);
    min-height: 84px;
    padding: 18px 84px 18px 16px;
  }
}
.c-header__logowrap {
  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;
  margin-right: 25px;
}
@media only screen and (max-width: 1023px) {
  .c-header__logowrap {
    margin-right: 0;
  }
}
.c-header__logo {
  display: inline-block;
}
.c-header__logo img {
  width: 351.45px;
}
@media only screen and (max-width: 767px) {
  .c-header__logo img {
    width: 235px;
  }
}
.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-left: auto;
  padding: 14px 35px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-header__nav {
    display: none;
  }
}
.c-header__nav .c-nav1 {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.c-header__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: 23px;
}
.c-header__itembtn + .c-header__itembtn {
  margin-left: 12px;
}
.c-header__btn {
  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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 32px;
  padding: 2px 20px 4px;
  background-color: #eb7f00;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.444;
  text-align: center;
}
.c-header__lside {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 100vh;
  background-color: #fff;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .c-header__lside {
    width: 20px;
  }
}
.c-header__rside {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 100vh;
  background-color: #fff;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .c-header__rside {
    width: 20px;
  }
}
.c-header__menubtn {
  position: fixed;
  top: 20px;
  right: 60px;
  z-index: 25;
}
@media only screen and (max-width: 767px) {
  .c-header__menubtn {
    top: 10px;
    right: 30px;
  }
}
.c-header__menuouter {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuouter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 22;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
}
.c-header__menuouter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: calc(100% - 80px);
  height: 100%;
  background-color: rgba(196, 1, 0, 0.9);
}
@media only screen and (max-width: 767px) {
  .c-header__menuouter::before {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.c-header__menuouter.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header__menu {
  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;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-header__menuinner {
  width: 100%;
  max-height: 100vh;
  padding: 130px 60px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .c-header__menuinner {
    padding: 130px 40px;
  }
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  position: relative;
  padding: 165px 0 175px;
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 80px 0 100px;
  }
}
.c-footer__logowrap {
  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-footer__logo {
  display: inline-block;
}
.c-footer__logo img {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .c-footer__logo img {
    width: 180px;
  }
}
.c-footer__address {
  margin-top: 25px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-footer__address {
    margin-top: 22px;
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.c-footer__copyright {
  margin-top: 68px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-footer__copyright {
    margin-top: 40px;
    font-size: 1.2rem;
  }
}
/*------------------------------------------------------------
    Layout
------------------------------------------------------------*/
body {
  position: relative;
  background-color: #d91a19;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: break-word;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
/*------------------------------------------------------------
    Container
------------------------------------------------------------*/
.l-container {
  width: 100%;
  max-width: 1208px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 40px;
  }
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Banner
------------------------------------------------------------*/
.c-banner1 {
  position: relative;
}
.c-banner1__btn {
  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;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  min-height: 230px;
  padding: 40px 14px;
  background-color: #ffe200;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-banner1__btn {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-banner1__btn {
    min-height: 130px;
    padding: 24px 28px;
  }
}
@media only screen and (max-width: 374px) {
  .c-banner1__btn {
    padding: 24px 12px;
  }
}
.c-banner1__btn::after {
  content: "\e900";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-left: 41px;
  color: #c40100;
  font-family: "icomoon";
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .c-banner1__btn::after {
    margin-left: 40px;
    font-size: 6.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-banner1__btn::after {
    margin-left: 20px;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-banner1__btn::after {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1023px) {
  .c-banner1__btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  }
  .c-banner1__btn:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.c-banner1__content {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-banner1__titlesub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .c-banner1__titlesub {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-banner1__titlesub {
    margin-left: 0;
  }
}
.c-banner1__titlesub img {
  width: 600px;
}
@media only screen and (max-width: 1023px) {
  .c-banner1__titlesub img {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .c-banner1__titlesub img {
    width: 180px;
  }
}
.c-banner1__title {
  margin: 12px 0 2px;
  color: #000;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-banner1__title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-banner1__title {
    margin: 8px 0 0;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 374px) {
  .c-banner1__title {
    font-size: 2rem;
  }
}
/*------------------------------------------------------------
    Box
------------------------------------------------------------*/
.c-box1 {
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-box1__heading {
  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;
  position: relative;
  width: calc(100% - 80px);
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 40px 9px;
  background-color: #ffe200;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-box1__heading {
    width: calc(100% - 40px);
    max-width: 300px;
    padding: 13px 20px 8px;
  }
}
.c-box1__heading::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 31px;
  background-color: #ffe201;
  -webkit-clip-path: polygon(100% 0, 100% 1px, 50% 100%, 0 1px, 0 0);
  clip-path: polygon(100% 0, 100% 1px, 50% 100%, 0 1px, 0 0);
}
@media only screen and (max-width: 767px) {
  .c-box1__heading::after {
    height: 21px;
  }
}
.c-box1__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.c-box1__title img {
  width: 436px;
}
@media only screen and (max-width: 1023px) {
  .c-box1__title img {
    width: 388px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__title img {
    width: 160px;
  }
}
.c-box1__body {
  display: block;
  position: relative;
  width: 100%;
  margin-top: -24px;
  padding: 95px 40px 69px;
  background-color: #c40100;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-box1__body {
    padding: 95px 40px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__body {
    margin-top: -16px;
    padding: 65px 20px 40px;
    border-radius: 20px;
  }
}
.c-box2 {
  display: block;
  position: relative;
  width: 100%;
  padding: 38px 40px 53px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box2 {
    padding: 28px 20px;
    border-radius: 20px;
  }
}
.c-box2__heading {
  display: block;
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 3px solid #c40001;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-box2__heading {
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box2__heading {
    padding-bottom: 16px;
  }
}
.c-box2__title {
  width: 100%;
  color: #c40100;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-box2__title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box2__title {
    font-size: 2.4rem;
    line-height: 1.417;
  }
}
.c-box2__body {
  margin-top: 53px;
}
@media only screen and (max-width: 1023px) {
  .c-box2__body {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box2__body {
    margin-top: 25px;
  }
}
.c-box2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}
@media only screen and (max-width: 1023px) {
  .c-box2__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
}
.c-box2__item {
  position: relative;
  width: calc(50% - 30px);
  max-width: 484px;
  margin: 0 15px;
  padding: 50px 0 34px;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 1023px) {
  .c-box2__item {
    width: 100%;
    max-width: unset;
    margin: 0;
    padding: 34px 0 28px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box2__item {
    padding: 18px 0 20px;
  }
}
.c-box2__item:nth-child(1) {
  padding-top: 0;
}
.c-box2__item:nth-child(2) {
  padding-top: 0;
}
@media only screen and (max-width: 1023px) {
  .c-box2__item:nth-child(2) {
    padding-top: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box2__item:nth-child(2) {
    padding-top: 18px;
  }
}
.c-box2__item:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: none;
}
.c-box2__item:nth-last-child(2) {
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 1023px) {
  .c-box2__item:nth-last-child(2) {
    padding-bottom: 28px;
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (max-width: 767px) {
  .c-box2__item:nth-last-child(2) {
    padding-bottom: 20px;
  }
}
/*------------------------------------------------------------
    Category
------------------------------------------------------------*/
.c-category1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-category1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 85px;
}
@media only screen and (max-width: 1023px) {
  .c-category1__left {
    width: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .c-category1__left {
    width: 50px;
  }
}
.c-category1__number {
  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;
  position: relative;
  width: 85px;
  height: 85px;
  padding: 8px;
  background-color: #c40100;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffe200;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-category1__number {
    width: 65px;
    height: 65px;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-category1__number {
    width: 50px;
    height: 50px;
    font-size: 3rem;
  }
}
.c-category1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 85px);
  padding-left: 31px;
}
@media only screen and (max-width: 1023px) {
  .c-category1__right {
    width: calc(100% - 65px);
    padding-left: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .c-category1__right {
    width: calc(100% - 50px);
    padding-left: 16px;
  }
}
.c-category1__subtitle {
  margin-top: 3px;
  color: #c40100;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.25;
}
@media only screen and (max-width: 1023px) {
  .c-category1__subtitle {
    margin-top: 1px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-category1__subtitle {
    font-size: 1.6rem;
  }
}
.c-category1__title {
  margin-top: 10px;
  color: #c40100;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.25;
}
@media only screen and (max-width: 1023px) {
  .c-category1__title {
    margin-top: 9px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-category1__title {
    margin-top: 5px;
    font-size: 2.4rem;
  }
}
.c-category2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-category2__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 55px;
}
@media only screen and (max-width: 1023px) {
  .c-category2__left {
    width: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .c-category2__left {
    width: 40px;
  }
}
.c-category2__number {
  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;
  position: relative;
  width: 55px;
  height: 55px;
  padding: 8px;
  background-color: #ffe200;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #c40100;
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1.387;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-category2__number {
    width: 48px;
    height: 48px;
    padding: 6px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-category2__number {
    width: 40px;
    height: 40px;
    font-size: 2.5rem;
  }
}
.c-category2__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 55px);
  padding-left: 19px;
}
@media only screen and (max-width: 1023px) {
  .c-category2__right {
    width: calc(100% - 48px);
    padding-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-category2__right {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
}
.c-category2__text {
  margin-top: 11px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.25;
}
@media only screen and (max-width: 1023px) {
  .c-category2__text {
    margin-top: 9px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-category2__text {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
/*------------------------------------------------------------
    Comment
------------------------------------------------------------*/
.c-comment1 {
  display: block;
  position: relative;
  padding: 8px 0 4px 75px;
  color: #ffe200;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.333;
}
@media only screen and (max-width: 1023px) {
  .c-comment1 {
    padding: 5px 0 3px 68px;
    font-size: 2.6rem;
    line-height: 1.346;
  }
}
@media only screen and (max-width: 767px) {
  .c-comment1 {
    padding: 2px 0 0 48px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.c-comment1::before {
  content: "\e902";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffe200;
  font-family: "icomoon";
  font-size: 5.249rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .c-comment1::before {
    font-size: 4.374rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-comment1::before {
    font-size: 3.062rem;
  }
}
.c-comment2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .c-comment2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-comment2__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 158px;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-comment2__left {
    width: 148px;
  }
}
@media only screen and (max-width: 767px) {
  .c-comment2__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-comment2__name {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100px;
  margin-top: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffe200;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-comment2__name {
    width: 90px;
    margin-top: 24px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-comment2__name {
    width: 100%;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-comment2__name::before {
  content: "\e901";
  display: inline-block;
  min-height: 115px;
  margin-bottom: 10px;
  color: #ffe200;
  font-family: "icomoon";
  font-size: 11.429rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .c-comment2__name::before {
    min-height: 103px;
    font-size: 10.286rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-comment2__name::before {
    min-height: 58px;
    margin-bottom: 0;
    margin-right: 14px;
    font-size: 8rem;
  }
}
.c-comment2__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 158px);
}
@media only screen and (max-width: 1023px) {
  .c-comment2__right {
    width: calc(100% - 148px);
  }
}
@media only screen and (max-width: 767px) {
  .c-comment2__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 26px;
  }
}
.c-comment2__box {
  display: block;
  position: relative;
  width: 100%;
  padding: 36px 39px 43px 44px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-comment2__box {
    padding: 32px 35px 36px;
  }
}
@media only screen and (max-width: 767px) {
  .c-comment2__box {
    padding: 18px 20px;
    border-radius: 20px;
  }
}
.c-comment2__box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% - 1px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 34px;
  height: 40px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media only screen and (max-width: 767px) {
  .c-comment2__box::before {
    top: unset;
    bottom: calc(100% - 1px);
    right: unset;
    left: 26px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 20px;
    height: 18px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
}
.c-comment2__boxtext {
  color: #000;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .c-comment2__boxtext {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-comment2__boxtext {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
    Group
------------------------------------------------------------*/
.c-group1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .c-group1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-group1__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50.0992063492%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-group1__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 36px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-group1__left {
    margin-top: 24px;
  }
}
.c-group1__title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.538;
}
@media only screen and (max-width: 767px) {
  .c-group1__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-group1__content {
  margin-top: 13px;
}
@media only screen and (max-width: 1023px) {
  .c-group1__content {
    margin-top: 14px;
  }
}
.c-group1__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 49.9007936508%;
  margin-top: 1px;
}
@media only screen and (max-width: 1023px) {
  .c-group1__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    margin-top: 0;
  }
}
.c-group1__rightinner {
  margin-right: -97px;
}
@media only screen and (max-width: 1023px) {
  .c-group1__rightinner {
    margin-right: 0;
  }
}
.c-group1__thumb {
  position: relative;
  width: 100%;
  background-color: #ccc;
  border-radius: 20px;
  overflow: hidden;
}
.c-group1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 58.3333333333%;
}
@media only screen and (max-width: 767px) {
  .c-group1__thumb::before {
    padding-top: 58.5034013605%;
  }
}
.c-group1__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .c-group2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-group2__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 29.7619047619%;
}
@media only screen and (max-width: 767px) {
  .c-group2__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.c-group2__label {
  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;
  position: relative;
  width: 100%;
  padding: 45px 30px 102px;
  background-color: #ffe200;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 56px), 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 56px), 0 100%, 0 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-group2__label {
    padding: 23px 20px 25px;
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}
.c-group2__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 11px;
  width: 2px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-group2__label::before {
    top: 6px;
    left: 0;
    width: 100%;
    height: 2px;
  }
}
.c-group2__label::after {
  content: "";
  position: absolute;
  top: 0;
  right: 11px;
  width: 2px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-group2__label::after {
    top: unset;
    bottom: 6px;
    right: 0;
    width: 100%;
    height: 2px;
  }
}
.c-group2__label img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-group2__label img {
    width: 230px;
  }
}
.c-group2__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 70.2380952381%;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .c-group2__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.c-group2__awards {
  display: block;
  width: 100%;
}
.c-group2__awards img {
  width: 100%;
}
/*------------------------------------------------------------
    Marquee
------------------------------------------------------------*/
.c-marquee1 {
  height: 100%;
}
.c-marquee1 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.c-marquee1__slide {
  height: auto;
}
.c-marquee1__text {
  display: block;
  color: #d91a19;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-marquee1__text {
    font-size: 1.6rem;
    line-height: 20px;
  }
}
.c-marquee2 {
  height: 100%;
}
.c-marquee2 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.c-marquee2__slide {
  height: auto;
}
.c-marquee2__text {
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #d91a19;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-marquee2__text {
    font-size: 1.6rem;
    line-height: 20px;
  }
}
/*------------------------------------------------------------
    Menu
------------------------------------------------------------*/
.c-menu1 {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 80px;
  height: 80px;
  padding: 12px;
  background-color: #ffe200;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-menu1 {
    width: 64px;
    height: 64px;
    padding: 8px;
  }
}
.c-menu1.is-open .c-menu1__inner span:nth-child(1) {
  -webkit-transform: translate(0, 0.75rem) rotate(45deg);
  transform: translate(0, 0.75rem) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .c-menu1.is-open .c-menu1__inner span:nth-child(1) {
    -webkit-transform: translate(0, 0.55rem) rotate(45deg);
    transform: translate(0, 0.55rem) rotate(45deg);
  }
}
.c-menu1.is-open .c-menu1__inner span:nth-child(2) {
  -webkit-transform: translate(0, -0.75rem) rotate(-45deg);
  transform: translate(0, -0.75rem) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .c-menu1.is-open .c-menu1__inner span:nth-child(2) {
    -webkit-transform: translate(0, -0.55rem) rotate(-45deg);
    transform: translate(0, -0.55rem) rotate(-45deg);
  }
}
.c-menu1__inner {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 40px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  .c-menu1__inner {
    width: 34px;
    height: 12px;
  }
}
.c-menu1__inner span {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #d91a19;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-menu1__inner span {
    width: 34px;
  }
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1__heading {
  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;
  position: relative;
  width: 100%;
  padding: 29px 40px 5px;
  background-color: #ffe200;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-part1__heading {
    padding: 22px 40px 6px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__heading {
    padding: 12px 20px 6px;
  }
}
@media only screen and (max-width: 374px) {
  .c-part1__heading {
    padding: 12px 12px 6px;
  }
}
.c-part1__heading::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 31px;
  background-color: #ffe201;
  -webkit-clip-path: polygon(100% 0, 100% 1px, 50% 100%, 0 1px, 0 0);
  clip-path: polygon(100% 0, 100% 1px, 50% 100%, 0 1px, 0 0);
}
@media only screen and (max-width: 767px) {
  .c-part1__heading::after {
    height: 21px;
  }
}
.c-part1__title {
  position: relative;
  width: 100%;
  z-index: 1;
  color: #c40100;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.167;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-part1__title {
    font-size: 4rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__title {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 374px) {
  .c-part1__title {
    font-size: 2rem;
  }
}
.c-part1__body {
  position: relative;
  width: 100%;
  padding: 53px 40px 51px;
  background-color: #c40100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-part1__body {
    padding: 41px 20px 40px;
  }
}
.c-part1__item + .c-part1__item {
  margin-top: 61px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__item + .c-part1__item {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__item + .c-part1__item {
    margin-top: 28px;
  }
}
.c-part1__subheading {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 18px;
  border-bottom: 2px solid #ffe201;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-part1__subheading {
    padding-bottom: 14px;
  }
}
.c-part1__itemcomment + .c-part1__itemcomment {
  margin-top: 19px;
}
@media only screen and (max-width: 767px) {
  .c-part1__itemcomment + .c-part1__itemcomment {
    margin-top: 16px;
  }
}
.c-part1__subbody {
  margin-top: 29px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__subbody {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__subbody {
    margin-top: 20px;
  }
}
.c-part1__itemcategory + .c-part1__itemcategory {
  margin-top: 15px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__itemcategory + .c-part1__itemcategory {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__itemcategory + .c-part1__itemcategory {
    margin-top: 10px;
  }
}
.c-part2__heading {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-part2__title {
  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;
  position: relative;
  width: 100%;
  color: #ffe200;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-part2__title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-part2__title {
    font-size: 2rem;
  }
}
.c-part2__title::before {
  content: "\e903";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  display: inline-block;
  margin-right: 24px;
  color: #ffe200;
  font-family: "icomoon";
  font-size: 6.857rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .c-part2__title::before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-right: 20px;
    font-size: 5.714rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__title::before {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    margin-right: 16px;
    font-size: 4.571rem;
  }
}
.c-part2__label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 179px;
  margin-top: 25px;
  padding: 7px 32px 6px;
  background-color: #000;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.333;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-part2__label {
    padding: 7px 32px 8px;
    font-size: 2.6rem;
    line-height: 1.346;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__label {
    min-width: 120px;
    margin-top: 20px;
    padding: 5px 24px 6px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.c-part2__body {
  margin-top: 25px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__body {
    margin-top: 32px;
  }
}
.c-part2__item + .c-part2__item {
  margin-top: 28px;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #c40100;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.6rem;
  }
}
.c-text1--white {
  color: #fff;
}
/*------------------------------------------------------------
    Thumbnail
------------------------------------------------------------*/
.c-thumb1 {
  position: relative;
  width: 100%;
  background-color: #ccc;
  overflow: hidden;
}
.c-thumb1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}
.c-thumb1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Home page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of About section
------------------------------------------------------------*/
.home-about {
  position: relative;
  padding: 131px 0 120px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .home-about {
    padding: 131px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about {
    padding: 120px 0 40px;
  }
}
.home-about__heading {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-about__titlesub {
  display: inline-block;
}
.home-about__titlesub img {
  width: 600px;
}
@media only screen and (max-width: 1023px) {
  .home-about__titlesub img {
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__titlesub img {
    width: 280px;
  }
}
.home-about__titlemain {
  margin-top: 41px;
  color: #fff;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .home-about__titlemain {
    margin-top: 38px;
    font-size: 4rem;
    line-height: 1.429;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__titlemain {
    margin-top: 30px;
    font-size: 3rem;
    line-height: 1.333;
  }
}
.home-about__body {
  margin-top: 51px;
}
.home-about__block01 .home-about__blockbody {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .home-about__block01 .home-about__blockbody {
    margin-top: 26px;
  }
}
.home-about__blockheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-about__logo {
  display: inline-block;
}
.home-about__logo img {
  width: 650px;
}
@media only screen and (max-width: 1023px) {
  .home-about__logo img {
    width: 520px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__logo img {
    width: 260px;
  }
}
.home-about__slider {
  margin-top: 74px;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .home-about__slider {
    margin-top: 45px;
  }
}
.home-about__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.home-about__slide {
  -webkit-transform: translateX(-296px);
  transform: translateX(-296px);
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .home-about__slide {
    width: 300px;
  }
}
.home-about__block02 {
  margin-top: 98px;
}
@media only screen and (max-width: 1023px) {
  .home-about__block02 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__block02 {
    margin-top: 60px;
  }
}
.home-about__block02 .home-about__blockbody {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .home-about__block02 .home-about__blockbody {
    margin-top: 16px;
  }
}
.home-about__subtitle {
  display: inline-block;
}
.home-about__subtitle img {
  width: 800px;
}
@media only screen and (max-width: 1023px) {
  .home-about__subtitle img {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__subtitle img {
    width: 260px;
  }
}
.home-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -20px -69px;
}
@media only screen and (max-width: 767px) {
  .home-about__list {
    margin: 0 -10px -24px;
  }
}
.home-about__item {
  width: calc(50% - 40px);
  max-width: 470px;
  margin: 0 20px 69px;
}
@media only screen and (max-width: 767px) {
  .home-about__item {
    width: calc(50% - 20px);
    max-width: unset;
    margin: 0 10px 24px;
  }
}
.home-about__value {
  display: inline-block;
}
.home-about__value img {
  width: 100%;
}
.home-about__block03 {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .home-about__block03 {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Course section
------------------------------------------------------------*/
.home-course {
  position: relative;
  padding: 128px 0 115px;
}
@media only screen and (max-width: 1023px) {
  .home-course {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-course {
    padding: 40px 0;
  }
}
.home-course__heading {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .home-course__heading {
    margin-top: 28px;
  }
}
.home-course__subtitle {
  color: #fff;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .home-course__subtitle {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-course__subtitle {
    font-size: 2.4rem;
    line-height: 1.417;
  }
}
.home-course__title {
  display: inline-block;
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .home-course__title {
    margin-top: 16px;
  }
}
.home-course__title img {
  width: 750px;
}
@media only screen and (max-width: 1023px) {
  .home-course__title img {
    width: 580px;
  }
}
@media only screen and (max-width: 767px) {
  .home-course__title img {
    width: 280px;
  }
}
.home-course__body {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .home-course__body {
    margin-top: 40px;
  }
}
.home-course__part + .home-course__part {
  margin-top: 60px;
}
@media only screen and (max-width: 1023px) {
  .home-course__part + .home-course__part {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-course__part + .home-course__part {
    margin-top: 24px;
  }
}
.home-course__box2 {
  margin-top: 125px;
}
@media only screen and (max-width: 1023px) {
  .home-course__box2 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .home-course__box2 {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Comment section
------------------------------------------------------------*/
.home-comment {
  position: relative;
  padding: 125px 0 0;
}
@media only screen and (max-width: 1023px) {
  .home-comment {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-comment {
    padding: 60px 0 0;
  }
}
.home-comment__heading {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-comment__title {
  display: inline-block;
}
.home-comment__title img {
  width: 900px;
}
@media only screen and (max-width: 1023px) {
  .home-comment__title img {
    width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .home-comment__title img {
    width: 250px;
  }
}
.home-comment__body {
  margin-top: 95px;
}
@media only screen and (max-width: 1023px) {
  .home-comment__body {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .home-comment__body {
    margin-top: 40px;
  }
}
.home-comment__part + .home-comment__part {
  margin-top: 92px;
}
@media only screen and (max-width: 1023px) {
  .home-comment__part + .home-comment__part {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .home-comment__part + .home-comment__part {
    margin-top: 50px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-monoton {
  font-family: "Monoton", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
  .is-pc {
    display: none;
  }
}
.is-notpc {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .is-notpc {
    display: block;
  }
}
.is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is-notsp {
    display: none;
  }
}
.is-phone {
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .is-phone {
    pointer-events: unset;
  }
}