@charset "UTF-8";

/* ------------------------------
    mv
------------------------------ */
#mv {
	width: 100%;
	height: 0;
	/*padding-top: 39%;*/
    padding-top: 600px;
	background: url(../img/top_img.png) ;
    background-repeat: no-repeat;
    background-position: top 90px right 15%;
    background-attachment: fixed;
    background-size: 600px;
    overflow: hidden;
    position: relative;
}

#mv::before{
	content: "";
	width: 100%;
	height: 15%;
	background-color: #A2D2DE;
	position: absolute;
	left: 0;
	bottom: 0;
    z-index: -1;
}

#mv .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 4;
	position: absolute;
	top: 0;
	right: 52%;
	width: 500px;
	height: 100%;
}

#mv .content .lead {
	line-height: 1.25;
	font-feature-settings: "halt";
}

#mv .content .main {
	display: inline-block;
	margin-top: -30px;
    margin-bottom: 20px;
	font-size: 4.5rem;
	color: #121212;
	position: relative;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: normal;
}

#mv .content .sub {
	font-size: 1.6rem;
	line-height: 1.625;
	font-weight: bold;
	color: #358da0;
}

#mv .content [data-text] {
	display: inline-block;
	position: relative;
	overflow: hidden;
	line-height: 1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: 0 50%;
}

#mv .content [data-text]::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #121212;
	transform-origin: 100% 50%;
}

body.loaded #mv .content [data-text] {
	-webkit-transform: none;
	transform: none;
}

body.loaded #mv .content [data-text]::after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

body.loaded #mv .content [data-text],
body.loaded #mv .content [data-text]::after {
	transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.loaded #mv .content [data-text]::after {
	transition-duration: .4s;
}

body.loaded #mv .content [data-text="WEBシステムの導入を"] {
	transition-delay: .55s;
}

body.loaded #mv .content [data-text="もっと手軽に！"] {
	transition-delay: .65s;
}

body.loaded #mv .content [data-text="もっと効率的に！"] {
	transition-delay: .75s;
}

body.loaded #mv .content .sub [data-text] {
	transition-delay: .85s;
}

@media screen and (min-width:769px) {
	body.loaded #mv .content [data-text="WEBシステムの導入を"]::after {
		transition-delay: 1s;
	}
	body.loaded #mv .content [data-text="もっと手軽に！"]::after {
		transition-delay: 1.1s;
	}
	body.loaded #mv .content [data-text="もっと効率的に！"]::after {
		transition-delay: 1.2s;
	}
	body.loaded #mv .content .sub [data-text]::after {
		transition-delay: 1.3s;
	}
}

@media screen and (max-width:768px) {
	body.loaded #mv .content [data-text="WEBシステムの導入を"]::after,
	body.loaded #mv .content [data-text="もっと手軽に！"]::after,
    body.loaded #mv .content [data-text="もっと効率的に！"]::after {
		transition-delay: .5s;
	}
	body.loaded #mv .content .sub [data-text]::after {
		transition-delay: .8s;
	}
	
	#mv {
		background-size: 55%;
        background-position: bottom 20px center;
        padding-top: 100%;
        background-attachment: inherit;
	}

	#mv .content {
		display: block;
		top: 30%;
		right: auto;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		max-width: inherit;
		height: auto;
	}
	#mv .content .lead{
		text-align: center;
	}
	#mv .content .main {
		display: inline-block;
		margin-bottom: .1em;
		font-size: 5.3vw;
		text-align: center;
		padding-top: 7vw;
	}

	#mv .content .sub {
		font-size: 3.0vw;
	}
}

@media screen and (max-width: 575px) {
    #mv .content .main {
        margin-bottom: 10px;
    }
	#mv .content .sub {
		font-size: 1.2rem;
	}
}


/*/// pagcover ///*/
#mv.pagcover {
    padding-top: 280px;
    background-size: 300px;
    background-image: url("../img/cover_img.png");
    background-position: top 80px right 15%;
}
#mv.pagcover .content .main {
    font-size: 6.5rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    margin: auto;
}
#mv.pagcover .content .main.jp {
    font-size: 4.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
    margin-bottom: 10px;
}
#mv.pagcover .content .sub {
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
    margin-top: -5px;
}
body.loaded #mv.pagcover .content [data-text] {
	transition-delay: .55s;
}
body.loaded #mv.pagcover .content .sub [data-text] {
	transition-delay: .75s;
}

@media screen and (min-width:769px) {
	body.loaded #mv.pagcover .content [data-text]::after {
		transition-delay: 1s;
	}
	body.loaded #mv.pagcover .content .sub [data-text]::after {
		transition-delay: 1.2s;
	}
}

