@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}




@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&family=Noto+Sans+JP:wght@300;700&display=swap');

body {
font-family: 'Noto Sans JP', sans-serif;
}


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

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

@media screen and (max-width:479px){
    .pc-2{
        display: none !important;
    }
}

@media screen and (min-width: 960px){
.br-pc {
display:inline;
}}

@media screen and (max-width: 959px){
.br-pc {
display:none;
}}

@media screen and (min-width: 960px){
.sp-br {
display:none;
}}

@media screen and (max-width: 959px){
.sp-br {
display:inline;
}}

/*タイトルと日付を非表示*/
.page .entry-title {
  display: none;
}

.page .date-tags {
display: none;
}


.site-name-text{
  display: none;
}

.archive-title {
 display: none;
 }

.page .entry-title{
margin-top: 0;
}

.logo-text {
    display: none;
   }


main#main {
    background: #3e7283;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    border: 0px;
}

.wrap {
    width: 100%;
}


@media screen and (min-width: 960px){
div#container {
    width: 88%;
    margin: 0 0 0 auto;
    margin-right: 0;
}


div#content-in {
    margin-right: 0;
}}


article#post-1856 {
    margin-bottom: 0;
}

/*hrリセット*/
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

hr.hr1 {
    border-top: 2px solid #fff;
    width: 60%;
    margin: 0 auto;
}






.img1 {
    width: 70%;
    margin: 0 auto;
}

.img2 {
    width: 80%;
    margin: 4em auto;
}





.page-id-1454 .main {
    width: 860px;
    padding: 20px 0 0 0;
    /* padding: 20px 15px; */
    /* border: 1px solid transparent; */
    border-radius: 4px;
    position: relative;
}


@media screen and (max-width:959px){
.entry-content {
    margin-top: 3em;
    /* margin-bottom: 3em; */
}}



@media screen and (max-width:479px){
.anchor {
    padding-top: 80px;
    margin-top: -80px;
}}







/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1s ease-out;
 }












/*pcメニュー*/

.pc-header-fixed {
    width: 12%;
    height: 110vh;
    background: #fffdf5;
    position: fixed;
    z-index: 1;
}


.pc-header-fixed-in{
/*position: sticky;
top: 30px;*/
}



/*メニュー*/

.pc-header-site-icon {
    text-align: center;
}


.pc-header-site-icon img {
    width: 70%;
    margin: 30px auto;
}

.pc-side-menu-hum {
    position: absolute;
    bottom: 5%;
    width: 100%;
    justify-content: center;
    margin: 60px 0 50px 0;
    padding: 15px;
    flex-direction: column;
    list-style: none;
    /* font-family: 'Georgia','Times New Roman', Times, serif; */
}


.pc-side-menu-hum nav,ul{
    width:100%;
    justify-content:center;
    margin:0;
    padding:0;
　  flex-direction:column;
    list-style: none; 
}


.pc-side-menu-hum li {
    margin: 0;
    padding: 5px 0px;
    text-align: center;
    color: #000;
}


.pc-side-menu-hum li a {
    display: block;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #3e7283;
    font-weight: 500;
    font-size: 16px;
    margin: 0 10px;
}

.pc-side-menu-hum li a:hover {
    color: #0f4956;
}




@media screen and (max-width: 479px){
.go-to-top-button-image {
    background-color: transparent;
    padding: 0;
    width: 35px;
}}









/*spメニュー*/

.header-fixed {
    position: fixed;
    top: 0;
    padding: 10px 20px 10px 0;
    z-index: 10;
    background: transparent;
    box-sizing: border-box;
    width: 100%;
}

.header-fixed-in {
    position: relative;
    height: 60px;
}

.header-site-icon {
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3%;
}

.header-site-icon img {
    height: 100%;
    margin-left: 5px;
    margin-top: 5px;
}
	

/* ハンバーガーアイコンの位置を指定（右） */
.header-hamburger-icon {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* チェックボックスは非表示（ラベルで操作するため） */
#header-hamburger{
    display: none;
}


/* ハンバーガーメニューのアイコン */
.header-hamburger-icon span, .header-hamburger-icon span:before, .header-hamburger-icon span:after {
    content: '';
    display: block;
    height: 1.5px;
    width: 30px;
    border-radius: 3px;
    background: #1e4865;
    transition: 0.5s;
    position: absolute;
}


/* 三本線の一番上の棒の位置調整 */
.header-hamburger-icon span:before {
    bottom: 8px;
}


/* 三本線の一番下の棒の位置調整 */
.header-hamburger-icon span:after {
    top: 8px;
}


.header-hamburger-icon{
    z-index: 30;
   }

.header-hamburger-icon:after {
    content: "";
    position: absolute;
    right: -40px;
    top: -23px;
    width: 75px;
    height: 50px;
    background: transparent;
}

/* 背景を暗くする（デフォルトは非表示） */
#header-close{
    display: none;
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
}

/*スライドで表示させるコンテンツ*/
#header-content {
    z-index: 20;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 70%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 5px;
    transition: .3s;
    background: #E6E6E1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}



/*チェックが入ったらコンテンツを表示*/
#header-hamburger:checked ~ #header-content{
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

/*チェックが入ったらコンテンツ外を暗くする*/
#header-hamburger:checked ~ #header-close{
    display: block;
    opacity: .7;
}


/* アイコンがクリックされたら真ん中の線を透明にする */
#header-hamburger:checked ~ .header-hamburger-icon span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#header-hamburger:checked ~ .header-hamburger-icon span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#header-hamburger:checked ~ .header-hamburger-icon span::after {
  top: 0;
  transform: rotate(-45deg);
}


/*メニュー*/

.side-menu-hum {
    width: 100%;
    justify-content: center;
    margin: 60px 0 50px 0;
    padding: 25px;
    flex-direction: column;
    list-style: none;
}


.side-menu-hum nav,ul{
    width:100%;
    justify-content:center;
    margin:0;
    padding:0;
　  flex-direction:column;
    list-style: none; 
}


.side-menu-hum li {
    margin: 0;
    padding: 5px 0px;
    text-align: center;
    color: #000;
}


.side-menu-hum li a {
    display: block;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #3e7280;
    font-weight: 500;
    margin: 0 10px;
    font-size: 5vw;
}










