@charset "utf-8";
/* Simple fluid media
Note: Fluid media requires that you remove the media's height and width attributes from the HTML
http://www.alistapart.com/articles/fluid-images/
*/
img, object, embed, video {
max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
width:100%;
}



.fluid {
clear: both;
margin-left: 0;
width: 100%;
float: left;
display: block;
}

.fluidList {
list-style:none;
list-style-image:none;
margin:0;
padding:2px 0 0;
}



/* Mobile Layout: 480px and below. */
/*sp*/
@media only screen and (max-width: 768px) {
.gridContainer {
width:100%;
padding:0;
clear: none;
float: none;
margin:0 auto;
}
#div1 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}


/* com
--------------------------------------------*/
.spBr {
display: inline-block;
}

.pcBr {
display: none;
}

.sp {
display: block;
}

.pc {
display: none;
}

#totop {
bottom: 20px;
display: block;
position: fixed;
right: 30px;
z-index: 2000;
width: 30px;
}

#contents {
width: 100%;
margin: auto;
}

.contentsIn {
width: 100%;
margin: 0 auto;
}

.fL {
float: none;
}

.fR {
float: none;
}

.wrapBg {
box-sizing: border-box;
width: 100%;
background-color: #ec6d68;
padding: 10px;
}

.wrapIn {
background-color: #fff;
border-radius: 10px;
}

.comTit {
text-align: center;
}

.comTit h3 {
font-size: 2.6rem;
line-height: 1.5;
font-weight: 700;
letter-spacing: 0.05em;
position: relative;
display: inline-block;
margin-bottom: 60px;
}

.comTit h3:before {
content: '';
position: absolute;
bottom: -24px;
display: inline-block;
width: 80px;
height: 5px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #ec6d68;
}

.comTit__sub01 {
font-size: 2.8rem;
line-height: 1.4;
letter-spacing: 0.1em;
text-align: center;
font-weight: 700;
margin-bottom: 30px;
}

.w800 {
padding-left: 20px;
padding-right: 20px;
/*width: 96%;
margin-left: auto;
margin-right: auto;*/
}

.comTxt {
font-size: 1.6rem;
/*letter-spacing: -0.05em;*/
line-height: 1.8;
font-weight: 400;
text-align: center;
}

.comBtn01 {
width: 100%;
}

.comBtn01 a {
display: block;
font-size: 2rem;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
background-color: #ec6d68;
color: #fff;
padding: 20px;
border-radius: 8px;
text-align: center;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

/*-------------------*/
.hedObi {
width: 100%;
background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #fff0f0 0, #fff0f0 6px);
}

.comBg01 {
background-color: #fef3e7;
padding: 70px 0;
}

.hedObi {
position: relative;
}

.ouboBtn {
width: 90px;
position: fixed;
bottom: 30px;
right: 10px;
z-index: 10;
}


/* パンくず
-----------------------*/
#pan_area {
box-sizing: border-box;
font-size: 1.2rem;
width: 100%;
margin: 0 auto 10px;
padding: 8px 10px;
font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#pan_area h3 {
font-size: 1.2rem;
font-weight: 500;
font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#pan_area #pan_area_in {
margin: 0 0 0 auto;
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#pan_area #pan_area_in .pan_list {
padding-right: 16px;
margin-right: 10px;
position: relative;
}
#pan_area #pan_area_in .pan_list::before {
position: absolute;
content: "";
right: 0;
top: 50%;
width: 5px;
height: 5px;
margin-top: -2px;
border-top: 1px solid #252525;
border-right: 1px solid #252525;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#pan_area #pan_area_in .pan_list:last-child {
padding-right: 0;
margin-right: 0;
}
#pan_area #pan_area_in .pan_list:last-child::before {
display: none;
}
#pan_area #pan_area_in .pan_list a {
text-decoration: none;
color: #ec6d68;
font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.btnBox {
width: 100%;
margin-bottom: 60px;
}

.btnList {
width: 100%;
}

