@charset "UTF-8";


/***************************************************

	共通コンテンツ部

***************************************************/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --color1: #009933;
    --color2: #B7282C;
    --text: #524740;
}

html, body{margin:0; padding:0}

body{
	position: relative;
	background: #ffffff;
	font-size: 32px;
	font-weight: 400;
	color: var(--text);
	line-height: 2.0;
	letter-spacing: 0.04em;
	font-family: "Noto Sans JP", sans-serif;
	background: rgb(255, 254, 233);
	word-wrap: break-word;
	word-break: break-all;
}


.en{
	font-family: "Roboto", sans-serif;
}

.ko{
	font-family: "Noto Sans KR", sans-serif;
}

.ch{
	font-family: "Noto Sans SC", sans-serif;
}

.tw{
	font-family: "Noto Sans TC", sans-serif;
}

.maru{
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.wrapper{
	width: 750px;
	margin: 0 auto;
	position: relative;
}

img{
	max-width: 100%;
	height: auto;
}


header{
	background: var(--color1);
	text-align: center;
	padding: 40px 0;
	text-align: center;
	line-height: 1;
}

header h1{
	width: 640px;
	background: #fff;
	margin: 0 auto;
	padding: 24px 68px 24px 32px;
	border-radius: 20px;
	border: 4px solid #fad23d;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}

header h1 strong{
	display: inline-block;
	width: 260px;
	margin-right: 24px;
}

header h1 span{
	font-size: 28px;
	font-weight: 700;
	color: var(--color1);
}

header h1::after{
	content: '';
	display: inline-block;
	width: 90px;
	height: 134px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/sam_image01.png');
	position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(0, -50%);
}


footer{
	background: var(--color1);
	padding: 20px 0;
	text-align: center;
	
}

footer .copyright{
	font-size: 12px;
	color: #fff;
	line-height: 1;
}

main{
	padding: 120px 0;
}

.area_number{
	position: absolute;
    top: -144px;
    left: 50%;
    transform: translate(-50%, 0);
}

.area_number .num{
	display: inline-block;
	border-radius: 50%;
	background: #ebdecd;
	border: 6px solid #d7d0ce;
	padding: 10px;
	text-align: center;
}

.area_number .num .in{
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	background: #da6c3e;
	font-size: 44px;
	font-weight: 600;
	color: #ebdecd;;
}


.voice_ul{
    width: 640px;
    margin: 0 auto;
}

.voice_ul li{
	display: flex;
	flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    border: 4px solid #fad23d;
    background: #fff;
    padding: 16px 22px;
    border-radius: 24px;
}

.voice_ul li:last-child{
    margin-bottom: 0;
}

.voice_ul li > .text{
	display: inline-block;
	width: calc(100% - 80px);
	line-height: 1.2;
	padding-left: 30px;
	box-sizing: border-box;
}

.voice_ul li > .text strong{
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.04em;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word; /* 古いブラウザ用 */
}

.audiojs {
  	display:block;
  	width: 80px;
  	height: 80px;
    margin: 0;
    background: none;
	overflow: inherit;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.audiojs > .play,
.audiojs > .play-pause,
.audiojs > .play-pause > p {
    width: 80px;
    height: 80px;
    cursor: pointer;

    padding: 0px;
    border: none;
    background: var(--color1);
    box-shadow: none;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    bottom: unset;
    left: 0;
    right: unset;
    transform: translate(0, -50%);
    margin: auto;
    z-index: 2;
}

.audiojs > .play::before,
.audiojs > .play-pause > .play::before {
    content: '';
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-left: 19px solid #fff;
    margin: auto;
    position: absolute;
    top: 50%;
    bottom: unset;
    left: 41%;
    right: unset;
    transform: translate(0, -50%);
}

.audiojs > .play.active::before,
.audiojs > .play-pause > .pause::before {
    content: '';
    width: 8px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
    margin: auto;
    transform: translate(0, 0);
}

.audiojs > .scrubber {
    display: none;
}

.audiojs .loaded {
    display: none;
}

.audiojs .progress {
    display: none;
}

.audiojs .time {
    display: none;
}


.top_ul{
	margin: 0 40px;
}




/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:750px){

body{
	font-size: 4.266667vw;
}

.wrapper{
	width: 100%;
}

header{
	padding: 5.333333vw 0;
}

header h1{
	width: 85.333333vw;
	padding: 3.2vw 9.066667vw 3.2vw 4.266667vw;
	border-radius: 2.666667vw;
	border: 0.533333vw solid #fad23d;
}

header h1 strong{
	width: 34.666667vw;
	margin-right: 3.2vw;
}

header h1 span{
	font-size: 3.733333vw;
}

header h1::after{
	width: 12vw;
	height: 17.866667vw;
    right: -2.666667vw;
}


footer{
	padding: 2.666667vw 0;
	
}

footer .copyright{
	font-size: 1.6vw;
}

main{
	padding: 16vw 0;
}

.area_number{
    top: -19.2vw;
}

.area_number .num{
	border: 0.8vw solid #d7d0ce;
	padding: 1.333333vw;
    right: -6.666667vw;
}

.area_number .num .in{
	width: 13.333333vw;
	height: 13.333333vw;
	line-height: 13.333333vw;
	font-size: 5.866667vw;
}

.voice_ul {
    width: 85.333333vw;
}

.voice_ul li{
    margin-bottom: 2.666667vw;
    border: 0.533333vw solid #fad23d;
    padding: 2.133333vw 2.933333vw;
    border-radius: 3.2vw;
}

.voice_ul li > .text{
	width: calc(100% - 10.666667vw);
	padding-left: 4vw;
}

.voice_ul li > .text strong{
	font-size: 4.266667vw;
}

.audiojs {
  	width: 10.666667vw;
  	height: 10.666667vw;
}

.audiojs > .play,
.audiojs > .play-pause,
.audiojs > .play-pause > p {
    width: 10.666667vw;
    height: 10.666667vw;
}

.audiojs > .play::before,
.audiojs > .play-pause > .play::before {
    border: 1.733333vw solid transparent;
    border-left: 2.533333vw solid #fff;
}

.audiojs > .play.active::before,
.audiojs > .play-pause > .pause::before {
    width: 1.066667vw;
    height: 2.933333vw;
    border-left: 0.8vw solid #fff;
    border-right: 0.8vw solid #fff;
}


.top_ul{
	margin: 0 5.333333vw;
}




}


