/*
* Theme Name: INFOMAX2025pre
* Version: 1.0
* Author: K.Yamada（kaokaori@me.com）
* Description: INFOMAX's Theme
*/

@import url('//use.typekit.net/vgi0jgx.css'); /*Paralucent 500 600 700 900*/
@import url('//use.typekit.net/qai4ujx.css'); /*NewOrder 500 600 700*/

/*	RESETS NL4.0.0base
============================== */
html,
body,
main,
div,
p,
span,
applet,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
ruby {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 vertical-align: baseline;
}
ol,
ul,
li {
 list-style: none;
}
a img,
form,
fieldset {
 border: none;
}
input,
button,
select {
 vertical-align: middle;
}
textarea {
 vertical-align: top;
 overflow: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
.dpb {
 display: block;
}
audio,
canvas,
progress {
 display: inline-block;
}
progress {
 vertical-align: baseline;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden],
template,
.nt,
.alt {
 display: none;
}
a {
 background-color: transparent;
}
a:active,
a:hover {
 outline-width: 0;
}
a:hover {
 text-decoration: none;
}
abbr {
 cursor: help;
 border-bottom: 1px dotted #bbb;
}
abbr[title] {
 border-bottom: none;
 text-decoration: underline;
 text-decoration: underline dotted;
}
b,
strong,
.bt {
 font-weight: bolder;
}
dfn {
 font-style: italic;
}
mark {
 background: yellow;
 color: black;
}
small {
 font-size: 80%;
}
sub,
sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}
sup {
 top: -0.5em;
}
sub {
 bottom: -0.25em;
}
img {
 border-style: none;
 vertical-align: middle;
}
svg:not(:root) {
 overflow: hidden;
}
code,
kbd,
pre,
samp {
 font-family: monospace, monospace;
 font-size: 1em;
}
figure {
 margin: 1em 40px;
}
hr {
 box-sizing: content-box;
 height: 0;
 overflow: visible;
}
optgroup {
 font-weight: bold;
}
button,
input,
select {
 overflow: visible;
} /*Edge, IE*/
button,
input,
select,
textarea {
 margin: 0;
} /*Firefox and Safari*/
button,
select {
 text-transform: none;
} /*Edge, Firefox, and IE*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
 cursor: pointer;
}
[disabled] {
 cursor: default;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
 -webkit-appearance: button;
 appearance: button;
} /*Android 4, iOS*/
button::-moz-focus-inner,
input::-moz-focus-inner {
 border: 0;
 padding: 0;
} /*Firefox*/
button:-moz-focusring,
input:-moz-focusring {
 outline: 1px dotted ButtonText;
}
fieldset {
 border: 1px solid #c0c0c0;
 margin: 0 2px;
 padding: 0.35em 0.625em 0.75em;
}
legend {
 box-sizing: border-box;
 color: inherit;
 display: table;
 max-width: 100%;
 padding: 0;
 white-space: normal;
} /*Edge and IE ...etc*/
textarea {
 overflow: auto;
} /*IE*/
[type='checkbox'],
[type='radio'] {
 box-sizing: border-box;
 padding: 0;
} /*IE10-*/
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
 height: auto;
} /*Chrome*/
[type='search'] {
 -webkit-appearance: textfield;
 appearance: textfield;
} /*Chrome and Safari*/
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
 -webkit-appearance: none;
} /*Chrome and Safari on OS X*/
pre {
 overflow: auto;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
caption,
th,
td {
 text-align: center;
 font-weight: normal;
 vertical-align: middle;
}
q,
blockquote {
 quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
 content: '';
 content: none;
 display: table;
}
q:after,
blockquote:after {
 clear: both;
}
q::after,
blockquote::after {
 content: '';
 display: block;
 clear: both;
}
.clearfix:before,
.clearfix:after {
 content: '';
 content: none;
 display: table;
}
.clearfix:after {
 clear: both;
}
.clearfix::after {
 content: '';
 display: block;
 clear: both;
}
.tCenter,
.ct {
 text-align: center;
}
.tLeft,
.lt {
 text-align: left;
}
.tRight,
.rt {
 text-align: right;
}
@media print {
 .noprint {
  display: none;
 }
}
/*lazyload*/
.lazyload,
.lazyloading {
 opacity: 0;
}
.lazyloaded {
 opacity: 1;
 transition: all 1500ms;
}
/*fadein*/
.fadein {
 -webkit-animation: fadeIn 10s ease 1 normal;
 animation: fadeIn 10s 1 normal;
}
@-webkit-keyframes fadeIn {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@keyframes fadeIn {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
/*fadeout*/
.fadeout {
 -webkit-animation: fadeout 10s ease 1 normal;
 animation: fadeout 10s 1 normal;
}
@-webkit-keyframes fadeout {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
@keyframes fadeout {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
/*txt*/
.nt {
 display: none;
}
.nt_txt {
 width: 0;
 height: 0;
 overflow: hidden;
 opacity: 0;
}
.bt {
 font-weight: bold;
 font-weight: 700;
}
.ut {
 font-weight: lighter;
}
.br_rsmp,
.br_wsmp,
.br_tablet,
.br_pc,
.br_wpc,
.br_bwpc,
.br_rsmpi,
.br_wsmpi,
.br_tableti,
.br_pci,
.br_wpci,
.br_pci,
.br_bwpci {
 display: none;
}
.br_smp {
 display: -webkit-block;
 display: block;
}
.br_smpi {
 display: -webkit-inline;
 display: inline;
}
@media (min-width: 480px) {
 .br_smp,
 .br_smpi {
  display: none;
 }
 .br_rsmp {
  display: -webkit-block;
  display: block;
 }
 .br_rsmpi {
  display: -webkit-inline;
  display: inline;
 }
}
@media (min-width: 640px) {
 .br_rsmp,
 .br_rsmpi {
  display: none;
 }
 .br_wsmp {
  display: -webkit-block;
  display: block;
 }
 .br_wsmpi {
  display: -webkit-inline;
  display: inline;
 }
}
@media (min-width: 768px) {
 .br_wsmp,
 .br_wsmpi {
  display: none;
 }
 .br_tablet {
  display: -webkit-block;
  display: block;
 }
 .br_tableti {
  display: -webkit-inline;
  display: inline;
 }
}
@media (min-width: 1000px) {
 .br_tablet,
 .br_tableti {
  display: none;
 }
 .br_pc {
  display: -webkit-block;
  display: block;
 }
 .br_pci {
  display: -webkit-inline;
  display: inline;
 }
}
@media (min-width: 1200px) {
 .br_pc,
 .br_pci {
  display: none;
 }
 .br_wpc {
  display: -webkit-block;
  display: block;
 }
 .br_wpci {
  display: -webkit-inline;
  display: inline;
 }
}
@media (min-width: 1400px) {
 .br_wpc,
 .br_wpci {
  display: none;
 }
 .br_bwpc {
  display: -webkit-block;
  display: block;
 }
 .br_bwpci {
  display: -webkit-inline;
  display: inline;
 }
}
br {
 letter-spacing: 0;
}
.ct {
 text-align: center;
}
.lt {
 text-align: left;
}
.rt {
 text-align: right;
}
/*_size*/
.f300 {
 font-size: 300%;
}
.f240 {
 font-size: 240%;
}
.f220 {
 font-size: 220%;
}
.f200 {
 font-size: 200%;
}
.f180 {
 font-size: 180%;
}
.f170 {
 font-size: 180%;
}
.f160 {
 font-size: 160%;
}
.f150 {
 font-size: 150%;
}
.f140 {
 font-size: 140%;
}
.f130 {
 font-size: 130%;
}
.f125 {
 font-size: 125%;
}
.f120,
.big {
 font-size: 120%;
}
.f110 {
 font-size: 110%;
}
.f105 {
 font-size: 105%;
}
.f100 {
 font-size: 100%;
}
.f95 {
 font-size: 95%;
}
.f90,
.small {
 font-size: 90%;
}
.f85 {
 line-height: normal;
 font-size: 85% !important;
}
.f75 {
 line-height: normal;
 font-size: 75% !important;
}
.f65 {
 line-height: normal;
 font-size: 65% !important;
}
.f64 {
 line-height: normal;
 font-size: 64% !important;
}
.f_mini {
 line-height: 0;
 font-size: 50% !important;
}
/*_height*/
.lh100 {
 line-height: 100%;
}
.lh110 {
 line-height: 110%;
}
.lh120 {
 line-height: 120%;
}
.lh130 {
 line-height: 130%;
}
.lh140 {
 line-height: 140%;
}
.lh150 {
 line-height: 150%;
}
.lh160 {
 line-height: 160%;
}
.lh170 {
 line-height: 170%;
}
.lh180 {
 line-height: 180%;
}
.lh200 {
 line-height: 200%;
}
.lh230 {
 line-height: 230%;
}
/*space*/
.pd0 {
 padding: 0;
}
.pd1 {
 padding: 1em;
}
.pdt1 {
 padding-top: 1em;
}
.pdt0 {
 padding-top: 0;
}
.pdt05 {
 padding-top: 0.5em;
}
.pdb05 {
 padding-bottom: 0.5em;
}
.pdb0 {
 padding-bottom: 0;
}
.pdb1 {
 padding-bottom: 1em;
}
.pdl1 {
 padding-left: 1em;
}
.pd05 {
 padding: 0.5em;
}
.mgat {
 margin: auto;
}
.mgtb1 {
 margin: 1em auto;
}
.ls-1 {
 letter-spacing: -0.1em;
}
.ls-05 {
 letter-spacing: -0.05em;
}
.ls-075 {
 letter-spacing: -0.075em;
}
.ls0 {
 letter-spacing: 0;
}
.ls1 {
 letter-spacing: 0.1em;
}
.ls2 {
 letter-spacing: 0.2em;
}
/*etc*/
@media print {
 .noprint {
  display: none;
 }
}
.cover {
 width: 100%;
 height: 100%;
 background: url(images/cover.png) repeat;
 display: block;
 position: absolute;
 top: 0;
 left: 0;
}
/*lazyload*/
.lazyload,
.lazyloading {
 opacity: 0;
}
.lazyloaded {
 opacity: 1;
 transition: all 1500ms;
}
#slider2.lazyloaded {
 opacity: 1;
 transition: all 1500ms;
 transition-delay: 3000ms;
}
/*fadeinout*/
.fadeinout {
 -webkit-animation: fadeInOut 10000ms linear 3000ms infinite normal;
 animation: fadeInOut 10000ms linear 3000ms infinite normal;
}
@-webkit-keyframes fadeInOut {
 0% {
  opacity: 0;
 }
 20% {
  opacity: 0;
 }
 30% {
  opacity: 1;
 }
 70% {
  opacity: 1;
 }
 80% {
  opacity: 0;
 }
 100% {
  opacity: 0;
 }
}
@keyframes fadeInOut {
 0% {
  opacity: 0;
 }
 20% {
  opacity: 0;
 }
 40% {
  opacity: 1;
 }
 60% {
  opacity: 1;
 }
 80% {
  opacity: 0;
 }
 100% {
  opacity: 0;
 }
}

/*fadein*/
.fadein {
 -webkit-animation: fadeIn 15s ease 1 normal;
 animation: fadeIn 15s 1 normal;
}
@-webkit-keyframes fadeIn {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@keyframes fadeIn {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
/*fadeout*/
.fadeout {
 -webkit-animation: fadeout 10s ease 1 normal;
 animation: fadeout 10s 1 normal;
}
@-webkit-keyframes fadeout {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
@keyframes fadeout {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}

/*	COMMON
============================== */
.alt {
 position: absolute;
 top: -5000px;
 left: -9999px;
}
html {
 overflow-y: visible;
 min-height: 100%;
}
body {
 font-family: Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
 line-height: 1;
 width: 100%;
 min-height: 100vh;
 position: relative;
 margin: 0 !important;
 background-color: rgba(255, 255, 255, 1);
 color: rgba(0, 0, 0, 1);
}
body.fixed {
 position: fixed;
 width: 100%;
 height: 100%;
 left: 0;
}
body a {
 text-decoration: none;
 outline-style: none;
}
h1 {
 display: none;
}
.num {
 font-family: 'new-order', sans-serif;
 font-weight: 700;
 font-style: normal;
}
/*color*/
.black {
 color: rgba(0, 0, 0, 1);
}
.gt {
 color: rgba(150, 150, 150, 1);
}
.nolnk {
 opacity: 0.35;
}
.sdt {
 text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.sdt2 {
 text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
a:link {
 color: rgba(88, 102, 173, 1);
}
a:visited {
 color: rgba(88, 102, 173, 1);
}
a:active {
 color: rgba(0, 0, 0, 1);
}
a:hover {
 color: rgba(88, 102, 173, 0.8);
}

#container {
 box-sizing: border-box;
 width: 100%;
 font-size: 80%;
 font-family: 'zen-maru-gothic', sans-serif;
 font-weight: 500;
 font-style: normal;
 z-index: 10;
 overflow-x: hidden;
}
#container .bt {
 font-weight: 700;
}
#container .bbt {
 font-weight: 900;
}

/*	header
============================== */
#header {
 width: 100%;
 background-color: rgba(255, 255, 255, 1);
 text-align: center;
}
#header_sp {
 width: 100%;
 max-width: 1400px;
 min-height: 50px;
 margin: 0 auto;
 position: relative;
 z-index: 10;
}
#header h1 {
 display: none;
}
#logo_sp {
 width: 18%;
 max-width: 200px;
 position: absolute;
 top: 0.5em;
 left: 2%;
 z-index: 100;
}
#logo {
 width: 100%;
 height: 0;
 padding-top: 87.150127226463104%;
 padding-top: -webkit-calc(550 / 885 * 100%);
 padding-top: calc(550 / 885 * 100%);
 background-repeat: no-repeat;
 background-size: contain;
 background-image: url(images/logo0.png?1);
}
#slogo_sp {
 width: 96%;
 max-width: 140px;
 position: relative;
 z-index: 100;
}
.slogo {
 width: 100%;
 height: 0;
 padding-top: -webkit-calc(110 / 885 * 100%);
 padding-top: calc(110 / 885 * 100%);
 background-repeat: no-repeat;
 background-size: contain;
 margin-top: 3px;
}
#slogo1 {
 background-image: url(images/logo2-1.png?1);
}
#slogo2 {
 background-image: url(images/logo2-2.png?1);
}
#slogo3 {
 background-image: url(images/logo2-3.png?1);
}
/*for_W480-*/
@media all and (min-width: 480px) {
 #header_sp {
  min-height: 65px;
 }
}
/*for_W640-*/
@media all and (min-width: 640px) {
 #header_sp {
  min-height: 80px;
 }
}
/*for_W768-*/
@media all and (min-width: 768px) {
 #header_sp {
  min-height: 100px;
 }
 #logo_sp {
  width: 16%;
  z-index: 500;
 }
 #slogo_sp {
  width: 80%;
  z-index: 500;
 }
}
/*for_W900-*/
@media all and (min-width: 900px) {
 #slogo_sp {
  width: 65%;
 }
}
/*for_W1460-*/
@media all and (min-width: 1460px) {
 #logo_sp {
  left: calc(((100% - 1400px) / 2) - 2%);
 }
}

