@charset "UTF-8";
/*!
Theme Name: tic
Theme URI: 
Author: tic
Version: 1.0.0
*/
/* =====================================================
## reset
===================================================== */
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul[class], ol[class] {
    padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
}

body {
    line-height: 1.5;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
}

ul[class], ol[class] {
    list-style: none;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

img {
    display: block;
    max-width: 100%;
}

article > * + * {
    margin-top: 1em;
}

input, button, textarea, select {
    font: inherit;
}

/* =====================================================
## layout
===================================================== */
a {
    color: #595858;
}

.txt_deco {
    text-decoration: none;
}

.sp_navi {
    display: none;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.jc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bd_r {
    border: 1px solid #000;
    border-radius: 20px;
}

.li_info {
    padding: 3px 0px;
}

.align_i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_mg {
    padding: 30px 0 20px 0;
    margin: auto;
    width: 1000px;
}

.header_mg .header_logo {
    width: 95px;
}

.drawer-open .drawer-hamburger-icon::before,
.drawer-open .drawer-hamburger-icon::after {
    background-color: #fff !important;
}
.pc_navi ul li{position: relative;}
.pc_navi ul li:nth-child(n+2){
	margin-left: 20px;
}
.pc_navi .bd_r i {
    padding-right: 5px;
}

.pc_navi .bd_r.active {
    background-color: #789180;
    border-color: #fff;
    color: #fff;
}

.pc_navi .bd_r.active a {
    color: #fff;
}

.pc_navi li span {
	position: absolute;
	top:calc(100% + 5px);
	left:50%;
	margin-left: -4px;
    display: inline-block;
    height: 12px;
    width: 8px;
}

.pc_navi li.active span {
    background-color: #789180;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.pc_navi li.active span::before, .pc_navi li.active span::after {
    border: 6px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    content: '';
    display: inline-block;
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.pc_navi li.active span::before {
    border-right-color: #789180;
    right: 100%;
}

.pc_navi li.active span::after {
    border-left-color: #789180;
    left: 100%;
}

.sp_navi .drawer-toggle {
    right: 10px !important;
    top: -5px;
}

.sp_navi .drawer-nav {
    background-color: #789180;
    z-index: 3;
}

.sp_navi .drawer-nav .header_logo {
    border-bottom: 1px solid #fff;
    padding: 16px 0 17px 0;
    width: 90%;
}

.sp_navi .drawer-nav .header_logo img {
    margin: auto;
    width: 62px;
}

.sp_navi .drawer-nav li {
    font-size: 22px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}

.sp_navi .drawer-nav li:last-of-type {
    font-size: 18px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}

.sp_navi .drawer-nav li:last-of-type .bd_r {
    border-color: #fff;
    padding: 5px 15px;
}

.slick-list {
  height: calc(90vh - 82px);
}

.slick-dots {
    bottom: -40px;
}

.bd_top {
    border-top: 1px solid #818182;
}

.index {
    margin-bottom: 110px;
}

.index #ly_header {
    margin-bottom: 110px;
}

.index #ly_main #bl_news {
    margin-bottom: 135px;
    width: 100%;
}

#news_img {
    display: inline;
    margin: 0px;
    max-width: 50%;
    padding: 45px 5px 0px 0px;
}

#news_img img {
    width: 100%;
}

.news_header {
    font-size: 75px;
    margin: 0px;
    padding: 0px;
}

.news_header img {
    width: 55%;
}

.news_update {
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
    margin-top: 0;
}

#news_list {
    margin: 0px;
    padding: 0px;
    width: 50%;
}

#news_list::before {
    background-color: #818182;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 30px;
    width: 100%;
}

#news_list p {
    border-top: 1px solid #808080;
    font-size: 14px;
    margin: 5px;
    margin-left: 35px;
    margin-right: 50px;
    padding-left: 5px;
    padding-top: 10px;
}

#news_list p:last-child {
    border-bottom: 1px solid #808080;
    padding-bottom: 8px;
}

#news_list p time {
    color: #789180;
    font-size: 13px;
    margin-right: 16px;
}

#news_list p.arrow::before,
#news_list p.arrow::after {
    bottom: 0 !important;
    top: 0 !important;
}

.news_title {
    padding: 0px 35px;
}

#bl_recruit {
    margin-bottom: 125px;
    width: 100%;
}

#bl_recruit_img {
    max-width: 50%;
}

#bl_recruit_img img {
    width: 100%;
}