@media screen and (min-width:960px){
.nothingimg {
    width: 40%;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(5px 5px 5px #185f6b);
}}

@media screen and (max-width:959px){
.nothingimg {
    width: 75%;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(5px 5px 5px #185f6b);
}}


.box1 {
    width: 70%;
    margin: 2em 0 0 auto;
    padding: 0.5em 1em 0.5em 0.5em;
    background-color: #F7F4E8;
    text-align: right;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #3E7283;
}


.box-sp {
    margin: 10% auto 60% auto;
    position: relative;
    width: 100%;
    height: 100vw;
}

.box1-sp {
    position: absolute;
    right: 2%;
    top: 0;
    margin: 1em auto;
    font-size: 3.5vw;
    letter-spacing: 1px;
    line-height: 1.5em;
    font-weight: 500;
    text-align: right;
    color: #F7F4E8;
}

.top1-sp {
    position: absolute;
    width: 90%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.top-scroll {
    position: absolute;
    font-size: 13px;
    writing-mode: vertical-rl;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.top-scroll::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: #F7F4E8;
    right : 50%;
    bottom : -115px;
    transform : translateX(-50%);
    width : 1px;
    height : 100px;
    animation: scroll 1.5s infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


.top1{
    margin: 3em auto;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
   }   

@media screen and (min-width:960px){
p.topfont1 {
    font-size: 36px;
}

p.topfont2 {
    font-size: 24px;
    margin-top: -1em;
}

p.topfont3 {
    margin: 3em auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

}



@media screen and (max-width:959px){
p.topfont1 {
    font-size: 4vw;
    color: #F7F4E8;
    text-align: center;
    margin: 1em 0 0.5em 0;
    font-weight: 500;
}

p.topfont2 {
    font-size: 3vw;
    font-weight: 500;
    margin-top: -1em;
    color: #F7F4E8;
    text-align: center;
}

p.topfont3 {
    position: absolute;
    bottom: -40%;
    left: 2%;
    font-size: 3.5vw;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #F7F4E8;
}

}















.aigdlogo1 {
    width: 20%;
    margin: 0 auto;
    display: block;
}

  

@media screen and (min-width:960px){
.backcolor1 {
    margin-right: -1px;
    margin-left: -1px;
    /* padding-right: calc(50vw - 50%); */
    /* padding-left: calc(50vw - 50%); */
    background: #F7F4E8;
    padding-top: 2em;
    padding-bottom: 12em;
    /* margin-top: 3em; */
    margin-bottom: 3em;
}

p.topfont4 {
    width: 80%;
    margin: 3em auto;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #3E7283;
}}

@media screen and (max-width:959px){
.backcolor1 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    background: #F7F4E8;
    padding-top: 2em;
    padding-bottom: 7em;
    margin-top: -1px;
    margin-bottom: 3em;
}



p.topfont4 {
    width: 95%;
    margin: 3em auto;
    font-size: 3.2vw;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #3E7283;
}}



















@media screen and (min-width:960px){
.top2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.box2 {
    border-radius: 50px 0 0 0;
    width: 200px;
    height: 90px;
    margin: 10px 0 -5px auto;
    background: #F7F4E8;
/*     margin-right: calc(50% - 50vw); */
    text-align: center;
    position: relative;
}

p.topfont5 {
    font-size: 32px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #3E7283;
    font-weight: 700;
}

p.topfont6 {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #3E7283;
}
}

@media screen and (max-width:959px){
.top2 {
    width: 100%;
    height: 100%;
    position: absolute;
    /* margin-left: 5px; */
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
   
.box2 {
    border-radius: 15px 15px 0 0;
    width: 55%;
    height: 50px;
    margin: 50px auto 0 auto;
    background: #F7F4E8;
    text-align: center;
    position: relative;
}   

p.topfont5 {
    font-size: 5.5vw;
    line-height: 1em;
    letter-spacing: 1px;
    color: #3E7283;
    font-weight: 700;
}

p.topfont6 {
    font-size: 3.2vw;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #3E7283;
}
}

















@media screen and (min-width:1260px){
.box3-all {
    margin-top: -20%;
    margin-bottom: 0;
}}

@media screen and (max-width:1259px){
.box3-all {
    margin-top: -15%;
    margin-bottom: 0;
}}

@media screen and (max-width:479px){
.box3-all {
    margin-top: -35%;
    margin-bottom: 0;
}}


.box5{
padding: 0 1.5em;
}

@media screen and (min-width:960px){
.top3 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.box3 {
    border-radius: 50px 0 0 0;
    width: 200px;
    height: 90px;
    margin: 10px 0 -5px auto;
    background: #1D8B94;
/*     margin-right: calc(50% - 50vw); */
    text-align: center;
    position: relative;
}

p.topfont7 {
    font-size: 32px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
}

p.topfont8 {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #fff;
}

p.topfont9 {
    font-size: 55px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    font-family: "voltage", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p.topfont10 {
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
}

p.topfont11 {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 2em;
}


}

@media screen and (max-width:959px){
.top3 {
    width: 100%;
    height: 100%;
    position: absolute;
    /* margin-left: 5px; */
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
   
.box3 {
    border-radius: 15px 15px 0 0;
    width: 55%;
    height: 50px;
    margin: 50px auto 0 auto;
    background: #1D8B94;
    text-align: center;
    position: relative;
}  

p.topfont7 {
    font-size: 5.5vw;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
}

p.topfont8 {
    font-size: 3.2vw;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #fff;
}

p.topfont9 {
    font-size: 8.5vw;
    text-align: center;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    font-family: "voltage", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p.topfont10 {
    font-size: 3.2vw;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

p.topfont11 {
    font-size: 3.2vw;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 2em;
}

}












@media screen and (min-width:960px){
.backcolor2 {
    margin-right: -1px;
    margin-left: -1px;
    /* padding-right: calc(50vw - 50%); */
    /* padding-left: calc(50vw - 50%); */
    background: #1D8B94;
    padding-top: 5em;
    padding-bottom: 5em;
    /* margin-top: 3em; */
    /* margin-bottom: 3em; */
}


}

@media screen and (max-width:959px){
.backcolor2 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    background: #1D8B94;
    padding-top: 6em;
    padding-bottom: 2em;
    margin-top: -1px;
    /* margin-bottom: 3em; */
}}






p.topfont12 {
    color: #1D8B94;
    font-size: 16px;
    margin-bottom: 0.2em;
}

p.topfont13 {
    font-size: 21px;
    font-weight: 500;
    margin-top: -5px;
    margin-bottom: 1em;
    line-height: 1.3em;
}

p.topfont14 {
    text-align: left;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
}

p.topfont14-2 {
    text-align: left;
    font-size: 14px;
    width: 80%;
    /* margin: 0 auto; */
}

p.topfont15 {
    font-size: 14px;
    text-align: left;
}

.box4inflex {
    display: flex;
    justify-content: center;
}


.box4-2inflex {
    display: flex;
    justify-content: space-between;
    width: 90%;
    color: #fff;
}

.box4-2in {
    text-align: center;
    margin: 0 -20px;
}



@media screen and (min-width:960px){
.box4flex {
    display: flex;
    margin: 2em 0;
    justify-content: center;
}

.box4 {
    padding: 1.5em;
    text-align: center;
    background-color: #fff;
    margin: 0 1em 0 0;
    width: 40%;
    border-radius: 10px;
}

.box4in {
    text-align: center;
    width: 40%;
}}



@media screen and (max-width:959px){
.box4flex {
    /* display: flex; */
    margin: 2em 0;
    justify-content: center;
}

.box4 {
    padding: 1em 0.5em;
    text-align: center;
    background-color: #fff;
    margin: 1em;
    border-radius: 10px;
}

.box4in {
    text-align: center;
    width: 100%;
}
}






























.box4-3inflex {
    display: flex;
    width: 100%;
    color: #000;
    margin: 0 auto;
    justify-content: space-between;
}

.box4-3in {
    display: block;
    text-align: left;
    margin: 0.3em 3em;
    width: 80%;
}


p.topfont14-3 {
    text-align: left;
    font-size: 14px;
    width: 80%;
    /* margin: 0 auto; */
}

p.topfont14-3-2 {
    text-align: left;
    font-size: 11px;
    width: 100%;
    /* margin: 0 auto; */
}

@media screen and (min-width:960px){
.item3 {
    border: 1px solid #000;
    display: block;
    height: 330px;
    padding: 1em;
    color: #000;
    width: 90%;
    text-align: center;
    margin: 1em auto;
}

p.topfont15-3 {
    font-size: 14px;
    text-align: left;
}}    



@media screen and (max-width:959px){
.item3 {
    border: 1px solid #000;
    display: block;
    height: 330px;
    padding: 1em;
    color: #000;
    width: 40em;
    text-align: center;
    margin: 1em auto;
}

p.topfont15-3 {
    font-size: 14px;
    text-align: right;
}}













@media screen and (min-width:960px){
.backcolor3 {
    margin-right: -1px;
    margin-left: -1px;
    /* padding-right: calc(50vw - 50%); */
    /* padding-left: calc(50vw - 50%); */
    background: #E6D067;
    padding-top: 5em;
    padding-bottom: 5em;
    /* margin-top: 3em; */
    margin-bottom: 0;
}
}

@media screen and (max-width:959px){
.backcolor3 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    background: #E6D067;
    padding-top: 2em;
    padding-bottom: 2em;
    /* margin-top: 3em; */
    margin-bottom: 0;
}}


@media screen and (min-width:960px){
p.topfont16 {
    font-size: 55px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #333;
    font-family: "voltage", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p.topfont17 {
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #333;
    margin-top: -10px;
}

p.topfont18 {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #333;
    margin-top: 2em;
}}

@media screen and (max-width:959px){
p.topfont16 {
    font-size: 8.5vw;
    text-align: center;
    line-height: 1em;
    letter-spacing: 1px;
    color: #333;
    font-weight: 700;
    font-family: "voltage", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p.topfont17 {
    font-size: 3.2vw;
    line-height: 1em;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
}

p.topfont18 {
    font-size: 3.2vw;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #333;
    margin-top: 2em;
}}





p.topfont19 {
    color: #E6D067;
    font-size: 16px;
    margin-bottom: 0.2em;
}

@media screen and (min-width:960px){
.box7flex {
    display: flex;
    margin: 2em 1.5em;
    justify-content: center;
    flex-wrap: wrap;
}

.box7 {
    padding: 1.5em;
    text-align: center;
    background-color: #fff;
    margin: 0.5em;
    width: calc(100% / 3 - 1em);
    border-radius: 10px;
}}


@media screen and (max-width:959px){
.box7flex {
    /* display: flex; */
    margin: 2em 0;
    justify-content: center;
    flex-wrap: wrap;
}

.box7 {
    padding: 1em 0.5em;
    text-align: center;
    background-color: #fff;
    margin: 1em;
    border-radius: 10px;
}}

























@media screen and (min-width:960px){
.backcolor4 {
    margin-right: -1px;
    margin-left: -1px;
    /* padding-right: calc(50vw - 50%); */
    /* padding-left: calc(50vw - 50%); */
    background: #196B49;
    padding-top: 5em;
    padding-bottom: 5em;
    /* margin-top: 3em; */
    /* margin-bottom: 3em; */
}
}

@media screen and (max-width:959px){
.backcolor4 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    background: #196B49;
    padding-top: 2em;
    padding-bottom: 2em;
    /* margin-top: 3em; */
    /* margin-bottom: 3em; */
}}

p.topfont20 {
    color: #196B49;
    font-size: 16px;
    margin-bottom: 0.2em;
}










a.top8:hover {
color: #e6d067;
}



@media screen and (min-width:960px){
.box8 {
    border-radius: 0 0 0 50px;
    width: 200px;
    height: 90px;
    margin: -2px 0 -5px auto;
    background: #196B49;
    /* margin-right: calc(50% - 50vw); */
    text-align: center;
    position: relative;
}

.top8 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-decoration: none;
    color: #fff;
}


p.topfont21 {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-weight: 700;
}

p.topfont22 {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 1px;
}}


@media screen and (max-width:959px){
.box8 {
    border-radius: 0 0 15px 15px;
    width: 55%;
    height: 50px;
    margin: 0 auto 3em auto;
    background: #196B49;
    text-align: center;
    position: relative;
}

.top8 {
    width: 100%;
    height: 100%;
    position: absolute;
    /* margin-left: 5px; */
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-decoration: none;
    color: #fff;
}


p.topfont21 {
    font-size: 5vw;
    letter-spacing: 1px;
    font-weight: 700;
}

p.topfont22 {
    font-size: 6.2vw;
}}















@media screen and (min-width:960px){
.box9{
text-align: center;
}

p.topfont7 {
    font-size: 32px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    
}

p.topfont8 {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #fff;
}}



@media screen and (max-width:959px){
.box9{
text-align: center;
}

p.topfont7 {
    font-size: 7.5vw;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
}

p.topfont8 {
    font-size: 3.2vw;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #fff;
}}






















@media screen and (min-width:960px){
.backcolor5 {
    /* margin-right: calc(50% - 50vw); */
    margin-left: calc(50% - 50vw);
    /* padding-right: calc(50vw - 50%); */
    padding-left: calc(50vw - 50%);
    background: #F7F4E8;
    padding-top: 2em;
    padding-bottom: 2em;
    /* margin-top: 3em; */
    /* margin-bottom: 3em; */
}
}

@media screen and (max-width:959px){
.backcolor5 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    background: #F7F4E8;
    padding-top: 2em;
    padding-bottom: 2em;
    /* margin-top: 3em; */
    /* margin-bottom: 3em; */
}}


















@media screen and (min-width:960px){
p.aboutfont1 {
    font-size: 32px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
}

p.aboutfont2 {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #fff;
}

.about1 {
    margin: 1em 2em;
}}


@media screen and (max-width:959px){
p.aboutfont1 {
    font-size: 9.5vw;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
}

p.aboutfont2 {
    font-size: 3.2vw;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #fff;
}

.about1 {
    margin: 1em 1em;
}
}


.about3{
text-align: center;
}

@media screen and (min-width:960px){
p.aboutfont3 {
    width: 90%;
    margin: 3em auto;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #fff;
    /* text-align: left; */
}}

@media screen and (max-width:959px){
p.aboutfont3 {
    width: 95%;
    margin: 3em auto;
    font-size: 3.2vw;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #fff;
    text-align: left;
}}





@media screen and (min-width:960px){
.aboutbackcolor1 {
    /* margin-right: calc(50% - 50vw); */
    margin-left: calc(50% - 50vw);
    /* padding-right: calc(50vw - 50%); */
    padding-left: calc(50vw - 50%);
    background: #F7F4E8;
    padding-top: 4em;
    padding-bottom: 5em;
    margin-top: 3em;
    margin-bottom: 3em;
}}

@media screen and (max-width:959px){
.aboutbackcolor1 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    background: #F7F4E8;
    padding-top: 2em;
    padding-bottom: 3em;
    margin-top: 3em;
    margin-bottom: 3em;
}}







.about2 {
    margin: 1em 2em 2em 2em;
}

@media screen and (min-width:960px){
p.aboutfont4 {
    font-size: 62px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #333;
    font-family: "voltage", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}


p.aboutfont5 {
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #333;
    margin-top: -10px;
    text-align: center;
}}



@media screen and (max-width:959px){
p.aboutfont4 {
    font-size: 14vw;
    text-align: center;
    line-height: 1em;
    letter-spacing: 1px;
    color: #333;
    font-weight: 700;
    font-family: "voltage", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p.aboutfont5 {
    font-size: 3.2vw;
    line-height: 1em;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
}}











@media screen and (min-width:960px){
.melitall{
display: flex;
}}

@media screen and (max-width:959px){
.melitall{
}}

.melitin {
    margin: 1em auto;
    text-align: center;
}

p.melitfont2 {
    text-align: left;
    font-size: 14px;
    width: 80%;
    margin: 1.5em auto;
    line-height: 1.6em;
}


@media screen and (min-width:960px){
span.melitfont1 {
    font-size: 18px;
    background: linear-gradient(transparent 60%, #f2dc81 0%);
    line-height: 1;
    font-weight: 500;
}}


@media screen and (max-width:959px){
span.melitfont1 {
    font-size: 5vw;
    background: linear-gradient(transparent 60%, #f2dc81 0%);
    line-height: 1;
}}


















































.servis-all {
text-align: left;
margin: 0 auto;
}

.servis-font-1{
display: inline-block;
vertical-align: middle;
text-align: left;
}


.servis-font-1::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px; 
    background-color: #d6af07;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}


.servis-font-2{
display: inline-block;
vertical-align: middle;
text-align: left;
}


.servis-font-2::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px; 
    background-color: #0f6022;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.servis-font-3{
display: inline-block;
vertical-align: middle;
text-align: left;
}


.servis-font-3::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px; 
    background-color: #aa300f;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}


.servis-font-4{
display: inline-block;
vertical-align: middle;
text-align: left;
}

.servis-font-4::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px; 
    background-color: #bc6713;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}


.servis-font-5{
display: inline-block;
vertical-align: middle;
text-align: left;
}

.servis-font-5::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px; 
    background-color: #a263a5;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}




.servis-font-6{
display: inline-block;
vertical-align: middle;
text-align: left;
}

.servis-font-6::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px; 
    background-color: #275e7c;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}



.servis-font-7{
display: inline-block;
vertical-align: middle;
text-align: left;
}

.servis-font-7::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px; 
    background-color: #517f00;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}




.servis-font-8{
display: inline-block;
vertical-align: middle;
text-align: left;
}

.servis-font-8::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px; 
    background-color: #21959e;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}












.shapeset-1{
position: relative;
}

#blobSvg1{
display: block;
margin-left: -300px;
padding-left: -300px;
}

@media screen and (max-width: 480px){
#blobSvg1{
width: 90%;
margin-left: -100px;
padding-left: -100px;
}}



.shapeimg-1{
width: 40%;
position: absolute;
top: 10px;
left: 10px;
}

@media screen and (max-width: 480px){
.shapeimg-1{
width: 70%;
position: absolute;
top: 10px;
right: 100px;
}}






.shapeset-2{
position: relative;
}

#blobSvg2{
display: block;
width: 50%;
margin-right: -500px;
padding-right: -500px;
}

@media screen and (max-width: 480px){
#blobSvg2{
width: 90%;
margin-right: -200px;
padding-right: -200px;
}}



.shapeimg-2{
width: 40%;
position: absolute;
top: 10px;
right: 10px;
}

@media screen and (max-width: 480px){
.shapeimg-2{
width: 70%;
position: absolute;
top: 10px;
left: 100px;
}}












@media screen and (min-width: 481px){
.grid{
  width:100%;
  min-width:100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  padding: 20px;
}

.grid-item{
  display: inline-block;
  width: 200px;
  margin: 10px;
  padding: 0;
  break-inside: avoid;
}}


.h3{
font-size: 18px;
text-align: center;
font-weight: bold;
margin-top: 5px;
height: auto;
}
.p-1{
font-size: 12px;
text-align: center;
margin-top: -20px;
height: auto;
}


.grid-item{
  display: inline-block;
  margin: 30px 10px 30px 10px;
  padding: 0;
}










.price-all {
	margin: 16px auto;
	text-align: center;
	display: block;
}
.price-all .price-font {
	text-align: left;
	display: inline-block;
	font-size: 14px;
}

.price-title{
font-family: 'Montserrat', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-size: 30px;
font-weight: bold;
text-align: center;
}






.change-area1 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    position: relative;
    overflow: hidden;
}

.change-area1 p {
    width: 100%;
    margin: 0 auto;
}

.change-area1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dbcf75;
    transform: skewY(-7deg) translateY(-90px);
    z-index: -1;
}


.change-area2 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    position: relative;
}


