/* CSS Document */
/*
Site Name: 東和商事採用ページ
Site URI: http://towa-syouji.com/recruit/

@charset "utf-8";
*/

@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}


.clear{
	float:none;
	clear:both;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}

	.cf:after {
		display: block;
		clear: both;
		content: '';
	}
	
	

/* bootstrap.css　上書き分 */
a:focus {
		outline: none;
	}

/* bootstrapガター溝をなくす */
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.container-fluid2 {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}


.t-a_center {text-align: center;}

@media only screen and (min-width:320px) and (max-width:414px) {
	.t-a_center {text-align: left;}
}


/*------------------------------------------------------
　　　　　　　　　＊ FONT&TEXT　＊
-------------------------------------------------------*/
.f_bold {font-weight: bold !important;}
.f_red {color: #C50000 !important;}
.f_white {color: #FFFFFF !important;}
.f_brown {color: #623526 !important;}
.f_gold {color: #9D9969 !important;}
.f_gray {color: #534F4B !important;}
.f_ye {color: #F8B300 !important;}
.f_orange {color: #F86700 !important;}

.f_s11 {font-size: 83% !important;}
.f_s12 {font-size: 93% !important;}
.f_s13 {font-size: 100% !important;}
.f_s14 {font-size: 108% !important;}
.f_s15 {font-size: 116% !important;}
.f_s16 {font-size: 124% !important;}
.f_s17 {font-size: 131% !important;}
.f_s18 {font-size: 139% !important;}
.f_s19 {font-size: 147% !important;}
.f_s20 {font-size: 154% !important;}
.f_s21 {font-size: 162% !important;}
.f_s22 {font-size: 170% !important;}
.f_s23 {font-size: 177% !important;}
.f_s24 {font-size: 185% !important;}
.f_s25 {font-size: 193% !important;}

.f_lh100 {line-height: 1.0;}
.f_lh150 {line-height: 1.5;}
.f_lh250 {line-height: 2.5;}

.f_min {font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;}


/* ---------- PADDING ---------- */
.p_t0 {padding-top: 0px !important;}
.p_t5 {padding-top: 5px !important;}
.p_b12 {padding-bottom: 12px !important;}
.p_b38 {padding-bottom: 38px !important;}
.p_lr10 {padding: 0 10px !important;}
.p_tb10 {padding: 10px 0px !important;}

/* ---------- MARGIN ---------- */

.m_b40 {margin-bottom: 40px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_b15 {margin-bottom: 15px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b3 {margin-bottom: 3px !important;}
.m_t5 {margin-top: 5px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t40 {margin-top: 40px !important;}
.m_t60 {margin-top: 60px !important;}
.m_l10 {margin-left: 10px !important;}
.m_r5 {margin-right: 5px !important;}
.m_r10 {margin-right: 10px !important;}
.m_l5 {margin-left: 5px !important;}
.m_b-15 {margin-bottom: -15px !important;}

.m_lr10 {margin: 0 10px !important;}
.m_lr20 {margin: 0 20px !important;}


/* ---------- TELリンク ---------- */

a[href^="tel:"] {
    pointer-events: none;
}

/* SMARTPHONES SIZE */
@media screen and (max-width: 414px){
	a[href^="tel:"] {
    pointer-events:auto; /*有効*/
}
}	



/*------------------------------------------------------
　　　　　　　　　＊ 共通　＊
-------------------------------------------------------*/

/* ---------- バックグラウンド ---------- */

.bg_blue {
	background-color: #0B3774;
}
.bg_gray {
	background-color: #ddd;
}


/* ------- 画像 ホバーエフェクト ----------------　*/

a:hover img{
	filter:alpha(opacity=60);
	opacity:0.6;
}

/* ------- テキスト スタイル ----------------　*/

.err {
	font-size: 12px;
	color:#ff5500;
}

/* ------- ボタン ----------------　*/

.button01 {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}

.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button01 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
}
.button01:hover {
  color: #fff;
}
.button01::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button01:hover::after {
  top: 0;
  left: 0;
  background-color: #333;
}

.message_button01 {
	padding-top: 0.5em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
}	
	.message_button01 a:hover {
	text-decoration: none;  
}
	
	.message_button02 a:hover {
	text-decoration: none;  
}
	

/* ------- 初期設定 ----------------　*/

* {
	box-sizing: border-box;
}

html, body,div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, img,
small, strong, b, i,
dl, dt, dd, ol, ul, li,
form, label,
table, tbody, tfoot, thead, tr, th, th,
article, aside, canvas, figure, figcaption,
header, footer, nav, section,
time, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

div, span, iframe,
h1, h2, h3, h4, h5, p, blockquote, pre,
a, address, em, img,
small, strong, b, i,
dl, dt, dd, ol, ul, li,
form, label,
table, tbody, tfoot, thead, tr, th, th,
article, aside, canvas, figure, figcaption,
header, footer, nav, section,
time, video {
	font-size: 100%;
}


div, article, aside, figcaption, figure,
header, footer, nav, section {
	/* [disabled]display: block; */
}

/* text */
em {
	font-style: normal;
}

/* images */

figure {
	max-width: 100%;
	text-align: center;
}

figcaption {
	text-align: center;
}

img {
	max-width: 100%;
	vertical-align:bottom;
}


/* list */

ul, ol {
	list-style: none;
}

dt {
	font-weight: bold;
}

/* table */

table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

th, td {
	padding:0;
	text-align:left;
	vertical-align: middle;
	border:none;
}

select option {
	padding:　0 5px;
}


/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #A9A9A9;
}

/* Firefox 18- */
:-moz-placeholder {
	color: #A9A9A9;
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #A9A9A9;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #A9A9A9;
}

label {
	cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align:middle;
}

input[type="submit"] {
	padding: 0.1em;
}

input[type="submit"],
button {
	line-height: 1;
	cursor: pointer;
}

select {
	cursor: pointer;
}


/*------------------------------------------------------
　　　　　　　　　＊ HEADER　＊
-------------------------------------------------------*/

#pageHeader {
    padding: 30px 10px;
}

.headerLogo {
    padding-top: 10px;
}

.headerLogo a:hover{
    text-decoration: none;
}

.headerLogo span.subTitle {
    display: inline-block;
    margin-left: 5px;
}

@media screen and (max-width:1024px) {
    #pageHeader {
        padding: 15px 10px;
    }
 .headerForm {
        display: none;
    }
    .headerLogo {
        padding: 5px 0;
    }
    .headerLogo img {
        height: 45px;
        width: 200px;
    }
    .headerLogo span.subTitle img {
        height: 14px;
        width: 70px;
    }
}

@media screen and (max-width:768px) {
    #pageHeader {
        padding-top: 50px;
    }
    .headerLogo span.subTitle {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 8px 0;
        line-height: 1;
        display: block;
        border-bottom: 1px solid #f2f2f2;
        text-align: center;
        margin: 0;
    }
    .headerLogo {
        padding: 0;
    }
    .headerLogo span.subTitle img {
        vertical-align: middle;
    }
}

@media screen and (min-width:1025px) {
    .headerForm {
        float: right;
    }
    .headerForm p{
        display: inline-block;
        margin-left: 5px;
    }
    .headerForm p a{
        display: inline-block;
        margin-right: 10px;
    }
    .headerLogo {
        float: left;
    }
    .headerInner {
        width: 960px;
        margin: 0 auto;
    }
}


/* ---------------------------------------------

pageNav

--------------------------------------------- */

@media screen and (max-width:1024px) {
    #pageNav .pageNavInner {
        display: none;
        position: fixed;
        background: rgba(0, 0, 0, 0.9);
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 500;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4) inset, 0 -1px 3px 0 rgba(0, 0, 0, 0.4) inset;
    }
    #pageNav i.close,
    #pageNav i.open {
        border: 1px solid #726E6F;
        height: 44px;
        width: 44px;
        position: absolute;
        color: #726E6F;
        top: 15px;
        right: 10px;
        font-size: 12px;
        letter-spacing: -0.5px;
        text-align: center;
        font-style: normal;
        padding-top: 22px;
    }
    #pageNav i.close {
        color: #fff;
        padding-top: 25px;
        border: none;
    }
    #pageNav i.close span,
    #pageNav i.open span {
        display: block;
        position: absolute;
        top: 3px;
        left: 0;
        right: 0;
        width: 25px;
        height: 2px;
        background-color: #726E6F;
        margin: 10px auto 5px;
    }
    #pageNav i.close span:before,
    #pageNav i.close span:after,
    #pageNav i.open span:before,
    #pageNav i.open span:after {
        content: '';
        position: absolute;
        top: -5px;
        left: 0;
        height: 2px;
        width: 25px;
        background-color: #726E6F;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    #pageNav i.close span:before,
    #pageNav i.close span:after,
    #pageNav i.close span {
        background-color: #fff;
    }
    #pageNav i.open span:after {
        top: 5px;
    }
    #pageNav i.close span {
        height: 0;
    }
    #pageNav i.close span:before,
    #pageNav i.close span:after {
        left: 0px;
        top: 0px;
    }
    #pageNav i.close span:before {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }
    #pageNav i.close span:after {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
    #pageNav .pageNavInner ul {
        margin-top: 70px;
        border-top: 1px solid #666;
        padding: 30px 0;
    }
    #pageNav .pageNavInner li{
        text-align: center;
    }
    #pageNav .pageNavInner li a {
        display: inline-block;
        position: relative;
        font-size: 16px;
        color: #fff;
        margin: 0 auto;
        font-weight: bold;
        text-decoration: none;
        padding: 3% 5%;
        text-align: center;
    }

    #pageNav .pageNavInner li#nav09,
    #pageNav .pageNavInner li#nav08{
        float: left;
        width: 50%;
        margin-top: 20px;
    }
    
    #pageNav .pageNavInner li#nav09 a,
    #pageNav .pageNavInner li#nav08 a{
        font-size: 14px;
        display: block;
        width: 95%;
        margin: 0 auto;
        text-align: center;
        padding: 10px 0;
        line-height: 1.4;
    }

    #pageNav .pageNavInner li#nav08 a{
        color: #000;
		background-color: #DDD;
    }
    #pageNav .pageNavInner li#nav09 a{
        background-color: #F8B300;
    }
    #pageNav .pageNavInner li#nav09 a span,
    #pageNav .pageNavInner li#nav08 a span{
        display: block;
        font-size: 16px;
    }

}

