@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, figure, form, fieldset, input, textarea, p, blockquote, th, td, a {
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-break: break-all;
  line-break: strict;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: justify;
  line-height: 1.8rem;
}

html {
  overflow-y: scroll;
}

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

a {
  text-decoration: none;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

fieldset, img {
  border: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: smooth;
}

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

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

br {
  letter-spacing: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, figure, form, fieldset, input, textarea, p, blockquote, th, td, a {
  color: #231815;
  font-family: "Noto Sans JP", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* ------------------------------------- 
  header
------------------------------------- */
header {
  position: relative;
  width: 100%;
}

/* header-menu pc **************************/
.header-menu {
  position: fixed;
  right: 0;
  border-radius: 10px 0 0 10px;
  max-width: 250px;
  z-index: 9997;
}
.header-menu nav {
  display: block;
}
.header-menu nav:last-child {
  margin-bottom: 0;
}
.header-menu nav a.menu-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0 0 0 10px;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  color: #FFFFFF;
  font-weight: bold;
  filter: drop-shadow(0px 0px 2px #A42121);
}
.header-menu nav a.menu-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.header-menu nav span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-menu nav span img {
  max-width: 40px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .header-menu nav a.menu-btn {
    justify-content: center;
    padding: 0 15px;
    min-height: 40px;
    height: auto;
    text-align: center;
    line-height: 1rem;
    font-size: 0.75rem;
  }
}

/* ------------------------------------- 
  font・text
------------------------------------- */
/* font ******/
body, div, dl, dt, dd, ul, ol, li, h3, h4, h5, h6, pre, figure, form, fieldset, input, textarea, p, blockquote, th, td, a {
  color: #231815;
  letter-spacing: 0.1rem;
}

h1, h2 {
  text-align: center;
  font-weight: 600;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.8125rem;
  letter-spacing: 0.2rem;
  line-height: 5rem;
}

h3 {
  font-size: 1.875rem;
}

p, dl, dt, li, th, td, a {
  font-size: 1rem;
  line-height: 2rem;
}

@media screen and (max-width: 960px) {
  h1 {
    font-size: 2.1875rem;
  }
  h2 {
    font-size: 1.875rem;
    line-height: 3rem;
  }
  h3 {
    font-size: 1.5625rem;
  }
  p, dl, dt, li, th, td, a {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.5625rem;
    line-height: 2.5rem;
    letter-spacing: 0.1rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  p, dl, dt, li, th, td, a {
    font-size: 0.875rem;
  }
}
/* text ******/
.txt_bold {
  font-weight: bold;
}

.txt_normal {
  font-weight: normal;
}

.txt_red {
  color: #B20B1F;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

/* ------------------------------------- 
  a
------------------------------------- */
a {
  color: #231815;
  transition: all 0.3s;
}

/* ------------------------------------- 
  layout
------------------------------------- */
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* PC SP ******/
.sp-480, .sp, .sp-960, .sp-1024, .sp-1280, .sp-1440 {
  display: none !important;
}

@media (max-width: 1536px) {
  .sp-1536 {
    display: block !important;
  }
  .pc-1536 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .sp-1440 {
    display: block !important;
  }
  .pc-1440 {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  .sp-1280 {
    display: block !important;
  }
  .pc-1280 {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .sp-1024 {
    display: block !important;
  }
  .pc-1024 {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .sp-960 {
    display: block !important;
  }
  .pc-960 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .sp-480 {
    display: block !important;
  }
  .pc-480 {
    display: none !important;
  }
}
/* ------------------------------------- 
  button
------------------------------------- */
.menu-btn_mail {
  background: #EF4444;
}

.button {
  max-width: 90%;
  width: 316px;
  margin: auto;
  color: #FFFFFF;
  text-align: left;
  display: block;
  padding: 1em;
  font-size: 1rem;
}
.button:hover {
  text-decoration: none;
}

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

@media screen and (max-width: 960px) {
  .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 0.8125rem;
  }
}
/* ------------------------------------- 
  phone
------------------------------------- */
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.contact__mailform {
  margin-bottom: 50px;
  width: 100%;
}
.contact__mailform th {
  width: 30%;
  padding: 1em 60px 1em 0;
}
.contact__mailform th p {
  font-weight: bold;
  color: #FFFFFF;
}
.contact__mailform th.textarea {
  vertical-align: top;
}
.contact__mailform th .hissu {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 5px;
  width: 50px;
  height: 25px;
  margin-right: 15px;
  color: #B20B1F;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
}
.contact__mailform td {
  width: 70%;
  padding: 5px 1em;
}
.contact__mailform td span {
  font-size: 0.875rem;
  color: #FFFFFF;
}
.contact__mailform td.confirmation {
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFFFFF;
}
.contact__mailform td .wpcf7-list-item {
  margin: 0;
}
.contact__mailform label {
  margin-right: 20px;
}
.contact__mailform input[type=text], .contact__mailform input[type=tel], .contact__mailform input[type=number], .contact__mailform input[type=date], .contact__mailform input[type=email] {
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 70px;
  padding: 20px 30px;
  box-sizing: border-box;
  font-size: 1rem;
}
.contact__mailform input[type=radio] {
  transform: scale(1.4);
  margin-right: 0.5em;
}
.contact__mailform input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 15px;
  width: 25px;
  height: 25px;
  border: none;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #fff;
}
.contact__mailform input[type=checkbox]:checked {
  border-color: #1D2088;
  background: #1D2088 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M9,20.42L2.79,14.21L5.62,11.38L9,14.77L18.88,4.88L21.71,7.71L9,20.42Z" /></svg>');
}
.contact__mailform input[type=checkbox]:hover {
  cursor: pointer;
}
.contact__mailform textarea {
  border: none;
  border-radius: 5px;
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  font-size: 1rem;
}

.submitbtn {
  margin: 0 auto;
  text-align: center;
}
.submitbtn input[type=submit] {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #231815;
  border: 2px solid #231815;
  border-radius: 100px;
  box-sizing: border-box;
  max-width: 450px;
  width: 70%;
  height: 80px;
  margin: 0 auto;
  font-size: 1.4375rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.3s;
}
.submitbtn input[type=submit]:hover {
  background: #FFFFFF;
  color: #231815;
}

.wpcf7-response-output {
  color: #FFFFFF;
}

.mw_wp_form_input .confirm-show {
  display: none;
}

.mw_wp_form_confirm .input-show {
  display: none;
}
.mw_wp_form_confirm .hissu {
  display: none;
}

.mw_wp_form_complete .input-show,
.mw_wp_form_complete .confirm-show {
  display: none;
}
.mw_wp_form_complete .compmes {
  padding: 2em 5%;
  font-weight: bold;
  width: 100%;
  max-width: 720px;
  margin: 30px auto;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .contact__mailform th {
    padding-right: 20px;
  }
  .contact__mailform td.confirmation {
    font-size: 1rem;
  }
  .contact__mailform input[type=text], .contact__mailform input[type=tel], .contact__mailform input[type=number], .contact__mailform input[type=date], .contact__mailform input[type=email] {
    height: 60px;
  }
  .submitbtn input[type=submit] {
    max-width: 400px;
    height: 70px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__mailform {
    margin-bottom: 10px;
  }
  .contact__mailform th, .contact__mailform td {
    display: block;
    width: 100%;
  }
  .contact__mailform th {
    padding: 0 0 10px;
  }
  .contact__mailform th .hissu {
    width: 40px;
    margin-right: 10px;
    font-size: 0.75rem;
  }
  .contact__mailform td {
    padding: 0 0 20px;
  }
  .contact__mailform td.confirmation {
    margin-top: 10px;
    text-align: center;
  }
  .contact__mailform input[type=text], .contact__mailform input[type=tel], .contact__mailform input[type=number], .contact__mailform input[type=date], .contact__mailform input[type=email] {
    height: 50px;
    padding: 10px;
  }
  .contact__mailform input[type=checkbox] {
    margin-right: 10px;
  }
  .contact__mailform textarea {
    padding: 10px;
  }
  .submitbtn input[type=submit] {
    max-width: 400px;
    width: 80%;
    height: 60px;
    font-size: 1rem;
  }
  .submitbtn p {
    text-align: center;
  }
}
#page_top {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #1D2088;
  border: 2px solid #1D2088;
  width: 70px;
  height: 70px;
  right: 5%;
  z-index: 9997;
  transition: all 0.3s;
}
#page_top img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#page_top p {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.4rem;
  color: #FFFFFF;
}
#page_top:hover {
  cursor: pointer;
  text-decoration: none;
  background: #FFFFFF;
}
#page_top:hover p {
  color: #1D2088;
}
@media screen and (max-width: 1024px) {
  #page_top {
    right: 3%;
  }
}
@media screen and (max-width: 960px) {
  #page_top {
    width: 60px;
    height: 60px;
  }
  #page_top p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  #page_top {
    width: 50px;
    height: 50px;
  }
  #page_top p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

footer {
  margin: 40px auto;
  text-align: center;
  font-size: 1.125rem;
}
footer .small {
  margin-top: 20px;
  font-size: 0.875rem;
}
@media screen and (max-width: 1280px) {
  footer {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 960px) {
  footer {
    margin-bottom: 120px;
    font-size: 1rem;
  }
  footer .small {
    margin-top: 10px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  footer {
    margin-bottom: 100px;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
  opacity: 0;
}
.animated.infinite {
  animation-iteration-count: infinite;
}

/* ------------------------------------- 
  animation
------------------------------------- */
/* fadeIn **************************/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

/* fadeInLeft **************************/
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

/* fadeInRight **************************/
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

/* fadeInUp **************************/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes rote {
  0%, 100% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
}
/* fluffy **************************/
@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fluffy2 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/* zoomIn **************************/
@keyframes zoomIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoomInFade {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoomInFade {
  animation-name: zoomInFade;
}

/* blurIn **************************/
@keyframes blurIn {
  from {
    opacity: 0;
    filter: blur(20px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
.blurIn {
  animation-name: blurIn;
}

/* noFilter **************************/
@keyframes noFilter {
  100% {
    opacity: 1;
    filter: none;
  }
}
.noFilter {
  animation-name: noFilter;
}

@keyframes noTransform {
  100% {
    opacity: 1;
    transform: none;
  }
}
.noTransform {
  animation-name: noTransform;
}

/* lineanime **************************/
.lineanime {
  fill: none;
  stroke: #ffffff;
  stroke-width: 19;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
  animation: line 2.5s 0.1s forwards;
}
.lineanime.st2 {
  animation-delay: 0.3s;
}
.lineanime.st3 {
  animation-delay: 0.6s;
}
.lineanime.st4 {
  animation-delay: 0.9s;
}
.lineanime.st5 {
  animation-delay: 1.2s;
}
.lineanime.st6 {
  animation-delay: 1.5s;
}
.lineanime.st7 {
  animation-delay: 1.8s;
}

@keyframes line {
  0% {
    stroke-dashoffset: 1800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* scaleDown **************************/
@keyframes scaleDown {
  0% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.scaleDown {
  animation-name: scaleDown;
  transform: scale(1.2);
  opacity: 1 !important;
}

/* scaleUP **************************/
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.scaleUp {
  animation-name: scaleUp;
  transform: scale(1);
  opacity: 1 !important;
}

/* passing **************************/
.passing {
  display: block;
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 0, 0);
}

.passing .passing-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.passing .passing-txt {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.passing.move .passing-txt {
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}

@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*passingLeft*/
.passingL.passing-bar:before {
  left: 0;
}

.passingL.move .passing-bar:before {
  animation: passing-barL 1s ease 0s 1 normal forwards;
}

@keyframes passing-barL {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
/*passingRight*/
.passingR.passing-bar:before {
  right: 0;
}

.passingR.move .passing-bar:before {
  animation: passing-barR 1s ease 0s 1 normal forwards;
}

@keyframes passing-barR {
  0% {
    right: 0;
    width: 0;
  }
  50% {
    right: 0;
    width: 100%;
  }
  51% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 100%;
    width: 0;
  }
}
/* txt_popout **************************/
.txt_popout {
  overflow: hidden;
}

.txt_popout.move p {
  transform: translateY(2em);
  animation: textanimation 1s forwards;
}

.txt_popout p:nth-child(1) {
  animation-delay: 0.05s;
}

.txt_popout p:nth-child(2) {
  animation-delay: 0.1s;
}

.txt_popout p:nth-child(3) {
  animation-delay: 0.15s;
}

.txt_popout p:nth-child(4) {
  animation-delay: 0.2s;
}

.txt_popout p:nth-child(5) {
  animation-delay: 0.25s;
}

.txt_popout p:nth-child(6) {
  animation-delay: 0.3s;
}

.txt_popout p:nth-child(7) {
  animation-delay: 0.35s;
}

.txt_popout p:nth-child(8) {
  animation-delay: 0.4s;
}

.txt_popout p:nth-child(9) {
  animation-delay: 0.45s;
}

.txt_popout p:nth-child(10) {
  animation-delay: 0.5s;
}

.txt_popout p:nth-child(11) {
  animation-delay: 0.55s;
}

.txt_popout p:nth-child(12) {
  animation-delay: 0.6s;
}

@keyframes textanimation {
  0% {
    transform: translateY(2em);
  }
  100% {
    transform: translateY(0);
  }
}
/* txt_popout2_out **************************/
.txt_popout2_out {
  display: block;
}

.txt_popout2_out span.l {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}
.txt_popout2_out.move span.l {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 0.15s linear, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.txt_popout2_out.move span.l_0 {
  transition-delay: 0s;
}
.txt_popout2_out.move span.l_1 {
  transition-delay: 0.02s;
}
.txt_popout2_out.move span.l_2 {
  transition-delay: 0.04s;
}
.txt_popout2_out.move span.l_3 {
  transition-delay: 0.06s;
}
.txt_popout2_out.move span.l_4 {
  transition-delay: 0.08s;
}
.txt_popout2_out.move span.l_5 {
  transition-delay: 0.1s;
}
.txt_popout2_out.move span.l_6 {
  transition-delay: 0.12s;
}
.txt_popout2_out.move span.l_7 {
  transition-delay: 0.14s;
}
.txt_popout2_out.move span.l_8 {
  transition-delay: 0.16s;
}
.txt_popout2_out.move span.l_9 {
  transition-delay: 0.18s;
}
.txt_popout2_out.move span.l_10 {
  transition-delay: 0.2s;
}
.txt_popout2_out.move span.l_11 {
  transition-delay: 0.22s;
}

/* txt_popout2_in **************************/
.txt_popout2_in {
  display: block;
}

.txt_popout2_in span.l {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 0.15s linear, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.txt_popout2_in.move span.l {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  opacity: 1;
  transform: none;
  transition: opacity 0.2s linear, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.txt_popout2_in.move span.l_0 {
  transition-delay: 0.5s;
}
.txt_popout2_in.move span.l_1 {
  transition-delay: 0.52s;
}
.txt_popout2_in.move span.l_2 {
  transition-delay: 0.54s;
}
.txt_popout2_in.move span.l_3 {
  transition-delay: 0.56s;
}
.txt_popout2_in.move span.l_4 {
  transition-delay: 0.58s;
}
.txt_popout2_in.move span.l_5 {
  transition-delay: 0.6s;
}
.txt_popout2_in.move span.l_6 {
  transition-delay: 0.62s;
}
.txt_popout2_in.move span.l_7 {
  transition-delay: 0.64s;
}
.txt_popout2_in.move span.l_8 {
  transition-delay: 0.66s;
}
.txt_popout2_in.move span.l_9 {
  transition-delay: 0.68s;
}
.txt_popout2_in.move span.l_10 {
  transition-delay: 0.7s;
}
.txt_popout2_in.move span.l_11 {
  transition-delay: 0.72s;
}

/* txt_marker **************************/
.txt_marker {
  display: inline;
  position: relative;
}

.txt_marker::before {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  z-index: -2;
}

.txt_marker.move::before {
  animation: markerAnime 1s forwards ease;
}

@keyframes markerAnime {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* img-slide **************************/
.img-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  line-height: 0;
}

.img-slide:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  transform-origin: right center;
  transform: scaleX(1);
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.img-slide img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  top: -50%;
  left: -100%;
  transition: 0.7s;
}

.img-slide--move img {
  opacity: 1;
  left: 0;
}

.img-slide--move.img-slide:before {
  transform: scaleX(0);
  width: 100%;
}

/* slideIn **************************/
/*slideInL*/
.slideInL {
  position: relative;
  overflow: hidden;
}

.slideInL::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.slideInL--move::after {
  animation: slideInL 1.5s ease-in-out forwards;
}

@keyframes slideInL {
  0% {
    left: 0;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
/*slideInR*/
.slideInR {
  position: relative;
  overflow: hidden;
}

.slideInR::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}

.slideInR--move::after {
  animation: slideInR 1.5s ease-in-out forwards;
}

@keyframes slideInR {
  0% {
    right: 0;
  }
  70% {
    right: 100%;
  }
  100% {
    right: 100%;
  }
}
/*slideInT*/
.slideInT {
  position: relative;
  overflow: hidden;
}

.slideInT::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.slideInT--move::after {
  animation: slideInT 1.5s ease-in-out forwards;
}

@keyframes slideInT {
  0% {
    top: 0;
  }
  70% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
/*slideInB*/
.slideInB {
  position: relative;
  overflow: hidden;
}

.slideInB::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.slideInB--move::after {
  animation: slideInB 1.5s ease-in-out forwards;
}

@keyframes slideInB {
  0% {
    bottom: 0%;
  }
  70% {
    bottom: 100%;
  }
  100% {
    bottom: 100%;
  }
}
/* slideOut **************************/
/*slideOutL*/
.slideOutL {
  position: relative;
  overflow: hidden;
}

.slideOutL::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 100%;
  z-index: 1;
}

.slideOutL--move::after {
  animation: slideOutL 1.5s ease-in-out forwards;
}

@keyframes slideOutL {
  0% {
    right: 100%;
  }
  70% {
    right: 0;
  }
  100% {
    right: 0;
  }
}
/*slideOutR*/
.slideOutR {
  position: relative;
  overflow: hidden;
}

.slideOutR::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 1;
}

.slideOutR--move::after {
  animation: slideOutR 1.5s ease-in-out forwards;
}

@keyframes slideOutR {
  0% {
    left: 100%;
  }
  70% {
    left: 0;
  }
  100% {
    left: 0;
  }
}
/*slideOutT*/
.slideOutT {
  position: relative;
  overflow: hidden;
}

.slideOutT::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: 0;
  z-index: 1;
}

.slideOutT--move::after {
  animation: slideOutT 1.5s ease-in-out forwards;
}

@keyframes slideOutT {
  0% {
    bottom: 100%;
  }
  70% {
    bottom: 0;
  }
  100% {
    bottom: 0;
  }
}
/*slideOutB*/
.slideOutB {
  position: relative;
  overflow: hidden;
}

.slideOutB::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  z-index: 1;
}

.slideOutB--move::after {
  animation: slideOutB 1.5s ease-in-out forwards;
}

@keyframes slideOutB {
  0% {
    top: 100%;
  }
  70% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
/* liner **************************/
/*linerLeft*/
.linerLeft:before {
  content: "";
  position: absolute;
  left: 0;
}

.linerLeft:before {
  animation: linerLeft 1s ease-in-out forwards;
}

@keyframes linerLeft {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*linerRight*/
.linerRight:before {
  content: "";
  position: absolute;
  left: 100%;
  transform: translateX(-100%);
  animation: linerRight 1s ease-in-out forwards;
}

@keyframes linerRight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*linerTop*/
.linerTop:before {
  content: "";
  position: absolute;
  top: 0;
  animation: linerTop 1s ease-in-out forwards;
}

@keyframes linerTop {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*linerBottom*/
.linerBottom:before {
  content: "";
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  animation: linerBottom 1s ease-in-out forwards;
}

@keyframes linerBottom {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/* ------------------------------------- 
  delay
------------------------------------- */
.delay1 {
  animation-delay: 0.1s !important;
}

.delay2 {
  animation-delay: 0.2s !important;
}

.delay3 {
  animation-delay: 0.3s !important;
}

.delay4 {
  animation-delay: 0.4s !important;
}

.delay5 {
  animation-delay: 0.5s !important;
}

.delay6 {
  animation-delay: 0.6s !important;
}

.delay7 {
  animation-delay: 0.7s !important;
}

.delay8 {
  animation-delay: 0.8s !important;
}

.delay9 {
  animation-delay: 0.9s !important;
}

.delay10 {
  animation-delay: 1s !important;
}

.delay11 {
  animation-delay: 1.1s !important;
}

a {
  transition-duration: 0.3s;
}

/* common **************************/
.content-common {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 150px;
}

.arrow {
  display: block;
  max-width: 324px;
  margin: 0 auto;
}

.txt_liner {
  background-image: linear-gradient(transparent 50%, #FFC400 0%);
}

.section-title {
  margin-bottom: 70px;
}

.txt_action {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
.txt_action::after, .txt_action::before {
  content: "";
  display: inline-block;
  width: 5px;
  position: absolute;
  height: 55px;
  bottom: 10px;
}
.txt_action::after {
  right: 0;
  transform: rotate(30deg);
}
.txt_action::before {
  left: 0;
  transform: rotate(-30deg);
}

@media screen and (max-width: 960px) {
  .section-title {
    margin-bottom: 50px;
  }
  .txt_action {
    padding: 0 20px;
  }
  .txt_action::after, .txt_action::before {
    width: 3px;
    height: 40px;
    bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .content-common {
    padding: 50px 0 100px;
  }
  .txt_action::after, .txt_action::before {
    bottom: 0px;
  }
}
/* mv **************************/
.mv {
  position: relative;
  background: url(../images/mv-img_pc.jpg) no-repeat center center/100%;
  width: 100%;
  padding: 40px 0;
}
.mv .wrap {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.mv h1 {
  background: #FFFFFF;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
  border-radius: 20px;
  max-width: 570px;
  width: 41.5%;
  padding: 50px 40px;
}
@media screen and (max-width: 1280px) {
  .mv {
    padding: 30px 0;
  }
  .mv h1 {
    width: 35%;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 960px) {
  .mv p.copy {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    background: none;
    height: auto;
    max-height: 700px;
    padding: 0;
  }
  .mv h1 {
    border-radius: 10px;
    max-width: 550px;
    width: 100%;
    margin: -15% auto 0;
    padding: 30px;
  }
}

/* overview **************************/
.overview-price {
  width: 90%;
  margin: 0 auto;
}

.overview-onayami {
  margin-top: 100px;
}
.overview-onayami .title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overview-onayami .title img {
  max-width: 170px;
  width: 14%;
  margin-bottom: -43px;
}
.overview-onayami ul li {
  width: 90%;
  margin: 0 auto 10px;
}
.overview-onayami ul li:last-child {
  margin-bottom: 0;
}
.overview-onayami .arrow {
  margin: 30px auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .overview-onayami {
    margin-top: 50px;
  }
  .overview-onayami .title {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .overview-onayami .title img {
    max-width: 200px;
    width: 30%;
    margin-bottom: 10px;
  }
  .overview-onayami .arrow {
    margin: 20px auto;
  }
}

/* taisaku **************************/
.taisaku {
  background: #03B870;
}
.taisaku .content-common {
  max-width: 1000px;
}
.taisaku .section-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.taisaku .section-title h2.txt_action {
  color: #FFFFFF;
}
.taisaku .section-title h2.txt_action::after, .taisaku .section-title h2.txt_action::before {
  background: #FFFFFF;
}
.taisaku .box {
  background: #FFFFFF;
  margin-bottom: 40px;
}
.taisaku .box-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #00653D;
}
.taisaku .box-title dt, .taisaku .box-title dd {
  padding: 20px;
}
.taisaku .box-title dt {
  border: 2px solid #00653D;
  background: #FFFFFF;
  width: 250px;
}
.taisaku .box-title dt p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taisaku .box-title dt p span {
  padding-left: 10px;
  font-size: 1.875rem;
}
.taisaku .box-title dd h3 {
  font-weight: bold;
  color: #FFFFFF;
}
.taisaku .box-cont {
  padding: 50px;
}
.taisaku .box-cont .img img {
  display: block;
  max-width: 705px;
  width: 100%;
  margin: 0 auto;
}
.taisaku .box-cont .taisaku-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  border-top: 40px solid #B20B1F;
  border-bottom: 0;
  margin: 30px auto 20px;
}
.taisaku .box-cont .result p {
  text-align: center;
  font-weight: bold;
  font-size: 1.6875rem;
  letter-spacing: 0.1rem;
}
.taisaku .box-cont .result p span {
  font-size: 2.1875rem;
  color: #B20B1F;
}
.taisaku-answer {
  position: relative;
  border-radius: 20px;
  background: #FFFFFF;
}
.taisaku-answer .arrow {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}
.taisaku-answer .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 110px;
  padding: 30px 0 0;
}
.taisaku-answer .wrap img {
  max-width: 220px;
  margin-bottom: -10px;
}
.taisaku-answer .wrap p {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  line-height: 4rem;
}
.taisaku-answer .wrap p span {
  font-size: 3.125rem;
  color: #B20B1F;
}
@media screen and (max-width: 960px) {
  .taisaku .box-title dt p {
    font-size: 1.125rem;
  }
  .taisaku .box-title dt p span {
    font-size: 1.5625rem;
  }
  .taisaku .box-cont .result p {
    font-size: 1.375rem;
  }
  .taisaku .box-cont .result p span {
    font-size: 1.6875rem;
  }
  .taisaku-answer .wrap img {
    max-width: 170px;
  }
  .taisaku-answer .wrap p {
    font-size: 1.5625rem;
    line-height: 3rem;
  }
  .taisaku-answer .wrap p span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .taisaku .box-title {
    position: relative;
    flex-direction: column;
  }
  .taisaku .box-title dt {
    position: absolute;
    top: -20px;
    padding: 5px 10px;
    width: 200px;
  }
  .taisaku .box-title dt p {
    font-size: 1rem;
  }
  .taisaku .box-title dt p span {
    font-size: 1.4375rem;
  }
  .taisaku .box-title dd {
    padding: 35px 10px 15px;
  }
  .taisaku .box-title dd h3 {
    text-align: center;
  }
  .taisaku .box-cont {
    padding: 20px 20px 40px 20px;
  }
  .taisaku .box-cont .taisaku-arrow {
    border-right-width: 30px;
    border-left-width: 30px;
    border-top-width: 25px;
    margin: 20px auto;
  }
  .taisaku .box-cont .result p {
    font-size: 1.25rem;
  }
  .taisaku .box-cont .result p span {
    font-size: 1.4375rem;
  }
  .taisaku .sp-arrow {
    width: 50%;
    margin: 20px auto;
  }
  .taisaku-answer {
    border-radius: 10px;
  }
  .taisaku-answer .arrow {
    display: none;
  }
  .taisaku-answer .wrap {
    display: block;
    margin-top: 0;
    padding: 20px;
  }
  .taisaku-answer .wrap img {
    display: block;
    max-width: 120px;
    margin: 0 auto 10px;
  }
  .taisaku-answer .wrap p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .taisaku-answer .wrap p span {
    font-size: 1.875rem;
    line-height: 3rem;
  }
}

/* point **************************/
.point .section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 115px;
}
.point .section-title h2.txt_action {
  color: #231815;
}
.point .section-title h2.txt_action::after, .point .section-title h2.txt_action::before {
  background: #231815;
}
.point .point-box {
  position: relative;
  border-radius: 20px;
  padding: 90px 50px 50px;
  margin-bottom: 105px;
}
.point .point-box:last-child {
  margin-bottom: 0;
}
.point .point-box .number {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 245px;
  height: 70px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFFFFF;
}
.point .point-box .number span {
  display: inline-block;
  padding-left: 5px;
  font-size: 1.5625rem;
}
.point .point-box h3 {
  border-bottom: 3px solid;
  margin-bottom: 50px;
  padding-bottom: 50px;
  font-weight: bold;
  text-align: center;
}
.point .point-box .lead {
  width: 90%;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
}
.point .point-box .box {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 50px;
}
.point .point-box .box-answer {
  position: relative;
  margin-top: 85px;
  padding: 85px 30px 50px;
}
.point .point-box .box-answer h4 {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  max-width: 700px;
  width: 80%;
  height: 70px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #FFFFFF;
}
.point .point-box .box-answer .answer {
  font-size: 1.4375rem;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
}
.point .point-box .box-answer .answer span {
  font-size: 2.5rem;
  color: #B20B1F;
}
.point .point1 {
  border: 2px solid #036EB8;
  background: #E4EFF7;
}
.point .point1 .number {
  background: #036EB8;
}
.point .point1 h3 {
  color: #036EB8;
  border-color: #036EB8;
}
.point .point1 .lead span {
  color: #036EB8;
}
.point .point1 .box {
  padding: 70px 50px 50px;
}
.point .point1 .list {
  border-collapse: separate;
  border-spacing: 0 20px;
  max-width: 740px;
  width: 100%;
}
.point .point1 .list th, .point .point1 .list td {
  font-weight: bold;
}
.point .point1 .list th {
  background: #036EB8;
  border-radius: 10px;
  max-width: 300px;
  width: 40.5%;
  padding: 13px 10px;
  font-size: 1.4375rem;
  color: #FFFFFF;
  text-align: center;
}
.point .point1 .list td {
  max-width: 440px;
  width: calc(100% - 300px);
  padding-left: 30px;
  font-size: 1.125rem;
}
.point .point1 .box-arrow {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 75px solid transparent;
  border-left: 75px solid transparent;
  border-top: 65px solid #ffffff;
  border-bottom: 0;
}
.point .point1 .box-answer h4 {
  background: #036EB8;
}
.point .point1 .box-answer h4 span {
  font-size: 1.4375rem;
  margin-left: 30px;
}
.point .point1 .box-answer .work-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 660px;
  margin: 50px auto 0;
}
.point .point1 .box-answer .work-list li {
  max-width: 150px;
  width: 22.7%;
}
.point .point2 {
  border: 2px solid #4BB803;
  background: #ECF7E4;
}
.point .point2 .number {
  background: #3A9100;
}
.point .point2 h3 {
  color: #3A9100;
  border-color: #4BB803;
}
.point .point2 .lead span {
  color: #4BB803;
}
.point .point2 .box-answer h4 {
  background: #4BB803;
}
.point .point2 .box-answer .award img {
  display: block;
  max-width: 414px;
  width: 100%;
  margin: 0 auto;
}
.point .point2 .box-answer .arrow {
  max-width: 165px;
  width: 50%;
  margin: 50px auto 30px;
}
.point .point3 {
  border: 2px solid #EE6700;
  background: #FDEEE4;
}
.point .point3 .number {
  background: #C85700;
}
.point .point3 h3 {
  color: #C85700;
  border-color: #EE6700;
}
.point .point3 .lead span {
  color: #EE6700;
}
.point .point3 .box-answer h4 {
  background: #EE6700;
}
.point .point3 .box-answer .lead span {
  color: #EE6700;
}
.point .point3 .box-answer .img {
  margin: 30px auto 20px;
}
.point .point3 .box-answer .img img {
  display: block;
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .point .section-title {
    margin-bottom: 50px;
  }
  .point .point-box .number {
    font-size: 1.125rem;
  }
  .point .point-box .number span {
    font-size: 1.4375rem;
  }
  .point .point-box .lead {
    font-size: 1rem;
  }
  .point .point-box .box-answer h4 {
    font-size: 1.5625rem;
  }
  .point .point-box .box-answer .answer {
    font-size: 1.25rem;
  }
  .point .point-box .box-answer .answer span {
    font-size: 1.875rem;
  }
  .point .point1 .list th {
    font-size: 1.25rem;
  }
  .point .point1 .list td {
    font-size: 1rem;
  }
  .point .point1 .box-answer h4 span {
    font-size: 1.25rem;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .point .point-box {
    border-radius: 10px;
    padding: 40px 20px 20px;
    margin-bottom: 40px;
  }
  .point .point-box .number {
    top: -20px;
    border-radius: 5px;
    width: 150px;
    height: 40px;
    font-size: 1rem;
  }
  .point .point-box .number span {
    font-size: 1.25rem;
  }
  .point .point-box h3 {
    border-bottom: 2px solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .point .point-box .lead {
    margin-bottom: 20px;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.6rem;
  }
  .point .point-box .box {
    border-radius: 5px;
    padding: 20px;
  }
  .point .point-box .box-answer {
    position: relative;
    margin-top: 50px;
    padding: 50px 20px 30px;
  }
  .point .point-box .box-answer h4 {
    top: -20px;
    border-radius: 5px;
    max-width: 700px;
    width: 90%;
    height: 40px;
    font-size: 1.25rem;
  }
  .point .point-box .box-answer .answer {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .point .point-box .box-answer .answer span {
    font-size: 1.4375rem;
    line-height: 2rem;
  }
  .point .point1 .list {
    border-spacing: 0;
  }
  .point .point1 .list th, .point .point1 .list td {
    display: block;
    width: 100%;
  }
  .point .point1 .list th {
    border-radius: 5px;
    padding: 5px;
    font-size: 1.125rem;
  }
  .point .point1 .list td {
    padding: 5px 0 15px;
    font-size: 0.875rem;
    line-height: 1.4rem;
  }
  .point .point1 .box-arrow {
    border-right-width: 40px;
    border-left-width: 40px;
    border-top-width: 30px;
  }
  .point .point1 .box-answer h4 {
    flex-direction: column;
    top: -35px;
    height: auto;
    padding: 5px 0;
  }
  .point .point1 .box-answer h4 span {
    font-size: 1.125rem;
    margin-left: 0;
  }
  .point .point1 .box-answer .work-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 660px;
    margin-top: 20px;
  }
  .point .point1 .box-answer .work-list li {
    width: 30%;
  }
  .point .point3 .box-answer .img img {
    width: 100%;
  }
}

/* page-entry **************************/
.page-entry {
  background: #1D5A88;
  padding: 50px 0;
}
.page-entry .wrap {
  background: #FFFFFF;
  border-radius: 20px;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 50px 70px 50px;
}
.page-entry h2 {
  font-size: 2.5rem;
  line-height: 6rem;
  border-bottom: 3px solid #1D2088;
  margin-bottom: 50px;
  padding: 0 0 20px;
}
.page-entry h2 img {
  display: block;
  max-width: 242px;
  margin: 0 auto;
}
.page-entry .entry-list {
  position: relative;
}
.page-entry .entry-list::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  background: #A42121;
  border-radius: 10px;
  width: 90%;
  height: 125px;
}
.page-entry .entry-list a.entry-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  width: 90%;
  height: 125px;
  margin: 0 auto;
  padding: 30px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2.5rem;
  transition: all 0.3s;
}
.page-entry .entry-list a.entry-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #ffffff;
  border-bottom: 0;
}
.page-entry .entry-list a.entry-btn:hover {
  text-decoration: none;
  top: 5px;
}
@media screen and (max-width: 960px) {
  .page-entry h2 {
    font-size: 1.875rem;
    line-height: 5rem;
  }
  .page-entry .entry-list::before {
    height: 100px;
  }
  .page-entry .entry-list a.entry-btn {
    height: 100px;
    font-size: 1.875rem;
  }
  .page-entry .entry-list a.entry-btn::after {
    border-right-width: 15px;
    border-left-width: 15px;
    border-top-width: 15px;
  }
}
@media screen and (max-width: 768px) {
  .page-entry {
    padding: 30px 0;
  }
  .page-entry .wrap {
    border-radius: 10px;
    padding: 30px 30px 40px 30px;
  }
  .page-entry h2 {
    font-size: 1.25rem;
    line-height: 2rem;
    border-bottom-width: 2px;
    margin-bottom: 20px;
    padding: 0 0 20px;
  }
  .page-entry h2 img {
    width: 70%;
    margin-bottom: 20px;
  }
  .page-entry .entry-list::before {
    width: 100%;
    height: 50px;
  }
  .page-entry .entry-list a.entry-btn {
    justify-content: flex-start;
    width: 100%;
    height: 60px;
    padding: 15px;
    font-size: 1.25rem;
  }
  .page-entry .entry-list a.entry-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 30px;
  }
  .page-entry .entry-list a.entry-btn::after {
    right: 20px;
    border-right-width: 7px;
    border-left-width: 7px;
    border-top-width: 7px;
  }
}

/* price **************************/
.price {
  background: #E8E8F3;
}
.price h2 {
  color: #1D2088;
}
.price .box {
  background: #FFFFFF;
  border-radius: 20px;
  max-width: 1000px;
  width: 90%;
  margin: 70px auto 0;
  padding: 70px 50px;
}
.price .box h3 img {
  display: block;
  max-width: 370px;
  width: 37%;
  margin: 0 auto;
}
.price .box .work-list {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin: 50px auto 0;
}
.price .box .course {
  position: relative;
  border: 2px solid #B20B1F;
  border-radius: 10px;
  margin-top: 90px;
  padding: 50px;
}
.price .box .course h4 {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #B20B1F;
  border-radius: 10px;
  max-width: 700px;
  width: 77%;
  height: 80px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #FFFFFF;
}
.price .box .course .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  background: #F5F5F5;
  border-radius: 10px;
  max-width: 700px;
  width: 90%;
  margin: 50px auto 0;
  padding: 40px 20px 20px;
}
.price .box .course .wrap p {
  font-weight: bold;
  line-height: 4rem;
}
.price .box .course .wrap p.title {
  font-size: 1.875rem;
}
.price .box .course .wrap p.detail {
  font-size: 3.75rem;
  color: #B20B1F;
}
.price .box .course .wrap p.detail span {
  font-size: 1.875rem;
}
.price .box .course .att {
  max-width: 700px;
  width: 90%;
  margin: 20px auto 0;
}
.price .box .answer {
  margin-top: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #B20B1F;
  text-align: center;
  line-height: 4rem;
}
@media screen and (max-width: 960px) {
  .price .box .course h4 {
    font-size: 1.875rem;
  }
  .price .box .course .wrap p.title {
    font-size: 1.5625rem;
  }
  .price .box .course .wrap p.detail {
    font-size: 3.125rem;
  }
  .price .box .course .wrap p.detail span {
    font-size: 1.5625rem;
  }
  .price .box .answer {
    font-size: 1.875rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .price .box {
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px 20px;
  }
  .price .box h3 img {
    width: 50%;
  }
  .price .box .work-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-top: 30px;
  }
  .price .box .course {
    border-radius: 5px;
    margin-top: 50px;
    padding: 20px;
  }
  .price .box .course h4 {
    top: -25px;
    border-radius: 5px;
    width: 90%;
    height: 50px;
    font-size: 1.25rem;
  }
  .price .box .course .wrap {
    flex-direction: column;
    gap: 10px;
    border-radius: 5px;
    width: 100%;
    margin-top: 30px;
    padding: 20px;
  }
  .price .box .course .wrap p {
    line-height: 2rem;
  }
  .price .box .course .wrap p.title {
    font-size: 1.25rem;
  }
  .price .box .course .wrap p.detail {
    font-size: 2.5rem;
  }
  .price .box .course .wrap p.detail span {
    font-size: 1.25rem;
  }
  .price .box .course .att {
    width: 100%;
    margin-top: 10px;
    font-size: 0.75rem;
    line-height: 1.3rem;
  }
  .price .box .answer {
    margin-top: 20px;
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
}

/* step **************************/
.step h2 {
  color: #1D2088;
  margin-bottom: 105px;
}
.step ul {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px 40px;
}
.step ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #EFEFEF;
  border-radius: 10px;
  height: 100%;
  min-height: 200px;
  padding: 35px 13px 13px;
}
.step ul li::after {
  content: "";
  position: absolute;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #1D2088;
  border-right: 0;
}
.step ul li:nth-child(5)::after, .step ul li:nth-child(10)::after {
  border: none;
}
.step ul li .number {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1D2088;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.step ul li .txt {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.step ul li .hosoku {
  display: block;
  padding-top: 10px;
  line-height: 1.5rem;
}
@media screen and (max-width: 960px) {
  .step ul {
    gap: 50px 30px;
  }
  .step ul li::after {
    right: -24px;
  }
  .step ul li .number {
    top: -30px;
    width: 60px;
    height: 60px;
    font-size: 1.5625rem;
  }
  .step ul li .txt {
    font-size: 1.125rem;
    line-height: 1.6rem;
  }
  .step ul li .hosoku {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .step h2 {
    margin-bottom: 50px;
  }
  .step ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }
  .step ul li {
    border-radius: 5px;
    height: auto;
    min-height: 50px;
    margin-left: 25px;
    padding: 15px 15px 15px 35px;
  }
  .step ul li::after, .step ul li:nth-child(5)::after {
    bottom: -25px;
    right: 50%;
    transform: translateX(50%);
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #1D2088;
    border-bottom: 0;
  }
  .step ul li .number {
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  .step ul li .txt {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .step ul li .hosoku {
    padding-top: 0;
    font-size: 0.75rem;
  }
}

/* faq **************************/
.faq {
  background: #FDEEE4;
}
.faq dl {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px 50px 40px;
  margin-bottom: 10px;
}
.faq dt, .faq dd {
  position: relative;
  padding-top: 10px;
  padding-left: 70px;
}
.faq dt::before, .faq dd::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 1.5625rem;
  font-weight: bold;
  box-sizing: border-box;
}
.faq dt {
  font-size: 1.25rem;
  font-weight: bold;
}
.faq dt::before {
  content: "Q";
  background: #1D2088;
  color: #FFFFFF;
}
.faq dd {
  margin-top: 30px;
}
.faq dd::before {
  content: "A";
  background: #FFFFFF;
  border: 2px solid #B20B1F;
  color: #B20B1F;
}
.faq .att {
  font-size: 0.875rem;
}
@media screen and (max-width: 960px) {
  .faq dt::before, .faq dd::before {
    font-size: 1.25rem;
  }
  .faq dt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .faq dl {
    border-radius: 5px;
    padding: 20px 20px 30px 20px;
  }
  .faq dt, .faq dd {
    position: relative;
    padding-top: 5px;
    padding-left: 45px;
    line-height: 1.5rem;
  }
  .faq dt::before, .faq dd::before {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  .faq dt {
    font-size: 1rem;
  }
  .faq dd {
    margin-top: 15px;
    font-size: 0.875rem;
  }
  .faq .att {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
}

/* voice **************************/
.voice .content-common {
  max-width: 1000px;
}
.voice h2 {
  color: #1D2088;
}
.voice ul {
  display: grid;
  justify-content: center;
  align-items: flex-start;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}
.voice ul li {
  background: #F5F5F5;
  border-radius: 10px;
  height: 100%;
  padding: 30px;
}
.voice ul li .name {
  display: flex;
  justify-content: flex-start center;
  align-items: center;
}
.voice ul li .name img {
  max-width: 60px;
}
.voice ul li .name p {
  margin-left: 30px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #1D2088;
}
.voice ul li .txt {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .voice ul li .name p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .voice ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .voice ul li {
    border-radius: 5px;
    padding: 20px 20px 30px 20px;
  }
  .voice ul li .name img {
    max-width: 40px;
  }
  .voice ul li .name p {
    margin-left: 15px;
    font-size: 1rem;
  }
  .voice ul li .txt {
    margin-top: 10px;
  }
  .voice ul li .txt p {
    line-height: 1.5rem;
  }
}

/* contact **************************/
.contact-cont__detail {
  width: 100%;
  background: #EF4444;
}
.contact-cont__detail h3 {
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding-top: 50px;
}
.contact-cont__detail .wrap {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 100px;
}
@media screen and (max-width: 960px) {
  .contact-tab {
    gap: 0px;
    width: 90%;
  }
  .contact-tab__item--mail, .contact-tab__item--shiryo, .contact-tab__item--soudan {
    height: 70px;
  }
  .contact-tab__item--mail span img, .contact-tab__item--shiryo span img, .contact-tab__item--soudan span img {
    max-width: 40px;
  }
  .contact-tab__item--mail p, .contact-tab__item--shiryo p, .contact-tab__item--soudan p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-tab {
    gap: 0px;
    width: 100%;
  }
  .contact-tab__item--mail, .contact-tab__item--shiryo, .contact-tab__item--soudan {
    flex-direction: column;
    border-radius: 10px 10px 0 0;
    height: 50px;
  }
  .contact-tab__item--mail span, .contact-tab__item--shiryo span, .contact-tab__item--soudan span {
    display: none;
  }
  .contact-tab__item--mail p, .contact-tab__item--shiryo p, .contact-tab__item--soudan p {
    font-size: 0.75rem;
    text-align: center;
    margin-left: 0;
  }
  .contact-cont__detail--mail h3, .contact-cont__detail--shiryo h3, .contact-cont__detail--soudan h3 {
    padding-top: 30px;
  }
  .contact-cont__detail--mail .wrap, .contact-cont__detail--shiryo .wrap, .contact-cont__detail--soudan .wrap {
    padding: 20px 0 50px;
  }
}/*# sourceMappingURL=common_style.css.map */