#bl_recruit_txt, #bl_recruit_txt h2, #bl_recruit_txt h3 {
    margin: 0px;
    padding: 0px;
}

#bl_recruit_txt {
    margin: 90px 50px 0px 0px;
    padding: 0px 0px 0px 65px;
    text-align: left;
    width: 50%;
}

#bl_recruit_txt .bl_recruit_title {
    font-size: 52px;
    padding-top: 40px;
}

#bl_recruit_txt .bl_recruit_subtitle {
    font-size: 19px;
    letter-spacing: 0.3em;
}

#bl_recruit_txt h2 {
    font-size: 48px;
    font-size: 3rem;
}

.arrow {
    display: inline-block;
    padding: 0 0 0 18px;
    position: relative;
    text-decoration: none;
}

.arrow::before, .arrow::after {
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    vertical-align: middle;
}

.arrow::before {
    background: #789180;
    height: 13px;
    top: 3px;
    width: 13px;
}

.arrow::after {
    -webkit-transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 5px;
    left: 3px;
    top: 7px;
    transform: rotate(45deg);
    width: 5px;
}

#content, .content_wrapper {
  width: 1000px;
  margin: auto;
}
.content_wrapper {
    margin-bottom: 125px;
    margin-top: 100px;
}

.content_wrapper #ly_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.content_wrapper #ly_header .img_box {
    margin-top: 60px;
    width: 50%;
}

.content_wrapper #ly_header .bd_top {
    padding-left: 80px;
    width: 50%;
}

.content_wrapper #ly_header .bd_top img {
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 0.3em;
    line-height: 1.3em;
    margin-bottom: 30px;
    padding-top: 100px;
    width: 330px !important;
}

.content_wrapper #ly_header .bd_top p {
    letter-spacing: 0.3em;
}

.business img {
    width: 100%;
}

.business #ly_header {
    margin-bottom: 125px;
}

.business #ly_main .flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.business #ly_main .flex h2 {
    color: #789180;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 2em;
    margin-bottom: 100px;
    padding-left: 10px;
    padding-top: 60px;
    width: 75%;
}

.business #ly_main .img_box {
    margin-bottom: 60px;
    width: 60%;
}

.business #ly_main #business_texts {
    margin-bottom: 250px;
}

.business #ly_main #business_texts p {
    letter-spacing: 0.3em;
    margin: auto;
    margin-bottom: 40px;
    text-align: justify;
    width: 55%;
}

.business #ly_main #business_texts .img_box {
    margin: auto;
    padding-top: 20px;
    width: 55%;
}

.company #ly_header {
  position: relative;
  z-index: 2;
  /*??*/
  padding-bottom: 50px;
}

.company #ly_header .slick-list {
  height: calc(100vh - 300px);
  min-height: 350px;
}

.company #ly_main {
    position: relative;
    /*top: -110px;*/
    z-index: 1;
}

.company #ly_main .main_wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.company #ly_main .main_wrapper ul {
    padding-left: 80px;
    width: 70%;
}

.company #ly_main .main_wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 1.5em;
}

.company #ly_main .main_wrapper ul li .director .flex p:first-of-type {
    width: 120px;
}

.company #ly_main .main_wrapper ul li .li_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.company #ly_main .main_wrapper ul li .li_content .bd {
    margin: 15px 0;
}

.company #ly_main .main_wrapper ul li .li_content .bd p {
    margin: 4px 8px;
}

.company #ly_main .main_wrapper ul li .li_content .invest img {
    margin: auto;
}

.company #ly_main .main_wrapper ul li h2 {
    color: #789180;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-right: 25px;
    width: 105px;
}

.company #ly_main .main_wrapper ul li p {
    font-size: 14px;
    letter-spacing: 0.1em;
}

.company #ly_main .main_wrapper ul li .director p:last-of-type {
  flex: 1;
}

.company #ly_main .main_wrapper ul li .facility {
    margin-bottom: 2em;
}

.company #ly_main .main_wrapper ul li .facility:last-child {
    margin-bottom: 0;
}

.company #ly_main .main_wrapper ul li .facility h3 {
    border-bottom: 1px solid #818182;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.2em;
    padding-bottom: 5px;
}

.company #ly_main .main_wrapper ul li .facility h3:first-child {
    padding-top: 0;
}

.company #ly_main .main_wrapper ul li .facility .flex {
    margin-bottom: 5px;
    margin-top: 5px;
}

.company #ly_main .main_wrapper ul li .facility .flex div:first-of-type {
    margin-right: 1em;
    width: 60px;
}