@media screen and (max-width:768px) {
    #pageNav i.open {
        top: 45px;
    }
}

@media screen and (min-width:1025px) {
    #pageNav i.close,
    #pageNav i.open {
        display: none;
    }
    #pageNav {
	background-color: #CCCCCC;
    }
    #pageNav ul {
        width: 960px;
        margin: 0 auto;
    }
 #pageNav ul,
    #pageNav ul li,
    #pageNav ul li a {
        height: 73px;
        display: block;
    }
     /* #pageNav ul li a {
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s;
    }*/
 
    #pageNav ul li {
        float: left;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        font-size: 0;
    }
    #pageNav ul li a {
        background: url(../img/nav.gif) no-repeat 0 0;
        width: 137px;
    }
    #pageNav ul li:first-child a {
        width: 138px;
    }
    #pageNav #nav01 a:hover,
    #pageNav #nav01.active a {
        background-position: 0 -73px;
    }
    #pageNav #nav02 a {
        background-position: -138px 0;
    }
    #pageNav #nav02 a:hover,
    #pageNav #nav02.active a {
        background-position: -138px -73px;
    }
    #pageNav #nav03 a {
        background-position: -275px 0;
    }
    #pageNav #nav03 a:hover,
    #pageNav #nav03.active a {
        background-position: -275px -73px;
    }
    #pageNav #nav04 a {
        background-position: -412px 0;
    }
    #pageNav #nav04 a:hover,
    #pageNav #nav04.active a {
        background-position: -412px -73px;
    }
    #pageNav #nav05 a {
        background-position: -549px 0;
    }
    #pageNav #nav05 a:hover,
    #pageNav #nav05.active a {
        background-position: -549px -73px;
    }
    #pageNav #nav06 a {
        background-position: -686px 0;
    }
    #pageNav #nav06 a:hover,
    #pageNav #nav06.active a {
        background-position: -686px -73px;
    }
    #pageNav #nav07 a {
        background-position: -823px 0;
    }
    #pageNav #nav07 a:hover,
    #pageNav #nav07.active a {
        background-position: -823px -73px;
    }
    #pageNav #nav08,
    #pageNav #nav09,
    #pageNav #nav10 {
        display: none;
    }
