@charset "UTF-8";

Theme Name: made_in_heaven_theme

html {
-webkit-text-size-adjust: 100%;
}


body {
display: block;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}



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


.page_title_en {
background-image: url(../image/page_img/en_privacy_pt.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat; /* 画像を繰り返さない */
aspect-ratio: 800 / 90;
width: 800px;
height: auto;
margin: 0 auto;
margin-top: 5%;
margin-bottom: 2%;
}/*OK*/


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

.page_title_jp {
background-image: url(../image/page_img/jp_privacy_pt.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat; /* 画像を繰り返さない */
aspect-ratio: 800 / 35;
width: 800px;
height: auto;
margin: 0 auto;
margin-top: 2%;
margin-bottom: 5%;
}/*OK*/


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


.contact_margin {
display: flex; /* 画面に合わせた拡大縮小*/
margin: 0 auto;
width: 40%; /* 画面に合わせた左右のマージン確保*/
	
@media screen and (min-width:961px) { /* 961px以上の時*/
width: 50%; /* フルスクリーンの時の画面サイズ*/
}

@media screen and (min-width:1320px) { /* 1320px以上の時*/
width: 100%; /* フルスクリーンの時の画面サイズ*/
}
}/*OK*/

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


.page_pp_01 {
display: flex;
width: 100%;
height: auto;
max-width: 65vw;
height: auto;
margin: 0 auto;
padding-top: 10%;
}/*OK*/

.page_pp_02 {
display: flex;
width: 100%;
height: auto;
max-width: 65vw;
height: auto;
margin: 0 auto;
padding-top: 5%;
padding-bottom: 15%;
}/*OK*/

.page_pp_text_01 {
max-width: 65vw;
font-weight: 800;
text-align: left;
font-size: clamp(16px, 2.8vw, 18px);/* 最小値（16px）：推奨値（2.8vw）：：最大値（18px） */
line-height: 1.2;
color: #606060;
}/*OK*/

.page_pp_text_02 {
max-width: 65vw;
font-weight: 400;
text-align: left;
font-size: clamp(14px, 2.5vw, 16px);/* 最小値（14px）：推奨値（2.5vw）：：最大値（16px） */
line-height: 2;
color: #606060;
}/*OK*/



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



.page_mission_message_box {
display: flex;
margin: 0 auto;
margin-bottom: 10%;
@media screen and (min-width:1000px) { /* 1000px以上の時*/
width: 50%;
}

@media screen and (max-width:999px) { /* 999px以下の時*/
width: 100%;
}	
}/*OK*/

.page_mission_message_01 {
display: flex;
margin: 0 auto;
max-width: 600px;
width: 80%;
height: auto;
margin-top: 10%;
}/*OK*/

.page_mission_message_02 {
display: flex;
margin: 0 auto;
max-width: 600px;
width: 90%;
height: auto;
}/*OK*/

.page_mission_message_img img{
width: 100%;       /* 親要素の幅いっぱいに広げる */
max-width: 600px;  /* ただし、最大でも600pxまで */
height: auto;      /* 縦横比を維持 */
}/*OK*/


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


.features_title_oshikatsu {
background-image: url(../image/page_img/features_title_oshikatsu.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat; /* 画像を繰り返さない */
aspect-ratio: 800 / 160;
width: 100%;
height: auto;
margin: 0 auto;
}/*OK*/


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


.subhead_title_vision{
background-image: url(../image/page_img/vision_title.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat; /* 画像を繰り返さない */
aspect-ratio: 600 / 80;
width: 100%;
max-width: 600%;
height: auto;
margin: 0 auto;
}/*OK*/


.subhead_title_origin{
background-image: url(../image/page_img/origin_title.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat; /* 画像を繰り返さない */
aspect-ratio: 600 / 80;
width: 100%;
max-width: 600%;
height: auto;
margin: 0 auto;
}/*OK*/


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



.page_mission_origin_logo_box{
display: flex;
margin: 0 auto;
width: 100%;
margin-bottom: 10%;
}/*OK*/

.page_mission_origin_logo{
display: flex;
margin: 0 auto;
max-width: 600px;
width: 100%;
height: auto;
}/*OK*/

.page_mission_origin_logo_img{
background-image: url(../image/page_img/mission_logo.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat; /* 画像を繰り返さない */
aspect-ratio: 600 / 500;
width: 100%;
max-width: 600%;
height: auto;
margin: 0 auto;
}/*OK*/

























