/*打ち消し*/
*{
    list-style-type: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.lp p{
    display: none!important;
}
.infinite-content-container{
    padding: 0!important;
    max-width: 100%!important;
}
.infinite-content-area{
    padding: 0!important;
}
.infinite-content-area p,
.infinite-content-area br{
    display: none!important;
}
.infinite-content-area .br{
    display: block!important;
}
.infinite-body h1, .infinite-body h2, .infinite-body h3, .infinite-body h4, .infinite-body h5, .infinite-body h6{
    font-size: initial;
    margin: 0;
    padding: 0;
}
ul, ol{
    margin-left: 0;
}
.infinite-body, .infinite-line-height, .gdlr-core-line-height{
    line-height: inherit;
}
a{
    text-decoration: none;
}
/*共通パーツ*/
.title-item{
    font-family: "Noto Serif JP", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px!important;
}
.title-item:before{
    flex-shrink: 0;
    content:'';
    display:inline-block;
    width:40px;
    height:40px;
    background-image: radial-gradient(circle, transparent 50%, #f2a0a1 50%, #f2a0a1 calc(50% + 2px), transparent calc(50% + 2px)),
    radial-gradient(circle, transparent 50%, #f2a0a1 50%, #f2a0a1 calc(50% + 2px), transparent calc(50% + 2px)),
    radial-gradient(circle, transparent 50%, #f2a0a1 50%, #f2a0a1 calc(50% + 2px), transparent calc(50% + 2px)),
    radial-gradient(circle, transparent 50%, #f2a0a1 50%, #f2a0a1 calc(50% + 2px), transparent calc(50% + 2px)),
    radial-gradient(circle, transparent 50%, #f2a0a1 50%, #f2a0a1 calc(50% + 2px), transparent calc(50% + 2px));
    background-position: 50% 0, 5% 40%, 95% 40%, 23% 95%, 78% 95%;
    background-size: 20px 20px;
    background-repeat:no-repeat;
    margin-bottom:5px;
}
@media screen and (min-width: 850px){
.title-item{
    font-size: 32px!important;
}
}
.asterisk-text{
    text-indent: -1em;
    padding-left: 1em;
}
/*-- fv --*/
.top-fv-wrap{
    width:100%;
    height: 72vh;
    background-image: url("https://okuribito-academy.com/wp/wp-content/uploads/2025/06/8388b82c56e3f1023c9f1a41a0bb7bc8.jpg");
    background-image: url("https://okuribito-academy.com/wp/wp-content/uploads/2025/05/6f7b80eb756b19bc8218c3c54eb8330d.jpg");
    background-repeat: no-repeat;
    background-size: auto 120%;
    background-position: left 36% top 0%;
    position: relative;
}
.top-fv-text{
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    line-height: 1.3em;
    color: #fff;
    position: absolute;
    bottom: 5%;
    left: 5%;
    text-shadow: 1px 1px 4px rgba(151,104,91,0.6);
    z-index: 1;
}
.top-fv-text-large{
    font-size: 56px;
    position: relative;
    z-index:-1;
}
/*
.top-fv-text-large::before{
    content: "";
    display: block;
    width: 104%;
    height: 20px;
    background-image: linear-gradient(150deg, rgba(255, 34, 87, 1), rgba(247, 166, 12, 1) 0%, rgba(224, 101, 24, 1) 0%, rgba(255, 0, 107, 1));
    position:absolute;
    bottom: 0;
    left: -3%;
    opacity: 0.6;
    z-index: -1;
}
*/
.top-fv-text-middle{
    font-size: 60px;
}
@media screen and (min-width: 850px){
.top-fv-text{
    font-size: 100px;
    line-height: 1.1em;
}
.top-fv-text-large{
    font-size: 140px;
    z-index:1;
}
.top-fv-text-large::before{
    width: 108%;
    height: 20px;
    left: -4%;
}
.top-fv-text-middle{
    font-size: 120px;
}
}
@media screen and (min-width: 900px){
.top-fv-wrap{
    background-size: 110% auto;
    background-position: left 16% top 20%;
    background-image: url("https://okuribito-academy.com/wp/wp-content/uploads/2025/05/6f7b80eb756b19bc8218c3c54eb8330d.jpg");
}
}
@media screen and (min-width: 1200px){
.top-fv-wrap{
    height: 80vh;
}
}
.site-title{
    height: 16vh;
    background: #0D1632;
    color: #fff;
    font-size: 26px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
@media screen and (min-width: 850px){
.site-title{
    height: 10vh;
    text-align: left;
    font-size: 32px!important;
}
.infinite-content-area .site-title br{
    display: none!important;
}
}
.top-fv-wrap-title{
    width: 250px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.top-fv-wrap-title img{
    width: 100%;
    height: auto;
}
/*お知らせ*/
.news{
    padding: 3em 2em;
    background: #FFF3E8; /*f3c193*/
}
.news-wrap{
    padding: 2em 2em 1.5em;
    border: solid 2px #f3c193;
    background: #fff;
    border-radius: 20px;
}
/*オープンキャンパスボタン余白*/
.event .academy-more-view-wrap,
.news .academy-more-view-wrap{
    margin: 2em auto 0;
    width: 100%;
    text-align: center;
}
/*お知らせ*/
.news-title{
    font-size: 20px!important;
    font-family: "Noto Serif JP", serif;
}
.news-list{
    margin: 1em auto;
    /*
    border: solid 1px black;
    */
}
.news-list-item{
    display: flex;
    flex-direction: column;
    padding-top: 1em;
}
.news-list-item + .news-list-item{
    margin-top: 1em;
    border-top: solid 2px #fffff8;
    border-top: solid 1px #f3c193;
}
.news-list-item-time{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #E67243;
    align-self: flex-start;
    color: #fff;
    padding: 0.25em;
    border-radius: 4px;
}
.news-list-item-text{
    margin-top: 0.5em;
}
@media screen and (min-width: 850px){
.news-wrap{
    max-width: 800px;
    margin: 0 auto;
}
.news-title{
    font-size: 32px!important;
}
}
.academy-more-view{
    position: fixed;
    bottom: 0;
    left: 0;
    background: #FDF0F0;
    padding: 1em 2em; 
    z-index: 999;
    display: flex;
    justify-content: center;
    width: 100%;
}
.academy-more-view-wrap{
    max-width: 320px;
    flex-grow: 1;
}
@media screen and (min-width: 850px){
.academy-more-view-wrap{
    max-width: 400px;
}
}
.academy-more-view-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    background: #E67243;
    padding: 0.75em 2em;
    border-radius: 40px;
}
.academy-more-view-btn span{
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
}
.academy-more-view-btn span::before,
.academy-more-view-btn span::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.academy-more-view-btn span::before{
width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
.academy-more-view-btn span:after{
    left: 6px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #E67243;
    border-right: 4px solid #E67243;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.academy-more-view-btn-text{
    color: #fff;
    text-align: center;
    font-weight: bold;
}
@media screen and (min-width: 850px){
.academy-more-view-title{
    font-size: 32px!important;
}
.academy-more-view-wrap{
    flex-direction: row;
    margin:  0 auto;
}
.academy-more-view-btn{
    justify-content: center;
    font-size: 18px;
    width: 400px;
    padding: 1em 0;
}
.academy-more-view-btn span{
    margin-left: 1em;
}
}
/*固定メニュー*/
.academy-more-view{
    position: fixed;
    bottom: 0;
    left: 0;
    background: #FDF0F0;
    padding: 1em 2em; 
    z-index: 999;
    display: flex;
    justify-content: center;
    width: 100%;
}
.academy-more-view-wrap{
    max-width: 320px;
    flex-grow: 1;
}
.academy-more-view-wrap a:hover,
.academy-more-view-wrap a:focus{
    background: #c34b1a;
}
.academy-more-view.fix {
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 9999;
}
.academy-more-view.fix.show {
    transform: translateY(0);
}
@media screen and (min-width: 850px){
.academy-more-view-wrap{
    max-width: 400px;
}
}
.academy-more-view-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    background: #E67243;
    padding: 0.75em 2em;
    border-radius: 40px;
}
.academy-more-view-btn span{
    display: block;
    width: 30px;
	height: 30px;
    position: relative;
}
.academy-more-view-btn span::before,
.academy-more-view-btn span::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.academy-more-view-btn span::before{
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.academy-more-view-btn span:after{
    left: 6px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #E67243;
    border-right: 4px solid #E67243;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.academy-more-view-btn-text{
    color: #fff;
    text-align: center;
    font-weight: bold;
}
@media screen and (min-width: 850px){
.academy-more-view-title{
    font-size: 32px!important;
}
.academy-more-view-wrap{
    flex-direction: row;
    margin:  0 auto;
}
.academy-more-view-btn{
    justify-content: center;
    font-size: 18px;
    width: 400px;
    padding: 1em 0;
}
.academy-more-view-btn span{
    margin-left: 1em;
}
}
/*オープンキャンパスボタン余白*/
.event .academy-more-view-wrap,
.news .academy-more-view-wrap{
    margin: 2em auto 0;
    width: 100%;
    text-align: center;
}
/*アカデミーとは*/
.explanation{
    padding: 3em 2em 0;
}
.explanation-title{
    font-size: 20px!important;
    text-align: center;
}
.explanation-content{
}
.explanation-content-title{
    font-family: "Noto Serif JP", serif;
    font-size: 18px!important;
    font-weight: initial;
}
.explanation-content-item{
    margin-top: 2em;
}
.explanation-content-text-box{
    margin-top: 1.5em;
}
.explanation-content-text{
    line-height: 1.7;
}
.explanation-content-text + .explanation-content-text{
    margin-top: 0.75em;
}
.explanation-content-image{
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16/9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
}
.explanation-content-image img{
    width: 100%;
    height: auto;
}
@media screen and (min-width: 900px){
.explanation{
    margin: 0 auto;
    max-width: 1200px;
}
.explanation-title{
    font-size: 32px!important;
}
.explanation-content{
    margin-top: 3em;
}
.explanation-content-title{
    font-size: 24px!important;
}
.explanation-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.explanation-content-item{
    width: 56%;
    margin-top: 0;
}
.explanation-content-image{
    width: 40%;
}
}
/*ポイント*/
.academy-point{
    padding: 3em 2em 6em;
    position: relative;
    text-align: center;
}
.academy-point-title{
    font-size: 24px!important;
    position: relative;
    z-index: 2;
    display: inline;
    text-align: center;
    margin-bottom: 2em;
}
.academy-point-title::after{
    position: absolute;
    bottom: -0.25em;
    left: 0;
    content: "";
    display: block;
    background-color: #E67243;
    width: 100%;
    height: 0.5em;
    z-index: -1;
    opacity: 0.6;
}
.academy-point-list{
    max-width: 800px;
    text-align: left;
    border: solid 2px #008EC7;
    padding: 1.5em 1em 1.5em 3em;
    border-radius: 16px;
    margin: 2em auto 0;
}
.academy-point-list-item{
    font-weight: bold;
    font-size: 16px;
    line-height: 1.75;
    position: relative;
}
.academy-point-list-item::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -2em;
  width: 14px;
  height: 7px;
  border-left: 4px solid #E67243;
  border-bottom: 4px solid #E67243;
  transform: rotate(-45deg);
}
.academy-point-list-item + .academy-point-list-item{
    margin-top: 0.5em;
}
.academy-image-sample{
    margin-top: 1.5em;
    display: flex;
    flex-direction: column;
    gap:1em;
}
@media screen and (min-width: 850px){
.academy-point{
    padding-top: 4em;
}
.academy-point-title{
    font-size: 32px!important;
}
.academy-image-sample{
    max-width: 800px;
    margin: 2em auto 0;
    flex-direction: row;
    justify-content: space-between;
}
.academy-image-sample img{
    max-width: 390px;
}
}
/*3つの*/
.academy-feature{
    background: linear-gradient(133deg, #FCBC9E 0%, #FBF0C7 100%);
    padding: 4em 0;
    margin-top: 4em;
}
.academy-feature-title{
    font-family: "Noto Serif JP", serif;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1em;
}
.academy-feature-title-main{
    color: #E67243;
    font-size: 28px!important;
}
.academy-feature-title-sub{
    font-size: 20px!important;
}
.academy-feature-title-sub-decoration{
    color: #E67243;
}
.academy-feature-list{
    padding: 0 2em;
    margin-top: 2em;
}
.academy-feature-list-item{
    display: flex;
    justify-content: left;
    background: #fff;
    box-shadow: 3px 3px 10px rgba(230, 114, 67, 0.08);
    padding: 1.5em 0;
    border-radius: 20px;
    position: relative;
}
.academy-feature-list-item + .academy-feature-list-item{
    margin-top: 1em;
}
.academy-feature-list-item-textbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding: 0 2em;
    min-height: 3em;
}
.academy-feature-list-item-textbox-title{
    font-size: 18px!important;
    color: #E67243;
    position: relative;
    display: flex;
    align-items: center;
    gap: .5em;
}
.academy-feature-list-item-textbox-title::before{
    content: "";
    color: #fff;
    font-size: 18px!important;
    font-weight: bold;
    background: #E67243;
    width: 2.25em;
    height:2.25em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    flex-shrink: 0;
}
.item-01 .academy-feature-list-item-textbox-title::before{
    content: "01";
}
.item-02 .academy-feature-list-item-textbox-title::before{
    content: "02";
}
.item-03 .academy-feature-list-item-textbox-title::before{
    content: "03";
}
.academy-feature-list-item-textbox-text{
    margin-top: 1em;
}
@media screen and (min-width: 850px){
.academy-feature-title{
    margin-bottom: 2.5em;
}
.academy-feature-title-main{
    font-size: 32px!important;
}
.academy-feature-title-sub{
    font-size: 24px!important;
}
.academy-feature-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 4em auto 0;
}
.academy-feature-list-item{
    width: 32%;
    align-items: baseline;
    padding: 3em 0;
}
.academy-feature-list-item + .academy-feature-list-item{
    margin-top: 0;
}
.academy-feature-list-item-textbox{
    align-items: center;
}
.academy-feature-list-item-textbox-title{
    font-size: 20px!important;
    padding-top: 1.5em;
}
.academy-feature-list-item-textbox-title:before{
    font-size: 24px!important;
    width: 3em;
    height: 3em;
    position: absolute;
    top: -3.5em;
    left: 0;
    right: 0;
    margin: auto;
}
.academy-feature-list-item-textbox-text{
    font-size: 16px;
}
}
/*生徒の声*/
.voice{
    padding: 0 0 1em;
}
.voice-list{
    display: flex;
    flex-wrap: nowrap;
    padding: 0 2em;
    margin: 2em auto;
    overflow-y: scroll;
}
.voice-list::-webkit-scrollbar{
    display:none;
}
.voice-list-item{
    min-width: 70%;
    min-height: 0;
    padding: 3em 1em;
    border: solid 2px #f3c193;
    border-radius: 10px;
    aspect-ratio: 5/9;
}
.voice-list-item + .voice-list-item{
    margin-left: 1.5em;
}
.voice-list-item-user{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
    gap: 0.5em;
}
.voice-list-item-user img{
    width: 100%;
    max-width: 80px;
    height: auto;
    display: block;
}
.voice-list-item-profile{
    font-size: 14px;
}
.voice-list-item-text{
    line-height: 1.7;
}
@media screen and (min-width: 600px){
.voice-list-wrap{
    overflow-y: scroll;
}
.voice-list-wrap::-webkit-scrollbar{
    display:none;
}
.voice-list{
    overflow-y: initial;
    width: max-content;
}
.voice-list-item{
    max-width: 300px;
    min-width: 300px;
    padding: 2em 1em;
    aspect-ratio: 5/6;
}
}
@media screen and (min-width: 850px){
.voice{
    padding-bottom: 3em;
}
.voice-title{
    font-size: 32px!important;
}
.voice-list-item-user{
    margin-bottom: 1.5em;
}
}
/*-- よくある質問 --*/
.faq{
    padding: 2em;
    background: #FFF3E8;
}
.faq-title{
    font-size: 24px!important;
}
.faq-wrap{
    margin-top: 2em;
}
.faq-dl{}
.faq-dl-wrap{
    line-height: 1.6;
    background: #fff;
    border-radius: 10px;
}
.faq-dl-wrap + .faq-dl-wrap{
    margin-top: 1em;
}
.faq-dl-dt{
    display: flex;
    align-items: center;
    padding: 1em 3em 1em 1em;
    position: relative;
}
.faq-dl-dt::before{
    content: "Q";
    font-size: 16px;
    margin-right: 1em;
}
/*開閉ボタン*/
.faq-dl-wrap span::before,
.faq-dl-wrap span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  width: 12px;
  height: 2px;
  margin: auto;
  background-color: #383838;
}
.faq-dl-wrap span::after {
  transform: rotate(90deg);
  transition: .3s;
}
.faq-dl-wrap.is-active span::after {
  transform: rotate(180deg);
}
.faq-dl-dd{
    display: flex;
    align-items: baseline;
    padding: 0 3em 1em 1em;
}
.faq-dl-dd::before{
    content: "A";
    font-size: 16px;
    margin-right: 1em;
}
.faq-dl-text-box{}
.faq-dl-text-item{}
.faq-dl-text-item + .faq-dl-text-item{
    margin-top: .25em;
}
@media screen and (min-width: 850px){
.faq{
    padding: 3em 0;
}
.faq-wrap{
    margin: 2em auto 0;
    max-width: 800px;
}
.faq-title{
    font-size: 32px!important;
}
}
/*ニュース*/
.notice{
    padding: 4em 2em;
}
.notice-title{
    font-size: 20px!important;
    font-family: "Noto Serif JP", serif;
}
.notice-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5em;
    margin-top: 2em;
}
.notice-item{
    background: #fff;
    border-radius: 10px;
    border: solid 2px #E67243;
}
.notice-item:hover,
.notice-item:focus{
    background: #FFF3E8;
}
.notice-item a{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    padding: 2em;
}
.notice-item-image{
    aspect-ratio: 16/9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.notice-item-image img{
    width: 100%;
}
.notice-item-time{
}
.notice-item-title{
    font-size: 20px;
    font-weight: bold;
}
@media screen and (min-width: 850px){
.notice{
    padding: 4em 0;
}
.notice-list{
    max-width: 1200px;
    margin: 2em auto 0;
    gap: 2%;
}
.notice-item{
    width: 32%;
}
.notice-item-time{
    margin-top: 1em;
}
.notice-title{
    font-size: 32px!important;
}
}
/*アクセス*/
.access{
    padding: 3em 2em;
    background: #FFF3E8;
}
.access-wrap{
    max-width: 800px;
    margin: 2em auto 0;
}
.access-wrap-map iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 1.2/0.8;
}
.access-wrap-inner{
    margin-top: 2em;
}
.access-wrap-list{
    margin-bottom: 1em;
}
.access-wrap-list-item{

}
.access-wrap-list-item + .access-wrap-list-item{
    margin-top: 1em;
}
.access-wrap-inner-text{
    font-size: 14px;
    color: #EF1915;
}
.company{
    padding: 3em 2em 2em;
}
.company-title{}
.company-dl{
    margin: 1em auto 0;
    max-width: 800px;
}
.company-dl-wrap{
    display: flex;
    align-items: center;
    gap: 3em;
    padding: 1em 0;
}
.company-dl-wrap + .company-dl-wrap{
    border-top: solid 1px #e5e7eb;
}
.company-dt{
    font-weight: bold;
    font-size: 14px;
    width: 5em;
    flex-shrink: 0;
}
.company-dd{
    font-size: 14px;
}
/*オープンキャンパス*/
.event{
    padding: 3em 0;        
}
.event-schedule{
    margin: 2em auto 0;
    background: #FFF3E8;
    padding: 3em 0;
}
.event-schedule-title{
    text-align: center;
    font-size: 20px!important;
}
.event-schedule-list{
    display: flex;
    /*
    justify-content: center;*/
    margin-top: 1em;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 2em;
}
.event-schedule-list::-webkit-scrollbar{
    display:none
}
.event-schedule-list-item{
    border: solid 1px #E67243;
    border-radius: 6px;
    min-width: 118px;
    background: #fff;
    flex-shrink: 0;
}
.event-schedule-list-item + .event-schedule-list-item{
    margin-left: 1em;
}
/*
.event-schedule-list-item:nth-of-type(3),
.event-schedule-list-item:nth-of-type(4),
.event-schedule-list-item:nth-of-type(5),   
.event-schedule-list-item:nth-of-type(6),
.event-schedule-list-item:nth-of-type(7){
    display: none;
}
@media screen and (min-width: 850px){
.event-schedule-list-item:nth-of-type(3),
.event-schedule-list-item:nth-of-type(4),
.event-schedule-list-item:nth-of-type(5),   
.event-schedule-list-item:nth-of-type(6),
.event-schedule-list-item:nth-of-type(7){
    display: block;
}
}
*/
@media screen and (min-width: 850px){
.event-schedule-list{
    justify-content: center;
}
}
.event-schedule-list-item-wrap{
    display: flex;
    flex-direction: column;
    font-weight: bold;
    align-items: center;
    padding: 1em 0;
    gap: .5em;
}
.event-schedule-list-item-date{
    font-size: 30px;
    line-height: 1;
}
.event-schedule-list-item-dotw{
    line-height: 1;
}
.event-schedule-list-item-kinds{
    background: #E67243;
    color: #fff;
    font-size: 12px;
    padding: .5em;
    text-align: center;
}
/*- グレー -*/
.event-schedule-list-item-gray{
    border: solid 1px #575757;
}
.event-schedule-list-item-kinds-gray{
    background: #575757;
}
.event-schedule-list-item-pink{
    border: solid 1px #f2a0a1;
}
.event-schedule-list-item-kinds-pink{
    background: #f2a0a1;
}
/*プログラム内容*/
.event-content{
    margin: 0 auto;
    background: #FFF3E8;
    padding: 0 0 3em;
}
.event-content-title{
    text-align: center;
    font-size: 20px!important;
}
.event-content-wrap{

}
.event-content-list{
    max-width: 800px;
    margin: 0 auto;
    padding: 2em 6%;
    display: flex;
    flex-wrap: wrap;
}
.event-content-list-item{
    width: 48%;
    height: 5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-align: center;
    border: solid 1px #E67243;
    border-radius: 6px;
    font-weight: bold;
}
.event-content-list-item:nth-of-type(even){
    margin-left: 4%;
}
.event-content-list-item:nth-of-type(3),
.event-content-list-item:nth-of-type(4){
    margin-top: 4%;
}
.decoration-line{
    position: relative;
    z-index: 1;
}
.decoration-line::before{
    display: block;
    content: "";
    background: #E67243;
    opacity: 0.3;
    width: 108%;
    height: 0.75em;
    position: absolute;
    bottom: -0.1em;
    left: -4%;
    z-index: -1;
}
.event-content-list-text{
    max-width: 800px;
    padding: 0 2em;
    margin: 0 auto;
}
@media screen and (min-width: 850px){
.event-schedule-list-item{
    min-width: 116px;
}
.event-content-list{
    padding: 2em 0;
}
.event-content-list-text{
    padding: 0;
}
}
/*お問い合わせ*/
.academy-inquiry{
    padding: 4em 2em;   
}
.academy-inquiry-banner{
    display: block;
    max-width: 680px;
    margin: 0 auto;
}
.academy-inquiry-banner img{
    width: 100%;
    height: auto;
}