.change-area2 p {
    width: 100%;
    margin: 0 auto;
}


.change-area2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dbcf75;
    transform: skewY(-7deg);
    z-index: -1;
}



.change-area3 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    position: relative;
    overflow: hidden;
}

.change-area3 p {
    width: 100%;
    margin: 0 auto;
}

.change-area3::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dbcf75;
    transform: skewY(-7deg) translateY(90px);
    z-index: -1;
}








/*サービス_ステップ_PC*/
@media screen and (min-width: 481px){
#cards-step {
  display: flex;
  justify-content: center;
}

.card-step {
  width: 300px;
  height: 315px;
  position: relative;
}


.card-step:nth-child(2) {
  margin-right: 10px;
  margin-left: 10px;
}

.card-step:nth-child(3) {
  margin-right: 10px;
  margin-left: 10px;
}

.card-step:nth-child(4) {
  margin-right: 10px;
  margin-left: 10px;
}

  .card-step:nth-child(5) {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
}
.step img {
  width: 75%;
  height: auto;
}

.step-moji {
  width: 100%;
  height: 145px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 20px;
  box-sizing: border-box;
}

.step-moji p {
  font-size: 13px;
  color: dimgray;
}}











@media screen and (min-width:960px){
.coconala {
    display: flex;
    justify-content: center;
    margin: 1em 0 3em 0;
}}