.banner {
	max-width: 960px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	.banner .box{
	width: 100%;
	display: flex;
	margin-bottom: 12px;
	margin-top: 12px;
}
.banner .box div{
	width: 90%;
	margin-right: 12px;
}
.banner .box div:last-child {
	margin-right: 0px;
}
	.banner .box div a{
	margin-right: 0px;	
}
.banner .box div a img {
	/* [disabled]max-width: 469px; */
	width: 100%;
	text-align: justify;
}
	

}



/*------------------------------------------------------
　　　　　　　　　＊footer　＊
-------------------------------------------------------*/

#pageFooter {
    position: relative;
    border-top: 1px solid #FC3;
}

.footerLogo {
    padding: 30px 0;
    position: relative;
}

.footerLogo img {
    height: 35px;
    width: 210px;
}

#toTop {
    position: absolute;
    top: 30px;
    right: 0;
}

#toTop p span {
    display: block;
    line-height: 1;
    cursor: pointer;
}

#toTop p span:before {
    content: "\f139";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    color: #FC3;
    font-size: 35px;
}

.footerInner {
    background-color: #FC3;
    padding: 20px 0;
    border-bottom: 1px solid  #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.footerInner ul {
    text-align: center;
}

.footerInner ul li {
    display: inline-block;
    margin: 15px 10px;
}

