@charset "UTF-8";
/* CSS Document */

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

こだわり

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

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

youtube

------------------------------------*/
section#youtube{
	padding-bottom: 0;
}
.responsive {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* ↓ 16:9 のアスペクト比を維持するための記述 */
  padding-top: 56.25%; /* 9 ÷ 16 = 0.5625 */
}
.responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* スクロール中に iframe の pointer-events を無効にするためのクラス */
.responsive.disable-interaction iframe {
    pointer-events: none;
}

/* --- ここからYouTubeプレイヤー関連の追加スタイル --- */

.youtube-player .youtube-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像がコンテナにフィットするように */
  transition: opacity 0.3s ease-in-out;
  z-index: 1; /* iFrameの上に表示 */
}

/* ホバー時のカバー画像 */
.youtube-player:hover .youtube-cover {
  opacity: 0.8;
}

/* ★★★ ここから再生ボタンのスタイルです。すべて非表示にします ★★★ */
.youtube-player .play-button {
  display: none; /* ★ これにより、再生ボタンは初期表示もホバー時も表示されません */
  /* 以下はdisplay:none;があるので実質無効ですが、
     もし将来的にボタンを表示したくなった時のために残しておいても良いでしょう */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px; /* 再生ボタンの幅 */
  height: 48px; /* 再生ボタンの高さ */
  background-color: rgba(230, 33, 23, 0.8); /* 赤色の半透明 */
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  z-index: 2; /* カバー画像とiFrameの上に表示 */
}

.youtube-player .play-button::before {
  display: none; /* ★ 三角形のアイコンも非表示 */
  content: '';
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff; /* 白い三角形 */
  margin-left: 5px; /* 三角形の位置調整 */
}

/* ホバー時の再生ボタン */
.youtube-player:hover .play-button {
  display: none; /* ★ ホバー時も非表示 */
  background-color: rgba(255, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.1); /* 少し拡大 */
}
/* ★★★ 再生ボタンのスタイルはここまで ★★★ */


/* アクティブ（動画がロードされた後）になったらカバーとボタンを非表示 */
.youtube-player.active .youtube-cover,
.youtube-player.active .play-button { /* play-buttonは既にdisplay:noneですが、一応 */
  display: none;
}

.policy h3 {
    position: relative;
	width: 500px;
    font-weight: bold;
	margin: 0 auto 30px;
}