@media screen and (max-width:959px){
.coconala {
    margin: 3em 0 5em 0;
}}

.coco{
margin: 1em;
}

a.btn_4 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 100%;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #f7f4e8;
    color: #f7f4e8;
    border-radius: 100vh;
    transition: 0.5s;
}
a.btn_4:hover {
	color: #3e7283;
	background: #f7f4e8;
}





@media screen and (min-width: 1260px){
.work-box {
        position: relative;
        width: 350px;
        height: 350px;
        margin: 0;
        padding: 0;
    }

.work-box img{
  width: 300px;
  height: 200px;
  object-fit: contain;
}	

p.workfont3 {
    padding: 15px 5px;
    margin: 0 auto;
    font-size: 12px;
    width: 100%;
}}

@media screen and (min-width:480px) and (max-width: 1259px){
.work-box {
    position: relative;
    width: 200px;
    height: 300px;
    margin: 0;
    padding: 0;
}

.work-box img{
  width: 300px;
  height: 200px;
  object-fit: contain;
}	

p.workfont3 {
    padding: 15px 5px;
    margin: 0 auto;
    font-size: 12px;
    width: 100%;
}}

@media screen and (max-width: 479px){
.work-box {
    display: block;
    width: 100%;
    /* height: 400px; */
    /* margin-right: auto; */
    /* margin-left: auto; */
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
}

p.workfont3 {
    padding: 15px 0px;
    margin: 0 auto;
    font-size: 3.5vw;
    line-height: 1.5em;
    width: 100%;
}

.work-box img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}}


