﻿/*
Theme Name: trinity
Description: child Theme
Author: Tatsuya Nishida
Author URI: none
Version: 1.0
Template: twentyfifteen
*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('../twentyfifteen/style.css');

/* CSS */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
li,
table,
th,
td,
span,
a,
form,
select,
option,
input,
address,
pre,
strong,
em,
iframe,
img,
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
.single .post-navigation .nav-previous .meta-nav,
.single .post-navigation .nav-previous .screen-reader-text,
.single .post-navigation .nav-previous .post-title,
.single .post-navigation .nav-next .meta-nav,
.single .post-navigation .nav-next .screen-reader-text,
.single .post-navigation .nav-next .post-title {
    font-family: 'Noto Sans Japanese', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
li,
table,
th,
td,
span,
a {
    color: #3c3c37;
}

a:hover {
    color: #ff9559;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* レイアウトリセット */

body:before {
    background-color: transparent;
    box-shadow: none;
    display: block;
    height: auto;
    min-height: 0;
    position: static;
    width: auto;
}

.site-content {
    margin-left: 240px;
    width: calc(100% - 240px);
}

/* 背景 */

body:before {
    background-color: transparent !important;
}

/*
.background {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -5;
}*/

.top-img {
    background: transparent url(./img/trinity-img1.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -10;
}

.background {
    background-image: linear-gradient(-45deg, #fff 25%, #3c3c37 25%, #3c3c37 50%, #fff 50%, #fff 75%, #3c3c37 75%, #3c3c37);
    background-size: 4px 4px;
    content: "";
    left: 0;
    height: 100%;
    opacity: .15;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.txt-bold{
font-weight: bold;
}

/* TOP */
/*navi*/
.main-navigation .current-menu-item>a,
.main-navigation .current-menu-ancestor>a {
    color: #f15a24;
}

.menu-main-menu-container a span {
    display: block;
    font-size: 0.8rem;
    margin-top: 2px;
    color: #f15a24;
    padding-top: 2px;
}

.sidebar {
    width: 250px;
    background: #fff;
    padding: 0;
    z-index: 999;
    position: fixed;
}

.site-header {
    padding: 0;
    text-align: center;
    margin: 50px 30px 50px;
}

.main-navigation {
    margin: 0 0 20px;
    text-align: center;
}

.main-navigation ul {
    border-top: 0;
    border-bottom: 0;
    padding: 0 10px;
}

.main-navigation li {
    border-top: 0;
}

.main-navigation a {
    padding: 15px 0;
    font-size: 1.6rem;
}

.main-navigation a:hover {
    color: #f15a24;
}

.flex{
	display: flex;
	width:100%;
	flex-wrap:wrap;
	justify-content: space-between;
}

.block__img{
    width: 60%;
    margin: 0 auto;
}

.block__img span{
    display: block;
    font-size: 80%;
    margin-top: 10px;
}	
/* CONTENT */


/* その他 */

.content-area {
    margin-top: 200px;
}

.site-main {
    padding: 0 50px;
}

.hentry {
    padding: 0;
    margin: 0;
    background-color: transparent;
    overflow: hidden;
    margin-bottom: 100px;
}

.entry-header {
    padding: 0;
}

.entry-content,
.entry-summary {
    padding: 0;
}

.hentry,
.page-header,
.page-content {
    box-shadow: none;
}

.hentry {
    margin-top: 70%;
}

/* FRONT PAGE */

.frontTxt {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 45px;
    margin-top: 150px;
}

.frontTitle {}

.frontTitle p {
    font-size: 80px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    border-bottom: 1px solid #f15a24;
    color: #f15a24;
}

.frontTitle p span {
    color: #f15a24;
}

.frontCatch {
    margin-top: 20px;
}

.frontCatch h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    color: #f15a24;
}

/* UNDER PAGE */

.entry-header {
    margin-top: 50px;
    margin-left: 30px;
}

.entry-header h1 {
    margin: 0;
    font-size: 60px;
    margin-bottom: 80px;
    color: #fff;
}

.entry-header h1 span {
    font-size: 14px;
    display: block;
    color: #fff;
}

.entry-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 130%;
    height: 200px;
    margin: 0;
    padding: 20px;
    background: #f15a24;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: -1;
}

.entry-content,
.entry-summary {
    padding: 50px 0;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f15a24;
    padding-bottom: 20px;
    color: #f15a24;
}

/* BLOG */

.custom-background {
    background: transparent url(./img/trinity-img1.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    position: absolute;
    z-index: -10;
}

.error404{
    background: none;
}


.blog .site-main {
    margin-top: 50px;
}

.blog .entry-header {
    padding: 20px 30px;
    background-color: #f15a24;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 20px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-0deg);
    -ms-transform: rotate(-0deg);
    transform: rotate(-0deg);
    margin: 20px 0 0;
}

.blog .entry-header:before {
    padding: 0;
    margin: 0;
    background-color: transparent;
    display: block;
    width: auto;
    position: static;
    top: 0;
    left: 0;
    height: auto;
    margin: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 0;
}

.blog .entry-title {
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
}

.blog .entry-meta {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .entry-meta p {
    margin-bottom: 0;
    border-bottom: 1px solid #3c3c37;
    padding-bottom: 10px;
}

.blog .entry-content {
    padding: 0;
}

@media only screen and (max-width : 680px) {
	
	.blog .entry-title {
    font-size: 18px;
}

.block__img {
    width: 100%;
    margin: 0 auto;
}
}

/* ABOUT */

.about .contBlock {
    margin-bottom: 100px;
}

.about .row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.about .aboutList dt {
    background: #fff;
    float: left;
    width: 120px;
    padding: 20px 0;
    text-align: center;
    margin-right: 30px;
    color: #f15a24;
    font-weight: normal;
}

.about .aboutList dd {
    padding: 20px 0;
    margin-bottom: 0;
}

.about .businessList ul {
    padding-left: 40px;
}

.about .businessList ul li {
    list-style: disc;
}

.page-id-9 {
    background: transparent url(./img/AdobeStock_426810323-min.jpeg) center center no-repeat;
    background-size: cover;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -10;
}


/* SERVICE */

.page-id-7 {
    background: transparent url(./img/AdobeStock_255521685-min.jpeg) center center no-repeat;
    background-size: cover;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -10;
}

.service .contBlock {
    margin-bottom: 100px;
}

.service .serviceTit {
    padding: 20px 30px;
    background-color: #f15a24;
    display: inline-block;
    margin-bottom: 0;
    font-size: 20px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-0deg);
    -ms-transform: rotate(-0deg);
    transform: rotate(-0deg);
    color: #fff;
}

.service .serviceOutline {
    margin-left: 20px;
    border: 1px solid #f15a24;
    top: -20px;
    position: relative;
    padding: 30px 30px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.service .serviceOutline p {
    margin: 0;
    width: 65%;
}

.service .serviceOutline figure {
    width: 30%;
}


/* CONTACT */

.page-id-13 {
    background: transparent url(./img/AdobeStock_105606463-min.jpeg) center center no-repeat;
    background-size: cover;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -10;
}

.contact input[type="submit"] {
    padding: 20px 0;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    width: 100%;
    font-size: 20px;
    border: 1px solid #fff;
}

.contact input[type="submit"]:hover {
    background: #fff;
    color: #3c3c37;
    border: 1px solid #3c3c37;
}

.wpcf7-form {
    background-color: #f8f8f8;
    padding: 40px;
}

.wpcf7-form .wpcf7-text {
    background-color: #FFf;
    padding: 1rem;
}

.wpcf7-form .wpcf7-textarea {
    background-color: #FFf;
    height: 150px;
}


.privacy {
    overflow: auto;
    height: 250px;
    border: 1px solid #ccc;
    padding: 1em;
    margin-bottom: 30px;
    background-color: #fff;
}

.privacy article {
    border-bottom: 1px dotted #ccc;
}

#main .privacy p,
#main .privacy li {
    line-height: 1.5em;
    letter-spacing: 0;

}

.privacy h3 {
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 10px;
}

.privacy li {
    padding-left: 2em;
    position: relative;
    margin-bottom: 1em;
}

.privacy li:last-child {
    margin-bottom: 0;
}

.privacy li span {
    position: absolute;
    left: 0;
    top: 0;
}

.privacy .taR {
    margin-bottom: 1em;
}

input.postcode {
    margin-bottom: 1em;
    display: inline-block;
    width: 12em;
    margin-left: 0.5em;
}

/*スクロールバー表示させる*/
.privacy::-webkit-scrollbar {
    width: 10px;
}

.privacy::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 10px;
}

.privacy::-webkit-scrollbar-track-piece:start {
    background: #ccc;
}

.privacy::-webkit-scrollbar-track-piece:end {
    background: #eee;
}

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

    .contact th,
    .contact td {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .contact th {
        border-bottom: none;
        padding-bottom: 0;
    }

    .privacy article {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .wpcf7-form {
        padding: 10px;
    }
}

@media only screen and (max-width : 480px) {}

@media print,
screen and (min-width : 681px) {
    .privacy {
        font-size: 14px;
    }

    .privacy article {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}


/* FOOTER */

.site-footer {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    position: relative;
}

.site-info {
    padding: 10px 50px;
    text-align: center;
}

.site-info p {
    margin: 0;
}

/*-----※注 ここより下↓ 950px以下 Media Queries-------------*/

@media only screen and (max-width: 950px) {
    .sidebar {
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #3c3c37;
    }

    .site-header {
        padding: 0;
        text-align: center;
        margin: 0;
        width: 100%;
        border-bottom: 0;
    }

    .site-title {
        text-align: left;
    }

    .main-navigation {
        margin-bottom: 0;
    }

    .secondary {
        box-shadow: none;
        margin: 0;
        padding: 0;
    }

    .secondary.toggled-on {
        border: none;
        margin: 0;
        padding: 0;
        padding-top: 20px;
    }

    .site-content {
        margin-left: 0;
        width: 100%;
    }

    .frontTitle {
        margin-top: 80px;
    }

    .frontTitle p {
        font-size: 60px;
    }

    .site-main {
        padding: 0 10px;
    }

    .entry-header h1 {
        margin: 0;
        font-size: 30px;
        margin-bottom: 30px;
        color: #fff;
    }

    .entry-header:before {
        height: 150px;
        padding: 20px;
    }

    .about .aboutList dt {
        width: 60px;
    }

    .about .businessList ul {
        padding-left: 0;
    }

    .frontTxt {
		    padding: 30px 25px;
        margin-top: 75px;
    }
	
	.top-link-wrap ul li h2 span {
    font-size: 1.8rem;
}


}

/*共通*/

section {
    padding: 0px 0;
}

h3 {
    font-weight: normal;
}

.inner {
    padding: 50px 0px;
    width: 100%;
}

.inner h2 {
    border-bottom: 2px solid #a9a9a9;
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: bold;
    color: #f15a24;
    position: relative;
}

.mb-10{
	margin-bottom:10px;
}


a {
    color: #444444;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


@media screen and (max-width: 1250px) {
    .inner {
        padding: 40px;
    }
}

@media screen and (max-width: 768px) {
    .inner {
        padding: 40px 0px;
    }
	.inner h2 {
    font-size: 1.8rem;
}
}

/*fv-top*/
.fv-top {
    height: 100vh;
}

.fv-top .Scroll {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fv-top a {
    padding-top: 80px;
    position: relative;
}

.fv-top a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #3c3c37;
    border-bottom: 1px solid #3c3c37;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.fv-top a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.fv-top a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.fv-top a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

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

    .custom-background {
        background-position: initial;
    }

    .custom-logo {
        max-height: 40px;
        width: auto;
    }

    .fv-top .frontTitle p {
        font-size: 40px;
    }

    .fv-top {
        height: 75vh;
    }

    .fv-top .Scroll {
        top: 95%;
    }

}

/*news*/
ul {
    list-style: none;
}

.news-list1 ul li a {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #efefef;
    padding: 5px;
    color: #3c3c37;
}

.news-list1 .date {
    display: inline-block;
    margin: 0;
    width: 15%;
}

.news-list1 .post-title {
    display: inline-block;
    margin: 0;
}

.inner .news-more-wrap i {
    margin-left: 12px;
}

.inner .news-more-wrap a {
    background-color: #f15a24;
    border: 2px solid #f15a24;
    color: #fff;
    padding: 10px 30px 10px;
    width: 280px;
    display: inline-block;
    text-align: center;
    max-width: 100%;
}

.inner .news-more-wrap a:hover {
    opacity: 0.8;
}

.comments-area {
    display: none;
}

.type-post h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

.type-post .entry-meta {
    margin-left: 35px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .news-list1 .date {
        display: block;
        width: 100%;
        font-size: 0.8rem;
        margin-bottom: 5px;
    }

    .type-post h1 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .type-post .entry-header {
        margin-left: 0px;
		    display: block;
    }

    .type-post .entry-meta {
        margin-left: 0px;
    }

    .news-list1 ul {
        margin-left: 0;
    }
}

/*about*/
.top-about-wrap .about-block:before {
    content: "";
    position: absolute;
    display: block;
    width: 200%;
    height: 20em;
    background: #e8f6ff;
    z-index: -20;
}

.about-imgwrap img {
    border-radius: 8px;
    box-shadow: 0px 50px 30px -3px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 50px 30px -3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 50px 30px -3px rgba(0, 0, 0, 0.3);
}

.about-block {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.about-txtwrap {
    width: 60%;
}

.about-imgwrap {
    width: 35%;
}

/*SERVICE*/
.top-service-wrap .service-block:before {
    content: "";
    position: absolute;
    display: block;
    width: 200%;
    height: 20em;
    background: #e8f6ff;
    z-index: -20;
}

.service-imgwrap img {
    border-radius: 8px;
    box-shadow: 0px 50px 30px -3px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 50px 30px -3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 50px 30px -3px rgba(0, 0, 0, 0.3);
}

.service-block {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.service-txtwrap {
    width: 60%;
}

.service-imgwrap {
    width: 35%;
}


/*CONTACT*/

.post-13 p .req-text {
    color: #fff;
    margin-left: 10px;
    background: #df0000;
    padding: 2px 4px;
    font-size: 0.6rem;
    border-radius: 10px;
}

/*privacy*/


.Privacy li {
    margin-bottom: 10px;
}

.Privacy li h3 {
    background: transparent;
    padding: 0;
    position: relative;
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.Privacy li h3::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: #3c3c37 transparent transparent;
    border-style: solid;
    border-width: 16px 16px 0 0;
}

.Privacy_content {
    border: 1px dotted #3c3c37;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
}

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

.Privacy_content p {
    margin-bottom: 4px;
}

/*footer*/


.site-footer .container-contact {
    background-color: #1f1f1f;
    padding: 5rem 5rem 4.75rem;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    top: 0;
    width: 75%;
}

.footer-logo img {
    width: 120px;
    margin-bottom: 15px;
}

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

    .footer-logo .site-title {
        text-align: center;
    }
}

/*リンクの形状*/
.pageScrollBtn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

.pageScrollBtn .arrowIcon3 a {
    font-size: 3rem;
    line-height: 50px;
    border-radius: 30px;
}

.pageScrollBtn a {
    width: 60px;
    height: 60px;
    background-color: #f15a24;
    display: block;
    text-align: center;
    color: #fff;
    border: 2px solid #f15a24;
    font-weight: bold;
}

.site-info {
    padding: 2% 10%;
    text-align: center;
    background-color: #efefef;
}

@media screen and (max-width: 768px) {
    .service .serviceOutline p {
        width: 100%;
        margin-bottom: 20px;
    }

    .service .serviceOutline figure {
        width: 100%;
        margin-bottom: 20px;
    }

    .service .serviceOutline br {
        display: none;
    }

    .service .serviceOutline {
        margin-left: 0px;
    }

    .service .serviceTit {
        width: 100%;
        display: inline-block;
    }

    .service .contBlock {
        margin-bottom: 30px;
    }
}


@media only screen and (max-width: 430px) {
    .hentry {
        margin-top: 75%;
    }
}

@media only screen and (max-width: 380px) {
    .hentry {
        margin-top: 70%;
    }

    .content-area {
        margin-top: 280px;
    }
	
	.hentry:nth-child(n + 2) {
    margin-top: 10%;
}

}



.top-link-wrap ul {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
}

.top-link-wrap ul li {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #f15a24;
    margin-bottom: 30px;
}

.top-link-wrap ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    color: #fff;
    padding: 50px;
}

.top-link-wrap ul li h2 {
    font-weight: normal;
    font-size: 0.8rem;
    margin-bottom: 30px;
	    text-align: center;
}

.top-link-wrap ul li h2 span {
    font-weight: bold;
    font-size: 3rem;
    display: block;
}

.top-link-wrap ul li p {
    text-align: center;
}

.top-link-wrap ul li p.link-btn {
    margin: 0;
    margin-top: auto;
    border: 2px solid #fff;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.top-link-wrap ul li a:hover p.link-btn {
    color: #f15a24;
}

.top-link-wrap ul li a p.link-btn::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: -1;
    border-radius: 5px;
    background: #fff;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.top-link-wrap ul li a:hover p.link-btn::before {
    transform-origin: left top;
    transform: scale(1, 1);
}


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

    .top-link-wrap ul {
        margin: 0;
    }
	
	.top-link-wrap ul li h2 {
    margin-bottom: 15px;

}
	
	.top-link-wrap ul li a {
    padding: 20px;
}
}

/* cv-wrap */

.cv-wrap {
    width: 100%;
    padding: 0;
    margin-top: 100px;
    display: inline-block;
}

.cv-wrap-c {
    margin-top: 0px;
}

.cv-wrap .cv-inner {
    padding: 60px 100px;
    margin-bottom: 40px;
    width: 100%;
    background-color: #efefef;
}

.cv-wrap-c .cv-inner {
    margin-bottom: 0px;
}

.cv-wrap .cv-inner .cv-btn {
    width: 100%;
    text-align: center;
}

.cv-wrap .cv-inner .cv-btn .cv-btn-wrap {
    width: 100%;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
justify-content: center;
}

.cv-wrap .cv-inner .cv-btn a {
    display: block;
    width: 100%;
	    max-width: 400px;
    text-align: center;
    border: 3px solid #f15a24;
    padding: 20px 0;
    border-radius: 10px;
    font-size: 1.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cv-wrap .cv-inner .cv-btn a:hover {
    background: #f15a24;
    border: 3px solid transparent;
    color: #fff;
}

.cv-wrap .cv-inner .cv-btn a i {
    font-size: 1.6rem;
    margin-right: 20px;
    vertical-align: -2px;
}
@media screen and (max-width: 768px) {
.cv-wrap .cv-inner {
    padding: 20px;
}
}

/* ローディング */

#logo_loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background-color: #f15a24;
  }
  
  #logo_loader .f_logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 160px;
    height: 50px;
    text-align: center;
    color: #f15a24;
    font-size: 30px;
  }
  
  #logo_loader .f_logo img {
    width: 100%;
    height: auto;
  }
  
  #logo_loader .f_logo:before {
    content: "";
    display: block;
    width: 100%;
    height: 110%;
    background-color: #f15b24;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-animation: loadLogo 2s;
            animation: loadLogo 2s;
  }
  
  @-webkit-keyframes loadLogo {
    0% {
      left: 0;
    }
    50% {
      left: 0;
    }
    100% {
      left: 100%;
    }
  }
  
  @keyframes loadLogo {
    0% {
      left: 0;
    }
    50% {
      left: 0;
    }
    100% {
      left: 100%;
    }
  }

  #logo_loader.open {
    -webkit-animation-name: slideOut;
            animation-name: slideOut;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  
  @-webkit-keyframes slideOut {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    50% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  
  @keyframes slideOut {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    50% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }

  /* 大田追加 */

  .menu-item a {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 2px solid #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all .3s;
  }
  .menu-item a::before,
  .menu-item a::after,
  .menu-item a span::before,
  .menu-item a span::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent;
    transition: all .3s;
    visibility: hidden;
    box-sizing: content-box;
  }
  .menu-item a::before {
    top: -2px;
    left: -2px;
    border-left-color: #f15a24;
  }
  .menu-item a::after {
    bottom: -2px;
    right: -2px;
    border-right-color: #f15a24;
  }
  .menu-item a span::before {
    bottom: -2px;
    left: -2px;
    border-bottom-color: #f15a24;
  }
  .menu-item a span::after {
    top: -2px;
    right: -2px;
    border-top-color: #f15a24;
  }

  /* 画面遷移 */

  #splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99;
	text-align:center;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*画面遷移アニメーション*/
.splashbg{
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body .splashbg{
    display: block;
    content: "";
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	left: 0;
    transform: scaleX(0);
    background-color: #f15a24;/*伸びる背景色の設定*/
	animation-name:PageAnime;
	animation-duration: 1.5s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
}

@keyframes PageAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/*画面遷移の後現れるコンテンツ設定*/
.site-content {
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear .site-content{
	animation-name:PageAnimeAppear;
	animation-duration:0.5s;
	animation-delay: 1s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

  @media  (min-width: 992px){
    .menu-item a:hover {
        color: #f15a24;
      }
      .menu-item a:hover::before,
      .menu-item a:hover::after {
        height: 100%;
        visibility: visible;
      }
      .menu-item a:hover span::before,
      .menu-item a:hover span::after {
        width: 100%;
        visibility: visible;
      }
      }