@charset "utf-8";
@font-face {
  font-family: 'futura_b';
  src: url('/wp-content/themes/twentynineteen/fonts/FuturaStdBold.ttf') format('truetype');
}

@font-face {
  font-family: 'futura_m';
  src: url('/wp-content/themes/twentynineteen/fonts/FuturaStdMedium.ttf') format('truetype');
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family:,'Futura',YuGothic,'Yu Gothic','Yu Gothic',sans-serif;
}

body {
color: #1A1A1A;
font-size: 12px;
line-height: 1.4;
margin: 0px;

}

body {
background-color: #FFFFFF;
}

p {
  margin: 0px;
}

a:link {
  color: #004CCA;
}

a:visited {
  color: #6219DB;
}

a:hover {
  color: #048ADE;
  text-decoration: none;
}

a:active {
  color: #048ADE;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
padding: 0px;
list-style: none;
margin:0;
}
.li {
  list-style: none;
}

h1{
    margin:0;
}

h2{
    margin:0;
    font-family: 'Futura',YuGothic,'Yu Gothic',sans-serif;
    font-weight: 100;
    letter-spacing: 3px;
    font-size: 28.12px;
}

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
  position: relative;
}

#menu {
    display: none;
}

.flex{
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.flex-sb{
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

.wrap{
  width: 1100px;
  margin:0 auto;
}

.top {
    height: 700px;
    background-image: url(/wp-content/uploads/2020/07/mainImage.png);
    background-position: center bottom;
    background-size: cover;
}
a.btn {
  display: block;
  text-decoration: none;
  list-style: none;
}

.wrap {
  width: 1100px;
  margin: 0 auto;
}

/*----------------(common)------------*/
.common_btn {
  width: 270px;
  height: 50px;
  border-radius: 40px;
  border: 2px solid #333333;
  position: relative;
  margin: 80px auto 0 auto;
}
.common_btn a {
  text-align: center;
  color: #333333;
  margin: auto;
  line-height: 48px;
  font-size: 15px;
}
.common_btn a:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 12px;
  background-image: url(/wp-content/uploads/2020/07/service_arrow.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 17px;
  right: 15px;

}



/*------------------------(header)--------------------*/
.top_header{
   padding: 58px 0 200px 0;
}

.header_wrap {
  width: 1215px;
  margin: auto;
}

.top_header li {
  list-style: none;
}
.top_header .header_logo {
  width: 120px;
}
.top_header .header_menu li a {
  color: #000000;
  font-size: 14.67px;
  font-weight: 500;
  font-family: Futura,sans-serif;'
  border-bottom: 0px;
  position: relative;
}
.top_header .header_menu li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #555;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.2s;
}
.top_header .header_menu li a:hover:before {
  transform: scale(1);
}
.top_header .header_menu li:not(:last-child) a {
  margin-right: 30px;
}
/*------------------------(top)-------------------*/
.top_top {
  padding: 54px 0 48px 0;
  position: relative;

}
.top_top .center ul li {
  color: #000000;
  text-align: center;
  font-family: Futura,sans-serif;'
}
.top_top .center ul li:nth-child(1){
  font-size: 28.2px;
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.top_top .center ul li:nth-child(2){
  font-size: 60.53px;
  margin-bottom: 33px;
  font-weight: bold;
  letter-spacing: 10px;
}
.top_top .center ul li:nth-child(3){
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.top_top .scroll {
  text-align: right;
  margin: 185px 50px 0 0;
  font-size: 14.67px;
  font-family: Futura,sans-serif;'
}
.top_top .scroll a {
  writing-mode: vertical-rl;
  text-decoration: none;
  color: #000000;
}
/* .top_top .scroll a:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(/wp-content/uploads/2020/07/top_scroll.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: 0 0px 10px -11px;
} */

.top_top .copy {
  writing-mode: vertical-rl;
  position: absolute;
  top: -73px;
  left: 44px;
}
/*---------------------------(ALCについて)-----------------*/
.top_about {
  background-color: #F2F4F5;
  padding: 93px 0 81px 0;
}

.top_about .about_contents {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;
  color: #333333;
  margin: 0 auto;
  line-height: 60px;
  letter-spacing: 4px;

}
.top_about .about_contents h2 {
  font-size: 42.66px;
  margin: 10px 0 0 50px;
  letter-spacing: 13px;
}
.top_about .about_contents span {
 -webkit-text-orientation: upright;
  text-orientation: upright;
}
.top_about .about_contents p {
  font-size: 22px;
}

/*-------------------------(サービス)------------------------*/

.top_service {
  padding: 107px 0 0 0;
}
.top_service .wrap {
   position: relative;
   padding-bottom: 40px;
}
.top_service h2 {
  color: #000000;
  font-size: 28.12px;
  text-align: center;
  margin-bottom: 70px;
}
.top_service .text ul li {
  font-size: 22px;
  color: #333333;
  text-align: center;
}
.top_service .text ul.bg_font li {
  font-weight: bold;
}
.top_service .text ul.bg_font li:nth-child(1) {
  margin-bottom: 30px;
}
.top_service .text ul.bg_font li:nth-child(2) {
  margin-bottom: 40px;
}
.top_service .text ul.sm_font li:nth-child(1) {
  margin-bottom: 20px;
}
.top_service .contents {
  margin: 54px 0 0 0;
}
.top_service .contents ul {
  justify-content: center;
}
.top_service .contents ul li {
  margin:  auto;
}
.top_service .contents ul li div {
  width: 88px;
  height: 82px;
  margin: auto;
}
.top_service .contents ul li span {
  margin-top: 10px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.top_service .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 485px;
  height: 397px;
  z-index: -1;
}


/*------------------------------(information)-------------*/
.information {
  padding: 170px 0 150px 0;
}
.information .s_headline {
  color: #333333;
  margin-bottom: 100px;
}
.information .s_headline h2 {
  font-size: 28.12px;
  margin-bottom: 23px;
}
.information .s_headline p {
  font-size: 16px;
}
.information .contents ul li {
  width: 31%;
}
.information .contents ul li a {
  color: #333333;
}
.information .contents ul li:not(:last-child){
  margin-right: 34px;
}
.information .contents ul li .news_text {
  font-size: 16px;
  margin: 23px 0 0 0;
  padding-left: 15px;
  font-weight: bold;
  border-left: 2px solid #333333;
  width: 290px;
}
.information .contents ul li .date {
  font-size: 13.39px;
  margin-top: 17px;
}
.information .contents ul li .date span {
  margin-right: 20px;
  font-weight: bold;
  font-family: 'DIN Condensed',sans-serif;
  letter-spacing: 4px;
}

/*---------------------------(リクルート)----------------*/

.recruit {
  
}
.recruit .wrap {
  background-color: #F2F4F5;
  padding: 100px 90px 70px 80px;
}
.recruit .left {
  width: 470px;
}
.recruit .left h2 {
  margin-bottom: 50px;
}
.recruit .left .recruit_inf {
  font-size: 21px;
  letter-spacing: 3px;
  margin-bottom: 60px;
}
.recruit .left p {
  font-size: 15px;
}

.recruit .right {
  width: 318px;
  height: 318px;
  margin-left: 125px;
  background-color: #ffffff;
  padding: 100px 80px;
}
.recruit .right .img {
  width: 104px;
  height: 85px;
  margin: auto;
}

.recruit .right p {
  color: #C3C5C5;
  font-size: 24.39px;
  font-weight: bold;
  text-align: center; 
  font-family: 'DIN Condensed',sans-serif;
  margin-top: 20px;
  letter-spacing: 5.5px;
}

/*---------------------(contact)------------------------*/
.contact {
  padding: 100px 0;
}
.contact .left {
  width: 59%;
  margin-right: 145px;
  font-weight: bold
}
.contact .left p {
  font-size: 15px;
  color: #333333;
  margin-top: 35px;
  line-height: 30px;
}
.contact .right {
  width: 26%;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.contact .right ul li:nth-child(1) {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 3px;
}
.contact .right ul li:nth-child(2) {
  margin-top: 20px;
}
.contact .right ul li:nth-child(3) {
  margin-top: 14px;
}
.contact .right ul li:nth-child(4) {
  margin-top: 14px;
}
.contact .right ul li:nth-child(5) {
  margin-top: 14px;
}

header.top_header.inpage_header {
    padding: 60px 0;
  position:static;
}

.page_title_area {
    padding-bottom: 50px;
    overflow: hidden;
}

.page_title_area .sub_title {
    height: 50px;
    /*overflow: hidden;*/
    position: relative;
}

.page_title_area .sub_title p {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #f2f2f2;
    line-height: 50px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 70%;
    font-family: 'futura_b',sans-serif;
    text-transform: uppercase;
}


.page_title_area .sub_title p {
    animation: subTitle 15s linear infinite;
    -webkit-animation: subTitle 15s linear infinite;
    -moz-animation: subTitle 15s linear infinite;
}

@keyframes subTitle {
    0% {
        left: 50%;
        opacity: 0;
    }
    10% {
        left: 50%;
      opacity: 1
    }
    90% {
        left: -50%;
      opacity: 1
    }
    100% {
        left: -50%;
        opacity: 0
    }
}
 
@-webkit-keyframes subTitle {
    0% {
        left: 50%;
        opacity: 0;
    }
    10% {
        left: 50%;
      opacity: 1
    }
    90% {
        left: -50%;
      opacity: 1
    }
    100% {
        left: -50%;
        opacity: 0
    }
}

.page_title_area h1 {
    text-align: center;
    font-size: 30px;
    margin: -45px 0 0;
    position: relative;
    z-index: 10;
}

.breadcrumb {
    text-align: right;
    font-size: 10px;
}

.page_common {
    padding: 50px 0 150px;
    font-size: 16px;
}

.about_flex .about_box {
    width: 48%;
    height: 250px;
    margin: 1%;
    overflow: hidden;
    padding: 50px 40px;
}

.about_flex.ver_inPage .about_box {
  width: 31%;
}

.about_flex .about_box.ofiice:before,
.about_flex .about_box.history:before,
.about_flex .about_box.about:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.about_flex .about_box.history:before,
.about_flex .about_box.about:before{
  background: rgba(255,255,255,0.5);
}

.about_flex .about_box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.3;
    transition: .2s;
}

.about_flex .about_box p.title span {
  font-family: "futura_m", sans-serif;
  display: block;
  font-size: 40px;
  letter-spacing: 4px;
}

.about_flex .about_box p.title{
  position: relative;
  z-index: 6;
}

.about_flex .about_box p.text{
  position: relative;
  z-index: 6;
  font-size: 14px;
  line-height: 1.8;
}

.about_flex .about_box p.title {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 1em;
}

.about_box .arrow {
    display: inline-block;
    width: 17px;
    height: 12px;
    background-image: url(/wp-content/uploads/2020/07/service_arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    right: 15px;
    z-index: 6;
}

a.pa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.about_flex .about_box:hover img {
    opacity: 0.2;
}

h2.page_h2 {
    text-align: center;
    margin: 80px 0 30px;
    font-size: 20px;
}

h2.page_h2:first-child {
    margin-top: 0;
}

h2.page_h2 span {
  font-family: 'futura_b',sans-serif;
}

.office_info {
    text-align: center;
    line-height: 2;
    margin: 0 0 30px;
}

.office_info span {
  font-family: 'futura_m',sans-serif;
}

.office_maps {
    height: 350px;
}

table.com_table {
    width: 800px;
    margin: 0 auto;
}

table.com_table th {
    color: #a9aaab;
    width: 25%;
    border-width: 0 1px 1px 0;
    letter-spacing: 3px;
}

table.com_table td {
    border-width: 0 0 1px;
}

table.com_table td,table.com_table th {
    padding: 15px;
    border-color: #ccc;
}

table.com_table h3:first-child {
    margin-top: 0;
}

table.com_table h3 {
    font-size: 16px;
    margin: 10px 0 4px;
}

table.com_table h4 {
    font-size: 14px;
    margin: 20px 0 5px;
}

table.com_table tr:last-child th,table.com_table tr:last-child td {
    border-bottom: none;
}

.history_flex .year span {
  font-family: "futura_b",sans-serif;
  font-size: 50px;
  margin-right: 7px;
  opacity: 0.2;
}

.history_flex .year {
    width: 150px;
    font-size: 20px;
    font-weight: bold;
}

.history_flex .month span {
    font-family: "futura_b",sans-serif;
    font-size: 20px;
    margin-right: 4px;
}

.history_flex .month {
    font-size: 14px;
    font-weight: bold;
    width: 100px;
    padding-left: 20px;
    position: relative;
}

.history_flex .note {
    width: 810px;
}

.history_flex {
    margin: 0 0 30px;
    align-items: center;
}

.history_flex .month:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #333;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.history_area:after {
  content: "";
  position: absolute;
  left: 172px;
  height: 100%;
  width: 1px;
  background: #ccc;
  top: 10px;
  z-index: -1;
}

.singleContent p {
    margin: 0 0 20px;
    line-height: 1.8;
    font-size: 15px;
}

.singleContent h2 {
    font-size: 24px;
    margin: 40px 0 20px;
    font-weight: bold;
    border-bottom: 5px solid #eee;
  padding-bottom:5px;
}

.singleContent h3 {
    font-size: 20px;
    margin: 30px 0 15px;
    font-weight: bold;
    font-family: 'Futura_m',sans-serif;
    letter-spacing: 2px;
    position: relative;
    padding-left: 30px;
}

.singleContent h3:before {
    content: "";
    display: block;
    width: 20px;
    height: 5px;
    background-color: #eee;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.singleContent h2:first-child {
    margin-top: 0;
}

.singleContent a.ichiran_link {
    text-align: center;
    color: #333333;
    line-height: 46px;
    font-size: 15px;
    letter-spacing: 1.5px;
    font-weight: bold;
    width: 270px;
    height: 50px;
    border-radius: 40px;
    border: 2px solid #333333;
    position: relative;
    margin: 80px auto 0 auto;
    display: block;
  transition: .3s;
}

.singleContent a.ichiran_link:after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 12px;
    background-image: url(/wp-content/uploads/2020/07/service_arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 17px;
    right: 15px;
  transition: .3s;
}

.singleContent a.ichiran_link:hover {
  background: #333333;
  color: #fff;
}

.singleContent a.ichiran_link:hover:after {
  width: 17px;
  height: 12px;
  background-image: url(/wp-content/uploads/2020/07/service_arrow_hover.png);
  transition: .3s;
}

aside#info-side h2 {
    font-size: 18px;
    text-align: center;
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
    font-family: "futura_m",sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
}

aside#info-side li a {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 5px 10px;
    line-height: 1.5;
    color: #333;
}

aside#info-side li a span {
    display: block;
    font-size: 70%;
}

