@charset "utf-8";
/* 画像2枚横並び */
.img_2column {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.img_2column .box {
  width: calc(50% - 20px);
}

/* 画像横並びコンテンツimg共通 */
.img_2column .box > article > h3,
.img_2column .box > article > div
 {
  display: none;
}
.img_2column img{
  width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto !important;
  float: none !important;
  /* ↓↓↓ 画像の表示する枠を決める　例：16/9,3/2など ↓↓↓ */
  aspect-ratio: 4/3;
  /* ↓↓↓ containで枠の内側に画像が収まる。coverで枠目一杯に画像が広がる。 ↓↓↓ */
  object-fit: contain;
}

/* 画像2枚~5横並び共通 */
@media screen and (max-width: 834px) {
  .img_2column,
  .img_3column,
  .img_4column,
  .img_5column {
    flex-direction: column;
  }
  .img_2column .box,
  .img_3column .box,
  .img_4column .box,
  .img_5column .box {
    width: 85%;
    margin: 0 auto;
  }
}

/*===========================tab END====================================== */
/*===========================sp====================================== */
/*  ↓↓↓ 幅640px以下の時 ↓↓↓ */

/* 画像+テキスト */
@media only screen and (max-width: 640px) {
  .fx_left_img .box,
  .fx_right_img .box {
    width: 100%;
  }
  .fx_left_img .box > article > h3,
  .fx_right_img .box > article > h3 {
    font-size: 1.25rem;
  }
}

/* 画像横並び共通 */
@media only screen and (max-width: 640px) {
  .img_2column .box,
  .img_3column .box,
  .img_4column .box,
  .img_5column .box {
    width: 100%;
  }
}

.fleximg .box:last-child {
    width: 100% !important;
}
.fleximg .box:first-child {
    width: 100% !important;
}
#c1 {
	clear: both;
	background-image: url(../images/home/mainimg_pc.jpg);
	margin:    ;
	padding:    ;
}
#c1 h1,
#c1 div {
	text-align: center;
}
#c2 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c2 h3,
#c2 div {
	text-align: left;
}
#c21 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c21 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#c21 > div.box {
	box-sizing: border-box;
	overflow: hidden;
}
#c21 > div:nth-of-type(1) img {
	width: 1000px;
}
#c21 > div:nth-of-type(2) img {
	width: 1000px;
}
#c14 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c14 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#c14 > div.box {
	box-sizing: border-box;
	overflow: hidden;
}
#c19 {
	clear: both;
	display: none;
	margin:   60px ;
	padding:    ;
}
#c19 h2,
#c19 div {
	text-align: left;
}
#c18 {
	clear: both;
	display: none;
	margin:   60px ;
	padding:    ;
}
#c18 h3,
#c18 div {
	text-align: left;
}
#c20 {
	clear: both;
	display: none;
	margin:   60px ;
	padding:    ;
}
#c20 h3,
#c20 div {
	text-align: left;
}
#c15 {
	clear: both;
	display: none;
	margin:    ;
	padding:    ;
}
#c15 {
	flex-direction: column;
	flex-wrap: wrap;
}
#c15 > div.box {
	box-sizing: border-box;
	overflow: hidden;
}
#c15 > div:nth-of-type(1) img {
	width: 1000px;
}
#c16 {
	clear: both;
	display: none;
	margin:    ;
	padding:    ;
}
#c16 {
	flex-direction: row;
	flex-wrap: wrap;
}
#c16 > div.box {
	box-sizing: border-box;
	overflow: hidden;
}
#c16 > div:nth-of-type(1) img {
	width: 1000px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
#c1 {
}
#c2 {
}
#c21 {
}
#c21 {
}
#c14 {
}
#c14 {
}
#c19 {
	display: none;
}
#c18 {
	display: none;
}
#c20 {
	display: none;
}
#c15 {
	display: none;
}
#c15 {
}
#c16 {
	display: none;
}
#c16 {
}
}
@media screen and (max-width: 640px) {
#c1 {
}
#c2 {
}
#c21 {
}
#c21 {
}
#c14 {
}
#c14 {
}
#c19 {
	display: none;
}
#c18 {
	display: none;
}
#c20 {
	display: none;
}
#c15 {
	display: none;
}
#c15 {
}
#c16 {
	display: none;
}
#c16 {
}
}