.footerInner ul li a {
    color: #fff;
    font-weight: bold;
}

#copyright {
    background-color: #FC3;
    padding: 14px 0;
    text-align: center;
    color: #fff;
}

@media screen and (max-width:480px) {
    .footerLogo img {
        height: 25px;
        width: 150px;
    }
    #toTop p span:before {
        font-size: 25px;
    }
}

@media screen and (max-width:1024px) {
    .footerLogo {
        padding: 30px 15px;
    }
    #toTop {
        right: 15px;
    }
}

.spNavFixed {
    position: fixed;
    width: 100%;
}

.spNavScroll {
    overflow: auto !important;
}



/*--- base setting ---*/

body,
body button,
body select,
body textarea,
body input {
    font-family: 'Open Sans', arial, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ ゴシック", sans-serif;
    /* Use "open sun" in Google font */
    font-size: 16px;
}

body {
    line-height: 1.6;
    color: #212121;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1.5rem;
    color: #000;
    line-height: 1;
    padding: 1em 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a,
a:before,
a:after {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a:active,
a:hover {
    outline: 0;
}

a,
a:visited,
a:hover,
a:active {
    color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
figcaption {
    background: url(../img/android_hack.png) no-repeat;
}




/*--- header+nav setting ---*/

nav.navType01 {
    background-color: #000;
    color: #fff;
    margin: 15px auto;
}

nav.navType01 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

nav.navType01 ul li {
    width: 100%;
    border-left: 1px solid #fff;
}

nav.navType01 ul li:first-child {
    border-left: none;
}

nav.navType01 ul li a {
    text-align: center;
    display: block;
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (min-width:1025px) {
    nav.navType01 ul li a:hover {
        background-color: #666;
    }
}




/*--- contents settting ---*/

.cont01 {
    width: 100%;
}

.cont02 {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}

.cont03 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

/* ---------------------------------------------

reasonBox

--------------------------------------------- */

	
.reasonBox li {
    width: -webkit-calc(100% / 2 - 2px);
    width: calc(100% / 2 - 2px);
    float: left;
    height: 295px;
    margin: 0 2px 2px 0;
    position: relative;
}

.reasonBox li {
    width: -webkit-calc(100% / 2 - 2px);
    width: calc(100% / 2 - 2px);
    float: left;
    height: 295px;
    margin: 0 2px 2px 0;
    position: relative;
}

.reasonBox li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 50;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.reasonBox li:nth-child(2n) {
    margin-right: 0;
}

.reasonBox li:nth-of-type(1) {
    background: url(../img/reason-img01.jpg) no-repeat center 50%;
}

.reasonBox li:nth-of-type(2) {
    background: url(../img/reason-img02.jpg) no-repeat center 50%;
}

.reasonBox li:nth-of-type(3) {
    background: url(../img/reason-img03.jpg) no-repeat center 50%;
}

.reasonBox li:nth-of-type(4) {
    background: url(../img/reason-img04.jpg) no-repeat center 50%;
}

.reasonBox li a {
    display: inline-block;
    z-index: 100;
    text-align: center;
    color: #fff;
    height: 100%;
    width: 100%;
    position: relative;
    text-decoration: none;
}

.reasonBox li a:hover img {
    opacity: 1;
}

.reasonBox li a:after {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
    font-size: 50px;
    position: absolute;
    top: 35%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    right: 4%;
}

.reasonBox li:hover:before {
    opacity: .3;
}

.reasonBox li h2 {
    font-size: 40px;
    color: #fff;
    padding: 0;
    margin: 13vh 0 15px;
}

.reasonBox li h2 img {
    display: block;
    margin: 0 auto 15px;
}

.reasonBox li a:hover:after {
	color: #C3C0C0;
}


@media screen and (max-width:768px) {
    .reasonBox ul {
        margin: 2rem 0;
    }
    .reasonBox li {
        width: 100%;
        float: none;
    }
    .reasonBox.indexBox02 li {
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .reasonBox li h2 {
        margin: 19% 0 15px;
    }
}

@media screen and (max-width:480px) {
    .reasonBox li {
        height: 200px;
    }
    .reasonBox li h2 {
        font-size: 24px;
    }
    .reasonBox li a:after {
        font-size: 40px;
    }
}


/*------------------------------------------------------
　　　　　　　　　＊topImg　＊
-------------------------------------------------------*/

#topImg {
    position: relative;
}

#topImg img {
    width: 100%;
}

#topImg a {
    position: absolute;
    bottom: 0px;
    right: 30px;
}

#topImg h1 {
    padding: 0;
}

#topImg a img {
    width: 10vw;
}