.page_common .information .contents ul li:nth-child(3n) {
    margin-right: 0;
}

.page_common .information {
    padding: 0;
}

.page_common .information .contents ul li {
    margin-bottom: 40px;
}

.pager {
    text-align: center;
}

.pager .wp-pagenavi > * {
    border: none;
}

.pager .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pager .wp-pagenavi .pages {
    font-size: 12px;
    background: #333;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    padding: 3px 10px;
}

.contacts_flex {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}

.contacts_box {
    width: 380px;
    border: solid #eee 1px;
    padding: 20px 30px;
    border-radius: 5px;
}

.contacts_box .title {
    font-weight: bold;
}

.contacts_box .title span {
    font-size: 120%;
    letter-spacing: 1px;
    margin-right: 3px;
}

.contacts_box:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid #ccc;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

.formarea {
    width: 800px;
    margin: 0 auto;
}

.formarea input[type=text],.formarea input[type=email] {
    width: 100%;
    height: 60px;
    border-radius: 8px;
}

.formarea .label {
    margin: 0 0 10px;
    font-weight: bold;
}

.formarea .form {
    margin: 0 0 30px;
}

.formarea .label span {
    font-size: 70%;
    margin-left: 10px;
}

.formarea .label span.req {
  background: red;
  color: #fff;
  padding: 5px 10px;
}

