@charset "utf-8";
/* CSS Document */

/* 新デザイン用 */
.entry * {box-sizing: content-box;}
body {font-family: YuGothic,'Yu Gothic','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック', sans-serif;}
.main {background: #fff;}
.side_outer {display: none;}
.entry {border: none;padding: 0;}
.entry a {color: initial;}
.entry a[target="_blank"]::after {content: none;}
.page_title--box {
	background: url("/education/img/main-visual.png") no-repeat center center;
	background-size: cover;
	width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	font-family: "HiraMinPro-W6",serif;
}
.page_title {
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  font-family: "HiraMinPro-W6",serif;
  color: #fff;
  text-shadow: none;
}
.page_title > small{
  font-size: 1.6rem;
}
/* ---------------------*/

.international_news {
  padding: 35px 0;
  background: url(/education/img/main_bg.png) no-repeat center center;
  background-size: cover;
}

.title-box1 {
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    box-sizing: border-box;
}
.title_main {
    font-size: 2.4rem;
    font-weight: bold;
}
.title_sub {
    font-size: 1.6rem;
    font-weight: normal;
}
.h-mincho{
	font-family: "HiraMinPro-W3",serif;
}
.second-topics-title {
    width: 200px;
    padding-top: 30px;
}
a.news-btn {
    display: block;
    text-align: center;
    font-size: 87.5%;
    padding: 5px 0;
    background: #fff;
	font-weight: bold;
	margin-top: 25px;
}
.container{
	padding: 35px 0; 
	margin-top: 15px;
	background:url(/education/images/main_bg.png);
	background-size: cover;
}

.main-menu {
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    margin: 20px auto 0;
}
.menu-card {
    background: #F1F1EF;
    position: relative;
}
.menu-title {
    padding: 15px 40px 40px;
}
.menu-icon {
    text-align: center;
    position: absolute;
    z-index: 1;
    top: calc(50% - 40px);
  left: 0;
  right: 0;
  margin: auto;
}
.menu-card a:hover {
    text-decoration: none;
}
.menu-card--double {
	max-width: 502px;
	width: 90%;
}
.menu-card--single {
	max-width: 241px;
	width: 45%;
}
.menu-img{
	height: auto;
	width: 100%;
}
.menu-img img {
  object-fit: cover;
  height: 100%;
}

.menu-card--full {
	width: 100%;
}
.menu-card--full .menu-title {
    padding: 15px 300px 15px;
}
.menu-card--full .menu-img {
    text-align: center;
}
.menu-card--full .menu-icon {
  position: static;
}
.menu-child {
	max-width: 632px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  padding: 20px 0;
	margin: auto;
}
.child-item {
    max-width: 306px;
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 0;
}
.child-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    border-right: 1px solid #CCCCCC;
    height: 43px;
}
.child-name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 100px);
    font-size: 1.8rem;
}
.child-name02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.8rem;
}

.inner-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.inner-block {
    display: flex;
    background: #F1F1EF;
    max-width: 502px;
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    gap: 20px;
}
.inner-icon {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.inner-right {
    max-width: 352px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.inner-title {
    display: flex;
    padding: 10px 0;
    font-size: 2.2rem;
  font-weight: bold;
    border-bottom: 1px solid #DFDFDF;
}
.inner-links {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: bold;
}
.inner-block.inner-block--last {
    flex-direction: column-reverse;
    max-width: 100%;
    align-items: center;
}
.inner-block--last .inner-right {
    align-items: center;
    text-align: center;
}


@media screen and (max-width: 767px) {
.entry {
    max-width: 502px;
    width: 100%;
    margin: auto;
}
.page_title--box {
	background: url("/education/img/main-visual_sp.png") no-repeat center center;
	background-size: cover;
}
.title_main {
    font-size: 2rem;
    font-weight: bold;
}
.title_sub {
    font-size: 1.5rem;
    font-weight: normal;
}
.concierge {
    text-align: center;
}
.second-topics-contents {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 3%;
    max-height: none;
}
.second-topics-inner div{
    flex-wrap: wrap;
}
.main-menu{
    flex-wrap: wrap;
    justify-content: center;
}
.menu-title {
    max-height: 64px;
    height: 64px;
}

a.news-btn {
    margin: 25px 0;
}
.menu-card--double{
    margin: 20px 0;
}
.menu-card--single {
    width: calc(45% - 5px);
    margin: auto 5px;
}
.menu-card--full .menu-title {
    padding: 15px 20px 15px;
    height: auto;
}
.menu-title {
  padding: 20px 20px 45px;
}
.menu-card--single .menu-title {
    padding: 20px 10px 40px;
}
.menu-card--double {
  width: 90%;
}
.menu-child {
  padding: 10px;
    gap: 10px;
}
.child-item {
    flex-direction: column;
    align-items: center;
    max-width: calc(50% - 5px);
}
.child-name {
    width: 100%;
    text-align: center;
}
.child-icon {
    border-bottom: 1px solid #CCCCCC;
    border-right: none;
    width: 50px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.inner-block {
    padding: 20px 10%;
    flex-direction: column;
    gap: 0;
}
.inner-title {
    font-size: 1.9rem;
    padding: 15px 0 5px;
}
.inner-block.inner-block--last {
    flex-direction: column;
}
.inner-block--last .inner-right {
    text-align: center;
    align-items: unset;
}
}