/*navi*/
#navi_sp {
 width: 70%;
 position: absolute;
 top: 50%;
 left: 27%;
 transform: translateY(-50%);
}
#navi_sp ul {
 width: 100%;
 display: flex;
 flex-flow: row nowrap;
 justify-content: space-between;
 align-items: center;
}
#navi_sp li a {
 display: block;
 width: 100%;
 height: 0;
 background-repeat: no-repeat;
 background-size: contain;
}
#navi_sp li a:hover {
 opacity: 0.8;
}
#navi_sp #mn_about {
 flex-basis: 21%;
 max-width: 84px;
}
#navi_sp #mn_about a {
 padding-top: 19.047619047619048%;
 padding-top: -webkit-calc(80 / 420 * 100%);
 padding-top: calc(80 / 420 * 100%);
 background-image: url(images/mn_about.png?1);
}
#navi_sp #mn_works {
 flex-basis: 16%;
 max-width: 64px;
}
#navi_sp #mn_works a {
 padding-top: 25%;
 padding-top: -webkit-calc(80 / 320 * 100%);
 padding-top: calc(80 / 320 * 100%);
 background-image: url(images/mn_works.png?1);
}
#navi_sp #mn_recruit {
 flex-basis: 17.5%;
 max-width: 70px;
}
#navi_sp #mn_recruit a {
 padding-top: 22.857142857142857%;
 padding-top: -webkit-calc(80 / 350 * 100%);
 padding-top: calc(80 / 350 * 100%);
 background-image: url(images/mn_recruit.png?1);
}
#navi_sp #mn_contact {
 flex-basis: 20%;
 max-width: 80px;
}
#navi_sp #mn_contact a {
 padding-top: 20%;
 padding-top: -webkit-calc(80 / 400 * 100%);
 padding-top: calc(80 / 400 * 100%);
 background-image: url(images/mn_contact.png?1);
}
/*for_W768-*/
@media all and (min-width: 768px) {
 #header_sp h1 {
  display: block;
  width: 20%;
  max-width: 200px;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);

  z-index: 100;
 }
 #header_sp h1 #name_sp {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 11.904761904761905%;
  padding-top: -webkit-calc(80 / 672 * 100%);
  padding-top: calc(80 / 672 * 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(images/name.png?1);
 }
 #navi_sp {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 47%;
 }
}

