@charset "UTF-8";

/* ヘッダー
------------------------------------------------------------*/
.header{
	position: relative;
	overflow:hidden;
	width:100%;
	height:auto;
}

.header img{
    padding-top: 100px;
    width:100%;
    height: auto;
}

.panel img {
	position: absolute;
	padding: 28px 0px 0px 30px;
	width: 220px;
}

#slogan{
	position: absolute;
  top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#slogan h1{
	font-size: 60px;
	font-family: 'Pacifico', cursive;
	margin-bottom: 20px;
	font-weight:normal;
}

#slogan h2{
	font-size: 20px;
	font-weight:normal;
}


/* 共通
------------------------------------------------------------*/
section{clear:both;}

section h2{
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

.inner{
	width: 86%;
	margin: 0 auto 60px;
	box-sizing: border-box;
}
.vMid{
	padding: 40px 20px;
}

/* SEC01 VISION
------------------------------------------------------------*/

.vision{
	width: 50%;
	margin: 0 auto;
	padding-bottom: 80px;
}


/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
}
.bg{
	line-height: 0;
}
.txt h2{
	padding: 0 0 20px !important;
}
.service{
	text-align: center;
	font-size: 16px;
	color: #4d4d4d;
}
.container{
	display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* SEC03 SERVICE SITE
------------------------------------------------------------*/

/* General Styles */
#sec03 {
	width: 84%;
    padding: 40px 0;
    text-align: center;
    background-color: #f9f9f9;
    margin: 0 auto;
  }
  
  /* Service Wrapper */
  .service_site_wrapper {
    display: flex;
    flex-wrap: wrap; 
    gap: 26px;
    justify-content: center;
	}

	.service_site_wrapper > .site_box {
		flex: 0 0 calc(30% - 26px); 
		padding: 20px;
		text-align: center;
	}

	.service_site_wrapper > .site_box:nth-child(4),
	.service_site_wrapper > .site_box:nth-child(5) {
		flex: 0 0 calc(30% - 26px);
	}

  /* Service Box Styles */
  .site_box {
	background-color: #fff;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 0 2px 5px rgb(0 0 0 / 38%);
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 13vw;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
  }
  
  .site_box:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  
	.site_logo_box {
		align-self: flex-end;
		width: 100%;
	}

	img.liversworldLogo {
		width: 74%;
	}

	img.shitarabaLogo {
		width: 48%;
	}

	img.seesaaBLogo {
		width: 64%;
	}

	img.seesaaWLogo {
		width: 55%;
	}

	img.milkcafeLogo {
		width: 56%;
	}

  /* Images in Service Boxes */

  
  /* Buttons */
  .service-btn1,
  .service-btn2,
  .service-btn3,
  .service-btn4,
  .service-btn5 {
    width: 100%;
	align-self: flex-end;
    margin-bottom: 9px;
}

  .service-btn1 input,
  .service-btn2 input,
  .service-btn3 input,
  .service-btn4 input,
  .service-btn5 input {
	width: 80%;
    height: 50px;
    border-radius: 30px;
	display: inline-block;
	padding: 10px 20px;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	background-color: #000; /* デフォルトの青色ボタン */
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
  }
  
  .service-btn1 input {
    background: #c4434e;
  }
  
	.service-btn2 input {
    background: #88c11b;
  }
  
	.service-btn3 input,
	.service-btn4 input {
    background: #005281;
  }
  
  .service-btn5 input {
    background: #06c;
  }

  .service-btn1 input:hover {
	background-color: #fd3d60;
  }
  
  .service-btn2 input:hover {
	background-color: #b3ff25;
  }
  
  .service-btn3 input:hover,
  .service-btn4 input:hover {
	background-color: #1b95ff; /* 青色のhover */
  }
  

/* SEC04 SERVICE MESSAGE STORY
------------------------------------------------------------*/

#sec04 .inner {
    width: 76%;
}

.profile {
	width: 94%;
	table-layout: fixed;
	margin: 0 auto 80px;
}
.blocka {
	float: left;
	width: 50%
}
.blockb {
	float: left;
	width: 50%
}

.profile.addition tr td {
    padding: 27px 0 27px 30px;
}

.profile tr td:nth-child(1) {
	background: #eee;
    width: 120px;
    text-align: center;
	padding: 0;
}

.profile tr td {
	border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    padding: 25px 0 26px 30px;
	line-height: 24px;
}

/* SEC05 STORY & SUCCESS
------------------------------------------------------------*/
#sec05{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-attachment:fixed;
	color: #ffffff;
	position: relative;
	margin-bottom: 50px;
	width: 100%;
	height: 350px;
}

#sec05::after {
  content: '';
  background-color: #004065ad;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#sec05 .col2 {
	position: relative;
	z-index: 1;
}