#topImg i {
    display: block;
}

.bx-wrapper .bx-controls-direction a {
    width: auto;
    height: auto;
    text-indent: 0;
    background: none;
    font-size: 0;
    width: 5vw;
    text-decoration: none;
    opacity: .6;
    height: 5vw;
    z-index: 50;
    text-align: center;
}

.bx-wrapper .bx-controls-direction a:hover {
    opacity: 1;
}

.bx-wrapper .bx-prev:before,
.bx-wrapper .bx-next:before {
       /*font-family: FontAwesome;*/
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	/* font-size: 5vw;*/
   line-height: 80px;
    color: #fff;
    display: block;
}

.bx-wrapper .bx-prev:before {
    content: "\f104";
}

.bx-wrapper .bx-next:before {
    content: "\f105";
}

@media screen and (max-width:1024px) {
    .bx-wrapper .bx-controls-direction a {
        display: none;
    }
    #topImg a img{
        width: 20vw;
    }
.banner {
	max-width: 960px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	.banner .box{
	width: 100%;
	display: flex;
	margin-bottom: 12px;
	margin-top: 12px;
}
.banner .box div{
	width: 90%;
	margin-right: 12px;
}
.banner .box div:last-child {
	margin-right: 0px;
}
	.banner .box div a{
	margin-right: 0px;	
}
.banner .box div a img {
	/* [disabled]max-width: 469px; */
	width: 100%;
	text-align: justify;
}
	
}

@media screen and (max-width:600px){

    #topImg a img{
        width: 25vw;
    }
	.banner {
	max-width: 960px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	.banner .box{
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.banner .box div{
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: auto;
	width: 100%;
}
	.banner .box div a{
	margin-right: 0px;
}
.banner .box div a img {
	/* [disabled]max-width: 469px; */
	width: 100%;
	text-align: justify;
}
}

@media screen and (min-width:1025px) {
    #topImg i span {
        position: absolute;
        bottom: 50px;
        left: 50%;
        width: 30px;
        height: 50px;
        margin-left: -15px;
        border: 2px solid #fff;
        background-color: rgba(0, 0, 0, .16);
        border-radius: 50px;
        box-sizing: border-box;
    }
    #topImg i span:before {
        position: absolute;
        top: 10px;
        left: 50%;
        content: '';
        width: 6px;
        height: 6px;
        margin-left: -3px;
        background-color: #fff;
        border-radius: 100%;
        -webkit-animation: sdb 2s infinite;
        animation: sdb 2s infinite;
        box-sizing: border-box;
    }
    }
		