.formarea .label span.req.ok {
  background: #000;
}

.formarea .submit {
    text-align: center;
    margin: 60px 0 0;
}

.formarea .submit input.ok {
    background: #000;
    color: #fff;
}

.formarea .submit input {
    background: none;
    padding: 20px 100px;
    color: #000;
    border: 1px solid #000;
}

.strength_page h2 {
    text-align: center;
    font-family: "futura_b",sans-serif;
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 14px;
}

.strength_page h2 span {
    display: block;
    margin: 0 0 10px;
    font-size: 24px;
}

.strength_page h3{
  text-align: center;
  font-size: 32px;
  color: #747474;
  letter-spacing: 1px;
}

.strength01 p {
    text-align: center;
    line-height: 2;
}

.strength01 {
    margin: 0 0 80px;
}

.strength_common {
    border: 2px solid #747474;
    position: relative;
    padding: 50px 20px;
}

.strength_common h2{
  position: absolute;
  width: 30%;
  left: 35%;
  top: -24px;
  background: #fff;
}

.strength_flex .image {
    width: 600px;
  display:none;
}

.strength_flex .content {
    width: 100%;
}

.strength_flex:nth-child(2n) {
    flex-flow: row-reverse;
}

.strength_flex {
    margin: 0 0 80px;
}

