@charset "utf-8";

/* CSS Document */


/* ---------------------------------------------------------
MEDIA QUERY FORMAT
----------------------------------------------------------*/

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

@media screen and (min-width:769px) {
    .pchide {
        display: none!important;
    }
}
@media screen and (min-width: 581px) and (max-width: 768px) {
.sphide02,.sphide{display: none!important;}
}
@media screen and (max-width: 580px) {
    .sphide {
        display: none!important;
    }
}


/*@media screen and (min-width:769px){.navpchide{display: none!important;}}
@media screen and (max-width: 768px) {.navsphide{display: none!important;}}*/

@media screen and (min-width:981px) {
    .navpchide {
        display: none!important;
    }
}

@media screen and (max-width: 980px) {
    .navsphide {
        display: none!important;
    }
}

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

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


/*----------------------------------------
 Common
----------------------------------------*/

html {
    color: #363636;
    background: #FFF;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
figure,
ul {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 700;
}

q:after,
q:before {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

legend {
    color: #363636;
}

a {
    color: #63636d;
    text-decoration: none;
}


/*a:hover{opacity: 0.5;filter: alpha(opacity=50);-ms-filter: "alpha(opacity=50)";}*/


/*a img {-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
a img:hover{opacity: 0.5;filter: alpha(opacity=50);-ms-filter: "alpha(opacity=50)";}*/

body,
html {
    margin: 0;
    background-color: #fff;
    font-size: 100%;
    color: #63636d;
    font-family: "yu-gothic-pr6n","fot-tsukuaoldmin-pr6n","Zen Old Mincho","Noto Sans JP", 'M PLUS Rounded 1c', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Times New Roman", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", sans-serif;
}

.wf-sawarabimincho {
    font-family: "Sawarabi Mincho";
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}


/*読み込みで下からフェード     */
.fadeUp-je{
animation-name:fadeUpAnime-je;
animation-duration:4s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeUp-je8{
animation-name:fadeUpAnime-je;
animation-duration:8s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeUp-je12{
animation-name:fadeUpAnime-je;
animation-duration:8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime-je{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}







/*　スクロールで下からふわっと　　*/
.fadeup-dis2021,
.fadeup-dis2021sc,
.fadeup-dis2021sc02,
.fadeup-dis2021sc03
{opacity: 0;}
.fadeup-dis2021on{
animation-name: fadeupanimedis2021;
animation-duration:2s;
animation-fill-mode: forwards;
opacity: 1;
}
.fadeup-dis2021on02{
animation-name: fadeupanimedis2021;
animation-duration:2s,3s;
animation-fill-mode: forwards;
opacity: 1;
}
.fadeup-dis2021on03{
animation-name: fadeupanimedis2021;
animation-duration:3s,4s;
animation-fill-mode: forwards;
opacity: 1;
}
@keyframes fadeupanimedis2021{
  from {
   opacity: 0;
   transform: translateY(100px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
}

/*　スクロールで左横からふわっと　　*/
.fadeIn-left{
	opacity: 0;
}
.fadeIn-lefton {
animation-name:fadeInLeftAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity: 1;
}

@keyframes fadeInLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}
/*　スクロールで右横からふわっと　　*/
.fadeIn-right{
	opacity: 0;
}
.fadeIn-righton {
animation-name:fadeInrightAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity: 1;
}

@keyframes fadeInrightAnime{
  from {
    opacity: 0;
	transform: translateX(100%);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}


/*　文字が横にループ　　*/
.slide-loop{
	overflow:hidden;
	white-space:nowrap;
}

@keyframes hscroll {
	0% { transform:translateX(0%); }
	100% { transform:translateX(-100%); }
}
.slide-loop-in{
	display:inline-block;
	margin:0;
	padding:0;
	animation:hscroll 30s linear infinite;
}

/*///////////    header    ////////////////////////////////////////////////////////////////*/

header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

header h1#site-logo {
    margin: 0 1% 0 5%;
}

#site-logo img {
    width: auto;
    height: 33px;
}

h1 a {
    color: #fff;
}

header h1 {
    /*float: left;*/
    margin: 0;
}

header nav {
    float: right;
}

header nav.head-nav {
    padding: 24px 3% 24px;
    font-size: 12px;
    width: 100%;
}

header nav ul {
    width: 100%;
    margin: 0 auto;
}

header nav li {
    float: left;
    text-align: center;
}

header nav.head-nav ul {
    width: 100%;
}

header nav.head-nav li {
    /*float: right;*/
    display: table;
     /*20220824 margin: 0 1em 0 0; */
    font-size: 18px;
     /*20220824 padding: 0 1em 0 0; */
}



.head-nav li a {
    color: #616184;
    font-weight: bold;
}
.head-nav li a:hover {
    color: #b28f5e;
}
header nav.head-nav li:last-child a:hover {
    color: #fff;
}
.w1200 {
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
}

.toggle,
header nav.head-nav li.close {
    display: none;
}

header.entry-header {
    display: none;
}


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

.header {
    transition: .3s;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    /*height: 104px;*/
    width: 100%;
    /*position: fixed;*/
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
}

.global-nav {
    height: 100%;
    /*display: flex;*/
    align-items: center;
}

.global-nav__list--item {
    transition: .3s;
    height: 100%;
    cursor: pointer;
    color: #fff;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.global-nav__list--item a {
    letter-spacing: 2px;
    text-align: center;
    /*display: flex;*/
    flex-flow: column;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.global-nav__list--item a::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}


.scrolled .global-nav__list--item a::after {
    background: #363636;
}

.global-nav__list--item a:hover::after {
    bottom: -5px;
    opacity: 1;
    visibility: visible;
}

.global-nav__list--item:last-child a::after {
    background: none;
    bottom: 0;
    height: 0;
    opacity: 0;
}

.global-nav__list--item span {
    margin-top: .7rem;
    font-size: .7rem;
    color: #fff;
}
header nav.head-nav li:last-child img:hover {
    opacity: 0.5;
    transition: .3s;
}

header nav.head-nav .menu__second-level li {
    padding: 0;
}
.head-contact-bg {
    background: #044b9f;
    width: 20%;
    padding: 10px;
    border-radius: 5px;
}
.head-nav li.head-contact-bg a {
    color: #fff;
    font-weight: bold;
}
ul.one-head li:nth-child(2) {
    width: 60%;
}
ul.one-head li:nth-child(3) {
    width: 20%;
    padding: 10px 0 0 0px;
}
header nav.head-nav.nav2024 {
    background: #044b9f;
}
header nav.head-nav.nav2024 a {
    color: #fff;
}
/*-----------------------------------------------------------------------------*/

@media screen and (min-width: 1061px) and (max-width: 1500px) {
    header nav.head-nav {
        padding: 24px 1% 24px 0;
        font-size: 12px;
        /*    width: 72%;*/
    }
    header nav.head-nav li {
        /*  float: right;*/
        display: table;
        /*20220824 margin: 0 1em 0 0; */
        font-size: 15px;
         /*20220824 padding: 0 1em 0 0; */
         padding: 0 17px;
    }
}

@media screen and (min-width: 981px) and (max-width: 1060px) {
    header nav.head-nav {
        padding: 24px 0% 24px 0;
        font-size: 12px;
        /* width: 76%; */
    }
    header nav.head-nav li {
       margin: 0;
    font-size: 14px;
    padding: 0 12px;
    }
}

@media screen and (min-width: 0px) and (max-width: 980px) {
    header h1#site-logo {
        line-height: 2;
        width: auto;
        padding: 17px 0px 10px;
        margin: 0 2% 0 1%;
    max-width: 220px;
    }
    header nav.head-nav {
        padding: 24px 0% 24px 0;
        font-size: 12px;
        /* width: 76%; */
    }
    header nav.head-nav li {
        margin: 0 0.5em 0 0;
        font-size: 13px;
        padding: 0 0.5em 0 0;
    }
    .header {
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
}
@media screen and (min-width: 769px) and (max-width: 840px) {
header h1#site-logo {
    line-height: 2;
    width: auto;
    padding: 17px 0px 10px;
    margin: 0 1% 0 1%;
    max-width: 160px;
}
}
@media screen and (min-width: 581px) and (max-width: 768px) {
    h1 {
        font-size: 16px;
        text-align: center;
        line-height: 180%;
        margin: 0 0 1em;
    }
    .w1200 {
        width: 100%;
        margin: 0 auto;
    }
    header {
        overflow: inherit;
    }
    header .w1200 {
        max-width: 100%;
    }
    header nav.head-nav {
        width: 100%;
        position: relative;
        padding: 0;
    }
    header nav.head-nav li {
        width: 50%;
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
        float: left;
        text-align: center;
        display: table;
        margin: 10px 0;
    }
    header h1#site-logo {
        line-height: 2;
        width: 52%;
        padding: 20px 4% 10px 0;
        text-align: left;
        max-width: 80px;
    }
    .globalMenuSp h1#site-logo {
        padding: 17px 4% 10px 0;
    }
    .menu {
        display: none;
        width: 100%;
    }
    .menu a:hover {
        background: #ccc;
    }
    .toggle {
        display: block;
        position: relative;
        width: 100%;
        padding: 12px 0 10px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
    }
    .close {
        display: block;
        position: relative;
        width: 100%;
    }
    .toggle a {}
    .toggle:before {
        position: absolute;
        font-family: "blogicon";
        top: 50%;
        right: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        color: #fff;
    }
    header nav.head-nav ul {
        position: relative;
        z-index: 1;
    }
    header nav.head-nav li {
        float: left;
        width: 100%;
        text-align: center;
        display: table;
        height: 32px;
        box-sizing: border-box;
        margin: 0;
        background: rgba(0, 0, 0, 0.4);
        padding: 0.5em 0;
        border-bottom: dotted 1px #fff;
    }
    .head-nav li a {
        color: #fff;
    }
}
@media screen and (min-width: 0px) and (max-width: 580px) {
    h1 {
        font-size: 16px;
        text-align: center;
        line-height: 180%;
        margin: 0 0 1em;
    }
    .w1200 {
        width: 100%;
        margin: 0 auto;
    }
    header {
        overflow: inherit;
    }
    header .w1200 {
        max-width: 100%;
    }
    header nav.head-nav {
        width: 100%;
        position: relative;
        padding: 0;
    }
    header nav.head-nav li {
        width: 50%;
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
        float: left;
        text-align: center;
        display: table;
        margin: 10px 0;
    }
    header h1#site-logo {
    line-height: 2;
    width: 97px;
    padding: 0;
    text-align: left;
    max-width: 97px;
    height: auto;
    margin: 20px 0 0 20px;
}
    .globalMenuSp h1#site-logo {
    padding: 0;
    margin: 13px 0 0 20px;
}
    .menu {
        display: none;
        width: 100%;
    }
    .menu a:hover {
        background: #ccc;
    }
    .toggle {
        display: block;
        position: relative;
        width: 100%;
        padding: 12px 0 10px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
    }
    .close {
        display: block;
        position: relative;
        width: 100%;
    }
    .toggle a {}
    .toggle:before {
        position: absolute;
        font-family: "blogicon";
        top: 50%;
        right: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        color: #fff;
    }
    header nav.head-nav ul {
        position: relative;
        z-index: 1;
    }
    header nav.head-nav li {
        float: left;
        width: 100%;
        text-align: center;
        display: table;
        height: 32px;
        box-sizing: border-box;
        margin: 0;
        background: rgba(0, 0, 0, 0.4);
        padding: 0.5em 0;
        border-bottom: dotted 1px #fff;
    }
    .head-nav li a {
        color: #fff;
    }
}