@media screen and (max-width: 768px) {
    #mv.pagcover {
        background-image: none;
        padding-top: 180px;
    }
    #mv.pagcover .content {
        top: 47%;
    }
	#mv.pagcover .content .main {
        padding: inherit;
        font-size: 4.0rem;
	}
	#mv.pagcover .content .main.jp {
        font-size: 3.1rem;
	}
	#mv.pagcover .content .sub {
        font-size: 1.3rem;
	}
}


/* ------------------------------
    animbg
------------------------------ */
.anibg {
    animation:slide 5s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #A2D2DE 50%, #C2E9EF 50%);
    bottom:0;
    left:-50%;
    opacity:.5;
    position:absolute;
    right:-50%;
    top:0;
    z-index:-3;
}

.anibg2 {
    animation-direction:alternate-reverse;
    animation-duration:8s;
}

.anibg3 {
    animation-duration:13s;
}

@keyframes slide {
  0% {
      transform:translateX(-25%);
  }
  100% {
      transform:translateX(25%);
  }
}


/* ------------------------------
    particles
------------------------------ */
#particles-js { 
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
}


/* ------------------------------
    #home
------------------------------ */
#home {
    margin: 60px auto 0;
}
#home .flex {
    align-items: center;
}
#home .pho {
    width: 28.0%;
}
#home .txt {
    width: 700px;
}
#home .txt p {
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 2;
    margin-top: 20px;
}
#home .txt p:first-of-type {
    margin-top: 10px;
}

@media screen and (min-width: 769px) {
    #home .pho {
        transition-delay: .5s;
    }
    #home .txt {
        transition-delay: 1.0s;
    }
}

@media screen and (max-width: 768px) {
    #home {
        margin: 50px auto 0;
    }
    #home .flex {
        display: block;
    }
    #home .pho {
        float: left;
        width: 40.0%;
        margin-right: 30px;
        margin-bottom: 20px;
    }
    #home .txt {
        width: 100%;
    }
    #home .txt p {
        font-size: 1.55rem;
        line-height: 1.8;
        font-weight: normal;
    }
}

@media screen and (max-width: 575px) {
	#home {
		margin: 40px auto 0;
	}
    #home .txt p {
        font-size: 1.5rem;
        line-height: 1.7;
    }
    #home .pho {
        margin-right: 20px;
    }
}


/* ------------------------------
    #news
------------------------------ */
#news {
	margin: 80px auto 0;
    position: relative;
    z-index: 1;
}
#news .flex {
    background: #d6eff3;
    padding: 10px 0;
}
#news h3 {
    display: table;
    width: 34%;
    line-height: normal;
}
#news h3 span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 5.0rem;
    /*color: #358da0;*/
}
#news .list {
	padding: 0 20px;
    flex: 1;
}
#news .list li {
	padding: 15px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    background: url(../img/line_dot.png) repeat-x bottom;
}
#news .list li:last-child {
	background: none;
}
#news .list .date {
	width: 105px;
    color: #358da0;
	font-size: 1.3rem;
	line-height: 23px;
}
#news .list .category {
	color: #3d4975;
	font-size: 1.25rem;
	margin-right: 20px;
	line-height: 22px;
}
#news .list .newsttl {
	display: inline-block;
	/*font-weight: bold;*/
	font-size: 1.4rem;
	max-width: 575px;
}
#news .list a:hover .link_txt::before {
	width: 100%;
}
#news .btn {
	width: 250px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#news {
		margin: 40px auto 0;
	}
    #news .flex {
        padding: 5px 0;
    }
	#news h3 {
        width: 100%;
	}
    #news h3 span {
        font-size: 4.0rem;
    }
	#news .list {
	}
	#news .list li {
		padding: 14px 0;
	}
	#news .list .date {
		font-size: 1.15rem;
        line-height: 20px;
	}
	#news .list .newsttl {
		width: 100%;
    font-size: 1.3rem;
	}
	#news .btn {
		width: 152px;
	}
}


/* ------------------------------
    home_tox
------------------------------ */
.home_tox {
    margin: 130px auto 0;
}
.home_tox.mt100 {
    margin: 100px auto 0;
}

.home_tox h3 {
    position: relative;
    line-height: .7;
    margin-bottom: 60px;
}
.home_tox h3::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: auto auto;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(162, 210, 222, 1) 10px, rgba(162, 210, 222, 1) 11px );
}
.home_tox h3 span {
    font-size: 6.5rem;
    background: #fff;
    color: #47a1b5;
}