/*	footer
============================== */
#footer {
 width: 100%;
 height: 80px;
 font-size: 80%;
 background-color: rgba(249, 249, 249, 1);
 position: relative;
 z-index: 100;
}
#footer #policy {
 width: 70%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 300;
}
#footer #copy {
 width: 120%;
 height: 100%;
 position: absolute;
 top: 0;
 right: 0;
 z-index: 200;
 background: linear-gradient(
  132deg,
  transparent 0%,
  transparent 50%,
  rgba(255, 255, 255, 1) 50%,
  rgba(255, 255, 255, 1) 100%
 );
}
#footer #policy span {
 position: absolute;
 top: 50%;
 left: 5%;
 transform: translate(0, -50%);
 text-align: left;
}
#footer #copy span {
 position: absolute;
 top: 50%;
 right: 5%;
 transform: translate(0, -50%);
 text-align: right;
}
/*for_W768-*/
@media all and (min-width: 768px) {
 #footer {
  letter-spacing: 0.1em;
 }
 #footer #policy {
  width: 100%;
 }
 #footer #copy {
  width: 100%;
 }
 #footer #policy span {
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  text-align: center;
 }
 #footer #copy span {
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
  text-align: center;
 }
}
/*for_W1000-*/
@media all and (min-width: 1000px) {
 #footer {
  font-size: 90%;
 }
 #footer #copy span {
  top: 50%;
  right: 20%;
  left: 50%;
  transform: translate(50%, -50%);
  text-align: center;
 }
}