.company .company_toggle_btn span:last-of-type {
    display: none;
}

.company .company_toggle_btn:hover {
    cursor: pointer;
    opacity: 0.6;
}

.company .company_toggle_area {
    display: none;
}

.company .company_toggle_area h3 {
    background-color: #DFEBF7;
    border-bottom: 1px solid #404040;
    font-size: 14px;
    padding: 2px;
}

/*
.content_wrapper #ly_header .bd_top img {
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 0.3em;
    line-height: 1.3em;
    margin-bottom: 30px;
    padding-top: 100px;
    width: 330px !important;
}
*/
.company .bd_top > img{
	margin-bottom: 30px;
}
.company #ly_header .bd_top .logo_ani{
	margin-top: 100px;
}
.company #ly_header .bd_top .logo_ani li{
	opacity:0;
}
.company #ly_header .bd_top .logo_ani li:nth-child(1){animation: fadeIn 2s ease 1s 1 normal both;}
.company #ly_header .bd_top .logo_ani li:nth-child(2){animation: fadeIn 2s ease 2.5s 1 normal both;}
.company #ly_header .bd_top .logo_ani li:nth-child(3){animation: fadeIn 2s ease 4s 1 normal both;}
@keyframes fadeIn { 
	0% {
		opacity: 0;
		transform: translateX(-20px);/* X????20px */
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.company #ly_header .bd_top .logo_ani img{
	font-size: 0!important;
	letter-spacing: 0!important;
	line-height: 1!important;
	margin-bottom: 0!important;
	padding-top: 0!important;
	width: 330px !important;
	height: auto!important;
}


.r_arrow {
    padding-left: 1.2em !important;
    text-indent: -1.2em;
}

.r_arrow::before {
    color: #4472C4;
    content: "▶︎";
    padding-right: 0.2em;
}

.contact #ly_header .contact_text {
    margin-top: 65px;
    text-align: center;
}

.contact #ly_main {
    margin: auto;
    margin-top: 65px;
    width: 70%;
}

.contact #ly_main p {
    text-align: center;
}

.contact #ly_main .wpcf7 {
    margin-top: 100px;
}

.contact #ly_main .wpcf7 h2 {
    color: #789180;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}

.contact #ly_main .wpcf7 h2 span {
    color: #000;
    margin-left: 10px;
}

.contact #ly_main .wpcf7 input[type="text"],
.contact #ly_main .wpcf7 input[type="email"],
.contact #ly_main .wpcf7 input[type="tel"],
.contact #ly_main .wpcf7 select[name="your-grad"],
.contact #ly_main .wpcf7 textarea {
    background-color: #fff;
    border: 1px solid #789180;
    color: #000;
    padding: 10px;
    width: 500px;
}

.contact #ly_main .wpcf7 input[type="submit"] {
    background-color: #789180;
    border: 0;
    border-radius: 18px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.2em;
    overflow: hidden;
    padding: 10px 20px;
    text-indent: 0.2em;
}

.contact #ly_main .wpcf7 .form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.contact #ly_main .wpcf7 .form p {
    text-align: right;
}

.contact #ly_main .wpcf7 .form p .your-reason {
    margin-right: 50px;
}

.contact #ly_main .wpcf7 .wpcf7-checkbox input {
    display: none;
}

.contact #ly_main .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
    margin-right: 20px;
    padding-left: 20px;
    position: relative;
}

.contact #ly_main .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label::before {
    border: 1px solid #789180;
    content: "";
    display: block;
    height: 15px;
    left: 0px;
    position: absolute;
    top: 5px;
    width: 15px;
}

.contact #ly_main .wpcf7 .wpcf7-checkbox input:checked + .wpcf7-list-item-label::after {
    border-bottom: 3px solid #789180;
    border-right: 3px solid #789180;
    content: "";
    display: block;
    height: 14px;
    left: 5px;
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    width: 7px;
}

.clear {
    clear: both;
}

#ly_header {
    width: 100% !important;
}

.slider {
    margin: 100px auto;
    width: 100%;
}

.slider img {
    height: auto;
    width: 100%;
}

.is_contact,
.is_404 {
    display: none !important;
}

#footer {
    background-color: #789180;
    padding: 45px 0 30px;
}

#footer p {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0px;
}

#footer p:first-of-type {
    font-size: 22px;
    margin-bottom: 15px;
}

#footer p:last-of-type {
    margin: 0;
}

#footer img {
    margin: auto;
}

.bd {
    border: 1px solid #404040;
}

