@charset "UTF-8";

.for-pc { display:block; }
.for-sp { display:none; }

@media only screen and (max-width : 640px ){
  .for-pc { display:none; }
  .for-sp { display:block; }
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.2rem;
  transition: .3s;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
  font-family: "Noto Sans JP", sans-serif;
  list-style-type: none;
  margin: 0;
  color: #292929;
}
body img {
  max-width: 100%;
  transition: .3s;
}
a{
	text-decoration: none;
}

.pagetop {
    height: 65px;
    width: 65px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

/* header */
#header-area {
    box-shadow: 0px 10px 10px -5px #000000AF;
	position: relative;
    z-index: 2;
}
.header-area-inner{
	display: flex;
    max-width: 1400px;
    margin: 0 auto;
	justify-content: space-between;	
}
.navi {
    width: 63%;
	height: 128px;
}
.navi ul {
    display: flex;
    list-style: none;
	align-items: center;
	margin: 0;
	justify-content: flex-end;
}
.navi ul li {
    margin-right: 4%;
}
.navi ul li a{
	font-size: 16px;
	color: #6E6E6E;
	text-decoration: none;
	position: relative;
	transition: .5s;
}
.navi ul li a::before {
    background: #1E3C6E;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.navi ul li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.navi ul li a:hover {
    opacity: 0.7;
}
.site-logo {
    margin-top: 20px;
	margin-left: 20px;
}
.site-logo img {
    width: 400px;
}
.navi ul li a img {
    width: 128px;
}
/* footer */

.footer-area {
    display: flex;
    justify-content: space-around;
    margin: 7% auto 5%;
    max-width: 1000px;
	width: 75%;
}
.footer-area .left {
    width: 44%;
}
.footer-area .right {
    padding-left: 10%;
    width: 60%;
}
.footer-area .right ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-between;
	align-items: center;
}
.footer-area .right ul li {
    margin-bottom: 4%;
}
.footer-area .right ul li a {
    color: #6E6E6E;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 0.9em;
	transition: .5s;
}
.footer-area .right ul li a:hover {
    opacity: 0.7;
}
.footer-area-bottom p {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    padding-bottom: 2%;
}
li.footer-contact {
    width: 210px;
}

/* TOP */


