@charset "UTF-8";
/*
Theme Name: Itoa
Theme URI: https://www.itoa.co.jp/
Description: Itoa専用テーマ
Version: 1.0
Author: Itoa
*/
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
.form_contact input {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: bold;
}
h2.sub span {
  font-family: "brother-1816-printed", sans-serif;
  font-weight: bold;
}
@media screen and (min-width:1024px) {
  section.first_section .content {
    padding: 0;
    max-width: 1160px;
    margin: 0 0 0 auto;
  }
  section.first_section h2 {
    font-size: 2.2857rem;
    margin-bottom: 20px;
  }
  section .content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 80px 0;
  }
  section h2 {
    font-size: 2.571rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  section.first_section .content {
    padding: 60px 20px;
    max-width: 1160px;
    margin: 0 0 0 auto;
  }
  section.first_section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  section .content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 80px 20px;
    overflow: hidden;
  }
  section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width:768px) {
  section.first_section p {
    font-size: 1.1428rem;
    font-weight: bold;
    line-height: 2;
  }
}
@media screen and (max-width:767px) {
  section .content {
    margin: 0 auto;
    padding: 64px 12px;
  }
  section.first_section .content {
    padding: 64px 0 0;
    margin: 0 auto;
  }
  section.first_section .content .two_col div.main_txt {
    padding: 0 12px;
  }
}
@media screen and (min-width:768px) {
  a:hover {
		opacity: .5;
	}
  main { margin-top: 84px; }
  section h3 { font-weight: bold; }
  section h2.sub span {
    border-bottom: 3px solid #B34438;
    font-size: 1.428rem;
    display: inline-block;
    margin-bottom: 24px;
    color: #B34438;
  }
  section.first_section h2 {
    margin: 0 auto 20px;
  }
  section.first_section {
    background-image: url("./images/main_image_bg.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto 160px;
  }
  section.first_section.principle {
    background-image: none;
  }
  section.first_section .content .two_col div.main_txt {
  width: 52%;
  }
  section.first_section .content .two_col div.main_image {
    width: calc(48% - 20px);
  }
}
@media screen and (max-width:767px) {
  a:hover {
		opacity: 1;
	}
  main { margin-top: 60px; }
  section.fv h2 { font-size: 1.8rem; }
  section h2 { font-size: 1.7142rem; margin-bottom: 8px; font-weight: bold; }
  section h3 { font-weight: bold; }
  section h2.sub span {
    border-bottom: 3px solid #B34438;
    font-size: 1.428rem;
    display: inline-block;
    margin-bottom: 24px;
    color: #B34438;
  }
  section.first_section .content .two_col div.main_txt {
    padding-bottom: 64px;
    background-image: url("./images/main_image_bg.png");
    background-position: 12px bottom;
    background-repeat: no-repeat;
    background-size: auto 80px;
    width: 100%;
  }
  section.first_section .content .two_col div.main_txt p {
    font-size: 0.8571rem;
  }
  section.first_section .content .two_col div.main_image {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
section.first_section .content .two_col {
  gap: 0 20px;
  align-items: center;
}
section h2 {
  font-weight: bold;
}
section h2 span,
section.first_section h2 span,
section.first_section p span {
  color: #C8161D;
}
.subpage_fv img {
  width: 100%;
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
img.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}
body {
  width: 100%;
  box-sizing: border-box;
  background-color: #F2EEEA;
}
body.overflow__hidden {
  height: 100%;
  overflow: hidden;
}

/* Layout */
.txt_left { text-align: left; }
.txt_center { text-align: center; }
.txt_right { text-align: right; }
.left {
  margin-left: 0;
  margin-right: auto;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.right {
  margin-left: auto;
  margin-right: 0;
}
.items_center { align-items: center; }
.items_end { align-items: flex-end; }
@media screen and (min-width:768px) {
  .pcnone,
  #nav_content li.pcnone { display:none; }
}
@media screen and (max-width:767px) {
  .spnone { display:none; }
}
section.results h2 {
  color: #fff;
}

/* Slider */
@media screen and (min-width:768px) and (max-width:1023px) {
  .slick-dotted.slick-slider {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (min-width:768px) {
  .slider .slide-arrow.prev-arrow {
    position: absolute;
    top: 120px;
    left: calc(10% - 12.5px);
    z-index: 1;
    width: 50px;
    height: auto;
  }
  .slider .slide-arrow.next-arrow {
    position: absolute;
    top: 120px;
    right: calc(10% - 12.5px);
    z-index: 1;
    width: 50px;
    height: auto;
  }
  .slider .slick-dots {
    bottom: -50px;
  }
  .slider .slick-slide {
    margin: 0 10px;
  }
}
@media screen and (max-width:767px) {
  .slider .slide-arrow.prev-arrow {
    position: absolute;
    top: 140px;
    left: 10%;
    z-index: 1;
    width: 25px;
    height: auto;
  }
  .slider .slide-arrow.next-arrow {
    position: absolute;
    top: 140px;
    right: 10%;
    z-index: 1;
    width: 25px;
    height: auto;
  }
  .slider .slick-dots {
    bottom: -40px;
  }
  .slider .slick-slide {
    margin: 0 10px;
  }
}
.slider {
  margin-inline: auto;
  position: relative;
}
.slider .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 2px;
}
.slider .slick-dots li button {
  line-height: 16px;
  width: 16px;
  height: 16px;
  padding: 0;
}
.slider .slick-dots li button:before {
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  padding: 0;
}
.slider .slick-dots li.slick-active button:before {
  color: #B34438;
  opacity: 1;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
.slick-list {
  overflow:visible!important;
}

/* breadcrumb */
@media screen and (min-width:768px) {
  .breadcrumb {
    padding: 13px 60px;
  }
}
@media screen and (max-width:767px) {
  .breadcrumb {
    padding: 13px 12px;
  }
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li,
.breadcrumb ul li a {
  font-size: 0.8571rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-weight: 500;
}
.breadcrumb ul li {
  margin-right: 24px;
}
.breadcrumb ul li.home:after {
  content: "";
  background-image: url("./images/breadcrumb_sub_icon.png");
  background-size: contain;
  width: 5.5px;
  height: 9.5px;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
}
.breadcrumb ul li.home a {
  padding-left: 19px;
}
.breadcrumb ul li.home a:before {
  content: "";
  background-image: url("./images/home_icon.png");
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3px;
}

/* column */
@media screen and (min-width:768px) {
  .two_col > div.button {
    text-align: right;
  }
  .two_grid {
    display: grid;
    gap: 0 40px;
    align-items: start;
    grid-template-columns: 1fr 1fr;
  }
  .three_grid {
    display: grid;
    gap: 0;
    align-items: start;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .four_grid {
    display: grid;
    gap: 0;
    align-items: start;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .four_col {
    margin: 64px auto 0;
  }
  .three_col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 24px;
  }
}

@media screen and (max-width:767px) {
  .two_col > div.txt,
  .two_col > div.button {
    width: 100%;
  }
  .two_grid {
    display: grid;
    gap: 0;
    align-items: start;
    grid-template-columns: 1fr;
  }
  .two_col > div.txt {
    margin-bottom: 40px;
  }
  .four_col {
    margin: 40px auto 0;
  }
  .three_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
}
.two_col,
.four_col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two_col {
  align-items: center;
}
.two_col > div {
  width: 50%;
}

/* header */
@media screen and (min-width:1024px) {
  header .header_box {
    width: calc(100% - 80px);
    padding: 0 40px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 84px;
    z-index: 10;
    position: relative;
    background-color: #fff;
  }
  header .header_box > div.logo {
    width: 180px;
    height: auto;
  }
  .header_box > div nav ul.main_navi_lists > li {
    margin-right: 24px;
    position: relative;
  }
  .header_box > div nav ul li a {
    vertical-align: middle;
    font-size: 1.285rem;
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  header .header_box {
    width: calc(100% - 40px);
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 84px;
    z-index: 10;
    position: relative;
    background-color: #fff;
  }
  header .header_box > div.logo {
    width: 120px;
    height: auto;
  }
  .header_box > div nav ul.main_navi_lists > li {
    margin-right: 12px;
    position: relative;
  }
  .header_box > div nav ul li a {
    vertical-align: middle;
    font-size: 1rem;
  }
}
@media screen and (min-width:768px) {
  header {
    height: 84px;
  }
  #nav_drawer { display: none; }
  header #nav_drawer nav {
    height: 70px;
    position: fixed;
    right: 65px;
    width: 190px;
    z-index: 10;
  }
  header #nav_drawer nav ul {
    margin-right: 20px;
  }
  header #nav_drawer nav li {
    display: inline-block;
    margin: 5px;
  }
  #nav_open span { top: 20px; }
  #nav_open {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0px;
    display: inline-block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background-color: rgb(43, 43, 43);
  }
  #nav_open span {
    position: absolute;
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
  }
  #nav_open span::before {
    position: absolute;
    top: 10px;
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
    -webkit-transform: translateX(0.6rem);
    transform: translateX(-0.6rem);
  }
  #nav_open span::after {
    position: absolute;
    top: 20px;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
    -webkit-transform: translateX(0.9rem);
    transform: translateX(-0.9rem);
  }
  #nav_open.active span {
    transform: rotate(45deg);
    width: 25px;
    top: 30px;
    right: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 1s;
  }
  nav ul.main_navi_lists > li > a.contact {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  nav ul.main_navi_lists > li > a.contact:hover {
    opacity: 0.8;
  }
  .gnavi_list:hover:after {
    transform: scale(1, -1);
    top: calc(50% - 3px);
  }
  .gnavi_list:hover .dropdown_lists {
    transform: scaleY(1);
  }
  .dropdown_lists li:hover a {
    color: #fff;
    opacity: 1;
  }
  nav ul.main_navi_lists > li > a.contact:before {
    transition: .3s ease;
  }
}
@media screen and (max-width:767px) {
  header { height: 58px; }
  header.top { height: auto; }
  header .header_box > div.logo {
    width: 126px;
    height: auto;
  }
  header .header_box {
    width: calc(100% - 24px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    padding: 0 12px;
  }
  header.top { height: auto; }
  header div#nav_drawer nav {
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 5;
  }
  div.header_nav { display: none; }
  header #nav_drawer nav {
    position: fixed;
    z-index: 5;
  }
  header #nav_drawer nav ul li {
    padding: 18px 48px 18px 24px;
    text-align: left;
    font-weight: bold;
  }
  header #nav_drawer nav ul li a {
    display: block;
    padding: 16px;
  }
  header #nav_drawer nav ul li a:before {
    content: "-";
  }
  header #nav_drawer nav ul.sub_menu li {
    padding: 0;
  }
  header #nav_drawer nav ul.sub_menu {
    padding: 8px 16px;
  }
  header #nav_drawer nav ul.sub_menu li a {
    padding: 8px;
  }
  header #nav_drawer nav ul.contact_banner li {
    border-bottom: none;
    padding: 20px;
  }
  header #nav_drawer nav ul.contact_banner li a {
    background-color: #B34438;
    color: #fff;
    text-align: center;
    padding: 12px 16px 16px;
    border-radius: 50px;
  }
  header #nav_drawer nav ul.contact_banner li a:before {
    content: "";
    display: inline-block;
    background-image: url("./images/icon_mail_white.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-bottom: -6px;
  }
  header #nav_drawer nav dl dt.has_second_level {
    padding: 22px 20px;
    text-align: left;
    border-bottom: 1px solid #707070;
    font-weight: bold;
  }
  header #nav_drawer nav dl dt.has_second_level:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 6.5px;
    background-image: url("./images/submenu_icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 8px;
    transition: all .3s;
    vertical-align: middle;
    margin-bottom: 2px;
  }
  header #nav_drawer nav dl.open,
  header #nav_drawer nav dl dt.has_second_level.open,
  header #nav_drawer nav dl dd {
    background-color: #EFEFEF;
  }
  header #nav_drawer nav dl.open {
    border-bottom: 1px solid #707070;
  }
  header #nav_drawer nav dl dt.has_second_level.open {
    margin: 0 20px;
    padding: 22px 0;
  }
  header #nav_drawer nav dd.second_level ul li {
    border-bottom: none;
  }
  header #nav_drawer nav dl dd ul li {
    border-top: none; 
  }
  header #nav_drawer nav dl dt.has_second_level.open:after {
    transform: scale(1, -1);
  }

  #nav_open span { top: 21.8px; right: 12px; }
  #nav_open {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0px;
    display: inline-block;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  #nav_open span {
    position: absolute;
    display: block;
    width: 16.8px;
    height: 2px;
    border-radius: 3px;
    background: #111111;
    content: "";
  }
  #nav_open span::before {
    position: absolute;
    top: 6px;
    display: block;
    width: 16.8px;
    height: 2px;
    border-radius: 3px;
    background: #111111;
    content: "";
  }
  #nav_open span::after {
    position: absolute;
    top: 12px;
    display: block;
    width: 16.8px;
    height: 2px;
    border-radius: 3px;
    background: #111111;
    content: "";
  }
  #nav_open.active span {
    transform: rotate(45deg);
    width: 16.8px;
    top: 27.8px;
    right: 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 1s;
  }
  #nav_drawer { display: inherit; }
  p.close_btn {
    width: 36px;
    margin: 15px auto 0;
    text-align: center;
  }
}
header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
.header_box > div nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header_box > div nav ul.dropdown_lists li a {
  position: relative;
  z-index: 1;
}
.header_box > div nav ul.dropdown_lists li a:before {
  background-color: #003A84;
  transition: opacity .1s cubic-bezier(.4,0,.2,1), transform .1s cubic-bezier(.4,0,.2,1);
  transform: scale(0);
  opacity: 0;
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  inset: 0;
}
.header_box > div nav ul.dropdown_lists li a:hover:before {
  opacity: 1;
  transform: scale(1);
  z-index: -1;
}
.header_box > div nav ul.dropdown_lists li a:hover {
  color: #fff;
  opacity: 1;
}
nav ul.main_navi_lists > li > a {
  display: block;
  height: 84px;
  line-height: 84px;
}
.header_box > div nav ul li a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
header #nav_drawer nav ul li a:after {
  position: relative;
  margin-left: 8px;
  top: initial;
  transform: initial;
}
nav ul.main_navi_lists > li > a.contact {
  padding: 8px 16px 8px 48px;
  background-color: #B34438;
  border: 1px solid #B34438;
  color: #fff;
  position: relative;
  border-radius: 42px;
  height: 20px;
  line-height: 20px;
}
nav ul.main_navi_lists > li > a.contact:before {
  content: "";
  display: inline-block;
  background-image: url("./images/icon_mail_white.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.header_box > div nav ul li:last-child {
  margin-right: 0;
}
.nav_unshown { display: none; }
#nav_open.active {
  background-color: rgba(0,0,0,0);
}
#nav_close span {
  position: relative;
  z-index: 4;
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px auto;
  cursor: pointer;
}
#nav_close span::before,
#nav_close span::after {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  transition: 0.4s;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
#nav_close span::after { transform: rotate(-45deg); }
#nav_content {
  position: fixed;
  z-index: 99;
  left: 0;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background: #fff;
  color: #fff;
  text-align: center;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
  opacity: 0;
  top: -100%;
}
#nav_content ul {
  margin: auto;
  background-color: #F2EEEA;
}
#nav_content li {
  padding: 10px;
  text-align: center;
  display: block;
}
#nav_content.active {
  opacity: 1;
  pointer-events: auto;
  overflow: scroll;
  top: 58px;
  background-color: rgba(0,0,0,.6);
}
#nav_content.active::after {
  display: block;
  width: 1px;
  height: 70px;
  content: '';
}
#nav_open.active span::before {
  transform: rotate(90deg);
  top: 0px;
}
#nav_open.active span::after {
  content: none;
}
#nav_content .header_sns {
  padding-top: 40px;
}
#nav_content .header_sns a {
  display: inline-block;
  margin: 0 auto;
}
#nav_content .header_sns a img {
  margin: 0 5px;
}
.dropdown_lists {
  transform: scaleY(0);
  transform-origin: center top;
  transition: all .3s;
  position: absolute;
  top: 84px;
  left: 0;
  border: 1px solid #003A84;
  border-radius: 4px;
  background-color: #fff;
  padding: 16px 0;
}
.gnavi_list {
  padding-right: 16px;
}
.gnavi_list:after {
  content: '';
  display: block;
  width: 11px;
  height: 6.5px;
  background-image: url("./images/submenu_icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}
.header_box > div nav ul.dropdown_lists li {
  transition: all .3s;
  position: relative;
  margin-right: 0;
}
.dropdown_lists li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  text-align: left;
  padding: 10px 24px;
  width: 230px;
}

/* footer */
@media screen and (min-width:1024px) {
  footer .container > div.footer_company_info {
    width: 30%;
  }
   footer .container > div.links {
    width: 70%;
  }
  footer .links li a {
    font-size: 1.1428rem;
    font-weight: 500;
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  footer .container > div.footer_company_info {
    width: 100%;
  }
   footer .container > div.links {
    width: 100%;
    margin: 32px auto 0;
  }
  footer .links li a {
    font-size: 1rem;
    font-weight: 500;
  }
}
@media screen and (min-width:768px) {
  footer .container {
    padding: 80px 40px;
  }
 
  footer .logo {
    max-width: 186px;
    margin-bottom: 24px;
  }
  footer .links {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
  }
  footer .links li:last-child {
    margin-bottom: 0;
  }
  footer .copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0 24px;
    align-items: center;
  }
  footer .copyright {
    padding: 16px 40px;
  }
  footer .links li {
    margin-bottom: 16px;
  }
  footer .links li.link_menu_title,
  footer .links li.link_menu_title a {
    font-size: 1.2857rem;
    font-weight: 700;
  }
}
@media screen and (max-width:767px) {
  footer .container {
    padding: 60px 12px 48px;
  }
  footer .container.custom {
    padding: 0 20px 80px;
  }
  footer .container > div {
    width: 100%;
  }
  .footer_company_info {
    text-align: center;
  }
  footer .logo {
    width: 186px;
    margin: 0 auto 24px;
  }
  footer .company_detail {
    margin-bottom: 24px;
  }
  footer .links {
    margin: 32px auto 0;
  }
  footer .copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 24px;
    align-items: center;
  }
  footer .copyright {
    padding: 16px 12px;
  }
  ul li.link_menu_title {
    cursor: pointer;
    padding: 18px 56px 18px 24px;
    position: relative;
  }
  ul li.link_menu_title:hover,
  ul li.link_menu_title.open {
    background-color: #E5DCD3;
  }
  ul li.link_menu_title:after {
    content: "";
    background-image: url("./images/menu_right_icon.png");
    width: 24px;
    height: 24px;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    transition: all .5s;
  }
  ul li.link_menu_title.open:after {
    transform: rotate(90deg) translate(-50%, 0%);
  }
  .sub_menu {
    display: none;
    padding-left: 24px;
    padding-top: 16px;
  }
  footer .links li {
    margin-bottom: 0;
  }
  footer .links li.link_menu_title,
  footer .links li.link_menu_title a {
    font-size: 1.1428rem;
    font-weight: 700;
  }
  footer .links .sub_menu li {
    margin-bottom: 16px;
  } 
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
footer p.company_detail {
  font-size: 1.1428rem;
  font-weight: 500;
}
footer .company_detail span {
  font-weight: 700;
}
footer .links ul.sub_menu li {
  list-style-type: none;
}
footer .links ul.sub_menu li:before {
  content: "-";
}
footer .copyright p a {
  font-weight: 500;
}
footer .copyright p.copyright_name {
  font-size: 0.8571rem;
}
footer #page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 10;
}
footer #page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}

