/*
Theme Name: sec
Theme URI: https://www.thesec.co.jp
Description: 
Author: BaQuun.TV
Author URI: 
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License:
License URI:

General comments (optional).
*/


/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }

body {
	font-family:"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	color: #3d362a;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	line-height: 28px;
	letter-spacing: 1.5px;
}

#container {
	overflow: hidden;
	background-color: #fff;
}
#container01 {
	overflow: hidden;
	background-color: #fff;
}
table {
	width:94%;
	margin:20px auto 20px;
	letter-spacing: 1.5px;
	line-height: 38px;
	border: solid 1px #D4D4D4;
}
tr {
	display:table-row;
	border-bottom: solid 1px #D4D4D4;
}
th {
text-align: left;
vertical-align: top;
padding: 10px 30px 10px 15px;
white-space: nowrap;
display: table-cell;
background-color:#E8E8E8;
border-right: solid 1px #D4D4D4;
}

td {
background-color:#F3F3F3;
padding: 10px 15px;
display: table-cell;
vertical-align: inherit;
line-height: 24px;
    overflow: hidden;
}
dl {
    width: 60%;
    margin: 24px auto;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
}
dt {
    width: 70%;
    float: left;
}
dd {
    width: 30%;
    float: left;
    text-align: right;
}
.new {
	float: left;
	margin: 0 20px;
	background-color:#F5272A;
	color: #fff;
	font-size: 13px;
	padding: 0 20px;
}
#footer {
	overflow: hidden;
	width: 100%;
	background-color:#3f5064;
    color: #fff;
}
#back_to_top {
	float: right;
	margin: 20px 20px 0;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 5;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
a {
	text-decoration: none;
	color: #000;
}
.fade-in {
	transition: opacity 0.5s;
}
.fade-up {
	transition: opacity 0.5s;
	transition: transform 0.5s;
}
.left-in {
	transition: opacity 0.5s;
	transition: transform 0.5s;
}
.right-in {
	transition: opacity 0.5s;
	transition: transform 0.5s;
}
li {
	list-style: none;
}
.center-text {
	text-align: center;
	margin: 30px 0;
}
.center-img {
    text-align: center;
    margin: 30px 0;
}
.btn{
    position: relative;
	overflow: hidden;
    width: 68%;
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #26336a;
    padding: 36px 0px;
    text-align: center;
    outline: none;
    transition: ease .2s;
    background-color: #26336a;
    margin: 36% 0 0 15%;
    line-height: 20px;
}
.btn span {
	position: relative;
	z-index: 3;
	color:#fff;
}
.btn:hover span{
	color:#26336a;
}
.bgleft:before {
 	content: '';
    position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#fff;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
.scrolldown2{
	position:absolute;
	bottom:100px;
	left:2%;
    z-index: 2;
}
.scrolldown2 span{
	position: absolute;
	left:10px;
	bottom:10px;
	color: #000;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.scrolldown2:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-4px;
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#000;
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

.scrolldown2:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:2px;
	height: 50px;
	background:#000;
}
.entry-title {
  padding: 20px 5px 20px 42px;
  background: #26336a;
  font-size: 18px;
  color: #fff;
    margin:60px 0 26px;
}
.h2-01 {
    font-size: 40px;
    font-weight: bold;
    color: #385abb;
    letter-spacing: 2px;
    margin: 0 0 20px 20px;
    line-height: 50px;
}
.h2-02 {
    font-size: 30px;
    color: #385abb;
    letter-spacing: 4px;
}
.h2-03 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
    font-size: 28px;
    letter-spacing: 3px;
    left: 50%;
    margin-left: -117px;
    margin-bottom: 40px;
}
.h2-03:before, .h2-03:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.h2-03:before {
  left:0;
}
.h2-03:after {
  right: 0;
}
.h3-01 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 28px;
}
.h3-02 {
  border-bottom: solid 3px #385abb;
  position: relative;
    font-size: 30px;
    padding: 0 0 8px 10px;
    margin-bottom: 40px;
    line-height: 36px;
}