.content{
	background-image: linear-gradient(90deg, rgba(26, 75, 157, 1) 5%, rgba(255, 255, 255, 1) 15% 85%, rgba(26, 75, 157, 1) 95%);
	font-family: "Noto Serif JP", serif;
}
.mv-top {
    position: relative;
    max-width: 1500px;
    height: 550px;
    margin: 0 auto;
/*    background-image: url(../img/mv-top.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
	animation: slider-1 24s linear infinite;
}
@keyframes animationZoom2 {
50% { transform: scale(1.1)}
}
p.mv-top-txt {
    position: absolute;
    top: 7%;
    left: 12%;
    font-size: 46px;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
    -webkit-text-stroke: 6px #fff;
    text-stroke: 6px #fff;
    paint-order: stroke;
    z-index: 4;
}
p.mv-top-txt2 {
    position: absolute;
    top: 62%;
    left: 12%;
    font-size: 22px;
    line-height: 40px;
	font-weight: 600;
	z-index: 2;
}
p.mv-top-img {
    max-width: 1400px;
    width: 800px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
	overflow: hidden;
}
p.mv-top-img img {
	animation: animationZoom2 20s ease-in-out infinite;
}
@keyframes animationZoom2 {
      50% { transform:scale(1.1)} 
    }
p.mv-top-img img {
    width: 100%;
}

.ttl01 {
    position: relative;
    max-width: 1350px;
    margin: auto;
    z-index: 2;
    padding-left: 5%;
}
h2.ttl01-1 {
    font-size: 4.8em;
    font-weight: 400;
    color: #F7EFE5;
	margin-bottom: 2%;
}
h2.ttl01-2 {    
    color: #18385B;
    font-size: 2.3em;
}
h2.ttl01-2{
	position: absolute;
	top: 21%;
    left: 12%;
}
h2.ttl01-2.con02{
    position: absolute;
    top: 21%;
    left: 11%;
}
h2.ttl01-2.con03{
    position: absolute;
    top: 21%;
    left: 11.5%;
}
h2.ttl01-2.con04{
    position: absolute;
    top: 21%;
    left: 13.5%;
}
h3.ttl02 {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.6em;
    padding-left: 5%;
}
.content1-1-box {
    display: flex;
    max-width: 1400px;
    margin: 4% auto 0;
	justify-content: flex-end;
}
.content1-1-box .left {
    margin-right: 3%;
    margin-left: 10%;
    width: 32%;
}
.content1-1-box .right {
    width: 50%;
}
.content1-1-box .right img {
    width: 100%;
}
.content1-1-box .left p {
    font-size: 1.2em;
    line-height: 1.9em;
	margin: 0;
}
.content1-2-box {
    display: flex;
    max-width: 1400px;
    margin: 4% auto 0;
}
.content1-2-box .left {
    width: 50%;
}
.content1-2-box .left img {
    width: 100%;
}
.content1-2-box .right {
    margin-left: 3%;
    width: 38%;
}
.content1-2-box .right p {
    font-size: 1.2em;
    line-height: 1.9em;
	margin: 0;
}

.content1-3-box {
	position: relative;
	max-width: 1400px;
    margin: 0 auto 0;
}
.content1-3-box-01 {
    position: relative;
	margin-top: -12%;
	margin-left: 17%;
}
.content1-3-box-01 img {
    width: 100%;
}
.content1-3-box-01-txt {
    position: absolute;
    top: 0;
    left: 0;
}
.content1-3-box-02 {
    width: 34%;
	max-width: 500px;
    position: absolute;
    top: 10%;
    left: 0;
}
.content1-3-box-01-txt {
    position: absolute;
    top: 18%;
    left: 30%;
}
p.txt01 {
    font-size: 1.6em;
	font-weight: 500;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 3px 3px 10px rgba(255, 255, 255, 1), 3px 0px 10px rgba(255, 255, 255, 1), 3px 0px 10px rgba(255, 255, 255, 1), 3px 0px 10px rgba(255, 255, 255, 1), 3px 0px 10px rgba(255, 255, 255, 1);
    -webkit-text-stroke: 4px #fff;
    text-stroke: 4px #fff;
    paint-order: stroke;
}
p.txt02 {
    font-family: sans-serif;
    font-size: 0.8em;
    margin-top: 10%;
}
.txt02::after {
    content: "";
    display: inline-flex;
    width: 38px;
    height: 38px;
    background-image: url(test/../img/arrow-right.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center;
    padding-top: 14px;
    padding-right: 36px;
}
.content1-3-box-01-txt a {
    text-decoration: none;
    color: #292929;
}
.content1-4-box {
    max-width: 900px;
	width: 80%;
    margin: 8% auto 0;
    font-size: 18px;
    line-height: 34px;
}
h3.content1-4 {
    text-align: right;
    font-size: 2em;
    margin-top: 7%;
}
h3.content1-4::after {
    content: "";
    display: inline-flex;
    width: 63%;
	border-bottom: solid 1px #292929;
	vertical-align: middle;
}
.content1-5-box ul {
    max-width: 450px;
    margin: 3% auto;
    border: solid 4px #04566A;
    border-radius: 10px;
    padding: 16px 30px;
    list-style: none;
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 600;
}
.content1-4-box.con2 {
    margin: 2% auto;
    padding-bottom: 0%;
}
.content1-4-box.con3 {
    margin: 2% auto;
    padding-bottom: 5%;
}
h3.content1-6.mv::before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 39px;
    background-image: url(test/../img/icon-movie.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    padding-right: 26px;
}
.content1-7-box-2 p a::after {
	content: "";
    display: inline-block;
    width: 36px;
    height: 26px;
    background-image: url(test/../img/icon-youtube.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}
.content1-6-box {
    background: #E5FAFF;
    color: #1A4B9D;
    font-family: sans-serif;
    text-align: center;
    padding: 2px;
    border-radius: 80px 0 0 0;
}
.content1-7-box {
    background: #fff;
}
p.txt03 {
    font-family: sans-serif;
    font-size: 1em;
    font-weight: 500;
    padding-top: 32px;
    max-width: 900px;
    margin: 0 auto;
}
.content1-7-box-1 {
    text-align: center;
    margin: 5% auto 0;
    padding-bottom: 5%;
}
.content1-7-box-2 {
    background: #E7DAC6;
    padding: 18px;
    text-align: center;
    border-radius: 0 0 66px 0;
}
.content1-7-box-2 p {
    background: #1E5AB4;
    max-inline-size: fit-content;
    margin: 0 auto;
    font-family: sans-serif;
}
.content1-7-box-2 p a {
    color: #fff;
    text-decoration: none;
    display: block;
	padding: 10px 15px;
}
.content1-8-box {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2%;
    background: transparent;
}
.youtube-area {
    max-width: 1200px;
    margin: 0 auto;
}
.content1-8-box a {
    text-align: center;
    font-size: 0.9em;
    font-family: sans-serif;
    color: #292929;
    text-decoration: none;
    padding: 0;
    font-weight: 400;
}
.content1-8-box a p {
    margin: 1% auto 6%;
    padding: 0;
}
.content1-9 {
    padding-bottom: 10%;
}
.content1-9-box {
    max-width: 740px;
	width: 70%;
    margin: 12% auto 0;
    border: solid 2px #04566A;
    padding: 5% 4% 2%;
}
h4.ttl03 {
    text-align: center;
    background: #04566A;
    color: #fff;
    font-size: 1.2em;
    max-width: fit-content;
    margin: 0 auto;
    padding: 5px 18px;
    margin-top: -16%;
}
.content1-9-box p {
    margin-top: 6%;
    font-size: 18px;
    line-height: 32px;
}
.content1-9-box p a {
    color: #0067DE;
    text-decoration: underline;
}
.content1-10 {
    background-image: url(test/../img/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    max-width: 1500px;
    margin: 0 auto;
}
.content1-10 h4 {
    color: #fff;
    font-size: 3em;
    font-weight: 400;
    padding: 5% 15%;
	margin: 0;
}
.content1-10-box {
    display: flex;
    align-items: center;
    max-width: 820px;
    margin: 4% auto;
    justify-content: flex-end;
}
.content1-10-box .left {
    color: #fff;
    font-size: 1.5em;
    width: 62%;
}
.content1-10-box .right {
    width: 12%;
}
.content1-9-box .txt04 {
    font-family: sans-serif;
    font-weight: 500;
}
.content1-9-box .txt04 a {
    font-weight: 600;
}
.sby_footer {
    margin: 2% auto 3%;
}
body #sby_lightbox .sby_btn .sby_cta_button, body .sb_youtube[id^=sb_youtube_] .sby_btn .sby_cta_button, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a, body.et-db #et-boc #sby_lightbox .sby_btn .sby_cta_button, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_btn .sby_cta_button, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_follow_btn a {
    background: #f40034 !important;
    color: #fff;
}
.content1-11-box {
    background: #fff;
    padding-top: 2%;
}

/* slide */
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.slick-slide {
    margin-left: 18px;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 9px;
    line-height: 20px;
	width: 10px !important;
    height: 10px !important;
    border: solid 1px #292929;
    border-radius: 20px;
	content: '' !important;
}
li.slick-active button::before {
    font-family: 'slick';
    font-size: 9px;
    line-height: 2px;
	width: 10px !important;
    height: 10px !important;
    border: solid 1px #292929;
    border-radius: 20px;
	background: #292929;
	content: '' !important;
}

.swiper-slide img {
  height: auto;
  width: 96%;
}
.swiper-pagination {
    top: 91% !important;
}

/* Service */

.mv-contet {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
}
.mv-contet .left {
    width: 21%;
    margin-left: 14%;
}
.mv-contet .right {
    width: 59%;
}
.mv-contet h2 {
    color: #1E3C6E;
    font-size: 4em;
    line-height: 1.1em;
    margin: 66% auto 0;
}
.mv-contet p {
    font-family: sans-serif;
    margin: 0;
}
h3.ttl05 {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.6em;
    text-align: center;
}
.content2-1 {
    max-width: 900px;
    margin: 8% auto 0;
    font-size: 18px;
    line-height: 34px;
}
.content2-1-box {
    max-width: 760px;
    margin: 6% auto 0;
    font-size: 18px;
    line-height: 34px;
}
.content2-2-box {
    border: solid 4px #04566A;
    border-radius: 10px;
    max-width: 550px;
    margin: 8% auto 8%;
    padding: 3%;
}
.content2-2-box ul {
    display: flex;
    list-style: none;
    padding: 0;
	align-items: center;
	margin: 0;
}
li.number {
    background: #04566A;
    width: 31px;
    height: 24px;
    color: #fff;
    text-align: center;
    padding-bottom: 8px;
    padding-left: 1px;
    border-radius: 18px;
    font-size: 20px;
}
li.border-con hr {
    height: 1px;
    color: #04566A;
    background-color: #04566A;
    border: none;
    width: 23px;
    margin-top: 10px;
    margin-right: 8px;
}
li.con {
    font-family: sans-serif;
    font-weight: 600;
    color: #04566A;
    font-size: 20px;
}
.content2-2-box p {
    font-family: sans-serif;
    margin: 1% auto 6%;
    font-weight: 500;
}
.content2-2-box p.con2 {
    margin: 1% auto 1%;
}
.content2-2-box a {
    text-decoration: none;
}
.ttl06 {
    position: relative;
    text-align: center;
}
.ttl06 h2.ttl01-2.con01 {
    position: absolute;
    margin: auto 0;
    right: 0;
    left: 0;
    top: 43%;
}
.content2-3-ttl ul {
    display: flex;
    list-style: none;
    padding: 0;
	align-items: center;
	margin: 0;
	justify-content: center;
	padding-top: 10%;
}
.content2-3-ttl2 ul {
    display: flex;
    list-style: none;
    padding: 0;
	align-items: center;
	margin: 0;
}
.content2-3-ttl {
    background-image: url(test/../img/su-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 334px;
    max-width: 1400px;
    margin: 0 auto;
}
.content2-3-ttl#cont02 {
    background-image: url(test/../img/su-02.png);
}
.content2-3-ttl#cont03 {
    background-image: url(test/../img/su-03.png);
}
.content2-3-ttl#cont04 {
    background-image: url(test/../img/su-04.png);
}
.content2-3-ttl#cont05 {
    background-image: url(test/../img/su-05.png);
}
.content2-3-ttl ul li.number {
    background: #ffffff;
    width: 49px;
    height: 41px;
    color: #04566A;
    text-align: center;
    padding-bottom: 8px;
    padding-left: 1px;
    border-radius: 35px;
    font-size: 32px;
    font-weight: 600;
}