/* TOP */
@media screen and (min-width:768px) {
  section.recruit .content {
    padding: 120px 0 0;
  }
}
@media screen and (max-width:767px) {
  section.recruit .content {
    padding: 80px 20px 0;
  }
}
@media screen and (min-width:1024px) {
  section.fv h2 {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    width: 95%;
    font-size: 3.42rem;
  }
  section.sub_fv h2 {
    font-size: 2.8571rem;
    margin: 0 auto 32px;
    text-align: center;
  }
} 
@media screen and (min-width:768px) and (max-width:1023px) {
  section.fv h2 {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    width: 95%;
    font-size: 2.5rem;
  }
  section.sub_fv h2 {
    font-size: 2.5rem;
    margin: 0 auto 32px;
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  section.fv {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    height: calc(100vh - 84px);
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  section.sub_fv {
    height: 240px;
    position: relative;
    overflow: hidden;
  }
  section.sub_fv .sub_fv_box {
    position: absolute;
    width: 90%;
    text-align: center;
    top: calc(50% - 10px);
    left: 50%;
    transform: translate(-50%,-50%);
  }
  section.fv h2 img {
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: 0 auto;
  }
  section.fv p.scroll_below {
    position: absolute;
    left: 6%;
    bottom: 0;
    width: 18px;
    height: auto;
  }
  section.concept {
    background-image: url("./images/top_back2_2.jpg");
  }
  section.news ul li {
    padding: 0;
  }
}
@media screen and (max-width:767px) {
  main { 
    overflow-x: hidden;
  }
  section.fv {
    margin: 0 auto 0;
    text-align: center;
    width: 100%;
    height: calc(100vh - 100px);
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  section.sub_fv {
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 32px 12px;
    width: calc(100% - 24px);
  }
  section.fv h2 {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 95%;
    font-size: 2rem;
    text-align: left;
  }
  section.fv p.scroll_below {
    position: absolute;
    left: 12px;
    bottom: 0;
    width: 18px;
    height: auto;
  }
  section.sub_fv h2 {
    font-size: 2.2857rem;
    margin: 0 auto 8px;
    text-align: center;
  }
  section.sub_fv p {
    text-align: left;
  }
  section.concept {
    background-image: url("./images/top_back2.jpg");
  }
  section.news {
    padding: 0 12px 64px;
  }
  .news_page section.news {
    padding: 0;
  }
  .news_page section.news .content {
    padding: 24px 12px;
  }
  section.news ul li {
    padding: 0;
  }
}
section.sub_fv p {
  color: #fff;
  font-size: 1.2857rem;
}
section.fv,
section.sub_fv {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #B34438, #fff);
  background-size: 600% 600%;
  animation: gradientMove 5s linear infinite;
}
@keyframes gradientMove {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 20%;
  }
  100% {
    background-position: 50% 0%;
  }
}
section.fv h2 {
  margin: 0 auto;
}
section.fv h2,
section.sub_fv h2 {
  padding: 0;
  color: #fff;
}

/* reqruit */
@media screen and (min-width:1024px) {
  section.recruit_section .recruit_top_content {
    padding: 80px 0 40px;
  }
   p.banner {
    margin: 32px auto 0;
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  section.recruit_section .recruit_top_content {
    padding: 80px 20px 40px;
  }
   p.banner {
    margin: 70px auto 0;
  }
}
@media screen and (min-width:768px) {
  .job_flow {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 48px auto 0;
  }
  .job_flow > div {
    width: 160px;
  }
  .job_flow div.job_flow_image {
    width: calc(100% - 184px);
    display: grid;
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 0 40px;
  }
  section.recruit_section .recruit_top_content {
    background-image: url("./images/recruit_image_bg.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 160px;
  }
  section.recruit_section .two_col .two_col_txt {
    width: 52.7%;
  }
  section.recruit_section .two_col .two_col_image {
    width: 38%;
  }
  .job_flow div.job_flow_image > div:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -41px;
    content: "";
    display: block;
    background-image: url("./images/job_flow_icon.png");
    width: 24px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .job_flow div.job_flow_image > div:last-child::after {
    content: none;
  }
  section.recruit_section h3 {
    margin: 40px auto 32px;
    font-size: 2.2857rem;
    text-align: center;
  }
  section.recruit_section .recruit_lists .recruit_info h4 {
    font-size: 1.2857rem;
    margin-bottom: 16px;
    font-weight: bold;
  }
}
@media screen and (max-width:767px) {
  .job_flow {
    margin: 48px auto 0;
  }
  .job_flow > div {
    width: 100%;
  }
  .job_flow div.job_flow_image {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  section.recruit_section .recruit_top_content {
    background-image: url("./images/recruit_image_bg.png");
    background-position: 12px bottom;
    background-repeat: no-repeat;
    background-size: auto 80px;
    padding: 64px 12px 72px;
  }
  section.recruit_section .two_col .two_col_txt {
    width: 100%;
    margin-top: -24px;
  }
  section.recruit_section .two_col .two_col_image {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  section.recruit_section .content {
    padding: 0 12px 64px;
    overflow: hidden;
  }
  section.recruit_section .three_col > div h3 {
    text-align: left;
  }
  section.recruit_section h3 {
    margin: 48px auto 32px;
    font-size: 1.7142rem;
    text-align: center;
  }
  section.recruit_section .recruit_lists .recruit_info h4 {
    font-size: 1.1428rem;
    margin-bottom: 16px;
    font-weight: bold;
  }
  p.banner {
    margin: 45px auto 0;
  }
}
section.recruit_section .two_col {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}
section.recruit_section .three_col > div {
  padding: 13px 18px;
  background-color: #fff;
  border-radius: 8px;
}
section.recruit_section .three_col > div h3 {
  font-size: 1.1428rem;
  margin: 8px auto;
}
section.recruit_section .three_col > div p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.job_flow div.job_flow_image > div {
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: .8rem;
  font-weight: bold;
  height: 100%;
}
.job_flow div.job_flow_image > div img {
  margin-bottom: 8px;
}
section.recruit_section .recruit_lists .slick-slide {
  padding: 0;
  overflow: hidden;
  box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.2);
  background-color: #fff;
  border-radius: 8px;
}
section.recruit_section .recruit_lists .recruit_info {
  padding: 16px;
}
.recruit_info dl {
  display: grid;
  grid-template-columns: 54px auto;
  gap: 12px;
  margin-bottom: 12px;
  align-items: center;
}
.recruit_info dl:last-child {
  margin-bottom: 0;
}
.recruit_info dl dt {
  background-color: #B34438;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  font-size: 0.7142rem;
}
.recruit_info dl dd {
  font-size: 0.78rem;
  font-weight: 500;
}

/* message */
@media screen and (min-width:1024px) {
  section.top_message .content .two_col div.main_image {
    width: calc(46% - 100px);
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  section.top_message .content .two_col div.main_image {
    width: calc(46% - 50px);
  }
}
@media screen and (min-width:768px) {
  section.top_message .content .two_col div.main_txt {
    width: 50%;
  }
  section.top_message .content {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto 0 0;
  }
  section.top_message .content .two_col div.main_txt p {
    font-size: 1.2857rem;
    line-height: 2.4; 
  }
  .company_page section.top_message .content .two_col div.main_txt p {
    font-weight: 500;
  }
  section.top_message {
    background-image: url(./images/message_image_bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 160px;
  }
}
@media screen and (max-width:767px) {
  section.top_message .content .two_col div.main_image,
  section.top_message .content .two_col div.main_txt {
    width: 100%;
  }
  section.top_message .content {
    padding: 64px 12px;
    margin: 0 auto 0 0;
  }
  .company_page section.top_message .content {
    padding: 0 12px;
    margin: 0 auto 0 0;
  }
  section.top_message .content .two_col div.main_image {
    margin: 0 0 24px -12px;
    width: 100vw;
  }
  section.top_message .content .two_col div.main_txt p {
    line-height: 2;
  }
  .company_page section.top_message .content .two_col div.main_txt p {
    font-weight: 500;
  }
  section.top_message {
    background-image: url(./images/message_image_bg.png);
    background-position: 12px bottom;
    background-repeat: no-repeat;
    background-size: auto 80px;
  }
}
section.top_message .content .two_col {
  gap: 0;
  align-items: center;
}

/* Recruit */
@media screen and (min-width:1024px) {
  section.top_recruit .content .two_col div.main_image {
    width: calc(50% - 100px);
  }
  section.top_recruit .content .two_col div.main_txt {
    width: 50%;
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  section.top_recruit .content .two_col div.main_image {
    width: calc(45% - 50px);
  }
  section.top_recruit .content .two_col div.main_txt {
    width: 55%;
    margin-right: 20px;
  }
}
@media screen and (min-width:768px) {
  section.top_recruit .content {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto 0 0;
  }
  section.top_recruit .content .two_col div.main_txt p {
    font-size: 1.2857rem;
    line-height: 2.4;
    font-weight: 500;
  }
  section.top_recruit {
    background-image: url(./images/recruit_image_bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 120px;
  }
}
@media screen and (max-width:767px) {
  section.top_recruit .content .two_col div.main_image,
  section.top_recruit .content .two_col div.main_txt {
    width: 100%;
  }
  section.top_recruit .content {
    padding: 0 12px 64px;
    margin: 0 auto 0 0;
  }
  section.top_recruit .content .two_col div.main_image {
    margin: 0 0 24px -12px;
    width: 100vw;
  }
  section.top_recruit .content .two_col div.main_txt p {
    line-height: 2;
    font-weight: 500;
  }
  section.top_recruit {
    background-image: url(./images/recruit_image_bg.png);
    background-position: 12px bottom;
    background-repeat: no-repeat;
    background-size: auto 80px;
  }
}
section.top_recruit .content .two_col {
  gap: 0;
  align-items: center;
}

/* NEWS */
@media screen and (min-width:1024px) {
 section.news.toppage_news {
    padding: 80px 0;
  }
  .tabletver {
    display: none;
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  section.news.toppage_news {
    padding: 80px 20px;
  }
  .tabletnone { display: none; }
  .title.tabletver {
    margin: 0 auto 32px;
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  section.news.toppage_news .content {
    padding: 32px;
  }
  .news_lists dl {
    padding: 20px 64px 20px 24px;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
  }
  .news_lists dl dt span.date {
    font-size: 1.2857rem;
  }
  .news_lists dl dd,
  .news_single ul.top_info li.date {
    font-size: 1.1428rem;
  }
  .news_lists dl:after {
    content: "";
    background-image: url("./images/arrow_right_icon.png");
    width: 24px;
    height: 24px;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  .page-numbers li {
    display: inline-block;
    margin: 0 15px;
  }
  .pagenation_first ul li:first-child {
    position: relative;
    margin: 0 15px 0 120px;
  }
  .pagenation_first ul li:first-child:before {
    content: "";
    display: inline-block;
    background-image: url("./images/pagenation_off.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(-1, 1);
    width: 32px;
    height: 32px;
    left: -120px;
  }
  .pagenation_last ul li:last-child {
    position: relative;
    margin: 0 120px 0 15px;
  }
  .pagenation_last ul li:last-child:before {
    content: "";
    display: inline-block;
    background-image: url("./images/pagenation_off.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    right: -120px;
  }
  .page-numbers li a.prev {
    margin: 0 50px 0 0;
  }
  .page-numbers li a.next {
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width:767px) {
  .tabletver {
    display: none;
  }
  section.news.toppage_news .content {
    padding: 32px 16px;
  }
  .news_lists dl {
    padding: 20px 44px 20px 12px;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
  }
  section.news .content h2 {
    margin-bottom: 24px;
  }
  .news_lists dl dt span.category {
    font-size: 0.8571rem;
  }
  .news_lists dl:after {
    content: "";
    background-image: url("./images/arrow_right_icon.png");
    width: 24px;
    height: 24px;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }
  .page-numbers li {
    display: inline-block;
    margin: 0 8px;
  }
  .pagenation_first ul li:first-child {
    position: relative;
    margin: 0 15px 0 64px;
  }
  .pagenation_first ul li:first-child:before {
    content: "";
    display: inline-block;
    background-image: url("./images/pagenation_off.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(-1, 1);
    width: 32px;
    height: 32px;
    left: -64px;
  }
  .pagenation_last ul li:last-child {
    position: relative;
    margin: 0 64px 0 15px;
  }
  .pagenation_last ul li:last-child:before {
    content: "";
    display: inline-block;
    background-image: url("./images/pagenation_off.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    right: -64px;
  }
  .page-numbers li a.prev {
    margin: 0 16px 0 0;
  }
  .page-numbers li a.next {
    margin: 0 0 0 16px;
  }
}
section.news.toppage_news .content {
  background-color: #fff;
  border-radius: 8px;
}
section.news .content h2 {
  text-align: center;
}
.news_lists dl:first-child {
  border-top: 1px solid #CCCCCC;
}
.news_lists dl dt span.date,
.news_single ul.top_info li.date {
  font-family: "brother-1816-printed", sans-serif;
}
.news_lists dl dt span.category,
.news_lists dl dd,
.news_single ul.top_info li.category {
  font-family: "Noto Sans JP", sans-serif;
}
.news_lists dl dt,
.news_lists dl dd {
  display: inline-block;
}
.news_lists dl dt span {
  margin-right: 16px;
}
.news_lists dl dt span.category,
.news_lists dl dt span.category.category_c,
.news_single ul.top_info li.category,
.news_single ul.top_info li.category.category_c {
  background-color: #A98BBA;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
}
.news_lists dl dt span.category.category_b,
.news_single ul.top_info li.category.category_b {
  background-color: #487FB7;
}
.news_lists dl dt span.category.category_a,
.news_single ul.top_info li.category.category_a {
  background-color: #373016;
}
.news_single ul.top_info li.category {
  margin-left: 16px;
}
.prev.page-numbers img,
.next.page-numbers img {
  width: 32px;
}
ul.page-numbers {
  margin: 32px auto 0;
  text-align: center;
}
.page-numbers li a {
  color: #B34438;
  font-size: 1.2857rem;
}
.page-numbers li span.page-numbers.current {
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 1.2857rem;
  background-color: #B34438;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
section.news_single .content h2 {
  font-size: 2.2857rem;
  text-align: left;
  margin-bottom: 16px;
}
section.news_single ul.top_info {
  margin: 0 auto 24px;
}
section.news_single ul.top_info li {
  display: inline-block;
}
section.news_single .main_content {
  border-top: 1px solid #ccc;
  padding-top: 24px;
}
section.news_single .main_content p,
section.news_single .main_content figure img {
  margin-bottom: 24px;
  font-weight: 500;
}
section.news_single .main_content h3 {
  font-size: 1.7142rem;
  margin-bottom: 8px;
}
section.news_single .main_content h4 {
  font-size: 1.4285rem;
  margin-bottom: 8px;
}
section.news_single .main_content h5 {
  font-size: 1.1428rem;
  margin-bottom: 8px;
}
section.news_single p.button {
  margin: 32px auto 0;
  text-align: center;
}
span.page-numbers.dots {
  color: #B34438;
}


/* Aboutus */
@media screen and (min-width:1100px) {
  .message_box {
    background-image: url("./images/message_box_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 24px 42% 23px 32px;
    border-radius: 16px;
    margin: 80px auto 0;
  }
}
@media screen and (min-width:768px) and (max-width:1099px) {
  .message_box {
    background-image: url("./images/message_box_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 24px;
    border-radius: 16px;
    margin: 80px auto 0;
  }
}
@media screen and (min-width:768px) {
  .inside_link {
    padding: 48px 0;
    margin: 0 auto;
  }
  .inside_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 32px;
  }
  .concept_image img {
    width: 100%;
    max-width: 855px;
    margin: 12px auto 0;
  }
  
  section .message_box h2 {
    font-size: 2.2857rem;
  }
  section .message_box p {
    font-size: 1.14285rem;
    font-weight: 500;
  }
  .aboutus_page .principle .content {
    padding: 24px 30px;
    max-width: 1024px;
    width: calc(100% - 60px);
    margin: 0 auto;
    background-color: #B34438;
    border-radius: 16px;
  }
  .aboutus_page .principle .content h2 {
    color: #fff;
    font-size: 2.8571rem;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto 30px;
    font-weight: 700;
  }
  .aboutus_page .principle .content h2 span {
    font-size: 1.4285rem;
    color: #fff;
    font-weight: 500;
  }
  .aboutus_page .principle {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:767px) {
  .inside_link {
    padding: 24px 0;
    margin: 0 auto;
  }
  .inside_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 16px;
  }
  .inside_link ul li a {
    font-size: 0.8571rem;
  }
  .aboutus_page section.first_section .content {
    padding: 24px 0 0;
  }
  .concept_image img {
    width: 100%;
    margin: 24px auto 0;
  }
  .message_box {
    background-image: url("./images/message_box_bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 24px;
    border-radius: 16px;
    margin: 64px auto 0;
  }
  section .message_box h2 {
    font-size: 1.3rem;
    margin-bottom: 24px;
  }
  section .message_box p {
    font-size: 1.14285rem;
    font-weight: 500;
  }
  .three_col.principle_slide {
    display: block;
  }
  .principle_slide img {
    width: 100%;
  }
  .aboutus_page .principle {
    margin-bottom: 36px;
  }
  .aboutus_page section.first_section.principle .content {
    padding: 24px 0 42px;
    max-width: 1024px;
    width: calc(100% - 24px);
    margin: 0 auto;
    background-color: #B34438;
    border-radius: 16px;
    overflow: hidden;
  }
  .aboutus_page .principle .content h2 {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto 30px;
    font-weight: 700;
  }
  .aboutus_page .principle .content h2 span {
    font-size: 1.2857rem;
    color: #fff;
    font-weight: 500;
  }
  .principle .slick-initialized .slick-slide {
    margin: 0 10px;
  }
  .principle_slide .slick-dots {
    bottom: -44px;
  }
  .principle_slide .slick-dots li.slick-active button:before {
    color: #fff;
  }
  .principle_slide .slick-dots li button {
    width: 30px;
    height: 30px;
  }
  .principle_slide .slick-dots li button:before {
    color: #B3B3B3;
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
  
}
.aboutus_page section.first_section h2,
.aboutus_page section.first_section h2 span {
  font-weight: 900;
}
.inside_link ul li a {
  position: relative;
  padding-right: 19px;
  font-weight: 500;
}
.inside_link ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url("./images/inside_link_icon.png");
  width: 11px;
  height: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
.concept_image {
  text-align: center;
}
.recruit_link {
  border-top: 1px solid #B34438;
  border-bottom: 1px solid #B34438;
  margin: 24px auto 0;
}
.recruit_link a {
  display: block;
  padding: 17px 0 17px 72px;
  position: relative;
  font-size: 1.42857rem;
  font-weight: 500;
}
.recruit_link a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  background-image: url("./images/link_icon.png");
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* SERVICE */
@media screen and (min-width:768px) {
  section#service {
    background-image: url("./images/service_bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section#service .two_col .two_col_image {
    width: 42%;
  }
  section#service .two_col >div.two_col_txt {
    width: calc(48% -100px);
  }
  .two_col_txt p.catchcopy {
    line-height: 2.4;
    font-size: 1.285rem;
  }
  .service_page section#service .two_col .two_col_image {
    width: 29%;
  }
  .service_page section#service .two_col > div.two_col_txt {
    width: calc(71% - 48px);
  }
  .two_col.funeral_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 32px auto 0;
  }
  section.funeral.second .content,
  section.funeral_service .content {
    padding: 0 0 80px;
  }
  .three_col.funeral_col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin: 32px auto 48px;
  }
  section.funeral_service .service_col {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 0 32px;
  }
  section.funeral_service .service_col div a img {
    height: 120px;
    width: auto;
  }
}
@media screen and (max-width:767px) {
  section#service {
    background-image: url("./images/service_bg_sp.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section#service .two_col .two_col_image,
  section#service .two_col .two_col_txt,
  #top section#service .two_col .two_col_txt {
    width: 100%;
  }
  section#service .two_col .two_col_image {
    margin-bottom: 24px;
  }
  .two_col_txt p.catchcopy {
    line-height: 2;
  }
  .service_page section#service .content {
    padding: 12px 12px 32px;
  }
  .service_page section#service .two_col .two_col_image,
  .service_page section#service .two_col > div.two_col_txt {
    width: 100%;
  }
  .service_page section .content h2 {
    font-size: 1.8rem;
  }
  section.funeral .content {
    padding: 48px 12px 64px;
  }
  .two_col.funeral_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px 0;
    margin: 32px auto 0;
  }
  section.funeral.second .content,
  section.funeral_service .content {
    padding: 0 12px 64px;
  }
  .three_col.funeral_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px 0;
    margin: 32px auto 48px;
  }
  section.funeral_service .service_col {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 24px 0;
    margin: 32px auto 0;
    text-align: center;
  }
  section.funeral_service .service_col div a img {
    width: 240px;
    height: auto;
    text-align: center;
  }
}
.service_page section .content p {
  font-weight: 500;
}
section.funeral h2 {
  margin-bottom: 8px;
}
.two_col.funeral_col > div,
.three_col.funeral_col >div {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.two_col.funeral_col > div .txt_box,
.three_col.funeral_col > div .txt_box {
  position: absolute;
  background-color: #fff;
  padding: 16px;
  box-shadow: 0px -16px 16px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  width: calc(100% - 32px);
  bottom: 0;
}
.two_col.funeral_col > div .txt_box h3,
.three_col.funeral_col > div .txt_box h3 {
  font-size: 1.1428rem;
  color: #B34438;
}
.two_col.funeral_col > div .txt_box p,
.three_col.funeral_col > div .txt_box p {
  font-weight: 500;
}
.three_col.funeral_col > div .txt_box p span {
  color: #B34438;
}
section.funeral_service h2 {
  text-align: center;
}

/* COMPANY */
@media screen and (min-width:768px) {
  section.company .content,
  section.history .content {
    padding: 120px 0;
  }
  table tr th {
    padding: 24px;
    white-space: nowrap;
    min-width: 150px;
    font-weight: 500;
    text-align: left;
  }
  section.history {
    background-image: url(./images/history_bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto 120px;
    overflow-x: hidden;
  }
  section.company {
    background-image: url(./images/company_bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 120px;
  }
  .top_message .sub_message {
    max-width: 1030px;
    margin: 44px auto 0;
    padding-bottom: 100px;
  }
  .top_message .sub_message p {
    font-size: 1.2857rem;
    font-weight: 500;
    line-height: 2.4;
  }
  .top_message .sub_message p.ceo_name {
    text-align: right;
    margin-top: 1em;
  }
}
@media screen and (max-width:767px) {
  .company_page section.company .content {
    padding: 64px 12px 100px;
  }
   section.history .content {
    padding: 64px 12px 64px 12px;
  }
  table tr th {
    padding: 24px;
    white-space: nowrap;
    min-width: 80px;
    font-weight: 500;
    text-align: left;
  }
  section.history {
    background-image: url(./images/history_bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto 80px;
    overflow-x: hidden;
  }
  section.company {
    background-image: url(./images/company_bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto 80px;
  }
  .top_message .sub_message {
    max-width: 767px;
    margin: 20px auto 0;
    padding: 0 12px 60px;
  }
  .top_message .sub_message p {
    font-weight: 500;
    line-height: 2;
  }
  .top_message .sub_message p.ceo_name {
    text-align: right;
    margin-top: 1em;
  }
}
section.company h2,
section.history h2 {
  margin: 0 auto 8px;
}
.history_text_custom p {
  max-width: 900px;
}
section.company table {
  margin: 32px 0 0;
  width: 100%;
}
table {
  margin: 32px auto 0;
}
table tr {
  display: block;
  border-top: 1px solid #CCCCCC;
}
table tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}
table tr td {
  padding: 24px 24px 24px 0;
  font-weight: 500;
   text-align: left;
}
.history_slider .slick-track {
  display: flex;
/*  transform: initial!important; */
}
.history_slider .slick-list{
  overflow: visible;
}
.history_slider {
  padding: 90px 0 0;
}
.slick__inner {
  margin: 0 auto;
  padding: 0;
}
.slick__container {
  position: relative;
  width: 100%;
}
.slick__images {
  width: 100%;
}
.slick__image:before {
  content: "";
  height: 2px;
  width: calc(100% + 30px);
  background-color: #373016;
  position: absolute;
  top: -48px;
  left: 0;
}
.slick__image:after {
  content: "";
  background-image: url(./images/history_slide_box_flow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 54px;
  position: absolute;
  top: -54px;
  left: 20px;
}
.slick__image h3 {
  font-size: 1.2857rem;
  color: #B34438;
  margin-bottom: 8px;
}
.slick__image dl {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.slick__image dl dt,
.slick__image dl dd {
  display: inline-block;
  font-weight: 500;
}
.slick__image dl dt {
  margin-right: 8px;
  width: 35px;
}
.slick__image dl dd {
  width: calc(100% - 43px);
}
.slick__prev,
.slick__next {
  position: absolute;
  top: -140px;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #B34438;
  background-color: rgba(255,255,255,0);
  cursor: pointer;
}
.slick__prev.slick-disabled,
.slick__next.slick-disabled {
  border: 2px solid #ccc;
}
.slick__prev {
  right: 65px;
}
.slick__next {
  right: 0;
}
.slick__prev:before,
.slick__next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #B34438;
  border-right: 2px solid #B34438;
  opacity: 1;
  content: '';
}
.slick__prev.slick-disabled:before,
.slick__next.slick-disabled:before {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.slick__prev:before {
  transform: translate(-25%, -50%) rotate(-135deg);
}
.slick__next:before {
  transform: translate(-75%, -50%) rotate(45deg);
}
.slick__image {
  position: relative;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  margin-right: 30px;
}

/* Contact */
@media screen and (min-width:1024px) {
  .contact_banner_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 12px;
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .contact_banner_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 12px;
  }
}
@media screen and (min-width:768px) {
  section.contact_banner {
    background-image: url("./images/contact_bg.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section.contact_banner h2 {
    font-size: 2.2857rem;
    color: #fff;
  }
  section.contact_banner .contact_banner_content dl dt,
  section.contact_banner dl dt {
    color: #fff;
    font-size: 1.2857rem;
  }
  section.contact_banner .contact_banner_content .contact_btn p.title,
  section.contact_banner  .contact_btn p.title {
    color: #fff;
    font-size: 1.7142rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .contact_btn a .contact_btn_txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width:767px) {
  section.contact_banner {
    background-image: url("./images/contact_bg_sp.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section.contact_banner .content {
    padding: 48px 12px;
  }
  .contact_banner_content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px 0;
  }
  .contact_banner_content .title {
    text-align: center;
    margin: 0 auto 12px;
  }
  section.contact_banner h2 {
    font-size: 1.7142rem;
    color: #fff;
  }
  section.contact_banner .contact_banner_content dl dt {
    color: #fff;
    font-size: 1.4285rem;
  }
  section.contact_banner .contact_banner_content .contact_btn p.title {
    color: #fff;
    font-size: 1.4285rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .contact_btn a .contact_btn_txt {
    position: absolute;
    bottom: 20px;
    left: 16px;
    color: #fff;
    width: calc(100% - 16px);
    text-align: left;
  }
   .contact_banner_content .contact_btn a .contact_btn_txt .title {
    text-align: left;
    margin: 0;
   }
}
.contact_btn {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.contact_btn a img {
  transform: scale(1);
  transition: 0.5s;
}
.contact_btn a:hover img {
  transform: scale(1.1);
}
.contact_btn a .contact_btn_txt p {
  color: #fff;
}
.contact_btn a .contact_btn_txt p.button {
  margin-top: 12px;
  padding: 6px 24px 8px;
  background-color: rgba(255,255,255,0);
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  border-radius: 30px;
  line-height: 20px;
  font-size: 1.1428rem;
  position: relative;
  display: inline-block;
  text-align: center;
}
section.contact_banner .contact_banner_content dl dd,
section.contact_banner dl dd {
  color: #fff;
  font-size: 1.4285rem;
  font-family: "brother-1816-printed", sans-serif;
}
section.contact_banner .contact_banner_content p.reception,
section.contact_banner p.reception {
  color: #fff;
  font-size: 1.2857rem;
  font-family: "brother-1816-printed", sans-serif;
}
section.contact_banner p.reception {
  font-weight: 500;
}

/* 会社概要 */
@media screen and (min-width:768px) {
  section.company_policy .content {
    padding: 80px 0;
    max-width: 1000px;
  }
  table.company_sheet tr:first-child th,
  table.company_sheet tr:first-child td,
  table.company_policy_table tr:first-child th {
    padding: 0 0 32px;
  }
  table.company_policy_table tr:first-child td {
    padding: 0 0 32px 40px;
  }
  table.company_sheet tr th,
  table.company_sheet tr td,
  table.company_policy_table tr th,
  table.company_policy_table tr td  {
    border-bottom: 1px solid #707070;
  }
  table.company_sheet tr th {
    padding: 32px 24px 32px 0;
  }
  table.company_sheet tr td {
    padding: 32px 52px 32px 0;
  }
  table.company_sheet tr td:last-child {
    padding: 32px 0;
  }
  table.company_policy_table tr th {
    padding: 32px 0;
    width: 140px;
  }
  table.company_policy_table tr td {
    padding: 32px 0 32px 40px;
  }
  table.company_policy_table tr td {
    font-size: 2.285rem;
  }
}
@media screen and (max-width:767px) {
  section.company_policy .content {
    padding: 64px 20px;
  }
  table.company_sheet tr th,
  table.company_sheet tr td,
  table.company_policy_table tr th,
  table.company_policy_table tr td {
    display: block;
    width: 100%;
  }
  table.company_sheet tr th,
  table.company_policy_table tr th  {
    padding: 24px 0 0;
  }
  table.company_sheet tr th.sp_th_head,
  table.company_policy_table tr th.sp_th_head {
    padding: 0;
  }
  table.company_sheet tr td {
    padding: 8px 0 24px;
    border-bottom: 1px solid #707070;
  }
  table.company_policy_table tr td {
    padding: 8px 0 24px;
    border-bottom: 1px solid #707070;
  }
  table.company_policy_table tr td {
    font-size: 1.714rem;
  }
}
table.company_sheet,
table.company_policy_table {
  width: 100%;
}
table.company_sheet tr th {
  font-weight: bold;
  white-space: nowrap;
}
table.company_sheet tr th,
table.company_sheet tr td,
table.company_policy_table tr th,
table.company_policy_table tr td  {
  text-align: left;
}
table.company_sheet tr td ul li {
  list-style-type: disc;
  margin-left: 1em;
}
section.company_policy {
  background-color: #F7F7F7;
}
table.company_policy_table tr th {
  color: #003A84;
  font-weight: 700;
}
table.company_policy_table tr td {
  font-weight: 700;
}

/* プライバシー */
@media screen and (min-width:768px) {
  section.privacy {
    padding: 80px 0;
  }
  section.privacy .content {
    padding: 32px;
    max-width: 720px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
  }
  section.privacy .content h3 {
    font-size: 1.7142rem;
    margin: 48px auto 16px;
    font-weight: 700;
  }
}
@media screen and (max-width:767px) {
  section.privacy {
    padding: 12px 0;
    width: 100%;
  }
  section.privacy .content {
    padding: 16px 24px;
    width: calc(100% - 68px);
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
  }
  section.privacy .content h3 {
    font-size: 1.1428rem;
    margin: 32px auto 16px;
    font-weight: 700;
  }
}
section.privacy .content h3,
section.privacy .content h4,
section.privacy .content p,
section.privacy .content ul li {
  font-family: "Noto Sans JP", sans-serif;
}
section.privacy .content p,
section.privacy .content ul li {
  font-weight: 500;
}
section.privacy .content ul li {
  list-style-type: disc;
  margin-left: 1em;
}


/* Contact */
@media screen and (min-width:768px) {
  section.contact .content {
    padding: 0 0 80px;
  }
  section.contact .two_col {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    gap: 0 48px;
  }
  section.contact .two_col > div {
    width: calc(100% - 32px);
  }
  section.contact .contact_flow {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    gap: 0 124px;
    align-items: flex-start;
    margin: 40px auto;
  }
  section.contact .contact_flow > div {
    position: relative;
  }
  section.contact .contact_flow > div .num {
    color: #B34438;
    border: 2px solid #B34438;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 1.71428rem;
  }
  section.contact .contact_flow > div:after {
    content: "";
    position: absolute;
    background-color: #B34438;
    width: 60px;
    height: 2px;
    top: 40px;
    right: -92px;
  }
  section.contact .thanks_box {
    background-color: #fff;
    border-radius: 8px;
    max-width: calc(750px - 96px);
    margin: 0 auto;
    text-align: center;
    padding: 48px;
  }
  section.contact .thanks_box h3 {
    font-size: 1.7142rem;
  }
  section.contact h3 {
    font-size: 1.4285rem;
    margin: 32px auto 8px;
  }
}
@media screen and (max-width:767px) {
  section.contact .content {
    padding: 0 12px 64px;
  }
  section.contact .two_col {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 48px;
  } 
  section.contact .two_col > div {
    width: auto;
  }
  section.contact .two_col > div dl dd {
    
  }
  section.contact .two_col > div.explain_txt {
    width: 100%;
  }
  section.contact .contact_flow {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    gap: 0 82px;
    align-items: flex-start;
    margin: 40px auto;
  }
  section.contact .contact_flow > div {
    position: relative;
  }
  section.contact .contact_flow > div .num {
    color: #B34438;
    border: 2px solid #B34438;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 1.71428rem;
  }
  section.contact .contact_flow > div:after {
    content: "";
    position: absolute;
    background-color: #B34438;
    width: 30px;
    height: 2px;
    top: 30px;
    right: -57px;
  }
  section.contact .thanks_box {
    background-color: #fff;
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
    padding: 24px;
  }
  section.contact .thanks_box h3 {
    font-size: 1.5rem;
  }
  section.contact h3 {
    font-size: 1.1428rem;
    margin: 24px auto 8px;
  }
  section.contact .thanks_box p {
    text-align: left;
  }
   section.contact .thanks_box p.button {
    text-align: center;
  }
}
.explain_txt p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
section.contact .thanks_box h3 {
  color: #B34438;
  margin: 0 auto 24px;
  font-family: "Noto Sans JP", sans-serif;
}
section.contact .thanks_box p {
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
section.contact .thanks_box p:last-child {
  margin-bottom: 0;
}
section.contact h3:first-child {
  margin: 0 auto 8px;
}
section.contact .three_col {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 34px;
  margin: 16px auto 0;
}
section.contact .content dl dt {
  font-size: 1.1428rem;
  margin-top: 8px;
}
section.contact .content dl dt:first-child {
  margin-top: 0;
}
section.contact .content dl dt,
section.contact .content dl dd {
  font-weight: 500;
}
section.contact .content dl dd a {
  color: #0066C0;
}
section.contact .contact_flow > div .num.active {
  color: #fff;
  background-color: #B34438;
}
section.contact .contact_flow > div p {
  text-align: center;
  font-size: 1.1428rem;
  color: #B34438;
  margin: 8px auto 0;
}
section.contact .contact_flow > div:last-child::after {
  content: none;
}
#contact_form .form_contact dl dd {
  background-color: #F6F6F6;
  border-radius: 8px;
  padding: 11.5px 16px;
}

/* お問い合わせフォーム */
.contact_form {
  padding: 24px 16px;
  background-color: #fff;
  border-radius: 8px;
}
.form_contact dl dt,
.form_contact dl dd {
  font-family: "Noto Sans JP", sans-serif;
}
.form_contact dl dt {
  font-size: 1.1428rem;
  margin-bottom: 8px;
}
section.contact .form_contact .two_col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 16px;
  margin: 0 auto 24px;
}
.form_contact .two_col > div {
  width: 100%;
}
.form_contact .two_col > div dl {
  margin: 0 auto;
}
.form_contact dl {
  margin: 0 auto 24px;
}
dt span.need {
  font-size: 0.8571rem;
  color: #fff;
  background-color: #B34438;
  border-radius: 4px;
  padding: 2px 4px;
  margin-left: 8px;
}
dt span.any {
  font-size: 0.8571rem;
  color: #fff;
  background-color: #808080;
  border-radius: 4px;
  padding: 2px 4px;
  margin-left: 8px;
}
input::placeholder {
  font-weight: 500;
  color: #808080;
}
.last_check {
  margin: 0 auto 24px;
  text-align: center;
}
.last_check p {
  font-weight: 500;
}
.last_check p a {
  color: #0066C0;
  text-decoration: underline;
  font-weight: 500;
}
.last_check p a:hover {
  text-decoration: none;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after { content: ""; }
.form_contact .wpcf7-text, .form_contact .wpcf7-textarea {
  width: 100%;
  border-radius: 8px;
  background-color: #F6F6F6;
  box-sizing: border-box;
  border: 1px solid #F6F6F6;
}
.form_contact .wpcf7-text {
  height: auto;
  padding: 11.5px 16px;
}
.form_contact .wpcf7-textarea {
  padding: 11.5px 16px;
}
input[type=checkbox]{
  display: none;
}
span.wpcf7-list-item {
 margin-left: 0;
}
input[type=checkbox] + .wpcf7-list-item-label {
  padding-left: 23px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 18px;
}
input[type=checkbox] + .wpcf7-list-item-label::after,
input[type=checkbox] + .wpcf7-list-item-label::before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #B9B9B9;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 0;
}
input[name=youracceptance] + .wpcf7-list-item-label::after,
input[name=youracceptance] + .wpcf7-list-item-label::before {
  top: 5px;
}
input[type=checkbox] + .wpcf7-list-item-label::after {
  opacity: 0;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  left: 2px;
  border: none;
  border-right: 2px solid #1D1d1D;
  border-bottom: 2px solid #1D1d1D;
  top: -3px;
}
input[name=youracceptance] + .wpcf7-list-item-label::after {
  top: 3px;
}
input[type=checkbox]:checked + .wpcf7-list-item-label {
  color: #656565;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7 form .wpcf7-response-output {
  background-color: #fff;
}
.wpcf7-spinner {
  width: 0;
  height: 0;
  margin: 0;
}

/* button */
@media screen and (min-width:768px) {
  .button {
    margin-top: 32px;
  }
  .button a,
  .button_othersite a {
    padding: 6px 24px 8px;
    background-color: #B34438;
    border: 1px solid #B34438;
    color: #fff;
    position: relative;
    border-radius: 30px;
    line-height: 20px;
    font-size: 1.1428rem;
    position: relative;
    display: inline-block;
    text-align: center;
  }
  p.submit_button {
    position: relative;
    display: inline-block;
  }
  p.submit_button input,
  p.previous_button input {
    padding: 10px 24px;
    background-color: #B34438;
    border: 1px solid #B34438;
    color: #fff;
    position: relative;
    border-radius: 42px;
    line-height: 1.1428rem;
    font-size: 1.1428rem;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: .3s ease;
    min-width: 180px;
  }
  p.previous_button input {
    margin: 0 auto 16px;
  }
  p.submit_button:after {
    transition: .3s ease;
    position: absolute;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    right: calc(50% - 23px);
  }
  .button a:hover,
  .button_othersite a:hover,
  p.submit_button input:hover,
  p.previous_button input:hover {
    background-color: #fff;
    border: 1px solid #B34438;
    opacity: 1;
    color: #B34438;
  }
  .recruit_banner {
    max-width: 1000px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width:767px) {
  .button {
    margin: 24px auto 0;
    text-align: center;
  }
  .button a,
  .button_othersite a {
    padding: 6px 24px 8px;
    background-color: #B34438;
    border: 1px solid #B34438;
    color: #fff;
    position: relative;
    border-radius: 30px;
    line-height: 20px;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    text-align: center;
  }
  p.submit_button {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  p.submit_button input,
  p.previous_button input {
    padding: 10px 24px;
    background-color: #B34438;
    border: 1px solid #B34438;
    color: #fff;
    position: relative;
    border-radius: 42px;
    line-height: 1.1428rem;
    font-size: 1.1428rem;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: .3s ease;
    min-width: 180px;
  }
  p.previous_button input {
    margin: 0 auto 16px;
  }
  p.submit_button:after {
    position: absolute;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    right: calc(50% - 31px);
  }
  .recruit_banner {
    margin: 0 auto 80px;
  }
}
.submit_box {
  text-align: center;
  margin: 0 auto;
}
section.recruit .button {
  margin: 0 auto 0;
  text-align: center;
}
p.button.center {
  text-align: center;
}
p.button.center {
  margin: 24px auto 0;
}
p.button_othersite {
  margin-top: 40px;
}
.recruit_banner {
  overflow: hidden;
  width: 100%;
}
.recruit_banner a img {
  height: auto;
  transition: transform .6s ease;
}
.recruit_banner a:hover img {
  transform: scale(1.1);
}
@media screen and (min-width: 768px){
  .spver,
  footer .links.spver {
    display: none;
  }
}
@media screen and (max-width: 767px){
  .pcver {
    display: none;
  }
  .center {
    margin: auto;
  }
}

/* Animetion */
.animation_box {
  opacity: 0;
  transform: translateY(20px);
  transition: 2.5s ease;
}
.fv h2 {
  opacity: 0;
  animation: textIn 5s ease 1s 1 forwards;
}
@keyframes textIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform-origin: 0 0;
  animation-name: rotate-item;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.item-01 {
  z-index: 3;
  animation-duration: 15s;
}
.item-02 {
  z-index: 2;
  left: 45%;
  animation-duration: 50s;
  animation-direction: reverse;
}
.item-03 {
  z-index: 4;
  left: 40%;
  animation-duration: 8s;
}
.item-04 {
  z-index: 1;
  animation-duration: 10s;
}
.round {
  position: relative;
  border-radius: 50%;
}
.round-01 {
  z-index: 3;
  top: 0%;
  width: 18vw;
  height: 18vw;
  background-color: rgba(255,255,255,.2);
  filter: blur(50px);
  animation: flash 5s linear infinite;
}
.round-02 {
  top: -20%;
  width: 30vw;
  height: 30vw;
  background-color: rgba(255,255,255,.2);
  filter: blur(80px);
  animation: flash 8s linear infinite;
}
.round-03{
  top: 60%;
  width: 3vw;
  height: 3vw;
  background-color: rgba(255,255,255,.2);
  filter: blur(20px);
  animation: flash 3s linear infinite;
}
.round-04{
  top: -70%;
  left: -60%;
  width: 40vw;
  height: 40vw;
  background-color: rgba(255,255,255,.2);
  filter: blur(150px);
  animation: flash 10s linear infinite;
}
@keyframes rotate-item {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes flash {
	0%,
	100% {
		opacity: 0.8;
	}
	50% {
		opacity: 0.5;
	}
}