#mainContent .mainVisual {
    position: relative;
    width: 70%;
    padding: 0;
    float: left;
}
.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
/* height: 100vh;*/
    line-height: 0;
}

video {
    min-width: 100%;
    /*  min-height: 100vh; */
    z-index: 1;
}

.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 4px 4px;
    z-index: 2;
}

.slick-slide img {
    display: block;
    width: auto;
    /*  height: 100vh; */
    min-width: 100%;
}
#mainContent .mainVisual .imgBox img {
    width: 100%;
    display: block;
}
.mainarea-text {
    padding: 0 0 0 5%;
    width: 30%;
    float: left;
    display: flex;
    align-items: center;
    height: 450px;
}

.mainarea-text h2 {
    font-size: 30px;
    line-height: 110%;
    font-weight: bold;
    margin: 0 0 16px;
    font-family: "fot-tsukuaoldmin-pr6n" !important;
}

.mainarea-text h2 img {
    width: 100%;
    max-width: 880px;
}

.mainarea-text h2 span {
    font-size: 20px;
}
.mainarea-text p {
    font-size: 32px;
    line-height: 180%;
    font-weight: bold;
    padding: 0 20px;
    margin: 0 0 20px;
}

.mainarea-text p.sub-maintext {
    font-size: 13px;
    background: no-repeat;
    line-height: 200%;
    font-weight: normal;
    padding: 0;
    margin: 20px 0 0 0;
    font-family: "yu-gothic-pr6n";
}

