@charset "utf-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse; width:100%;}
fieldset,img{border:0; vertical-align:top;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
section{display:block;}
figure,figcaption{margin:0; padding:0;}
main {display:block;padding:0;margin:0;position: relative;z-index: 2;}
small {font-size: 100%;}
.cf:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size: 0.1em;}
.cf	{display:inline-block;zoom:1;}
ul.col {
	letter-spacing:-0.5em;
}
ul.col li {
	display:inline-block;
	vertical-align:top;
	letter-spacing:0.01em;
}
/* \*/
* html .cf	{height:1%;}
.cf	{display:block;}
/* */
a:link,a:visited {
    backface-visibility:hidden;
-webkit-backface-visibility: hidden;  
    transition: ease-in-out .2s;
	
	text-decoration:none;
	color:var(--c-base);
}
a:hover {
    outline:none;
}
a:focus, *:focus { outline:none; }
img {
	max-width: 100%;
    height: auto;
}
:root {
    --f-jp: "Noto Sans JP", sans-serif;
    --f-en: "Inter", sans-serif;
    --c-base:#231815;
}

/*----------------common----------------*/

body {
  font-family: var(--f-jp);
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: var(--c-base);
  word-wrap: break-word;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
main {
    overflow: hidden;
}
.header {
    padding: 20px;
}
.header img {
    width: 380px;
}
.inner {
    max-width: 1180px;
    margin: auto;
    width: 86%;
}
.main-visual {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 750px;
    margin-bottom: 300px;
}
.main-visual:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.21);
    z-index: 1;
}
.main-visual video {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-visual .video-sp {
    display: none;
}
.main-visual dl {
    height: 100%;
    position: relative;
    z-index: 3;
    max-width: 1180px;
  margin: auto;
  width: 86%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column;
    color: #fff;
    padding-top: 30px;
    box-sizing: border-box;
}
.main-visual dt img {
    width: 900px;
    margin-bottom: 30px;
}
.main-visual dd {
    font-size: 20px;
}
.lead {
    background-color: #cddde6;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-bottom: 100px;
    margin-left: 4%;
    margin-right: 4%;
}

.lead h2 {
}
.lead h2 img {
    margin-top: -240px;
    width: 1150px;
}
.lead__movie h3 {
    font-family: var(--f-en);
    font-weight: 900;
    font-size: 43px;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 20px;
}
.lead__movie-img {
    position: relative;
    display: block;
}
.lead__movie-img:after {
    background-image: url("../images/play.svg");
    width: 180px;
    height: 180px;
    background-color: rgba(0,0,0,0.70);
    background-position: left 65px center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    background-size: 80px 100px;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -90px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lead__movie-img:hover:after {
    transform: scale(1.1);
}
.lead__movie-img img {
    border-radius: 15px;
}
.fancybox__backdrop {
  background: rgba(43,46,56,0.9) !important;
}
.feature {
    background-color: #cddde6;
    margin-left: 4%;
    margin-right: 4%;
    padding-bottom: 300px;
    position: relative;
    z-index: 1;
}
.second-ttl {
    font-weight: 900;
    font-size: 54px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
}
.second-ttl span {
    font-family: var(--f-en);
    font-weight: 900;
    font-style: italic;
    display: block;
    font-size: 28px;
}
.feature__lead {
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 100px;
}
.feature__item {
    display: flex;
    align-items: center;
}
.feature__item:not(:last-child) {
    margin-bottom: 40px;
}
.feature__item .com-btn {
    max-width: 350px;
    margin-left: 0;
    margin-top: 40px;
}
.feature__item-img {
    flex-shrink: 0;
    width: 43%;
}
.feature__item-img--left {
    margin-right: 6%;
}
.feature__item-img--right {
    margin-left: 6%;
    order: 2;
}
.feature__item-num {
    font-family: var(--f-en);
    font-weight: 900;
    text-align: center;
    display: inline-block;
    font-style: italic;
    font-size: 23px;
    line-height: 1;
    margin-bottom: 20px;
}
.feature__item-num span {
    display: block;
    font-size: 90px;
    margin-top: 5px;
}
.feature__item-txt {
}
.feature__item-txt h3 {
    font-weight: 900;
    font-size: 42px;
    margin-bottom: 30px;
    line-height: 1.6;
    font-feature-settings: "palt";
}
.feature__item-txt--right {
    margin-right: 8%;
}
.feature__item-txt--left {
    margin-left: 8%;
    order: 1;
}

.interview {
    position: relative;
    padding-top: 220px;
    z-index: 2;
    margin-top: -180px;
    padding-bottom: 220px;
    margin-bottom: -250px;
}
.interview h2 {
    margin-bottom: 100px;
}
.interview .inner {
    position: relative;
    z-index: 2;
}
.interview__txt {
    position: absolute;
    z-index: 2;
    top: 20px;
    width:50px;
}
.interview__txt--left {
    left: -25px;
}
.interview__txt--right {
    right: -25px;
}
.interview:after {
    background: #93C85F;
background: linear-gradient(45deg,rgba(147, 200, 95, 1) 0%, rgba(223, 238, 214, 1) 58%, rgba(87, 177, 214, 1) 100%);
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0%;
    right: 0%;
    bottom: 0;
    transform-origin: right center;
    clip-path: polygon(
  0 6%,
  100% 0,
  100% 94%,
  0 100%
);
}
.interview__row {
    display: flex;
    gap:80px;
    flex-wrap: wrap;
}
.interview__item {
    width:calc((100% - 80px) / 2);
}
.interview__item a {
    display: block;
}
.interview__item-img img {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.interview__item a:hover .interview__item-img img {
    transform: scale(1.05);
}
.interview__item-img {
    position: relative;
    overflow: hidden;
}

.interview__item-img h3 {
    position: absolute;
    z-index: 1;
    left: 150px;
    font-weight: 900;
    color: #fff;
    font-size: 50px;
    bottom: 20px;
    line-height: 1.5;
    text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.35);
}
.interview__item-num {
    width: 135px;
    height: 135px;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 20px;
    padding-right: 18px;
    box-sizing: border-box;
    flex-flow: column;
    align-items: center;
    background-image: url("../images/bg_interview.svg");
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    color: #fff;
    font-family: var(--f-en);
  font-weight: 900;
    font-style: italic;
    line-height: 1;
    font-size: 15px;
}
.interview__item-num span {
    font-size: 54px;
    display: block;
    margin-top: 5px;
}
.interview__item-pos {
    background-color: var(--c-base);
    color: #fff;
    display: inline-block;
    font-weight: 800;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.interview__item-name {
    display: flex;
    font-size: 19px;
    align-items: flex-end;
    line-height: 1.7;
}
.interview__item-name dt {
    font-size: 25px;
    font-weight: 800;
    margin-right: 10px;
}
.interview__item-name dd {
    padding-bottom: 3px;
}
.modal-inner {

}
.interview__item-remodal {
    max-width: 980px !important;
    padding: 0 !important;
    padding-bottom: 80px !important; 
    text-align: left !important;
    box-sizing: border-box !important;
    scroll-margin-top: 80px;
    

}
.remodal {
    color: inherit !important;
}
.remodal-wrapper {
  padding: 80px 5% !important;
    box-sizing:  border-box !important;
    
    
}
.interview__item-remodal .close-icon {
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: 2;
    content: "";
    width: 40px;
    height:40px;
    top: -50px;
  right: 0px;
    background-size: 30px;
}
.interview__item-remodal h4 {
    color: #188ccd;
    font-family: var(--f-en);
  font-weight: 900;
  font-style: italic;
    font-size: 30px;
    padding-top: 30px;
    padding-left: 30px;
}
.interview__item-remodal .sub-name {
    margin-top: 15px;
}
.interview__item-remodal h5 {
    font-weight: 900;
    font-size: 47px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.interview__item-remodal h6 {
    color: #188ccd;
    font-weight: 800;
    font-size: 23px;
    margin-bottom: 5px;
}
.interview__item-remodal-lead {
    position: relative;
    padding-top: 120px;
    margin-top: -30px;
}
.interview__item-remodal-mdb {
    margin-bottom: 40px;
}
.interview__item-remodal-lead:after {
    background: #93C85F;
  background: linear-gradient(45deg,rgba(147, 200, 95, 1) 0%, rgba(223, 238, 214, 1) 58%, rgba(87, 177, 214, 1) 100%);
  content: "";
  position: absolute;
  z-index: -2;
  top: 0px;
  left: 0%;
  right: 0%;
  bottom: -200px;

}
.interview__item-remodal-lead-bg {
    background-image: url("../images/bg_interview_parts.svg");
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    content: "";
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    top: 0;
}
.interview__item-remodal-lead-bg--bottom {
    transform: scale(-1, -1);
    top: inherit;
    bottom: -200px;
}
.interview__item-remodal-comment {
    display: flex;
}
.interview__item-remodal-comment--mdb {
    margin-bottom: 15px;
}
.interview__item-remodal-comment dt {
    flex-shrink: 0;
    width: 55px;
    color: #188ccd;
    font-weight: 700;
}
.interview__item-remodal-pos {
    background-color: var(--c-base);
  color: #fff;
  display: inline-block;
  font-weight: 800;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}

.interview__item-remodal-name {
    font-size: 29px;
  font-weight: 800;
    margin-bottom: 30px;
}
.interview__item-remodal-name span {
    font-size: 80%;
}
.interview__item-remodal .close-btn {
    background-color: #003d8f;
  font-weight: 700;
  display: flex;
  height: 65px;
  color: #fff !important;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  max-width: 300px;
  margin: auto;
    margin-top: auto;
  margin-top: 60px;
    cursor: pointer;
}
.interview__item-remodal .close-btn:hover {
    opacity: 0.8;
}

.description {
    padding-top: 300px;
    background-color: #cddde6;
  margin-left: 4%;
  margin-right: 4%;
    padding-bottom: 150px;
}
.description h2 {
    margin-bottom: 80px;
}
.description__dtl {
    background-color: #fff;
    padding: 80px;
}
.description__dtl table {
    line-height: 1.9;
}
.description__dtl th {
    color: #188ccd;
    font-weight: 700;
    vertical-align: top;
    padding-bottom: 25px;
    width: 210px;
    padding-right: 40px;
    
}
.description__dtl td {
    padding-bottom: 25px;
}
.description__dtl td span {
    font-weight: 700;
    text-decoration: underline;
    display: block;
    margin-bottom: 15px;
}
.description__dtl tr:last-child th {
    padding-bottom: 0;
}
.description__dtl tr:last-child td {
    padding-bottom: 0;
}

.gallery ul {
    display: flex;
    margin-left: 4%;
  margin-right: 4%;
}
.contact {
background-color: #cddde6;
  margin-left: 4%;
  margin-right: 4%;
    padding-top: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 100px;
}
.contact__lead {
    text-align: center;
    margin-bottom: 60px;
}
.contact__lead a {
    color: #188ccd;
    font-family: var(--f-en);
    font-weight: 700;
}
.contact__lead a:hover {
    text-decoration: underline;
}
.contact table th {
    font-weight: 700;
    width: 300px;
    padding-bottom: 30px;
    
}
.contact table th.th-top {
    vertical-align: top;
    padding-top: 5px;
}
.contact table td ul {
    display: flex;
    gap:25px;
}
.contact table td ul li {
    display: flex;
    align-items: center;
    line-height: 1.2;
}
.contact table td {

    padding-bottom: 30px;
    
}
.contact table th span {
    background-color: var(--c-base);
    color: #fff;
    font-size: 80%;
    width: 60px;
    display: inline-block;
    border-radius: 40px;
    text-align: center;
    line-height: 1.3;
    padding: 3px;
    margin-left: 15px;
}
.contact__input {
    box-sizing: border-box;
    border: none;
    padding: 10px;
    height: 60px;
    width: 100%;
    border: 2px solid #fff;
}
.contact__input:focus {
    border-color: #188ccd;
}
.contact__input--txt {
    height: 250px;
}
.contact__radio {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.contact__check-txt {
    text-align: center;
    margin-bottom: 15px;
}
.contact__check-txt a {
    text-decoration: underline;
      color: #188ccd;
}
.contact__check-txt a:hover {
    text-decoration: none;
}
.contact__checkbox {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.contact__check {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact__btn button{
    border: none;
    font-family: inherit;
    background-color: #003d8f;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    height: 65px;
    justify-content: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    width:340px;
    cursor: pointer;
    border-radius: 40px;
    transition: ease-in-out .2s;
}
.contact__btn {
    display: flex;
    gap:30px;
    justify-content: center;
    margin-top: 50px;
}
.contact__btn button:hover {
    opacity: 0.8;
}
.contact__link {
    text-align: center;
}
.contact__link .com-btn {
    margin-top: 20px;
}
.back-btn {
    background-color: #545D68 !important;
}

.recruit h2 {

}
.recruit h2 span{

}
.recruit {
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.recruit__mynavi {
    border: #ccc 1px solid;
    max-width: 400px;
    display: block;
    text-align: center;
    padding: 30px;
    margin: auto;
}
.recruit__mynavi:hover {
    border-color: #003d8f;
}
.recruit__wrap a img {
}
.com-btn {
    background-color: #003d8f;
    font-weight: 700;
    font-size: 18px;
  display: flex;
  height: 65px;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    max-width: 420px;
    margin: auto;
    margin-top: 60px;
    background-image: url("../images/arrow.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 32px;
}
.com-btn:hover {
    opacity: 0.8;
}
.form .footer {
    margin-top: 0;
}
.footer {
    background-color: #188ccd;
    text-align: center;
    color: #fff;
}
.footer .inner {
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer dt img {
    width: 550px;
    margin-bottom: 30px;
}
.footer dd {
    line-height: 1.7;
}
.footer dd a {
    color: #fff;
}
.footer__link {
    display:flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.footer__link li a {
    display: block;
}
.footer__link li a:hover {
    opacity: 0.8;
}

.footer__link li img {
    width: 120px;
}

br.sp-only {
        display: none;
    }
.contact-conf {
    border-radius: 0px;
    padding-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
}
.form .footer__img {
    display: none;
}
.contact-conf table th {
    border-bottom: #fff 1px solid;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-conf table td {
    border-bottom: #fff 1px solid;
    padding-top: 20px;
    padding-bottom: 20px;
}
.fancybox-bg {
  background: rgba(43,46,56,0.9) !important;
}
@media screen and (max-width:1080px){
html {
    font-size: calc(100vw / 37.5);
  }
    body {
        font-size: 1.4rem;
        line-height: 1.9;
    }
    br.sp-only {
        display: inherit;
    }
br.sp-none {
        display: none;
    }
.header img {
  width: 19rem;
}
.header {
  padding: 1.5rem;
}
.main-visual {
  height: 54rem;
  margin-bottom:10rem;
}
.main-visual .video-sp {
    display: block;
}
.main-visual .video-pc {
    display: none;
}
.main-visual dl {
  padding-top: 0;
    justify-content: flex-end;
  align-items: flex-start;
    text-align: left;
}
.main-visual dt img {
  margin-bottom: 2rem;
}
.main-visual dd {
  font-size: 1.4rem;
    padding-bottom: 3rem;
}
.lead {
  padding-bottom:6rem;
    margin-left: 0;
    margin-right: 0;
}
.lead h2 img {
  margin-top: -6rem;
  width: 30rem;
}
.lead__movie h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.lead__movie-img::after {
  width: 7rem;
  height: 7rem;
  background-position: left 2.5rem center;
  background-size: 3rem 4rem;
  margin-left: -3.5rem;
  margin-top: -3.5rem;
}
.second-ttl {
  font-size: 3rem;
  margin-bottom: 3rem;
    line-height: 1.3;
}
.second-ttl span {
  font-size: 1.6rem;
  margin-top: 1rem;
}
.feature {
  margin-left: 0%;
  margin-right: 0%;
  padding-bottom: 22rem;
}
.feature__lead {
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.feature__item {
  display: block;
}
.feature__item-img--left {
  margin-right: 4%;
}
.feature__item-img {
  width: auto;
    margin-bottom: 3rem;
    box-sizing: border-box;
}
.feature__item-txt {
    text-align: center;
    padding-left: 7%;
    padding-right: 7%;
}
    .feature__item-txt p {
        text-align: left;
    }
.feature__item-num {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.feature__item-num span {
  font-size: 6rem;
  margin-top: 0.5rem;
}
.feature__item-txt--right {
  margin-right:0%;
}
.feature__item-txt h3 {
  font-weight: 900;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.feature__item-txt h3 {
  font-size: 2.3rem;
  margin-bottom: 2rem;
}
.feature__item-img--right {
  margin-left: 7%;
}
.feature__item-img--left {
  margin-right: 7%;
}
.feature__item-txt--left {
  margin-left: 0;
}
.feature__item:not(:last-child) {
  margin-bottom: 4rem;
}
.com-btn {
  font-size: 1.4rem;
  height: 6rem;
  border-radius: 4rem;
  max-width: 43rem;
  margin-top: 4rem;
  background-position: right 2rem center;
  background-size: 3rem;
}
    
.feature__item .com-btn {
  max-width: 35rem;
  margin-top: 3rem;
}
.interview {
  position: relative;
  padding-top: 9rem;
    padding-bottom: 9rem;
}
.interview:after {
    clip-path: polygon(
  0 2%,
  100% 0,
  100% 98%,
  0 100%
);
}
.interview__row {
  display: block;
}
.interview__item {
  width: auto;
}
    .interview__item:not(:last-child) {
        margin-bottom: 4rem;
    }
.interview__txt {
  top: 2rem;
  width: 3rem;
}
.interview h2 {
  margin-bottom: 4rem;
}
.interview__txt--right {
  right: -1rem;
}
.interview__txt--left {
  left: -1rem;
}
.interview__item-img h3 {
  left: 11rem;
  font-size: 3rem;
  bottom: 2rem;
  line-height: 1.5;
}
.interview__item-num {
  width: 10rem;
  height: 10rem;;
  padding-bottom: 1rem;
  padding-right: 1.4rem;
  font-size: 1.1rem;
}
.interview__item-num span {
  font-size: 4rem;
  margin-top: 0.5rem;
}
.interview__item-pos {
  font-size: 1.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.interview__item-name dt {
  font-size: 2rem;
  margin-right: 1rem;
}
.interview__item-name dd {
  padding-bottom: 0.2rem;
  font-size: 1.4rem;
}
.interview__item-remodal h4 {
  font-size: 1.7rem;
  padding-top: 2rem;
  padding-left: 2rem;
}
.interview__item-remodal-lead {
  padding-top: 5rem;
  margin-top: 0rem;
}
.interview__item-remodal h5 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
.interview__item-remodal-pos {
    font-size: 1.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0.5rem;
  }
.interview__item-remodal-name {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.interview__item-remodal .sub-name {
  margin-top: 1rem;
}
.interview__item-remodal-mdb {
  margin-bottom: 3rem;
}
.interview__item-remodal h6 {

  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.interview__item-remodal-comment {
  display: block;
}
.interview__item-remodal-comment dt {
  width: auto;
}  
.interview__item-remodal .close-btn {
  font-size: 1.4rem;
    height: 5rem;
    border-radius: 4rem;
    max-width: 25rem;
    margin-top: 4rem;
}
.interview__item-remodal {
  padding-bottom: 5rem !important;
}
.remodal-wrapper {
  padding: 6rem 4% !important;
    padding-bottom: 2rem !important;
}
.interview__item-remodal .close-icon {
  width: 3rem;
  height: 3rem;
  top: -4rem;
}
.interview__item-remodal-lead-bg {
  height: 3rem;
}
.interview__item-remodal-lead::after {
  bottom: -13rem;
}
.interview__item-remodal-lead-bg--bottom {
  bottom: -13rem;
}  
    
.description {
    padding-top: 30rem;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 6rem;
  }
.description h2 {
  margin-bottom: 4rem;
}
    .description__dtl table th {
        display:block;
        width: auto;
        padding-bottom:0;
        border-bottom: #ccc 1px solid;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .description__dtl table td {
        display:block;
        width: auto;
        padding-bottom: 2.5rem;
    }
.description__dtl td span {
  margin-bottom: 1.5rem;
}
.description__dtl {
  padding: 2rem;
}

.contact {
  margin-left: 0;
  margin-right: 0;
  padding-top: 6rem;
    padding-bottom: 6rem;
}
.contact__lead {
  margin-bottom: 4rem;
    text-align: left;
}
.contact table th {
  padding-bottom: 2rem;
    width: auto;
    display: block;
}
.contact table td {
    width: auto;
    display: block;
}
.contact table th span {
  width: 5rem;
  border-radius: 4rem;
  line-height: 1.3;
  padding: 0.3rem;
  margin-left: 1rem;
}
.contact table td {
  padding-bottom: 2.5rem;
}
.contact__input {
  padding: 1rem;
  height: 5rem;
    font-size: 1.6rem;
}
.contact__input--txt {
  height: 20rem;
}
.contact__radio {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.5rem;
}
.contact table td ul {
  display: block;
}
    .contact table td ul li:not(:last-child) {
        margin-bottom: 1rem;
    }
.contact__checkbox {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1rem;
}
.contact__btn {
  display: block;
  margin-top: 3rem;
}
    .contact__btn li:not(:last-child) {
        margin-bottom: 1.5rem;
    }
.contact__btn button {
  font-size: 1.4rem;
    height: 6rem;
    border-radius: 4rem;
    max-width: 43rem;
    width: 100%;
    
}
.contact__check-txt {
  margin-bottom: 1.5rem;
}
.recruit {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.recruit h2 {

}
.recruit h2 span {

}
.recruit__mynavi {
  max-width: 40rem;
  padding: 2rem;
}
.recruit .com-btn {
    margin-top: 3rem;
    justify-content: flex-start;
    padding-left: 1.5rem;
    background-position: right 1.3rem center;
  }
.footer {

}
.footer .inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer dt img {
  width: 26rem;
  margin-bottom: 2rem;
}
.footer__link {
  gap: 2rem;
  margin-top: 4rem;
    margin-bottom: 4rem;
}
.gallery ul {
    margin-left: 0%;
    margin-right: 0%;
}
.contact-conf {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.contact-conf table {
    border-top: #fff 1px solid;
    }
.contact-conf table th {
        padding-bottom: 0rem;
    padding-top: 1rem;
    border-bottom: none;
    }
.contact-conf table td {
        padding-bottom: 1rem;
    border-bottom: #fff 1px solid;
    padding-top: 0;
    }
.form .contact__lead {
        margin-bottom: 3rem;
    }
.contact__link .com-btn {
  margin-top: 1.5rem;
}
}




