.btnList li a {
font-family: 'M PLUS Rounded 1c', sans-serif;
display: block;
font-size: 2.5rem;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
background-color: #ec6d68;
color: #fff;
border-radius: 8px;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.comTitSub {
overflow: hidden;
text-align: center;
margin-bottom: 40px;
}
.comTitSub h3 {
font-size: 2rem;
color: #ec6d68;
position: relative;
display: inline-block;
margin: 0 2em;
padding: 2px 0.8em 0;
text-align: left;
font-family: 'M PLUS Rounded 1c', sans-serif;
}
.comTitSub h3::before,
.comTitSub h3::after {
position: absolute;
top: 50%;
content: '';
width: 400%;
height: 4px;
margin-top: -2px;
background: repeating-linear-gradient(-45deg, #ec6d68, #ec6d68 5px, #fff 0px, #fff 8px);
}
.comTitSub h3::before {
right: 100%;
}
.comTitSub h3::after {
left: 100%;
}

.comTxt2 {
text-align: center;
font-size: 1.4rem;
}

.comBg01 {
background-color: #fef3e7;
padding: 40px 0;
}

.comBg02 {
background-color: #fff;
padding: 40px 0;
}

.comBg03 {
background-color: #fffbc7;
padding: 40px 0;
}

.comBg04 {
background-color: #fff;
padding: 40px 0;
}



/*menu*/
.menu{
height: 26px;
position: fixed;
right: 20px;
top: 20px;
width: 40px;
z-index: 99;
cursor: pointer;
}
.menuTxt {
width: 100%;
height: 10px;
position: absolute;
bottom: -6px;
font-size: 14px;
text-align: center;
display: inline-block;
font-weight: bold;
color: #ec6d68;
}
.menuTxt.active {
color: #fff;
}
.menu__line{
background: #ec6d68;
display: block;
height: 4px;
position: absolute;
transition:transform .3s;
width: 100%;
}
.menu__line--center{
top: 11px;
}
.menu__line--bottom{
bottom: 0;
}
.menu__line--top.active{
top: 10px;
transform: rotate(45deg);
background: #fff;
}
.menu__line--center.active{
transform:scaleX(0);
}
.menu__line--bottom.active{
bottom: 12px;
transform: rotate(135deg);
background: #fff;
}

/*gnav*/
.gnav{
background: rgba(236,109,104,0.9);
display: none;
height: 100%;
position: fixed;
width: 100%;
z-index: 98;
}
.gnav__wrap{
align-items:center;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
height: 100%;
justify-content: center;
position: absolute;
width: 100%;
}
.gnav__menu__item{
margin: 24px 0;
}
.gnav__menu__item a{
color: #fff;
font-size: 2rem;
font-weight: bold;
/* padding: 30px; */
text-decoration: none;
transition: .5s;
}
.gnav__menu__item a.little{
	font-size: 1.5rem;
}
.gnav__menu__item a:hover{
color: #ffff00;
}

.gnav__menu__item a .icon{
	margin-left: 20px;
	padding: 2px 6px 0;
	font-size: 1.6rem;
	vertical-align: middle;
	color: #ec6d68;
	background-color: #fff;
	border-radius: 6px;
	transition: .5s;
}
.gnav__menu__item a:hover .icon{
	background-color: #ffe492;
}
/* header
--------------------------------------------*/
header,#header {
width: 100%;
}

.headerIn {
padding: 20px 10px;
margin-bottom: 10px;
}

.logo_Hed {
width: 142px;
}

/* footer
--------------------------------------------*/
footer,#footer {
width: 100%;
}

.footerIn {
padding: 30px 0 20px;
}

.footerIn p {
width: 142px;
margin: auto;
}


/* contents
--------------------------------------------*/
.hedObiIn_pc {
display: none;
}

.hedObiIn_sp {
display: block;
text-align: center;
color: #ec6d68;
font-size: 2.8rem;
line-height: 1.5;
letter-spacing: 0.05em;
padding: 20px 10px;
}


.btn_point {
width: 100%;
}