.scroll-area img {
    width: 70px;
    margin: 23px 0 10px;
    z-index: 100;
}
.sns-area {
    position: absolute;
    bottom: 10px;
    right: 3%;
    z-index: 10;
}
.sns-area li img {
    max-width: 30px;
    margin: 0 0 10px;
}
.sns-area a:hover{opacity: 0.5 ;}
.image-w-scrool {
    position: absolute;
    /* height: 100vh; */
    width: 90%;
    bottom: -25px;
    right: 0;
}



/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:50%;
  bottom:10px;
    /*全体の高さ*/
  height:150px;
}
.scrolldown1 {
    position: absolute;
    bottom: 0px;
    height: 150px;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  bottom: 0;
    /*線の形状*/
  width: 1px;
  height: 70px;
  background: #63636d;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 2.4s ease-in-out infinite;
  opacity:0;
  left: 50%;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  100%{
    height:0;
    bottom:0;
    opacity: 0;
  }
  70%{
    height:40px;
    opacity: 1;
  }
  0%{
    height:0;
    bottom:70px;
    opacity: 0;
  }
}




p.arrowp {
    position: absolute;
    z-index: 90;
    text-align: center;
    color: #fff;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    bottom: 10%;
}


@media screen and (min-width: 0px) and (max-width: 768px) {
.mainarea-text {
    padding: 0 0 0 5%;
    width: 30%;
    float: left;
    display: block;
    align-items: center;
    height: 450px;
}
    .mainarea-text {
        position: absolute;
        z-index: 90;
        text-align: left;
        top: 86%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0 0%;
        padding: 0;
        width: 90%;
    }
.mainarea-text h2 {
    font-size: 20px;
    line-height: 120%;
    padding: 0.5em 0 0.5em 10px;
    margin: 0 0 10px;
}
    .mainarea-text p {
        font-size: 13px;
        margin: 30px 0;
    }
    .mainarea-text p.sub-maintext {
    font-size: 14px;
    background: no-repeat;
    margin: 0;
    padding: 0 0 0 10px;
}
    .bxslider img {
    width: auto!important;
    height: auto;
        /*width: 100%;
        min-height: 100vh;*/
    }
    
.hero-area .d-member__item03 {
    width: calc(400vw / 1);
}
#mainContent .mainVisual {
    position: relative;
    width: 80%;
    padding: 0;
    float: left;
}
#mainContent .mainVisual {
    margin-bottom: 10px;
    margin: 40px 0 0 20%;
}


}

.menu2022 {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.menu2022 > li {
    float: left;
    /* 220824消し　width: 25%; */ /* グローバルナビ4つの場合 */
    /*height: 50px;
    line-height: 60px;*/
}

.menu2022 > li a {
    display: block;
    color: #63636d;
    /*height: 65px;*/
    line-height: 140%;
}
.menu2022 > li a div {
    font-family: "yu-gothic-pr6n";
    font-size: 10px;
    font-weight: bold;
}

.menu2022 > li a:hover {
    color: #7a96c9;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu2022 > li:hover {
    background: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu2022 > li:first-child:hover {
    background: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
 /* 20220824   margin: 0 0 0 15px;  */
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  /* 20220824  -webkit-transform: rotate(45deg);*/
  /* 20220824  -ms-transform: rotate(45deg);*/
  /* 20220824  transform: rotate(45deg);*/
}

/* floatクリア */
.menu2022:before,
.menu2022:after {
    content: " ";
    display: table;
}

.menu2022:after {
    clear: both;
}

.menu2022 {
    *zoom: 1;
}


li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    background: rgba(247,236,249,0.9);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 65px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 33.33333333%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0;
}


/*///////////    メインボディ    ////////////////////////////////////////////////////////////////*/
#mainContent {
    width: 100%;
    float: none;
    padding: 100px 0 0;
}
h2 {
    color: #333333;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
}

