@charset "utf-8";
/*----------------------------------------------------


	File Name: style.css
	Style Info: #style内 202504


----------------------------------------------------*/
:root {
	--indigo: #275097;
	--pale-gray: #f0f0f0;
}

.container_full {
	margin: 0 auto;
	font-size: 16px;
}
.contents_box {
	margin: 0 auto;
	width: 950px;
	font-size: 16px;
}

.text_area p {
	line-height: 1.7;
	margin-bottom: 24px;
}
.text_area p:last-child {
	margin-bottom: 0;
}


/*---------------------------------------------
lead
---------------------------------------------*/
.head_box {
	margin-top: 10px;
	background-color: var(--indigo);
}

.head_image {
	position: relative;
	width: 1050px;
	height: 383px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	margin: 0 auto;
	background: url("../images/202504/head_back@2x.jpg") no-repeat right / 1050px auto;
}
.head_image h2 {
	position: absolute;
	top: 0;
	left: 64px;
}
.head_image h1 {
	position: absolute;
	bottom: 24px;
	left: 102px;
}

/*---------------------------------------------
content
---------------------------------------------*/
h2.area_title {
  position: relative;
  display: inline-block;
	margin: 0 auto;
  padding: 0 45px;
	color: #000;
	font-size: 26px;
}
h2.area_title:before,
h2.area_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
h2.area_title:before {
  left:0;
}
h2.area_title:after {
  right: 0;
}

/*---------------------------------------------
area01
---------------------------------------------*/
.area_01.container_full {
	margin: 0;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	background-color: var(--pale-gray);
}

.area_01 h2 {
	margin-bottom: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 30px;
}
.area_01 h2::before,
.area_01 h2::after {
	content: '';
	width: 2px;
	height: 40px;
	background-color: #000;
}
.area_01 h2::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.area_01 h2::after {
	margin-left: 30px;
	transform: rotate(35deg)
}


.image_box {
	display: flex;
	justify-content: space-between;
}
.image_box > div {
	width: 300px;
	text-align: center;
}
.image_box p {
	font-size: 15px;
	
}

.movie_box {
	margin-top: 50px;
}


/*---------------------------------------------
area02
---------------------------------------------*/
h1#lead {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	letter-spacing: 3px;
	background-color: var(--indigo);
}


.area_02{
	text-align: center;
	margin-bottom: 65px;
}

.area_02 h2 {
  position: relative;
  overflow: hidden;
	margin-top: 78px;
  padding: 11px 13px 11px 100px;
  border: solid 2px var(--indigo);
	text-align: left;
}
.area_02 h2:first-child {
	margin-top: 0;
}
.area_02 h2:before {
  position: absolute;
  content: '';
  top: -150%;
  left: -70px;
  width: 150px;
  height: 300%;
  transform: rotate(25deg);
  background: var(--indigo);
}
.area_02 h2 span {
	position: absolute;
	display: block;
	top: 11px;
	left: 0;
	z-index: 1;
	font-size: 30px;
	padding-left: 19px;
	color: #fff;
}

.area_02 h2:first-child {
	margin-bottom: 35px;
}

.area_02 .cover_box {
	display: flex;
	justify-content: space-between;
}
.area_02 .cover_box > div:nth-child(1) {
	width: 200px;
}
.area_02 .cover_box > div:nth-child(2) {
	width: 730px;
}
.area_02 .cover_box > div > p {
	margin-bottom: 20px;
	text-align: left;
}
.area_02 .cover_box > div .photo_box {
	margin-bottom: 32px;
	display: flex;
	justify-content: center;
}
.area_02 .cover_box > div .photo_box img:first-child {
	margin-right: 32px;
}

.area_02 .cover_box > div .item_box {
	position: relative;
	border: solid 3px var(--indigo);
	border-radius: 7px;
}
.area_02 .cover_box > div .item_box h3 {
	position: absolute;
	top: -15px;
	left: 30px;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 15px;
	font-size: 15px;
	color: #fff;
	background-color: var(--indigo);
}
.area_02 .cover_box > div .item_box > div {
	display: flex;
	justify-content:space-between;
	padding-top: 30px;
	padding-left:25px;
	padding-right: 20px;
	padding-bottom: 14px;
}
.area_02 .cover_box > div .item_box > div > div {
	display: flex;
	width: 330px;
	justify-content: center;
}
.area_02 .cover_box > div .item_box > div > div > div.box_item {
	width:150px;
	display: inline-flex;
	align-items: center;
}
.area_02 .cover_box > div .item_box > div > div > div.box_text {
	width:180px;
}
.area_02 .cover_box > div .item_box > div > div > div.box_text p {
	font-size: 17px;
	margin-bottom: 15px;
}
.area_02 .cover_box > div .item_box > div > div > div.box_text span {
	font-weight: bold;
}
.area_02 .cover_box > div .item_box > div > div > div.box_text a {
	padding: 5px 28px 5px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background-color: var(--indigo);
}