.content2-3-ttl ul li.border-con hr {
    height: 1px;
    color: #ffffff;
    background-color: #ffffff;
    border: none;
    width: 27px;
    margin-top: 10px;
    margin-right: 8px;
}
.content2-3-ttl ul li.con {
    font-family: sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 30px;
}
.content2-3-ttl2-box {
    background: #fff;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 11px 7px 15px -16px #777777;
    border-radius: 0 0 80px 0;
	padding: 4% 5% 3%;
	margin-bottom: 5%;
}
.content2-3-ttl2 ul li.number {
    background: #04566A;
    width: 47px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-left: 1px;
    border-radius: 29px;
    font-size: 26px;
    font-weight: 500;
}
.content2-3-ttl2 ul li.con {
    font-size: 28px;
}
p.txt04 {
    font-family: sans-serif;
    font-size: 22px !important;
    font-weight: 600;
	text-align: center;
}
.content2-4 p {
    font-size: 18px;
	line-height: 34px;
}
p.txt05 {
    font-weight: 600;
    font-family: sans-serif;
}
.lavel ul {
    list-style: none;
    margin: 7% 0 4%;
    padding: 0;
    display: flex;
    background: #04566A;
    align-items: center;
    padding: 6px 14px;
    inline-size: fit-content;
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
}
li.en {
    border: solid 9px #fff;
    border-radius: 18px;
    width: 5px;
    height: 5px;
}
.lavel ul li.border-con2 hr {
    height: 1px;
    color: #ffffff;
    background-color: #ffffff;
    border: none;
    width: 12px;
    margin-top: 9px;
    margin-right: 8px;
}
.content2-5 {
    background: #E5FAFF;
    padding: 5%;
    margin-top: 6%;
	margin-bottom: 4%;
	font-weight: 500;
}
.content2-5-box01 {
    border: solid 2px #04566A;
    background: #fff;
    padding: 12px 18px;
    font-size: 16px;
    font-family: sans-serif;
}
span.red {
    color: #B70000;
    font-weight: 600;
}
.content2-5-box01.con {
    margin: 3% auto 3%;
}
.content2-5-box01 ul {
    list-style: disc;
	line-height: 34px;
}
.content2-5-box01 ul.list-type {
    list-style: "●";
}
span.txt-small {
    font-size: 14px;
}
p.txt04.center {
    text-align: center;
}
li.number2 {
    border: solid 1px;
    border-radius: 20px;
    width: 28px;
    height: 20px;
    text-align: center;
    padding-bottom: 8px;
    margin-right: 14px;
    color: #04566A;
}
li.border-con.con2 hr {
    margin-right: 0px;
}
span.txt-small2 {
    font-size: 20px;
}
p.txt06 {
    margin-bottom: -2%;
}
.content2-6 {
    border: solid 4px #04566A;
    border-radius: 20px;
    max-width: 600px;
    margin: 5% auto;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    padding: 5px;
}
.content2-7 {
    text-align: center;
    margin: 6% auto 8%;
    font-weight: 500;
}
.btn-contact {
    margin-top: 4%;
}
.btn-contact img {
    font-family: sans-serif;
}

