﻿@charset 'UTF-8';

* {
max-height: 100%;
margin: 0;
padding: 0;
word-break: normal !important;
word-wrap: break-word;
font-size: inherit;
text-align: inherit;
line-break:normal;
border: 0;
outline: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
position: relative;
max-height: 100%;
margin: 0;
padding: 0;
font-family: 'Arial', 'Noto Sans JP', sans-serif;
font-weight: normal;
font-size: 2.0rem;
line-height: 1.8;
color: #000;
background-color: #fff;
-webkit-text-size-adjust: 100%;
}
@media (max-width: 1320px) {
  html {
  font-size: 50%;
  }
}
@media (max-width: 767px) {
  html {
  font-size: 47%;
  }
  body {
  overflow-x: hidden;
  width: 100%;
  line-height: 1.6;
  }
}

section {
position: relative;
}
section:after {
content:" ";
display:block;
clear:both;
}
table {
/*table-layout: fixed;*/
border-collapse: collapse;
border-spacing: 0;
}
ol, ul {
list-style: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
line-height: 1.3;
}
h2,h3 {
letter-spacing: 1px;
}
img {
display: block;
max-width: 100%;
width: auto;
height: auto;
margin-right: auto;
margin-left: auto;
}
a {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
  pointer-events: none;
  }
}
@media (max-width:767px) {
  h2,h3 {
  letter-spacing: 0;
  }
}

/*-----------------------
 共通設定
-----------------------*/
.body_wrap {
position: relative;
overflow-x: hidden;
padding-top: 0;
}
.clearfix:after {
content:" ";
display:block;
clear:both;
}
.wrap {
position: relative;
margin-right: auto;
margin-left: auto;
}
.wrap:after {
content:" ";
display:block;
clear:both;
}

.right { text-align: right !important; }
.left { text-align: left !important; }
.center { text-align: center !important; }
.red { color: #ac001b; }

.flex {
display: flex;
display: box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;
flex-wrap: wrap;
-webkit-flex-wrap:wrap
-ms-flex-wrap: wrap;
}
.flex>li,
.flex>div,
.flex>p,
.flex>dt,
.flex>dd {
display: inline-block;
}

.bg {
position: relative;
}
.bg::before {
z-index: -9;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
}

.pc_none {
display: none;
}
@media (max-width: 767px) {
  .sp_none {
  display: none !important;
  }
  .pc_none {
  display: inline-block !important;
  }
}

/*-----------------------
 コンテンツ
-----------------------*/

/* header */
header {
padding: 18px 0;
color: #fff;
background-color: #002060;
}
header .wrap {
align-items: center;
max-width: 1550px;
padding-right: 30px;
padding-left: 30px;
}
header .box1 {
display: flex;
align-items: center;
width: 60%;
}
header .box1 .in1 {
width: 123px;
}
header .box1 .in2 {
width: calc(100% - 123px);
padding-left: 10px;
}
header .box1 .in2 img {
margin-left: 0;
}
header .box1 .in2 p {
}
h1 {
font-size: 3.5rem;
font-weight: bold;
line-height: 1;
letter-spacing: 2px;
margin-bottom: 10px;
}
header .box2 {
display: flex;
align-items: center;
width: calc(100% - 60%);
line-height: 1;
text-align: right;
}
header .box2 .in1 {
width: calc(100% - 225px);
padding-right: 20px;
}
header .box2 .in1 a {
position: relative;
margin-bottom: 10px;
font-size: 5.0rem;
font-weight: bold;
letter-spacing: 1px;
}
header .box2 .in1 a::before {
position: absolute;
content: "";
width: 39px;
height: 40px;
top: 50%;
transform: translateY(-50%);
-webkit- transform: translateY(-50%);
left: -53px;
background-image: url(../img/ico_tel.png);
background-repeat: no-repeat;
background-size: contain;
}
header .box2 .in1 p {
margin-top: 5px;
font-size: 2.4rem;
letter-spacing: 1px;
}
header .box2 .in2 {
width: 225px;
}
header .box2 .in2 a {
position: relative;
display: block;
padding: 70px 5px 20px 5px;
text-align: center;
line-height: 1;
letter-spacing: 1px;
background-color: #ac001b;
}
header .box2 .in2 a::before {
position: absolute;
content: "";
width: 44px;
height: 32px;
top: 20px;
left: 50%;
transform: translateX(-50%);
-webkit- transform: translateX(-50%);
background-image: url(../img/ico_mail.png);
background-repeat: no-repeat;
background-size: contain;
}
@media (min-width: 768px) {
  header .box2 .in2 a:hover {
  background-color: #d60f81;
  transition: all .5s;
  }
  #sp_bnr {
  display: none;
  }
}
@media (max-width: 1550px) {
  header .box2 {
    justify-content: right;
}
header .box2 .in1 a {
    font-size: 3.5rem;
}
header .box2 .in1 a::before {
    width: 30px;
    left: -40px;
}
header .box2 .in1 p {
    margin-top: 10px;
    font-size: 2rem;
}
header .box2 .in2 {
    width: 195px;
}
}
@media (max-width: 1320px) {
  header .wrap {
  padding-right: 10px;
  padding-left: 10px;
  }
  header .box1 .in1 {
  width: 100px;
  }
  header .box1 .in2 {
  width: calc(100% - 100px);
  }
  header .box2 .in1 {
  width: calc(100% - 150px);
  }
  header .box2 .in2 {
  width: 120px;
  }
  header .box2 .in1 a {
  margin-bottom: 10px;
  }
  header .box2 .in1 a::before {
  width: calc(39px * 0.6);
  height: calc(40px * 0.6);
  left: -32px;
  }
  header .box2 .in1 p {
  font-size: 2.0rem;
  }
  header .box2 .in2 a {
  padding: 50px 5px 15px 5px;
  }
  header .box2 .in2 a::before {
  width: calc(44px * 0.7);
  height: calc(32px * 0.7);
  top: 15px;
  }
}
@media (max-width: 1024px) {
  
  header .box1 .in1 {
  width: 80px;
  }
  header .box1 .in2 {
  width: calc(100% - 80px);
  }
  header .box1 .in2 img {
  width: 300px;
  }
  header .box1 .in2 p {
  margin-bottom: 5px;
  }
  h1 {
  font-size: 2.8rem;
  letter-spacing: 0;
  }
  header .box2 .in1 {
  width: calc(100% - 120px);
  padding-right: 5px;
  }
  header .box2 .in1 a {
  font-size: 2.6rem;
  }
  header .box2 .in1 a::before {
  width: calc(39px * 0.5);
  height: calc(40px * 0.5);
  left: -25px;
  }
  header .box2 .in1 p {
    font-size: 1.6rem;
    margin-top: 5px;
}
header .box2 .in2 {
        width: 90px;
        font-size: 1.6rem;
    }
  header .box2 .in2 a {
  padding: 45px 5px 10px 5px;
  letter-spacing: 0;
  }
  header .box2 .in2 a::before {
  width: calc(44px * 0.6);
  height: calc(32px * 0.6);
  top: 12px;
  }
}
@media (max-width: 767px) {
  header {
  padding: 15px 0;
  }
  header .wrap {
  display: block;
  }
  header .box1 {
  width: calc(100% - 50px);
  }
  header .box1 .in1 {
  width: 50px;
  }
  header .box1 .in2 {
  width: 100%;
  padding-left: 0;
  }
  header .box1 .in2 img {
  width: 240px;
  }
  header .box1 .in2 p {
  }
  h1 {
    margin: 10px 0 5px 0;
    font-size: 2.5rem;
  }
  header .box2 {
  display: none;
  width: 100%;
  }
  header .box2 .in1 a {
  margin-bottom: 5px;
  font-size: 3rem;
  }
  header .box2 .in1 p {
  font-size: 1.9rem;
  letter-spacing: 0;
  }
  header .box2 .in2 {
  width: 110px;
  }
  header .box2 .in2 a {
  padding: 29px 5px 7px 5px;
  font-size: 1.9rem;
  }
  header .box2 .in2 a::before {
  width: calc(44px * 0.43);
  height: calc(32px * 0.43);
  top: 7px;
  }
  #sp_bnr {
    display: flex;
  z-index: 9;
  position: fixed;
  top: 6px !important;
  right: 6px;
  }
  #sp_bnr a {
  display: block;
  width: 50px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px auto;
  border-radius: 5px;
  }
  #sp_bnr .tel {
  margin-bottom: 3px;
  background-color: #002060;
  background-image: url(../img/ico_tel.png);
  }
  #sp_bnr .mail {
  background-color: #ac001b;
  background-image: url(../img/ico_mail.png);
  }
}