.h3-02:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #26336a;
  bottom: -3px;
  width: 30%;
}
.h3-03 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-top: 160px;
    letter-spacing: 3px;
}
.h3-04 {
    margin: 160px 0 60px;
    text-align: center;
}
.h3-05 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding: 40px 0 10px;
}
.h3-06 {
  border-bottom: solid 3px #385abb;
  position: relative;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 4px 10px;
    margin-bottom: 16px;
    line-height: 26px;
}

.h3-06:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #26336a;
  bottom: -3px;
  width: 30%;
}
.h4-01 {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 60px 0 30px;
}
.h4-01:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.h4-02 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 14px;
}
.h4-03 {
  padding: 20px 5px 20px 42px;
  background: #26336a;
  font-size: 18px;
  color: #fff;
    margin:60px 0 26px;
}
.h4-04 {
    font-size: 18px;
    font-weight: bold;
    margin: 28px 0 14px;
}
.h4-05 {
  border-bottom: solid 1px rgba(183, 183, 183, 1.00);
  font-size: 20px;
  padding: 4px 0;
    margin-bottom: 20px;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
.dli-check-circle {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
    margin-right: 10px;
}

.dli-check-circle > span {
  width: 0.58em;
  height: 0.261em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}



/*======================header===========================*/



#header {
	width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}
#header2 {
    width: 100%;
}
.header-utility {
    width: 100%;
    height: 92px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
    background-color: #fff;
}
#child-header {
	width: 100%;
    height: 100px;
    background-color: #5a7b79;
}
.logo {
	width: 382px;
    height: 52px;
    position: absolute;
    top: 28px;
    left: 10px;
}
.logo img {
    width: 100%;
}
.gnavi-pc {
    width: 38%;
    min-width: 500px;
    position: absolute;
    right: 1%;
    top: 32px;
    font-size: 14px;
}
.gnavi-pc ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.gnavi-pc li {
    text-align: center;
    width: 20%;
}
.gnavi-pc li a {
    width: 100%;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    padding: 10px 0;
    display: block;
}
.gnavi-pc li a:hover {
    color: #fff;
    background: #385abb;
}
.gnavi ul {
    padding-top: 0px;
}
.gnavi li .subMenu-item-last {
    margin-bottom: 20px;
}
.gnavi .subMenu2-li2 {
    margin:40px auto 0;
}
/*.menu-item a,
.subMenu-item a{
  display: inline-block;
  width: 100%;
  text-align: center;
}*/
.menu-item {
  position: relative;
}
.menu-item:not(:first-of-type) {
  border-left: 2px solid #fff;
}
.gnavi-pc li.subMenu-item {
  border-top: 2px solid #fff;
    text-align: left;
    background-color: #385abb;
    padding: 14px 10px;
}
.gnavi-pc li.subMenu-item:hover {
    opacity: 0.8;
}
.gnavi-pc ul .subMenu {
  position: absolute;
  width: 330px;
  display: none;
}
.gnavi-pc ul .subMenu a {
    color: #fff;
    padding: 10px;
}
.header-link {
    width: 88px;
    height: 58px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #385abb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 30px;
}
.header-link2 {
    width: 88px;
    height: 68px;
    position: absolute;
    top: 0;
    right: 88px;
    background-color:rgba(252,52,96,1.00);
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 20px;
}
.header-link3 {
    width: 88px;
    height: 68px;
    position: absolute;
    top: 0;
    right: 176px;
    background-color:rgba(61,126,127,1.00);
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 20px;
}
.openbtn4{
	position: absolute;
	background:#e9e9e9;
	cursor: pointer;
    width: 100px;
    height:100px;
    right: 0;
	border-radius: 5px;
    z-index: 10;
}
.openbtn4 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 22px;
    height: 2px;
    border-radius: 5px;
	background: #666;
  	width: 45%;
  }