/*	contents
============================== */
#contents {
 width: 100%;
}

/*about*/
#about_sp {
 width: 100%;
 background: linear-gradient(
  to right,
  rgba(255, 255, 255, 1),
  rgba(243, 245, 249, 1)
 );
}
#slider-sp {
 width: 100%;
 height: 0;
 padding-top: 70%;
 position: relative;
 z-index: 10;
 background-color: rgba(88, 102, 173, 1);
}
#slider,
#slider2 {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
}
#kado {
 width: 32%;
 height: 0;
 padding-top: 40%;
 background: linear-gradient(
  to bottom right,
  rgba(255, 255, 255, 1) 50%,
  transparent 50%
 );
 position: absolute;
 top: 0;
 left: 0;
 z-index: 10;
}
#about_txt {
 box-sizing: border-box;
 width: 100%;
 margin: 0 auto;
 padding: 2em 5%;
 line-height: 180%;
}
#about_lnk {
 width: 30%;
 max-width: 150px;
 margin: 2em 0 0.5em 0;
}
#about_lnk a {
 width: 100%;
 height: 100%;
 display: block;
}
#about_lnk a:hover {
 opacity: 0.8;
}
#about_lnk .img {
 width: 100%;
 height: 0;
 padding-top: 13.333333333333333%;
 padding-top: -webkit-calc(80 / 600 * 100%);
 padding-top: calc(80 / 600 * 100%);
 background-repeat: no-repeat;
 background-size: contain;
}
/*for_W768-*/
@media all and (min-width: 768px) {
 #kado {
  background: linear-gradient(
   to bottom right,
   rgba(255, 255, 255, 0) 50%,
   transparent 50%
  );
 }
 #about_sp {
  width: 100%;
  height: 0;
  padding-top: 60%;
  background: transparent;
  position: relative;
  z-index: 100;
 }
 #slider-sp {
  width: 70%;
  margin: 0;
  height: 80%;
  padding-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
 }
 #about_txt {
  width: 100%;
  height: 80%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  background: linear-gradient(
   132deg,
   rgba(255, 255, 255, 1) 0%,
   rgba(243, 245, 249, 1) 50%,
   transparent 50%,
   transparent 100%
  );
 }
 .atxt_sp {
  width: 60%;
  font-size: 90%;
  padding-top: 3em;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
 }
 #about_lnk {
  width: 22%;
 }
}
/*for_W900-*/
@media all and (min-width: 900px) {
 #about_sp {
  padding-top: 50%;
 }
}
/*for_W1000-*/
@media all and (min-width: 1000px) {
 .atxt_sp {
  font-size: 100%;
  padding-top: 3.5em;
  letter-spacing: 0.1em;
  line-height: 200%;
 }
}
/*for_W1200-*/
@media all and (min-width: 1200px) {
 .atxt_sp {
  font-size: 110%;
 }
}
/*for_W1400-*/
@media all and (min-width: 1400px) {
 .atxt_sp {
  font-size: 120%;
  left: calc((100% - 1320px) / 2);
 }
}