.box-title {
    font-size: 12px;
    background: #000;
    padding: 4px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 10px;
}




/*work_リンク有*/
a.a-hover {
    text-decoration: none;
    color: #000;
}

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



p.workfont3 {
    text-align: left;
}























.sns-icon-1 {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
z-index: 100;
margin: 10px 0px 30px -30px;
}

.sns-icon-1 li {
    padding: 5px 10px 5px 10px;
  }

























































img.servisicon1 {
    height: 35px;
}

@media screen and (min-width:1260px){  
ul.horizontal-list {
    overflow-x: auto;
    white-space: nowrap;
    /* width: 100%; */
    text-align: center;
    margin: 0 auto;
    /* display: flex; */
}

li.item {
    border: 1px solid #000;
    display: inline-block;
    height: 370px;
    padding: 1em;
    /* color: #3e7283; */
    width: calc(100% / 3 - 3em);
    text-align: center;
    margin: 1em 0.5em;
}

li.item2 {
    border: 1px solid #fff;
    display: inline-block;
    height: 330px;
    padding: 1em;
     color: #fff; 
    width: calc(100% / 3 - 3em);
    text-align: center;
    margin: 1em 0.5em;
}

li.itemwork {
        border: 1px solid #000;
        display: inline-block;
        height: 410px;
        padding: 1em;
        /* color: #3e7283; */
        width: calc(100% / 3 - 3em);
        text-align: center;
        margin: 1em 0.5em;
        white-space: normal;
    }
	

p.servisfont1 {
    font-size: 24px;
    font-weight: 600;
}

p.servisfont2 {
    margin: -1.2em 0 1em 0;
}

p.servisfont3 {
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
}
p.servisfont4 {
    display: block;
    margin: auto auto 0 auto;
    font-size: 28px;
    font-weight: 500;
}

p.servisfont2-1 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

p.servisfont2-2 {
    margin: -1.2em 0 1em 0;
    color: #fff;
}

p.servisfont2-3 {
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
}
p.servisfont2-4 {
    display: block;
    margin: auto auto 0 auto;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}}


@media screen and (max-width:1259px){  
ul.horizontal-list {
    overflow-x: auto;
    white-space: nowrap;
    /* width: 100%; */
    text-align: center;
    margin: 0 auto;
    /* display: flex; */
}

li.item {
    border: 1px solid #000;
    display: inline-block;
    height: 370px;
    padding: 1em;
    /* color: #3e7283; */
    width: calc(100% / 3 - 0em);
    text-align: center;
    margin: 1em 0.5em;
}

li.item2 {
    border: 1px solid #fff;
    display: inline-block;
    height: 330px;
    padding: 1em;
     color: #fff; 
    width: calc(100% / 3 - 3em);
    text-align: center;
    margin: 1em 0.5em;
}

li.itemwork {
    border: 1px solid #000;
    display: inline-block;
    height: 460px;
    padding: 1em;
    /* color: #3e7283; */
    width: calc(100% / 3 - 0em);
    text-align: center;
    margin: 1em 0.5em;
    white-space: normal;
}
	

p.servisfont1 {
    font-size: 24px;
    font-weight: 600;
}

p.servisfont2 {
    margin: -1.2em 0 1em 0;
}

p.servisfont3 {
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
}
p.servisfont4 {
    display: block;
    margin: auto auto 0 auto;
    font-size: 28px;
    font-weight: 500;
}

p.servisfont2-1 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

p.servisfont2-2 {
    margin: -1.2em 0 1em 0;
    color: #fff;
}

p.servisfont2-3 {
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
}
p.servisfont2-4 {
    display: block;
    margin: auto auto 0 auto;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}}


@media screen and (max-width:479px){
ul.horizontal-list {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0;
}

li.item {
    border: 1px solid #000;
    display: inline-block;
    height: 370px;
    margin: 16px;
    padding: 1em;
    width: 80%;
}

li.item2 {
    border: 1px solid #fff;
    display: inline-block;
    height: 330px;
    margin: 16px;
    padding: 1em;
    width: 80%;
}

li.itemwork {
    border: 1px solid #000;
    display: inline-block;
    height: 380px;
    padding: 1em;
    width: 80%;
    margin: 0.5em;
    white-space: normal;
}

p.servisfont1 {
    font-size: 6.5vw;
    font-weight: 600;
    color: #000;
}


p.servisfont2 {
    margin: -1.2em 0 1em 0;
    color: #000;
}

p.servisfont3 {
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    color: #000;
}
p.servisfont4 {
    display: block;
    margin: auto auto 0 auto;
    font-size: 8vw;
    font-weight: 500;
    color: #000;
}

p.servisfont2-1 {
    font-size: 6.5vw;
    font-weight: 600;
    color: #fff;
}


p.servisfont2-2 {
    margin: -1.2em 0 1em 0;
    color: #fff;
}

p.servisfont2-3 {
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
}
p.servisfont2-4 {
    display: block;
    margin: auto auto 0 auto;
    font-size: 8vw;
    font-weight: 500;
    color: #fff;
}		
		
}
     



.servis1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
}