/*///////////    新着情報    ////////////////////////////////////////////////////////////////*/

#wfull01 {
    width: 100%;
    background: rgba(255,255,255,1);
}
div#news {
    color: #071017;
    width: 90%;
    max-width: 1176px;
    margin: 0 auto;
    padding: 20px 0 120px;
}
.news-left {
    width: 20%;
    float: left;
    text-align: left;
}
.news-left h3 {
    font-size: 46px;
    line-height: 90%;
    padding: 0 20px 0 0;
}
.news-right {
    width: 80%;
    float: left;
    font-size: 14px;
}
.news-right dl {
    border-bottom: solid 1px #e6e7e8;
    padding: 32px 0;
    float: left;
    width: 100%;
}
.news-right dt {
    width: 13%;
    float: left;
    margin: 0 1% 0 0;
    font-size: 15px;
    color: #5b7cbb;
}

.news-right dd {
    width: 86%;
    float: left;
    margin: 0!important;
}
.news-right dd a {
    color: #071017;
    text-decoration: none;
}
.news-right dd a:hover {
    color: rgba(99,99,109,0.5);
    transition: 0.3s;
}
p.more {
    text-align: right;
}
p.more a {
    color: #63636d;
    margin: 60px 0 -4px;
    float: right;
    text-decoration: none;
}
p.more a:hover {
    color: rgba(99,99,109);
    transition: 0.3s;
}
.button-arr {
    display: inline-block;
    width: 186px;
    padding: 0 0 24px;
    text-align: center;
    color: #63636d;
    margin: 5px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}
.button-arr:hover{
    opacity: 0.5;
    transition: 0.3s;
}


@media screen and (min-width: 0px) and (max-width: 768px) {
div#news {
    color: #63636d;
    width: 90%;
    max-width: 1200px;
    margin: 0 5%;
    padding: 50px 0 140px;
}
.news-left h3 {
    font-size: 46px;
    line-height: 100%;
    padding: 0;
}

}


/*///////////    aboutus　私たちについて    ////////////////////////////////////////////////////////////////*/
#wfull03 {
    width: 100%;
    margin: 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.abou-top-image-all {
    position: absolute;
    left: 0;
    top: -100px;
}
.abou-top-image img {
    max-width: 90%;
    padding: 0;
}
.abou-lead {
    width: 90%;
    max-width: 1176px;
    margin: 0 auto;
}
.abou-lead h2 span {
    font-weight: normal;
}
.abou-lead ul {
    float: left;
    width: 100%;
    padding:50px 0 80px;
}
.abou-lead ul li {
    float: left;
    width: 70%;
}
.abou-lead ul li h2 {
    margin: 0 auto 20px;
    color: #044b9f;
    border-bottom: solid #e30113;
}
.abou-lead ul li h2 img {
    max-width: 265px;
    width: 90%;
    margin: 24px 0 0;
}
.abou-lead ul li:nth-child(2) {
    width: 30%;
    padding: 0 5%;
}

.abou-lead ul li h3 {
    font-size: 32px;
    margin: 0 0 24px;
    font-family: 'fot-tsukuaoldmin-pr6n';
    font-weight: normal;
    letter-spacing: 2px;
}
.abou-lead p {
    line-height: 280%;
    width: 100%;
    font-size: 16px;
    text-align: justify;
}