/*works*/
#works_sp {
 width: 90%;
 max-width: 1400px;
 margin: 0 auto -2em auto;
 padding: 6em 0 0 0;
 position: relative;
}
#works_sp h2 {
 display: block;
 width: 42%;
 max-width: 210px;
 position: absolute;
 top: 2em;
 right: -10%;
 opacity: 0;
}
#works_sp h2 .img {
 display: block;
 width: 100%;
 height: 0;
 padding-top: 21.739130434782609%;
 padding-top: -webkit-calc(100 / 460 * 100%);
 padding-top: calc(100 / 460 * 100%);
 background-repeat: no-repeat;
 background-size: contain;
}
#works_sp #work_set {
 display: flex;
 flex-flow: row wrap;
 justify-content: center;
 align-items: center;
}
#works_sp .work {
 box-sizing: border-box;
 width: 95%;
 flex-basis: 95%;
 margin: 3em 0 2em 4.99%;
 padding: 1em;
 background: linear-gradient(
  132deg,
  rgba(226, 231, 255, .5) 0%,
  rgba(226, 231, 255, .5) 50%,
  rgba(208, 214, 244, .5) 50%,
  rgba(208, 214, 244, .5) 100%
 );
 opacity: 0;
}

#works_sp .work .title_set {
 width: 108%;
 margin: -3em 0 1em -10%;
 display: flex;
 flex-flow: row nowrap;
 justify-content: space-between;
 align-items: center;
}
#works_sp .work .img_sp {
 width: 50%;
 flex-basis: 50%;
}
#works_sp .work .img_sp .img {
 display: block;
 width: 100%;
 height: 0;
 padding-top: 65.5%;
 padding-top: -webkit-calc(524 / 800 * 100%);
 padding-top: calc(524 / 800 * 100%);
 background-repeat: no-repeat;
 background-size: contain;
}
#works_sp .work h3 {
 display: block;
 width: 58%;
 flex-basis: 58%;
 text-align: right;
 font-weight: 800;
 font-size: 136%;
 padding: 2.5em 0 0 0;
}
#works_sp .work .txt {
 font-size: 95%;
 line-height: 170%;
 letter-spacing: 0.05em;
}
/*for_W768-*/
@media all and (min-width: 768px) {
 #works_sp {
  margin: -6em auto -2em auto;
  padding: 6em 0 0 0;
 }
 #works_sp .work .title_set {
  margin: -3em 0 1em -8%;
 }
 #works_sp .work h3 {
  font-size: 180%;
  padding: 2.5em 0 0 0;
 }
 #works_sp .work .txt {
  padding: 0 0 1em 2em;
 }
}
/*for_W900-*/
@media all and (min-width: 900px) {
 #works_sp #work_set {
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
 }
 #works_sp .work {
  width: 24%;
  flex-basis: 24%;
  margin: 1em 0 2em 0;
  padding: 0;
 }
 #works_sp .work .title_set {
  width: 100%;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
 }
 #works_sp .work .img_sp {
  width: 100%;
  flex-basis: 100%;
 }
 #works_sp .work h3 {
  width: 100%;
  flex-basis: 100%;
  text-align: center;
  font-size: 120%;
  padding: 1em 0;
 }
 #works_sp .work .txt {
  font-size: 90%;
  line-height: 170%;
  padding: 0 1em 1em 1em;
 }
}