.btn {
	text-align: center;
	margin: 40px auto 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.btn input[type="button"] {
	width: 250px;
	height: 50px;
	background-color: #fff;
    color: #000;
	border-radius: 25px;
	border: none;
	font-size: 16px;
	-webkit-appearance: none;
  -moz-appearance: none;
}
.btn input[type="button"]:hover {
	background-color: #dddddd;
	color: #000000;
}
.blockc {
	float: left;
	width: 50%;
}
.blockd {
	float: left;
	width: 50%
}
.block-element {
	width: fit-content;
	table-layout: fixed;
	margin: 0 auto 50px;
	padding: 0 10px;
}

/* NEWS */
.newyear-holiday-wrap{
	width: 48%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 6px;
	text-align: justify;
}

p.newyear-holiday-article {
    font-size: 15px;
    font-weight: bold;
}

.newyear-holiday-article a {
    color: #000;
}

.newyear-holiday-date {
    font-size: 13px;
    font-weight: bold;
    background: #ff0000;
    color: #fff;
    padding: 0 5px 1px;
    border-radius: 3px;
    margin-right: 4px;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (max-width: 1500px){
	#sec04 .inner {
		width: 86%;
	}
}

@media only screen and (min-width: 1200px){
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
		background: #f6f6f6;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0px 20px;
		vertical-align: middle;
	}
}

/* SEC03 SERVICE SITE */
@media (max-width: 1300px) {
	#sec03 {
		width: 95%;
	}

	.service-btn1 input, 
	.service-btn2 input, 
	.service-btn3 input,
	.service-btn4 input,
	.service-btn5 input {
		width: 92%;
	}
  }

  @media (max-width: 1100px) {
	#sec03 {
		padding: 0 0 20px;
	}

	.site_box {
		height: 15vw;
	  }

	.service-btn1 input, 
	.service-btn2 input, 
	.service-btn3 input,
	.service-btn4 input,
	.service-btn5 input {
		width: 270px;
	}

	img.shitarabaLogo {
		width: 54%;
	}

	.vision {
		width: 96%;
	}

	.newyear-holiday-wrap {
		width: 90%;
	}
  }

  @media (max-width: 768px) {
	.service-btn1 input,
	.service-btn2 input,
	.service-btn3 input,
	.service-btn4 input,
	.service-btn5 input {
	  font-size: 0.9rem;
	  width: 96%;
	}

	.newyear-holiday-wrap {
		width: 84%;
	}

	.service_site_wrapper > .site_box {
		min-width: 35%;
	}

  }

  @media (max-width: 600px) {
	.service_site_wrapper {
		flex-direction: column;
	}

	.service_site_wrapper > .site_box {
        min-width: auto;
        width: 70%;
        min-height: 25vw;
        margin: 0 auto;
    }

  }

  @media (max-width: 480px) {  
	.site_box {
		padding: 10px;
		width: 96%;
		height: 38vw;
	}

	.service_site_wrapper > .site_box {
        min-height: 30vw;
    }

	.service_site_wrapper > .site_box {
        width: 80%;
    }

  }

	/* SEC04 SERVICE MESSAGE STORY
	-----------------*/
@media (max-width: 1300px) {
	#sec04 .inner {
		width: 95%;
	}
	}

@media (max-width: 1200px) {  
	#sec04 .inner {
		width: 96%;
	}
	}

@media (max-width: 1000px) {
	.blocka,
	.blockb {
		width: 100%;
	}

	#sec04 .profile {
		width: 98%;
	}

	#sec04 .profile.addition {
		margin: 0 auto;
	}

	#sec04 .profile.addition tr td {
		border-bottom: none;
	}
}

@media (max-width: 768px) {
	#sec04 .profile {
		margin-bottom: 10px;
	}

	#sec04 .blockb {
		margin-bottom: 80px;
	}
}

@media only screen and (max-width: 640px){
	.header{
	    position: relative;
	    overflow:hidden;
	    width:100%;
	    height:568px;
	}
	.header img{
	    padding-top: 0;
	    left:50%;
	    width:1280px;
	    height:auto;
	    margin-left:-440px;
	}
	.profile {
		width: 100%;
	}
	.vision {
		width: 90%;
	}
	#sec04 .blocka,
	#sec04 .blockb {
		float: none;
        width: 100%;
        margin: 0 auto;
	}
	#sec04 .profile {
		margin-bottom: 10px;
	}
	.blockc {
		float: none;
		width: 100%;
	}
	.blockd {
		float: none;
		width: 100%;
	}
	#sec05 {
		height: auto;
		padding-bottom: 5%;
	}
	.vMid {
		padding: 50px 20px;
	}
	.block-element {
		width: 94%;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.blocka table tr,
	.blockb table tr {
		display: flex;
		flex-direction: column;
	}

	#sec04 .profile tr td {
		width: 94%;
		padding: 10px;
	}

	.profile tr td:nth-child(1) {
        border-bottom: none;
    }

	.profile tr td,
	.profile.addition tr td {
		line-height: 22px;
	}
}

@media only screen and (max-width: 799px){
	.col3 li{
		margin: 0 auto;
		display: block;
	max-width: 288px;
	}
	.header img{
			padding-top: 0;
	}
}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
}
