@charset "utf-8";

/*		Contents
---------------------------------------------------------------------------

	Reset Styles
	Widget（共通パーツ）

------------------------------------------------------------------------ */


/* ========================================================================
	Reset Styles
======================================================================== */

/* HTML5 */
article, aside, figure, figcaption, video, footer, header,
main, nav, section, summary{
	display:block;
	margin:0;
}


/* Base Styles */
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address, small,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset{
	margin:0;
	padding:0;
	font-weight:normal;
}

html{
	font-size:62.5%; /* 10px */
}

body{
	font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:1.6rem; /* 16px */
	color:#333333;
	line-height:1.75;
	-webkit-text-size-adjust:100%;
}

select,input,button,textarea{
	font-family:inherit;
	font-size:100%;
	color:#333333;
}

pre,code,kbd,samp{
	font-family:inherit;
}

img,
iframe{
	border:none;
	vertical-align:bottom;
}

table{
	width:100%;
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
}

label{
	cursor:pointer;
}

input,
textarea{
	padding:0;
	vertical-align:middle;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea{
	width:240px;
	height:32px;
	margin:0;
	padding:0 10px;
	background:#e6e6e6;
	border:1px solid #000064;
	border-radius:0;
	-webkit-appearance:none; /* iPhone・iPad グラデーション解除 */
}

textarea{
	width:100%;
	height:auto;
	padding:10px;
}

input[type="radio"],
input[type="checkbox"]{
	margin:0 0 0 10px;
	vertical-align:baseline;
	cursor:pointer;
}

button,
input[type="image"],
input[type="submit"],
input[type="button"]{
	margin:0; /* iPhone・iPad */
	padding:0;
	cursor:pointer;
	border-radius:0; /* iPhone・iPad 角丸解除 */
	-webkit-appearance:none; /* iPhone・iPad グラデーション解除 */
}

select,
select option,
select optgroup{
	padding:0 10px;
	font-style:normal;
	cursor:pointer;
	outline:none;
}

ol,ul{
	list-style:none;
}

h1,h2,h3,h4,h5,h6,small{
	font-size:100%;
}

address{
	font-style:normal;
} 

a,
input{
	outline:none;
}


/* Basic Text Link */
a{
	color:#0000ff; text-decoration:none;
}
a:link{
	color:#0000ff; text-decoration:none;
}
a:visited{
	color:#0000ff; text-decoration:none;
}
a:hover{
	color:#0000ff; text-decoration:underline;
}
a:focus{
	color:#0000ff; text-decoration:none;
}
a:active{
	color:#0000ff; text-decoration:none;
}


/* Common Styles */
img{
	max-width:100%;
	height:auto;
}

ul,
ol{
	overflow:hidden;
	position:relative;
}

.center{
	text-align:center;
}

.clearfix::after{
	content:"";
	display:block;
	clear:both;
}


/* ========================================================================
	Widget（共通パーツ）
======================================================================== */

/* ----------------------------------------
	widget_btn
---------------------------------------- */
.widget_btn a{
	display:inline-block;
	position:relative;
	width:272px;
	padding:0 8px 0 0;
	border:1px solid #000000;
	text-align:center;
	font-family:"Noto Serif JP";
	font-size:2.0rem;
	color:#333333;
	line-height:46px;
	letter-spacing:0.16em;
	text-decoration:none;
	transition-duration:0.2s;
}

.widget_btn a::after{
	content:"";
	position:absolute;
	top:0;
	right:18px;
	width:8px;
	height:100%;
	background:url(../../img/home/arrow_01.png) no-repeat center;
	background-size:100%;
}

.widget_btn a:hover{
	background:#000000;
	color:#ffffff;
}
.widget_btn a:hover::after{ background-image:url(../../img/home/arrow_02.png); }

@media screen and (max-width:767px){
.widget_btn{
	padding:10px 0 0 0;
	text-align:center;
}
}


/* ----------------------------------------
	widget_timeline
---------------------------------------- */
.widget_timeline{
	position:relative;
	padding:0 0 40px 0;
	background:#f5ecd5;
}

.widget_timeline .inner{
	min-height:506px;
	padding:40px 160px 60px 610px;
}

.widget_timeline h2{
	position:absolute;
	top:40px;
	right:-22px;
	font-family:"Noto Serif JP";
	font-size:4.4rem;
	letter-spacing:0.2em;
	line-height:88px;
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	writing-mode:vertical-rl;
}

.widget_timeline .image{
	position:absolute;
	top:-72px;
	left:-57px;
}

.widget_timeline p{
	padding:0 0 20px 0;
}

.widget_timeline p.lead{
	padding-bottom:10px;
	font-family:"Noto Serif JP";
	font-size:2.4rem;
	line-height:42px;
	letter-spacing:0.07em;
}

@media screen and (max-width:767px){
.widget_timeline{
	padding:424px 20px 60px;
}

.widget_timeline .inner{
	min-height:auto;
	padding:0;
}

.widget_timeline h2{
	top:40px;
	right:20px;
	font-size:3.8rem;
	letter-spacing:0.18em;
	line-height:62px;
	z-index:1;
}

.widget_timeline .image{
	top:-30px;
	left:0;
}

.widget_timeline p.lead{
	padding-bottom:20px;
	line-height:38px;
}
}

@media screen and (max-width:374px){
.widget_timeline{
	padding-top:370px;
}

.widget_timeline h2{
	right:10px;
	font-size:3.6rem;
	line-height:58px;
}

.widget_timeline .image img{
	width:auto;
	height:360px;
}
}


/* ----------------------------------------
	widget_interview
---------------------------------------- */
.widget_interview{
	position:relative;
}

.widget_interview .inner{
	min-height:498px;
	padding:140px 800px 80px 0;
}

.widget_interview h2{
	position:absolute;
	top:40px;
	left:294px;
	font-family:"Noto Serif JP";
	font-size:4.4rem;
	letter-spacing:0.2em;
	line-height:88px;
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	writing-mode:vertical-rl;
}

.widget_interview .image{
	position:absolute;
	top:-40px;
	right:-58px;
}

.widget_interview p{
	padding:0 0 20px 0;
}

.widget_interview p.lead{
	padding-bottom:10px;
	font-family:"Noto Serif JP";
	font-size:2.4rem;
	line-height:42px;
	letter-spacing:0.05em;
}

@media screen and (max-width:767px){
.widget_interview{
	padding:418px 20px 40px;
}

.widget_interview .inner{
	min-height:auto;
	padding:0;
}

.widget_interview h2{
	top:40px;
	left:34px;
	font-size:3.8rem;
	letter-spacing:0.18em;
	line-height:62px;
	z-index:1;
}

.widget_interview .image{
	top:-28px;
	right:0;
}

.widget_interview p.lead{
	padding-bottom:20px;
	line-height:38px;
}
}

@media screen and (max-width:374px){
.widget_interview{
	padding-top:362px;
}

.widget_interview h2{
	left:10px;
}

.widget_interview .image img{
	width:auto;
	height:380px;
}
}