/* Profile */

.content3-1 {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
}
.content3-1 .left {
    width: 39%;
}
.content3-1 .right {
    margin-left: 4%;
    width: 40%;
}
.content3-1 h3 {
    font-size: 1.4em;
    font-weight: 600;
    margin: 0;
    padding-bottom: 4%;
}
.content3-1 p {
    font-size: 18px;
    line-height: 36px;
}
.content3-1 .left p {
    margin: 0 0 0% 56%;
    font-family: sans-serif;
    line-height: 30px;
    font-weight: 500;
}
p.sign {
    padding-top: 1%;
}
.content3-2-box01 {
    max-width: 740px;
    margin: 0 auto;
}
.content3-2-box01 h4 {
    color: #04566A;
    font-family: sans-serif;
    font-size: 1.1em;
}
.content3-2-box01 table {
    background: #fff;
    box-shadow: 11px 11px 15px -16px #777777;
    border-collapse: collapse;
    font-size: 18px;
    line-height: 32px;
    font-family: sans-serif;
}
.content3-2-box01 table tr{
	border-bottom:1px #707070 solid;
	
}
.content3-2-box01 table tr th {
    background: #E5FAFF;
    text-align: left;
    padding: 16px 20px;
    width: 19%;
    vertical-align: top;
    font-weight: 500;
}
.content3-2-box01 table tr td {
    padding: 16px 20px;
    vertical-align: top;
}
.content3-3 {
    margin-top: 5%;
    font-size: 16px;
    line-height: 34px;
}
span.txt-bold {
    font-family: sans-serif;
    font-weight: 600;
}
span.txt-bold a{
    color: #0067DE;
    text-decoration: underline;
}
tr.last-border {
    border-bottom: none !important;
}
h4.ttl07 {
    max-width: 750px;
    margin: 6% auto 1%;
    font-weight: 600;
    font-family: sans-serif;
    color: #04566A;
}
.content3-4-box01 {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    background: #E5FAFF;
    padding: 1% 2%;
}
.content3-4-box01 p {
    font-size: 1.6em;
    font-weight: 600;
}
p.txt07 {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 400;
    padding-bottom: 2%;
}
h4.ttl08 {
    text-align: center;
    font-family: sans-serif;
    font-size: 1.2em;
    margin-top: 4%;
}
.content3-4-box02 {
    max-width: 648px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 34px;
}
.content3-4 {
    background: #fff;
    width: 740px;
    margin: 0 auto;
    box-shadow: 11px 11px 15px -16px #777777;
	padding: 4% 0%;
}
.content3-4-box03 {
    text-align: center;
}

/* Blog */

.pagination ul {
    background: #fff;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.29);
    padding: 1% 4%;
}

.pagination ul li{
    list-style: none;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    padding-top: 5%;
}
.card {
    border-bottom: solid 1px #b1b1b1;
}
.card:last-child {
    border-bottom: none;
}
.blog-box {
    display: flex;
    margin-bottom: 0%;
    font-family: sans-serif;    
    padding: 0 0 5% 0;
}
.bolg-photo img {
    width: 340px;
    height: auto;
    border-radius: 50px 0 50px 0;
}
.blog-box-left {
    width: 55%;
    height: auto;
    margin-right: 3%;
}
.bolg-ttl {
    font-size: 1.6em;
    font-weight: 600;
    color: #292929;
}
.blog-box-right {
    width: 94%;
}
.blog-box-right p {
    line-height: 34px;
}
.content6-1 {
    margin: 8% auto 7%;
}
.content6-1 p {
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
}
.date.for-pc {
    color: #6b6b6b;
}
.column-page {
    max-width: 1200px;
    margin: 6% auto 10%;
}
/* contact */
.content4-1 {
    margin-top: 8%;
}
.content4-1 p {
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
}
.content4-2 p {
    text-align: center;
    font-size: 18px;
    font-family: sans-serif;
}
.content4-2 p a {
    text-decoration: underline;
    color: #292929;
}
.content4-3 {
    max-width: 1000px;
    margin: 0 auto;
    font-family: sans-serif;
}
.contact-box dl {
    display: flex;
    padding: 0;
    margin: 0;
    border-bottom: dashed 1px;
}
.contact-box dl.last-area {
    border-bottom: none;
}
.contact-box dl dt {
    background: #FFFDED;
    width: 25%;
    font-size: 1.1em;
    padding: 25px 20px;
}
.contact-box dl dd {
    padding: 24px 0px;
    width: 67%;
}
input.wpcf7-form-control.wpcf7-text {
    font-size: 1.1em;
    padding: 8px 8px;
    width: 90%;
    border-color: #707070;
    border-radius: 6px;
}