@media (max-width: 470px) {
    header .box1 {
    display: block;
    }
}
/* メインビジュアル */
#mainv {
position: relative;
background-color: #f1f1f1;
}
#mainv .wrap {
max-width: 1920px;
margin-left: auto;
margin-right: auto;
}
#mainv .mainimg {
}
#mainv .mainimg img {
object-fit: cover;
width: 100%;
height: 100%;
}
#mainv .box {
position: absolute;
bottom: 100px;
right: 30px;
font-family: 'Kaisei Opti', serif;
font-size: 3.5rem;
font-weight: 500;
text-align: center;
line-height: 1.4;
}
#mainv .box>div {
padding: 80px;
background-color: #fff;
background-image: repeating-linear-gradient(0deg, transparent, transparent 25px, #c8e5f6 25px,#c8e5f6 26px );
clip-path: polygon(87% 0, 100% 43%, 86% 93%, 19% 100%, 1% 72%, 11% 7%);
}
#mainv .box::before,
#mainv .box::after {
z-index: 1;
position: absolute;
content: "";
background-repeat: no-repeat;
background-size: contain;
}
#mainv .box::before {
width: calc(238px * .7);
height: calc(132px * .7);
top: 10px;
left: 30px;
background-image: url(../img/mv_parts01.png);
}
#mainv .box::after {
width: calc(177px);
height: calc(133px);
bottom: 0;
right: 100px;
background-image: url(../img/mv_parts02.png);
transform: rotate(10deg);
}
#mainv .box .p1 {
}
#mainv .box .s1 {
color: #ac001b;
}
#mainv .box .p2 {
margin-top: 20px;
font-size: 4rem;
color: #0c91c6;
}
@media (max-width: 1900px) {
  #mainv .box {
  right: 0;
  }
}
@media (max-width: 1600px) {
  #mainv .box {
  bottom: 50px;
  }
  #mainv .box {
  font-size: 3.3rem;
  }
  #mainv .box>div {
  padding: 70px;
  }
  #mainv .box01 .p2 {
  font-size: 3.8rem;
  }
}
@media (max-width: 1200px) {
  #mainv .box {
  bottom: 30px;
  font-size: 2.8rem;
  }
  #mainv .box::before {
  width: calc(238px * .5);
  height: calc(132px * .5);
  }
  #mainv .box::after {
  width: calc(177px * .6);
  height: calc(133px *.6);
  }
  #mainv .box>div {
  padding: 60px;
  }
  #mainv .box .p2 {
  font-size: 3.4rem;
  }
}
@media (max-width: 1024px) {
  #mainv .box {
  bottom: 20px;
  font-size: 2.4rem;
  }
  #mainv .box::before {
  width: calc(238px * .4);
  height: calc(132px * .4);
  }
  #mainv .box::after {
  width: calc(177px * .5);
  height: calc(133px *.5);
  }
  #mainv .box>div {
  padding: 40px;
  }
  #mainv .box .p2 {
  font-size: 3.0rem;
  }
}
@media (max-width: 767px) {
  #mainv {
  padding-bottom: 10px;
  }
  #mainv .mainimg {
  position: relative;
  }
  #mainv .mainimg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(transparent,#f1f1f1);
  }
  #mainv .box {
  position: relative;
  top: inherit;
  left: inherit;
  transform: inherit;
  margin-top: -150px;
  }
  #mainv .mainimg img {
  object-position: left center;
  height: 300px;
  }
  #mainv .box {
  position: relative;
  width: fit-content;
  bottom: inherit;
  right: inherit;
  margin-left: auto;
  padding-right: 30px;
  }
  #mainv .box::before {
  width: calc(238px * .3);
  height: calc(132px * .3);
  top: 5px;
  left: 8px;
  }
  #mainv .box::after {
  width: calc(177px * .4);
  height: calc(133px *.4);
  right: 50px;
  bottom: 2px;
  }
  #mainv .box>div {
  padding: 30px;
  }
  #mainv .box .p2 {
  margin-top: 10px;
  font-size: 2.8rem;
  }
}
@media (max-width: 450px) {
  #mainv .box {
  margin-top: -80px;
  }
  #mainv .box {
  margin-right: auto;
  padding-right: 0;
  }
}