.service_flex .pr {
    width: 33.33%;
}

.fraph {
    text-align: center;
    margin: 0 0 40px;
}

.fraph img {
    width: 350px;
}

p.service_point {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 20px;
}

.alcjob_page .text {
    padding: 0 100px;
    line-height: 1.7;
}

h3.page_h3 {
    font-size: 20px;
    text-align: center;
    margin: 60px 0 20px;
}

p.flow_image img {
    width: 35%;
}

p.flow_image {
    text-align: center;
    margin: 0 0 30px;
}

.service01_flex > div {
    width: 49%;
    background: #f2f2f2;
    padding: 20px;
}

.service01_flex h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.service01_flex h3 span {
    display: inline-block;
    font-size: 80%;
    background: #333;
    color: #fff;
    padding: 3px 20px;
    border-radius: 20px;
    margin-right: 15px;
}

.service01_flex p {
    font-size: 13px;
    line-height: 1.7;
}

.service_link {
    text-align: center;
    font-size: 13px;
    margin-top: 40px;
}

.service_link span {
    margin: 0 10px;
    color: #ccc;
}

.privacy_page h2 {
    margin: 60px 0 20px;
    font-size: 22px;
}

.strength_flex .text span {
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    color: #939494;
  text-align:center;
}

.strength_flex .text {
    line-height: 1.8;
  text-align:center;
}