.center {
    text-align: center;
}

.fs22 {
    font-size: 22px;
}

.fs75 {
    font-size: 75px;
}

.fs50 {
    font-size: 50px;
}

.fs21 {
	font-size: 21px;	
}

.fs20 {
    font-size: 20px;
}

.fs19 {
    font-size: 19px;
}

.fs14 {
    font-size: 14px;
}

.fs13 {
    font-size: 13px;
}

.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;	
}

.mb125 {
    margin-bottom: 125px;
}

.footer_pr{
	margin-bottom: 20px;	
}

.footer_logo img {
    margin-bottom: 50px;
    width: 120px;
}

.bold {
    font-weight: 700;
}

/* =====================================================
## module
===================================================== */
#bl_news {
    margin-bottom: 135px;
}

.hidden {
    background: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

:root {
    --swiper-theme-color: #fff;
}

.swiper-container::before {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #007f8d;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px;
}

.text_link::before {
    background: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}

.text_link:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home_title01 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid 1px #007f8d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: normal;
    margin: 0 0 100px;
    text-align: left;
}

.home_title01 span:first-of-type {
    font-family: 'Noto Serif JP', serif;
    font-size: 40px;
    font-size: 2.5rem;
}

.home_title01 span:last-of-type {
    color: #007f8d;
    display: inline-block;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: normal;
    padding: 8px 0 0 10px;
}

.table {
    border: solid 1px #007f8d;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.table td, .table th {
    padding: .5em;
}

.table th {
    background-color: #007f8d;
    border-bottom: solid 1px #fff;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    min-width: 20%;
    text-align: center;
}

.table tr:last-of-type th {
    border-bottom: 0;
}

.table td {
    border: solid 1px #007f8d;
    font-size: 16px;
    font-size: 1rem;
    width: 30%;
}

.facebook-wrapper iframe {
    height: 530px !important;
}

.input_text input[type='text'],
.input_text input[type='email'],
.input_text input[type='tel'],
.input_textarea textarea {
    border: 1px solid #1b2538;
    color: #333;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 1px;
    padding: 0.3em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}

.input_text input[type='text']:focus,
.input_text input[type='email']:focus,
.input_text input[type='tel']:focus,
.input_textarea textarea:focus {
    border: 1px solid #da3c41;
    -webkit-box-shadow: 0 0 5px 1px rgba(218, 60, 65, 0.5);
    box-shadow: 0 0 5px 1px rgba(218, 60, 65, 0.5);
    outline: none;
}

.radio {
    display: inline-block;
    margin: 0;
}

.radio input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.radio input[type="radio"] + .radio_label:before {
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    height: 1em;
    margin-right: .5em;
    position: relative;
    text-align: center;
    top: .5em;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    vertical-align: top;
    width: 1em;
}