article > section.home_tox:nth-child(even) h3 {
    text-align: right;
}
article > section.home_tox:nth-child(odd) h3 span {
    padding-right: 30px;
}
article > section.home_tox:nth-child(even) h3 span {
    padding-left: 30px;
}
.home_tox .txt > p {
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 2;
}
.home_tox .txt .btn {
    margin-top: 50px;
    max-width: 400px;
}
article > section.home_tox:nth-child(even) .pho {
    width: 28.0%;
    order: 2;
    margin-right: 10px;
}
article > section.home_tox:nth-child(odd) .pho {
    width: 34.0%;
    margin-left: 10px;
}

article > section.home_tox:nth-child(even) .txt {
    width: 660px;
}
article > section.home_tox:nth-child(odd) .txt {
    width: 600px;
}

@media screen and (max-width: 768px) {
	.home_tox {
        margin: 60px auto 0;
    }
    .home_tox.mt100 {
        margin: 50px auto 0;
    }

    .home_tox h3 {
        text-align: left;
        margin-bottom: 30px;
    }
    .home_tox h3 span {
        font-size: 4.5rem;
        padding: 0 10px 0 0;
    }
    .home_tox h3::before {
        height: 20px;
        background-image: repeating-linear-gradient(135deg, transparent, transparent 7px, rgba(162, 210, 222, 1) 7px, rgba(162, 210, 222, 1) 8px );
    }
    article > section.home_tox:nth-child(even) h3 {
        text-align: left;
    }
    article > section.home_tox:nth-child(even) h3 span {
        padding-left: 0;
    }
    article > section.home_tox:nth-child(odd) h3 span {
        padding-right: 10px;
    }
	.home_tox .flex {
        display: block;
    }
    article > section.home_tox:nth-child(even) .pho,
    article > section.home_tox:nth-child(odd) .pho {
        order: inherit;
        float: left;
        margin-right: 30px;
        margin-bottom: 20px;
    }
    article > section.home_tox:nth-child(even) .pho {
        width: 40.0%;
    }
    article > section.home_tox:nth-child(odd) .pho {
        width: 40.0%;
    }
    article > section.home_tox:nth-child(even) .txt,
    article > section.home_tox:nth-child(odd) .txt {
        width: 100%;
    }
    
    .home_tox .txt > p {
        font-size: 1.55rem;
        line-height: 1.7;
        font-weight: normal;
    }
    .home_tox .txt .btn {
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 575px) {
    .home_tox .txt > p {
        font-size: 1.5rem;
    }
    .home_tox .txt .btn {
        width: 95%;
    }
    .home_tox h3 span {
        font-size: 4.0rem;
    }
}


/* ------------------------------
    project_tox
------------------------------ */
.project_tox {
    margin: 70px auto 0;
}
.project_tox .pho {
    width: 30.0%;
    margin-right: 40px;
}
.project_tox > .flex {
    justify-content: center;
    align-items: center;
}
.project_tox .txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.project_tox .txt b {
    font-size: 8.0rem;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
    padding-right: 40px;
}
.project_tox .txt .ttl_a {
}
.project_tox .txt .ttl_a i {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}
.project_tox .txt .ttl_a p {
    font-size: 4.0rem;
    line-height: 1;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
}
.project_tox .txt .ttl_b p {
    font-size: 4.0rem;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
}

.project_tox .txt .ttl_a:first-of-type {
    margin-bottom: 45px;
    margin-top: 10px;
}

@media screen and (min-width: 769px) {
    .project_tox .pho {
        transition-delay: .4s;
    }
    .project_tox .txt {
        transition-delay: .6s;
    }
    .projone_tox.mt120 .flex {
        transition-delay: .8s;
    }
}

@media screen and (max-width: 768px) {
	.project_tox {
        margin: 30px auto 0;
    }
    .project_tox .pho {
        width: 40.0%;
        margin-right: 20px;
        margin-bottom: 25px;
    }
    .project_tox .txt b {
        font-size: 4.0rem;
        padding-right: 15px;
    }
    .project_tox .txt .ttl_a:first-of-type {
        margin-bottom: 25px;
        margin-top: 0;
    }
    .project_tox .txt .ttl_a p {
        font-size: 3.0rem;
    }    
}

@media screen and (max-width: 575px) {
    .project_tox .pho {
        width: 60.0%;
        margin-right: 0;
    }
    .project_tox .txt .ttl_a p {
        font-size: 2.2rem;
    }
    .project_tox .txt b {
        margin-left: -30px;
    }
}


/* ------------------------------
    projone_tox
------------------------------ */
.projone_tox {
    margin: 100px auto 0;
}
.projone_tox.mt110 {
    margin: 110px auto 0;
}

.projone_tox .pho {
    flex: 1;
}
.projone_tox .pho::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: auto auto;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(162, 210, 222, 1) 10px, rgba(162, 210, 222, 1) 11px );
}