/*recruit*/
#recruit_sp {
 width: 90%;
 max-width: 1400px;
 margin: 0 auto;
 padding: 6em 0 1em 0;
 position: relative;
}
#recruit_sp h2 {
 display: block;
 width: 51.130434782608696%;
 max-width: 255px;
 position: absolute;
 top: 2em;
 left: -10%;
 opacity: 0;
}
#recruit_sp h2 .img {
 display: block;
 width: 100%;
 height: 0;
 padding-top: 21.739130434782609%;
 padding-top: -webkit-calc(100 / 460 * 100%);
 padding-top: calc(100 / 460 * 100%);
 background-repeat: no-repeat;
 background-size: contain;
}
#recruit_sp .img_sp {
 width: 100%;
 opacity: 0;
}
#recruit_sp .img_sp .img {
 display: block;
 width: 100%;
 height: 0;
 padding-top: 66.445182724252492%;
 padding-top: -webkit-calc(1000 / 1505 * 100%);
 padding-top: calc(1000 / 1505 * 100%);
 background-repeat: no-repeat;
 background-size: contain;
}
#recruit_sp .txt {
 width: 100%;
 font-size: 95%;
 line-height: 170%;
 letter-spacing: 0.05em;
 padding-top: 1em;
 opacity: 0;
}
#recruit_lnk {
 width: 38%;
 max-width: 190px;
 margin: 2em 0 0.5em 0;
}
#recruit_lnk a {
 width: 100%;
 height: 100%;
 display: block;
}
#recruit_lnk a:hover {
 opacity: 0.8;
}
#recruit_lnk .img {
 width: 100%;
 height: 0;
 padding-top: 10.526315789473684%;
 padding-top: -webkit-calc(80 / 760 * 100%);
 padding-top: calc(80 / 760 * 100%);
 background-repeat: no-repeat;
 background-size: contain;
}
/*for_W768-*/
@media all and (min-width: 768px) {
 #recruit_sp {
  padding: 7em 0 3em 0;
 }
 #recruit_sp h2 {
  top: 4em;
 }
 #recruit_sp #recruit_set {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
 }
 #recruit_sp .img_sp {
  width: 50%;
  flex-basis: 50%;
 }
 #recruit_sp .txt {
  width: 46%;
  flex-basis: 46%;
  font-size: 95%;
  line-height: 170%;
  letter-spacing: 0.05em;
 }
 #recruit_lnk {
  margin: 4em 0 0 0;
 }
}
/*for_W1000-*/
@media all and (min-width: 1000px) {
 #recruit_sp .txt {
  font-size: 100%;
  line-height: 180%;
  letter-spacing: 0.1em;
 }
}