input.your_tel {
    width: 150px !important;
}

.loaderbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fff;
}
.loader {
  font-size: 10px;
  margin: auto;
  text-indent: -9999em;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: absolute;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #f2f2f2;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
}
.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

  
/*ローディング*/
div#top_loader {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background: #fff;
}

span.loading_now.loading02 img{
  width: 200px;
}

span.loading_now img{
    /* width: 50vw; */
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
}

@media (max-width: 750px) {

.pc {
  display: none;
}

.sp {
  display: block;
}

/*spmenu~*/
.sp_hd {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
}
.sp_pr {
    position: relative;
}
.slicknav_menu .slicknav_menutxt {
    display: none !important;
}
.slicknav_menu .slicknav_icon {
    width: 100%;
    margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
    width: 25px !important;
    height: 3px !important;
}
a.slicknav_btn {
    background: #fff;
    border-radius: 0px;
}
/*SPMENU kurukuru*/
a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
    top: 5px;
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
    position: absolute;
}
a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
    top: 0.4px;
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
    position: absolute;
}
a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}
span.slicknav_icon-bar {
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}
.slicknav_menu .slicknav_icon {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    position: relative;
}
/*kokomade*/
.slicknav_menu .slicknav_menutxt {
    display: none;
}
.slicknav_menu {
    background-color: #fff;
}
a.slicknav_btn {
    margin: 12px 3px 3px 0px;
    padding: 0px 0 0 0px;
    height: 25px;
    width: 25px;
}
.slicknav_menu .slicknav_icon {
    height: 16px !important;
    display: block;
}
.slicknav_menu .slicknav_icon:after {
    display: block;
    font-size: 70%;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
}
.slicknav_nav a {
    color: #333 !important;
    display: inline-block;
    font-weight: bold;
    line-height: 2;
    width: 100%;
    text-align: left;
    margin: 0;
    letter-spacing: normal;
    font-size: 80%;
    border: solid #ccc;
    border-width: 0 0px 1px 0;
    line-height: 30px;
    /*background-image: url(/wp-content/uploads/2020/07/sp_yaji.png);*/
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-left: 25px;
}
/*~spmenu*/
.sp_hd_logo {
    position: absolute;
    width: 220px;
    top: 12.5px;
    left: 5px;
}