@media screen and (max-width:959px){
ul.horizontal-list2 {
    overflow-x: auto;
    white-space: nowrap; 
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
}






.servistitle1 {
    margin: 1em 2em 2em 2em;
}

@media screen and (min-width:960px){
p.servisfont5 {
    font-size: 62px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    font-family: "voltage", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}


p.servisfont6 {
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}

.servisfont7 {
    font-size: 16px;
    text-align: center;
    margin: 3em 1em 0 0;
}	
}



@media screen and (max-width:959px){
p.servisfont5 {
    font-size: 14vw;
    text-align: center;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    font-family: "voltage", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p.servisfont6 {
    font-size: 3.2vw;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

.servisfont7 {
    font-size: 3vw;
    text-align: center;
    margin: 3em 0 0 0;
}	
}

























@media screen and (min-width:960px){
.workbox1 {
    display: flex;
    margin: 1em 1em 5em 1em;
}}

@media screen and (max-width:959px){
.workbox1 {
    margin: 1em 1em 7em 1em;
}}

/*--------------------------------------
  カード型_01
--------------------------------------*/
@media screen and (min-width:960px){
.l-wrapper_01 {
    width: calc(100% / 3 - 1em);
    margin: 1em auto;
    position: relative;
    width: 30%;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
}}

@media screen and (max-width:959px){
.l-wrapper_01 {
    /* width: 100%; */
    margin: 1.5em auto;
    border-radius: 10px;
}}


.l-wrapper_01:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  transition: all .5s;
}

@media screen and (min-width:960px){
.card_01 {
    background-color: #fff;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, .16); */
    color: #212121;
    text-decoration: none;
}}


@media screen and (max-width:959px){
.card_01 {
    background-color: #fff;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, .16); */
    color: #212121;
    text-decoration: none;
    border-radius: 10px;
    padding: 1em;
}}



.card__header_01 {
  display: flex;
  flex-wrap: wrap;
}

.card__title_01 {
    padding: 1rem 1.5rem 0;
    font-size: 1.6rem;
    order: 1;
    margin: 0 auto;
    font-weight: bold;
    text-decoration: none;
}

.card__thumbnail_01 {
  margin: 0;
  order: 0;
}

.card__image_01 {
  width: 100%;
}

.card__body_01 {
  padding: 0 1.5rem;
}

.card__text_01 {
  font-size: .8rem;
  text-align:center;
  text-decoration: none;
	padding-bottom: 0;
}

.card__text2_01 {
  font-size: .8rem;
  margin-top: 0;
  margin-bottom: 2rem;
}

.card__text_01 + .card__text_01 {
  margin-top: .5rem;
}

.card__footer_01 {
    padding: 1rem;
    /* border-top: 1px solid #ddd; */
}

.button_01 {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  text-align: center;
}

.button_01 a {
  text-decoration: none;
}

.button_01.-compact {
    padding: 1em 5em;
    border-radius: 50px;
    background-color: #3E7283;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: auto auto 0 auto;
}

.button_01.-compact:hover,
.button_01.-compact:focus {
  background-color: #063C49;
}














@media screen and (min-width:960px){
.box10 {
    display: flex;
    align-items: center;
    margin: 2em;
}
.box10in {
    width: 45%;
    margin: 1.5em;
}

.box11in {
    width: 55%;
    margin: 1.5em;
}

p.box10font1 {
    color: #3e7283;
    font-size: 64px;
    font-weight: 500;
    letter-spacing: 4px;
}

p.box10font2 {
    font-size: 20px;
    color: #3e7283;
}}



@media screen and (max-width:959px){
.box10 {
    /* display: flex; */
    /* align-items: center; */
    margin: 1.5em;
}

.box10in {
    width: 100%;
    margin: 0em;
}

.box11in {
    width: 100%;
    margin: 1.5em auto;
}

p.box10font1 {
    color: #3e7283;
    font-size: 12vw;
    font-weight: 500;
    letter-spacing: 4px;
}

p.box10font2 {
    font-size: 4vw;
    color: #3e7283;
}}










a.btn_1 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 100%;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #3e7283;
    color: #3e7283;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
a.btn_1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(62, 114, 131);
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn_1:hover::before {
	transform: translateX(0);
}
a.btn_1:hover {
	color: #fff;
}




@media screen and (min-width:960px){
a.btn-c {
    font-size: 20px;
    position: relative;
    padding: 1em 1em;
    border-radius: 100vh;
    margin: 1em auto;
    width: 100%;
}}

@media screen and (max-width:959px){
a.btn-c {
    font-size: 4vw;
    position: relative;
    padding: 1em 1em;
    border-radius: 100vh;
    margin: 1em auto;
    width: 100%;
}}

a.btn-c i.fa {
  margin-right: 1rem;
}

i.fab.fa-line {
    margin-right: 15px;
}











@media screen and (min-width:960px){
p.servisfont8 {
    text-align: center;
    color: #F7F4E4;
    font-size: 24px;
}

	
a.btn_3 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 80%;
    margin: 1em;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #F7F4E8;
    color: #F7F4E8;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
a.btn_3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(247, 244, 232);
    transform: translateX(-100%);
    transition: all .3s;
    z-index: -1;
}
a.btn_3:hover::before {
	transform: translateX(0);
}
a.btn_3:hover {
	color: #3e7283;
}}



@media screen and (max-width:959px){
p.servisfont8 {
    text-align: center;
    color: #F7F4E4;
    font-size: 3.8vw;
    line-height: 1.5em;
}

	
a.btn_3 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 100%;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #F7F4E8;
    color: #F7F4E8;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
a.btn_3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(247, 244, 232);
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn_3:hover::before {
	transform: translateX(0);
}
a.btn_3:hover {
	color: #3e7283;
}}





@media screen and (min-width:960px){
.servisbox1in {
    display: flex;
    margin: 1em;
}
	
a.btn-c-3 {
    font-size: 20px;
    position: relative;
    padding: 1em 1em 1em 0.5em;
    border-radius: 100vh;
    /* margin: 1em auto; */
    width: 80%;
}}

@media screen and (max-width:959px){
.servisbox1in {
    margin: 2em 1em;
}
	
a.btn-c-3 {
    font-size: 4vw;
    position: relative;
    padding: 1em 1em 1em 0.5em;
    border-radius: 100vh;
    margin: 1em auto;
    width: 100%;
}}

a.btn-c-3 i.fa {
  margin-right: 1rem;
}

i.fab.fa-line {
    margin-right: 15px;
}

























@media screen and (min-width:960px){
.flow1-all {
    margin-top: 5em;
    margin-bottom: 0;
    color: #3e7283;
}

.flowtop1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.flowbox1 {
    border-radius: 50px 0 0 0;
    width: 200px;
    height: 90px;
    margin: 10px 0 -5px auto;
    background: #e6d067;
/*     margin-right: calc(50% - 50vw); */
    text-align: center;
    position: relative;
}

.flowbackcolor {
    /* margin-right: calc(50% - 50vw); */
    margin-left: calc(50% - 50vw);
    /* padding-right: calc(50vw - 50%); */
    padding-left: calc(50vw - 50%);
    background: #e6d067;
    padding-top: 2em;
    padding-bottom: 2em;
    /* margin-top: 3em; */
/*     margin-bottom: 3em; */
}

.flowboxflex{
display: flex;
}

.flowbox2 {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 2em;
    width: calc(100% / 5 - 4em);
}


.flowimg{
}

p.flowfont1 {
    font-size: 32px;
    line-height: 1em;
    letter-spacing: 1px;
    font-weight: 700;
    
}

p.flowfont2 {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 1px;
}

p.flowfont3 {
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0.5em 0 0.5em 0;
}

p.flowfont4 {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 1px;
}
}

@media screen and (max-width:959px){
.flow1-all {
    margin-top: 5em;
    margin-bottom: 0;
    color: #3e7283;
}

.flowtop1 {
    width: 100%;
    height: 100%;
    position: absolute;
    /* margin-left: 5px; */
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
   
.flowbox1 {
    border-radius: 30px 30px 0 0;
    width: 55%;
    height: 50px;
    margin: 50px auto 0 auto;
    background: #e6d067;
    text-align: center;
    position: relative;
}

.flowbackcolor {
     margin-right: calc(50% - 50vw); 
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    background: #e6d067;
    padding-top: 2em;
    padding-bottom: 2em;
    /* margin-top: 3em; */
/*     margin-bottom: 3em; */
}

.flowboxflex{
}

.flowbox2 {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin: 2em 1em;
}

.flowimg {
    width: 50%;
    margin: 0 auto;
    display: block;
}

p.flowfont1 {
    font-size: 5.5vw;
    line-height: 1em;
    letter-spacing: 1px;
    font-weight: 700;
}

p.flowfont2 {
    font-size: 3.2vw;
    line-height: 1.5em;
    letter-spacing: 1px;
}

p.flowfont3 {
    font-size: 4.5vw;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0.5em 0;
}

p.flowfont4 {
    font-size: 3vw;
    line-height: 1.5em;
    letter-spacing: 1px;
}

}
























@media screen and (min-width:960px){
.coconalatitle1 {
    margin: 5em 2em 5em 2em;
}
	
p.coconalafont1 {
    font-size: 62px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    font-family: "voltage", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}


p.coconalafont2 {
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}	

p.coconalafont3 {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #fff;
    margin: 10px auto;
    text-align: center;
    width: 90%;
}
}



@media screen and (max-width:959px){
.coconalatitle1 {
    margin: 5em 2em 2em 2em;
}
	
p.coconalafont1 {
    font-size: 14vw;
    text-align: center;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    font-family: "voltage", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p.coconalafont2 {
    font-size: 3.2vw;
    line-height: 1em;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

p.coconalafont3 {
    font-size: 3.2vw;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #fff;
    /* text-align: center; */
}
}



















@media screen and (min-width:960px){
.stores1 {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}}

@media screen and (max-width:959px){
.stores1 {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}}


.storesfont1 {
    color: #f7f4e8;
    text-align: left;
    font-size: 16px;
}























@media screen and (min-width:960px){
a.btn_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 35%;
    margin: 2em auto;
    padding: 1rem 4rem;
    font-weight: bold;
    background: #f7f4e8;
    color: #3e7283;
    border-radius: 100vh;
    position: relative;
    transition: 0.5s;
}}

@media screen and (max-width:959px){
a.btn_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 80%;
    margin: 2em auto;
    padding: 1rem 4rem;
    font-weight: bold;
    background: #f7f4e8;
    color: #3e7283;
    border-radius: 100vh;
    position: relative;
    transition: 0.5s;
}}
a.btn_2::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #3e7283;
}
a.btn_2::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #3e7283;
}
a.btn_2:hover {
	background: #d1bfa3;
	color: #3e7283;
}


