.btn_point a {
font-family: 'M PLUS Rounded 1c', sans-serif;
display: block;
font-size: 1.8rem;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
background-color: #ec6d68;
color: #fff;
border-radius: 8px;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
text-align: center;
padding: 10px 10px 10px 10px;
}

.btn_point a .btn_pointBox {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.btn_point-icon {
width: 32px;
margin-right: 15px;
}


}
















/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
/*PC*/
@media only screen and (min-width: 769px) {

.gridContainer {
width:100%;
padding:0;
clear: none;
float: none;
margin:0 auto;
}
#div1 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}


/* com
--------------------------------------------*/
.spBr {
display: none;
}

.pcBr {
display: inline-block;
}

.sp {
display: none;
}

.pc {
display: block;
}

#totop {
bottom: 210px;
display: block;
position: fixed;
right: 30px;
z-index: 2000;
width: 42px;
}

#contents {
width: 100%;
margin: auto;
}

.contentsIn {
width: 1100px;
margin: 0 auto;
}

.fL {
float: left;
}

.fR {
float: right;
}

.wrapBg {
box-sizing: border-box;
width: 100%;
min-width: 1000px;
background-color: #ec6d68;
padding: 15px;
}

.wrapIn {
background-color: #fff;
border-radius: 10px;
}

.comTit {
text-align: center;
}

.comTit h3 {
font-size: 3.5rem;
font-weight: 700;
letter-spacing: 0.15em;
position: relative;
display: inline-block;
margin-bottom: 80px;
}

.comTit h3:before {
content: '';
position: absolute;
bottom: -24px;
display: inline-block;
width: 110px;
height: 5px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #ec6d68;
}

.comTit__sub01 {
font-size: 3.1rem;
letter-spacing: 0.1em;
text-align: center;
font-weight: 700;
margin-bottom: 65px;
}

.w800 {
width: 800px;
margin-left: auto;
margin-right: auto;
}

.comTxt {
font-size: 2.2rem;
line-height: 2;
font-weight: 400;
text-align: center;
}

.comBtn01 {
width: 100%;
}

.comBtn01 a {
display: block;
font-size: 3.2rem;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
background-color: #ec6d68;
color: #fff;
padding: 35px;
border-radius: 8px;
text-align: center;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}







/*-------------------*/
.hedObi {
width: 100%;
background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #fff0f0 0, #fff0f0 6px);
}

.hedObiIn {
box-sizing: border-box;
width: 830px;
margin: 0 auto 0;
text-align: right;
padding: 30px 10px 30px 0;
background: url("/50th/essay/2025/images/com/title_bg.png") 0 center no-repeat;
background-size: 170px;
}

.hedObi {
position: relative;
}

.ouboBtn {
position: fixed;
top: 280px;
right: 30px;
z-index: 10;
}


/* パンくず
-----------------------*/
#pan_area {
font-size: 1.6rem;
width: 800px;
margin: 0 auto 30px;
padding: 8px 0;
font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#pan_area h3 {
font-size: 1.6rem;
font-weight: 500;
font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#pan_area #pan_area_in {
margin: 0 0 0 auto;
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#pan_area #pan_area_in .pan_list {
padding-right: 16px;
margin-right: 10px;
position: relative;
}
#pan_area #pan_area_in .pan_list::before {
position: absolute;
content: "";
right: 0;
top: 50%;
width: 5px;
height: 5px;
margin-top: -2px;
border-top: 1px solid #252525;
border-right: 1px solid #252525;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#pan_area #pan_area_in .pan_list:last-child {
padding-right: 0;
margin-right: 0;
}
#pan_area #pan_area_in .pan_list:last-child::before {
display: none;
}
#pan_area #pan_area_in .pan_list a {
text-decoration: none;
color: #ec6d68;
font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.btnBox {
width: 100%;
margin-bottom: 60px;
}

.btnList {
width: 100%;
}