.radio input[type="radio"]:checked + .radio_label:before {
    background-color: #da3c41;
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus + .radio_label:before {
    border-color: #da3c41;
    outline: none;
}

.radio input[type="radio"]:disabled + .radio_label:before {
    background: #6a6a6a;
    border-color: #afafaf;
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"] + .radio_label:empty:before {
    margin-right: 0;
}

body {
    font-family: "Noto Sans JP";
}

.error {
    color: #C00;
}

.display_none {
    display: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.justify_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.required {
    color: #C00;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: normal;
    padding: 0 .5em;
}

.inline {
    display: inline;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

br.sp {
    display: none;
}

.w5 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb105 {
    margin-bottom: 105px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mb115 {
    margin-bottom: 115px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mb125 {
    margin-bottom: 125px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.mb135 {
    margin-bottom: 135px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.mb145 {
    margin-bottom: 145px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.mb155 {
    margin-bottom: 155px !important;
}

.mb160 {
    margin-bottom: 160px !important;
}

.mb165 {
    margin-bottom: 165px !important;
}

.mb170 {
    margin-bottom: 170px !important;
}

.mb175 {
    margin-bottom: 175px !important;
}

.mb180 {
    margin-bottom: 180px !important;
}

.mb185 {
    margin-bottom: 185px !important;
}

.mb190 {
    margin-bottom: 190px !important;
}

.mb195 {
    margin-bottom: 195px !important;
}

.mb200 {
    margin-bottom: 200px !important;
}

.mb205 {
    margin-bottom: 205px !important;
}

.mb210 {
    margin-bottom: 210px !important;
}

.mb215 {
    margin-bottom: 215px !important;
}

.mb220 {
    margin-bottom: 220px !important;
}

.mb225 {
    margin-bottom: 225px !important;
}

.mb230 {
    margin-bottom: 230px !important;
}

.mb235 {
    margin-bottom: 235px !important;
}

.mb240 {
    margin-bottom: 240px !important;
}

.mb245 {
    margin-bottom: 245px !important;
}

.mb250 {
    margin-bottom: 250px !important;
}

.mb255 {
    margin-bottom: 255px !important;
}

.mb260 {
    margin-bottom: 260px !important;
}

.mb265 {
    margin-bottom: 265px !important;
}

.mb270 {
    margin-bottom: 270px !important;
}

.mb275 {
    margin-bottom: 275px !important;
}

.mb280 {
    margin-bottom: 280px !important;
}

.mb285 {
    margin-bottom: 285px !important;
}

.mb290 {
    margin-bottom: 290px !important;
}

.mb295 {
    margin-bottom: 295px !important;
}

.mb300 {
    margin-bottom: 300px !important;
}

.mb305 {
    margin-bottom: 305px !important;
}

.mb310 {
    margin-bottom: 310px !important;
}

.mb315 {
    margin-bottom: 315px !important;
}

.mb320 {
    margin-bottom: 320px !important;
}

.mb325 {
    margin-bottom: 325px !important;
}

.mb330 {
    margin-bottom: 330px !important;
}

.mb335 {
    margin-bottom: 335px !important;
}

.mb340 {
    margin-bottom: 340px !important;
}

.mb345 {
    margin-bottom: 345px !important;
}

.mb350 {
    margin-bottom: 350px !important;
}

.mb355 {
    margin-bottom: 355px !important;
}

.mb360 {
    margin-bottom: 360px !important;
}

.mb365 {
    margin-bottom: 365px !important;
}

.mb370 {
    margin-bottom: 370px !important;
}

.mb375 {
    margin-bottom: 375px !important;
}

.mb380 {
    margin-bottom: 380px !important;
}

.mb385 {
    margin-bottom: 385px !important;
}

.mb390 {
    margin-bottom: 390px !important;
}

.mb395 {
    margin-bottom: 395px !important;
}

.mb400 {
    margin-bottom: 400px !important;
}

.mb405 {
    margin-bottom: 405px !important;
}

.mb410 {
    margin-bottom: 410px !important;
}

.mb415 {
    margin-bottom: 415px !important;
}

.mb420 {
    margin-bottom: 420px !important;
}

.mb425 {
    margin-bottom: 425px !important;
}

.mb430 {
    margin-bottom: 430px !important;
}

.mb435 {
    margin-bottom: 435px !important;
}

.mb440 {
    margin-bottom: 440px !important;
}

.mb445 {
    margin-bottom: 445px !important;
}

.mb450 {
    margin-bottom: 450px !important;
}

.mb455 {
    margin-bottom: 455px !important;
}

.mb460 {
    margin-bottom: 460px !important;
}

.mb465 {
    margin-bottom: 465px !important;
}

.mb470 {
    margin-bottom: 470px !important;
}

.mb475 {
    margin-bottom: 475px !important;
}

.mb480 {
    margin-bottom: 480px !important;
}

.mb485 {
    margin-bottom: 485px !important;
}

.mb490 {
    margin-bottom: 490px !important;
}

.mb495 {
    margin-bottom: 495px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt85 {
    margin-top: 85px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt105 {
    margin-top: 105px !important;
}

.mt110 {
    margin-top: 110px !important;
}

.mt115 {
    margin-top: 115px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.mt125 {
    margin-top: 125px !important;
}

.mt130 {
    margin-top: 130px !important;
}

.mt135 {
    margin-top: 135px !important;
}

.mt140 {
    margin-top: 140px !important;
}

.mt145 {
    margin-top: 145px !important;
}

.mt150 {
    margin-top: 150px !important;
}

.mt155 {
    margin-top: 155px !important;
}

.mt160 {
    margin-top: 160px !important;
}

.mt165 {
    margin-top: 165px !important;
}

.mt170 {
    margin-top: 170px !important;
}

.mt175 {
    margin-top: 175px !important;
}

.mt180 {
    margin-top: 180px !important;
}

.mt185 {
    margin-top: 185px !important;
}

.mt190 {
    margin-top: 190px !important;
}

.mt195 {
    margin-top: 195px !important;
}

.mt200 {
    margin-top: 200px !important;
}

.mt205 {
    margin-top: 205px !important;
}

.mt210 {
    margin-top: 210px !important;
}

.mt215 {
    margin-top: 215px !important;
}

.mt220 {
    margin-top: 220px !important;
}

.mt225 {
    margin-top: 225px !important;
}

.mt230 {
    margin-top: 230px !important;
}

.mt235 {
    margin-top: 235px !important;
}

.mt240 {
    margin-top: 240px !important;
}

.mt245 {
    margin-top: 245px !important;
}

.mt250 {
    margin-top: 250px !important;
}

.mt255 {
    margin-top: 255px !important;
}

.mt260 {
    margin-top: 260px !important;
}

.mt265 {
    margin-top: 265px !important;
}

.mt270 {
    margin-top: 270px !important;
}

.mt275 {
    margin-top: 275px !important;
}

.mt280 {
    margin-top: 280px !important;
}

.mt285 {
    margin-top: 285px !important;
}

.mt290 {
    margin-top: 290px !important;
}

.mt295 {
    margin-top: 295px !important;
}

.mt300 {
    margin-top: 300px !important;
}

.mt305 {
    margin-top: 305px !important;
}

.mt310 {
    margin-top: 310px !important;
}

.mt315 {
    margin-top: 315px !important;
}

.mt320 {
    margin-top: 320px !important;
}

.mt325 {
    margin-top: 325px !important;
}

.mt330 {
    margin-top: 330px !important;
}

.mt335 {
    margin-top: 335px !important;
}

.mt340 {
    margin-top: 340px !important;
}

.mt345 {
    margin-top: 345px !important;
}

.mt350 {
    margin-top: 350px !important;
}

.mt355 {
    margin-top: 355px !important;
}

.mt360 {
    margin-top: 360px !important;
}

.mt365 {
    margin-top: 365px !important;
}

.mt370 {
    margin-top: 370px !important;
}

.mt375 {
    margin-top: 375px !important;
}

.mt380 {
    margin-top: 380px !important;
}

.mt385 {
    margin-top: 385px !important;
}

.mt390 {
    margin-top: 390px !important;
}

.mt395 {
    margin-top: 395px !important;
}

.mt400 {
    margin-top: 400px !important;
}

.mt405 {
    margin-top: 405px !important;
}

.mt410 {
    margin-top: 410px !important;
}

.mt415 {
    margin-top: 415px !important;
}

.mt420 {
    margin-top: 420px !important;
}

.mt425 {
    margin-top: 425px !important;
}

.mt430 {
    margin-top: 430px !important;
}

.mt435 {
    margin-top: 435px !important;
}

.mt440 {
    margin-top: 440px !important;
}

.mt445 {
    margin-top: 445px !important;
}

.mt450 {
    margin-top: 450px !important;
}

.mt455 {
    margin-top: 455px !important;
}

.mt460 {
    margin-top: 460px !important;
}

.mt465 {
    margin-top: 465px !important;
}

.mt470 {
    margin-top: 470px !important;
}

.mt475 {
    margin-top: 475px !important;
}

.mt480 {
    margin-top: 480px !important;
}

.mt485 {
    margin-top: 485px !important;
}

.mt490 {
    margin-top: 490px !important;
}

.mt495 {
    margin-top: 495px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mr65 {
    margin-right: 65px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mr75 {
    margin-right: 75px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mr85 {
    margin-right: 85px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.mr95 {
    margin-right: 95px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.ml65 {
    margin-left: 65px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.ml75 {
    margin-left: 75px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.ml85 {
    margin-left: 85px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.ml95 {
    margin-left: 95px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr55 {
    padding-right: 55px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pr65 {
    padding-right: 65px !important;
}

.pr70 {
    padding-right: 70px !important;
}

.pr75 {
    padding-right: 75px !important;
}

.pr80 {
    padding-right: 80px !important;
}

.pr85 {
    padding-right: 85px !important;
}

.pr90 {
    padding-right: 90px !important;
}

.pr95 {
    padding-right: 95px !important;
}

.pr100 {
    padding-right: 100px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl55 {
    padding-left: 55px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.pl65 {
    padding-left: 65px !important;
}

.pl70 {
    padding-left: 70px !important;
}

.pl75 {
    padding-left: 75px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.pl85 {
    padding-left: 85px !important;
}

.pl90 {
    padding-left: 90px !important;
}

.pl95 {
    padding-left: 95px !important;
}

.pl100 {
    padding-left: 100px !important;
}

.pd0 {
    padding: 0px !important;
}

.pd5 {
    padding: 5px !important;
}

.pd10 {
    padding: 10px !important;
}

.pd15 {
    padding: 15px !important;
}

.pd20 {
    padding: 20px !important;
}

.pd25 {
    padding: 25px !important;
}

.pd30 {
    padding: 30px !important;
}

.pd35 {
    padding: 35px !important;
}

.pd40 {
    padding: 40px !important;
}

.pd45 {
    padding: 45px !important;
}

.pd50 {
    padding: 50px !important;
}

.pd55 {
    padding: 55px !important;
}

.pd60 {
    padding: 60px !important;
}

.pd65 {
    padding: 65px !important;
}

.pd70 {
    padding: 70px !important;
}

.pd75 {
    padding: 75px !important;
}

.pd80 {
    padding: 80px !important;
}

.pd85 {
    padding: 85px !important;
}

.pd90 {
    padding: 90px !important;
}

.pd95 {
    padding: 95px !important;
}

.pd100 {
    padding: 100px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt55 {
    padding-top: 55px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt65 {
    padding-top: 65px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt75 {
    padding-top: 75px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt85 {
    padding-top: 85px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt95 {
    padding-top: 95px !important;
}

.pt100 {
    padding-top: 100px !important;
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}


/* =====================================================
## ??
===================================================== */
.error404 #main{
	padding-top: 150px;
	padding-bottom: 300px;
}
.error404 .page-title,
.error404 .page-content p{
	text-align: center;
}
.error404 .bt{
	margin-top: 50px;
}
.error404 .bt a{
	display: inline-block;
	width: 300px;
	height: 60px;
	text-align: center;
	color: #000;
	font-size: 16px;
	padding: 1em 0;
	border: 1px solid #000;
	opacity: 1;
	-webkit-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
	text-decoration: none;
}
.error404 .bt a:hover{
	opacity: 0.5;
}
/* =====================================================
//??
===================================================== */


@media screen and (max-width: 414px) {
	.error404 #main{
		padding-top: 20vw;
		padding-bottom: 50vw;
	}

    .slick-list {
      max-height: 270px;
    }
    a {
        color: #fff;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    #content, .content_wrapper {
      width: 100%;
    }
    .header_mg {
        padding: 16px 0 17px 0;
        width: 100%;
    }
    .header_mg .header_logo {
        margin: auto;
        width: 62px;
    }
    .index #ly_header {
        margin-bottom: 0;
    }
    .index #ly_main #bl_news {
        margin-bottom: 0;
    }
    .index {
        margin-bottom: 0;
    }
    .news_header {
        font-size: 48px;
    }
    .news_header img {
        width: 55%;
    }
    #news_list::before {
        margin-bottom: 20px;
        width: 80%;
    }
    #news_list p {
        margin: auto;
        width: 80%;
    }
    #bl_recruit {
        margin-bottom: 42px;
    }
    #bl_recruit_img {
        max-width: 100%;
    }
    #bl_recruit_txt {
        width: 85%;
    }
    #bl_recruit_txt .bl_recruit_title {
        font-size: 45px;
        padding-top: 20px;
    }
    #bl_recruit_txt .bl_recruit_subtitle {
        font-size: 15px;
        margin-bottom: 45px;
    }
    .content_wrapper {
        margin-bottom: 125px;
        margin-top: 0px;
    }
    .content_wrapper #ly_header {
        display: block;
        margin-bottom: 60px;
    }
    .content_wrapper #ly_header .img_box {
        height: 270px;
        margin-bottom: 50px;
        margin-top: 0px;
        overflow: hidden;
        width: 100%;
    }
    .content_wrapper #ly_header .bd_top {
        padding-left: 40px;
        width: 90%;
    }
    .content_wrapper #ly_header .bd_top img {
        font-size: 45px;
        letter-spacing: 0.2em;
        margin-bottom: 30px;
        padding-top: 30px;
        width: auto;
    }
    .business #ly_main .flex {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .business #ly_main .flex h2 {
        font-size: 18px;
        letter-spacing: 0.1em;
        margin-bottom: 50px;
        padding-left: 0px;
        padding-top: 30px;
        width: 90%;
    }
    .business #ly_main .img_box {
        margin-bottom: 40px;
        width: 100%;
    }
    .business #ly_main #business_texts {
        margin-bottom: 90px;
    }
    .business #ly_main #business_texts p {
        letter-spacing: 0.3em;
        margin: auto;
        margin-bottom: 30px;
        width: 85%;
    }
    .business #ly_main #business_texts .img_box {
        padding-top: 10px;
        width: 100%;
    }
    .company #ly_main {
        top: 0px;
    }
    .company #ly_main .main_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .company #ly_main .main_wrapper ul {
        padding-left: 0;
        width: 90%;
    }
    .company #ly_main .main_wrapper ul li {
        border-bottom: 1px solid #818182;
        display: block;
        margin-bottom: 2em;
        padding-bottom: 1em;
    }
    .company #ly_main .main_wrapper ul li .bd, .company #ly_main .main_wrapper ul li .invest {
        margin-right: 10px !important;
    }
    .company #ly_main .main_wrapper ul li .bd p, .company #ly_main .main_wrapper ul li .invest p {
        font-size: 12px;
    }
    .company #ly_main .main_wrapper ul li .director .flex p {
        margin-right: 10px;
    }
    .company #ly_main .main_wrapper ul li .director .flex p:last-of-type {
        margin-left: 1em;
    }
    .company #ly_main .main_wrapper ul li h2 {
        margin-bottom: 0.5em;
    }
    .company #ly_main .main_wrapper ul li p {
        line-height: 2em;
    }
    .contact #ly_header .bd_top {
        border: none;
        padding-left: 0;
        width: 100%;
    }
    .contact #ly_header .bd_top img {
        margin: auto;
        text-align: center;
        width: 250px !important;
    }
    .contact #ly_header .contact_text {
        border-bottom: 1px solid #818182;
        font-size: 12px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 20px;
        padding-bottom: 30px;
        padding-left: 75px;
        text-align: left;
        width: 85%;
    }
    .contact #ly_main {
        margin-top: 65px;
        width: 90%;
    }
    .contact #ly_main .wpcf7 {
        margin-top: 100px;
    }
    .contact #ly_main .wpcf7 h2 {
        margin-bottom: 20px;
    }
    .contact #ly_main .wpcf7 h2 span {
        margin-left: 10px;
    }
    .contact #ly_main .wpcf7 input[type="text"],
    .contact #ly_main .wpcf7 input[type="email"],
    .contact #ly_main .wpcf7 input[type="tel"],
    .contact #ly_main .wpcf7 select[name="your-grad"],
    .contact #ly_main .wpcf7 textarea {
        width: 100%;
    }
    .contact #ly_main .wpcf7 input[type="submit"] {
        font-size: 19px;
    }
    .contact #ly_main .wpcf7 .form {
        display: block;
        margin-bottom: 40px;
    }
    .contact #ly_main .wpcf7 .form p {
        text-align: left;
    }
    .contact #ly_main .wpcf7 .form p .your-reason {
        margin-right: 0px;
    }
    .contact #ly_main .wpcf7 .form p .your-reason .wpcf7-list-item.first {
        margin: 0;
    }
    .contact #ly_main .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
        margin-right: 0;
    }
    #footer {
        padding: 30px 0 15px;
    }
    #footer p {
        font-size: 10px;
        margin-bottom: 20px;
    }
    #footer p:first-of-type {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .footer_logo img {
        margin-bottom: 30px;
        width: 60px;
    }
    #bl_news {
        margin-bottom: 135px;
    }
    .swiper-slide {
        height: 500px;
    }
    .swiper-slide > img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }
    .home_title01 {
        margin: 0 0 40px;
    }
    .home_title01 span:first-of-type {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .home_title01 span:last-of-type {
        font-size: 14px;
        font-size: 0.875rem;
    }
    .table td, .table th {
        display: block;
        width: 100%;
    }
    .input_text {
        width: 100% !important;
    }
    .scroll_nav {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        width: 100%;
    }
    .scroll_nav ul {
        list-style: none;
        margin: 0 auto;
        min-width: 450px;
    }
    .scroll_nav li {
        display: block;
        float: left;
        text-align: center;
    }
    .scroll_nav a {
        color: #fff;
        display: inline-block;
        text-decoration: none;
    }
    .header_mg {
        margin-left: 0px;
    }
    .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sp_order1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .sp_order2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .sp_navi {
        display: block;
    }
    .pc_navi {
        display: none;
    }
    #news_img {
        max-width: 100%;
    }
    #news_list {
        margin-right: 40px;
        width: 100%;
    }
    #news_list .news_title {
        margin-right: 40px;
    }
    #recruit_img {
        max-width: 100%;
    }
    #recruit_title {
        width: 100%;
    }
    .slick-dots {
        display: none !important;
    }
    br.sp {
        display: block;
    }
}