/* 02-2 */
.area_02 .sub_title {
	margin-top: 25px;
	margin-bottom: 16px;
	font-size: 22px;
	text-align: left;
	color: var(--indigo);
}
.area_02 .text {
	text-align: left;
}

.area_02 .movie_box {
	margin-bottom: 60px;
}


.gray_area {
	background-color: var(--pale-gray);
}
.gray_area.box02 {
	margin-top: 40px;
	text-align: left;
}
.gray_area.box02 h4 {
	margin-top: -30px;
	display: inline-block;
	background: #fff;
	padding: 5px 30px 5px 30px;
	position: relative;
	color: var(--indigo);
	font-weight: bold;
	border: 2px solid var(--indigo);
	}
.gray_area.box02 h4:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 20px rgb(20, 86, 110);
}

.box02 .box_area,
.box03 .box_area,
.box04 .box_area,
.box05 .box_area{
	padding:26px;
	display:flex;
	justify-content: space-between;
}
.box05 .box_area{
	flex-wrap: wrap;
	justify-content: center;
}

.box02 .box_area div{
	width: 200px;
	display:flex;
	flex-direction: column;
	align-items: center;
}
.box02 .box_area h3,
.box04 .box_area h3,
.box05 .box_area h3{
	width: 200px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom: 16px;
	font-size: 17px;
	color: #fff;
	background-color: var(--indigo);
	border-radius: 18px;
	text-align: center;
}
.box04 .box_area h3{
	margin-bottom: 0;
}
.box05 .box_area h3{
	width: 220px;
}
.box05 .box_area h3:nth-child(2),
.box05 .box_area h3:nth-child(5){
	margin-right: 11px;
	margin-left: 11px;
}
.box05 .box_area h3:nth-child(n+4) {
	margin-bottom: 0;	
}

.box03 .box_area div {
	width: 290px;
	display:flex;
	flex-direction: column;
	align-items: center;
}
.box03 .box_area h3 {
	width: 160px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom: 16px;
	font-size: 17px;
	color:var(--indigo);
	background-color: #fff;
	border: 2px solid var(--indigo);
	border-radius: 18px;
	text-align: center;
}

.box03,
.box05{
	margin-top: 20px;
}
.text_att {
	margin-bottom: 10px;
	text-align: right;
	font-size: 15px;
}

h3.sub_copy {
	margin-top: 36px;
	font-weight: normal;
	font-size: 20px;
}

/*---------------------------------------------
link
---------------------------------------------*/	
.area_link {
	padding-top:9px;
	padding-bottom: 15px;
	margin-bottom: 49px;
	background-color:  var(--pale-gray);
}

.box06 .box_area{
	margin-top: 20px;
	padding:36px 72px;
	display:flex;
	justify-content: space-between;
}
.box06 .box_area{
	flex-wrap: wrap;
}
.box06 .box_area div{
	width: 350px;
}
.box06 .box_area div:nth-child(n+3) {
	margin-top: 23px;
}
.box06 .box_area p {
	margin-top: 13px;
	text-align: left;
}


.area_03 {
	text-align: center;
}
.area_03 h3 {
	margin-top: 23px;
	margin-bottom: 13px;
	font-weight: normal;
}

.area_03 a.link_button {
	display: inline-block;
	margin: 0 auto;
	width: 600px;
	height: 64px;
	background-color: var(--indigo);
	background-image: url("../images/202504/link_arrow.svg");
	background-position: 500px center;
	color: #fff;
	line-height: 64px;
	font-size: 18px;
	text-decoration: none;
}
.area_03 a.link_button span {
	margin-left: 20px;
	font-size: 27px;
}
.area_03 a.link_button:hover {
	background-color: #243f6e;
}

.area_03 h1 {
	margin-top: 70px;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: var(--indigo);
	color: #fff;
	font-size: 24px;
}
.area_03 h1 span {
	display: block;
	font-size: 28px
}

.box07 .box_area {
	margin: 0 auto;
	padding: 50px 0 38px;
	display: flex;
	justify-content: space-between;
	width: 950px;
}
.box07 .box_area div{
	padding: 20px;
	width: 450px;
	background-color: #fff;
}
.box07 .box_area div h4{
	margin-bottom: 13px;
	font-size: 20px;
	font-weight: bold;
}

.area_03 .area_link {
	padding-top:60px;
	padding-bottom: 42px;
}