ul.aboutnav-list {
    float: right;
    width: 70%;
    padding: 0 5%;
}
ul.aboutnav-list li {
    width: auto;
    float: left;
}
ul.aboutnav-list li:nth-child(2) {
    width: auto;
    padding: 0;
}
ul.aboutnav-list li {
    width: auto;
    float: left;
    margin-right: 48px;
}
ul.aboutnav-list li a:hover {
    opacity: 0.5;
    transition: 0.3s;
}
.service-lead.clearfix {
    max-width: 1176px;
    margin: 0 auto;
    width: 90%;
    background: #cddbec;
    padding: 20px 3%;
}
.service-lead h2 {
    border-bottom: solid #fff 1px;
    padding: 0 0 20px;
}
.abou-lead h2 span {
    font-weight: normal;
}
.service-lead span {
    font-size: 18px;
    font-weight: normal;
}
.service-lead h2 img {
    margin: 24px 0 0;
}
.service01-cont {
    margin: 20px 0 0;
    float: left;
}
.service01-cont ul {
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.service01-cont li {
    width: 100%;
    float: left;
    overflow: hidden;
}
.service01-cont li img {
    height: 100%;
    overflow: hidden;
    width: auto;
    max-width: fit-content;
}
.service01-cont ul li:first-child {
    background: #fff;
    text-align: center;
}
.service01-cont li:nth-child(2) {
    width: 100%;
    padding: 20px 1% 0;
    /* text-align: center; */
}
.service01-cont li:nth-child(2) img {
    width: auto;
    height: auto;
}
.service01-cont h3 {
    font-size: 26px;
    margin: 30px 0;
}
.service01-cont h3 span {
    font-size: 14px;
}
.service01-cont p {
    text-align: justify;
    line-height: 200%;
    margin: 0 0 20px;
}
p.service-p {
    margin: 0;
    text-align: center;
}
p.service-p:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.service02-cont {
    max-width: 1176px;
    margin: 80px auto;
    width: 90%;
    padding: 20px 0;
}
.service02-cont ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}
.service02-cont li {
    width: 94%;
    width: -webkit-calc(94% / 3 - 1px);
    width: calc(94% / 3 - 1px);
    float: left;
    margin: 0 3% 40px 0;
    padding: 0 0 15px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    background: #fff;
    border-radius: 6px;
    border: solid 1px #b3b3b3;
}
.service02-cont li:nth-of-type(3n) {
    margin: 0 0% 40px 0;
}
.service02-cont li img {
    border-radius: 6px 6px 0 0;
}
.benefit-lead.clearfix {
    width: 100%;
    text-align: center;
}
.serlist {
    position: relative;
}
img.listimg {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.service02-cont h3 {
    text-align: center;
    font-size: 20px;
    margin: 0;
    line-height: 200%;
    /* height: 4em; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.serlist p {
    padding: 20px 40px 40px;
}
.serlist div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.serlist div a:hover {
    opacity: 0.5;
    transition: 0.3s;
}


div#wfull07 {
    background: #fff;
    content: "";
    height: 200px;
    margin: -7px 0 0;
    padding: 0;
    line-height: 0;
}


div#wfull04 {
    position: relative;
}
.company-all {
    width: 90%;
    margin: 0 auto;
    max-width: 1176px;
}

.company-top-image-all {
    position: absolute;
    left: 0;
    top: -100px;
}
.company-top-image li {
    width: 80%;
}
.company-lead {
    padding: 447px 0 160px;
    max-width: 1176px;
    margin: 0 auto;
}
.company-lead h2 {
    margin: 0 0 80px;
}
.company-lead h2 span {
    font-size: 14px;
    font-weight: normal;
}
.company-lead h2 img {
    margin: 24px 0 0;
}
.company-lead p {
    margin: 0 0 48px;
}
.company-lead li a:hover {
    opacity: 0.5;
    transition: 0.3s;
}
.company-lead ul {
    position: relative;
}
.company-lead ul li:nth-child(2) {
    position: absolute;
    top: -160px;
    right: -40px;
}







@media screen and (min-width: 0px) and (max-width: 768px) {
.education-all {
    width: 90%;
}
.abou-lead {
    padding: 120px 0 120px;
    width: 100%;
    max-width: 1176px;
    margin: 0 auto;
}
.abou-lead ul {
    float: left;
    width: 100%;
    padding: 50px 0 0px;
}
.abou-lead ul li {
    float: left;
    width: 100%;
}
.abou-lead ul li:nth-child(2) {
    width: 100%;
    padding: 48px 0 20px;
}
ul.aboutnav-list li:last-child {
    width: 100%;
    margin: 40px auto;
    text-align: center;
}
ul.aboutnav-list {
    float: right;
    width: 100%;
    padding: 0;
}
ul.aboutnav-list li {
    width: 48%;
    float: left;
    margin-right: 4%;
    text-align: center;
}
ul.aboutnav-list li:nth-child(2) {
    width: 48%;
    margin: 0;
    padding: 0;
}
.service-lead.clearfix {
    max-width: 1176px;
    margin: 0 auto;
    width: 100%;
}
.service01-cont {
    margin: 60px 0 0;
    float: left;
    width: 100%;
}
.service01-cont ul {
    background: #fff;
    border-radius: 18px;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.service01-cont li {
    width: 100%;
    float: left;
    overflow: inherit;
}
.service01-cont li img {
    height: auto;
    overflow: auto;
    width: 100%;
    max-width: fit-content;
    border-radius: 18px 18px 0 0;
}
.service01-cont li:nth-child(2) img {
    /* width: auto; */
    /* height: auto; */
    position: absolute;
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.service01-cont li:nth-child(2) {
    width: 100%;
    padding: 24px 5% 50px;
    text-align: center;
    position: relative;
    
}
p.service-p {
    margin: 0;
    text-align: justify;
}
.service01-cont li p.service-p img {
    position: relative;
    top: unset;
    /* text-align: center; */
    overflow: inherit;
}
.service02-cont li {
    width: 100%;
    width: -webkit-calc(100%);
    width: calc(100%);
    float: left;
    margin: 0 0% 40px 0;
    padding: 0 0 50px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    background: #fff;
    border-radius: 18px;
}
.company-lead {
    padding: 160px 0 160px;
    max-width: 1176px;
    margin: 0 auto;
}
.company-lead ul li:nth-child(2) {
    position: absolute;
    top: -160px;
    right: -40px;
    width: 64%;
}
.company-lead h2 {
    margin: 0 0 50px;
}





}








a.view {
    text-align: left;
    /* width: 100%; */
    float: right;
    text-decoration: none;
    width: 8em;
}


/*///////////    footer　   ////////////////////////////////////////////////////////////////*/












@media screen and (min-width: 769px) and (max-width: 1100px) {
.news-left {
    width: 100%;
    float: left;
    text-align: center;
}
.news-right {
    width: 100%;
    float: left;
    font-size: 14px;
}
.news-right dt {
    width: 100%;
    float: left;
    margin: 0 1% 0 0;
}
.news-right dd {
    width: 100%;
    float: left;
}
}
@media screen and (min-width: 0px) and (max-width: 768px) {
.news-left {
    width: 100%;
    float: left;
}

.news-right {
    width: 100%;
    float: left;
    font-size: 14px;
}
.news-right dl {
    border-bottom: solid 1px;
    padding: 3.5em 0;
    float: left;
    width: 100%;
}
.news-right dt {
    width: 100%;
    float: left;
    margin: 0 1% 10px 0;
}
}

/*///////////    footer    ////////////////////////////////////////////////////////////////*/

footer {
    width: 100%;
    float: left;
    padding: 160px 0 0;
}

.foot-consult {
    width: 100%;
}
.foot-consult ul {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.foot-consult li {
    width: 50%;
    float: left;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    position: relative;
}

.fit-content {
    width: 100%;
}
.foot-consult div h3 img {
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.foot-consult li:first-child {
    background: url(../common/img/foot-contactbg.png);
    background-size: cover;
}
.foot-consult li:nth-child(2) {
    background: url(../common/img/foot-recruitbg.png);
    background-size: cover;
    background-position: center center;
}
.fit-content {
    width: 100%;
    padding: 83px 0 80px;
    text-align: center;
}
footer p {
    line-height: 180%;
    margin: 0 0 50px;
}

.foot-consult li a:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.foot-end {
    width: 100%;
}
.foot-end-all {
    width: 96%;
    margin: 0 auto;
    /* max-width: 1000px; */
    padding: 40px 0;
    /* display: -webkit-box; */
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    display: -moz-flex;
    display: -ms-flex;
    /* display: flex; */
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    /* -webkit-flex-wrap: wrap; */
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    text-align: center;
}

footer p {
    line-height: 180%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
.foot-consult li {
    width: 100%;
    float: left;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    position: relative;
    margin: 0 0 100px;
    padding: 0 5%;
}
.foot-consult li:nth-child(2) {
    background: url(../common/img/foot-recruitbg.png);
    background-size: cover;
    background-position: center center;
    margin: 0 0 0px;
}
}

/*///////////    その他    ////////////////////////////////////////////////////////////////*/

.start {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
}

.start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
}

.hero-area {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-area .video {
    position: absolute;
    top: 0;
    right: -180px;
    width: auto;
    min-width: 100vw;
    height: auto;
    min-height: 100vh;
    background-color: #363636;
    background-size: cover;
}


/*menu*/

.menusp {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 99;
}

.menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
}

.menu__line--center {
    top: 9px;
}

.menu__line--bottom {
    bottom: 0;
}

.menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
}

.menu__line--center.active {
    transform: scaleX(0);
}

.menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
}