.openbtn4 span:nth-of-type(1) {
	top:26px;	
}
.openbtn4 span:nth-of-type(2) {
	top:40px;
}
.openbtn4 span:nth-of-type(3) {
	top:54px;
}
.openbtn4 span:nth-of-type(3)::after {
	content:"Menu";
	position: absolute;
	top:5px;
	left:5px;
	color: #666;
	font-size: 0.6rem;
	text-transform: uppercase;
}

.openbtn4.active span:nth-of-type(1) {
    top: 30px;
    left: 20px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
}
.openbtn4.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn4.active span:nth-of-type(3){
    top: 42px;
    left: 20px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
}
.openbtn4.active span:nth-of-type(3)::after {
	content:"Close";
    transform: translateY(0) rotate(-45deg);
	top:6px;
	left:24px;
}
.gnavi {
	background-color: rgba(0,0,0,.9);
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100vh;
	justify-content: center;
	color: white;
	transition: .5s;
    z-index: 6;
}
.gnavi.active {
    right: 0;
}
.gnavi ul {
    width: 80%;
	margin: 90px auto 0;
}
.gnavi li {
    display: inline-block;
	list-style: none;
	margin: 20px auto 0;
	cursor: pointer;
    border-bottom: dotted 1px rgba(205,205,205,1.00);
    width: 100%;
    height: 30px;
}
.gnavi li a {
    color: #fff;
}
.gnavi ul .subMenu2 {
    margin-top: 10px;
}

@keyframes slide{
	0%{
		transform:scaleX(0);
	}
	100%{
		transform:scaleX(1);
	}
}
@keyframes fadeIn{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}
@keyframes moveUp{
	0%{
		transform: translateY(0px);
	}

	100%{
		transform: translateY(-215px);
	}

}
@keyframes leftIn{
	0%{
		transform: translateX(0px);
	}

	100%{
		transform: translateX(550px);
	}

}
@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}
.top-text {
    width: 38%;
    height: auto;
    position: absolute;
    top: 32%;
    left: 80px;
}
.top-text img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}
.swiper{
    width: 52%;
    aspect-ratio:507/431;
    float: right;
    margin-top: 70px;
}
.swiper-wrapper {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-slide {
    background-size: cover; 
    background-position: center center; 
    height: 100vh; 
}
.swiper-slide img {
    width: 100%;
    height: auto;
}
.openbtn4, .gnavi {
    display: none;
}



/*==========front-page==========*/
.main {
    width: 100%;
}
#top-content01 {
    width: 100%;
    background-color: #eff8f7;
    margin: 76px 0;
    padding: 138px 0 60px;
}
.top-content01-inner {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.tp-con01-text {
    margin-bottom: 70px;
}
.top-content01-content-r {
    width: 980px;
    height: 246px;
    position: relative;
    float: right;
    background-color: #fff;
    margin: 80px 0;
}
.top-content01-content-l {
    width: 980px;
    height: 246px;
    position: relative;
    float: left;
    background-color: #fff;
    margin: 80px 0 80px 50px;
}
.tp-con-r-img, .tp-con-l-img {
    width: 484px;
    height: 241px;
    position: absolute;
    top: -34px;
    left: -50px;
}
.tp-con-r-namber, .tp-con-l-namber {
    width: 93px;
    height: 65px;
    position: absolute;
    top: -34px;
    right: 8px;
}
.tp-con-r-text, .tp-con-l-text {
    width: 492px;
    position: absolute;
    top: 60px;
    right: 20px;
}
#top-content02 {
    width: 68%;
    margin: 60px auto;
    overflow: hidden;
    min-width: 1080px;
}
.tp-con02-text {
    width: 44%;
    float: left;
    padding: 2%;
}
.tp-con02-list {
    width: 50%;
    float: left;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.tp-con02-list li {
    width: 48%;
    height: auto;
}
.tp-con02-list li img {
    width: 100%;
    height: auto;
}
#top-content03 {
    width: 100%;
    background-color: #e9e7e2;
    margin: 120px 0;
    padding: 80px 0;
}
.tp-con03-inner {
    width: 84%;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.tp-con03-inner li {
    width: 46%;
    height: auto;
}
.tp-con03-inner li img {
    width: 100%;
    height: auto;
}
#news {
    position: absolute;
    top: 60%;
    left: 9%;
	width: 580px;
}
.news-inner {
    width: 100%;
    min-height: 56px;
}
.news-inner li {
    margin: 10px 0;
    padding: 10px;
    overflow: hidden;
    border-bottom: dotted 1px rgba(107,107,107,1.00);
    font-size: 15px;
}
.day {
    width: 150px;
    float: left;
    margin-right: 10px;
    color: #4a93b1;
}
.news-title {
    width: 380px;
    float: left;
}
.banner {
    text-align: center;
    margin: 70px 0;
}