.policy h4 {
    position: relative;
    color: #B50011;
    font-size: 88px;
    display: inline-block;
    margin-bottom: 70px;
	margin-top: 0;
}
rt{
	font-size: 0.3em;
}
.policy_list {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 100px;
}
.circle {
    position: relative;
    width: 350px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.circle span {
    display: block;
    font-weight: bold;
    font-size: 16px;
    padding-top: 30px;
}
.circle p {
    width: 100%;
    font-size: 60px;
    font-weight: bold;
}
.circle p.xp {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #B50011;
    line-height: 1.5;
    padding-bottom: 30px;
}
.circle::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: solid 4px #B50011;
}
.policy #second h5 {
    color: #262626;
    margin-bottom: 70px;
}
.policy p.txt {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 100px;
}
.policy .area {
    background-color: #E6E8E9;
    padding: 80px;
    border-radius: 80px;
    margin-bottom: 100px;
}
.policy .area .box {
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
}
.policy .area .box ul {
    width: 57%;
}
.policy .area .box li {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    border-bottom: dotted 1px #262626;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.policy .area .box span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #B50011;
    font-weight: bold;
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.policy .area .box li p {
    font-size: 20px;
    text-align: left;
	width: 88%;
}
.policy.page  .area .box .right {
    width: 35%;
    margin-top: 0;;
}
.policy.page  .area .box .right .xp {
    position: relative;
    margin-top: 0;
    width: 100%;
    margin-bottom: 10px;
}
.policy.page  .area .box .right .xp span {
    position: absolute;
    background-color: #fff;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #B50011;
    font-weight: bold;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    left: 10px;
    bottom: 10px;
}
.samaz p {
    position: relative;
    font-size: 28px;
	max-width: 700px;
	margin: 0 auto 60px;
}

.samaz ul {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.samaz ul li {
    width: 30%;
}
.samaz ul li span {
    display: block;
    margin-top: 20px;
}
.policy h5 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 50px;
}
.policy.page article.content_wrap .box .left {
    width: 49%;
}
.policy.page article.content_wrap .box .left p {
    line-height: 2;
	
}
.policy.page article.content_wrap .box .right {
    width: 40%;
}
.policy #second h3{
	margin-top: 100px;
}
.policy.page #third article.content_wrap .box .right {
    width: 45%;
}
.policy.page #third article.content_wrap ul.chiji {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: relative;
    border-radius: 80px;
    padding: 80px;
    margin-bottom: 100px;
}
.policy.page #third article.content_wrap ul.chiji li {
    position: relative;
    border-right: solid 5px #F5F5F5;
    padding: 0 30px;
}
.policy.page #third article.content_wrap ul.chiji li span {
    text-decoration: underline;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-underline-offset: 8px;
    margin-bottom: 30px;
	letter-spacing: 0.2rem;
}
.policy.page #third article.content_wrap ul.chiji li:last-child {
    border: none;
}
.policy.page #third article.content_wrap ul.chiji li p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
}
.policy.page #third article.content_wrap ul.chiji .xp {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #323232;
    color: #fff;
    border-radius: 30px;
    padding: 5px 20px;
    z-index: 1;
    font-size: 28px;
    font-weight: 500;
	letter-spacing: 0.2rem;
}
.policy.page #third article.content_wrap ul.soba {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-top: solid 1px #262626;
    padding: 30px 0 50px;
    width: 80%;
    margin: 0 auto;
}
.policy.page #third article.content_wrap ul.soba.end {
    border-bottom: solid 1px #262626;
}
.policy.page #third article.content_wrap ul.soba li:first-child {
    width: 40%;
}
.policy.page #third article.content_wrap ul.soba li:nth-child(2) {
    width: 16%;
}
.policy.page #third article.content_wrap ul.soba li:last-child {
    width: 40%;
}
.policy.page #third article.content_wrap ul.soba li h7 {
    font-size: 32px;
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 30px;
}
.policy.page #third article.content_wrap ul.soba li p {
    text-align: left;
    line-height: 2;
}
.policy h8 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 50px;
    font-weight: 500;
}
.policy.page #force article.content_wrap p.txt {
    width: 630px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 50px;
	font-size: 16px;
}
.policy.page article.content_wrap .arrange {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.policy.page article.content_wrap .arrange.xp {
    flex-direction: row-reverse;
}
.policy.page article.content_wrap .arrange .left {
    width: 60%;
}
.policy.page article.content_wrap .arrange .right {
    width: 38%;
}
.policy.page article.content_wrap .arrange .right img {
    width: 60%;
    margin-top: 0;
    margin-bottom: 60px;
}
.policy.page article.content_wrap .arrange .right span {
    display: block;
    font-size: 24px;
    font-weight: 500;
/*    margin-bottom: 20px;*/
}
.policy.page article.content_wrap .arrange .right h8 {
    font-size: 44px;
    font-weight: 500;
    color: #B50011;
    margin-bottom: 30px;
}
.policy.page article.content_wrap .arrange .right p {
    text-align: left;
    line-height: 2;
}

.txt_wrap{
	width: 45%;
	text-align: left;
}
.txt_wrap h6{
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 28px;
	line-height: 1.3;
}
.txt_wrap p{
	line-height: 2;
}
.img_wrap{
	width: 45%;
}

.policy.page #second {
    position: relative;
    background-image: url(../images/nami_03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 25%;
}
.policy.page #second::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/nami_04.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    z-index: 0;
}
.policy.page #second::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/nami_03.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 90%;
    z-index: 0;
}
.policy.page #force {
    position: relative;
    background-image: url(../images/nami_03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 25%;
}
.policy.page #force::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/nami_04.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    z-index: 0;
}
.policy.page #fifth article.content_wrap .arrange .right h5 {
    text-align: left;
}
.policy.page #fifth article.content_wrap .policy_bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.policy.page #fifth article.content_wrap .policy_bot .item_box{
	display: flex;
    align-items: flex-end;
}

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