.projone_tox .pho h4 {
    padding-left: 50px;
    margin-bottom: 80px;
}
.projone_tox .pho h4 span {
    font-size: 6.5rem;
    line-height: .8;
    display: block;
    color: #999999;
}

.projone_tox .pho .img {
    width: 73%;
    padding-left: 75px;
}
.projone_tox .pho .img.min {
    width: 68%;
    padding-left: 85px;
}

.projone_tox .txt {
    width: 750px;
}
.projone_tox .txt h3 {
    font-size: 3.0rem;
    line-height: 1;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 40px;
    margin-top: 10px;
}
.projone_tox .txt p {
    font-size: 1.65rem;
    line-height: 1.7;
    margin-top: 30px;
}
.projone_tox .txt p:first-of-type {
    margin-top: 0;
}
.projone_tox .txt ul {
    margin-top: 30px;
}
.projone_tox .txt ul li {
    position: relative;
    font-size: 1.65rem;
    text-indent: -1.2em;
    padding-left: 1.2em;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: 600;
}
.projone_tox .txt ul li:last-of-type {
    margin-bottom: 0;
}
.projone_tox .txt ul li::before {
    content: '■';
    position: relative;
    margin-right: 3px;
    font-weight: normal;
}
.projone_tox .txt ul li span {
    content: '';
    position: relative;
    background: linear-gradient(transparent 70%, #fff03f 0%);
    display: inline;
    padding-bottom: 2px;
}

@media screen and (min-width: 769px) {
    .projone_tox.mt110 .flex {
        transition-delay: .8s;
    }
}

@media screen and (max-width: 768px) {
    .projone_tox {
        margin: 50px auto 0;
    }
    .projone_tox.mt110 {
        margin: 40px auto 0;
    }
    .projone_tox .pho::before {
        width: 18px;
        top: 0;
        left: -20px;
        background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(162, 210, 222, 1) 8px, rgba(162, 210, 222, 1) 9px );
    }
    .projone_tox .pho h4 {
        padding-left: 10px;
        margin-bottom: 25px;
    }
    .projone_tox .pho h4 span {
        font-size: 4.5rem;
    }
    .projone_tox .pho .img {
        width: 35%;
        padding-left: 0;
        margin: 0 auto;
    }
    .projone_tox .txt {
        width: auto;
        padding-left: 15px;
    }
    .projone_tox .txt h3 {
        font-size: 2.3rem;
        line-height: 1.2;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .projone_tox .txt p {
        font-size: 1.55rem;
        line-height: 1.6;
        margin-top: 25px;
    }
    .projone_tox .txt ul {
        margin-top: 25px;
    }
    .projone_tox .txt ul li {
        font-size: 1.55rem;
        margin-bottom: 10px;
    }
    .projone_tox .pho .img.min {
        width: 29%;
        padding-left: 0;
    }
}

@media screen and (max-width: 575px) {
    .projone_tox .pho h4 span {
        font-size: 4.0rem;
    }
    .projone_tox .txt h3 {
        font-size: 2.1rem;
        margin-top: 20px;
    }
    .projone_tox .txt ul li {
        font-size: 1.53rem;
    }
    .projone_tox .pho .img {
        width: 50%;
    }
    .projone_tox .pho .img.min {
        width: 40%;
    }
    .projone_tox .pho::before {
        left: -10px;
    }
}


/* ------------------------------
    caption_tox
------------------------------ */
.caption_tox {
    margin: 70px auto 0;
}
.caption_tox .pho {
}
.caption_tox > .flex {
    justify-content: center;
    align-items: center;
}
.caption_tox .txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.caption_tox .txt h3 {
    font-size: 4.0rem;
    line-height: 1.625;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
}

.caption_tox.one .pho {
    width: 35.0%;
    margin-right: 100px;
}
.caption_tox.one .pho img {
    position: relative;
    top: 10px;
}

.caption_tox.two .pho {
    width: 28.0%;
    margin-right: 120px;
}
.caption_tox.two .pho img {
    position: relative;
    top: 10px;
}

@media screen and (min-width: 769px) {
    .caption_tox .pho {
        transition-delay: .4s;
    }
    .caption_tox .txt {
        transition-delay: .6s;
    }
}

@media screen and (max-width: 768px) {
	.caption_tox {
        margin: 30px auto 0;
    }
    .caption_tox.one .pho {
        width: 40.0%;
        margin: 0 30px 20px 0;
    }
    .caption_tox.two .pho {
        width: 30.0%;
        margin: 0 30px 25px 0;
    }
    .caption_tox .txt h3 {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 575px) {
    .caption_tox.one .pho {
        width: 60.0%;
        margin: 0 0 20px 0;
    }
    .caption_tox.one .pho img {
        top: 0;
    }
    .caption_tox.two .pho {
        width: 50.0%;
        margin: 0 0 20px 0;
    }
    .caption_tox .txt h3 {
        font-size: 2.2rem;
    }
}


/* ------------------------------
    comment_tox
------------------------------ */
.comment_tox {
    margin: 100px auto 0;
}
.comment_tox .pho {
    width: 25.0%;
    margin-left: 80px;
}
.comment_tox > .flex {
}
.comment_tox .txt {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f7f6c8;
    padding: 25px 15px 25px 40px;
    width: 700px;
}
.comment_tox .txt::after {
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 50px 0 0;
    border-color: #f7f6c8 transparent transparent transparent;
}

.comment_tox .txt ul {
}
.comment_tox .txt li {
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
    text-indent: -0.85em;
}
.comment_tox .txt li:last-of-type {
    margin-bottom: 0;
}

.comment_tox .txt li::before {
    content: "●";
    position: relative;
    font-size: 1.0rem;
    margin-right: 4px;
    top: -2px;
}

@media screen and (min-width: 769px) {
    .comment_tox .pho {
        transition-delay: 1.0s;
    }
    .comment_tox .txt {
        transition-delay: .8s;
    }
}

@media screen and (max-width: 768px) {
    .comment_tox {
        margin: 40px auto 0;
    }
    .comment_tox .pho {
        width: 34.0%;
        margin: 0 auto;
        order: 1;
    }
    .comment_tox .txt {
        padding: 20px 15px 20px 30px;
        width: auto;
        order: 2;
        margin: 25px auto 0;
    }
    .comment_tox .txt::after {
        right: 50%;
        top: -23px;
        transform: translate(50%, 0);
        border-width: 0 15px 25px 15px;
        border-color: transparent transparent #f7f6c8 transparent;
    }
}

@media screen and (max-width: 575px) {
    .comment_tox .pho {
        width: 50.0%;
    }
    .comment_tox .txt {
        padding: 20px 15px 20px 25px;
    }
}


/* ------------------------------
    business_tox
------------------------------ */
.business_tox {
    margin: 90px auto 0;
}
.business_tox h3 {
    font-size: 4.0rem;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    margin-bottom: 80px;
}

.business_tox .flex {
}
.business_tox .flex .pho {
    width: 24.0%;
}
.business_tox .flex .txt {
    width: 730px;
}
.business_tox .flex .txt p {
    font-size: 1.65rem;
    line-height: 2;
}

.business_tox.sub {
    margin: 70px auto 0;
}
.business_tox dl {
    margin-top: 50px;
}
.business_tox dl:first-of-type {
    margin-top: 0;
}

.business_tox dl dt {
    font-size: 1.65rem;
    font-weight: 600;
    margin-top: 25px;
    background: #016d96;
    display: inline-block;
    padding: 0 10px;
    min-width: 160px;
    color: #fff;
}
.business_tox dl dd {
    margin-top: 8px;
}
.business_tox dl dt:first-of-type {
    margin-top: 0;
}

.business_tox dl.waku {
    border: 1px solid #016d96;
    padding: 20px;
}
.business_tox dl.waku dt {
    border: 0;
    background: #c8ebf0;
    min-width: inherit;
    color: inherit;
}
.business_tox dl.spot dt {
    border: 0;
    background: none;
    display: block;
    padding: 0;
    min-width: inherit;
    color: #016d96;
}

@media screen and (max-width: 768px) {
    .business_tox {
        margin: 50px auto 0;
    }
    .business_tox.sub {
        margin: 30px auto 0;
    }
    .business_tox h3 {
        font-size: 2.8rem;
        line-height: 1.25;
        margin-bottom: 30px;
    }
    .business_tox .flex {
        display: block;
    }
    .business_tox .flex .pho {
        float: left;
        width: 35.0%;
        margin: 0 40px 20px 0;
    }
    .business_tox .flex .txt {
        width: auto;
    }
    .business_tox .flex .txt p {
        font-size: 1.55rem;
        line-height: 1.6;
    }
    .business_tox dl {
        margin-top: 30px;
    }
    .business_tox dl dt {
        font-size: 1.55rem;
        padding: 3px 10px;
    }
    .business_tox dl dd {
        margin-top: 6px;
    }
    .business_tox dl.waku {
        padding: 15px;
        padding-bottom: 20px;
    }
    .business_tox dl.waku dt {
        display: block;
    }
    .business_tox dl.waku dd {
        padding: 0 10px;
    }  
}

@media screen and (max-width: 575px) {
    .business_tox h3 {
        font-size: 2.2rem;
        margin-bottom: 25px;
    }
    .business_tox .flex .pho {
        width: 45.0%;
        margin: 0 25px 0 0;
    }
    .business_tox dl.waku {
        padding: 6px;
        padding-bottom: 15px;
    }
}


/* ------------------------------
    greet_tox
------------------------------ */
.greet_tox {
    margin: 90px auto 0;
}
.greet_tox .txt {
}
.greet_tox .txt p {
}

@media screen and (min-width: 769px) {
    .greet_tox .txt {
        transition-delay: .8s;
    }
}

@media screen and (max-width: 768px) {
    .greet_tox {
        margin: 30px auto 0;
    }
    .greet_tox .txt p {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}
    
@media screen and (max-width: 575px) {
}


/* ------------------------------
    company_tox
------------------------------ */
.company_tox {
    margin: 70px auto 0;
}
.company_tox dl {
    display: flex;
    flex-wrap: wrap;
}
.company_tox dl > dt,
.company_tox dl > dd {
    padding: 1em 0;
}
.company_tox dl > dt {
    width: 255px;
    border-top: 2px solid #016d96;
    text-align: center;
}
.company_tox dl > dd {
    width: calc(100% - 255px);
    border-top: 1px dashed #C1C1C1;
    padding-left: 48px;
}

@media screen and (max-width: 768px) {
    .company_tox {
        margin: 50px auto 0;
    }
    .company_tox dl > dt {
        width: 25%;
    }
    .company_tox dl > dd {
        width: calc(100% - 25%);
        padding-left: 30px;
    }
    .company_tox dl dd:last-of-type {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .company_tox {
        margin: 40px auto 0;
    }
    .company_tox dl > dd {
        padding-left: 20px;
    }
}


/* ------------------------------
    ttl_tox
------------------------------ */
.ttl_tox {
}
.ttl_tox p {
    text-align: center;
}
.ttl_tox p.min {
    font-size: 1.4rem;
    margin-top: 10px;
    color: #DE0509;
}
.ttl_tox p.min span {
    margin: 0 3px;
    font-size: 1.3rem;
}

.ttl_tox.sby {
    padding-top: 80px;
}

@media screen and (max-width: 768px) {
    .ttl_tox.sby {
        padding-top: 50px;
    }
}

@media screen and (max-width: 575px) {
    .ttl_tox p.min {
        margin-top: 5px;
    }
}


/* ------------------------------
    contact_tox
------------------------------ */
.contact_tox {
    margin: 50px auto 0;
}
.contact_tox .btn_area{
	text-align: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
    .contact_tox {
        margin: 40px auto 0;
    }
}

@media screen and (max-width: 575px) {
    .contact_tox {
        margin: 30px auto 0;
    }
}


/* ------------------------------
    contact_form
------------------------------ */
.contact_form {
    margin-top: 30px;
}
.contact_form dl {
    padding-bottom: 20px;
}
.contact_form dl dt {
    font-weight: bold;
    line-height: 1;
}
.contact_form dl dt span.must {
    color: #DE0509;
    font-size: 1.2rem;
    font-weight: bold;
    vertical-align: top;
    margin-left: 5px;
}
.contact_form dl dd {
    padding: 8px 0 25px;
}
.contact_form dl dd input {
    width: 100%;
    padding: 6px 10px;
    font-size: 1.6rem;
    line-height: 1.625;
}
.contact_form dl dd textarea {
    width: 100%;
    padding: 6px 10px;
    min-height: 180px;
    resize: vertical;
    font-size: 1.6rem;
    line-height: 1.625;
}

.contact_form.two {
    margin-top: 50px;
}
.contact_form.two dl {
    padding-bottom: 50px;
}
.contact_form.two dl dt {
    border-top: 1px solid #bbb;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 10px;
    background: #eee;
}
.contact_form.two dl dd {
    padding-left: 10px;
    padding-right: 10px;
}

.contact_form input,
.contact_form textarea {
    display: block;
	outline: none;
    background: none;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.contact_form input:focus,
.contact_form textarea:focus {
	background: #ffffff;
    border: 1px solid #a2d2de;
    box-shadow: 0 0 4px 1px rgb(162 210 222 / 70%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.contact_form .error_mk input,
.contact_form .error_mk textarea {
    border: 1px solid #DE0509;
}
.contact_form .error_mk input:focus,
.contact_form .error_mk textarea:focus {
	background: #ffffff;
    border: 1px solid #DE0509;
    box-shadow: none;
}
.contact_form .agreement.error_mk .radio_input + span::before {
    border: 1px solid #DE0509;
}
.contact_form .error_mk input.radio_input {
    border: 0;
}

/* placeholder-shown */
.contact_form input:placeholder-shown {
	color: #999999;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
.contact_form input::-webkit-input-placeholder {
	color: #999999;
}
/* Firefox 18- */
.contact_form input:-moz-placeholder {
	color: #999999;
	opacity: 1;
}
/* Firefox 19+ */
.contact_form input::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
/* IE 10+ */
.contact_form input:-ms-input-placeholder {
	color: #999999;
}

/* agreement */
.contact_form .agreement {
    margin-bottom: 40px;
}
.contact_form .agreement label {
	display: inline-block;
}
.contact_form .agreement .radio_input + span {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.contact_form .agreement .radio_input + span::before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #EFF1F5;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.contact_form .agreement .radio_input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    border-left: 2px solid #222;
    border-bottom: 2px solid #222;
    width: 11px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* form_btn */
.form_btn {
	width: 260px;
	padding: 0;
}
.form_btn{
	position: relative;
	overflow: inherit;
}
.form_btn + .form_btn{
	margin-left: 50px;
}
.form_btn span:not(.arw){
	display: block;
	position: relative;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
	transition:all .5s ease;
	overflow: hidden;
	z-index: 1;
	padding: 19px 0;
	border: 1px solid #222;
	font-size: 1.6rem;
	width: 100%;
	background: #222;
	color: #fff;
}
.form_btn.back span:not(.arw){
	background: #fff;
	color: #222;
}

.form_btn span:not(.arw)::before{
	content: "";
	width:100%;
    height:100%;
    left:-100%;
	top: 0;
    position:absolute;
    transition:all .5s ease;
    z-index:-1;
	background: #fff;
}
.form_btn.back span:not(.arw)::before{
	background: #222;
}
.form_btn.back .arw.s,
.btn.back .arw.s{
	right: auto;
	left: -20px;
}
.form_btn.back .arw.s:before {
	right: auto;
}
.form_btn.back .arw.s:after {
	-webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
	left: 2px;
}

.thanks {
    padding-bottom: 90px;
}
.thanks .btn {
	margin: 90px auto 0;
}
.thanks .btn a:hover {
    color: #fff;
}
.thanks .btn a:hover::before {
    left: 0;
    background-color: #222;
}


@media screen and (min-width: 769px) {
	.form_btn:hover{
		cursor: pointer;
	}
	.form_btn:hover span:not(.arw){
		color: #222;
	}
	.form_btn.back:hover span:not(.arw){
		color: #fff;
	}
	.form_btn:hover span:not(.arw)::before{
		left: 0;
	}
}

@media screen and (max-width : 768px){
	.contact_form dl dd.radio_box .radio_input + span::before,
	.contact_form .agreement .radio_input + span::before{
		top: -2px;
		width: 18px;
		height: 18px;
	}
    
	.contact_form dl dd.radio_box .radio_input:checked + span::after,
	.contact_form .agreement .radio_input:checked + span::after{
		top: 4px;
		left: 4px;
	}
    
	.form_btn {
		width: 45%;
	}

	.form_btn + .form_btn {
		margin-left: 5%;
	}

	.form_btn span:not(.arw) {
		font-size: 1.4rem;
		padding: 15px 0;
	}
	
	.form_btn.back .arw.s {
		left: -14px!important;
		right: auto!important;
	}
	
	.form_btn.back .arw.s:before {
		width: 26px;
	}
	.contact_form .form_btn.back .arw.s:after {
		width: 6px;
		height: 6px;
		top: 0;
		left: 0;
	}
	.contact_form.two dl {
        padding-bottom: 30px;
    }
    .thanks {
        padding-bottom: 60px;
    }
	.thanks .btn{
		margin: 60px auto 0;
	}
}

@media screen and (max-width: 575px) {
    .contact_form {
        margin-top: 20px;
    }
    .contact_form dl {
        padding-bottom: 10px;
    }
    .contact_form dl dd {
        padding: 8px 0 20px;
    }
	.form_btn span:not(.arw) {
		font-size: 1.3rem;
	}
    .contact_form .agreement {
        margin-bottom: 30px;
    }
    .contact_form .agreement .radio_input + span {
        padding-left: 25px;
    }
    .contact_form.two {
        margin-top: 30px;
    }
    
    .thanks {
        padding-bottom: 40px;
    }
	.thanks .btn{
		margin: 40px auto 0;
	}
    .thanks .form_btn {
        width: 90%;
    }
}


/* ------------------------------
    error_tox
------------------------------ */
.error_tox {
    margin-top: 30px;
}
.error_tox ul {
    border: 1px solid #f09799;
    background: #fff5f5;
    padding: 15px;
}
.error_tox ul li {
    font-size: 1.4rem;
    color: #DE0509;
    margin-bottom: 5px;
}
.error_tox ul li:last-of-type {
    margin-bottom: 0;
}
.error_tox ul li::before {
    content: "⚠︎";
    position: relative;
    margin-right: 5px;
    font-weight: bold;
}

/* Style the tab */
.tab {
}

/* Style the buttons that are used to open the tab content */
.tab button {
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
}

/* Create an active/current tablink class */
.tab button.active {
}

/* Style the tab content */
.tabcontent {
  display: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@media screen and (max-width: 768px) {
    .error_tox {
        margin-top: 10px;
    }
}

@media screen and (max-width: 575px) {
    .error_tox ul {
        padding: 10px;
    }
    .error_tox ul li {
        font-size: 1.35rem;
        margin-bottom: 3px;
    }
}


/* ------------------------------
    privacy_tox
------------------------------ */
.privacy_tox {
    margin-top: 90px;
}
.privacy_tox .ttl{
	font-weight: bold;
	font-size: 2.0rem;
	padding-left: 1em;
	position: relative;
	margin-bottom: 30px;
}
.privacy_tox .ttl::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 3px;
	background: #3d4975;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.privacy_tox .ttl2{
	font-size: 1.65rem;
	line-height: 1.625;
	font-weight: bold;
    margin-top: 40px;
}
.privacy_tox p {
    margin-top: 15px;
}
.privacy_tox p.kisai {
    margin-top: 50px;
    text-align: right;
}
.privacy_tox ul {
}
.privacy_tox ul li {
    margin-top: 6px;
    text-indent: -1em;
    padding-left: 1.5em;
}

.privacy_tox .box{
	padding: 30px;
    border: 1px solid #ccc;
    margin-top: 50px;
}
.privacy_tox .box p {
    margin-bottom: 20px;
}
.privacy_tox .box dl dt{
	float: left;
}
.privacy_tox .box dl dd{
	padding-left: 130px;
	margin-bottom: 10px;
	text-align: left;
}
.privacy_tox .box dl dd:last-child{
	margin-bottom: 0;
}
.privacy_tox .box dl dd span:not(.tel_link){
	margin-left: 64px;
}

@media screen and (min-width: 769px) {
	.privacy_tox .box p{
		letter-spacing: -0.02em;
	}
}

@media screen and (max-width: 768px) {
    .privacy_tox {
        margin-top: 50px;
    }
	.privacy_tox .ttl{
		font-size: 1.8rem;
        margin-bottom: 20px;
	}
	.privacy_tox .box{
		padding: 20px;
	}
    .privacy_tox .box dl dd {
        padding-left: 110px;
    }
}

@media screen and (max-width: 575px) {
    .privacy_tox {
        margin-top: 40px;
    }
	.privacy_tox .ttl{
		font-size: 1.6rem;
		padding-left: .8em;
		margin-bottom: 15px;
	}
	.privacy_tox .ttl::before{
		width: 6px;
		height: 2px;
		margin-top: -3px;
	}
	.privacy_tox .ttl2{
		font-size: 1.5rem;
		line-height: 1.416;
        margin-top: 30px;
	}
    .privacy_tox .box {
        margin-top: 30px;
    }
	.privacy_tox .box dl dd{
		margin-bottom: 10px;
	}
    .privacy_tox p.kisai {
        margin-top: 40px;
    }
}


/* ------------------------------
    security_tox
------------------------------ */
.security_tox {
    margin-top: 90px;
}
.security_tox p {
	margin-top: 15px;
}
.security_tox .ttl2{
	font-size: 1.65rem;
	line-height: 1.625;
	font-weight: bold;
    margin-top: 40px;
}
.security_tox ul {
}
.security_tox ul li {
    margin-top: 6px;
    text-indent: -1.6em;
    padding-left: 1.8em;
}
.security_tox p.kisai {
    margin-top: 50px;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .security_tox {
        margin-top: 50px;
    }
}

@media screen and (max-width: 575px) {
    .security_tox {
        margin-top: 40px;
    }
    .security_tox p {
        margin-top: 10px;
    }
	.security_tox .ttl2{
		font-size: 1.5rem;
		line-height: 1.416;
        margin-top: 30px;
	}
    .security_tox p.kisai {
        margin-top: 40px
    }
}


