.sp_hd_tel {
    position: absolute;
    width: 20px;
    top: 12.5px;
    right: 5px;
}

.sp_hd_mail {
    position: absolute;
    width: 20px;
    top: 12.5px;
    right: 5px;
}

.wrap{
  max-width: 96%;
}

body {
  padding-top: 50px;
}

.page_title_area {
    padding: 30px 0;
}

.page_title_area .sub_title p {
    width: 200%;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 3px;
}

.page_title_area .sub_title {
    height: 30px;
}

.page_title_area h1 {
    font-size: 20px;
    margin: -5px 0 0;
}

.about_flex .about_box {
    width: 100%;
    height: 50vw;
    padding: 20px;
}

.about_flex .about_box p.title span {
    font-size: 30px;
}

.about_flex .about_box p.title {
    font-size: 12px;
}

.page_common {
    padding-bottom: 50px;
    font-size: 13px;
}

h2.page_h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.office_info {
    margin-bottom: 20px;
}

.office_maps {
    height: 90vw;
}

table.com_table {
    width: 100%;
}

table.com_table td, table.com_table th {
    display: block;
    width: 100%;
    border: none;
}

table.com_table th {
    background: #f2f2f2;
}

table.com_table h3 {
    font-size: 14px;
}

table.com_table h4 {
    font-size: 11px;
    margin-top: 10px;
}

.history_flex .year {
    width: 100%;
    background: #fff;
}

.history_flex .year span {
    font-size: 40px;
    margin: 0;
}

.history_flex {
    margin: 0 0 20px;
}

.history_flex .year span:empty {
    display: none;
}

.history_area:after {
    left: 2px;
}

.history_flex .note {
    padding-left: 20px;
}

.history_flex .month {
    width: 100%;
    font-size: 10px;
}

.history_flex .month span {
    font-size: 16px;
}

.formarea {
    width: 100%;
}

.formarea input[type=text], .formarea input[type=email] {
    height: 40px;
}

.formarea .submit input {
    width: 100%;
    padding: 20px 0;
}

.strength_page h2 span {
    font-size: 6vw;
}

.strength_page h2 {
    font-size: 12px;
}

.strength01 {
    margin: 0 0 40px;
}

.strength_flex {
    display: block;
    margin: 0 0 40px;
}

.strength_flex .image,.strength_flex .content {
    width: 100%;
}

.strength_flex .image {
    margin: 0 0 20px;
}

.service_flex .pr {
    width: 100%;
}

.fraph img {
    width: 100%;
}

p.service_point {
    font-size: 20px;
    text-align: left;
}

.alcjob_page .text {
    padding: 0;
}

p.flow_image img {
    width: 100%;
}

.service01_flex > div {
    width: 100%;
    margin: 0 0 20px;
    padding: 15px;
}

.service01_flex h3 {
    font-size: 16px;
    text-align: center;
}

.service01_flex h3 span {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 5px;
}

.service01_flex p {
    font-size: 11px;
}

.service_link {
    text-align: center;
    font-size: 11px;
}

.privacy_page h2 {
    font-size: 18px;
}
  
  input.your_tel {
    width: 23vw !important;
}

.about_flex.ver_inPage .about_box {
  width: 100%;
}

.strength_common h2{
  width: 60%;
  left: 20%;
  top: -5vw;
}

.strength_common {
    padding: 10vw 5vw;
}

.strength_page h3{
  font-size: 6vw;
}

.strength_flex .text span {
  font-size: 4vw;
}

.about_flex .about_box p.text{
  font-size: 12px;
  padding-right: 20px;
}

.contacts_box:first-child{
  margin-bottom: 20px;
}

.contacts_box {
  background: #333;
  color: #fff;
}

}