/*contact*/
#contact_sp {
 width: 100%;
 max-width: 1400px;
 background: linear-gradient(
  to right,
  rgba(255, 255, 255, 1),
  rgba(243, 245, 249, 1)
 );
 margin: 0 auto;
 padding: 5em 0 0 0;
 position: relative;
 border-bottom: 1.5em solid rgba(255, 255, 255, 1);
}
#contact_sp h2 {
 display: block;
 width: 57.521739130434783%;
 max-width: 287.5px;
 position: absolute;
 top: 2em;
 right: 5%;
 right: -5%;
 opacity: 0;
}
#contact_sp h2 .img {
 display: block;
 width: 100%;
 height: 0;
 padding-top: 15.873015873015873%;
 padding-top: -webkit-calc(100 / 630 * 100%);
 padding-top: calc(100 / 630 * 100%);
 background-repeat: no-repeat;
 background-size: contain;
}
#contact_txt {
 width: 90%;
 margin: 0 auto;
 padding: 2em 0;
 line-height: 180%;
 text-align: center;
 opacity: 0;
}
#contact_btn {
 width: auto;
 min-width: 240px;
 height: 46px;
 margin: 0 auto 2.5em auto;
 display: inline-block;
 opacity: 0;
}
#contact_btn a {
 display: block;
 width: 100%;
 height: 100%;
 background-color: rgba(88, 102, 173, 1);
 border-radius: 50px;
 position: relative;
}
#contact_btn a:hover {
 opacity: 0.8;
}
#contact_btn a .btn_lnk-txt {
 display: block;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 font-size: 95%;
 font-weight: 600;
 text-align: center;
 letter-spacing: 0.1em;
}
#contact_btn a .btn_lnk-txt .btn_lnks {
 white-space: nowrap;
 padding: 0 3.5em;
 color: rgba(255, 255, 255, 1);
}
/*for_W768-*/
@media all and (min-width: 768px) {
 #contact_sp {
  padding: 7em 0 2em 0;
 }
 #contact_sp h2 {
  top: 4em;
 }
}
/*for_W1000-*/
@media all and (min-width: 1000px) {
 #contact_sp {
  padding: 7em 0 3em 0;
 }
 #contact_txt {
  padding: 4em 0 2em 0;
  line-height: 180%;
  text-align: center;
  font-size: 120%;
  letter-spacing: 0.1em;
 }
 #contact_btn {
  min-width: 320px;
  height: 56px;
 }
 #contact_btn a .btn_lnk-txt {
  font-size: 110%;
  letter-spacing: 0.1em;
 }
 #contact_btn a .btn_lnk-txt .btn_lnks {
  padding: 0 5em;
 }
}
/*for_W1200-*/
@media all and (min-width: 1200px) {
 #contact_sp {
  width: 100%;
  max-width: 1400px;
  background: linear-gradient(
   to right,
   rgba(255, 255, 255, 1),
   rgba(243, 245, 249, 1),
   rgba(255, 255, 255, 1) 90%
  );
 }
}
/*	modal_about
============================== */
.modal {
 display: none;
 height: 100vh;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 10000;
 text-align: center;
 background-image: linear-gradient(
  132deg,
  rgba(127, 138, 192, 0.9),
  rgba(90, 104, 174, 0.9)
 );
 -webkit-backdrop-filter: blur(3px);
 backdrop-filter: blur(3px);
}
.modal__bg {
 height: 100vh;
 position: absolute;
 width: 100%;
}
.modal__content {
 box-sizing: border-box;
 width: 90%;
 max-width: 800px;
 /* background: rgba(255, 255, 255, 0.9);*/
 background-image: linear-gradient(
  132deg,
  rgba(255, 255, 255, 1),
  rgba(255, 255, 255, 0.7)
 );
 padding: 1.5em 1em 1em 1em;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 line-height: 160%;
 overflow-y: scroll;
 overflow-y: auto;
 box-shadow: 10px 10px 30px rgba(88, 102, 173, 0.8);
}
.js-modal-close {
 cursor: pointer;
}
.modal__content a {
 z-index: 10000;
 text-align: center;
 margin: 0 auto;
 padding: 5px 0 10px 0;
 font-size: 110%;
 font-weight: bold;
 display: block;
 cursor: pointer;
}
.close_btn {
 width: 50px;
 height: 50px;
 position: absolute;
 top: 10px;
 right: 10px;
}
.close_btn::before,
.close_btn::after {
 content: '';
 position: absolute;
 top: 50%;
 left: 50%;
 width: 2px;
 height: 50px;
 background: rgba(255, 255, 255, 1);
}
.close_btn::before {
 transform: translate(-50%, -50%) rotate(45deg);
}
.close_btn::after {
 transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__content dt {
 font-size: 110%;
 font-weight: bold;
 font-weight: 700;
 padding-bottom: 1em;
}
.modal__content dt::before {
 content: '【';
}
.modal__content dt::after {
 content: '】';
}
.modal__content .t_dd {
 line-height: 180%;
 color: rgba(90, 90, 90, 1);
 padding: 0.5em 0.75em 1.5em 0.5em;
}
.modal__content .t_dd table {
 width: auto;
 margin: 0 auto;
 border: 0;
 color: rgba(0, 0, 0, 1);
}
.modal__content .t_dd th {
 text-align: right;
 white-space: nowrap;
 color: rgba(88, 102, 173, 1);
 padding: 0.5em 1em 0.5em 0;
 vertical-align: top;
}
.modal__content .t_dd td {
 text-align: left;
 vertical-align: top;
 padding: 0.5em 0;
 letter-spacing: 0.05em;
}

/*Form*/
.blue {
 color: rgba(88, 102, 173, 1);
 padding: 2em 0 1em 0;
}
.cform {
 width: 90%;
 margin: 2em auto;
}
.cform th {
 padding: 1em;
 text-align: left;
 font-size: 110%;
 font-weight: bold;
}
.cform td {
 font-size: 110%;
 line-height: 180%;
 padding: 0 0 1em 1em;
 text-align: left;
}

.mw_wp_form input[type='tel'],
.mw_wp_form input[type='text'],
.mw_wp_form textarea {
 padding: 1em;
 width: 100%;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 font-size: 110%;
 border: 1px solid #ccc;
 border-radius: 10px;
}
.cform option,
.cform textarea,
.cform input[type='text'],
.cform input[type='email'],
.cform input[type='search'],
.cform input[type='url'] {
 width: 90%;
}
.submit-btn input {
 background-color: rgba(88, 102, 173, 1);
 border: 0;
 color: #ffffff;
 font-size: 1.3em;
 font-weight: bolder;
 margin: 0 auto;
 padding: 10px 35px;
 border-radius: 3px;
 cursor: pointer;
 text-align: center;
}
.submit-btn {
 text-align: center;
 margin-top: 20px;
 　cursor: pointer;
}

.submit-btn input:hover {
 background: rgba(88, 102, 173, 0.8);
 color: rgba(255, 255, 255, 1);
 　cursor: pointer;
}

.required-srt {
 font-size: 0.9em;
 padding: 6px;
 border-radius: 5px;
 margin-right: 10px;
 background: rgba(88, 102, 173, 1);
 color: #ffffff;
}

#worker_dispatch { padding: 2em 0; text-align: center;}
#worker_dispatch a { -webkit-animation: fadeIn 2s ease 1 normal; animation: fadeIn 2s 1 normal;}
#md-worker_dispatch { overflow-y: auto;}
#md-worker_dispatch .modal__content { width: 80%; max-width: 600px;}
#md-worker_dispatch img { width: 96%; max-width: 1000px; margin: 1em auto;}
/*for_W1000-*/
@media all and (min-width: 1000px) {
#md-worker_dispatch .modal__content { padding:2em 1em; width: 50%; position: absolute; top: 10%; left: 50%; transform: translate(-50%, 0);}
}