/*gnav*/

.gnav {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}

.gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
    text-align: left;
}

.gnav__menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
}

.gnav__menu__item {
    margin: 20px 0 20px 100px;
    opacity: 0;
}

.gnav__menu__item a {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
    transition: .5s;
}

.gnav__menu__item a:hover {
    color: #666;
}

li.gnav__menu__item {
    float: none;
    width: auto;
    text-align: left;
}


/*.slide-animation{
    animation: fadezoom 4s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}*/


/*　ハンバーガーボタン　*/

.hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 24px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 40px;
    height: 3px;
    left: 0;
    background: #63636d;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 10px;
}

.hamburger span:nth-child(2) {
    top: 20px;
}

.hamburger span:nth-child(3) {
    top: 30px;
}


/* ナビ開いてる時のボタン */

.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 1px;
    background: #363636!important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    background: #363636!important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0px;
    left: 0;
    color: #363636;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    display: none;
}

nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 20px 7%;
    width: 86%;
    text-align: left;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

nav.globalMenuSp ul li:nth-child(1),
nav.globalMenuSp ul li:nth-child(2),
nav.globalMenuSp ul li:nth-child(3),
nav.globalMenuSp ul li:nth-child(4), 
nav.globalMenuSp ul li:nth-child(5) {
    font-size: 16px;
    position: relative;
    padding: 20px 0;
    text-align: center;
}

nav.globalMenuSp ul li:nth-child(1) a,
nav.globalMenuSp ul li:nth-child(2) a,
nav.globalMenuSp ul li:nth-child(3) a,
nav.globalMenuSp ul li:nth-child(4) a,
nav.globalMenuSp ul li:nth-child(5) a {
    padding: 0.5em 0;
}


nav.globalMenuSp ul li:nth-child(6),
nav.globalMenuSp ul li:nth-child(7),
nav.globalMenuSp ul li:nth-child(8),
nav.globalMenuSp ul li:nth-child(9),
nav.globalMenuSp ul li:nth-child(10) {
    width: 50%;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    text-align: center;
    width: 100%;
    border: none;
    position: inherit;
    top: -12px;
    padding: 10px 0;
}

nav.globalMenuSp ul li:hover {
    /*background :#ddd;*/
}

nav.globalMenuSp ul li a {
    display: block;
    color: #363636;
    padding: 1em 0;
    text-decoration: none;
    line-height: 150%;
    font-size: 18px;
}
nav.globalMenuSp ul li a div {
    font-family: "yu-gothic-pr6n";
    font-size: 14px;
    font-weight: bold;
}
.globalMenuSp p {
    padding: 100px 0 0;
    width: 100%;
    float: left;
}


/* このクラスを、jQueryで付与・削除する */

nav.globalMenuSp.active {
    opacity: 100;
    height: 100vh;
    display: block;
    overflow-y: scroll;
}