dl.name-area input.wpcf7-form-control.wpcf7-text{
    width: 100%;
}
dl.name-area dd {
    width: 28%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 90%;
    height: 250px;
    border-radius: 7px;
    font-size: 1.1em;
    padding: 10px 8px;
}
.wpcf7-form .required {
    background-color: #e30303;
    color: #ffffff;
    padding: 2px 10px 6px;
    margin-left: 10px;
    font-size: 16px;
}
.wpcf7-form input[type="submit"] {
    background-image: url(test/../img/submit-submit.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    width: 388px;
    height: 124px;
    margin: 0 auto;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}

input.wpcf7-form-control.wpcf7-previous {
    background-image: url(test/../img/submit-modoru.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    width: 388px;
    height: 150px;
    margin: 0 auto;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}
.wpcf7-spinner {
    display: none;
}
.submit-btn {
    text-align: center;
}
.contact-box {
    margin-top: 9%;
}
.contact-box-inner {
    box-shadow: 0px 4px 15px -5px #777777;
    background: #fff;
    margin-bottom: 5%;
}
.yubin::before {
    content: "〒";
    font-size: 1.2em;
    padding: 0px 7px 0px 0px;
}
.yubin input.wpcf7-form-control.wpcf7-text {
    width: 32%;
}
input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.contact-thanks-btn {
    width: 257px;
    margin: 6% auto 10%;    
}
.contact-thanks-btn a {
    font-family: sans-serif;
    font-size: 20px;
    color: #fff;
    padding: 18px 38px;
    background-image: linear-gradient(90deg, rgba(4, 202, 255, 1), rgba(24, 56, 91, 1));
    margin: 0 auto;
    inline-size: fit-content;
    border-radius: 38px;
}

/* privacy poricy */

.content5-1 {
    font-family: sans-serif;
    max-width: 58%;
    margin: 8% auto;
    font-size: 20px;
    line-height: 38px;
}
.content5-1 .txt6 {
    font-weight: 500;
}
.content5-1 .txt7 {
    margin-top: 7%;
    margin-bottom: 0;
    font-weight: 600;
}
.content5-1 .txt6.con1 {
    margin-top: 1%;
    font-weight: 400;
}

/* ページネーション */

/* ページ中央に設置 */
.pnavi {
    text-align: center;
    font-family: sans-serif;
    margin-top: 5%;
}

/* 現在開いている以外のページのボタン */
.pagination .page-numbers {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #292929;
    border: 1px solid #292929;
    background: #fff;
    font-weight: bold;
    font-size: 12px;
}

/* マウスが乗った時の、ボタンの背景の色と文字の色 */
.pagination a.page-numbers:hover {
    color: #FFF;
    background-color: #00ceff;
    border-color: #00ceff;
}


/* 現在のページのボタン */
.pagination .current {
    padding: 0;
    background: #00CEFF;
    border: 1px solid #00CEFF;
    color: #FFFFFF;
    font-size: 12px;
}

/* 前へ、次へ */
.pagination .prev,
.pagination .next {
    border: 1px solid #292929;
    color: #292929;
    position: relative;
    font-size: 12px;
}

.pagination a.next.page-numbers {
    margin-right: 0;
}

/*  縦線の共通CSS　*/
.pagination .next::before,
.pagination .prev::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

// 「次へ」の前の線
.pagination .next::before {
    left: -15px;
}

// 「前へ」の後の線
.pagination .prev::after {
    right: -15px;
}

/* 数字の間のドット */
.pagination .dots {
    background: transparent;
    border: none;
}

body #sby_lightbox .sby_btn .sby_cta_button, body .sb_youtube[id^=sb_youtube_] .sby_btn .sby_cta_button, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a, body.et-db #et-boc #sby_lightbox .sby_btn .sby_cta_button, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_btn .sby_cta_button, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_follow_btn a {
    background: #408bd1;
    color: #fff;
}


@media screen and (max-width : 1700px){
h4.ttl03 {
    margin-top: -14.5%;
}
}
@media screen and (max-width : 1260px){
h4.ttl03 {
    margin-top: -12%;
}
.content4-3 {
    max-width: 82%;
}
}
@media screen and (max-width : 1200px){
	h3.content1-4::after {
    width: 57%;
}
	.content1-3-box-01-txt {
    left: 26%;
}
    .content3-1 .left p {
    margin: 0 0 0% 41%;
}
    .content3-1 h3 {
    font-size: 1.2em;
}
}
@media screen and (max-width : 1024px){
h4.ttl03 {
    margin-top: -10%;
}
	.content1-10 {
    height: 470px;
}
    .mv-contet .right {
    width: 51%;
}
}
@media screen and (max-width : 820px){
    h3.content1-4::after {
        width: 44%;
    }
	.navi {
    width: 94%;
}
	p.txt03 {;
    width: 70%;
}
	.content1-10-box {
    justify-content: center;
}
	.footer-area .right ul {
    width: 76%;
}
    .content3-1 .left p {
        margin: 0 0 0% 32%;
    }

}
@media screen and (max-width : 768px){
p.txt01 {
    font-size: 1.4em;
}
.content1-4-box {
    margin: 13% auto 0;
}
.content1-3-box-01-txt {
    top: 14%;
}
p.txt02 {
    margin-top: -5%;
}
.content2-1-box {
    max-width: 700px;
}
.mv-contet .left {
    margin-left: 12%;
}
.content2-3-ttl {
    height: 203px;
}
.content2-3-ttl2-box {
    max-width: 638px;
}
.content3-1 .right {
    width: 48%;
}
.content3-1 .left p {
    margin: 0 0 0% 32%;
}
.content3-2-box01 {
    max-width: 90%;
}
.content3-4 {
    width: 84%;
    padding: 4% 4%;
}
h4.ttl07 {
    max-width: 90%;
}
.content3-4-box03 {
    padding: 17px;
}

}
@media screen and (max-width : 640px){
    .content {
    background-image: linear-gradient(90deg, rgba(26, 75, 157, 1) 0%, rgba(255, 255, 255, 1) 10% 90%, rgba(26, 75, 157, 1) 100%);
}
    .site-logo {
        width: 63%;
        margin: 0 auto;
        padding: 10px;
    }
    .navi {
        display: none;
    }
    .mv-top {
    height: 300px;
}
    p.mv-top-txt {
    top: 6%;
    left: 5%;
    font-size: 20px;
    line-height: 38px;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
    -webkit-text-stroke: 4px #fff;
    text-stroke: 4px #fff;
    paint-order: stroke;
    z-index: 4;
}
    p.mv-top-txt2 {
    top: 59%;
    left: 6%;
    font-size: 15px;
    line-height: 32px;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
    paint-order: stroke;
}
    p.mv-top-img {
        width: 435px;
        height: 310px;
    }
    .mv-contet.for-pc {
    display: none;
}
    .mv-contet-sp.pro {
        background-image: url(test/../img/mv-prfile-s.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 318px;
        margin-top: -33px;
    }
    .mv-contet-sp.ser {
        background-image: url(test/../img/mv-survice-s.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 318px;
        margin-top: -33px;
    }

    .mv-contet-sp.blo {
        background-image: url(test/../img/mv-blog-s.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 318px;
        margin-top: -33px;
    }
    .mv-contet-sp.conta {
        background-image: url(test/../img/mv-contact-s.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 318px;
        margin-top: -33px;
    }
    .mv-contet-sp.priv {
        background-image: url(test/../img/mv-privacy-s.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 318px;
        margin-top: -33px;
    }


    .mv-contet-sp .ttl04 {
    padding: 37% 6% 0;
    font-size: 42px;
    color: #1E3C6E;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    -webkit-text-stroke: 6px #fff;
    text-stroke: 6px #fff;
    paint-order: stroke;    
}
    .mv-contet-sp p {
    font-family: sans-serif;
    font-weight: 500;
    color: #292929;
    margin: -8% 6%;
}
    .ttl01 {
    padding-left: 0;
}
    h2.ttl01-1 {
        font-size: 3.5em;
        text-align: center;
        margin: 5% auto 5%;
    }
	h2.ttl01-2.con01 {
    top: -7%;
    left: 51%;
    transform: translateX(-50%);
}
    h2.ttl01-2.con02 {
    top: -4%;
    left: 51%;
    transform: translate(-50%);
}
    h2.ttl01-2.con03 {
    top: -3%;
    left: 51%;
    transform: translate(-50%);
}
    h2.ttl01-2.con04 {
    top: 50%;
    left: 27%;
}
	h2.ttl01-2 {
    font-size: 2.5em;
}
	h3.ttl02 {
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: center;
}
	.content1-1-box {
    flex-direction: column;
}
	.content1-1-box .right {
    width: 100%;
    margin: 0 auto;
}
	.content1-1-box .left {
    width: 83%;
    margin: 0 auto 5%;
}
	.content1-1-box .left p {
    font-size: 16px;
}
	.content1-2-box {
    flex-direction: column-reverse;
}
	.content1-2-box .left {
    width: 100%;
    margin: 0 auto;
}
	.content1-2-box .right {
    width: 83%;
    margin: 0 auto 5%;
}
	.content1-2-box .right p {
    font-size: 16px;
    margin: 0;

}
	.content1-3-box-01 {
    margin-top: -11%;
    margin-left: 0;
}
	.content1-3-box-01-txt {
        top: 23%;
        left: 8%;
    }
	p.txt01 {
        font-size: 1.2em;
        line-height: 1.8em;
        color: #fff;
        text-shadow: none;
        font-weight: 400;
        -webkit-text-stroke: 0px;
    }
	.content1-3-box-02 {
    width: 70%;
    max-width: 500px;
    position: absolute;
    top: 18.5%;
    left: 0;    
}
	.content1-3-box.con2 {
    padding-bottom: 1%;
}
    .content1-3-box.con2 .ttl01 {
        padding-left: 0;
        margin-top: 27%;
        position: relative;
    }
    .content1-3-box.con2 h2.ttl01-1 {
        font-size: 3.5em;
        text-align: center;
        margin: 2% auto 5%;
        position: absolute;
        top: 0%;
        left: 16%;
        opacity: 0.2;
    }
    .content1-3-box.con2 h2.ttl01-2.con01 {
        top: -7%;
        left: 28%;
    }

    .content1-4-box.con4 {
    margin-top: 50%;
}
	.content1-4-box {
    font-size: 16px;
    line-height: 28px;
}
	h3.content1-4 {
        font-size: 1.5em;
        margin: 13% auto -5px;
    }
    h3.content1-4::after {
        width: 20%;
    }
	.content1-5-box ul {
    width: 80%;
    font-size: 16px;
}
	h3.content1-6 {
    font-size: 18px;
}
    h3.content1-6.mv2.for-sp {
    margin-bottom: -10px;
}
    h3.content1-6.mv.for-sp {
    margin-top: 0;
}
h3.content1-6.mv::before {
    vertical-align: bottom;
}
	p.txt03 {
        width: 80%;
        font-size: 16px;
        line-height: 28px;
    }
	.content1-7-box-2 p a {
    font-size: 18px;
}
	.content1-7-box-1 iframe {
    width: 90%;
    height: 224px;
    border-radius: 15px;
}
    .content1-7-box-2 {
    border-radius: 0 0 60px 0;
}
	.content1-8-box a {
        font-size: 12px;
    }
.slick-slide {
    margin-left: 5px;
    height: auto!important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
	.sliderArea {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
	.content1-9-box {
    margin: 22% auto 0;
    width: 82%;
}
    h4.ttl03 {
        margin-top: -14%;
        font-size: 16px;
        padding: 10px 8px;
    }
	.content1-9-box p {
    font-size: 16px;
    line-height: 28px;
    width: 96%;
    margin: 6% auto;
}
	.content1-10-box {
        margin: 0;
        flex-direction: column;
    }
	.content1-10 h4 {
    font-size: 2.8em;
    padding: 40px 32px;
}
	.content1-10-box .left {
    font-size: 22px;
    width: 87%;
}
    .content1-10 {
    background-image: url(test/../img/contact-bg-s.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 374px;
    width: 100%;
    margin-top: 6%;
}
    .content1-10-box .right {
    width: 64%;
    background: #fff;
    color: #292929;
    text-align: center;
    margin-top: 24px;
    font-size: 20px;
    font-family: sans-serif;
    border-radius: 12px;
}
	.footer-area {
    flex-direction: column;
}
	.footer-area .left {
    width: 96%;
}
	.footer-area .right {
    width: 100%;
	padding-left: 0%;
}
	.footer-area .right ul {
        width: 96%;
        margin: 0 auto;
        padding: 0;
        font-family: sans-serif;
    }
	.footer-area .right ul li {
    margin-left: 5px;
}
	.footer-area .right ul li:last-child {
        margin: 0 auto;
    }
	.footer-area .right ul li a {
    font-size: 14px;
}
    .mv-contet .left {
        margin-left: 7%;
        width: 25%;
    }
    .mv-contet h2 {
    font-size: 2.1em;
    margin: 40% auto 0;
}
    .mv-contet p {
    font-size: 0.8em;
}
    h3.ttl05 {
    font-size: 1.2em;
}
    .content2-1-box {
        max-width: 83%;
    }
    .content2-1-box {
        max-width: 78%;
        font-size: 16px;
        line-height: 28px;
    }
    .content2-2-box {
    max-width: 76%;
    margin: 0 auto;
    padding: 12px;
}
    li.border-con hr {
    width: 14px;
}
    li.con {
    font-size: 16px;
}
    .content2-2-box p {
    font-size: 16px;
    line-height: 26px;
}
    .content2-3-ttl ul li.number {
    width: 33px;
    height: 25px;
    font-size: 22px;
}
    .content2-3-ttl ul li.border-con hr {
    width: 14px;
}
    .content2-3-ttl2 ul li.number {
    width: 33px;
    height: 23px;
    padding-top: 2px;
    font-size: 19px;
}
    .content2-3-ttl2 ul li.con {
    font-size: 18px;
}
    span.txt-small2 {
    font-size: 14px;
}
    p.txt04 {
    font-size: 17px !important;
}
    .content2-3-ttl2-box {
        max-width: 85%;
    }
    .content2-4 p {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}
    .content2-5-box01 {
    font-size: 16px;
}
    .content2-5-box01 ul {
    padding: 0;
    margin-left: 5%;
    line-height: 32px;
}
    .content2-3-ttl ul {
    padding-top: 14%;
}
    .content2-3-ttl ul.con1 {
        padding-top: 11%;
    }
    .content2-3-ttl ul li.con {
    font-size: 22px;
}
    .content2-3-ttl2-box {
    border-radius: 0 0 60px 0;
    box-shadow: none;
    background: transparent;
}
    span.txt-small {
    font-size: 14px;
    line-height: 22px !important;
}
    p.txt04.center {
    text-align: left;
}
    .content2-6 {
    font-size: 16px;
}
    .content2-6 ul {
    padding: 0;
    margin-left: 10%;
}
    .btn-contact {
    width: 80%;
    margin: 4% auto 10%;
}
    .content3-1 {
    flex-direction: column-reverse;
}
    .content3-1 .right {
        width: 90%;
    }
    .content3-1 h3 {
    font-size: 20px;
    text-align: center;
}
    .content3-1 p {
    font-size: 16px;
    line-height: 30px;
    width: 88%;
    margin: 0 auto;
}
    .content3-1 .left {
    width: 90%;
    margin: 0 auto;
}
    .content3-1 .left p {
        margin: 0 0 0% 0%;
    }
    span.sigh2 {
    padding-left: 12px;
    vertical-align: sub;
}
    span.sigh2 img {
    width: 85px;
}
    .content3-2-box01 {
        max-width: 79%;
    }
    .content3-2-box01 table {
    font-size: 16px;
}
    .content3-2-box01 table tr th {
    padding: 12px 10px;
    width: 94.5%;
}
    .content3-2-box01 ul {
    padding: 0;
    margin-left: 7%;
}
    .content3-2-box01 table tr {
    display: flex;
    flex-direction: column;
}
    .content3-2-box01 table tr td {
    padding: 16px 12px;
}
    .content3-3 {
    width: 90%;
    margin: 0 auto;
}
    h4.ttl07 {
        max-width: 70%;
    }
    .content3-4 {
        width: 70%;
    }
    .content3-4-box02 {;
    font-size: 16px;
    line-height: 32px;
    width: 98%;
}
    .content3-4-box03 iframe {
    width: 100%;
    height: 300px;
}
    h4.ttl08 {
    font-size: 16px;
    margin-top: 9%;
}
    p.txt07 {
    padding-bottom: 10%;
}
    .content3-4-box01 p {
    margin-bottom: 1px;
}
    .content3-4-box03 {
        padding: 0px;
        height: 300px;
    }

    .blog-box-left {
        width: 63%;
        margin-right: 10px;
    }
    .bolg-ttl {
        font-size: 20px;
        margin-top: 2%;
    }
    .blog-box-right p {
        font-size: 16px;
        line-height: 32px;
        margin-top: -25px;
        padding-bottom: 0px;
    }
    .bolg-photo img {
    border-radius: 22px 0 22px 0;
}
    .pagination ul {
    margin: 0;
    padding: 20px;
    background: none;
    box-shadow: none;
}
    .pagination {
    font-family: sans-serif;
}
    .card {
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.34);
    background: #fff;
    margin-bottom: 7%;
    padding: 20px;
}
    .pagination ul li {
    border-bottom: none;
}
    .content4-1 {
    margin-top: 12%;
}
    .content4-1 p {
    font-size: 20px;
}
    .contact-box dl dt p {
    margin: 0;
}
    .contact-box dl dt {
    width: 94%;
    font-size: 16px;
    padding: 12px 10px;
}
    input.wpcf7-form-control.wpcf7-text {
    font-size: 14px;
    font-size: 16px;
    padding: 12px 10px;
}
    .wpcf7-form .required {
        padding: 3px 7px 6px;
        font-size: 12px;
        margin: 0;
        display: inline-flex;
        margin-left: 5px;
    }
    .contact-box dl dd {
    padding: 24px 0px;
    width: 65%;
    margin-left: 12px;
}
    .contact-box dl dd {
    padding: 0px 0px;
    width: 96%;
    margin-left: 12px;
}
    dl.name-area dd {
        width: 87%;
        padding: 0;
    }
    dd.name02 {
    margin-bottom: -26px;
    padding-left: 0% !important;
}
    .contact-box {
    width: 90%;
    margin: 0 auto;
}
    .contact-box dl {
    flex-direction: column;
    border-bottom: solid 1px #707070;
}
    .ttl06 h2.ttl01-2.con01 {
    top: 32%;
    left: 50%;
    right: auto;
        transform: translateX(-50%);
}
    .wpcf7-form input[type="submit"] {
    background-size: 334px 100px;
    width: 334px;
    height: 130px;
}
   .wpcf7-list-item {
    font-size: 16px;
}
    input[type=checkbox] {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
    textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 16px;
    height: 150px;
}
    input.wpcf7-form-control.wpcf7-previous{
    background-size: 334px 100px;
    width: 334px;
}
    p.txt08 {
    color: #fff;
}
    .content1-4-box.con2 {
    margin: 6% auto 5%;
}
    .contact-thanks-btn {
    width: 257px;
    margin: 12% auto 20%;
}
   .submit-btn.last {
    margin-top: -20px;
    margin-bottom: 50px;
}
   .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    border-radius: 0px;
}
   .slick-slide img {
    width: 84%;
    height: auto;
    margin: 0 auto;
}
   .content1-8-box a p {
    margin: 1% auto 0%;
}
   .content6-1 p {
        font-size: 20px;
        text-align: left;
        width: 82%;
        margin: 7% auto 3%;
    }
    .content5-1 {
    max-width: 81%;
    font-size: 16px;
    line-height: 34px;
}
    
.sby_footer {
    padding-bottom: 3%;
}

/* アコーディオン */

.acc-container {
  width:100%;
  margin:20px auto 0 auto;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border-radius:8px;
  overflow: hidden;
}

.acc-btn { 
  width:100%;
  margin:0 auto;
  cursor:pointer;
}

.panel {
  width:90%;
  margin:0 auto;
  display: none;
  height: auto;
}

body #sby_lightbox .sby_btn .sby_cta_button, body .sb_youtube[id^=sb_youtube_] .sby_btn .sby_cta_button, body .sb_youtube[id^=sb_youtube_] .sby_follow_btn a, body.et-db #et-boc #sby_lightbox .sby_btn .sby_cta_button, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_btn .sby_cta_button, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_follow_btn a {
    background: #f40034 !important;
    color: #fff;
}

.content2-3-ttl {
    background-image: url(test/../img/su-01-s.png);
    height: 164px;
}
.content2-3-ttl#cont02 {
    background-image: url(test/../img/su-02-s.png);
}
.content2-3-ttl#cont03 {
    background-image: url(test/../img/su-03-s.png);
}
.content2-3-ttl#cont04 {
    background-image: url(test/../img/su-04-s.png);
}
.content2-3-ttl#cont05 {
    background-image: url(test/../img/su-05-s.png);
}
}
@media screen and (max-width : 430px){
    .content1-3-box-02 {
    top: 14.2%;   
}
}

@media screen and (max-width : 390px){
    .content1-3-box-02 {
    top: 13.2%;   
}
    .mv-contet-sp.pro {
        background-image: url(test/../img/mv-prfile-s.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 268px;
        margin-top: -9%;
    }
    .mv-contet-sp.ser {
        background-image: url(test/../img/mv-survice-s.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 268px;
        margin-top: -9%;
    }

    .mv-contet-sp.blo {
        background-image: url(test/../img/mv-blog-s.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 268px;
        margin-top: -9%;
    }
    .mv-contet-sp.conta {
        background-image: url(test/../img/mv-contact-s.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 268px;
        margin-top: -9%;
    }
    .mv-contet-sp.priv {
        background-image: url(test/../img/mv-privacy-s.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 268px;
        margin-top: -9%;
    }
    .mv-contet-sp p {
    margin: -10% 6%;
}