/*======================child-page===========================*/


#child-main {
    min-height: 800px;
}
.child-top {
    width: 100%;
    height: 300px;
}
.child-top h2 {
    height: 300px;
}
.child-top h2 img {
    height: 100%;
    width: auto;
    text-align: center;
    object-fit: cover;
    max-width: 100%;
}
.child-top-text-area {
    width: 45%;
    margin: 50px auto;
    min-width: 784px;
}
.wrap01 {
    width: 1000px;
    margin: 0 auto 120px;
}
.wrap02 {
    width: 1000px;
    margin: 80px auto;
}
.child-top-text {
    text-align: center;
    margin: 100px 0 150px;
}
.solution-link {
    width: 100%;
    margin: 200px 0 60px;
}
.link-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.link-list li {
    width: 50%;
    aspect-ratio:3/2;
    background-size: cover;
}
.li01 {
    background-image: url("img/solution/solution-img01.png");
}
.li02 {
    background-image: url("img/solution/solution-img02.png");
}
.li03 {
    background-image: url("img/solution/solution-img03.png");
}
.li04 {
    background-image: url("img/solution/solution-img04.png");
}
.li05 {
    background-image: url("img/solution/solution-img05.png");
}
.li06 {
    background-image: url("img/solution/solution-img06.png");
}
.wrap01 p {
    line-height: 30px;
    text-align: center;
}
.rinen {
    width: 100%;
    height: 600px;
    background-image: url("img/about-us/rinen-back.png");
    background-position: center;
    background-repeat: no-repeat;
}
.rinen-inner {
    width: 1080px;
    margin: 0 auto;
    padding: 137px 0;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.rinen-inner-l {
    width: 30%;
    border-right: solid 1px #fff;
}
.rinen-inner-r {
    width: 69%;
}
.rinen-inner-r p {
    padding-left: 20px;
}
.about-content01 {
    width: 100%;
    margin: 170px 0;
}
.about-content01-inner {
    width: 57%;
    margin: 50px auto;
    overflow: hidden;
    min-width: 1082px;
}
.about-img {
    width: 442px;
    height: auto;
    float: right;
}
.about-text {
    width: 630px;
    float: left;
    padding-top: 30px;
}
.dsk {
    text-align: center;
    margin:50px 0 50px;
}
.recruit-top-text {
    color: #4a93b1;
    font-size: 22px;
    margin: 60px 0 60px;
    line-height: 38px;
}
.senkou-flow {
    width: 68%;
    margin: 80px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.senkou-flow li {
    width: 18%;
    border: solid 1px #014099;
    border-radius: 12px;
    text-align: center;
}
.number {
    padding: 40px 0 10px;
    font-size: 30px;
    font-weight: bold;
    color: #014099;
}
.flow-text {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 40px;
}
.button a {
    background: #014099;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 250px;
    padding: 25px 25px;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  background: #333;
  color: #FFF;
}
.button a:hover:after {
  right: 1.4rem;
}
.button2 a {
    background: #014099;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 40px 20px;
    max-width: 420px;
    padding: 25px 25px;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button2 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button2 a:hover {
  background: #333;
  color: #FFF;
}
.button2 a:hover:after {
  right: 1.4rem;
}
.form {
    width: 70%;
    min-width: 320px;
    margin: 60px auto;
}
.must {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
}
.may {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
}
.entry-header {
    margin: 40px 0;
    border-bottom: dotted 1px #014099;
    padding-bottom: 20px;
    overflow: hidden;
}
.posts-img {
    width: 290px;
    float: left;
}
.entry-content {
    width: 690px;
    float: right;
}
.entry-title a {
    color: #fff;
}
.solution-content01 {
    width: 62.5%;
    max-width: 1200px;
    margin: 80px auto 150px;
    padding-top: 40px;
}
.solution-content01-text {
    margin: 50px 0;
}
.solution-flow {
    text-align: center;
    margin: 50px 0;
}
.solution-flow img {
    width: 100%;
    height: auto;
    max-width: 1184px;
}
.solution-flow-box {
    margin: 30px auto 50px;
    width: 90%;
}
.solution-results {
    border: solid 1px rgba(183,183,183,1.00);
    background-color: rgba(229,229,229,1.00);
    width: 96%;
    max-width: 800px;
    margin: 80px auto;
    padding: 2%;
}
.solution-menu {
    width: 100%;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.solution-menu li {
    width: 22%;
    padding: 30px 0px;
    text-align: center;
    border: solid 2px #26336a;
    border-radius: 12px;
    display: block;
}
.padding-left {
    padding-left: 3%;
}
.form-text, .form-p {
    margin: 30px 0;
    padding-left: 3%;
}



/*======================footer===========================*/

.ft-info {
    width: 80%;
    min-width: 980px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 50px auto;
}
.ft-info-l {
    width: 419px;
    text-align: left;
}
.ft-info-r {
    width: 54%;
    display: flex;
    column-gap: 60px;
    justify-content: flex-start;
}
.ft-logo {
	margin-top: 18px;
}
.ft-inner {
	margin: 14px auto 0;
	font-size: 14px;
    line-height: 20px;
}
.ft-content-link {
    font-size: 14px;
}
.ft-content-link a {
    color: #FFFFFF;
}
.copy {
	text-align: center;
	color: #9A9A9A;
	font-size: 12px;
	margin-top: 18px;
}
.not-found {
    text-align:center;
    margin: 50px 0;
}
.not-found-top {
    font-size: 72px;
    color: rgba(94,94,94,1.00);
    font-weight: bold;
    line-height: 80px;
}
.not-found-text {
    font-size: 48px;
}






/* 1100px以下 */
@media only screen and (max-width:1100px){
    #header {
		width: 100%;
        height: 80vh;
        min-height: 1000px;
	}
    #header2 {
        width: 100%;
        height: auto;
    }
    .main {
        font-size: 14px;
    }
    .logo {
        z-index: 5;
        top: 10px;
        left: 50%;
        margin-left: -191px;
    }
    .logo img {
        width: 100%;
        height: auto;
    }
    .gnavi-pc {
    width: 740px;
    }
    .gnavi-pc li {
    width: 148px;
    }
    .gnavi-pc li a {
    width: 148px;
    }
    .header-link, .header-link2, .header-link3 {
        width: 64px;
        height: 46px;
        font-size: 9px;
        padding-top: 22px;
    }
    .header-link2 {
        right: 64px;
        line-height: 18px;
    }
    .header-link3 {
        right: 128px;
        line-height: 18px;
    }
    .header-utility {
        height: 120px;
    }
    .gnavi-pc {
        top: 64px;
        right: 50%;
        margin-right: -370px;
    }
    .top-text {
        left: 50%;
        top: 184px;
        width: 50%;
        margin-left: -25%;
    }
    .swiper {
        width: 80%;
        top: 340px;
        margin-top: 0;
    }
    .scrolldown2 {
        bottom: 268px;
    }
    .h2-01 {
        font-size: 28px;
        line-height: 32px;
    }
    .h2-02 {
        font-size: 20px;
    }
    .h3-04 {
        margin: 80px 0 40px;
    }
    .h3-04 img {
        width: 80%;
    }
    #news {
        width: 690px;
        top: 86%;
        left: 12%;
    }
    .news-inner {
        width: 670px;
    }
    .news-inner li {
        margin: 0 0 10px;
        padding: 0 10px 10px;
        font-size: 13px;
    }
    .top-content01-inner {
        width: 92%;
    }
    .tp-con01-text {
        margin-bottom: 60px;
    }
    .top-content01-content-r, .top-content01-content-l {
        width: 100%;
        float: none;
        margin: 60px 0 80px;
    }
    .tp-con-r-img, .tp-con-l-img {
        width: 46%;
        height: auto;
    }
    .tp-con-r-img img, .tp-con-l-img img {
        width: 100%;
        height: auto;
    }
    .tp-con-r-text, .tp-con-l-text {
        width: 54%;
        line-height: 22px;
        right: 1%;
    }
    .banner img {
        width: 86%;
        height: auto;
    }
    #top-content02 {
        width: 88%;
        min-width: 300px;
    }
    .ft-info {
        min-width: 300px;
    }
    .ft-info-l {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .ft-info-r {
        width: 100%;
        justify-content: space-around;
        margin-top: 40px;
    }
    .ft-content-link {
        font-size: 13px;
    }
    .child-top {
        margin-top: 120px;
        height: 300px;
        width: auto;
    }
    .child-top h2 {
        height: 300px;
    }
    .child-top img {
        object-fit: cover;
    }
    .recruit-top-text {
        font-size: 18px;
        padding: 0 68px;
        margin: 60px 0;
    }
    .solution-link {
        margin: 60px 0;
    }
    .link-list li {
        width: 100%;
    }
    .wrap02 {
        width: 96%;
    }
    .wpcf7-form table th, .wpcf7-form table td {
        display: block;
    }
    .wpcf7-form table th {
        border: none;
    }
    input {
        padding: 6px;
    }
    .gnavi li {
        height: 40px;
    }
    .wrap02 .news-inner {
        width: 100%;
    }
    .wrap02 .news-inner .posts-img {
        width: 33%;
        height: auto;
        max-width: 290px;
    }
    .wrap02 .news-inner .posts-img img {
        width: 100%;
        height: auto;
    }
    .wrap02 .news-inner .entry-content {
        width: 64%;
    }
    .rinen-inner {
        width: 100%;
        padding: 46px 0;
    }
    .about-content01-inner {
        width: 96%;
        min-width: unset;
    }
    .about-img, .about-text {
        float: none;
        margin: 20px auto;
    }
    .senkou-flow {
        width: 92%;
        margin: 40px auto;
    }
    .flow-text {
        font-size: 16px;
    }
    .solution-content01 {
    width: 86%;
    margin: 80px auto 80px;
    }
    .solution-content01-text {
    margin: 30px 0;
    }
    .solution-results {
        width: 80%;
    }
    
}

/* 768px以下 */
@media only screen and (max-width:768px){
    #header {
		width: 100%;
        min-height: unset;
	}
    .logo {
        z-index: 5;
        top: 22px;
    }
    .header-utility {
        height: 74px;
    }
    .gnavi-pc {
        display: none;
    }
    .openbtn4, .gnavi {
    display: block;
    }
    .openbtn4 {
        width: 74px;
        height: 74px;
        background-color: #385abb;
    }
    .openbtn4 span {
        background: #fff;
    }
    .openbtn4 span:nth-of-type(1) {
        top: 18px;
    }
    .openbtn4 span:nth-of-type(2) {
        top: 30px;
    }
    .openbtn4 span:nth-of-type(3) {
        top: 42px;
    }
    .openbtn4 span:nth-of-type(3)::after {
        left: 0px;
        color: #fff;
    }
    .openbtn4.active span:nth-of-type(3)::after {
        top: 4px;
        left: 18px;
    }
    #news {
        width: 640px;
    }
    .news-inner {
        width: 630px;
    }
    #top-content01 {
        padding: 78px 0 60px;
    }
    .child-top-text {
        padding: 0 20px;
    }
    .wpcf7-form table th, .wpcf7-form table td {
        display: block;
    }
    .wpcf7-form table th {
        border: none;
    }
    .h3-02 {
        font-size: 24px;
    }
    input {
        padding: 6px;
    }
    .rinen-inner-r {
        font-size: 12px;
    }
    .form {
        width: 86%;
    }
    .ft-info {
        width: 90%;
    }
    .gnavi .gnavi-m1 {
    background-color: #385abb;
        padding: 4px 10px;
        border: none;
    }
    .gnavi .gnavi-m2 {
    background-color:rgba(252,52,96,1.00);
        padding: 4px 10px;
        margin: 0;
        border: none;
    }
    .gnavi .gnavi-m3 {
    background-color:rgba(61,126,127,1.00);
        padding: 4px 10px;
        margin: 0;
        border: none;
    }
     .not-found-top {
    font-size: 50px;
    color: rgba(94,94,94,1.00);
    font-weight: bold;
    line-height: 60px;
    }
    .not-found-text {
    font-size: 30px;
    }
    .top-text {
        top: 152px;
    }
    .swiper {
        top: 294px;
    }
    .child-top {
        margin-top: 28px;
    }
    .child-top, .child-top h2 {
        height: 230px;
    }
    .recruit-top-text {
        padding: 0 44px;
    }
    .solution-content01 {
        width: 92%;
    }
    .solution-results {
        width: 86%;
    }
    .solution-menu li {
    width: 46%;
        margin: 10px 0;
    }
    .child-top-text-area {
        width: 86%;
        min-width: 340px;
    }
    
	
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:680px){
    #container, #container01 {
        font-size: 13px;
        left: 1px;
        line-height: 18px;
    }
    .main {
        font-size: 13px;
    }
    .wrap02 {
        margin: 50px auto;
    }
    #header {
        max-height: 580px;
    }
    .header-utility {
        height: 74px;
    }
    .gnavi ul {
        margin: 76px auto 0;
    }
    .gnavi li {
        height: 26px;
        font-size: 12px;
    }
    .gnavi .gnavi-m1, .gnavi .gnavi-m2, .gnavi .gnavi-m3 {
        padding: 10px 10px 0;
    }
    .header-info {
        top: 74px;
        letter-spacing: 1px;
        font-size: 8px;
        line-height: 12px;
        height: 24px;
        z-index: 4;
    }
    .logo {
        width: 248px;
        top: 28px;
        left: 10px;
        z-index: 5;
        margin: 0;
    }
    .openbtn4.active span:nth-of-type(3)::after {
        top: 6px;
        left: 14px;
    }
    .top-text {
        width: 284px;
        left: 50%;
        margin-left: -142px;
        top: 106px;
    }
    .swiper {
        width: 90%;
        margin-left: 14% !important;
        top: 218px;
    }
    .scrolldown2 {
        bottom: 30%;
    }
    #news {
        width: 88%;
        top: 86%;
    }
    .news-inner {
        width: 94%;
        padding: 0 10px 4px;
    }
    .new {
        margin: 0 10px;
        padding: 0 10px;
        font-size: 11px;
    }
    .h2-01 {
        font-size: 20px;
    }
    .h2-02 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .h2-03 {
        font-size: 22px;
        margin-left: -105px;
        margin-bottom: 10px;
    }
    .h3-01 {
        font-size: 17px;
        text-align: left;
    }
    .h3-02 {
        font-size: 18px;
        padding: 0 0 0 10px;
        margin-bottom: 24px;
        line-height: 24px;
    }
    .h3-03 {
        margin-top: 60px;
        font-size: 24px;
    }
    .h3-06 {
        font-size: 16px;
        line-height: 20px;
    }
    .h4-02 {
        font-size: 14px;
        padding-left: 10px;
    }
    .h4-04 {
        font-size: 15px;
    }
    .h4-03 {
        font-size: 14px;
        padding: 3% 2%;
    }
    .h4-05 {
        font-size: 16px;
    }
    #top-content01 {
        padding: 50px 0;
    }
    #top-content03 {
        margin: 80px 0;
        padding: 60px 0;
    }
    .tp-con-r-img, .tp-con-l-img {
        width: 90%;
    }
    .tp-con-r-text, .tp-con-l-text {
        width: 97%;
        line-height: 18px;
        top: 128px;
        right: 0%;
    }
    .top-content01-content-r, .top-content01-content-l {
        height: 288px;
        font-size: 12px;
    }
    .benner {
        margin: 30px 0;
    }
    .tp-con02-text {
        width: 100%;
        margin-bottom: 20px;
    }
    .tp-con02-list {
        width: 100%;
        float: none;
    }
    .tp-con03-inner li {
        width: 86%;
    }
    .ft-info {
        margin: 50px auto;
    }
    .ft-logo img {
        width: 200px;
    }
    .ft-inner {
        font-size: 12px;
    }
    .ft-info {
        margin: 34px auto;
    }
    .ft-info-r {
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .ft-content-link {
        width: 76%;
        line-height: 22px;
    }
    .copy {
        font-size: 10px;
    }
    #child-header {
        height: 76px;
    }
    .child-top {
        height: 100px;
    }
    .child-top img {
      width: 100%;
        height: 100px;
    }
    .child-top-text {
        margin: 40px 0 60px;
    }
    .recruit-top-text {
        font-size: 13px;
        line-height: 20px;
        margin: 20px 0;
        padding: 0px;
    }
    .link-list {
        font-size: 12px;
    }
    .btn {
        padding: 20px 0;
    }
    .wrap02 .news-inner {
        width: 96%;
    }
    .wrap02 .news-inner .posts-img {
        width: 56%;
        float: none;
        margin: 10px auto;
    }
    .wrap02 .news-inner .entry-content {
        width: 100%;
        float: none;
    }
    .entry-title {
        font-size: 14px;
        padding: 10px;
        margin: 10px 0 20px;
        text-align: center;
    }
    .rinen-inner {
        width: 94%;
        padding: 30px 0;
    }
    .rinen-inner-l {
        width: 100%;
        border-right:none;
        border-bottom: solid 1px #fff;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .rinen-inner-r {
        width: 100%;
    }
    .rinen-inner-r p {
        padding-left: 0px;
    }
    .about-content01 {
        margin: 120px 0;
    }
    .about-img, .about-text {
        width: 82%;
    }
    .about-content01-inner th {
        font-weight: bold;
        font-size: 14px;
    }
    .dsk {
        margin: 0 0 50px;
    }
    .dsk img {
        width: 280px;
        height: auto;
    }
    .senkou-flow li {
        width: 74%;
        margin-bottom: 30px;
    }
    .form {
        width: 100%;
    }
    .wpcf7 th {
        font-weight: bold;
    }
    .form-p {
        padding: 0 2%;
    }
    input {
        padding: 6px;
    }
    #back_to_top {
        margin: 20px 4px 10px 0;
        text-align: right;
    }
    .back_to img {
        width: 66%;
        height: auto;
    }
    th, td {
        width: 98%;
        display: inline-block;
        padding: 2% 1%;
    }
    .button2 a {
        font-size: 11px;
        padding: 20px;
    }
    .button2 a:after {
        right: 1.5rem;
    }
    
    .ft-info {
        width: 90%;
        min-width: 330px;
    }
    .not-found-top {
    font-size: 32px;
    color: rgba(94,94,94,1.00);
    font-weight: bold;
    line-height: 40px;
    }
    .not-found-text {
    font-size: 20px;
    }
    .child-top, .child-top h2 {
        height: 142px;
    }
    .child-top img, .child-top h2 img {
        height: 100%;
        width: auto;
    }
    .solution-content01 {
        margin: 40px auto 40px;
        padding-top: 10px;
    }
    .solution-content01-text {
        margin: 20px 0 50px;
    }
    .solution-results {
        padding: 20px;
        margin: 40px auto;
    }
    .rinen {
        height: 300px;
    }
    .about-content01-inner {
        margin: 30px auto;
    } 
    .form-text, .form-p {
        padding: 0 2%;
    }
    .form .recruit-top-text {
        padding: 0 10px;
    }

}