@media screen and (min-width:1260px){
.workfixed {
    background: rgba(62,114,131,0.9);
    position: fixed;
    bottom: -20em;
    transition: 1.5s;
    width: 100%;
    z-index: 1;
    margin-bottom: 0;
}
.workfixed.show{
    bottom: 0;
}

	
.workbtn-all {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 1em 0 3em 0;
}

.workbtn-all2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 1em 0 1em 5em;
}	
	
.workin {
    margin: 1em;
    position: relative;
    width: calc(100% / 7 - 2em);
}

.workin2 {
    margin: 0.5em 1.5em;
    position: relative;
    width: calc(70% / 7 - 2em);
}	
	
.workbackcolor1 {
    /* margin-right: calc(50% - 50vw); */
    margin-left: calc(50% - 50vw);
    /* padding-right: calc(50vw - 50%); */
    padding-left: calc(50vw - 50%);
    background: #fff;
    padding-top: 4em;
    padding-bottom: 5em;
    margin-top: -1px;
    margin-bottom: 0;
}

p.workfont1 {
    font-size: 21px;
    margin-bottom: 0;
}

p.workfont2 {
    font-size: 16px;
    margin-top: -0.5em;
}

p.workfont1-2 {
    font-size: 15px;
    margin-bottom: 0;
}

p.workfont2-2 {
    font-size: 13px;
    margin-top: -0.5em;
}}


@media screen and (max-width:1259px){
.workfixed {
    background: rgba(62,114,131,0.9);
    position: fixed;
    bottom: -20em;
    transition: 1.5s;
    width: 100%;
    z-index: 1;
    margin-bottom: 0;
}
.workfixed.show{
    bottom: 0;
}

	
.workbtn-all {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 3em 0 5em 0;
}

.workbtn-all2 {
    display: flex;
    flex-wrap: wrap;
    margin: 1em 0 1em 2em;
    justify-content: flex-start;
}	
	
.workin {
    margin: 0.5em;
    position: relative;
    width: calc(100% / 7 - 1em);
}

.workin2 {
    margin: 0em 0.5em;
    position: relative;
    width: calc(70% / 7 - 0em);
}
	
.workbackcolor1 {
    /* margin-right: calc(50% - 50vw); */
    margin-left: calc(50% - 50vw);
    /* padding-right: calc(50vw - 50%); */
    padding-left: calc(50vw - 50%);
    background: #fff;
    padding-top: 4em;
    padding-bottom: 5em;
    margin-top: -1px;
    margin-bottom: 0;
}

p.workfont1 {
    font-size: 1.6vw;
    margin-bottom: 0;
    line-height: 1.5em;
}

p.workfont2 {
    font-size: 1.2vw;
    margin-top: -0.5em;
}

p.workfont1-2 {
    font-size: 1.4vw;
    margin-bottom: 0;
    line-height: 1.5em;
}

p.workfont2-2 {
    font-size: 1.2vw;
    margin-top: -0.5em;
}}

@media screen and (max-width: 959px){
.workin2 {
    margin: 0em 0.5em;
    position: relative;
    width: calc(70% / 6.4 - 0em);
}}

@media screen and (max-width:479px){
.workfixed {
    background: rgba(62,114,131,0.9);
    position: fixed;
    bottom: -20em;
    transition: 1.5s;
    width: 100%;
    z-index: 1;
    margin-bottom: 0;
}
.workfixed.show{
    bottom: 0;
}
	
.workbtn-all {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 3em 0 5em 0;
}

.workin {
    margin: 0.2em;
    position: relative;
    width: calc(100% / 3 - 1.2em);
    aspect-ratio: 1 / 1;
}

.workbackcolor1 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    background: #fff;
    padding-top: 2em;
    padding-bottom: 3em;
    margin-top: -1px;
    margin-bottom: 0;
}

p.workfont1 {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 0px;
}