tb sp

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


/* より一般的なタブレット範囲を対象にする場合（例: 768px から 1200px） */
@media only screen and (min-width: 768px) and (max-width: 1310px) {
    .policy.page #third article.content_wrap ul.chiji {
        display: block;
        padding: 20px;
    }
    .policy.page #third article.content_wrap ul.chiji li {
        border-right: none;
        border-bottom: solid 5px #F5F5F5;
        padding: 30px 0;
    }
    .policy.page article.content_wrap .arrange {
        display: block;
    }
	.policy.page article.content_wrap .arrange .left {
		width: 100%;
		height: 400px;
	}
	.policy.page article.content_wrap .arrange .left img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.policy.page #third article.content_wrap h5 br{
		display: none;
	}
	.policy.page #force article.content_wrap .arrange .right {
		width: 90%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
		gap: 0px;
        grid-template-rows: auto;
        margin: 30px auto;
	}
	.policy.page #force article.content_wrap .arrange .right img {
		width: 80%;
		margin: 0;
	}

	.policy.page #force article.content_wrap .arrange .right img { grid-row: span 3 / span 3;}
	.policy.page #force article.content_wrap .arrange .right h8 { grid-column-start: 2; }
	.policy.page #force article.content_wrap .arrange .right p { grid-column-start: 2;
		grid-row-start: 3;}
	.policy.page #fifth article.content_wrap .arrange .right h5 {
		text-align: center;
	}
	.policy.page #fifth article.content_wrap .policy_bot {
		flex-direction: column;
	}
	.policy.page #fifth article.content_wrap .policy_bot .item_box{
		margin-bottom: 30px;
 	   	align-items: flex-start;
	    justify-content: space-evenly;
	}
	.policy.page #fifth article.content_wrap .policy_bot .item_box .img_wrap img{
		height: 100%;
	}
	.policy.page #fifth article.content_wrap .policy_bot .item_box .img_wrap{
		height: 220px;
	}
	.policy.page #fifth article.content_wrap .arrange .right p {
		width: 630px;
		margin: 0 auto;
		text-align: left;
		margin-bottom: 50px;
	}
	.policy.page #fifth article.content_wrap .arrange .right {
		width: 100%;
	}
}
/* スマートフォン版のスタイル */
  @media screen and (max-width: 767px) {
	  
   .txt br{
		  display: none;
	  }
	.policy h5 {
		font-size: 24px;
	}
  .policy h4,
  .content-section h3 {
        font-size: 42px;
    }

    .policy h3 {
        font-size: 18px; 
        line-height: 1.5;   
		width: 100%;
    }

    .policy h3::after {
        width: 100%;
        top: -8px;
    }
    .policy_list {
        display: block;
    }
    .policy_list li {
        margin-bottom: 20px;
    }
    .policy_list li .circle {
        margin: 0 auto;
    }
    .policy .area {
        padding: 20px;
    }
    .policy .area .box ul {
        width: 100%;
    }
    .policy .area .box ul li p {
        line-height: 1.5;
        width: 75%;
    }
   .policy.page #second article.content_wrap .box .right, .policy.page #third article.content_wrap .box .right   {
        width: 100%;
    }
    .samaz p::before {
        left: -10px;
    }
    .samaz p::after {
        right: -10px;
    }
    .samaz ul {
        display: block;
    }
    .samaz ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .policy.page article.content_wrap .box .left {
        width: 100%;
    }
	.policy #second h5 {
		margin : 24px;
	}
    .policy.page #third article.content_wrap ul.chiji .xp {
        width: 80%;
    }
    .policy.page #third article.content_wrap ul.chiji {
        display: block;
        padding: 20px;
    }
    .policy.page #third article.content_wrap ul.chiji li {
        border-right: none;
        border-bottom: solid 5px #F5F5F5;
        padding: 30px 0;
    }
    .policy.page #third article.content_wrap ul.soba li:first-child,
    .policy.page #third article.content_wrap ul.soba li:nth-child(2),
    .policy.page #third article.content_wrap ul.soba li:last-child {
        width: 100%;
    }
    .policy.page #third article.content_wrap ul.soba li:first-child p {
        margin-bottom: 20px;
    }
    .policy.page #third article.content_wrap ul.soba {
        display: block;
        width: 100%;
    }
    .policy.page #force article.content_wrap p.txt {
        width: 100%;
    }
    .policy.page article.content_wrap .arrange {
        display: block;
    }
    .policy.page article.content_wrap .arrange .left,
    .policy.page article.content_wrap .arrange .right {
        width: 100%;
    }
    .policy.page article.content_wrap .arrange .right p {
        margin-bottom: 20px;
    }
    .policy.page #fifth article.content_wrap .policy_bot {
        display: block;
    }
    .policy.page #fifth article.content_wrap .policy_bot li:first-child,
    .policy.page #fifth article.content_wrap .policy_bot li:nth-child(2),
    .policy.page #fifth article.content_wrap .policy_bot li:nth-child(3),
    .policy.page #fifth article.content_wrap .policy_bot li:nth-child(4),
    .policy.page #fifth article.content_wrap .policy_bot li:last-child {
        width: 100%;
    }
    .policy.page #fifth article.content_wrap .policy_bot li:first-child span,
    .policy.page #fifth article.content_wrap .policy_bot li:first-child p,
    .policy.page #fifth article.content_wrap .policy_bot li:nth-child(3) span,
    .policy.page #fifth article.content_wrap .policy_bot li:nth-child(3) p {
        margin-bottom: 20px;
    }
    .policy.page #fifth article.content_wrap .policy_bot li:nth-child(2) {
        margin-bottom: 50px;
    }
    .policy.page #fifth article.content_wrap .policy_bot li:nth-child(3) span,
    .policy.page #fifth article.content_wrap .policy_bot li:first-child span {
        font-size: 24px;
    }
	.policy.page #fifth article.content_wrap .policy_bot .item_box {
		flex-direction: column-reverse;
	    align-items: center;
		margin-bottom: 80px;
	}
	.policy.page #fifth article.content_wrap .policy_bot .txt_wrap {
		width: 100%;
		margin-top: 10px;
	}
	.policy.page #fifth article.content_wrap .policy_bot .txt_wrap h6 {
		text-align: center;
	}
	  
	.policy.page #fifth article.content_wrap .policy_bot .img_wrap {
		width: 80%;
		max-width: 300px;
	}
    .samaz p,
    .policy.page #third article.content_wrap ul.chiji .xp {
        font-size: 16px;
    }
    .samaz p::before,
    .samaz p::after {
        width: 20px;
        height: 35px;
    }
    .policy.page .circle {
        width: 200px;
        height: 200px;
    }
    .policy.page .circle p {
        font-size: 16px;
    }
    .policy h3::after {
        font-size: 8px;
        top: -12px;
        left: -61px;
    }

}





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

安心安全

------------------------------------*/
.safety section{
	text-align: left;
}
.safety p{
	line-height: 1.8;
}
.safety h2.mincho{
    font-size: 44px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 90px;
}
.safety h3{
    margin: 50px 0 30px 0;
    padding-left: 0.6em;
    text-align: left;
    color: inherit;
    font-size: 28px;
    border-left: 3px solid #000;
    font-weight: bold;
}
.safety ol{
	list-style: auto;
	padding-left: 1em;
	margin: 20px 0;
}
.safety ol li{
	margin-bottom: 0.5em;
}
.safety .enactment{
	margin-top: 50px;
	text-align: right;
}