.btnList li a {
font-family: 'M PLUS Rounded 1c', sans-serif;
display: block;
font-size: 2.5rem;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
background-color: #ec6d68;
color: #fff;
border-radius: 8px;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.comTitSub {
overflow: hidden;
text-align: center;
margin-bottom: 40px;
}
.comTitSub h3 {
font-size: 3.2rem;
color: #ec6d68;
position: relative;
display: inline-block;
margin: 0 2.5em;
padding: 2px 1em 0;
text-align: left;
font-family: 'M PLUS Rounded 1c', sans-serif;
}
.comTitSub h3::before,
.comTitSub h3::after {
position: absolute;
top: 50%;
content: '';
width: 400%;
height: 7px;
margin-top: -4px;
background: repeating-linear-gradient(-45deg, #ec6d68, #ec6d68 5px, #fff 0px, #fff 8px);
}
.comTitSub h3::before {
right: 100%;
}
.comTitSub h3::after {
left: 100%;
}

.comTxt2 {
text-align: center;
font-size: 1.8rem;
}

.comBg01 {
background-color: #fef3e7;
padding: 70px 0;
}

.comBg02 {
background-color: #fff;
padding: 70px 0;
}

.comBg03 {
background-color: #fffbc7;
padding: 70px 0;
}

.comBg04 {
background-color: #fff;
padding: 70px 0;
}


/*menu*/
.menu{
height: 35px;
position: fixed;
right: 45px;
top: 55px;
width: 50px;
z-index: 99;
cursor: pointer;
}
.menuTxt {
width: 100%;
height: 10px;
position: absolute;
bottom: -8px;
font-size: 18px;
text-align: center;
display: inline-block;
font-weight: bold;
color: #ec6d68;
}
.menuTxt.active {
color: #fff;
}
.menu__line{
background: #ec6d68;
display: block;
height: 5px;
position: absolute;
transition:transform .3s;
width: 100%;
}
.menu__line--center{
top: 15px;
}
.menu__line--bottom{
bottom: 0;
}
.menu__line--top.active{
top: 12px;
transform: rotate(45deg);
background: #fff;
}
.menu__line--center.active{
transform:scaleX(0);
}
.menu__line--bottom.active{
bottom: 18px;
transform: rotate(135deg);
background: #fff;
}

/*gnav*/
.gnav{
background: rgba(236,109,104,0.9);
display: none;
height: 100%;
position: fixed;
width: 100%;
z-index: 98;
}
.gnav__wrap{
align-items:center;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
height: 100%;
justify-content: center;
position: absolute;
width: 100%;
}
.gnav__menu__item{
margin: 30px 0;
}
.gnav__menu__item a{
color: #fff;
font-size: 1.6em;
font-weight: bold;
padding: 40px;
text-decoration: none;
transition: .5s;
}
.gnav__menu__item a.little{
	font-size: 1.2em;
}
.gnav__menu__item a:hover{
color: #ffff00;
}


.gnav__menu__item a .icon{
	margin-left: 20px;
	padding: 2px 6px 0;
	font-size: 1.6rem;
	vertical-align: middle;
	color: #ec6d68;
	background-color: #fff;
	border-radius: 6px;
	transition: .5s;
}
.gnav__menu__item a:hover .icon{
	background-color: #ffe492;
}




/* header
--------------------------------------------*/
header,#header {
width: 100%;
}

.headerIn {
padding: 40px 30px;
}

.logo_Hed {
width: 292px;
}

/* footer
--------------------------------------------*/
footer,#footer {
width: 100%;
}

.footerIn {
padding: 30px 0 70px;
}

.footerIn p {
width: 292px;
margin: auto;
}


/* contents
--------------------------------------------*/
.hedObiIn_pc {
display: inline;
}

.hedObiIn_sp {
display: none;
}


.btn_point {
width: 100%;
}

.btn_point a {
font-family: 'M PLUS Rounded 1c', sans-serif;
display: block;
font-size: 3rem;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
background-color: #ec6d68;
color: #fff;
border-radius: 8px;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
text-align: center;
padding: 10px 10px 10px 10px;
}

.btn_point a .btn_pointBox {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.btn_point-icon {
margin-right: 15px;
}

.btn_point a:hover img {
opacity: 1;
}

}