/* コンテンツ共通 */
.sec {
padding: 80px 30px;
}
.sec .wrap {
max-width: 1320px;
margin-left: auto;
margin-right: auto;
}
.sec h2 {
position: relative;
margin-bottom: 50px;
font-size: 5.0rem;
text-align: center;
}
@media (max-width: 1024px) {
  .sec h2 {
  margin-bottom: 40px;
  font-size: 4.0rem;
  }
}
@media (max-width: 767px) {
  .sec {
  padding: 50px 15px;
  }
  .sec h2 {
  margin-bottom: 30px;
  font-size: 3.0rem;
  }
}

/* 特長 */
.features {
padding-right: 0;
padding-left: 0;
}
.features .wrap {
max-width: 1920px;
}
.news {
max-width: 800px;
margin: 0 auto 100px;
padding: 50px 30px;
text-align: center;
background-color: #fcf4f4;
border-radius: 15px;
}
.news_txt1 {
display: inline-block;
margin-bottom: 20px;
padding: 13px 40px;
font-size: 2.4rem;
font-weight: bold;
line-height: 1;
color: #fff;
background-color: #ac001b;
border-radius: 100px;
}
.news_txt2 {
font-size: 2.2rem;
font-weight: bold;
color: #ac001b;
}
.features h2 {
padding-right: 30px;
padding-left: 30px;
line-height: 1.5;
}
.features h2 span {
position: relative;
display: inline-block;
padding-right: 10px;
padding-left: 10px;
color: #002060;
line-height: 1.2;
}
.features h2 span::before {
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
background-color: #fff000;
}
.features ul {
}
.features li {
position: relative;
min-height: 360px;
padding-top: 55px;
padding-bottom: 70px;
}
.features li:nth-of-type(odd) {
padding-right: 50%;
}
.features li:nth-of-type(even) {
padding-left: 50%;
}
.features li::before {
position: absolute;
content: "";
width: 50%;
height: 100%;
top: 0;
background-repeat: no-repeat;
-webkit-background-size: ;
background-size: cover;
}
.features li:nth-of-type(odd)::before {
right: 0;
}
.features li:nth-of-type(even)::before {
left: 0;
}
.features li:nth-of-type(1)::before {
background-image: url(../img/features_img01.jpg);
}
.features li:nth-of-type(2)::before {
background-image: url(../img/features_img02.jpg);
}
.features li:nth-of-type(3)::before {
background-image: url(../img/features_img03.jpg);
}
.features li .no {
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
font-size: 30rem;
font-weight: bold;
line-height: 1;
color: rgba(0,32,96,0.9);
}
.features li h3 {
position: relative;
margin-bottom: 15px;
margin: 0 30px 15px 30px;
padding-bottom: 25px;
font-size: 4.0rem;
text-align: center;
}
.features li h3::before {
position: absolute;
content: "";
width: 184px;
height: 23px;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit- transform: translateX(-50%);
background-image: url(../img/features_ttl_bg.png);
background-repeat: no-repeat;
background-size: contain;
}
.features li .txt {
max-width: 800px;
margin: auto;
padding-right: 80px;
padding-left: 80px;
}
.features .txt2.txt {
margin-top: 30px;
text-align: center;
}
.features .txt2_p1 {
font-size: 1.8rem;
font-weight: bold;
}
.features .txt2_p2 img {
width: 300px;
}
.features .txt3 {
max-width: 1260px;
margin: 60px auto 0;
padding: 30px;
background-color: #f4fead;
border-radius: 10px;
}
@media (max-width: 1920px) {
}
@media (max-width: 1320px) {
}
@media (max-width: 1024px) {
  .features li {
  min-height: 280px;
  padding-top: 50px;
  padding-bottom: 50px;
  }
  .features li:nth-of-type(odd),
  .features li:nth-of-type(even) {
  padding: 50px 30px 230px 30px;
  }
  .features li::before {
  width: 100%;
  height: 200px;
  top: inherit;
  bottom: 0;
  }
  .features li .no {
  top: 30px;
  left: inherit;
  transform: inherit;
  -webkit- transform: inherit;
  font-size: 8rem;
  }
  .features li:nth-of-type(odd) .no {
  left: 30px;
  }
  .features li:nth-of-type(even) .no {
  right: 30px;
  }
  .features li h3 {
  margin-left: 0;
  margin-right: 0;
  padding-right: 70px;
  padding-left: 70px;
  font-size: 3.5rem;
  }
  .features li h3::before {
  width: calc(184px * 0.7);
  height: calc(23px * 0.7);
  }
  .features li .txt {
  padding-right: 0;
  padding-left: 0;
  }
  .features .in_flex {
  padding-right: 0;
  padding-left: 0;
  }
}
@media (max-width: 860px) {
  .news {
  padding: 30px;
  max-width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .features {
  padding-right: 0;
  padding-left: 0;
  }
  .features h2 {
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
  }
  .features li:nth-of-type(odd),
  .features li:nth-of-type(even) {
  padding: 40px 15px 210px 15px;
  }
  .features li::before {
  width: 100%;
  height: 190px;
  }
  .features li h3 {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 2.6rem;
  }
  .features li h3::before {
  width: calc(184px * 0.5);
  height: calc(23px * 0.5);
  }
  .features li .no {
  position: relative;
  top: inherit;
  left: inherit !important;
  right: inherit !important;
  margin-bottom: 10px;
  font-size: 4.5rem;
  text-align: center;
  }
  .features .txt2_p2 img {
  width: 200px;
  }
}

/* こんなことが実現 */
.point {
overflow: hidden;
position: relative;
padding-top: 0;
padding-bottom: 100px;
background-color: #9191a1;
}
.point::before {
position: absolute;
content: "";
width: 100%;
height: 95px;
top: -1px;
left: 0;
background-color: #fff;
}
.point::after {
position: absolute;
content: "";
width: 550px;
height: 100px;
top: 94px;
right: 0;
left: 0;
margin: auto;
background-color: #fff;
clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.point h2 {
z-index: 1;
margin-bottom: 90px;
}
.point h2 span {
z-index: 1;
display: block;
position: relative;
font-size: 5.0rem;
text-align: center;
text-shadow: #000 2px 0px 1px, #000 -2px 0px 1px, #000 0px -2px 1px, #000 -2px 0px 1px,#000 2px 2px 1px, #000 -2px 2px 1px, #000 2px -2px 1px, #000 -2px -2px 1px,#000 1px 2px 1px, #000 -1px 2px 1px,#000 1px -2px 1px, #000 -1px -2px 1px, #000 2px 1px 1px, #000 -2px 1px 1px, #000 2px -1px 1px, #000 -2px -1px 1px,#000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px;
letter-spacing: 4px;
color: #fff;
}
.point_in {
position: relative;
max-width: 1158px;
margin: auto;
}
.point_in::after {
position: absolute;
content: "";
z-index: 1;
width: 810px;
height: 716px;
bottom: -110px;
right: -300px;
background-image: url(../img/point_img.png);
background-repeat: no-repeat;
background-position: bottom right;
background-size: contain;
}
.point_in div {
position: relative;
padding: 45px 60px 100px 60px;
background-color: #fff;
border-radius: 30px;
}
.point_in ul {
counter-reset: number 0;
}
.point_in p {
  z-index: 2;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
  line-height: 1.4;
  color: #002060;

}
/*point_in li {
z-index: 2;
position: relative;
counter-increment: mycounter;
padding-left: 80px;
font-size: 3rem;
font-weight: bold;
text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
line-height: 1.4;
color: #002060;
}*/
.point_in p:last-of-type {
margin-bottom: 0;
}
/*.point_in li::before {
position: absolute;
counter-increment: number 1;
content: counter(mycounter, decimal-leading-zero);
width: 50px;
height: 50px;
top: -5px;
left: 0;
font-size: 2.5rem;
text-align: center;
line-height: 50px;
border: 4px solid #002060;
border-radius: 50%;
}
.point_in li::after {
position: absolute;
content: "";
width: 15px;
height: 15px;
top: 14px;
left: 47px;
background-color: #002060;
border-radius: 50%;
}*/
.point_in li span {
background: linear-gradient(transparent 60%, #fff000 60%);
}
@media (max-width: 1320px) {
  .point::after {
  width: 435px;
  height: 70px;
  }
}
@media (max-width: 1280px) {
  .point_in::after {
  width: 422px;
  bottom: -110px;
  right: -150px;
  }
}
@media (max-width: 1024px) {
  .point::after {
  width: 350px;
  }
 .point_in div {
  padding: 45px 30px 250px 30px;
  }
  .point_in li {
  padding-left: 60px;
  }
  .point_in li .sp_none {
  display: none;
  }
  .point_in li::before {
  width: 35px;
  height: 35px;
  font-size: 2.2rem;
  line-height: 35px;
  border-width: 3px;
  }
  .point_in li::after {
  width: 10px;
  height: 10px;
  top: 10px;
  left: 34px;
  }
}
@media (max-width: 767px) {
  .point {
  padding-bottom: 150px;
  }
  .point::before {
  height: 50px;
  }
  .point::after {
  width: 150px;
  height: 30px;
  top: 49px;
  }
  .point h2 {
  margin-bottom: 40px;
  }
  .point h2 span {
  font-size: 2.6rem;
  letter-spacing: 2px;
  text-shadow: #000 1px 0px 1px, #000 -1px 0px 1px, #000 0px -1px 1px, #000 -1px 0px 1px,#000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px,#000 1px 1px 1px, #000 -1px 1px 1px,#000 1px -1px 1px, #000 -1px -1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px,#000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px;
  }
  .point_in {
  max-width: 400px;
  }
  .point_in::before {
  height: calc(100% + 20px);
  top: -10px;
  }
  .point_in::after {
  width: calc(810px * .25);
  height: calc(716px * .25);
  right: -10px;
  bottom: -160px;
  }
  .point_in div {
  padding: 20px;
  border-radius: 10px;
  }
  .point_in li {
  padding-left: 40px;
  font-size: 2.2rem;
  }
  .point_in li::before {
  width: 24px;
  height: 24px;
  top: 0;
  font-size: 1.8rem;
  line-height: 24px;
  border-width: 2px;
  }
  .point_in li::after {
  width: 7px;
  height: 7px;
  top: 10px;
  left: 24px;
  }
}

/* カリキュラム */
.curriculum {
}
.curriculum::before {
z-index: -2;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #ac001b;
}
.curriculum .wrap {
}
.curriculum h2 {
color: #fff;
}
.curriculum .box1 {
overflow: hidden;
position: relative;
padding: 60px 60px 60px 35%;
border-radius: 20px;
}
.curriculum .box1 + .box1 {
margin-top: 30px;
}
.curriculum .box1::before {
z-index: -2;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #f2f2f2;
background-image: url(../img/curriculum_bg01.jpg);
background-repeat: no-repeat;
background-position: left top;
background-size: auto 100%;
}
.curriculum .box1:nth-of-type(2)::before {
background-image: url(../img/curriculum_bg02.jpg);
}
.curriculum .box1:nth-of-type(3)::before {
background-image: url(../img/curriculum_bg03.jpg);
}
.curriculum .box1:nth-of-type(4)::before {
background-image: url(../img/curriculum_bg04.jpg);
}
.curriculum .box1:nth-of-type(5)::before {
background-image: url(../img/curriculum_bg05.jpg);
}
.curriculum .box1:nth-of-type(6)::before {
background-image: url(../img/curriculum_bg06.jpg);
}
.curriculum .box5 {
}
.curriculum .box5 h3 {
width: calc(100% - 320px - 200px);
}
.curriculum .box5 .logo_img {
width: 200px;
}
.ttl_circle {
align-items: center;
margin-bottom: 20px;
}
.ttl_circle>div {
position: relative;
width: 300px;
margin-right: 20px;
padding: 15px;
font-size: 2.6rem;
font-weight: bold;
text-align: center;
line-height: 1.2;
color: #fff;
background-color: #ac001b;
border-radius: 100px;
}
.ttl_circle h3 {
width: calc(100% - 320px);
font-size: 3.6rem;
text-align: left;
}
.curriculum .txt1 {
}
.curriculum .txt1 p {
margin-bottom: 1em;
}
.curriculum .txt1 p:last-of-type {
margin-bottom: 0;
}
.curriculum .txt1 .logo_img img {
width: 300px;
}
.toefl_tbl {
margin-top: 2em;
}
.toefl_ttl {
margin-bottom: 5px;
padding: 10px;
text-align: center;
color: #fff;
background-color: #ac001b;
border-radius: 4px;
}
.toefl_ttl2 {
margin-bottom: 10px;
font-weight: bold;
text-align: center;
}
.toefl_tbl_txt {
margin-bottom: 1em;
font-size: 1.6rem;
text-align: right;
}
.toefl_tbl table {
width: 100%;
font-size: 1.6rem;
text-align: center;
line-height: 1.4;
border: 1px solid #888;
}
.toefl_tbl table + table {
margin-top: 20px;
}
.toefl_tbl th,
.toefl_tbl td {
padding: 10px 5px;
border-right: 1px solid #888;
}
.toefl_tbl th {
background-color: #f6d4d4;
}
.toefl_tbl td {
background-color: #fff;
}
.toefl_tbl tbody tr + tr td {
border-top: 1px dashed #ccc;
}
.toefl_tbl tbody .tr1 td {
border-top: 1px solid #888;
}
.toefl_tbl strong {
font-weight: bold;
color: #ac001b;
}

/*20250414 追加*/
.txt1_btn {
  text-align: right;
  margin-top: 20px;
}
.txt1_btn_in {
  background-color: #ac001b;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  line-height:1; 
  display: inline-block;
}
.txt1_btn_in:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .curriculum .box1:nth-of-type(3)::before {
  background-size: 100% auto;
  background-position: center left;
  }
}
@media (max-width: 1320px) {
  .ttl_circle {
  margin-left: 0;
  margin-bottom: 10px;
  text-align: center;
  }
  .ttl_circle>div {
  width: 230px;
  margin-right: 10px;
  padding: 10px;
  font-size: 2.8rem;
  }
  .ttl_circle h3 {
  width: calc(100% - 240px);
  font-size: 3.0rem;
  }
  .curriculum .box5 h3 {
  width: calc(100% - 240px - 150px);
  }
  .curriculum .box5 .logo_img {
  width: 150px;
  }
  .curriculum .txt1 {
  margin-right: auto;
  }
}
@media (max-width: 1024px) {
  .curriculum .box1 {
  padding: 30px;
  background-color: rgba(255,255,255,.7);
  }
  .curriculum .box1::before {
  }
  .ttl_circle>div::before {
  z-index: inherit;
  }
  .curriculum .txt1 .logo_img img {
  width: 200px;
  }
}
@media (max-width: 767px) {
  .curriculum {
  }
  .curriculum .box1 {
  padding: 20px;
  border-radius: 10px;
  }
  .curriculum .box1::before {
  background-size: cover;
  }
  .curriculum .box1 + .box1 {
  margin-top: 10px;
  }
  .curriculum .txt1 .logo_img img {
  width: 150px;
  }
  .ttl_circle {
  display: block;
  }
  .ttl_circle>div {
  width: fit-content;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 5px 30px;
  font-size: 2.4rem;
  }
  .ttl_circle h3 {
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  }
  .curriculum .box5 h3 {
  width: 100%;
  margin-bottom: 4px;
  }
  .curriculum .box5 .logo_img {
  width: 150px;
  }
  .toefl_tbl table {
  }
  .txt1_btn {
    text-align: right;
    margin-top: 10px;
  }
}

/* スケジュール */
.schedule {
}
.schedule::before {
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: url(../img/schedule_bg.jpg);
background-position: center;
background-size: cover;
}
.schedule .wrap {
max-width: 1260px;
}
.schedule h2 {
width: fit-content;
margin-left: auto;
margin-right: auto;
padding: 10px 40px;
color: #012a8a;
background-color: rgba(255,255,255,.7);
border: 4px solid #012a8a;
border-radius: 100px;
}
.schedule .box1 table {
width: 100%;
font-size: 1.8rem;
text-align: center;
border: 2px solid #616161;
}
.schedule .box1 th,
.schedule .box1 td {
padding: 25px 10px;
border: 1px solid #616161;
line-height: 1.4;
}
.schedule .box1 th {
background-color: #81c9df;
}
.schedule .box1 th:nth-of-type(1) {
width: 10%;
}
.schedule .box1 th:nth-of-type(2),
.schedule .box1 th:nth-of-type(3),
.schedule .box1 th:nth-of-type(4),
.schedule .box1 th:nth-of-type(5) {
width: 18%;
}
.schedule .box1 td {
background-color: #fff;
}
.schedule .note {
margin-top: 20px;
font-size: 1.7rem;
line-height: 1.4;
}
.schedule .note li {
padding-left: 1.1em;
text-indent: -1.1em;
}
.schedule .note li + li {
margin-top: 10px;
}
@media (max-width: 1024px) {
  .schedule .box1 {
  overflow-y: hidden;
  overflow-x: auto;
  }
  .schedule .box1::-webkit-scrollbar {
  height: 8px;
  }
  .schedule .box1::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  }
  .schedule .box1::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  }
  .schedule .box1 table {
  width: 999px;
  }
}
@media (max-width: 767px) {
  .schedule {
  }
  .schedule h2 {
  padding: 10px 30px;
  border-width: 2px;
  }
  .schedule .box1 table {
  width: 767px;
  }
  .schedule .box1 th,
  .schedule .box1 td {
  padding: 10px 5px;
  }
}

