@charset "UTF-8";
/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
[data-aos=line-bl] {
  width: 200px;
  transition-property: width;
}

[data-aos=line-bl].aos-animate {
  width: 100%;
}

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

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

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
  max-width: 100%;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

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

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-style: normal;
  font-weight: normal;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  list-style: none;
  border: 0;
}

*:before,
*:after {
  box-sizing: border-box;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    padding-top: 62px;
  }
}

.l-header {
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 99;
    background: #fff;
  }
}
.l-header .header_logo {
  font-size: 15px;
  color: #000;
}
.l-header .header_logo .logo_img {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .l-header .header_menu {
    display: none;
  }
}
.l-header .header_menu .menu_btn01 {
  font-size: 10px;
  font-weight: bold;
  color: #E60012;
  border: 1px solid #E60012;
  padding: 2px 10px;
  border-radius: 10px;
  margin-left: 10px;
}
.l-header .header_menu .menu_btn02 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #E60012;
  display: inline-block;
  width: 114px;
  text-align: center;
  line-height: 1;
  padding: 5px 0;
  border-radius: 5px;
  margin-left: 20px;
}
.l-header .header_menu .menu_btn02 .txt_low {
  display: block;
  font-size: 9px;
}
.l-header .header_nav .nav_link {
  font-size: 12px;
  font-weight: bold;
  color: #E60012;
  padding: 0 5px;
}
@media screen and (max-width: 1024px) {
  .l-header .header_nav .nav_link {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
}
.l-header .header_menusp {
  z-index: 99;
  display: none;
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 20px 10px;
}
.l-header .header_menusp.open {
  display: block;
}
.l-header .header_menusp .header_menusp_btn {
  padding: 10px 0;
}
.l-header .header_menusp .menu_btn01 {
  display: inline-block;
  font-size: 10px;
  color: #E60012;
  border: 1px solid #E60012;
  padding: 2px 10px;
  border-radius: 10px;
  margin-right: 20px;
}
.l-header .header_menusp .menu_btn02 {
  font-size: 22px;
  color: #fff;
  background: #E60012;
  display: inline-block;
  width: 114px;
  text-align: center;
  line-height: 1;
  padding: 5px 0;
  border-radius: 5px;
}
.l-header .header_menusp .menu_btn02 .txt_low {
  display: block;
  font-size: 9px;
}
.l-header .btn_menu {
  display: none;
  position: relative;
  cursor: pointer;
  width: 26px;
  height: 26px;
  transition-duration: 0.5s;
}
@media screen and (max-width: 1024px) {
  .l-header .btn_menu {
    display: block;
  }
}
.l-header .btn_menu .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 3px;
  width: 26px;
  top: 13px;
  background-color: #444;
}
.l-header .btn_menu .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #444;
  content: "";
  top: -10px;
}
.l-header .btn_menu .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #444;
  content: "";
  top: 10px;
}
.l-header .btn_menu.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
.l-header .btn_menu.open .icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(5px, 5px);
}
.l-header .btn_menu.open .icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(7px, -8px);
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.l-footer {
  background: #F5F2EC;
  padding: 90px 0 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 60px 10px 20px;
  }
}
.l-footer .footer_info {
  background: #fff;
  width: 860px;
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .l-footer .footer_info {
    width: 100%;
    padding: 15px 10px;
  }
}
.l-footer .footer_tel {
  display: inline-block;
}
.l-footer .footer_btn {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  width: 141px;
  background: #E60012;
  text-align: center;
  line-height: 1;
  padding: 21px 0;
  border-radius: 10px;
  margin-left: 35px;
}
@media screen and (max-width: 1024px) {
  .l-footer .footer_btn {
    font-size: 18px;
    padding: 10px;
  }
}
.l-footer .footer_btn .btn_low {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .l-footer .footer_btn .btn_low {
    font-size: 10px;
    margin-top: 5px;
  }
}
.l-footer .footer_logo {
  margin: 70px 0 40px;
}
@media screen and (max-width: 767px) {
  .l-footer .footer_logo {
    margin: 60px 0;
  }
  .l-footer .footer_logo img {
    max-width: 80%;
  }
}
.l-footer .footer_copy {
  font-size: 12px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
main
------------------------------------------------------------*/
body {
  line-height: 1.5;
}

.wrap {
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
  max-width: 100%;
  overflow: hidden;
}

.l-main {
  max-width: 888px;
  padding: 0 10px;
  margin: 0 auto;
  font-size: 1.4rem;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
  sidebar
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Button
------------------------------------------------------------*/
.btn_line {
  display: none;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn_line {
    display: block;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Headding
------------------------------------------------------------*/
.c-title1 {
  font-size: 34px;
  color: #E60012;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    font-size: 22px;
  }
}
.c-title1 .title_low {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-title1 .title_low {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Banner
------------------------------------------------------------*/
.c-banner {
  width: 100%;
  height: 311px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-banner {
    height: 150px;
  }
}
.c-banner.business {
  background: url("../img/business/banner_bg.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-banner.business .banner_content img {
    max-width: 236px;
  }
}
.c-banner.voice {
  background: url("../img/voice/banner_bg.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-banner.voice .banner_content img {
    max-width: 138px;
  }
}
.c-banner.recruit {
  background: url("../img/recruit/banner_bg.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-banner.recruit .banner_content img {
    max-width: 312px;
  }
}
.c-banner.faq {
  background: url("../img/faq/banner_bg.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-banner.faq .banner_content img {
    max-width: 91px;
  }
}
.c-banner.contact {
  background: url("../img/contact/banner_bg.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-banner.contact .banner_content img {
    max-width: 286px;
  }
}
.c-banner.privacy {
  background: url("../img/privacy/banner_bg.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-banner.privacy .banner_text img {
    max-width: 372px;
  }
}
.c-banner .banner_content {
  position: absolute;
  width: 100%;
  bottom: -30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-banner .banner_content {
    bottom: -20px;
  }
  .c-banner .banner_content img {
    max-width: 90%;
  }
}

.c-banner_text {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .c-banner_text {
    padding: 50px 0;
  }
}
.c-banner_text .banner_text {
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-banner_text .banner_text {
    font-size: 16px;
  }
}
.c-banner_text .banner_group {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-banner_text .banner_group .banner_box {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .c-banner_text .banner_group .banner_box:last-child {
    margin-bottom: 0;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Content
------------------------------------------------------------*/
.c-links {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .c-links {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-links .links_main {
    display: block;
  }
}
.c-links .links_content {
  max-width: 510px;
}
@media screen and (max-width: 767px) {
  .c-links .links_content {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-links .links_img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.c-links .c-title1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-links .c-title1 {
    margin-bottom: 30px;
  }
}
.c-links .links_text {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-links .links_text {
    font-size: 14px;
  }
}
.c-links .links_list {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .c-links .links_list {
    margin-top: 80px;
  }
}
.c-links .links_list .link_item {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .c-links .links_list .link_item {
    width: 48%;
    margin-bottom: 4%;
  }
}
.c-links .links_list .link_item .link {
  display: block;
  width: 100%;
  text-align: center;
  color: #E60012;
  font-size: 22px;
  border: 2px solid #E60012;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .c-links .links_list .link_item .link {
    font-size: 16px;
  }
}
.c-links .links_list .link_item .link .txt_sub {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.c-sec01 {
  position: relative;
}
.c-sec01 img {
  width: 100%;
}
.c-sec01 .sec01_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-sec01 .sec01_title {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .c-sec01 .sec01_title {
    font-size: 24px;
    padding-left: 20%;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Home page
------------------------------------------------------------*/
.p-top .top_banner {
  height: 622px;
  width: 100%;
  background: url("../img/index/banner_bg.png") center center no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top .top_banner {
    height: unset;
    background: none;
  }
}
.p-top .top_sec01 {
  padding: 70px 0 100px;
  background: #F5F2EC;
}
.p-top .top_sec01 .sec01_content1 .content1_left {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .p-top .top_sec01 .sec01_content1 .content1_left {
    width: 60%;
  }
}
.p-top .top_sec01 .sec01_content1 .content1_right {
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top .top_sec01 .sec01_content1 .content1_right {
    width: 35%;
  }
}
.p-top .top_sec01 .sec01_content1 .content1_text {
  font-size: 15px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-top .top_sec01 .sec01_content1 .content1_text {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.p-top .top_sec01 .sec01_content1 .content1_img2 {
  margin-top: 20px;
}
.p-top .top_sec01 .sec01_content2 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top .top_sec01 .sec01_content2 {
    margin-top: 0;
  }
}
.p-top .top_sec01 .sec01_content2 .content2_box {
  max-width: 33%;
}
@media screen and (max-width: 767px) {
  .p-top .top_sec01 .sec01_content2 .content2_box {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.p-top .top_sec01 .c-title1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top .top_sec01 .c-title1 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .p-top .top_sec01 .c-title1 .title_low {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.p-top .top_sec02 {
  padding: 70px 0;
}
.p-top .top_sec02 .sec02_title {
  font-size: 28px;
  color: #E60012;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-top .top_sec02 .sec02_line {
    display: block;
  }
}
.p-top .top_sec02 .sec02_line .line_content {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #333;
}
.p-top .top_sec02 .sec02_line .line_map {
  display: none;
}
.p-top .top_sec02 .sec02_line .line_map iframe {
  width: 100%;
  height: 190px;
}
.p-top .top_sec02 .sec02_line .line_title {
  font-size: 16px;
}
.p-top .top_sec02 .sec02_line .line_info {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-top .top_sec02 .sec02_line .line_info {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-top .top_sec02 .sec02_line .line_address {
    margin-bottom: 10px;
  }
}
.p-top .top_sec02 .sec02_line .line_tel {
  margin-right: 5px;
}
.p-top .top_sec02 .sec02_line .line_btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  background: #E60012;
  width: 55px;
  line-height: 1.4;
  border-radius: 25px;
  cursor: pointer;
  margin-left: 25px;
}
.p-top .top_sec02 .sec02_line.open {
  padding-bottom: 40px;
}
.p-top .top_sec02 .sec02_line.open .line_content {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .p-top .top_sec02 .sec02_line.open .line_content {
    width: 100%;
  }
}
.p-top .top_sec02 .sec02_line.open .line_content .line_info {
  display: block;
}
.p-top .top_sec02 .sec02_line.open .line_map {
  display: block;
  width: 44%;
}
@media screen and (max-width: 767px) {
  .p-top .top_sec02 .sec02_line.open .line_map {
    width: 100%;
  }
}
.p-top .top_sec02 .sec02_line.open .line_address .address_num {
  display: block;
}
.p-top .top_sec02 .sec02_line.open .line_address .address_floor {
  display: block;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Business
------------------------------------------------------------*/
.p-business .business_sec01 {
  padding: 0 0 60px;
}
.p-business .business_sec01 .sec01_title {
  font-size: 28px;
  color: #E60012;
  text-align: center;
  margin-bottom: 40px;
}
.p-business .business_sec01 .sec01_title:before {
  content: "";
  width: 2px;
  height: 33px;
  background: #E60012;
  transform: rotate(-25deg);
  display: inline-block;
  position: relative;
  bottom: -3px;
  margin-right: 20px;
}
.p-business .business_sec01 .sec01_title:after {
  content: "";
  width: 2px;
  height: 33px;
  background: #E60012;
  transform: rotate(25deg);
  display: inline-block;
  position: relative;
  bottom: -3px;
  margin-left: 20px;
}
.p-business .business_sec01 .sec01_box2 {
  border: 5px solid #E60012;
  border-radius: 25px;
  padding: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-business .business_sec01 .sec01_box2 {
    padding: 10px;
    border-width: 3px;
  }
}
.p-business .business_sec01 .sec01_box2:after {
  content: "";
  width: 96px;
  height: 128px;
  background: url("../img/business/box_after.png") top left no-repeat;
  position: absolute;
  top: 100%;
  left: calc(50% - 48px);
}
@media screen and (max-width: 767px) {
  .p-business .business_sec01 .sec01_box2:after {
    width: 70px;
    height: 93px;
    background-size: cover;
  }
}
.p-business .business_sec01 .sec01_box2 .box_title {
  font-size: 28px;
  color: #E60012;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-business .business_sec01 .sec01_box2 .box_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.p-business .business_sec01 .sec01_box2 .box_text {
  font-size: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-business .business_sec01 .sec01_box2 .box_text {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.p-business .business_sec01 .sec01_box2 .box_text:last-child {
  margin-bottom: 0;
}
.p-business .business_sec01 .sec01_box3 {
  padding: 70px 0 80px;
  margin-top: 80px;
  background: url("../img/business/bg_person.png") top right no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .p-business .business_sec01 .sec01_box3 {
    background: none;
    margin-top: 100px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-business .business_sec01 .sec01_box3 .box_text {
    width: 100%;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Voice
------------------------------------------------------------*/
.p-voice .voice_sec01 {
  padding: 0 0;
}
.p-voice .voice_sec01 .sec01_text {
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-voice .voice_sec01 .sec01_text {
    font-size: 16px;
  }
}
.p-voice .voice_sec01 .sec01_group {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-voice .voice_sec01 .sec01_group {
    margin-bottom: 60px;
  }
  .p-voice .voice_sec01 .sec01_group .sec01_box {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-voice .voice_sec01 .sec01_title {
  font-size: 28px;
  color: #E60012;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-voice .voice_sec01 .sec01_title {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.p-voice .voice_sec01 .sec01_title:after {
  content: "";
  width: 80%;
  height: 2px;
  background: #ccc;
  position: absolute;
  bottom: 0;
  left: 10%;
}
@media screen and (max-width: 767px) {
  .p-voice .voice_sec01 .sec01_title:after {
    height: 1px;
  }
}
.p-voice .voice_sec01 .sec01_content {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-voice .voice_sec01 .sec01_content {
    padding: 40px 0 80px;
  }
}
.p-voice .voice_sec01 .sec01_content.bg {
  background: #F5F2EC;
}
.p-voice .voice_sec01 .sec01_voice {
  position: relative;
  width: 80%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-voice .voice_sec01 .sec01_voice {
    width: 100%;
    padding: 0;
  }
}
.p-voice .voice_sec01 .sec01_voice .voice_box .box_text {
  width: 70%;
  box-sizing: border-box;
  border: 3px solid #000;
  border-radius: 10px;
  padding: 30px;
  margin: 0 auto 20px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-voice .voice_sec01 .sec01_voice .voice_box .box_text {
    margin-right: 10px;
    font-size: 12px;
    padding: 10px;
    border-width: 2px;
  }
}
.p-voice .voice_sec01 .sec01_voice .voice_box .box_text:after {
  content: "";
  width: 47px;
  height: 42px;
  background: url("../img/voice/box1_after.png");
  position: absolute;
  bottom: 15px;
  left: 100%;
}
@media screen and (max-width: 767px) {
  .p-voice .voice_sec01 .sec01_voice .voice_box .box_text:after {
    width: 40px;
    height: 36px;
    background-size: cover;
    bottom: auto;
    top: 10px;
  }
}
.p-voice .voice_sec01 .sec01_voice .voice_box.box2 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-voice .voice_sec01 .sec01_voice .voice_box.box2 .box_text {
    margin-right: 0;
    margin-left: 10px;
  }
}
.p-voice .voice_sec01 .sec01_voice .voice_box.box2 .box_text:after {
  display: none;
}
.p-voice .voice_sec01 .sec01_voice .voice_box.box2 .box_text:before {
  content: "";
  width: 46px;
  height: 36px;
  background: url("../img/voice/box2_before.png");
  position: absolute;
  bottom: 15px;
  right: 100%;
}
@media screen and (max-width: 767px) {
  .p-voice .voice_sec01 .sec01_voice .voice_box.box2 .box_text:before {
    width: 40px;
    height: 31px;
    background-size: cover;
    bottom: auto;
    top: 10px;
  }
}
.p-voice .voice_sec01 .sec01_voice .voice_box .box_img {
  width: 30%;
  text-align: center;
}
.p-voice .voice_sec01 .sec01_voice .voice_box .box_img .img_info {
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-voice .voice_sec01 .sec01_voice .voice_box .box_img .img_info {
    font-size: 12px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Recruit
------------------------------------------------------------*/
.p-recruit .recruit_sec01 {
  padding: 70px 0;
  background: #F5F2EC;
}
.p-recruit .recruit_sec01 .sec01_content {
  background: #fff;
  padding: 40px 110px 110px;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .p-recruit .recruit_sec01 .sec01_content {
    padding: 20px 10px;
    border-radius: 15px;
  }
}
.p-recruit .recruit_sec01 .sec01_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit .recruit_sec01 .sec01_title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.p-recruit .recruit_sec01 .sec01_table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-weight: 15px;
}
@media screen and (max-width: 767px) {
  .p-recruit .recruit_sec01 .sec01_table {
    font-size: 14px;
  }
}
.p-recruit .recruit_sec01 .sec01_table th,
.p-recruit .recruit_sec01 .sec01_table td {
  border: 1px solid #ccc;
}
.p-recruit .recruit_sec01 .sec01_table th {
  text-align: center;
  width: 18%;
  padding: 25px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-recruit .recruit_sec01 .sec01_table th {
    padding: 10px 5px;
    line-height: 1.6;
  }
}
.p-recruit .recruit_sec01 .sec01_table td {
  padding: 25px 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-recruit .recruit_sec01 .sec01_table td {
    padding: 10px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
FAQ
------------------------------------------------------------*/
.p-faq .faq_sec01 {
  background: url("../img/faq/sec01_bg.png");
  background-size: cover;
  padding: 110px 0;
}
.p-faq .faq_sec01 .sec01_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-faq .faq_sec01 .sec01_title {
    font-size: 24px;
  }
}
.p-faq .faq_sec01 .sec01_content {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-faq .faq_sec01 .sec01_content {
    padding: 0 10px;
  }
}
.p-faq .faq_sec01 .sec01_line {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-faq .faq_sec01 .sec01_line {
    margin-bottom: 60px;
  }
}
.p-faq .faq_sec01 .sec01_line:last-child {
  margin-bottom: 0;
}
.p-faq .faq_sec01 .sec01_line .line_q .q_q {
  max-width: 440px;
  font-size: 20px;
  color: #fff;
  background: #81BA4D;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 30px 10px 70px;
  margin-left: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq .faq_sec01 .sec01_line .line_q .q_q {
    max-width: 70%;
    font-size: 16px;
    padding: 5px 20px 5px 40px;
  }
}
.p-faq .faq_sec01 .sec01_line .line_q .q_q:before {
  content: "";
  width: 17px;
  height: 14px;
  background: url("../img/faq/q_before.png");
  position: absolute;
  top: 10px;
  left: -12px;
}
.p-faq .faq_sec01 .sec01_line .line_q .q_q .q_up {
  font-size: 34px;
  position: absolute;
  top: 0;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .p-faq .faq_sec01 .sec01_line .line_q .q_q .q_up {
    font-size: 24px;
    left: 15px;
  }
}
.p-faq .faq_sec01 .sec01_line .line_a {
  padding-left: 140px;
}
@media screen and (max-width: 767px) {
  .p-faq .faq_sec01 .sec01_line .line_a {
    padding-left: 0;
    margin-top: 10px;
  }
}
.p-faq .faq_sec01 .sec01_line .line_a .a_a {
  background: #fff;
  border-radius: 25px;
  padding: 30px;
  font-size: 15px;
  line-height: 1.6;
  max-width: 420px;
  margin-right: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq .faq_sec01 .sec01_line .line_a .a_a {
    padding: 10px;
    border-radius: 15px;
    font-size: 13px;
    max-width: 70%;
  }
}
.p-faq .faq_sec01 .sec01_line .line_a .a_a:after {
  content: "";
  width: 17px;
  height: 14px;
  background: url("../img/faq/a_after.png");
  position: absolute;
  top: 10px;
  right: -12px;
}
.p-faq .faq_sec01 .sec01_line .line_a .a_icon {
  position: relative;
  top: -22px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Contact
------------------------------------------------------------*/
.p-contact .contact_sec01 {
  background: #F5C9CC;
  padding: 70px 0;
}
.p-contact .contact_sec01 .sec01_content {
  background: #fff;
  border-radius: 25px;
  padding: 40px 90px 60px;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_sec01 .sec01_content {
    padding: 20px 10px 40px;
  }
}
.p-contact .contact_sec01 .sec01_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_sec01 .sec01_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-contact .contact_form .form_row {
  padding: 35px 0;
  border-top: 2px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_form .form_row {
    padding: 15px 0;
    border-width: 1px;
  }
}
.p-contact .contact_form .form_row.row_address {
  padding-top: 15px;
}
.p-contact .contact_form .form_row.row_address .form_col:nth-child(1) {
  padding-top: 20px;
}
.p-contact .contact_form .form_col:nth-child(1) {
  width: 165px;
  font-size: 16px;
  font-weight: bold;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_form .form_col:nth-child(1) {
    width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
  }
}
.p-contact .contact_form .form_col:nth-child(1) span {
  display: inline-block;
  min-width: 40px;
  margin-right: 5px;
}
.p-contact .contact_form .form_col:nth-child(1) .required {
  background: #E60012;
  color: #fff;
  font-size: 14px;
  padding: 1px 6px;
  font-weight: normal;
}
.p-contact .contact_form .form_col:nth-child(2) {
  width: calc(100% - 165px);
  box-sizing: border-box;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_form .form_col:nth-child(2) {
    width: 100%;
  }
}
.p-contact .contact_form .form_col input {
  border: 1px solid #ccc;
  padding: 7px 10px;
}
.p-contact .contact_form .form_col input.sz190 {
  width: 190px;
}
.p-contact .contact_form .form_col input.sz187 {
  width: 187px;
}
.p-contact .contact_form .form_col input.sz227 {
  width: 227px;
  max-width: 100%;
}
.p-contact .contact_form .form_col input.sz343 {
  width: 343px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_form .form_col .input_col:nth-child(2) {
    margin-top: 10px;
  }
}
.p-contact .contact_form .form_col .input_col .sub_txt {
  margin-right: 15px;
  display: inline-block;
  min-width: 32px;
}
.p-contact .contact_form .form_col .input_col .last_txt {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_form .form_col .input_col .last_txt {
    display: block;
    margin-top: 10px;
  }
}
.p-contact .contact_form .col_birth {
  padding-left: 47px;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_form .select_col {
    width: 100%;
    margin-bottom: 25px;
  }
}
.p-contact .contact_form .select_col .sub_text {
  margin-left: 10px;
}
.p-contact .contact_form .birth_note {
  font-size: 14px;
  margin-top: 20px;
  padding-left: 47px;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_form .birth_note {
    margin-top: 0;
  }
}
.p-contact .contact_form .col_gen {
  padding-left: 47px;
}
.p-contact .contact_form .col_address {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_form .col_address {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact .contact_form .col_address {
    display: block;
  }
}
.p-contact .contact_form .col_address:last-child {
  margin-bottom: 0;
}
.p-contact .contact_form .col_address .address_txt {
  display: inline-block;
  min-width: 65px;
  margin-right: 15px;
}
.p-contact .contact_form .col_address .code_note {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_form .col_address .code_note {
    margin-top: 10px;
  }
}
.p-contact .contact_form .col_tel {
  font-size: 14px;
  margin-top: 5px;
}
.p-contact .contact_form .col_mail {
  padding-left: 47px;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_form .col_mail {
    display: block;
  }
  .p-contact .contact_form .col_mail .custom-radio {
    display: inline-block;
  }
}
.p-contact .contact_form .col_schoolname {
  padding-left: 47px;
}
.p-contact .contact_form .school_type {
  padding-left: 47px;
}
.p-contact .contact_form .school_type .custom-radio {
  width: 33%;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_form .school_type .custom-radio {
    width: 48%;
  }
}
.p-contact .contact_form .note_end {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: 227px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.p-contact .contact_form .end_box {
  padding-left: 47px;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_form .end_box {
    padding-left: 0;
    text-align: center;
  }
  .p-contact .contact_form .end_box .custom-radio {
    margin: 15px auto 0;
  }
}
.p-contact .contact_form .end_text a {
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
.p-contact .contact_form .form_submit {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_form .form_submit {
    margin-top: 50px;
  }
}
.p-contact .contact_form .form_submit .button_submit {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: #E60012;
}
.p-contact .contact_form .form_submit .button_submit:after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
}
.p-contact .contact_form .form_submit input {
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: none;
  width: 235px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 12px 0;
}
.p-contact .contact_form .form_submit input:disabled {
  opacity: 0.7;
}

.custom-select {
  position: relative;
  border: 1px solid #ccc;
  height: 33px;
}
.custom-select select {
  display: none;
}
.custom-select .err-vld {
  position: absolute;
  top: 25px;
  left: 0;
  white-space: nowrap;
}

.select-selected {
  background: #fff;
  height: 33px;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

.select-items div, .select-selected {
  color: #000;
  padding: 8px 16px;
  border: 1px solid #000;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

.select-items {
  position: absolute;
  background-color: #ccc;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.custom-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 50px;
}
.custom-radio:nth-child(2) .err-vld {
  display: none;
}
.custom-radio .err-vld {
  position: absolute;
  top: 40px;
  left: 0;
  white-space: nowrap;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.custom-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom-radio input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

.custom-radio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #000;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Privacy policy
------------------------------------------------------------*/
.p-privacy .privacy_sec01 {
  background: #F5F2EC;
  padding: 70px 0;
}
.p-privacy .privacy_sec01 .sec01_content {
  background: #fff;
  border-radius: 25px;
  padding: 40px 60px 60px;
}
@media screen and (max-width: 767px) {
  .p-privacy .privacy_sec01 .sec01_content {
    padding: 20px 15px;
  }
}
.p-privacy .privacy_sec01 .sec01_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-privacy .privacy_sec01 .sec01_title {
    font-size: 24px;
  }
}
.p-privacy .privacy_sec01 h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
.p-privacy .privacy_sec01 p {
  font-size: 15px;
  line-height: 1.6;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.text_read {
  font-size: 1.8rem;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .text_read {
    font-size: 1.6rem;
  }
}

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

.u-text-bold {
  font-weight: bold;
}

.u-text-blue {
  color: #009de1;
  font-size: 1.6rem;
}

.u-text-red {
  color: red;
}

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

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
display
------------------------------------------------------------*/
.u-flex {
  display: flex;
}

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

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

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
.u-middle {
  align-items: center;
}

.u-end {
  align-items: flex-end;
}

.u-top {
  align-items: flex-start;
}

.u-center {
  justify-content: center;
}

.u-between {
  justify-content: space-between;
}

.u-wrap {
  flex-flow: wrap;
}

.u-right {
  justify-content: flex-end;
}

/*
------------------------------------------------------------*/