@-webkit-keyframes sdb {
        0% {
            -webkit-transform: translate(0, 0);
            opacity: 0;
        }
        40% {
            opacity: 1;
        }
        80% {
            -webkit-transform: translate(0, 20px);
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    @keyframes sdb {
        0% {
            transform: translate(0, 0);
            opacity: 0;
        }
        40% {
            opacity: 1;
        }
        80% {
            transform: translate(0, 20px);
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }

/* 見出しデザイン*/

	 
.heading_txt01 {
	font-size: 177%;
	      position: relative;
		  padding-bottom: 0.5em; 
		  margin-bottom: 1.5em; 
 }
	  
.heading_txt01::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	box-sizing: border-box;
	border-top: 3px solid black;
	border-bottom: 1px solid black;
	}
	

.heading_txt02 {
	font-size: 177%;
	      position: relative;
		  padding-bottom: 0.5em; 
 }
	  
.heading_txt02::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	box-sizing: border-box;
	border-top: 3px solid black;
	border-bottom: 1px solid black;
	}
	
/* 枠デザイン*/

.b-box01{
	padding-top: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1.5em;
	margin: 0;
	color: #5d627b;
	background: white;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

/* ---------- メッセージ ----------*/
.message_main {
	background-color: #506C82;
	color: #fff;
	padding: 8vw 0;
	text-align: center;
	position: relative;
	white-space: nowrap;
}
.message_main h2 {
    color: #fff;
    line-height: 1.5;
    font-size: 177% !important;
	padding: 2em;
}

.message_main p {
    margin-top: 2%;
    font-size: 1.5rem;
}

.message_main p b {
    display: block;
    font-size: 2rem;
}

.message_ttl {
	color: #fff;
	font-size: 2.5rem;
	padding-top: 2em;
	padding-right: 1em;
	padding-left: 1em;
}

.message_txt {
color: #fff;
font-size: 1.5rem;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
}
.coment-txt {
	width: 85%;
}



@media screen and (max-width:1024px) {
    .message_main h2 {
        font-size: 2rem;
		padding: 1.5em;
    }
	
    .message_main p b {
        font-size: 1rem;
    }
    .message_main p b {
        font-size: 1.9rem;
    }
	
	.coment-txt {
	width: 100%;
}
}	
/* ---------- TOPグリッド ---------- */


.grid-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% auto;
      grid-template-columns: auto;
  grid-gap: 0px;
  grid-auto-rows: minmax(30px, auto);
	-ms-grid-rows: auto auto;

}

.content_01 {
	-ms-grid-column: 1;
	grid-column: 1 / 4;
	-ms-grid-row: 1;
	grid-row: 1 / 2;
	  background-color: #ccc;

}
.content_02 {
  -ms-grid-column: 2;
  grid-column: 4 / 8;
  -ms-grid-row: 1;
  grid-row: 1 / 2;
  background: url(../img/message-main-img01.jpg) no-repeat center 0;
 background-size: cover;

}
.content_03 {
	-ms-grid-column: 1;	
	grid-column: 1 / 4;
	-ms-grid-row: 2;
	grid-row: 2 / 2;

}
.content_04 {
	-ms-grid-column: 2;
	grid-column: 4 / 8;
	-ms-grid-row: 2;
	grid-row: 2 / 2;
	background-color: #506C82;
	color: #fff;

}

.message-main_img {
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url(../img/message-main-img01.jpg);
	background-size: cover;
	height: auto;
	width: 540px;
}

@media screen and (max-width:800px) {
	
.content_01 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1 / 2;
	  background-color: #ccc;

}
.content_02 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-column: 3 / 8;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
 	background: url(../img/message-main-img01.jpg) no-repeat center 0;
 background-size: cover;
	
}
.content_03 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / 3;
	-ms-grid-row: 2;
	grid-row: 2 / 2;

}
.content_04 {
	-ms-grid-column: 3;
	-ms-grid-column-span: 5;
	grid-column: 3 / 8;
	-ms-grid-row: 2;
	grid-row: 2 / 2;
	background-color: #506C82;
	color: #fff;
	
}	
	
	
	}


@media only screen and (min-width:360px) and (max-width:414px) {
.content_01 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 5;
	grid-column: 1 / 6;
	-ms-grid-row: 1;
	grid-row: 1;	
}
.content_02 { 
  -ms-grid-column: 1; 
  -ms-grid-column-span: 5; 
  grid-column: 1 / 6;
  -ms-grid-row: 2;
  grid-row: 2;
  height: 280px;
}
.content_03 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1 / 6;
  -ms-grid-row: 4;
  grid-row: 4;

}
.content_04 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1 / 6;
  -ms-grid-row: 3;
  grid-row: 3;
}


}

/* ---------- ボタン ---------- */
.entry-button {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #333;
	color: #333;
	line-height: 50px;
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	
}
.entry-button:hover {
  color: #fff;
  background-color:f8b300;
}
.entry-button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.entry-button:hover::after {
  background: #f8b300;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.entry-button a {
	display:block;
width: 100%; /* 横幅 */
}