/* 料金表 */
.price {
background: #efe767;
background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, rgba(250, 242, 242, .2) 15px, rgba(250, 242, 242, .2) 30px );
}
.price h2 span {
display: block;
font-weight: normal;
font-size: 1.8rem;
}
.price h3 {
margin-top: 30px;
margin-bottom: 5px;
font-size: 2.2rem;
text-align: center;
}
.price_note {
max-width: 600px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
font-size: 1.7rem;
}
.price_txt1 {
max-width: 300px;
padding: 10px;
text-align: center;
background-color: #fff;
border: 1px solid #000;
}
.price_tbl {
width: 600px;
margin-left: auto;
margin-right: auto;
}
.price_tbl th,
.price_tbl td {
padding: 15px 20px;
text-align: center;
line-height: 1.4;
border: 1px solid #000;
}
.price_tbl th {
width: 50%;
background-color: #81c9df;
}
.price_tbl td {
width: 50%;
background-color: #fff;
}
.price_tbl th span {
display: block;
font-weight: normal;
font-size: 1.7rem;
}
.price_tbl1 {
margin-top: 30px;
}
.price h4 {
margin-top: 20px;
margin-bottom: 5px;
font-size: 1.8rem;
text-align: center;
}
.price_list {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.price_list li {
padding-left: 1.5em;
font-size: 1.8rem;
text-indent: -1.5em;
}
.price_list li span {
margin-right: .5em;
}
.price_list li span::after {
content: ".";
}
@media (max-width: 1024px) {
}
@media (max-width: 767px) {
  .price h3,
  .price h4 {
  text-align: center;
  }
  .price_note {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  }
  .price_tbl {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  }
  .price_tbl th,
  .price_tbl td {
  width: inherit;
  padding: 10px;
  }
  .price_tbl_sp {
  }
  .price_tbl_sp th,
  .price_tbl_sp td {
  display: block;
  width: inherit;
  }
  .price_tbl br {
  display: inline;
  margin-right: 10px;
  }
  .price_tbl_sp tr {
  display: block;
  margin-top: 5px;
  }
  .price_tbl_sp th {
  border-bottom-width: 0;
  }
  .price_list {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  }
}



/*保護者の声*/
.voice {
  background-color: #ffe4e4;
}
.voice_content {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 30px;
  padding: 60px;
}
.voice_content h4 {
    margin-bottom: 10px;
    font-size: 2.4rem;
    text-align: left;
}
.voice_content p {
  font-size: 1.8rem;
}

/* 代表メッセージ */
.message {
}
.message::before {
z-index: -9;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: url(../img/message_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.message .bg2 {
overflow: hidden;
position: relative;
padding: 50px;
background-image: url(../img/message_box_bg.jpg);
border-radius: 30px;
}
.message .bg2::before {
position: absolute;
content: "";
width: calc(907px * .8);
height: calc(589px * .8);
bottom: -10px;
right: -100px;
background-image: url(../img/message_img.png);
background-repeat: no-repeat;
background-size: contain;
}
.message h3 {
margin-bottom: 40px;
font-size: 3.5rem;
text-align: center;
color: #fff;
}
.message .txt {
max-width: 1050px;
margin: auto;
}
.message .txt p {
margin-bottom: 1em;
padding-right: 380px;
}
.message .txt p:nth-of-type(1) {
padding-right: 0;
}
.message .txt p:last-of-type {
margin-bottom: 0;
}
.message .name {
max-width: 1050px;
margin: 30px auto 0;
font-size: 2.4rem;
letter-spacing: 1px;
}
.message_bnr {
margin-top: 2em;
}
@media (min-width: 768px) {
  .message_bnr:hover {
  opacity: .5;
  transition: .5s;
  }
}
@media (max-width: 1320px) {
  .message .bg2::before {
  width: calc(907px * .6);
  height: calc(589px * .6);
  right: -50px;
  }
  .message .txt {
  max-width: 100%;
  }
  .message .txt p {
  padding-right: 300px;
  }
}
@media (max-width: 1024px) {
  .message .bg2 {
  padding: 20px;
  padding-bottom: 180px;
  }
  .message .bg2::before {
  width: calc(907px * .4);
  height: calc(589px * .4);
  right: -10px;
  }
  .message .txt p {
  padding-right: 0;
  }
}
@media (max-width: 767px) {
  .message {
  }
  .message::before {
  background-color: #002e72;
  background-size: 767px auto;
  }
  .message h3 {
  margin-bottom: 30px;
  font-size: 2.5rem;
  }
  .message .bg2 {
  padding: 20px 20px 150px 20px;
  border-radius: 10px;
  }
  .message .bg2::before {
  width: calc(907px * .3);
  height: calc(589px * .3);
  }
  .message .txt {
  margin: 0;
  }
  .message .txt p:last-of-type {
  padding-bottom: 0;
  }
  .message .name {
  margin-top: 20px;
  font-size: 1.8rem;
  }
}

/* 推薦の言葉 */
.recommendation {
background-color: #002060;
}
.recommendation .wrap {
max-width: 1320px;
padding: 50px 70px;
background-color: #fff;
border-radius: 30px;
}
.recommendation .ttl_circle {
padding: 0;
margin: 0 auto;
}
.recommendation .sec16_g01 {
display: flex;
}
.recommendation .sec16_g01 .sec16_box {
width: 250px;
padding: 0 30px 0 0;
}
.recommendation .sec16_g01 img {
width: 100%;
margin-bottom: 10px;
border-radius: 12px;
}
.recommendation .sec16_g01 .txt {
width: calc(100% - 250px);
padding: 0 0 40px 10px;
}
.recommendation .sec16_name {
font-size: 1.6rem;
}
.recommendation .sec16_name span{
display: block;
font-weight: bold;
font-size: 2.6rem;
text-align: center;
}
.recommendation .sec16_g02 {
margin-top: 40px;
}
.recommendation .sec16_g02_ttl {
font-size: 2.2rem;
font-weight: bold;
color: #002060;
margin-bottom: 8px;
border-bottom: 1px solid #002060;
}
@media (max-width: 999px){
  .recommendation .wrap {
  padding: 50px;
  border-radius: 20px;
  }
}
@media (max-width: 767px){
  .recommendation {
  }
  .recommendation .wrap {
  padding: 20px;
  border-radius: 8px;
  }
  .recommendation .sec16_g01 {
  display: block;
  }
  .recommendation .sec16_g01 .sec16_box {
  padding: 0;
  width: 100%;
  margin: 0 auto 30px;
  }
  .recommendation .sec16_g01 img {
  width: 150px;
  margin: 0 auto 8px;
  }
  .recommendation .sec16_name {
  width: max-content;
  margin: 0 auto;
  }
  .recommendation .sec16_g01 .txt {
  width: 100%;
  padding: 0;
  }
}

/* 教室案内 */
.schoolinfo {
text-align: center;
background-color: #8e001b;
}
.schoolinfo h2 {
text-shadow: 0 0 10px rgba(0,0,0,0.5);
color: #fff;
}
.schoolinfo_txt2 {
width: fit-content;
margin-top: -2em;
margin-bottom: 3em;
margin-left: auto;
margin-right: auto;
text-align: left;
color: #fff;
}
.schoolinfo ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 1200px;
margin: 0 auto -24px;
}
.schoolinfo li {
overflow: hidden;
position: relative;
width: calc(50% - 24px);
margin: 0 12px 24px 12px;
line-height: 1.4;
background-color: #fff;
border-radius: 50px;
}
.schoolinfo .box {
}
.schoolinfo .box_img {
object-fit: cover;
width: 100%;
height: 100%;
}
.schoolinfo .txt {
padding: 20px;
}
.schoolinfo .name {
margin-bottom: 14px;
font-size: 3.0rem;
font-weight: bold;
}
.schoolinfo .access {
display: block;
position: relative;
width: fit-content;
margin: auto;
padding-left: 65px;
padding-right: 30px;
font-size: 1.7rem;
text-align: left;
}
.schoolinfo .access::before {
position: absolute;
content: "";
width: 25px;
height: 32px;
top: 50%;
transform: translateY(-50%);
-webkit- transform: translateY(-50%);
left: 30px;
background-image: url(../img/ico_access.png);
background-repeat: no-repeat;
background-size: contain;
}
.schoolinfo_txt {
width: fit-content;
margin-top: 2em;
margin-left: auto;
margin-right: auto;
text-align: left;
color: #fff;
}
@media (min-width: 768px) {
  .schoolinfo .access:hover {
  color: #888;
  transition: all .5s;
  }
}
@media (max-width: 1024px) {
  .schoolinfo {
  }
  .schoolinfo ul {
  display: block;
  max-width: 618px;
  margin-bottom: 0;
  }
  .schoolinfo li {
  width: 100%;
  margin: 0 0 20px 0;
  border-radius: 20px;
  }
  .schoolinfo li::before {
  height: 200px;
  }
  .schoolinfo .box {
  }
  .schoolinfo .access {
  font-size: 1.7rem;
  padding: 0 0 0 25px;
  }
  .schoolinfo .access::before {
  width: calc(25px * 0.7);
  height: calc(32px * 0.7);
  left: 0;
  }
}
@media (max-width: 767px) {
  .schoolinfo.bg {
  }
  .schoolinfo h2 {
  }
  .schoolinfo_txt2 {
  margin-top: -1em;
  margin-bottom: 2em;
  }
  .schoolinfo ul {
  max-width: 400px;
  margin: 0 auto 0;
  }
  .schoolinfo li {
  width: 100%;
  border-radius: 8px;
  }
  .schoolinfo li::before {
  height: 150px;
  }
  .schoolinfo .box {
  }
  .schoolinfo .name {
  margin-bottom: 5px;
  font-size: 2.2rem;
  }
  .schoolinfo .access {
  display: inline-block;
  padding-left: 20px;
  }
  .schoolinfo .access::before {
  width: calc(25px * 0.5);
  height: calc(32px * 0.5);
  }
}

/* 合格実績 */
.jisseki {
background-color: #fff6fc;
}
.jisseki_h3 {
margin-bottom: 20px;
font-size: 2.0rem;
font-weight: bold;
text-align: center;
}
.jisseki_list {
display: flex;
flex-wrap: wrap;
padding: 40px;
background-color: #fff;
border-radius: 30px;
}
.jisseki_list li {
width: 50%;
padding: 3px 10px;
font-size: 1.6rem;
}
@media (max-width: 1320px) {
  .jisseki_list li {
  font-size: inherit;
  }
}
@media (max-width: 1024px) {
  .jisseki_list {
  padding: 20px;
  border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .jisseki_list {
  display: block;
  width: fit-content;
  margin: auto;
  padding: 20px;
  border-radius: 8px;
  }
  .jisseki_list li {
  width: 100%;
  padding: 0;
  }
}


/* 入会までの流れ */
.flow {
background-color: #fcf4f4;
background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, rgba(250, 242, 242, 1) 15px, rgba(250, 242, 242, 1) 30px );
}
.bnrsec_ttl {
margin-bottom: 1em;
font-size: 3rem;
text-align: center;
}
.bnrsec_ttl_in {
  text-align: center;
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: normal;
}
.bnrsec_ul {
display: flex;
justify-content: center;
max-width: 1200px;
margin: 0 auto 150px;
}
.bnrsec_li {
width: calc(50% - 24px);
margin: 0 12px;
}
.bnrsec_li a {
}
.bnrsec_li img {
border-radius: 6px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.flow h2 {
color: #ac001b;
}
.flow .flow_list {
}
.flow .flow_list li {
position: relative;
padding-bottom: 30px;
}
.flow .flow_list li:last-of-type {
padding-bottom: 0;
}
.flow .flow_list li::before {
position: absolute;
content: "";
width: 5px;
height: 100%;
top: 0px;
left: 70px;
background-color: #ac001b;
}
.flow .flow_list li:last-of-type::before {
display: none;
}
.flow .flow_list li h3 {
display: flex;
position: relative;
align-items: center;
}
.flow .flow_list li h3 .s1 {
width: 150px;
padding: 10px;
text-align: center;
line-height: 1;
color: #fff;
background-color: #ac001b;
border-radius: 100px;
}
.flow .flow_list li h3 .s1::before {
content: "STEP.";
font-size: 2.0rem;
}
.flow .flow_list li h3 .s2 {
width: calc(100% - 150px);
padding-left: 30px;
font-size: 3rem;
color: #ac001b;
}
.flow .flow_list li .txt {
margin-top: 10px;
margin-left: 180px;
}
@media (min-width: 768px) {
  .bnrsec_li:hover {
  opacity: .7;
  transition: .5s;
  }
}
@media (max-width: 1260px) {
  .bnrsec_ul {
  margin-right: -5px;
  margin-left: -5px;
  }
  .bnrsec_li {
  width: calc(50% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .flow {
  }
  .bnrsec_ttl {
  font-size: 2.6rem;
  }
  .bnrsec_ul {
  display: block;
  max-width: 400px;
  margin: 0 auto 50px;
  }
  .bnrsec_li {
  width: 100%;
  margin: 0;
  }
  .bnrsec_li + .bnrsec_li {
  margin-top: 10px;
  }
  .flow .flow_list li {
  padding-bottom: 20px;
  }
  .flow .flow_list li::before {
  display: none;
  }
  .flow .flow_list li h3 {
  }
  .flow .flow_list li h3 .s1 {
  width: 80px;
  border-radius: 0;
  }
  .flow .flow_list li h3 .s2 {
  width: calc(100% - 80px);
  padding-left: 15px;
  font-size: 2.2rem;
  color: #000;
  }
  .flow .flow_list li .txt {
  position: relative;
  margin-left: 0;
  padding: 15px;
  background-color: #fff;
  }
}

/* お問い合わせ */
.contact {
padding: 0;
}
.contact .box1 {
padding: 50px 30px;
background-color: #002e73;
}
.contact h2 {
margin: auto;
color: #fff;
}
.contact .box2 {
padding: 45px 30px 100px 30px;
}
.form_box {
max-width: 880px;
margin: 0 auto 40px;
line-height: 1.4;
}
.form_box .txt {
margin-bottom: 20px;
font-size: 1.5rem;
line-height: 1;
color: #ac001b;
}
.form_box dl {
margin-bottom: 15px;
letter-spacing: -.4em;
}
.form_box dl:last-of-type {
margin-bottom: 0;
}
.form_box dl:after {
content: "";
clear: both;
display: block;
}
.form_box dt,
.form_box dd {
display: inline-block;
table-layout: fixed;
vertical-align: top;
float: none;
letter-spacing: normal !important;
}
.form_box dt {
width: 30%;
padding-top: 5px;
padding-right: 35px;
font-weight: bold;
text-align: right;
}
.form_box dt span {
display: inline-block;
margin-left: 0.5em;
color: #ac001b;
}
.form_box dd {
width: 70%;
}
.form_box dd li {
margin: 10px 0;
margin-left: 1.2em;
text-indent: -1.2em;
}
.form_box .dl2 {
margin-top: 45px;
}
.form_box .dl2 dt {
display: block;
width: 100%;
padding: 0 0 10px 0;
text-align: center;
}
.form_box .dl2 dd {
display: block;
width: 100%;
text-align: center;
}
.form_box .dl2 dd ul {
max-width: 700px;
margin: auto;
letter-spacing: -.4em;
}
.form_box .dl2 dd ul:after {
content: "";
clear: both;
display: block;
}
.form_box .dl2 dd li {
display: inline-block;
table-layout: fixed;
vertical-align: top;
float: none;
letter-spacing: normal !important;
margin-right: 1em;
}
input,
select,
textarea {
width: 100%;
padding: 10px;
font-family: inherit;
font-size: inherit;
background-color: #fff;
border: 1px solid #777777;
}
input[type="text"],
input[type="date"],
input[type="email"] {
}
input[type="checkbox"],
input[type="radio"] {
margin-right: 0.2em;
width: 14px;
height: 14px;
border: 1px solid #888;
}
textarea {
height: 150px;
}
.contact_txt {
margin-bottom: 5px;
font-size: 95%;
}
.formbtn {
margin-top: 60px;
text-align: center;
}
input[type="radio"] {
border-radius: 50%;
}
input[type="submit"] {
cursor: pointer;
cursor: hand;
display: block;
width: 350px;
margin: auto;
padding: 20px 5px;
font-family: inherit;
font-weight: bold;
font-size: 3.0rem;
letter-spacing: 5px;
color: #fff;
background-color: #002e73;
border: 0;
border-radius: 15px;
}
.policy {
overflow-x: hidden;
overflow-y: auto;
max-height: 250px;
padding: 20px;
background-color: #f3f3f3;
}
.policy::-webkit-scrollbar {
width: 8px;
}
.policy::-webkit-scrollbar-track {
background-color: #ddd;
}
.policy::-webkit-scrollbar-thumb {
background-color: #aaa;
border-radius: 10px;
}
.policy h4 {
margin-bottom: 1em;
font-size: 2.2rem;
text-align: center;
}
.policy_ttl {
margin-top: 1em;
font-weight: bold;
}
.thanks {
max-width: calc(100% - 30px);
margin: 150px auto;
}
.thanks_msg {
width: fit-content;
margin: 0 auto 3em;
}
.thanks_link {
}
.thanks_link a {
display: block;
width: 250px;
margin: auto;
padding: 15px 10px;
text-align: center;
color: #fff;
background-color: #ac001b;
border-radius: 100px;
}

.top_link a {
display: block;
width: 250px;
margin: 50px auto 0 auto;
padding: 15px 10px;
text-align: center;
color: #fff;
background-color: #ac001b;
border-radius: 100px;
}
@media (min-width: 768px) {
  input[type="submit"]:hover {
  background-color: #1e95ad;
  transition: all 0.3s;
  }
  .thanks_link a:hover ,.top_link a:hover {
  background-color: #d60f81;
  transition: all .5s;
  }
}
@media (max-width: 1320px) {
  .form_box .dl2 dd li {
  margin-top: 3px;
  margin-bottom: 3px;
  }
  .form_box .dl2 dd ul {
  max-width: 600px;
  }
}
@media (max-width: 1024px) {
  .contact .box1 {
  padding-top: 30px;
  padding-bottom: 30px;
  }
  .form_box .dl2 dd {
  padding-left: 25%;
  }
  .form_box .dl2 dd ul {
  text-align: left;
  }
  .form_box .dl2 dd li {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
  }
  input[type="submit"] {
  width: 300px;
  padding: 15px 5px;
  font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .contact .box1 {
  padding: 20px 15px;
  }
  .contact .box2 {
  padding: 30px 15px 60px 15px;
  }
  .form_box {
  margin-bottom: 20px;
  }
  .form_box .txt {
  margin-bottom: 10px;
  font-size: 2.0rem;
  }
  .form_box dt {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding-right: 0;
  font-size: 2.1rem;
  text-align: left;
  }
  .form_box dd {
  display: block;
  width: 100%;
  }
  .form_box dd ul {
  padding-left: 1em;
  }
  .form_box dd li {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: inherit;
  text-indent: inherit;
  }
  .form_box .dl2 {
  margin-top: 20px;
  }
  .form_box .dl2 dt {
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  }
  .form_box .dl2 dt br {
  display: none;
  }
  .form_box .dl2 dd {
  padding-left: 0;
  }
  .form_box .dl2 dd ul {
  max-width: inherit;
  }
  .formbtn {
  margin-top: 30px;
  }
  input[type="checkbox"],
  input[type="radio"] {
  width: 11px;
  height: 11px;
  }
  input[type="submit"] {
  width: 200px;
  height: 50px;
  padding: 12px 5px;
  font-size: 2.3rem;
  letter-spacing: 1px;
  border-radius: 8px;
  }
  .thanks {
  margin: 50px auto;
  }
}

#pagetop {
z-index: 9;
position: fixed;
bottom: 10px;
right: 10px;
}
#pagetop a {
display: block;
opacity: 0.9;
width: 97px;
padding: 25px 0;
font-size: 2.4rem;
font-weight: bold;
line-height: 1;
text-align: center;
color: #fff;
background-color: #002060;
border-radius: 2px;
}
@media (min-width: 768px) {
  #pagetop:hover a {
  opacity: 0.5;
  transition: all .5s;
  }
}
@media (max-width: 767px) {
  #pagetop {
  right: 0;
  bottom: 0;
  }
  #pagetop a {
  width: 56px;
  padding: 10px 0;
  font-size: 2.0rem;
  }
}

/*フッター*/
footer {
padding: 40px 10px;
}
footer p {
font-size: 1.3rem;
text-align: center;
line-height: 1.4;
}
@media (max-width: 767px) {
  footer {
  padding: 20px 10px;
  font-size: 1.9rem;
  }
}





.company_link {
  text-align: center;
  margin-top: 4rem;
}
.company_link a {
  margin: 0 auto;
  padding-right: 22px;
  color: #fff;
  font-size: 2.8rem;
  height: 28px;
  position: relative;
}
.company_link a:hover {
  opacity: 0.7;
  transition-duration: .5s;
}
.company_link a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 4px;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  
}


@media (max-width: 767px) {

  .company_link a {
    padding-right: 18px;
    font-size: 2.2rem;
    height: 22px;
  }
  .company_link a::after {
    border-top: calc(6px * 0.8) solid transparent;
    border-right: 0 solid transparent;
    border-bottom: calc(6px * 0.8) solid transparent;
    border-left: calc(9px * 0.8) solid #fff;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    
  }
}