.titleac {
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .titleac,
    .titleac2,
    .titleac3 {
        pointer-events: all;
        position: absolute;
        top: 6px;
        right: 0;
    }
    .toggleac,
    .toggleac2,
    .toggleac3 {
        height: 0;
        padding: 0 8px;
        transition: .2s;
        overflow: hidden;
    }
    input:checked+.toggleac,
    input:checked+.toggleac2,
    input:checked+.toggleac3 {
        height: auto;
        padding: 8px;
    }
    /*Toggle Btn New 2021.05.02*/
    input.toggleBtn {
        display: none;
    }
    /*
    label.toggleIcon:after {
        content: "+"
    }
    input.toggleBtn:checked+label.toggleIcon:after {
        content: "-"
    }
    */
    .toggleContents {
        height: 0;
        padding: 0 8px;
        transition: .2s;
        overflow: hidden;
    }
    .toggleBtn:checked+.toggleIcon+.toggleContents {
        height: auto;
    }
    /*TogglIcon*/
    label.toggleIcon {
        width: 100%;
    height: 20px;
    top: 0;
    right: 0;
    background: transparent;
    pointer-events: all;
    position: absolute;
    }
    .toggleIcon span {
        background: #363636;
    position: absolute;
    display: table;
    width: 10px;
    height: 2px;
    right: 0;
    top: 13px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    }
    .toggleIcon span:nth-child(1) {
        transform: rotate(0);
    }
    .toggleIcon span:nth-child(2) {
        transform: rotate(90deg);
    }
    .toggleBtn:checked+.toggleIcon span:nth-child(2) {
        background: transparent;
    }
}





/*///////////    下層ページ    ////////////////////////////////////////////////////////////////*/

/*       アバウト                   */
.entry .entry-content {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0 auto!important;
    padding: 0!important;
}
.entry .entry-content > * {
    margin: 30px auto 0!important;
    max-width: 100%!important;
    width: 100%!important;
}
.content-mainimage {
    position: relative;
    margin: 30px auto!important;
    max-width: 1176px!important;
    width: 90%!important;
}
.content-mainimage h2 {
    position: absolute;
    top: 44%;
    left: 4%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    letter-spacing: 4px;
    font-weight: normal;
}
.content-mainimage ul li {
    float: left;
    margin: 1em 1em 1em 0;
}

.philosophy {
    position: relative;
}
.philosophy h3 {
    text-align: center;
    padding: 120px 0 0;
    font-weight: normal;
    font-size: 40px;
    letter-spacing: 4px;
}
.philosophy h3 span {
    font-size: 18px;
}
.philosophy p.lead {
    text-align: center;
    padding: 1em;
    line-height: 200%;
    font-family: 'fot-tsukuaoldmin-pr6n';
    font-size: 26px;
}
.philosophy ul.phiimage {
    position: absolute;
    top: 0;
    width: 100%;
}

.phiimage li:first-child img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 300px;
    width: 20%;
}
.phiimage li:nth-child(2) img {
    position: absolute;
    top: 200px;
    right: 0;
    max-width: 300px;
    width: 20%;
}
.philosophy h4 {
    text-align: center;
    font-family: 'fot-tsukuaoldmin-pr6n'!important;
    font-weight: normal;
    margin: 100px 0 0;
    font-size: 18px;
}
ul.four-approach {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    width: 80%;
    max-width: 900px;
    margin: 40px auto 0;
}

.four-approach li {
    width: 100%;
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
    float: left;
    margin: 0 0% 40px 0;
    padding: 0 0 40px;
    text-align: center;
    /* justify-content: center; */
    /* align-items: center; */
}
.four-approach li div {
    font-size: 30px;
    color: #7a96c9;
    line-height: 100%;
}
.four-approach li div span {
    font-size: 18px;
    color: #071017;
}
.message {
    background: #fff;
    margin: -10px 0 0;
    padding: 5%;
}
.message-left {
    float: left;
    width: 40%;
    margin: 0 5% 0 0;
}
.message img {
    width: 100%;
}
.message-right {
    width: 55%;
    float: left;
}
.message-right h3 {
    font-family: 'fot-tsukuaoldmin-pr6n'!important;
    font-weight: normal;
    font-size: 32px;
    margin: 1em 0;
}
.message-right p {
    width: 90%;
    line-height: 200%;
}





@media screen and (min-width: 0px) and (max-width: 768px) {
.entry .entry-content > * {
    margin: 0px auto 0!important;
    max-width: 100%!important;
    width: 100%!important;
}
.content-mainimage {
    position: relative;
    margin: 0px auto 10px!important;
    max-width: 1176px!important;
    width: 90%!important;
}
.four-approach li {
    width: 96%;
    width: -webkit-calc(96% / 2);
    width: calc(96% / 2);
    float: left;
    margin: 0 1% 40px;
    padding: 0 0 40px;
    text-align: center;
    /* justify-content: center; */
    /* align-items: center; */
}
.message-left {
    float: left;
    width: 100%;
    margin: 50px 0 30px;
}
.message-right {
    width: 100%;
    float: left;
}
.message-right p {
    width: 100%;
    line-height: 200%;
    text-align: justify;
}
}




