@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

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

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

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

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

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

img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}

.sp-only {
  display: none;
}

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

html {
  font-size: 62.5%;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.l-header {
  width: 100%;
  height: 100px;
  position: fixed;
  background-color: #fff;
  z-index: 999;
  top: 0;
}

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

.l-header__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.l-header__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.l-header__fb,
.l-header__line {
  display: inline-block;
}

.l-header__fb {
  margin-left: 10px;
  margin-right: 10px;
}

.l-header__fb img,
.l-header__line img {
  width: 50px;
}

@media only screen and (max-width: 767px) {
  .l-header__fb img,
  .l-header__line img {
    width: 40px;
  }
}

.l-header__left a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.l-header__left a .l-header__left__name {
  margin-left: 2.3rem;
  margin-top: -0.4rem;
}

@media only screen and (max-width: 516px) {
  .l-header__left a .l-header__left__name {
    margin-left: 1.5rem;
    width: 40%;
    margin-top: 0;
  }
}

.c-name__company {
  width: 15.7rem;
}

@media only screen and (max-width: 768px) {
  .c-name__company {
    width: 100px;
  }
}

/* Main menu
------------------------------------------------------------*/
.l-header__right {
  height: 100%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .l-header__right {
    margin-right: 90px;
  }
}

@media only screen and (max-width: 516px) {
  .l-header__right {
    margin-right: 80px;
  }
}

.l-header__menu {
  height: 100%;
  margin-left: 15px;
}

@media only screen and (max-width: 1199px) {
  .l-header__menu {
    display: none;
  }
}

.l-header__menu .c-ul-parent {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 12.65px;
}

.l-header__menu .c-ul-parent li {
  height: 100%;
  line-height: 100px;
  font-weight: bold;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.l-header__menu .c-ul-parent li a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
  text-decoration: none;
}

.c-ul-parent .current-menu-item a,
.c-ul-parent .current-page-ancestor a {
  background-color: #438bcb;
}

.l-header__menu .c-ul-parent .current-menu-item a,
.l-header__menu .c-ul-parent .current-page-ancestor a {
  color: #fff;
}

.c-ul-parent .current-post-parent a {
  background-color: #438bcb;
}

.l-header__menu .c-ul-parent .current-post-parent a {
  color: #fff;
}

.l-header__menu .c-ul-parent li a:hover {
  background-color: #438bcb;
  color: #fff;
}

.l-header__menu .c-ul-parent li:hover .c-submenu {
  display: -webkit-box;
  display: flex;
}

.l-header__menu .c-ul-parent li a {
  padding: 0 1.3rem;
}

/* .l-header__menu .c-ul-parent .is_active {
  background-color: #438BCB;
} */

.l-header__menu .c-ul-parent .is_active a {
  color: #fff;
}

.l-header__menu .c-submenu {
  display: none;
  position: absolute;
  background-color: #ddd4cf;
  top: 100px;
  left: 0;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 70px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.l-header__menu .c-submenu li {
  width: 100%;
}

.l-header__menu .c-submenu li a {
  width: 100%;
  line-height: 70px;
  text-align: center;
}

.p-header__nav__hamburger {
  position: static;
  display: none;
  z-index: 2;
  top: 1.3rem;
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .p-header__nav__hamburger {
    display: block;
    position: absolute;
    top: 33px;
    right: 5px;
  }
}

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

@media only screen and (max-width: 516px) {
  .p-header__nav__hamburger {
    width: 10%;
  }
}

.p-header__nav__hamburger .p-header__nav__hamburger__btn {
  margin-right: 2rem;
  margin-top: 0rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 4.7rem;
  height: 3.5rem;
}

.p-header__nav__hamburger .p-header__nav__hamburger__btn div {
  width: 4.7rem;
  height: 0.6rem;
  background-color: black;
  border-radius: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .p-header__nav__hamburger .p-header__nav__hamburger__btn {
    height: 2.5rem;
    margin-top: 0;
  }
  .p-header__nav__hamburger .p-header__nav__hamburger__btn div {
    width: 4rem;
    height: 0.4rem;
  }
}

@media only screen and (max-width: 516px) {
  .p-header__nav__hamburger .p-header__nav__hamburger__btn {
    width: 1rem;
    margin-top: 0;
    height: 2.2rem;
  }
  .p-header__nav__hamburger .p-header__nav__hamburger__btn div {
    width: 3.5rem;
  }
}

.p-header__nav__hamburger .p-header__nav__hamburger__text {
  margin-top: -0.2rem;
  margin-left: -0.9rem;
}

.p-header__nav__hamburger__btn__is__active {
  position: relative;
  margin-top: 0.2rem;
  margin-left: 0.5rem;
  height: 5rem;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

@media only screen and (max-width: 1199px) {
  .p-header__nav__hamburger__btn__is__active {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}

.p-header__nav__hamburger__btn__is__active div {
  position: absolute;
  background-color: #fff !important;
}

.p-header__nav__hamburger__btn__is__active .c-header__nav__hamburger__line__1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-header__nav__hamburger__btn__is__active .c-header__nav__hamburger__line__2 {
  display: none;
}

.p-header__nav__hamburger__btn__is__active .c-header__nav__hamburger__line__3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.l-header__menu__sp {
  display: none;
  z-index: 1;
  position: absolute;
  top: 0;
  right: -50%;
  width: 35rem;
  height: 100vh;
  padding: 9rem 0 5rem 0;
  background-color: #438bcb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-header__menu__sp nav {
  width: 100%;
  height: 100%;
}

.l-header__menu__sp nav ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
}

.l-header__menu__sp nav ul li {
  display: block;
}

.l-header__menu__sp nav ul a {
  font-size: 2rem;
  color: #fff;
}

.l-header__menu__sp__is__active {
  display: block;
  right: 0;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/

.l-footer {
  position: relative;
}

.is_footer {
  bottom: 0;
  top: -28px;
}

.l-footer__1 {
  background-color: #438bcb;
}

.l-footer__1__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 1440px;
  background-color: #438bcb;
  padding: 0 10.4rem;
  height: auto;
  padding-bottom: 162px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .l-footer__1__container {
    padding: 0 50px 162px;
  }
}

@media only screen and (max-width: 1024px) {
  .l-footer__1__container {
    padding: 0 20px 162px 20px;
    max-width: 840px;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__1__container {
    padding-bottom: 50px;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 516px) {
  .l-footer__1__container {
    padding: 0 15px 55px 15px;
  }
}

.l-footer__1__box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: 142px;
}

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

@media only screen and (max-width: 767px) {
  .l-footer__1__box {
    margin-top: 40px;
  }
}

.l-footer__1__title {
  font-weight: bold;
  color: #fff;
  font-size: 3.5rem;
}

@media only screen and (max-width: 1199px) {
  .l-footer__1__title {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .l-footer__1__title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__1__title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 516px) {
  .l-footer__1__title {
    font-size: 1.5rem;
  }
}

.l-footer__1__social {
  font-size: 3.5rem;
  margin-top: 23px;
}

.l-footer__1__social a {
  color: #fff;
  font-size: 2.8rem;
  display: block;
  text-align: center;
  line-height: 4rem;
  border: 1px solid #fff;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  padding: 5px 12px;
}

@media only screen and (max-width: 1199px) {
  .l-footer__1__social a {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .l-footer__1__social a {
    font-size: 2rem;
    padding: 0 13px;
  }
}

.l-footer__1__social a:hover {
  color: #438bcb;
  background-color: #fff;
  border: 1px solid #438bcb;
}

.l-footer__1__social a:hover:before {
  display: none;
}

.l-footer__1__social a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #438bcb;
  top: 0;
  right: -1px;
}

@media only screen and (max-width: 767px) {
  .l-footer__1__social a {
    font-size: 2rem;
    height: auto;
    line-height: 3.6rem;
    padding: 1px 13px;
  }
}

@media only screen and (max-width: 516px) {
  .l-footer__1__social a {
    font-size: 1.4rem;
    padding: 4px 13px;
    line-height: 1.8rem;
  }
  .l-footer__1__social a:before {
    height: 7px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-social__1 {
    margin-top: 1.5rem;
  }
}

.p-social__2 {
  margin-left: 0.2rem;
}

@media only screen and (max-width: 1024px) {
  .p-social__2 {
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .p-social__3 {
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 516px) {
  .p-social__1,
  .p-social__2,
  .p-social__3,
  .p-social__4 {
    margin-top: 1rem;
  }
}

.l-footer__2 {
  height: 9.2rem;
}
@media only screen and (max-width: 767px) {
  .l-footer__2 {
    height: 8rem;
  }
}
@media only screen and (max-width: 516px) {
  .l-footer__2 {
    height: 7rem;
  }
}

.l-footer__2__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  align-items: center;
  height: 100%;
  padding: 0 6.5rem;
}

@media only screen and (max-width: 767px) {
  .l-footer__2__container {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 516px) {
  .l-footer__2__container {
    padding: 0 15px;
  }
}

.c-link__1 {
  margin-left: 2px;
}
@media only screen and (max-width: 516px) {
  .c-link__1 a {
    font-size: 1.2rem;
  }
  .c-link__2 {
    font-size: 1.15rem;
    margin-top: -1px;
  }
}

@media only screen and (max-width: 374px) {
  .c-link__1 a {
    font-size: 1.1rem;
  }
  .c-link__2 {
    font-size: 1.07rem;
  }
}

.l-footer__2__img.c-img__2 {
  width: 160px;
}
@media only screen and (max-width: 516px) {
  .l-footer__2__img.c-img__2 {
    width: 110px;
  }
}
@media only screen and (max-width: 374px) {
  .l-footer__2__img.c-img__2 {
    width: 100px;
  }
}

.l-footer__2__img.c-img__3 {
  width: 130px;
}
@media only screen and (max-width: 767px) {
  .l-footer__2__img.c-img__3 {
    width: 120px;
  }
}
@media only screen and (max-width: 516px) {
  .l-footer__2__img.c-img__3 {
    width: 70px;
  }
}
@media only screen and (max-width: 374px) {
  .l-footer__2__img.c-img__3 {
    width: 66px;
  }
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  min-width: 1000px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-size: 14px;
  color: #231815;
}

@media only screen and (max-width: 1024px) {
  body {
    min-width: auto;
  }
}

@media (min-width: 1200px) {
  .container {
    box-sizing: border-box;
  }
}

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

.c-up-to-top {
  position: fixed;
  bottom: 65px;
  right: 60px;
  width: 60px;
  height: 60px;
  border: 2px solid #438bcb;
  background-color: #fff;
  border-radius: 30px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 998;
}

.c-up-to-top i {
  color: #438bcb;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .c-up-to-top {
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
}

.c-up-to-top:hover {
  border: 2px solid #fff;
  background-color: #438bcb;
  color: #fff;
}

.c-up-to-top:hover i {
  color: #fff;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-main__top {
  width: 100%;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-top_index {
    content: url("../../assets/img/top/top_sp.jpg");
  }
}

.p-main__top img {
  width: 100%;
  max-width: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-top {
  margin-top: 100px;
}

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

.p-main__top__banner__container {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.p-main__top__banner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.p-main__top__banner .c-image {
  width: 100%;
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  z-index: 2;
}

.p-main__top__banner .c-image a {
  display: block;
  max-width: 950px;
  margin: 0 auto;
}

.p-main__top__banner .banner__text {
  position: absolute;
  top: 38%;
  right: 28%;
}

.p-main__top__banner .banner__text p {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
}

.p-main__top__banner .banner__text p span {
  font-size: 6.64rem;
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 1199px) {
  .p-main__top__banner .banner__text {
    top: 30%;
    right: 25%;
  }
  .p-main__top__banner .banner__text p {
    font-size: 2rem;
  }
  .p-main__top__banner .banner__text p span {
    font-size: 4.55rem;
  }
}

@media only screen and (max-width: 1024px) {
  .p-main__top__banner .banner__text {
    top: 24%;
    right: 24%;
  }
}

@media only screen and (max-width: 767px) {
  .p-main__top__banner .banner__text {
    top: 54%;
    right: 5%;
  }
  .p-main__top__banner .banner__text p {
    font-size: 1.5rem;
  }
  .p-main__top__banner .banner__text p span {
    font-size: 3.55rem;
  }
}

@media only screen and (max-width: 516px) {
  .p-main__top__banner .banner__text p {
    color: #231815;
  }
}

/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-main {
  overflow: hidden;
}

.p-main__content__1 {
  width: 100%;
  padding-bottom: 90px;
  position: relative;
}

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

.c-content__1__logo {
  width: 100%;
  margin-top: 7.6rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-content__1__logo {
    margin-top: 3rem;
    padding: 0 15px;
  }
}

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

.c-content__1__text {
  width: 100%;
  text-align: center;
  font-size: 36.41px;
  font-weight: bold;
  color: #438bcb;
  margin-top: 2.1rem;
}

@media only screen and (max-width: 767px) {
  .c-content__1__text {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 516px) {
  .c-content__1__text {
    font-size: 5vw;
  }
}

.c-content__1__triangle {
  position: absolute;
  right: 0;
  bottom: -2.3rem;
}

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

.p-main__content__2 {
  background-image: url("../../assets/img/content_2/bg_content_2.jpg");
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 523px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-main__content__2 {
    background-size: 120%;
    height: 328px;
  }
}

@media only screen and (max-width: 767px) {
  .p-main__content__2 {
    background-image: url(../../assets/img/content_2/bg_767.jpg);
    background-position: top center;
    background-size: cover;
    height: 130vw;
  }
}

.p-main__2__background {
  width: 100%;
  height: 100%;
}

.p-main__2__background img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-content__2__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-content__2__container {
    -webkit-box-align: center;
    align-items: center;
  }
}

.p-main__2__video {
  position: absolute;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  right: 15vw;
}

@media only screen and (max-width: 767px) {
  .p-main__2__video {
    margin-left: 0;
    width: 80%;
    position: relative;
    padding-bottom: 44.25%;
    margin: 0 auto;
    margin-bottom: -63.7vw;
    right: 0vw;
  }
}

@media only screen and (max-width: 516px) {
  .p-main__2__video {
    width: 90%;
    padding-bottom: 50.25%;
    margin-bottom: -70vw;
  }
}

@media only screen and (max-width: 1199px) {
  .p-main__2__video iframe {
    width: 240px;
    height: 135px;
  }
}

@media only screen and (max-width: 767px) {
  .p-main__2__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }
}

@font-face {
  font-family: a-otf-midashi-go-mb31-pr6n;
  src: url("../../assets/fonts/A-OTF-MidashiGoPro-MB31.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.p-main__content__3 {
  width: 100%;
  position: relative;
  height: auto;
  padding-top: 50px;
}

.p-content__3__container {
  width: 89%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.c-content__3__triangle {
  top: -0.5rem;
  right: 0;
  position: absolute;
  z-index: 1;
}

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

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

.p-content__3__post p span {
  display: block;
}

.p-content__3__post p span:nth-child(2) {
  margin-top: 0.1rem;
}

.p-content__3__post p span:nth-child(3) {
  margin-top: 0.1rem;
}

.p-content__3__post p span:nth-child(4) {
  margin-top: 0.1rem;
}

.p-content__3__post p span:nth-child(5) {
  margin-top: 0.1rem;
}

.p-content__3__left {
  margin-left: 4rem;
  margin-top: 5rem;
}

.p-content__3__left__number {
  font-size: 14rem;
  width: 17.5rem;
  height: 17.5rem;
  background-color: #438bcb;
  color: #fff;
  font-family: a-otf-midashi-go-mb31-pr6n;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 1024px) {
  .p-content__3__left__number {
    font-size: 9.5rem;
    width: 13.5rem;
    height: 13.5rem;
    line-height: 10.5rem;
    padding-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 516px) {
  .p-content__3__left__number {
    font-size: 4.5rem;
    width: 7rem;
    height: 7rem;
    padding-bottom: 1.25rem;
  }
}

.p-content__3__right__title {
  font-size: 5.7rem;
  font-weight: bold;
  color: #438bcb;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
  .p-content__3__right__title {
    font-size: 5vw;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 516px) {
  .p-content__3__right__title {
    font-size: 2.4rem;
    padding-left: 0;
  }
}

.p-content__3__right__subtitle {
  font-size: 3.327rem;
  color: #438bcb;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .p-content__3__right__subtitle {
    font-size: 3vw;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 516px) {
  .p-content__3__right__subtitle {
    font-size: 1.4rem;
    padding-left: 0;
  }
}

.p-content__3__right__content {
  font-size: 1.4rem;
}

.p-content__3__right__content {
  margin-top: 1.5rem;
  border-left: 1px solid black;
  padding-left: 3.2rem;
  font-weight: bold;
  line-height: 24px;
  margin-left: -3.2rem;
}

@media only screen and (max-width: 1024px) {
  .p-content__3__right__content {
    padding-right: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .p-content__3__right__content {
    padding-left: 1rem;
  }
}

.p-content__3__right__content p span {
  display: block;
}

.row__1 {
  margin-bottom: 8.5rem;
}

@media only screen and (max-width: 516px) {
  .row__1 {
    margin-bottom: 4rem;
  }
}

.row__2 {
  margin-bottom: 3.3rem;
}

.row__2 .p-content__3__right__title {
  margin-top: 7.1rem;
}

.row__3 {
  margin-bottom: 4.1rem;
}

.row__3 .p-content__3__right__title {
  font-size: 5.7rem;
  margin-top: 8.4rem;
}

.row__3 .p-content__3__right__content {
  margin-top: -0.5rem;
}

.row__4 {
  margin-bottom: 4.1rem;
}

.row__4 .p-content__3__right__title {
  font-size: 5.7rem;
  margin-top: 8rem;
}

.row__4 .p-content__3__right__content {
  margin-top: -0.5rem;
}

.row__5 {
  margin-bottom: 6.6rem;
}

.row__5 .p-content__3__right__title {
  font-size: 5.7rem;
  margin-top: 8rem;
}

.row__5 .p-content__3__right__content {
  margin-top: -0.5rem;
}

.row__6 {
  margin-bottom: 3.6rem;
}

.row__6 .p-content__3__right__title {
  font-size: 5.7rem;
  margin-top: 8rem;
}

.row__6 .p-content__3__right__content {
  margin-top: -0.5rem;
}

.p-main__content__4 {
  margin-top: 150px;
  margin-bottom: 13.3rem;
}

.p-main__content__4 .col-xl-4 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media only screen and (max-width: 1024px) {
  .p-main__content__4 {
    margin-top: 100px;
    margin-bottom: 6.5rem;
  }
}

.p-content__4__title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 5rem;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .p-content__4__title {
    margin-bottom: 40px;
  }
}

.p-content__4__title__line {
  width: 100%;
  margin: 0 auto;
  height: 1px;
  background-color: #438bcb;
}

.p-content__4__title__content {
  font-size: 3.1rem;
  margin-top: -1.8rem;
  margin-left: -0.3rem;
}

.p-content__4__title__content span {
  padding: 0 3rem;
  background-color: #fff;
  color: #438bcb;
}

.c-content__4__date {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.c-content__4__image {
  width: 100%;
  height: 300px;
}

@media only screen and (max-width: 991px) {
  .c-content__4__image {
    height: 220px;
  }
}

@media only screen and (max-width: 991px) {
  .c-content__4__image {
    height: 170px;
  }
}

.c-content__4__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-content__4__title {
  font-size: 1.8rem;
  padding: 1rem 0.5rem 0 1.3rem;
  color: black;
  font-weight: bold;
  line-height: 1.3;
  color: #6d6c6c;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 991px) {
  .c-content__4__title {
    font-size: 1.3rem;
  }
}

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

.c-btn__more {
  display: flex;
  justify-content: flex-end;
}

.c-content__4__btn,
.c-btn__more {
  width: 100%;
  text-align: right;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-top: 70px;
}

.c-content__4__btn a,
.c-btn__more a {
  display: block;
  width: 17.1rem;
  height: 3.7rem;
  text-align: center;
  color: #fff;
  background-color: #438bcb;
  font-size: 1.2rem;
  line-height: 3.3rem;
  text-decoration: none;
  border: 2px solid #438bcb;
  outline: none;
  cursor: pointer;
}

@media only screen and (max-width: 516px) {
  .c-btn__more {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

.c-content__4__btn a:hover,
.c-btn__more a:hover {
  background-color: white;
  color: #438bcb;
  border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
  .c-content__4__btn {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .c-content__4__btn {
    padding-right: 0;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.main4-row{
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .main4-row{
    margin-top: 45px;
  }
}

.index-news{
  margin-top: 60px;
  padding-bottom: 100px;
}

.p-main__content__5 {
  position: relative;
  height: 72rem;
}

.p-main__content__5__bg {
  height: 100%;
  width: 100%;
}

.p-main__content__5__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .p-main__content__5__bg img {
    content: url(../img/content_5/bg_sp.jpg);
  }
}

.p-main__content__5__bg .simpleParallax {
  height: 100%;
}

.p-main__content__5__content {
  position: absolute;
  top: 90px;
  width: 36.97rem;
  height: 54.8rem;
  background-color: #438bcb;
  margin-left: 47.75%;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .p-main__content__5__content {
    width: 34.97rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-main__content__5__content {
    margin-left: 41.75%;
  }
}

@media only screen and (max-width: 671px) {
  .p-main__content__5__content {
    margin-left: 14.75%;
  }
}

@media only screen and (max-width: 516px) {
  .p-main__content__5__content {
    top: 90px;
    margin-left: 6.75%;
  }
}

@media only screen and (max-width: 450px) {
  .p-main__content__5__content {
    width: 30rem;
    font-size: 1.1rem;
    padding: 1.8rem 0.9rem 1rem 0.9rem;
  }
}

@media only screen and (max-width: 320px) {
  .p-main__content__5__content {
    margin-left: 3.75%;
  }
}

.p-content__5__title {
  font-size: 5.4rem;
  padding-top: 1.8rem;
}

@media only screen and (max-width: 1024px) {
  .p-content__5__title {
    font-size: 4.4rem;
    padding-top: 3.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-content__5__title {
    font-size: 3.7rem;
    padding-top: 5.8rem;
  }
}

@media only screen and (max-width: 450px) {
  .p-content__5__title {
    font-size: 2.7rem;
    padding-top: 2.8rem;
  }
}

.p-content__5__intro {
  font-size: 2.47rem;
  font-weight: bold;
  padding-top: 1.4rem;
}

.p-content__5__content {
  font-size: 1.3rem;
  padding: 2.8rem 3rem 1rem;
  line-height: 23px;
  letter-spacing: 0.1px;
}

.p-content__5__content p {
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .p-content__5__content {
    font-size: 1.4rem;
    padding: 2.8rem 1.5rem 1rem 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-content__5__content {
    font-size: 1.4rem;
    padding: 1.8rem 1.3rem 1rem 1.3rem;
  }
}

@media only screen and (max-width: 450px) {
  .p-content__5__content {
    font-size: 1.1rem;
    padding: 1.8rem 0.4rem 1rem 0.4rem;
  }
}

.p-content__5__link {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4.5rem;
  margin-top: 2.6rem;
}

.p-content__5__link a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
}

.c-content__6__container {
  border-top: 1px solid #c9c9ca;
}

.c-content__6__container .row {
  margin-left: 0;
  margin-right: 0;
}

.c-content__6__title {
  font-size: 3.1rem;
  color: #438bcb;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 100px;
}

@media only screen and (max-width: 516px) {
  .c-content__6__title {
    margin-bottom: 30px;
    margin-top: 50px;
  }
}

.c-content__6__address__1,
.c-content__6__address__2 {
  display: -webkit-box;
  display: flex;
  height: 36.6rem;
}

.c-content__6__address__3 {
  display: -webkit-box;
  display: flex;
  height: 36.4rem;
}

.c-content__6__address__text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-size: 1.9rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.c-content__6__address__text div {
  width: 73%;
}

.c-content__6__address__text div br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c-content__6__address__text div {
    width: 73%;
  }

  .c-content__6__address__text div br {
    display: block;
  }
}

@media only screen and (max-width: 516px) {
  .c-content__6__address__text div {
    width: 85%;
  }
}

.c-content__6__address__text .c-name {
  font-size: 2.6rem;
}

.c-content__6__address__text p {
  margin-bottom: 0;
}

.c-content__6__address__text p:nth-child(2) {
  letter-spacing: 0.1px;
}

.c-content__6__address__text p:nth-child(3) {
  margin-top: -0.2rem;
}

.c-content__6__address__text p:nth-child(4) {
  letter-spacing: -0.1px;
  margin-top: -1.9px;
}

.c-content__6__address__text p:nth-child(5) {
  letter-spacing: -0.1px;
  margin-top: -0.2rem;
}

.c-content__6__address__map {
  width: 50%;
}

.c-content__6__address__3 p:nth-child(2) {
  letter-spacing: -0.1px;
}

.c-content__6__address__3 p:nth-child(3) {
  margin-top: -0.2rem;
  letter-spacing: 0.2px;
}

.p-cheering {
  background: #438bcb;
}

.p-cheering__confirm .c-cheering__confirm__input {
  color: #fff;
  font-size: 1.7rem;
  margin-top: 10px;
}

.p-cheering .c-title-section {
  font-weight: bold;
  font-size: 4.5vw;
  line-height: 75px;
  color: #fff;
  text-align: center;
  padding-top: 36px;
  margin-left: 12px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 1024px) {
  .p-cheering .c-title-section {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .p-cheering .c-title-section {
    margin-left: 0;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 516px) {
  .p-cheering .c-title-section {
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}

.p-cheering .c-title__h2 {
  font-size: 3.3vw;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 516px) {
  .p-cheering .c-title__h2 {
    margin-bottom: 25px;
    font-size: 2.5rem;
  }
}

.p-cheering__container__group {
  width: 100%;
}

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

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

.c-cheering__group {
  border: 1px solid #fff;
  padding: 50px 70px;
}

@media only screen and (max-width: 1024px) {
  .c-cheering__group {
    padding: 40px 15px;
  }
}

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

.c-cheering__group p {
  color: #fff;
  font-size: 1.8rem;
}

.c-cheering__group p br {
  display: none;
}

@media only screen and (max-width: 991px) {
  .c-cheering__group p {
    text-align: left;
  }
}

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

@media only screen and (max-width: 516px) {
  .c-cheering__group p {
    font-size: 1.3rem;
  }
}

.c-cheering__group .c-cheering__group__fax {
  font-size: 2.6rem;
  font-weight: bold;
  margin-right: 15px;
}

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

@media only screen and (max-width: 516px) {
  .c-cheering__group .c-cheering__group__fax {
    display: block;
    margin-top: 5px;
    font-size: 2rem;
  }
}

.c-cheering__group .c-cheering__group__phone {
  font-size: 4rem;
  font-weight: bold;
}

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

@media only screen and (max-width: 516px) {
  .c-cheering__group .c-cheering__group__phone {
    font-size: 2.5rem;
  }
}

.c-cheering__group__pdf {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.c-cheering__group__pdf a {
  display: flex;
}

.c-cheering__group__pdf a:hover {
  opacity: 0.8;
}

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

.p-cheering .c-title__h2__person {
  margin-top: 140px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
  .p-cheering .c-title__h2__person {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .p-cheering .c-title__h2__person {
    margin-top: 50px;
  }
}

.p-cheering .c-title-section--2 {
  font-size: 2.65rem;
  padding-top: 54px;
  line-height: 46px;
}

.p-cheering .c-description {
  font-size: 1.4rem;
  color: #fff;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 29px;
  line-height: 29px;
  letter-spacing: 0.1px;
}
.p-cheering .c-description a {
  text-decoration: underline;
}
.p-cheering .c-description a:hover {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .p-cheering .c-description {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-cheering .c-description .u-mb29 {
  margin-bottom: 29px;
}

.p-cheering .c-wrap-form {
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 4px;
}

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

.p-cheering .c-cheering-form {
  width: 100%;
  border: 1px solid #fff;
  padding-top: 52px;
  padding-bottom: 32px;
}

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

.p-cheering .c-cheering-form .form-group {
  margin-bottom: 51px;
}

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

.p-cheering .c-cheering-form .form-group:nth-child(3) {
  margin-bottom: 54px;
}

@media only screen and (max-width: 767px) {
  .p-cheering .c-cheering-form .form-group:nth-child(3) {
    margin-bottom: 20px;
  }
}

.p-cheering .c-cheering-form__label {
  font-size: 1.57rem;
  line-height: 38px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: flex;
  padding-top: 7px;
}

.p-cheering .c-cheering-form__label span {
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
  .p-cheering .c-cheering-form__label {
    padding-top: 0;
  }
  .p-cheering .c-cheering-form__label span {
    margin-left: 0;
  }
}

.p-cheering .c-cheering-form__input {
  height: 51px;
  border: 0;
  font-size: 1.57rem;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .p-cheering .c-cheering-form__input {
    width: 100% !important;
  }
}

.p-cheering .c-cheering-form__input--name {
  width: 51%;
}

.p-cheering .c-cheering-form__input--code {
  width: 39%;
}

.p-cheering .c-cheering-form__input--address {
  width: 78%;
}

.p-cheering .c-cheering-form__input--phone {
  width: 52%;
}

.p-cheering .c-cheering-form__input--job {
  width: 77.6%;
}

.p-cheering .c-cheering-form__input--money {
  width: 43%;
}

.p-cheering .c-cheering-form__textarea {
  padding: 10px;
  width: 78%;
  height: 306px;
  resize: none;
  border: 0;
  font-size: 1.57rem;
}

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

.p-cheering .c-cheering-form__btn,
.p-cheering .c-back {
  font-size: 2.2rem;
  line-height: 47px;
  color: #438bcb;
  font-weight: bold;
  border: 0;
  width: 53%;
  margin-top: 38px;
  padding-top: 0px;
  padding-left: 10px;
  text-align: center;
  padding-bottom: 2px;
  background-color: #fff;
  border: 1px solid #438bcb;
  cursor: pointer;
}

.p-cheering .c-cheering-form__btn:hover {
  background-color: #438bcb;
  color: #fff;
  border-color: #fff;
}

.p-cheering .c-back:hover {
  background-color: #438bcb;
  color: #fff;
  border-color: #fff;
}

.p-cheering .c-description {
  text-align: left;
  font-size: 1.7rem;
  color: #fff;
}

.p-mail__confirm .c-mail__confirm__input {
  display: flex;
  align-items: center;
  margin-top: 11px;
  font-size: 1.6rem;
  color: #fff;
}

.p-mail__confirm .p-mail__btn {
  margin-top: 30px;
}

.p-mail__confirm .p-mail__btn .c-back {
  font-size: 2.2rem;
  line-height: 47px;
  color: #438bcb;
  font-weight: bold;
  border: 0;
  width: 30%;
  margin-top: 38px;
  padding-top: 0px;
  padding-left: 10px;
  text-align: center;
  padding-bottom: 2px;
  background-color: #fff;
  border: 1px solid #438bcb;
  cursor: pointer;
}

.p-mail__confirm .p-mail__btn .c-back:hover {
  background-color: #438bcb;
  color: #fff;
  border-color: #fff;
}

@media only screen and (max-width: 767px) {
  .p-mail__confirm .p-mail__btn .c-back {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
  }
}

.p-mail .c-description {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-mail .c-description {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .p-mail .c-description .break {
    display: block;
  }
}

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

@media only screen and (max-width: 516px) {
  .p-mail .c-description {
    padding-top: 10px;
    margin-bottom: 40px;
  }
}

.p-mail .c-description div {
  font-size: 1.3rem;
  font-weight: bold;
}

.p-mail .p-mail__btn {
  text-align: center;
}

.p-mail .p-mail__btn .c-cheering-form__btn {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .p-mail .p-mail__btn .c-cheering-form__btn {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
  }
}

.p-mail__2 .p-container__desc {
  margin-top: 50px;
  margin-bottom: 130px;
}

.p-mail__2 .p-container__desc div {
  font-size: 13px;
  font-weight: bold;
}

.p-mail__2 .c-description {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.p-profile .c-title-section {
  color: #fff;
  font-weight: bold;
  margin-bottom: 32px;
  font-size: 1.5rem;
  line-height: 33px;
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

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

.p-profile .c-title-section span {
  background: #438bcb;
  text-align: center;
  padding: 8px 115px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .p-profile .c-title-section span {
    padding: 8px 10px;
  }
}

.p-profile .c-title-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #438bcb;
  top: 50%;
  left: 0;
}

.p-profile1 {
  padding: 0 20px;
}

.p-profile1 .c-box-blue {
  background: #438bcb;
  margin-top: -68px;
  padding: 0 60px 40px 60px;
}

@media only screen and (max-width: 1024px) {
  .p-profile1 .c-box-blue {
    margin-top: -30px;
    padding: 0px 30px 80px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .p-profile1 .c-box-blue {
    padding-bottom: 220px;
    margin-top: -25px;
  }

  .p-profile1 {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-profile1 .c-box-blue {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-profile1 .c-box-blue__title {
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 93px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-left: 12px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .p-profile1 .c-box-blue__title {
    margin-left: 0;
  }
}

@media only screen and (max-width: 516px) {
  .p-profile1 .c-box-blue__title {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}

.p-profile1 .c-box-blue__description {
  color: #fff;
}

.p-profile1 .c-box-blue__description--head {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.5px;
}

.p-profile1 .c-box-blue__description--body {
  font-size: 1.4rem;
  line-height: 22px;
  margin-top: 11px;
  margin-left: -6px;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 767px) {
  .p-profile1 .c-box-blue__description {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-profile1 .c-box-blue__description--body {
    margin-left: 0;
  }
}

.p-profile1 .c-box-blue .c-job-history {
  font-size: 1.6rem;
  line-height: 37px;
  color: #fff;
  margin-top: 47px;
  margin-left: 25px;
}

@media only screen and (max-width: 767px) {
  .p-profile1 .c-box-blue .c-job-history {
    margin-left: 0;
    padding: 0 15px;
  }
}

.p-profile1 .c-box-blue .c-list-history {
  padding: 0 29px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-profile1 .c-box-blue .c-list-history {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-profile1 .c-box-blue .c-list-history .list-history-item {
  color: #fff;
  font-size: 1.4rem;
  line-height: 29px;
}

.p-profile1 .c-box-blue .c-list-history .c-download-pdf {
  position: absolute;
  right: 24.5rem;
  bottom: 0;
  z-index: 1;
}

.p-profile1 .c-zip__1 {
  position: absolute;
  right: -2%;
  bottom: 0;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .p-profile1 .c-zip__1 {
    right: 0%;
  }
}

.p-current-position {
  margin-top: 15px;
}

.p-current-position .list-history-item {
  padding-left: 1rem;
}

.p-current-position .list-history-item span {
  margin-left: -6px;
}

@media only screen and (max-width: 767px) {
  .p-current-position .list-history-item {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-profile1 .c-box-blue .c-list-history .c-download-pdf {
    right: 0;
    bottom: 11%;
  }
}

.c-download-file:hover img {
  opacity: 0.8;
}

.c-download-pdf:hover img {
  opacity: 0.8;
  /* filter: blur(1px); */
}

@media only screen and (max-width: 767px) {
  .p-profile1 .c-box-blue .c-list-history .c-download-pdf {
    bottom: -9%;
    right: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .p-profile1 .c-zip__1 {
    bottom: -17.5%;
    right: 5%;
  }
}

@media only screen and (max-width: 516px) {
  .p-profile1 .c-box-blue .c-list-history .c-download-pdf {
    bottom: -112px;
  }
}

@media only screen and (max-width: 516px) {
  .p-profile1 .c-zip__1 {
    bottom: -191px;
  }
}

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

@media only screen and (max-width: 1024px) {
  .p-download__file__2 {
    margin-bottom: 80px;
  }
}

.p-download__file__2 .c-zip__2 {
  margin-left: 10px;
}

.p-download__file__2 a {
  display: inline-block;
}

@media only screen and (max-width: 585px) {
  .p-download__file__2 .c-zip__2 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.p-profile2 .c-history {
  font-size: 1.5rem;
  line-height: 37px;
  font-weight: bold;
  margin-top: 48px;
  letter-spacing: 0.5px;
  margin-bottom: 9px;
}

.p-profile2 .c-history-content {
  padding-bottom: 52px;
}

@media only screen and (max-width: 767px) {
  .p-profile2 .c-history-content {
    padding-bottom: 32px;
  }
}

.p-profile2 .c-history-content__text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 24.5px;
  color: #3f3b3a;
}

.p-profile2 .c-history-content__text p:last-child {
  margin-top: 25px;
}

.p-profile2 .c-history-content__text span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .p-profile2 .c-history-content__text {
    margin-bottom: 20px;
    padding: 5px;
  }
  .p-profile2 .c-history-content__text br {
    display: none;
  }
}

.p-profile2 .c-history-content__img {
  padding-top: 4px;
  height: 100%;
}

.p-profile2 .c-small__img__1 {
  text-align: right;
}

.p-profile2 .c-small__img__1 img {
  height: 100%;
}

.p-profile2 .c-small__img__2 {
  height: 100%;
}

.p-profile2 .c-small__img__2 img {
  height: 100%;
}

.p-small__img .c-his__text__2 {
  margin-top: 20px;
}

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

  .p-small__img .c-his__text__2 {
    margin-top: 10px;
  }

  .p-profile2 .c-small__img__1 img {
    width: 100%;
    object-fit: cover;
  }
  .p-profile2 .c-small__img__2 img {
    margin-top: 30px;
    width: 100%;
    object-fit: cover;
  }
}

.p-profile2 .c-history-content__img p br {
  display: none;
}

@media only screen and (max-width: 516px) {
  .p-profile2 .c-history-content__img p br {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-profile2 .c-history-content__img {
    padding-top: 0;
    margin-bottom: 20px;
  }
}

.p-profile2 .c-history-content__img img + p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #3f3b3a;
  margin-top: 5px;
}

.p-profile2 .c-history-content__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-profile2 .c-history-content__img .h100 {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .p-profile2 .c-history-content__img .h100 {
    height: unset;
  }
}

.p-profile2 .c-download-file {
  display: block;
  margin-top: 20px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .p-profile2 .c-download-file {
    margin-top: 0;
    margin-bottom: 100px;
  }
}

.p-area__top img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-area__title {
  background-color: #438bcb;
  height: 130px;
  margin: -65px auto 0 auto;
}

@media (min-width: 1200px) {
  .p-area__title {
    max-width: 1000px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-area__title {
    height: 80px;
    margin-top: -40px;
  }
}

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

@media only screen and (max-width: 516px) {
  .p-area__title {
    height: 40px;
    margin-top: -20px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

.p-area__title h1 {
  text-align: center;
  line-height: 126px;
  font-size: 4.5vw;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .p-area__title h1 {
    line-height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .p-area__title h1 {
    line-height: 60px;
  }
}

@media only screen and (max-width: 516px) {
  .p-area__title h1 {
    line-height: 36px;
    font-size: 3rem;
  }
}

.p-area__text {
  padding-top: 105px;
}

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

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

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

.p-area__text p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.1;
  padding: 0 50px;
}

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

.p-area__map {
  text-align: center;
  margin-top: 95px;
}

@media only screen and (max-width: 1024px) {
  .p-area__map {
    margin-top: 50px;
  }
}

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

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

.p-area__buttons {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 840px;
  margin: 88px auto 100px auto;
}

@media only screen and (max-width: 1024px) {
  .p-area__buttons {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: start;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .p-area__buttons {
    margin-top: 30px;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 516px) {
  .p-area__buttons {
    margin-top: 20px;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

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

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

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

.p-area__buttons .p-area__btn {
  width: 190px;
  height: 50px;
  margin: 10px;
}

@media only screen and (max-width: 1024px) {
  .p-area__buttons .p-area__btn {
    margin: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-area__buttons .p-area__btn {
    margin: 16px 25px;
  }
}

@media only screen and (max-width: 516px) {
  .p-area__buttons .p-area__btn {
    margin: 13px 13px;
    width: 43%;
  }
}

@media only screen and (max-width: 371px) {
  .p-area__buttons .p-area__btn {
    margin: 5px;
    width: 40%;
  }
}

.p-area__buttons .p-area__btn a {
  background-color: #438bcb;
  border: 1px solid #438bcb;
  width: 188px;
  height: 48px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 48px;
  font-size: 1.5rem;
  display: block;
}

@media only screen and (max-width: 516px) {
  .p-area__buttons .p-area__btn a {
    width: auto;
  }
}

.p-area__buttons .p-area__btn a:hover {
  color: #438bcb;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .p-area .col-12 {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 516px) {
  .p-area .col-12 {
    padding-top: 25px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 700px;
  }
}

@media (min-width: 768px) {
  /* .p-message .container {
    max-width: 1000px;
  } */

  .container {
    max-width: 1000px;
  }
}

@media (min-width: 1200px) {
  /* .p-message .container {
    max-width: 1440px;
  } */

  .container {
    max-width: 1440px;
  }
}

.p-message__top {
  width: 100%;
  position: relative;
}

.p-message__top img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-message__top h1 {
  position: absolute;
  font-size: 4.5vw;
  color: #fff;
  top: 45%;
  left: 3.5%;
  letter-spacing: 3.1px;
  font-weight: 700;
}

@media only screen and (max-width: 516px) {
  .p-message__top h1 {
    font-size: 3rem;
    transform: translateY(-50%);
    top: 50%;
  }
}

.p-message .c-message__h2 {
  margin-top: 50px;
  padding-left: 5%;
}

@media only screen and (max-width: 1199px) {
  .p-message .c-message__h2 {
    padding-left: 0;
  }
}

@media only screen and (max-width: 516px) {
  .p-message .c-message__h2 {
    margin-top: 40px;
  }
}

.p-message .c-message__h2 h2 {
  font-size: 3.5vw;
}

@media only screen and (max-width: 767px) {
  .p-message .c-message__h2 h2 {
    font-size: 3rem;
  }
}

.p-message .c-message__h2 p {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: bold;
}

.p-message .c-message__row__1 {
  margin-top: 40px;
}

.p-message .p-text p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 35px;
  padding: 0 10%;
}

@media only screen and (max-width: 1199px) {
  .p-message .p-text p {
    padding: 0;
  }
}

@media only screen and (max-width: 516px) {
  .p-message .p-text p {
    margin-bottom: 10px;
  }
}

.p-message .p-message__row__image {
  padding: 0;
}

.p-message .p-image_1 {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .p-message .p-image_1 {
    margin-top: 0px;
  }
}

.p-message .p-image_2 {
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .p-message .p-image_2 {
    margin-top: 0px;
  }
}

.p-message .p-message__image img {
  height: 360px;
  width: 540px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1199px) {
  .p-message .p-message__image img {
    width: 100%;
    height: 100%;
  }
}

.p-message .p-message__sign {
  text-align: right;
  margin-bottom: 120px;
  padding-right: 10%;
}

@media only screen and (max-width: 1199px) {
  .p-message .p-message__sign {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .p-message .p-message__sign {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}

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

.u-p-19 {
  padding-left: 19px;
  padding-right: 19px;
}

@media only screen and (max-width: 767px) {
  .u-p-19 {
    padding-left: unset;
    padding-right: unset;
  }
}

.p-blog1 .c-banner {
  background: #438bcb;
}

.p-profile .c-banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.p-blog1 .c-banner__wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.p-blog1 .c-banner__text {
  width: 38%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

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

.p-blog1 .c-banner__img {
  width: 62%;
}

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

.p-blog1 .c-banner .c-title-page {
  font-weight: bold;
  line-height: 97px;
  color: #fff;
  font-size: 4.5vw;
  text-align: center;
}

@media only screen and (max-width: 516px) {
  .p-blog1 .c-banner .c-title-page {
    font-size: 3rem;
  }
}

.p-blog2 {
  padding-top: 70px;
  padding-bottom: 120px;
}

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

.p-blog2 .c-description span {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 29px;
  display: block;
  letter-spacing: 0;
}

.p-blog2 .c-description span:last-child {
  padding-left: 8px;
}

@media only screen and (max-width: 767px) {
  .p-blog2 .c-description span:last-child {
    padding-left: unset;
  }
}

.p-blog2 .c-title-section {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 44px;
  color: #438bcb;
  margin-top: 59px;
  padding-left: 6px;
  margin-bottom: 11px;
}

@media only screen and (max-width: 767px) {
  .p-blog2 .c-title-section {
    padding-left: unset;
  }
}

@media only screen and (max-width: 516px) {
  .p-blog2 .c-title-section {
    margin-top: 30px;
  }
}

.p-blog2 .c-post {
  margin-top: 50px;
}

@media only screen and (max-width: 516px) {
  .p-blog2 .c-post {
    margin-top: 25px;
  }
}

.p-blog2 .c-post__date {
  font-size: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 2px;
}

.c-post__image {
  width: 100%;
  height: 220px;
}

.c-post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .c-post__image {
    height: 220px;
  }
}

@media only screen and (max-width: 768px) {
  .c-post__image {
    height: 170px;
  }
}

.p-blog2 .c-post__title {
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: bold;
  color: #6d6c6c;
  margin-top: 17px;
  letter-spacing: 0px;
  padding: 0 7px;
}

@media only screen and (max-width: 768px) {
  .p-blog2 .c-post__title {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}

.p-blog__top .c-blog__top__container {
  width: 100%;
  display: -webkit-box;
  display: flex;
}

.p-blog__top .c-blog__top__img {
  width: 40%;
}

.p-blog__top .c-blog__top__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-blog__top .c-blog__top__text {
  width: 30%;
  background-color: #438bcb;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.p-blog__top .c-blog__top__text h1 {
  font-size: 4.5vw;
  color: #fff;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 516px) {
  .p-blog__top .c-blog__top__text h1 {
    font-size: 3rem;
  }
}

/* contact */
.p-contact__top {
  position: relative;
}

.p-contact__top img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-contact__top h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 4.5vw;
  color: #fff;
  top: 37%;
}

@media only screen and (max-width: 516px) {
  .p-contact__top h1 {
    font-size: 3rem;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 15px;
    transform: translateY(-50%);
    text-align: center;
  }
}

.p-contact {
  margin-top: 121px;
}

.p-contact .c-text__confirm {
  display: none;
}

.p-contact__confirm .c-text__confirm {
  display: block;
}

.p-contact__confirm .c-text__confirm a {
  color: #0056b3;
}

.p-contact__confirm .c-text__contact {
  display: none;
}

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

.p-contant__phone {
  margin-top: 56px;
  border: 1px solid #bbbcbc;
  width: 93%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}

.p-contant__phone .c-phone__p__1 {
  font-size: 1.6rem;
  margin-top: 32px;
}

.p-contant__phone .p-phone__image {
  margin: 26px 0;
}

.p-contant__phone .c-phone__p__2 {
  font-size: 1.1rem;
  margin-bottom: 32px;
}

.p-contact__main {
  margin-top: 89px;
}

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

.p-contact__main h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 15px;
}

.p-contact__main .p-contact__content {
  background-color: #efefef;
  padding-top: 60px;
  padding-bottom: 70px;
}

.p-contact__steps {
  display: -webkit-box;
  display: flex;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .p-contact__steps {
    width: 90%;
  }
}

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

.p-contact__steps .is_active {
  border-color: black;
}

.p-contact__step {
  background-color: #fff;
  padding: 18px 35px;
  border: 1px solid #efefef;
  width: 252px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .p-contact__step {
    padding: 10px 25px;
  }
  .p-contact__step span {
    line-height: 35px;
  }
}

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

.p-contact__step span:nth-child(1) {
  font-size: 1.7rem;
  font-weight: bold;
}

.p-contact__step span:nth-child(2) {
  font-size: 1.4rem;
  letter-spacing: -1px;
  padding-top: 3px;
}

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

@media only screen and (max-width: 767px) {
  .p-contact__arrow {
    text-align: center;
    padding: 10px 0;
  }
  .p-contact__arrow img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.p-contact__form {
  margin-top: 52px;
}

.p-contact__form .c-wrap-form {
  padding-top: 52px;
  padding-bottom: 40px;
  background-color: #fff;
}

@media only screen and (max-width: 516px) {
  .p-contact__form .c-wrap-form {
    padding-bottom: 10px;
  }
}

.p-contact__form .c-wrap-form .form-group {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .p-contact__form .c-wrap-form .form-group div:nth-child(2) {
    width: 90%;
    margin: 0 auto;
  }
}

.p-contact__form .c-wrap-form input,
.p-contact__form .c-wrap-form select {
  border: none;
  padding: 10px 15px;
  background-color: #e6e6e6;
  height: 50px;
}

.p-contact__form .c-wrap-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/contact/arrow_select.png);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 17px;
}

.p-contact__form .c-wrap-form select option {
  color: black;
}

.c-contact__label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.c-contact__label br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c-contact__label {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}

.c-contact__label span:nth-child(1) {
  padding: 2px 12px;
  background-color: #d70010;
  color: #fff;
  border-radius: 4px;
  font-size: 1rem;
  margin-right: 20px;
}

.c-contact__label span:nth-child(2) {
  font-size: 1.6rem;
  font-weight: bold;
}

.c-contact__label__message {
  -webkit-box-align: start;
  align-items: flex-start;
  padding-top: 10px;
}

.c-contact__name,
.c-contact__address,
.c-contact__phone {
  width: 265px;
}
.c-contact__code{
  width: 202px;
}

@media only screen and (max-width: 767px) {
  .c-contact__name,
  .c-contact__address,
  .c-contact__phone,
  .c-contact__code {
    width: 100%;
  }
}

.c-contact__address,
.c-contact__email,
.c-contact__email__2,
.c-contact__request,
select,
.c-contact__message {
  width: 404px;
}

@media only screen and (max-width: 767px) {
  .c-contact__address,
  .c-contact__email,
  .c-contact__email__2,
  .c-contact__request,
  select,
  .c-contact__message {
    width: 100%;
  }
}

.c-contact__message {
  height: 305px;
  background-color: #e6e6e6;
  resize: none;
  border: none;
  padding: 10px 15px;
}

.p-contact__btn {
  margin-top: 64px;
  text-align: center;
}

.p-contact__btn br {
  display: none;
}

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

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

.p-contact__btn p {
  font-size: 1.3rem;
  padding: 10px;
  text-align: center;
}

.p-contact__btn p span {
  color: #24b5ae;
}

.p-contact__btn .c-continue {
  position: relative;
  margin-top: 25px;
  margin-bottom: 150px;
  display: inline-block;
  font-size: 17px;
  padding: 20px 162px;
  color: #fff;
  background-color: #44b148;
  text-decoration: none;
  border-radius: 4px;
  margin-left: 10px;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .p-contact__btn .c-continue {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 516px) {
  .p-contact__btn .c-continue {
    width: 90%;
    margin: 25px auto 50px auto;
    padding: 15px 0;
  }
}

.p-contact__btn .c-continue:after {
  content: url("../../assets/img/contact/arrow_white.png");
  position: absolute;
  right: 30px;
  top: 31%;
}

.p-contact__btn .c-back {
  position: relative;
  margin-top: 25px;
  margin-bottom: 150px;
  display: inline-block;
  font-size: 17px;
  padding: 20px 100px;
  color: #fff;
  background-color: #595857;
  text-decoration: none;
  border-radius: 4px;
  margin-right: 10px;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .p-contact__btn .c-back {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 516px) {
  .p-contact__btn .c-back {
    width: 90%;
    margin: 25px auto 0px auto;
    padding: 15px 0;
  }
}

.p-contact__btn .c-back:after {
  content: url("../../assets/img/contact/arrow_white.png");
  position: absolute;
  left: 30px;
  top: 7%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-contact__step__2__label {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .p-step__2 div:nth-child(1) {
    margin-left: 10px;
  }
}

.p-step__2 div:nth-child(2) {
  font-size: 1.7rem;
}

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

@media only screen and (max-width: 767px) {
  .p-contact__step__2 .c-back {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

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

.p-contact__step__3 {
  margin-bottom: 105px;
}

.p-contact__form .c-contact__step__3 {
  margin: 0;
  padding: 0;
  height: 450px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.p-contact__form .c-contact__step__3 p {
  font-size: 1.6rem;
  line-height: 30px;
}

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

.p-panigation {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .p-panigation {
    margin-top: 50px;
  }
}
.p-panigation a {
  margin: 0 2rem;
}

.p-panigation span {
  margin: 0 2rem;
  color: #438bcb;
}

.p-notice {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .p-notice {
    margin-top: 0px;
  }
}

.p-notice li {
  border-bottom: 1px solid #438bcb;
  max-width: 90%;
  margin: 0 auto;
}

.p-notice a {
  display: block;
}

.p-notice a:hover .c-notice__4__title {
  color: #438bcb;
}

.p-notice a:hover {
  text-decoration: none;
}

.p-notice a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.c-notice__4__date {
  padding-left: 50px;
  width: 15%;
  color: black;
}

.c-notice__4__title {
  width: 85%;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.c-notice__4__title span {
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  transition: all 0.7s;
}

.p-notice a:hover .c-notice__4__title span {
  border-color: #438bcb;
}

@media only screen and (max-width: 1199px) {
  .c-notice__4__date {
    padding-left: 20px;
  }

  .c-notice__4__title {
    margin-left: 30px;
  }
}

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

@media only screen and (max-width: 516px) {
  .c-notice__4__title {
    margin-left: 70px;
  }
}

.p-notice__top {
  width: 100%;
  position: relative;
}

.p-notice__top img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-notice__top h1 {
  position: absolute;
  top: 38%;
  left: 20%;
  font-size: 4.5vw;
  color: #fff;
}

.p-notice__top .message-h1 {
  top: 35%;
  left: 4%;
}

@media only screen and (max-width: 516px) {
  .p-notice__top h1 {
    font-size: 3rem;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 15px;
    transform: translateY(-50%);
    text-align: center;
  }

  .p-notice__top .message-h1 {
    text-align: right;
    padding: 0 40px;
    font-size: 2.5rem;
    top: 68%;
  }
}

.p-notice__page {
  margin-top: 93px;
  padding: 0 100px;
  margin-bottom: 150px;
}

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

@media only screen and (max-width: 516px) {
  .p-notice__page {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}

.p-notice__page .c-description p {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-notice__page .c-notice__title {
  margin-top: 77px;
  font-size: 2.5rem;
  color: #438bcb;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .p-notice__page .c-notice__title {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .p-notice__page .c-notice__title {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}

.p-notice__page .p-list__notice ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.p-notice__page .p-list__notice ul li {
  width: 100%;
  border-bottom: 3px solid #418ccb;
}

.p-notice__page .p-list__notice ul li a {
  display: block;
  padding: 20px 15px 10px 15px;
  text-decoration: none;
}

.p-notice__page .p-list__notice ul li a:hover .c-notice__content__title {
  color: #438bcb;
  border-bottom-color: #438bcb;
}

.p-notice__page .p-list__notice .c-notice__date {
  font-size: 1.4rem;
  color: #828282;
}

.p-notice__page .p-list__notice .c-notice__content__title {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.8rem;
  color: #6d6c6c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

/* ///////////////////////////// */

.p-private__top {
  width: 100%;
  position: relative;
}

.p-private__top h1 {
  position: absolute;
  top: 38%;
  left: 60%;
  font-size: 4.5vw;
  color: #fff;
}

@media only screen and (max-width: 516px) {
  .p-private__top h1 {
    font-size: 3rem;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 15px;
    transform: translateY(-50%);
    text-align: center;
  }
}

/* ////////////////////// */

.p-policy__page {
  padding: 0 100px;
  margin-top: 43px;
  margin-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  .p-policy__page {
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 516px) {
  .p-policy__page {
    margin-top: 0px;
    margin-bottom: 80px;
  }
}

.p-policy__page .p-policy__box {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .p-policy__page .p-policy__box {
    padding: 0 20px;
    margin-top: 25px;
  }
}

.p-policy__page .p-policy__box .p-policy__title {
  font-size: 1.6rem;
  color: #3f3b3a;
}

.p-policy__page .p-policy__box p {
  font-size: 1.6rem;
  color: #727171;
}

.p-policy__page .c-policy__btn {
  margin-top: 30px;
  width: 220px;
  height: 40px;
  font-size: 1.6rem;
  color: #727171;
  border-radius: 20px;
  display: block;
  border: 2px solid #727171;
  text-align: center;
  line-height: 35px;
  margin-left: 15px;
}

@media only screen and (max-width: 516px) {
  .p-policy__page .c-policy__btn {
    margin-left: 20px;
  }
}

.form-cur {
  color: #fff;
  position: relative;
}

.form-cur span {
  margin-right: 10px;
}

.form-cur .c-money {
  position: absolute;
  top: 13px;
  right: 53.3%;
  margin-right: 0;
}

.p-cheering__confirm .form-cur .c-money {
  top: 0;
}

@media only screen and (max-width: 516px) {
  .form-cur {
    display: flex;
    align-items: center;
  }
}

.c-detail__date {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.c-detail__date span {
  font-size: 2rem;
  margin-right: 70px;
  color: #6d6c6c;
}
@media only screen and (max-width: 1024px) {
  .c-detail__date span {
    margin-right: 60px;
  }
}

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

.p-detail__top {
  width: 100%;
  position: relative;
}

.p-detail__top img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-detail__top h1 {
  position: absolute;
  font-size: 4.5vw;
  color: #fff;
  top: 37%;
  left: 10%;
}

@media only screen and (max-width: 516px) {
  .p-detail__top h1 {
    font-size: 3rem;
  }
}

.p-detail .p-detail__main {
  margin-top: 70px;
  margin-bottom: 100px;
}

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

@media only screen and (max-width: 516px) {
  .p-detail .p-detail__main {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

.p-detail .p-detail__title {
  font-size: 3vw;
  color: #438bcb;
  margin-left: 60px;
}

@media only screen and (max-width: 767px) {
  .p-detail .p-detail__title {
    margin-left: 5px;
    font-size: 2.5rem;
  }
}

.p-detail .p-detail__content {
  margin-top: 10px;
  padding: 0 50px;
}

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

@media only screen and (max-width: 767px) {
  .p-detail .p-detail__content img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
}

.p-detail .p-detail__content p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  color: #231815;
}

.p-detail .p-detail__right {
  padding-left: 43px;
  /* border-left: 1px solid #727171; */
}

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

/* @media only screen and (max-width: 992px) {
  .p-detail .p-detail__right {
    border-top: 1px solid #727171;
    border-left: none;
    margin-top: 50px;
  }
} */

@media only screen and (max-width: 992px) {
  .p-detail .p-detail__right .p-detail__date {
    margin-top: 20px;
  }
}

.p-detail .p-detail__right .p-detail__date span {
  color: #727171;
  font-size: 1.6rem;
}

.p-detail .p-detail__right .c-text {
  margin-top: 5px;
  font-size: 1.6rem;
  color: #438bcb;
  font-weight: bold;
}

.p-detail .p-detail__right .p-detail__share {
  margin-top: 80px;
}

@media only screen and (max-width: 1024px) {
  .p-detail .p-detail__right .p-detail__share {
    margin-top: 30px;
  }
}

.p-detail .p-detail__right .p-detail__share p {
  font-size: 1.9rem;
  color: #727171;
  font-weight: bold;
}

.p-detail .p-detail__right .p-detail__share a {
  display: inline-block;
  margin-left: 5px;
}

.p-detail .p-detail__right .p-detail__share a i {
  color: burlywood;
  font-size: 4rem;
}

.p-detail .p-detail__right .p-detail__share a .fa-line {
  color: #23b915;
}

.p-detail .p-detail__right .p-detail__share a .fa-facebook-square {
  color: #4267b2;
}

.p-detail .p-detail__right .p-detail__share a .fa-twitter-square {
  color: #1da1f2;
}

.p-detail__post__relate {
  padding: 0 40px;
}

@media only screen and (max-width: 1024px) {
  .p-detail__post__relate {
    padding: 0 10px;
  }
}

.p-detail__post__relate .p-detail__title__2 {
  font-size: 2rem;
  color: #438bcb;
  margin-top: 100px;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .p-detail__post__relate .p-detail__title__2 {
    margin-top: 50px;
  }
}

.p-detail__post__relate .col-xl-3 {
  padding-left: 0;
  padding-right: 0;
}

.p-detail__post__relate .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.p-detail__post__relate .col-sm-4 {
  padding-left: 0;
  padding-right: 0;
}

.p-detail__post__relate .col-6 {
  padding-left: 0;
  padding-right: 0;
}

.p-detail__post__relate .c-post {
  margin: 20px 5px;
}

.p-detail__post__relate .c-post .c-post__title {
  padding: 5px 20px 0 5px;
  color: black;
  font-size: 1.7rem;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .p-detail__post__relate .c-post .c-post__title {
    font-size: 1.4rem;
  }
}

.p-detail__post__relate .c-detail__btn__more {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 1.8rem;
  color: #3e78ed;
  font-weight: bold;
}

.p-detail__post__relate .c-detail__btn__more div {
  text-align: right;
}

.p-detail__post__relate .c-detail__btn__more div a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  display: inline-block;
}

.p-detail__post__relate .c-detail__btn__more div span {
  padding-left: 10px;
}

.p-detail__post__relate .c-detail__btn__more div i {
  font-size: 2.5rem;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.p-essay__top h1 {
  color: #231815;
}

.p-main__top .c-main__top__background__sp {
  display: none;
}

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

  .c-main__top__background__pc {
    display: none;
  }
}

.common-form {
  padding-bottom: 267px;
}

@media only screen and (max-width: 1024px) {
  .common-form {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .common-form {
    padding-bottom: 100px;
  }
}

.common-form__h1 {
  padding-top: 39px;
  font-size: 4.299rem;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 516px) {
  .common-form__h1 {
    font-size: 3.5rem;
  }
}

.common-form__h2 {
  margin-top: 70px;
  font-size: 3.8rem;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .common-form__h2 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 516px) {
  .common-form__h2 {
    font-size: 3rem;
  }
}

.common-form__h3 {
  font-size: 2.655rem;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 516px) {
  .common-form__h3 {
    font-size: 2.2rem;
  }
}

.common-form__desc {
  margin-top: 48px;
}

.common-form__desc p {
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
}

.common-form__desc p:nth-child(n + 2) {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .common-form__desc p:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.common-form__container {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .common-form__container {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .common-form__container {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 516px) {
  .common-form__container {
    padding: 0 20px;
  }
}

.common-form__border {
  margin-top: 40px;
  border: 1px solid #fff;
  padding: 50px 20px 74px;
}

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

@media only screen and (max-width: 516px) {
  .common-form__border {
    padding-top: 20px;
    margin-top: 20px;
  }
}

.common-form__container-1 {
  max-width: 558px;
  margin-left: auto;
  margin-right: auto;
}

.common-form__group {
  display: -webkit-box;
  display: flex;
  margin-bottom: 51px;
}

@media only screen and (max-width: 516px) {
  .common-form__group {
    display: block;
  }
}

.common-form__group:last-child {
  margin-bottom: 0;
}

.common-form__label {
  font-size: 1.635rem;
  margin-top: 15px;
  color: #fff;
  min-width: 146px;
}

.common-form__input {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 516px) {
  .common-form__input {
    margin-top: 10px;
  }
}

.common-form__input input[type="text"],
.common-form__input input[type="email"],
.common-form__input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  padding: 18px 15px;
  background-color: #fff;
  color: #231916;
  font-size: 1.5rem;
  box-sizing: border-box;
}

.common-form__input input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.common-form__input .name-image {
  cursor: pointer;
}

.common-form__input .lable-image {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 49px;
  height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  background-color: #438bcb;
  font-size: 1.6rem;
  cursor: pointer;
}

.mw_wp_form_confirm .lable-image {
  display: none;
}

.common-form__input textarea {
  resize: none;
  height: 305px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.common-form__input .h-200 {
  height: 200px;
}

@media only screen and (max-width: 767px) {
  .common-form__input textarea {
    height: 250px;
  }

  .common-form__input .h-200 {
    height: 200px;
  }
}

.common-form__input-202 {
  max-width: 202px;
}

.common-form__input-265 {
  max-width: 265px;
}

.common-form__input-404 {
  max-width: 404px;
}

.common-form__btns {
  margin-top: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 516px) {
  .common-form__btns {
    margin-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
}

.common-form__btns input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #fff;
  padding: 14px 0px 10px;
  background-color: #fff;
  color: #438bcb;
  box-sizing: border-box;
  font-size: 2.213rem;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.common-form__btns input:hover {
  background-color: #438bcb;
  color: #fff;
}

.common-form__btn {
  margin: 0 10px;
  width: 100%;
}

@media only screen and (max-width: 516px) {
  .common-form__btn {
    margin: 0;
  }
}

.common-form__btn-back {
  max-width: 150px;
}

@media only screen and (max-width: 516px) {
  .common-form__btn-back {
    margin-top: 20px;
    max-width: 516px;
  }
}

.common-form__btn-continue {
  max-width: 225px;
}

@media only screen and (max-width: 516px) {
  .common-form__btn-continue {
    max-width: 516px;
  }
}

.tamegaki {
  background-color: #438bcb;
}

.tamegaki__form {
  margin-top: 132px;
}

@media only screen and (max-width: 1024px) {
  .tamegaki__form {
    margin-top: 100px;
  }
}

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

@media only screen and (max-width: 516px) {
  .tamegaki__form {
    margin-top: 65px;
  }
}

.mw_wp_form_input .common-form__btn-back {
  display: none;
}

.mw_wp_form_confirm .common-form__label {
  margin-top: 0;
}

.mw_wp_form_confirm .common-form__btn-back {
  display: block;
}

.mw_wp_form_confirm .common-form__input {
  color: #fff;
  font-size: 1.635rem;
}

.mw_wp_form_confirm .mw-wp-form_image {
  margin-top: 5px;
}

.mw_wp_form_complete {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .mw_wp_form_complete {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mw_wp_form_complete {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 516px) {
  .mw_wp_form_complete {
    padding: 0 20px;
  }
}

.mw_wp_form_complete p {
  color: #fff;
  font-size: 1.6rem;
}

.kouenkai {
  background-color: #438bcb;
}

.kouenkai__desc {
  text-align: center;
}

.kouenkai__form {
  margin-top: 132px;
}

@media only screen and (max-width: 1024px) {
  .kouenkai__form {
    margin-top: 100px;
  }
}

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

@media only screen and (max-width: 516px) {
  .kouenkai__form {
    margin-top: 65px;
  }
}

.kouenkai__form {
  margin-top: 146px;
}

@media only screen and (max-width: 1024px) {
  .kouenkai__form {
    margin-top: 100px;
  }
}

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

@media only screen and (max-width: 516px) {
  .kouenkai__form {
    margin-top: 65px;
  }
}

.kouenkai-1 {
  margin-top: 83px;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .kouenkai-1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .kouenkai-1 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 516px) {
  .kouenkai-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.kouenkai-1 h2 {
  text-align: center;
  font-size: 2.655rem;
}

@media only screen and (max-width: 516px) {
  .kouenkai-1 h2 {
    font-size: 2.4rem;
  }
}

.kouenkai-1__border {
  max-width: 916px;
  margin: 41px auto 0;
  border: 1px solid #fff;
  padding: 57px 20px 40px;
}

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

.kouenkai-1__container {
  max-width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .kouenkai-1__container {
    display: block;
  }
}

.kouenkai-1__text__p {
  font-size: 1.819rem;
  line-height: 1.8;
}

@media only screen and (max-width: 1024px) {
  .kouenkai-1__text__p {
    font-size: 1.6rem;
  }
}

.kouenkai-1__text__fax {
  margin-top: 1px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.kouenkai-1__text__fax span:nth-child(1) {
  font-size: 2.64rem;
  margin-right: 26px;
}

@media only screen and (max-width: 1024px) {
  .kouenkai-1__text__fax span:nth-child(1) {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 516px) {
  .kouenkai-1__text__fax span:nth-child(1) {
    font-size: 5vw;
    margin-right: 15px;
  }
}

.kouenkai-1__text__fax span:nth-child(2) {
  font-size: 4.015rem;
}

@media only screen and (max-width: 1024px) {
  .kouenkai-1__text__fax span:nth-child(2) {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 516px) {
  .kouenkai-1__text__fax span:nth-child(2) {
    font-size: 7vw;
  }
}

@media only screen and (max-width: 767px) {
  .kouenkai-1__pdf {
    margin-top: 10px;
  }
}

.common-form__input br {
  display: none;
}

.mwform-file-delete {
  display: none;
}

.touin {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  .touin {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 516px) {
  .touin {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.touin__desc__desc {
  margin-top: 48px;
}

.touin__container {
  max-width: 914px;
  margin-left: auto;
  margin-right: auto;
}

.touin__image {
  margin-top: 30px;
}

.touin__desc__desc p {
  color: #fff;
  line-height: 2;
}

.touin__desc__desc p:nth-child(n + 2) {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .touin__desc__desc p:nth-child(n + 2) {
    margin-top: 15px;
  }
}

.touin__desc__item-1 {
  margin-top: 124px;
}

@media only screen and (max-width: 1024px) {
  .touin__desc__item-1 {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .touin__desc__item-1 {
    margin-top: 60px;
  }
}

.touin__desc__item-2 {
  margin-top: 81px;
}

@media only screen and (max-width: 767px) {
  .touin__desc__item-2 {
    margin-top: 60px;
  }
}

.touin__desc__item-2 > h3 {
  font-size: 3.2rem;
  font-weight: normal;
  color: #fff;
}

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

.touin__form {
  margin-top: 68px;
}

.touin-form__container {
  max-width: 954px;
  margin-left: auto;
  margin-right: auto;
}

.p-hobby__top .title-black {
  color: #231815;
}

.kouenkai-1__pdf {
  max-width: 256px;
}

.cheering__list-btn {
  margin-top: 20px;
  padding: 0 15px 200px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .cheering__list-btn {
    padding: 0 0px 170px;
    display: block;
  }
}

.cheering__btn {
  width: 32%;
  margin-bottom: 4%;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  display: -webkit-box;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.cheering__btn a {
  font-size: 2.1rem;
  padding: 15px 5px;
  display: block;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

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

  .cheering__btn a {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 374px) {
  .cheering__btn a {
    font-size: 1.8rem;
  }
}

.cheering__btn a:hover {
  background-color: #fff;
  color: #438bcb;
  text-decoration: none;
  opacity: 1;
}

.p-main__h1 {
  margin-top: 3rem;
  color: #1f6eb5;
  font-size: 7.5rem;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .p-main__h1 {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-main__h1 {
    margin-top: 3rem;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 516px) {
  .p-main__h1 {
    font-size: 7.5vw;
  }
}

.p-main__banner-red {
  text-align: center;
  margin-top: 20px;
}

.temp-banner__text {
  position: absolute;
  top: 33%;
  right: 5%;
  z-index: 2;
}

.temp-banner__text p {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
}

.temp-banner__text p span {
  font-size: 6.64rem;
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 1199px) {
  .temp-banner__text p {
    font-size: 2rem;
  }
  .temp-banner__text p span {
    font-size: 4.55rem;
  }
}

@media only screen and (max-width: 1024px) {
  .temp-banner__text {
    top: 24%;
  }
}

@media only screen and (max-width: 767px) {
  .temp-banner__text {
    top: 36%;
    right: 5%;
  }
  .temp-banner__text p {
    font-size: 1.5rem;
  }
  .temp-banner__text p span {
    font-size: 3.55rem;
  }
}

@media only screen and (max-width: 516px) {
  .temp-banner__text {
    top: 54%;
    right: 5%;
  }
  .temp-banner__text p {
    color: #231815;
  }
}

.bg-video {
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .bg-video {
    visibility: hidden;
    display: none;
  }
}
.btn-playpause {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease-in-out;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .btn-playpause {
    display: none;
  }
}
.btn-play {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  display: none;
}
.btn-play1 {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  display: inline-block;
  margin-right: 8px;
}
.playvideo-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  display: none;
}
@media only screen and (max-width: 767px) {
  .playvideo-sp {
    display: block;
  }
}
.btn-playvideo {
  background-color: rgba(0, 0, 0, 0.15);
  text-align: center;
  border: 2px solid #fff;
  font-size: 1.5rem;
  color: #fff;
  padding: 8px 30px;
  z-index: 1;
  display: -webkit-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.btn-pause {
  width: 11px;
  height: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.btn-pause__line {
  width: 4px;
  height: 100%;
  background-color: #fff;
  display: block;
}
.p-main__top:hover .btn-playpause {
  opacity: 0.9;
  visibility: visible;
}
.btn-playpause:focus,
.btn-playvideo:focus {
  outline: none;
}

.video-sp-container {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: flex-end;
  padding: 0 25px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media only screen and (max-width: 516px) {
  .video-sp-container {
    padding: 0 20px;
  }
}
.video-sp-layer{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-sp {
  width: 100%;
  height: 52vw;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 516px) {
  .video-sp {
    height: 50.5vw;
  }
}

.btn-closevideo {
  height: 25px;
  width: 25px;
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}
.btn-closevideo__line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
}
.btn-closevideo__line:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.btn-closevideo__line:nth-child(2) {
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);

}
.video-sp-container-is-visible{
  visibility: visible;
  opacity: 1;
}

.only-sp{
  display: none;
}

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

.banner1{
  padding-bottom: 100px;
}

@media only screen and (max-width: 1023px) {
  .banner1{
    padding-left: 30px;
    padding-right: 30px;
  }
}


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

@media only screen and (max-width: 516px) {
  .banner1{
    padding-left: 15px;
    padding-right: 15px;
  }
}

.banner1-list{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 516px) {
  .banner1-list{
    display: block;
  }
}

.banner1-item{
  display: block;
}

.banner1-item1{
  width: 51%;
}
@media only screen and (max-width: 1023px) {
  .banner1-item1{
    width: 56.6%;
  }
}
@media only screen and (max-width: 767px) {
  .banner1-item1{
    width: 59%;
  }
}
@media only screen and (max-width: 516px) {
  .banner1-item1{
    width: 100%;
  }
}

.banner1-item2{
  width: 32%;
}
@media only screen and (max-width: 1023px) {
  .banner1-item2{
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .banner1-item2{
    width: 37%;
  }
}
@media only screen and (max-width: 516px) {
  .banner1-item2{
    width: 100%;
    margin-top: 25px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

/*# sourceMappingURL=style.css.map */