p.workfont2 {
    font-size: 10px;
    margin-top: -0.5em;
}}





@media screen and (min-width:960px){
a.btn_5 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: auto;
    /* padding: 1rem 4rem; */
    font-weight: bold;
    border: 2px solid #f7f4e8;
    color: #f7f4e8;
    border-radius: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.5s;
    justify-content: center;
}

.fa-position-bottom {
    position: absolute;
    bottom: 0.5rem;
    left: calc(50% - 0.5rem);
}	
}

@media screen and (max-width:959px){
a.btn_5 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 85%;
    aspect-ratio: 1 / 1;
    margin: auto;
    /* padding: 1rem 4rem; */
    font-weight: bold;
    border: 2px solid #f7f4e8;
    color: #f7f4e8;
    border-radius: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.5s;
    justify-content: center;
}

.fa-position-bottom {
    position: absolute;
    bottom: 0.5rem;
    left: calc(50% - 0.3rem);
}
}

@media screen and (max-width:479px){
.fa-position-bottom {
    position: absolute;
    bottom: 1.5rem;
    left: calc(50% - 0.3rem);
}}

a.btn_5:hover {
	color: #3e7283;
	background: #f7f4e8;
}





























.sns {
    display: flex;
    vertical-align: top;
    margin: 30px auto;
    justify-content: center;
}














/*公式LINEボタン*/
a.btn--green {
  color: #fff;
  background: #00b900;
}

a.btn--green:hover {
  color: #fff;
  background: #038203;
}

@media screen and (min-width:960px){
a.btn-d {
    display: block;
    width: 50%;
    font-size: 1.2em;
    position: relative;
    padding: 1em 3em;
    border-radius: 100vh;
    margin: 0 auto;
}}

@media screen and (max-width:959px){
a.btn-d {
    display: block;
    width: 100%;
    font-size: 1em;
    position: relative;
    padding: 1em 2em;
    border-radius: 100vh;
    margin: 3em auto;
}}


a.btn-d i.fa {
  margin-right: 1rem;
}

a.btn-d:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

























@font-face {
  font-family: 'fontello';
  src: url('data:application/octet-stream;base64,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') format('woff'),
       url('data:application/octet-stream;base64,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LiM4sTABFCstsEYssQoEJUKwABawBCWwBCUgLkcjRyNhILAGI0KxDABCsAtDKyCwYFBYILBAUVizBCAFIBuzBCYFGllCQiMgR7AGQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsARDYGQjsAVDYWRQWLAEQ2EbsAVDYFmwAyWwAmIgsABQWLBAYFlmsAFjYbACJUZhOCMgPCM4GyEgIEYjR7ABKyNhOCFZsTABFCstsEcssQA6Ky6xMAEUKy2wSCyxADsrISMgIDywBiNCIzixMAEUK7AGQy6wMCstsEkssAAVIEewACNCsgABARUUEy6wNiotsEossAAVIEewACNCsgABARUUEy6wNiotsEsssQABFBOwNyotsEwssDkqLbBNLLAAFkUjIC4gRoojYTixMAEUKy2wTiywCiNCsE0rLbBPLLIAAEYrLbBQLLIAAUYrLbBRLLIBAEYrLbBSLLIBAUYrLbBTLLIAAEcrLbBULLIAAUcrLbBVLLIBAEcrLbBWLLIBAUcrLbBXLLMAAABDKy2wWCyzAAEAQystsFksswEAAEMrLbBaLLMBAQBDKy2wWyyzAAABQystsFwsswABAUMrLbBdLLMBAAFDKy2wXiyzAQEBQystsF8ssgAARSstsGAssgABRSstsGEssgEARSstsGIssgEBRSstsGMssgAASCstsGQssgABSCstsGUssgEASCstsGYssgEBSCstsGcsswAAAEQrLbBoLLMAAQBEKy2waSyzAQAARCstsGosswEBAEQrLbBrLLMAAAFEKy2wbCyzAAEBRCstsG0sswEAAUQrLbBuLLMBAQFEKy2wbyyxADwrLrEwARQrLbBwLLEAPCuwQCstsHEssQA8K7BBKy2wciywABaxADwrsEIrLbBzLLEBPCuwQCstsHQssQE8K7BBKy2wdSywABaxATwrsEIrLbB2LLEAPSsusTABFCstsHcssQA9K7BAKy2weCyxAD0rsEErLbB5LLEAPSuwQistsHossQE9K7BAKy2weyyxAT0rsEErLbB8LLEBPSuwQistsH0ssQA+Ky6xMAEUKy2wfiyxAD4rsEArLbB/LLEAPiuwQSstsIAssQA+K7BCKy2wgSyxAT4rsEArLbCCLLEBPiuwQSstsIMssQE+K7BCKy2whCyxAD8rLrEwARQrLbCFLLEAPyuwQCstsIYssQA/K7BBKy2whyyxAD8rsEIrLbCILLEBPyuwQCstsIkssQE/K7BBKy2wiiyxAT8rsEIrLbCLLLILAANFUFiwBhuyBAIDRVgjIRshWVlCK7AIZbADJFB4sQUBFUVYMFktAEu4AMhSWLEBAY5ZsAG5CAAIAGNwsQAHQrEAACqxAAdCsQAKKrEAB0KxAAoqsQAHQrkAAAALKrEAB0K5AAAACyq5AAMAAESxJAGIUViwQIhYuQADAGREsSgBiFFYuAgAiFi5AAMAAERZG7EnAYhRWLoIgAABBECIY1RYuQADAABEWVlZWVmxAA4quAH/hbAEjbECAESzBWQGAERE') format('truetype');
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?51010540#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-pinterest-circled:before { content: '\f0d2'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */





























.accordion-item {
  margin-bottom: 10px;
  position: relative;
}

.accordion-header {
  background-color: #f1f1f1;
  padding: 10px;
  cursor: pointer;
  position: relative;
}

.accordion-header .arrow {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.accordion-header .arrow::before {
  content: "\25BC"; /* Unicode for down-pointing triangle (▼) */
}

.accordion-header .arrow.up::before {
  content: "\25B2"; /* Unicode for up-pointing triangle (▲) */
}

.accordion-content {
  padding: 10px;
  display: none;
}

.accordion-content.active {
  display: block;
}

.accordion-content p {
  margin: 0;
}





























/*実績2_パスワードページ*/
form.post-password-form {
    color: #fff;
}

input#pwbox-2343 {
    width: 80%;
}


/*work2*/


article#post-2343 {
    text-align: center;
/*    color: #fff;*/
}


input#pwbox-2343 {
    margin: 5% auto;
}

input[type='submit'], #bbp_reply_submit, .bp-login-widget-register-link a {
    font-family: 'Noto Sans JP', sans-serif;
    /* font-weight: bold; */
    width: 30%;
    margin: 0 auto;
    display: block;
}



















@media screen and (max-width:768px){
form.wpcf7-form.init {
    padding: 1em;
    max-width: 650px;
    margin: 0 auto;
}
}

