/*     サービス          */
.service {
    position: relative;
}
.service h3 {
    text-align: center;
    padding: 120px 0 40px;
    font-family: 'fot-tsukuaoldmin-pr6n'!important;
    font-weight: normal;
    font-size: 40px;
    letter-spacing: 4px;
}
.service p.lead {
    text-align: center;
    width: 90%;
    max-width: 528px;
    margin: 0 auto;
    line-height: 250%;
}
.service-list {
    margin: -7px 0 0 0;
    background: #fff;
}
.service-list-d {
    width: 90%;
    margin: 150px auto;
    max-width: 1176px;
}
ul.service-list-ul {
    width: 45%;
    float: left;
    margin: 0 5% 0 0;
}
.service-list-ul li:first-child {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}
.service-list-ul li:first-child img {
    margin: 0 20px 0 0;
}
ul.service-list-ul h4 {
    font-size: 22px;
}
.service-list-ul li ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.service-list-ul li ul li {
    width: 96%;
    width: -webkit-calc(96% / 2);
    width: calc(96% / 2);
    float: left;
    margin: 0 2% 10px 0;
    padding: 20px 0px;
    border-bottom: solid 2px #7f7f7f;
}
.service-list-ul li ul li:first-child {
    margin: 0 2% 10px 0;
}
.service-imgr {
    width: 50%;
    float: left;
    margin: 0;
    position: relative;
}
.service-imgr h5 {
    position: absolute;
    right: -3.3em;
    z-index: 10;
    transform: rotate( 90deg );
    top: 2.8em;
    font-size: 34px;
    letter-spacing: 4px;
    color: #698cc8;
}
.service-imgl {
    width: 50%;
    float: left;
    margin: 0;
    position: relative;
}
.service-imgl h5 {
    position: absolute;
    left: -5.6em;
    z-index: 10;
    transform: rotate( 90deg );
    top: 5.1em;
    font-size: 34px;
    letter-spacing: 4px;
    color: #698cc8;
}
ul.service-list-ul02 {
    width: 45%;
    float: left;
    margin: 0 0 0 5%;
}
.service-list-ul02 li {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}
.service-list-ul02 li:first-child img {
    margin: 0 20px 0 0;
}
ul.service-list-ul02 h4 {
    font-size: 22px;
}
.service-list-ul02 li ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.service-list-ul02 li:nth-child(2) {
    width: 100%;
    display: block;
}
p.stro {
    font-size: 24px;
    font-family: 'fot-tsukuaoldmin-pr6n';
    margin: 0 0 20px;
}
p.hosoku {
    font-size: 10px;
}
h5.h503 {
    right: -4em;
    top: 3.4em;
}
h5.h504 {
    left: -3.3em;
    top: 2.7em;
}


@media screen and (min-width: 0px) and (max-width: 768px) {
.service p.lead {
    text-align: left;
    width: 90%;
    max-width: 528px;
    margin: 0 auto;
    line-height: 250%;
}
.service-imgr {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
}

ul.service-list-ul {
    width: 100%;
    float: left;
    margin: 30px 0;
}
.service-imgl {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
}
.service-imgl h5 {
    position: absolute;
    left: -5.9em;
    z-index: 10;
    transform: rotate( 90deg );
    top: 5.1em;
    font-size: 28px;
    letter-spacing: 4px;
    color: #698cc8;
}
ul.service-list-ul02 {
    width: 100%;
    float: left;
    margin: 30px 0;
}
p.stro {
    font-size: 22px;
    font-family: 'fot-tsukuaoldmin-pr6n';
    margin: 0 0 20px;
}
p.hosoku {
    font-size: 12px;
    margin: 20px 30px 20px 0;
}





}


/*     会社概要          */
.company {
    position: relative;
    padding: 50px 0 0;
}
ul.company-list {
    width: 90%;
    margin: 0 auto;
    max-width: 1176px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.company-list li {
    width: 100%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    float: left;
    margin: 0 0% 40px 0;
    padding: 0 0 40px;
    text-align: center;
}
.company-list li img {
    width: 90%;
    margin: 0 5%;
}
.company-outline {
    background: #fff;
    margin: -7px 0 0 0;
}
.outline-d {
    width: 90%;
    margin: 150px auto;
    max-width: 800px;
}
.outline-d dl {
    width: 100%;
    border-top: solid 1px #e6e6e6;
    float: left;
}
.outline-d dt {
    width: 20%;
    padding: 18px 0;
    float: left;
    line-height: 200%;
}
.outline-d dd {
    width: 80%;
    padding: 18px 0;
    float: left;
    line-height: 200%;
    margin: 0;
}
.client ul {
    width: 90%;
    margin: 0 auto;
    max-width: 1176px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.client ul li {
    width: 100%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    float: left;
    margin: 0 0% 40px 0;
    padding: 0 0 40px;
    text-align: center;
}
.client h3 {
    font-size: 44px;
    text-align: center;
    margin: 0 0 40px;
    color: #7a96c9;
    letter-spacing: 4px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
.company-list li {
    width: 100%;
    width: -webkit-calc(100% / 1);
    width: calc(100% / 1);
    float: left;
    margin: 0 0% 40px 0;
    padding: 0 0 40px;
    text-align: center;
}
.client ul li {
    width: 100%;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    float: left;
    margin: 0 0% 40px 0;
    padding: 0;
    text-align: center;
}
}







/*     お問い合わせフォーム          */
.contact-f {
    position: relative;
    padding: 80px 10%;
}
.contact-f dl {
    line-height: 180%;
    font-size: 16px;
    max-width: 720px;
    margin: 0 auto 60px;
}
.contact-f dl dt {
    font-size: 14px;
    width: 100%;
}
.contact-f dl dd {
    background: #fff;
    border-radius: 5px;
    padding: 1em;
    color: #ebebeb;
    font-size: 18px;
    margin: 0 0 20px;
}
.contact-f dl dd span input {
    border: none;
    width: 100%;
}
.contact-f dl dd span textarea {
    border: none;
    width: 100%;
}
.sub.button {
    width: 30%;
    margin: 20px auto;
    text-align: center;
    background: #7a96c9!important;
    border-radius: 30px;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}
.sub input {
    background: #7a96c9!important;
    text-align: center;
    width: 100%;
}
.contact-f input[type="submit"]:hover {
    background: #7a96c9!important;
    cursor: pointer;
}
span.wpcf7-spinner {
    display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
}



/*               */
@media screen and (min-width: 0px) and (max-width: 768px) {
}
/*               */
@media screen and (min-width: 0px) and (max-width: 768px) {
}