@charset "UTF-8";
@import url("common.css");
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');
/*!
Theme Name: Simplicity2
Description: Simplicityの意味は、単純、簡単、簡素、質素です。飾り気のないカスタマイズの土台となれるようなテーマを目指して作りました。
Theme URI: https://wp-simplicity.com/
Author: yhira
Author URI: http://nelog.jp/
Text Domain: simplicity2
Version: 2.8.9.3
Tags: two-columns, left-sidebar, right-sidebar
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*--------------------------------------------------
    Webフォント
--------------------------------------------------*/
/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
    font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}
@font-face {
font-family: hui;
  src: url("../../../../../school/font/HuiFontP29.woff") format("woff"),/*For Modern browser*/
  url("../../../../../school/font/HuiFontP29.ttf") format("truetype");/*For iOS Android*/
}
.fui{
      font-family: hui;
}
.m-plus{
  font-family: "M PLUS 1p", sans-serif;
}
.serif {
    font-family: 'Noto Serif JP', Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
p{
  margin: 0;
}
a{
-moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
  text-decoration: none;
  color: #231815;
}
.hsec7 .sem_menu li{
-moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s; 
}
.hsec7 .sem_menu li:hover{
  background:rgba(243,170,184,1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.6);
    transform: translate(0, -4px);
    opacity: 0.9;
}
a:hover{
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.6);
    transform: translate(0, -4px);
    opacity: 0.9;
}
.flex_box{
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
}
.flex_box.revers{
  flex-direction: row-reverse;
}
.flex_box.right{
    justify-content: right;
}
.flex_box.center{
    justify-content: center;
}
.home #mhead.fixed nav{
  min-height: 100px;
}
#header-in.pc_head{
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
#header-in.pc_head.fixed{
  position: fixed;
  width: 100%;
}
/************************************
** 基本設定（General Setting）
************************************/
html{
  font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    color: #231815;
    letter-spacing: 1.5px;
    /*min-width: 1280px;*/
  /*min-width: 1080px;*/
}
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family:"Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

img{
  border-width:0;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast;
}
.bk_image{
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

figure,
main figure{
  margin: 0;
}

.article{
  position: relative;
}

/*記事・カテゴリ中の画像を要素内に収める*/
.article img,
.category-description img,
.wp-caption,
.hover-image{
  max-width:100%;
  height:auto;
}

.aligncenter{
  clear:both;
}

.cf:after{
  content: "";
  clear: both;
  display: block;
}
/************************************
** 見出し（H1-6）
************************************/
h1, h2, h3, h4, h5, h6{
  line-height:130%;
  margin: 0;
}

/************************************
** アンカー
************************************/
a {
  color: #231815;
}

a:hover {
}

.widget_new_entries a,
.widget_new_popular a,
.widget_popular_ranking a,
.wpp-list a,
.entry-read a,
.related-entry-read a,
.article-list .entry-title a{
}

.widget_new_entries a,
.widget_new_popular a,
.widget_popular_ranking a,
.wpp-list a,
.article-list .entry-title a{
}

.widget_new_entries a:hover,
.widget_new_popular a:hover,
.widget_popular_ranking a:hover,
.wpp-list a:hover,
.entry-read a:hover,
.entry .post-meta a:hover,
.related-entry-read a:hover,
.entry a:hover,
.related-entry-title a:hover,
.navigation a:hover,
#footer a:hover,
.article-list .entry-title a:hover,
.blog-card-title a:hover{
}

#footer .credit a:hover{
}

.widget_new_entries a:hover,
.widget_new_popular a:hover,
.widget_popular_ranking a:hover,
.wpp-list a:hover:hover{
}


/************************************
** 引用（blockquote）
************************************/
blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 20px 55px;
  position: relative;
}


blockquote:before {
  color: #C8C8C8;
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}

blockquote:after {
  color: #C8C8C8;
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -16px;
}

/* Internet Explorer11のみに適用したい設定 */
@media screen and (min-width:0\0) {
  *::-ms-backdrop, blockquote:before { left:  -55px; }
  *::-ms-backdrop, blockquote:after  { right: -55px; }
}



/************************************
** リスト（List）
************************************/
ul,ol {
  list-style: none;
}

ul ul{

}
dl{

}

dt{

}
dd{

}

/************************************
** テーブル（Table）
************************************/
.article table{
  border-collapse: collapse;
  max-width: 100%;
  width: auto;
}
.article th{
  border: solid 1px #ccc;
  background-color: #eee;
}
.article td{
  border: solid 1px #ccc;
}
.article th,
.article td{
}

.article .scrollable-table th,
.article .scrollable-table td{
  white-space: nowrap;
}

.scrollable-table {
  overflow-x: auto;
  margin-bottom: 1em;
}


/************************************
** その他（Other）
************************************/
pre {
  background-color:#eee;
  border:1px solid #ccc;
  padding:7px;
  overflow: auto;
}

hr{
  color: #ddd;
  margin:30px 0;
  width:98%;
  border:1px solid #ddd;
}

.category-description {
  margin-top:15px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  padding: 5px 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.wpp-range{
  text-align:right;
  font-size:14px;
}

span.search-excerpt {
  background-color: #FF9;
}

.invisible{
  display:none;
}

hr.sep {
  background-image: linear-gradient(left center , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  border: 0 none;
  height: 1px;
  position: relative;
  margin-bottom:130px;
}

/************************************
** レイアウト（Layout）
************************************/
#container {
  padding:0;
  margin: 0 auto;
}

#header-in, #navi-in, #body-in, #footer-in{
  margin: 0 auto;
  box-sizing: border-box;
}

#header {
  margin-bottom: 0;
}
#header .alignleft,
#header .alignright{
  margin-bottom: 0;
  width: auto;
}
#header .alignleft{
  /*max-width:700px;*/
}
#header .alignright{
  text-align:right;
  margin-right:30px;
  right: 0;
  top: 0;
  position: absolute;
}

#body{
}

#main {
  box-sizing: border-box;
  position: relative;
}

#sidebar {

}
/*
#sidebar-widget{
  overflow: hidden;
} */

.clear{
  clear:both;
}

/************************************
** ヘッダー(header)
************************************/
*:first-child+html #header > div{ /* IE7 */
  clear: both;
  zoom:1;
}

#h-top{
  min-height:100px;
  overflow:hidden;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

#site-title{
  margin-top:16px;
  margin-bottom:10px;
  font-size: 30px;
  line-height: 100%;
  margin-left: 1%;
  max-width: 35%;
}

#site-title a{
  text-decoration:none;
  color:#222;
  font-size:30px;
  font-weight:normal;

}
.menu_btn{
  -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
.menu_btn:hover{
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.6);
    transform: translate(0, -4px);
    opacity: 0.9;
}
.menu_btn a:hover,
#site-title a:hover{
  box-shadow:none;
  transform:unset;
  opacity:0.8;
}
#site-description{
  color: #777;
  margin:0;
  line-height:140%;
  font-size:15px;
  margin-right:20px;
  margin-bottom:10px;
  font-weight:normal;
}

#header-image{
  margin-bottom: 40px;
}

/************************************
** グローバルナビメニュー（menu）
************************************/
#navi ul{
  width:100%;
  box-sizing: border-box;
}


#navi ul.sub-menu,
#navi ul.children{
  display: none;
  position: absolute;
  margin-left: 0;
  min-width:200px;
  border: 1px solid #ddd;
  list-style:none;
  padding-left:0;
  z-index:99;
}
#navi .sub-menu li,
#navi .children li{
  position: relative;
  border: none;
  float:none;
  height:31px;
}

#navi ul.sub-menu ul,
#navi ul.children ul {
  top:-31px;
  left:200px;
  position:relative;
}
#navi ul li:hover > ul{
  display: block;
}

/* Clearfix) */
#container:after,
#navi ul:after,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

/* clearfix for ie7 */
#container,
#navi ul,
.clearfix {
  /*display: inline-block;*/
}

#container,
.clearfix {
  display: block;
}

/************************************
** フッターナビメニュー
************************************/

#footer-navi ul{
  text-align: center;
  padding-left: 0;
}

#footer-navi ul li {
  display: inline;
  list-style: outside none none;
}

#footer-navi ul li::before {
    content: "|";
    padding: 0 0.6em;
}

#footer-navi ul li:first-child::before{
  content: "";
  padding: 0;
}

#footer-navi ul .sub-menu{
  display: none;
}

/************************************
** サーチフォーム（Search Form）
************************************/
#searchform{
  position: relative;
  margin-top: 25px;
}

#s{
  width: 100%;
  margin-bottom:20px;
  padding-top:4px;
  padding-bottom:4px;
  box-sizing: border-box;
  height:32px;
  color: #333;
}

#searchsubmit{
  position: absolute;
  width: 30px;
  height: 26px;
  border: none;
  /* 画像をBase64にするためコメントアウト
  background: url("images/search.png") no-repeat 50% 50%; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAEIklEQVR42pWVe0xTVxzHf22hFWiBUKjLEiTOjODGq4ArJJiYBV+gWy3YBoegWZysOgsVKYNC8IGhsMIYCLLqRKRkRdwEp4wR/yCZgwbHa8bwCH9sQkt5lceGIax0v3PDJd7MZaHJL72555zP+f6eF5xOJ3R1d4Pp7l342mAAbUEBp/DixagDBw/mh0dGdmzbvv25f0DA88CgoA5FcnLx9draWOXZs7xinQ5WVlZoIxzKGMDb9fXCdKUy21ckWgZcep0JfX2dCL5WVl4udDgcsLq6SuzfwJYHDzyzc3Lagc3eOMwXCJzePj6zAm9vmwefvwYs1sbap0rlT9PT0z52ux3QmMBfe3vhUlHRdXozOfhOcHBfTGzspYTDh5Mk0dHxkRJJQXBoqPlVtedUqrrBwUFWT08PE/j9/fu7PVANrSD52DFjXn7+W1ESCezdvx8ioqIgLCICLmg0b2So1d+gckotb8sWp8lkSjCbzUzgUYWihYBY6K44MnKipbVVoMrMhJDw8A3g20FBgPEF6+Skqywp6TvW+uXxCQmdCHRhAN8NCZmi3VBnZdUUl5QAxhPSTp6EuH37IBTBpxFWUFgIDY2NcFWnO04UEtsRGDhfWVXlzQDiy0V6A8IufJ6XB5eLioCAP5BK4YhMBt+aTHCrrg4MN25A/Z07UkqAi4tTKBLNvx8XJ2QAQ8LCbHQysjWarwYGBqCishJKSksB3YO0EycgV6sFU1MT6PAStFRaQODOnXbDzZs+DGCSXP6IBmIifrdYLPyq6moKeCQxEY6npsJnKhU0Ya1mqtXwSXp6K51AqUzW2W02cxjA5nv39vI9PddIDbI4HOdHKSmG8ooKry/0ejZRmJqWBpnnz7OMjY1eyjNnqnlubg7AfTx39zV9WdmBX7q6mFl+1NYGObm5Dex1IAGHicW9eVptVvyhQ7uOyuW7Pj516nR0TEwvdSnGjsvjOc5lZBhJu6JCJnBkZATGxsbc5ApFm6urq+PVAvfw9CRGINQ7DpdLlRf2+fSkzeY7YbHAHy9eMIFDQ0OU/fbsGV+amKjbFhAwxVkHoGuU0Ze48HhONq75+vn99cPDh/KXy8uwuLj4eiDpaZKMLI3mQ3T1y/diYjowTo8R8nj3nj0d2C3DFBQ7hPxjdVhHR0d3WK3W/waW6vWA4wkw2KQWBeiuFwK9rtXU8Pv6+iRv+vv/iaGglFJtmpLSOT4+zv1f4OUrV0iiwF0gADxMipzaW1Nbq0UgiSXlOnluMBqzNw0knfM3zr2ep0/dsL+pqeO67nqoWDyxKSD5NTU3w89PnsCP7e2kY2QERBvOy5ebAvb398Pc3BzYpqZgZmYG7PPzXBxjDTi9Z4VC4SxOIcOmgDabDZaWlmBhYYGUCHlm47dHL9q6ddhPJBrGCXWVBv4DYbnuWKzr2fcAAAAASUVORK5CYII=") no-repeat 50% 50%;
  z-index:0;
  top:3px;
  right:3px;
  /*transform: translate(-20%, -50%);*/
}

/************************************
** メインカラム（#main、記事、固定ページなど）
************************************/
#main .post,
#main .page{

}

.sticky{
  /* 先頭固定ポストのスタイル */
}

.post-meta{
  margin-bottom: 0.5em;
  text-align:right;
  /*background-color:#F7F7F7;
  color:#555;
  font-size:16px;*/
}

.post-meta .post-date,
.post-meta .post-update,
.post-meta .category,
.post-meta .comments,
.post-meta .edit,
.footer-post-meta .post-tag,
.footer-post-meta .post-author,
.footer-post-meta .edit{
  padding-right: 0.7em;
}
.comment-num{ white-space: nowrap; }

.footer-post-meta{
  text-align: right;
  color:#555;
  font-size:16px;
  clear:both;
}

.article-list .footer-post-meta{
  margin-top:30px;
}

.more-link {
  clear: both;
  display: block;
  margin-bottom: 30px;
  text-align: right;
  margin-top: 15px;
}

/*タグが入っていない場合は非表示*/
#list .post .footer-post-meta:empty,
#list .post .footer-post-meta .post-tag:empty{
  display: none;
}

/*.more-link{
  float: right;
  margin-bottom:30px;
}*/

/************************************
** index.phpのリスト
************************************/
#main .entry{
/*  overflow: auto;
  zoom: 1;*/
  word-wrap: break-word;
}

.entry-thumb{
  float:left;
  margin-right:10px;
  margin-top: 3px;
  margin-left: 0;
}

.entry-thumb a{
  display: block;
}

/*大きなサムネイル表示スタイルでのサムネイル*/
.entry-large-thumbnail img{
  width: 320px;
  height: 180px;
}

.entry .post-meta{
  text-align:left;
  margin: 7px auto;
}

.entry .post-meta a{
  color:#000;
}

.entry h2{
  margin-bottom:5px;
  margin-top: 0;
}

.entry h2 a{
  text-decoration:none;
  font-weight:bold;
}

.entry-title{

}

.entry-snippet{
  margin:0 0 5px 0;
  line-height:150%;
  color:#555;
}

.entry-read{
  margin:0;
}


.entry-snippet,
.related-entry-snippet{
  word-wrap: break-word;
}


/************************************
** WordPress Misc
************************************/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
img.alignright,
.wp-caption.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}


.wp-caption {
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}

.wp-caption-text,
.gallery-caption{
  font-size: 80%;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}

/************************************
** index.php Main
************************************/
.content-box{
  float: right;
  margin-top: -0.25em;
  width: 420px;
}
.content-box .more-link{
  margin: 0;
}

.thumbnail-box{
  float: left;
  width: 160px;
}
.thumbnail-box img{
  width: 160px;
  height: 160px;
}

/************************************
** パンくずリスト（Breadcrumb）
************************************/
#breadcrumb{
  margin-bottom: 20px;
  color:#fff;
  font-size:13px;
}

div#breadcrumb div {
  display: inline;
}

#breadcrumb span.sp{
  margin:0 10px;
}

#breadcrumb a{
  text-decoration:none;
  color:#fff;
}

/*以下のパンくずスタイルは、いずれ削除*/
#breadcrumb ul{
  margin:0;
  padding:0;
  list-style:none;
}

#breadcrumb ul li{
  display:inline;
}

#breadcrumb ul li span.sp{
  margin:0 10px;
}

#breadcrumb ul li a{
  text-decoration:none;
  color:#777;
}


/************************************
** 前の記事へ、次の記事へ
************************************/
.navigation{
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
  margin: 20px -30px 40px;
}
.navigation > div{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing:border-box;
  width: 48%;
  margin-right: 4%;
}
.navigation > div + div{
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}


.navigation .alignright{
  text-align: right;
}

.navigation a{
  display: block;
  padding: 1em;
  border: none;
}

.navigation a span{
  color:#ddd;
  padding-right:10px;
  margin-top:-4px;
  clear:left;
}
.navigation a:hover{
  background: #eee;
}

.navigation .alignright a:hover{
  border-left: 1px solid #ddd;
}

/************************************
** ページャー、ページナビゲーション
************************************/
.pager{
  margin: 3em 0;
  text-align:center;
}

a.page-numbers,
.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 2px;
}

.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  color: #000;
}

.pager a{
  background: #fff;
  color: #000;
  text-decoration:none;
}

.pager a:hover{
  border: solid 1px #ddd;
  background-color: #eee;
}

/************************************
** 記事分割時のページナビゲーション
************************************/
.page-link{
  margin: 3em 0;
  text-align:center;
}
.comment-page-link{
  margin: 1em 1em 3em;
  text-align: center;
}

.page-link span,
.comment-page-link span,
.comment-page-link a{
  margin-right: 3px;
  padding: 7px 15px;
  border: 1px solid #ddd;
  background: #ddd;
  border-radius: 4px;
}
.page-link a span,
.comment-page-link a{
  background: #fff;
  color:#000;
}

.page-link a{
  border-bottom: none;
  color: #000;
  text-decoration:none;
}

.page-link a span:hover,
.comment-page-link a:hover{
  background: #eee;
  color: #000;
}

/************************************
** 関連記事（Relation）
************************************/
.related-entry{
  line-height:150%;
  margin-bottom:20px;
  margin-right:10px;
  clear: both;
/*  overflow: auto;
  zoom: 1;*/
}

.related-entry h4{
  margin-top: 0;
}

.related-entry-thumb {
  float: left;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.related-entry-thumb a{
  display: block;
}

.related-entry-thumb img{
  border:0;
  width: 100px;
  height: 100px;
  /*margin-bottom: 20px;*/
  display: block;
}

/*関連記事のサムネイル表示*/
.related-entry-thumbnail img{
  width: 200px;
  height: 200px;
  margin-bottom: 0;
}

.related-entry-content {
  margin-left: 110px;
}

.related-entry-title{
  margin-bottom:5px;
}

.related-entry-title a{
  text-decoration:none;
  font-size:18px;
  font-weight:bold;
  color:#333;
}

.related-entry-snippet{
  margin:0 0 5px 0;
  color:#555;
}

.related-entry-read{
  margin:0;
  font-size:14px;
}

/************************************
** 関連記事サムネイル（Relation）
************************************/

.related-entry-thumbnail{
  width:200px;
  height:292px;
  text-align:center;
  overflow:hidden;
  float:left;
  margin-bottom:15px;
  margin-right: 26px;
}

.related-entry-thumbnail .related-entry-thumb{
  margin:0;
  padding:0;
  float:none;
}

.related-entry-thumbnail .related-entry-content{
  margin: -10px 0px 0;
}

.related-entry-thumbnail .related-entry-content a{
  font-weight:normal;
}

/************************************
** コメントエリア（Comments Area）
************************************/
#comment-area ol,
#comment-area ul{
  list-style:none;
  padding-left:0;
}

#comment-area ol ul,
#comment-area ul ul{
  margin-left: 1.5em;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
  margin-top: -20px;
  margin-bottom: 40px;
}
.commets-list li,
.trackback-list li{
  margin-top: -1px;
  padding: 20px 0 0;
  width: 100%;
  border-bottom: 1px solid transparent;
}
.commets-list .avatar{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comment-meta,
.reply,
.comment-notes,
.form-allowed-tags,
span.small{
  font-size: 80%;
}

.comment-body p{
  clear: both;
}
.reply{
  text-align: right;
}

.bypostauthor{
  /* 記事投稿者のコメントのスタイル */
}

.children{
  padding-left: 2em;
}

#respond{
  margin-bottom: 40px;
}

#comments,
#reply-title{
  font-size: 21px;
}

#comments{
  margin-bottom: 25px;
}

/************************************
** 入力フォーム（Form）
************************************/
input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #333;
  /*display: block;*/
  font-size: 16px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  box-sizing: border-box;
}

input#author,
input#email,
input#url{
  max-width: 360px;
}

.gsc-search-box input[type="text"]{
  background-color:#FFF;
  border-radius: 0px;
}

#comment-area input[type="text"],
#comment-area textarea{
  display: block;
}

textarea {
  overflow: auto;
  width:100%;
  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: 1px solid #ff69b4;
  background: #fff;
  box-shadow:  0 0 3px rgba(255,105,180,1);
   color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 1px solid #777;
  border-radius: 3px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  line-height: normal;
  cursor: pointer;
  /* Old browsers */
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  /*background: #eee;*/
  opacity: 0.9;

}

select, option{
  padding: 5px;
}

/*
select{
  border: 1px solid #bbb;
  border-right: 2px;
}

select, option {
  margin: 0.5em 1px;
  padding: 3px 5px;
  vertical-align: middle;
}
#sidebar select{
  width: 100%;
}
*/
/*.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  position: relative;
  top:1px;
}*/

/************************************
** サイドバー（Sidebar）・ウィジェットなど
************************************/
#sidebar h3{
  margin-bottom: 10px;
  font-size:20px;
}
#sidebar .widget{
  margin-bottom: 45px;
}

.widget_search{
  margin-bottom: 0;
}

#sidebar ul,
#sidebar ol,
.widget-over-article ul,
.widget-over-article ol,
.widget-under-article ul,
.widget-under-article ol,
.widget-over-sns-buttons ul,
.widget-over-sns-buttons ol,
.widget-under-sns-buttons ul,
.widget-under-sns-buttons ol{
  padding-left: 1em;
  list-style:none;
}

#sidebar ul.snsp,
#main ul.snsp,
#footer ul.snsp{
  padding-left: 0;
}

.widget-over-article{
  margin-top: 10px;
  margin-bottom: 10px;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
  margin:20px 0;
}

#sidebar li{
  margin-bottom: 8px;
}

.sidebar-thumbnail-box{
  float: left;
  width: 75px;
}

.sidebar-recent-posts-title{
  float: right;
  width: 165px;
}
  #sidebar-recent-posts h3,
  #sidebar-recent-posts p,
  #sidebar-popular-posts h3,
  #sidebar-popular-posts p{
    margin: 0;
  }

#main .widgets{
  margin-top: 20px;
  margin-bottom: 20px;
}

#sidebar .widget_category_sns_follow_buttons ul,
.widget_category_sns_follow_buttons ul{
  padding-left: 0;
}

.widget_text ul {
  list-style-type:  disc;
}
.widget_text ol {
  list-style-type:  decimal;
}

/************************************
** 新着記事・人気記事（new, pupular）
************************************/
.widget_new_entries,
.widget_new_popular,
.widget_popular_ranking{
  line-height:150%;
}

.widget_new_entries h4,
.widget_new_popular h4,
.widget_popular_ranking h4{
  margin-bottom:15px;
}

#main .widget_new_entries ul,
#main .widget_new_popular ul,
#main .widget_popular_ranking ul,
#sidebar .widget_new_entries ul,
#sidebar .widget_new_popular ul,
#sidebar .widget_popular_ranking ul,
#footer .widget_new_entries ul,
#footer .widget_new_popular ul,
#footer .widget_popular_ranking ul {
  padding-left:0;
  list-style:none;
}

.widget_new_entries ul li,
.widget_new_popular ul li,
.widget_popular_ranking ul li {
  clear: left;
  float: none;
  margin-bottom:10px;
/*  overflow: auto;
  zoom: 1;*/
}

.widget_new_entries ul li img,
.widget_new_popular ul li img,
.widget_popular_ranking ul li img {
  border: medium none;
  display: inline;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
}

span.wpp-views{
  font-size:x-small;
  font-style:italic;
}

/************************************
** 新着記事・人気記事（拡張）
************************************/
.widget_new_entries .new-entrys-large .new-entry,
.widget_new_popular .popular-entrys-large .popular-entry,
.widget_new_popular .new-entrys-large .new-entry,
.widget_new_popular .popular-entrys-large .wpp-list li,
.widget_popular_ranking .popular-entrys-large .popular-entry,
.widget_popular_ranking .popular-entrys-large .wpp-list li{
  margin-bottom:15px;
  line-height:120%;
  position:relative;
  display:block;
  max-width: 440px;/*これを書いておかないと、タイトル部分がはみ出す*/
  overflow: visible;
}

.widget_new_entries .new-entrys-large .new-entry img,
.widget_new_popular .popular-entrys-large .popular-entry img,
.widget_new_popular .new-entrys-large .new-entry img,
.widget_new_popular .popular-entrys-large .wpp-list li img,
.widget_popular_ranking .popular-entrys-large .popular-entry img,
.widget_popular_ranking .popular-entrys-large .wpp-list li img{
  width:100%;
  float:none;
  margin:0;
  display:block;
  margin-bottom:5px;
  min-height: 180px;
  max-width: 440px;/*iPhone6は幅が414pxなのでそれより大きく*/
  max-height: 240px;
  height: auto;
}

.widget_new_popular .popular-entrys-large .wpp-list li img.wpp_cached_thumb,
.widget_popular_ranking .popular-entrys-large .wpp-list li img.wpp_cached_thumb{
  height:auto;
}

.widget_new_entries .new-entrys-large-on .new-entry .new-entry-content,
.widget_new_popular .popular-entrys-large-on .popular-entry .popular-entry-content,
.widget_new_popular .new-entrys-large-on .new-entry .new-entry-content,
.widget_new_popular .popular-entrys-large-on .wpp-list li a.wpp-post-title,
.widget_popular_ranking .popular-entrys-large-on .popular-entry .popular-entry-content,
.widget_popular_ranking .popular-entrys-large-on .wpp-list li a.wpp-post-title{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  /* 画像をBase64にするためコメントアウト
  background: url("images/black-transparent.png") repeat scroll 0 0 transparent; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAQMAAAAk8RryAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAA1JREFUGNNjGAWDCgAAAZAAAXtlmk8AAAAASUVORK5CYII=") repeat scroll 0 0 transparent;
/*  opacity:0.7;
  background-color:#333;*/
  padding:10px;
  max-height:28%;
  overflow:hidden;
  display:block;
}

.widget_new_entries .new-entrys-large-on .new-entry .new-entry-content a,
.widget_new_popular .popular-entrys-large-on .popular-entry .popular-entry-content a,
.widget_new_popular .new-entrys-large-on .new-entry .new-entry-content a,
.widget_new_popular .popular-entrys-large-on .wpp-list li a.wpp-post-title,
.widget_popular_ranking .popular-entrys-large-on .popular-entry .popular-entry-content a,
.widget_popular_ranking .popular-entrys-large-on .wpp-list li a.wpp-post-title {
  color:#fff;
  /*opacity:0.8;*/
  display:block;
}

.widget_new_popular .popular-entrys-large-on .wpp-list li span.wpp-views,
.widget_popular_ranking .popular-entrys-large-on .wpp-list li span.wpp-views {
  /* 画像をBase64にするためコメントアウト
  background: url("images/black-transparent.png") repeat scroll 0 0 transparent; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAQMAAAAk8RryAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAA1JREFUGNNjGAWDCgAAAZAAAXtlmk8AAAAASUVORK5CYII=") repeat scroll 0 0 transparent;
  color:#fff;
  opacity:1;
  display:block;
  right:0;
  top:0;
  position:absolute;
  padding:2px 10px;
  border-bottom-left-radius:15px;
  font-size:medium;
}


/************************************
** フッター(footer)
************************************/
#footer {
  clear: both;
  background: #fff;
  padding-top: 8%;
}

#footer-widget {
  margin: 10px auto;
  text-align: left;
  padding:0 5%;
}

.footer-left,
.footer-center,
.footer-right{
  box-sizing: border-box;
  padding: 10px;
}

.footer-left {
  float: left;
  width: 34%;
}

.footer-center {
  float: left;
  width: 33%;
}

.footer-right {
  float: left;
  width: 33%;
}

#footer-widget {
  color: #fcfcfc;
}

#footer-widget ul{
  list-style:none;
  padding-left:1em;
}

#footer-widget li {
  font-size: 14px;
}

#footer a {
  color: #533c32;
}

#footer h3{
  color:#fff;
  font-size: 16px;
}

#copyright{
  padding: 20px 0;
  text-align: center;
  width: 100%; 
  text-align:center;
  background: linear-gradient(to right, #f3aab8 0%,#f86e88 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
}

#copyright a{
  text-decoration:none;
  color:#fff;
}


/************************************
** TOPへ戻るボタン（Go to top）
************************************/
#page-top{
  position:fixed;
  display:none;
  right: 0px;
  bottom: 10px;
}

#page-top a{
  color:#fff;
  /*padding:7px;*/
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  background-color: #aaa;
  line-height:100%;
  border-radius: 10px 0 10px 0;
  font-size:11px;
}
#page-top a:hover{
  box-shadow: none;
  transform:unset;
}


/************************************
** 広告（ads）
************************************/
.ad-space{
  margin: 30px 0;
  clear:both;
}

.ad-article-bottom{

}

.ad-left{
  float:left;
  margin-right:2px;
  width:336px;
}


.ad-right{
  float:right;
  margin-left:2px;
  width:336px;
}

.ad-top-pc{
  width:728px;
  margin: 0 -24px 15px;
}

.ad-space-top{
  margin-top:0;
  margin-bottom:5px;
}

.ad-space-singular{
  margin-top:15px;
  margin-bottom:10px;
}

.ad-space-top .ad-label{
  display:none;
}

#sidebar .ad-space{
  margin-top:0;
}

/************************************
** 非表示にするものまとめ
************************************/
.widget-ad,
.widget-over-article-title,
.widget-under-article-title,
.widget-over-sns-buttons-title,
.widget-under-sns-buttons-title,
#sidebar .ad-space .ad-label{
 display:none;
}

.widget-index-top{
  margin-bottom: 30px;
}

.widget-index-middle{
  margin-bottom: 40px;
}

/************************************
** モバイルメニュー
************************************/
#mobile-menu{
  display:none;
}

#mobile-menu a{
  color:#333;
  padding: 4px 8px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  line-height:100%;
  border-radius: 3px;
  position:absolute;
  right: 7px;
  font-size: 15px;
  margin-top: 3px;
}

#mobile-menu a:hover,
#page-top a:hover{
  opacity: 0.7;
}

/************************************
** サムネイルつきポストナビ
************************************/
#prev-next{
  width:100%;
  margin: 36px 0 24px;
  padding:0;
  display: table;
}

#prev-next  #prev, #prev-next #next{
  width: 50%;
  display: table-cell;
  position:relative;
  text-decoration:none;
}

#prev-next #prev:hover, #prev-next #next:hover{
background-color: rgba(238,238,238,0.7);
}

#prev-next #prev{
border-right:#ddd 1px solid;
}

#prev-next #prev-title, #prev-next #next-title{
  top:-0.8em;
  position:absolute;
  border: 1px #ccc solid;
  text-align: center;
  padding:5px;
  color:#666;
  font-size:28px;
  border-radius:6px;
  background-color: #fff;
}
#prev-next #next-title{
  right:10px;
}
#prev-next span{
  padding:0;
  margin:0;
}

#prev-next #prev img, #prev-next #next img{
  margin:0 auto;
  width: 100px;
  height: 100px;
}

#prev-next #prev-no, #prev-next #next-no{
  width: 50%;
  padding:0 10px;
  display: table-cell;
}

#prev-next #prev-no{
  border-right:#ddd 1px solid;
}

#prev-no,
#next-no{
  position:relative;
}
#prev-no a:hover,
#next-no a:hover{
  background-color:#fff;
}

#prev-next-home span{
  color:#ccc;
  font-size:100px;
  margin:0 auto;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast:none){
  #prev-next-home span{
    margin-top: 50px;
  }
}

#prev-next #prev, #prev-next #prev::before, #prev-next #prev::after,
#prev-next #next, #prev-next #next::before, #prev-next #next::after {
  box-sizing: border-box;
}

#prev-next #next-title{
  right:10px;
}

#prev-next #prev img{
  margin-top:10px;
  float:left;
  margin-right:10px
}

#prev-next #next img{
  margin-top:10px;
   float:right;
   margin-left: 10px;
}


/************************************
** モバイルモーダルメニュー（animatedModal.js）
************************************/
#animatedModal a{
  color: #fff;
  text-decoration: none;
}

.close-animatedModal{
  text-align: center;
  font-size: 45px;
}

.modal-content{
  max-width: 440px;
  width: auto;
  margin: auto;
}

#animatedModal ul{
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
}

#animatedModal ul li{
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 10px 10px;
}

#animatedModal ul li a{
  padding: 5px 10px;
  width: auto;
  border-radius: 5px;
  display: block;
}

#animatedModal ul li a:hover{
  background-color: #555;
}

/*Google検索ボックス用*/
#___gcse_0 .cse .gsc-control-cse,
#___gcse_0 .gsc-control-cse{
  background-color: transparent;
  border: none;
}

/*SlickNav用スタイル*/
.slicknav_menu {
  display: none;
}

/*トップへ戻る画像の背景*/
#page-top a.move-page-top-image{
  background-color: transparent;
}

/*Firefoxの不具合？対策*/
div.vdh-mask{
  display: none;
}


/************************************
** Alt属性値を画像ホバー時にキャプション表示する
************************************/
.imgs-wrap{
  margin: 16px 0;
}

.hover-image {
  display: inline-block;
  /*margin: 16px 0;*/
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);*/
}


.wp-caption .hover-image {
  margin: 0;
}

.hover-image:before {
  content: '';
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transition-property: top, opacity;
          transition-property: top, opacity;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.hover-image-admin:before {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.hover-image img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}
.hover-image .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.hover-image .details a{
  color: #fff;
  text-decoration: none;
}
.hover-image .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition-property: top, opacity;
          transition-property: top, opacity;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.hover-image-admin .details span {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.hover-image .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 12px;
}
.hover-image:hover:before,
.hover-image:hover span {
  opacity: 1;
}
.hover-image:hover:before {
  top: 50%;
}
.hover-image:hover span {
  top: 0;
}
.hover-image:hover .info {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.hover-image-admin:hover .info {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}


/************************************
** Facebookページを「いいね！」するエリアのスタイル
************************************/
div.fb-like-mobile{
  display: none;
}
.article-like{
  height: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
}
.article-like-thumb{
  float: left;
  width: 100px;
}
.article-like-thumb img{
  display: block;
}
.article-like-body{
  margin-right: 140px;
  float: none;
  padding: 10px;
  font-size: 18px;
  line-height: 1.3em;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
}
.article-like-body::after{
  content: '\f054';
  position: absolute;
  right: 110px;
  top: 27px;
  color: #ccc;
  font-size: 50px;
  font-family: FontAwesome;
  line-height: 100%;
}
.article-like-button {
  background-color: #f3f3f3;
  width: 100px;
  height: 100px;
  text-align: center;
  float: right;
  padding-top: 27px;
  box-sizing: border-box;
/*  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;*/
}

.article-like-button iframe{
  background-color: #fff;
}

.article-like-arrow-box {
  float: left;
  position: relative;
  border: 1px solid #bbb;
  margin-left: 12px;
  width: calc(100% - 114px);
  border-radius: 5px;
}
.article-like-arrow-box-in{
  border-radius: 5px;
  overflow: hidden;
}
.article-like-arrow-box:after, .article-like-arrow-box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.article-like-arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.article-like-arrow-box:before {
  border-color: rgba(221, 221, 221, 0);
  border-right-color: #bbb;
  border-width: 11px;
  margin-top: -11px;
}


/************************************
** Facebookページを「いいね！」するエリアのスタイル（サイドバーの時）
************************************/
#sidebar .article-like-body::after{
  display: none;
}
#sidebar .article-like-body{
  font-size: 0.8em;
  padding: 5px;
  line-height: 1.1em;
  margin-right: 0;
  height: 70px;
}
#sidebar .article-like-arrow-box{
  height: 100px;
}
#sidebar .article-like-button{
  float: none;
  width: 100%;
  height: 30px;
  display: block;
  line-height: 24px;
  padding-top: 0;
}
#sidebar div.fb-like-mobile{
  display: block;
}
#sidebar div.fb-like-pc{
  display: none;
}

/************************************
** feedlyバルーンのスタイル
************************************/

/************************************
** 購読者数つきFeedlyボタン（縦型）
************************************/
#feedly-followers {
    display: block;
}

#feedly-followers a{
  display: block;
}

#feedly-followers img{
    width:72px;
    height:22px;
    border:none;
}

/* 購読者数の表示部分 */
#feedly-count {
  margin:0 auto 6px auto;
  width: 62px;
  height: 31px;
  background-color: #FFF;
  position: relative;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  padding: 0 4px;
  font-family: Arial;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  display: block;
}

#feedly-count a{
  color:#333;
  text-decoration:none;
}

/* 購読者数吹き出し部分 */
.fdly-count:after,
.fdly-count:before {
  border: solid transparent;
  content: ' ';
  right: 43%;
  position: absolute;
}

.fdly-count:before {
  border-width: 5px;
  border-top-color: #B0C1D8;
  top: 32px;
}

.fdly-count:after {
  border-width: 5px;
  border-top-color: #FFF;
  top: 30px;
}

/************************************
** 購読者数つきFeedlyボタン（横型）
************************************/
.feedly-btn-horizontal img#feedly-follow{
  width:60px;
  height:20px;
  border:0;
  margin-right:3px;
}

.feedly-btn-horizontal .arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #BDBDBD;
  padding: 0 6px;
  border-radius:3px;
  top:-7px;
  line-height:18px;
  display:inline-block;
  height:22px;
}

.feedly-btn-horizontal a{
  color:#333;
  font-size:11px;
  text-decoration:none;
  line-height:18px;
}

.feedly-btn-horizontal a:hover{
  color:#333;
}

.feedly-btn-horizontal .arrow_box:after,
.feedly-btn-horizontal .arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.feedly-btn-horizontal .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 3px;
  margin-top: -3px;
}

.feedly-btn-horizontal .arrow_box:before {
  border-color: rgba(189, 189, 189, 0);
  border-right-color: #BDBDBD;
  border-width: 4px;
  margin-top: -4px;
}

/************************************
** ブログカードのスタイル
************************************/
.blog-card{
  margin: 20px 0;
  max-width:100%;
  width: 500px;
  position: relative;
  clear:both;
  min-height:145px;
  min-width: 300px;
  box-sizing: border-box;
}

#sidebar .blog-card{
  margin-left: 0;
  margin-right: 0;
}

#sidebar .blog-card-title{
  font-size: 14px;
  line-height: 120%;
}

#sidebar .blog-card-excerpt,
#sidebar .blog-card-footer{
  font-size: 11px;
  line-height: 120%;
}


#sidebar img.blog-card-thumb-image{
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

#sidebar .blog-card-thumbnail-left .blog-card-content {
  margin-left: 90px;
}

.internal-blog-card,
.external-blog-card{
  padding:12px;
  padding-bottom: 6px;
  border:1px solid #ddd;
  word-wrap: break-word;
  border-radius: 5px;
}

.external-blog-card-hatena{
  border: 0;
  background-color: transparent;
  overflow: hidden;
}

.blog-card-thumbnail{
  float:left;
}

.blog-card img.blog-card-thumb-image{
  border:0;
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

.blog-card-content{
  margin-left:110px;
  line-height:120%;
  margin-bottom: 0.5em;
}
.blog-card-title{
  margin-bottom:5px;
}

.blog-card-title a{
  font-weight: bold;
  text-decoration: none;
  color: #111;
}

.blog-card-excerpt{
  color: #333;
  font-size: 0.9em;
  max-height: 80px;
  overflow: hidden;
}

.blog-card-footer{
  font-size: 0.7em;
  width: 100%;
  color:#777;
  clear:both;
  vertical-align: bottom;
  margin-left: -4px;
  /*position: absolute;
  bottom: 12px;*/
  /*position: relative;
  left: -3px;*/
}

.blog-card-site{
  float: left;
  margin-right: 7px;
  margin-top: 1px;
}

.blog-card-hatebu{
  float: left;
  margin-right: 7px;
  position: relative;
  bottom: -5px;
}

.blog-card-date{
  float: right;
  margin-bottom: -5px;
}

.blog-card-site{
  position:relative;
}

.blog-card-site a{
  color:#777;
  text-decoration:none;
}

.blog-card-favicon{
  margin-right:3px;
  position: relative;
  bottom: -4px;
}

.blog-card-favicon-img{
  width:16px;
  height:16px;
}


/***********************************
 ブログカード（幅が狭い場合）
 ***********************************/
@media screen and (max-width: 560px){
  .article .blog-card,
  .article .entry-content .hover-card{
    width: 100%;
  }

  .blog-card-content{
    margin-left: 0;
  }

  .blog-card-title a{
    font-size: 14px;
    line-height: 120%;
  }

  .blog-card-excerpt,
  .blog-card-footer{
    font-size: 11px;
    line-height: 120%;
  }

  #main .blog-card,
  #main .hover-card{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  img.blog-card-thumb-image{
    width: 80px;
    height: 80px;
  }

  .blog-card-content {
    margin-left: 90px;
  }
}


/* IE10以降 */
/*@media all and (-ms-high-contrast:none){
  .blog-card-favicon {
    display:none;
  }
}*/

.clear{
  clear:both;
}

#sidebar .blog-card,
#sidebar .hover-internal-blog-card,
#sidebar .hover-external-blog-card,
#sidebar .hover-card,
#footer .blog-card,
#footer .hover-internal-blog-card,
#footer .hover-external-blog-card {
  width: 100%;
  min-width: initial;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width:524px){
  /*.blog-card{width:auto;}*/
}


/************************************
** SNSに関するスタイルシートの設定
************************************/

/************************************
** SNSシェアボタン
************************************/
#sns-group{
  clear: both;
}

ul.snsb{
  padding:10px 0;
  margin-bottom:0;
  font-family: sans-serif;
}

.snsb li {
  float: left;
  list-style-type: none;
  margin-right: 7px;
  margin-top: 2px;
  margin-bottom: 5px;
}

ul.snsbs li{
  margin-right:5px;
  margin-bottom:5px;
}

ul.snsbs li a{
  color:#fff;
  text-decoration:none;
  font-size:25px;
  background-color:#000;
  display:block;
  padding:7px 6px 3px 6px;
  border-radius:5px;
  width:25px;
  height:30px;
  position:relative;
  text-align: center;
}

ul.snsbs li a .social-count{
  font-size:10px;
  background-color:#555;
  width:auto;
  padding:1px 3px;
  border-radius:5px;
  position:absolute;
  display:inline-block;
  right:0;
  bottom:0;
  height:12px;
  line-height:12px;
  font-family: Arial;
}

ul.snsbs a.twitter-btn-icon-link{background-color:#55acee;}
ul.snsbs a.facebook-btn-icon-link{background-color:#3b5998;}
ul.snsbs a.google-plus-btn-icon-link{background-color:#dd4b39;}
ul.snsbs a.hatena-btn-icon-link{background-color:#3C7DD1;}
ul.snsbs a.pocket-btn-icon-link{background-color:#EE4257;}
ul.snsbs a.line-btn-icon-link{background-color:#00c300;}
ul.snsbs a.evernote-btn-icon-link{background-color:#51b125;}
ul.snsbs a.feedly-btn-icon-link{background-color:#87bd33;}
ul.snsbs a.push7-btn-icon-link{background-color:#eeac00;}
ul.snsbs a.comments-btn-icon-link{
  background-color:#555;
  padding-top: 4px;
  padding-bottom: 6px;
}


.snsbs li a:hover{
  opacity: 0.7;
}

.snsbs li img {
  border-radius:10px;
}
img.line-btn-img{
  height:62px;
}

img.line-btn-img-mini{
  display:none;
}

img.evernote-btn-img{
  min-height:62px;
}

img.evernote-btn-img-mini{
  display:none;
}

/************************************
** タイトル下SNSボタン
************************************/
#sns-group-top ul{
  padding:0;
  line-height:20px;
}

#sns-group-top ul li{
  margin-top: 2px;
  margin-bottom: 2px;
}

#sns-group-top .sns-share-msg{
  display:none;
}

#sns-group-top .twitter-btn{
  width:100px;
}

#sns-group-top .facebook-btn{
  width: 127px;
}

#sns-group-top .google-plus-btn{
  width: 65px;
  margin-top:-2px;
}

#sns-group-top .pocket-btn{
  width:90px;
}

#sns-group-top img.line-btn-img{
  display:none;
}

#sns-group-top img.line-btn-img-mini{
  display:block;
  height: 20px;
}

#sns-group-top .evernote-btn-img{
  display:none;
}

#sns-group-top .evernote-btn-img-mini{
  display:block;
}

#sns-group-top .evernote-btn-img-mini{
  height:20px;
  width:auto;
}

/************************************
** SNSページフォロー
************************************/
.sns-follow-msg{
  margin: 8px 0 0 0;
  font-size:medium;
}

.sns-share-msg{
  margin-bottom:-20px;
  font-size:medium;
}

#header .sns-follow-msg{
  display:none;
}

ul.snsp{
  list-style:none;
  padding-left:0;
  margin:10px 0 15px;
}

ul.snsp li{
  display:inline;
  margin-right:5px;
}

ul.snsp li a{
  font-size:19px;
  line-height:170%;
  text-decoration:none;
}

/*ul.snsp li.push7-page a span {
  font-size: 26px;
  background-color: transparent;
  width: 30px;
  height: 30px;
  background-color: #666;
  padding: 2px 2px 3px;
  color: #fff;
  position: relative;
  top: -4px;
}

ul.snsp li.push7-page a{
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}*/

/*Facebookコメント欄が表示されない不具合修正*/
.fb-like iframe {
    max-width: none;
}

/*アイコフォントの大きさ*/
ul.snsp li {
  display: inline-block;
  margin-right: 5px;
}

ul.snsp li a {
  text-decoration: none;
}

ul.snsp li a span {
  display: block;
  font-size: 33px;
  width: 33px;
  height: 33px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #666;
  color: #fff;
}

/*feedly、LINEアイコンは自作なので少し大きかったので調整*/
ul.snsp li a span.icon-feedly-square,
ul.snsp li a span.icon-line-square,
ul.snsp li a span.icon-push7-square,
ul.snsp li a span.icon-hatebu-square{
  font-size:34px;
  position: relative;
}

#sns-group ul.snsp li a:hover{
  color: #fff;
}

ul.snsp li.twitter-page a span:hover{
  background-color:#55acee;
}

ul.snsp li.facebook-page a span:hover{
  background-color:#3b5998;
}

ul.snsp li.google-plus-page a span:hover{
  background-color:#dd4b39;
}

ul.snsp li.instagram-page a span:hover{
  background-color:#3f729b;
}

ul.snsp li.hatebu-page a span:hover{
  background-color:#008fde;
}

ul.snsp li.pinterest-page a span:hover{
  background-color:#cc2127;
}

ul.snsp li.youtube-page a span:hover{
  background-color:#e52d27;
}

ul.snsp li.flickr-page a span:hover{
  background-color:#1d1d1b;
}

ul.snsp li.github-page a span:hover{
  background-color:#24292e;
}

ul.snsp li.feedly-page a span:hover{
  background-color:#87bd33;
}

ul.snsp li.push7-page a span:hover{
  background-color: #eeac00;
}

ul.snsp li.line-page a span:hover{
  background-color:#00c300;
}

ul.snsp li.rss-page a span:hover{
  background-color:#fe9900;
}


ul.snsp li.feedly-page a img{
  margin-bottom:-3px;
  width:32.5px;
  height:32.5px;
  border-radius:7px;
  border-width:0px;
}

/************************************
** シェアバー
************************************/
#sharebar {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99;
  margin-left:-110px;
  margin-top:-50px;
  width:90px;
  position: fixed;
}

#sharebar ul li{
  display: block;
  margin: 5px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  float:none;
}

#sharebar ul li div{
  margin: auto;
}

#sharebar ul.snsb-balloon li,
#sharebar li.comments-balloon-btn{
  margin-left:15px;
  margin-bottom:10px;
}

#sharebar .sns-share-msg{
  display:none;
}

/************************************
** 自作のバルーンシェアボタン
************************************/
.balloon-btn-set{
  display:block;
  width:60px;
  height:63px;
}

.balloon-btn-set a{
  display:block;
  color:#777;
  font-size:14px;
  text-decoration:none;

}

.balloon-btn-set a.twitter-arrow-box-link .fa-comments{
  color: #aaa;
  font-size: 13px;
}

a.arrow-box-link{
  font-weight:bold;
  text-align:center;
  font-family: Arial;
  display:block;
  font-size: 14px;
}

a.evernote-arrow-box-link{
  /*font-family: 'Boogaloo', cursive;*/
  font-weight:normal;
}

a.arrow-box-link:hover{color:#555;}

a.balloon-btn-link{
  border:1px solid #ddd;
  width:58px;
  height:20px;
  line-height:22px;
  position:relative;
  top:4px;
  color:white;
  border-radius:3px;
  text-align:center;
  display:block;
}

a.balloon-btn-link:hover{
  opacity:0.7;
}

a.twitter-balloon-btn-link{background-color:#55acee;}
a.facebook-balloon-btn-link{background-color:#3c5a99;}
a.googleplus-balloon-btn-link{background-color:#dd4b39;}
a.hatena-balloon-btn-link{background-color:#3c7dd1;}
a.pocket-balloon-btn-link{background-color:#ee4257;}
a.line-balloon-btn-link{background-color:#00c300;}
a.evernote-balloon-btn-link{background-color:#51b125;}
a.feedly-balloon-btn-link{background-color:#87bd33;}
a.push7-balloon-btn-link{background-color:#eeac00;}
a.comments-balloon-btn-link{background-color:#333;}

a.comments-balloon-btn-link .fa-comment{position: relative;top:-3px;}

.arrow-box {
  position: relative;
  background: #fff;
  border: 1px solid #bbb;
  text-align:center;
  width:58px;
  height:33px;
  border-radius:3px;
  line-height:33px;
  display:inline-block;
}

.arrow-box:after,
.arrow-box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 3px;
  margin-left: -3px;
}
.arrow-box:before {
  border-color: rgba(187, 187, 187, 0);
  border-top-color: #ddd;
  border-width: 5px;
  margin-left: -5px;
}

/************************************
** タイトル下SNSボタン
************************************/
.page #sns-group-top {
    display: none;
}

#sns-group-top .balloon-btn-set{
  display:block;
  width:87px;
  height:22px;
  margin-bottom:10px;
}

#sns-group-top .arrow-box{
  height:20px;
  width:50px;
  line-height:20px;
  float:right;
}

#sns-group-top .arrow-box-link{
  line-height:20px;
  text-align:center;
}

#sns-group-top .balloon-btn-link{
  top:0;
  width:28px;
  float:left;
  line-height:24px;
}

#sns-group-top .arrow-box {
  position: relative;
  background: #fff;
  border: 1px solid #bbb;
}
#sns-group-top .arrow-box:after,
#sns-group-top .arrow-box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  left:auto;
  position: absolute;
  pointer-events: none;
}
#sns-group-top .arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 3px;
  margin-top: -3px;
}
#sns-group-top .arrow-box:before {
  border-color: rgba(119, 119, 119, 0);
  border-right-color: #bbb;
  border-width: 4px;
  margin-top: -4px;
}

/************************************
** Google FontsのBoogalooをダウンロードしたものの呼び出し
************************************/
/*@font-face{
  font-family: Boogaloo;
  src:url('webfonts/boogaloo/Boogaloo-Regular.ttf');
}

@font-face {
 font-family: Boogaloo;
 src: url('webfonts/boogaloo/Boogaloo-Regular.ttf') format("truetype");
}*/

/************************************
** バイラルボタン
************************************/
.sns-group-viral ul.snsb{
  box-sizing: border-box;
}

.sns-group-viral ul.snsb li{
  box-sizing: border-box;
  width: 24%;
  margin-right: 1%;
}

.sns-group-viral ul.snsb li a{
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  border-radius: 3px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
}

.sns-group-viral ul.snsbs li a .social-count{
  font-size: 12px;
  bottom: 2px;
  font-weight: bold;
  background-color: transparent;
}

.sns-group-viral .social-icon:after{
  margin-left: 7px;
  position: relative;
  top: -2px;
  font-family: arial;
}

.sns-group-viral .fa-comment:after{
  top: 0;
}


.sns-group-viral .icon-twitter:after{
  content: 'Twitter';
}

.sns-group-viral .icon-facebook:after{
  content: 'Facebook';
}

.sns-group-viral .icon-googleplus:after{
  content: 'Google+';
}

.sns-group-viral .icon-hatena:after{
  content: 'Hatena';
}

.sns-group-viral .icon-pocket:after{
  content: 'Pocket';
}

.sns-group-viral .icon-line:after{
  content: 'Line';
}

.sns-group-viral .icon-evernote:after{
  content: 'Evernote';
}

.sns-group-viral .icon-feedly:after{
  content: 'Feedly';
}

.sns-group-viral .icon-push7:after{
  content: 'Push';
}

.sns-group-viral .fa-comment:after{
  content: 'Comment';
}

/************************************
** バイラルボタン（シェアバー）
************************************/
#sharebar .sns-group-viral ul.snsb li{
  width: 100%;
}

#sharebar .sns-group-viral ul.snsb li a{
  width: 80px;
}

#sharebar .sns-group-viral .social-icon:after{
  display: none;
}

/************************************
** とりあえず何でもレスポンシブ化するスタイル
************************************/
img,canvas,iframe,video,svg{max-width:100%}.overflow-container{overflow-y:scroll}.aspect-ratio{height:0;padding-top:56.25%;position:relative}.aspect-ratio--object{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:100}

/************************************
** 外部パーツ微調整
************************************/
/*外部パーツの微調整など*/
/*SimplicityでbbPressのスタイルを整える*/
.bbp-breadcrumb-home,
.bbp-breadcrumb-home+.bbp-breadcrumb-sep,
.topic .post-date,
.topic .post-update,
.topic .footer-post-meta,
.post-0 .post-date,
.post-0 .post-update,
.post-0 .footer-post-meta,
.forum .post-date,
.forum .post-update,
.forum .footer-post-meta{
  display: none;
}

#bbp_search{
  font-size: 17px;
}

#bbp_search_submit{
  padding-top:9px;
  padding-bottom:9px;
}

.post-0 .post-meta{
  height: 27px;
}

.bbp-reply-content{
  font-size: 16px;
  line-height: 170%;
}

.bbp-forum-title{
  font-size: 16px;
}

.bbp-topic-permalink{
  font-size: 14px;
}

#main #bbpress-forums .status-closed{
  color: #000;
  background-color: #fcfcfc;
}

#main #bbpress-forums .status-closed a {
  color: #2098a8;
}

#main #bbpress-forums .status-closed li.bbp-topic-title a{
  color: #333;
}

#bbp-container .entry-content{
  margin-left:0;
}

.bbp-form > p,
.bbp-form > div{
  text-align: left;
}

#bbp_reply_content,
#bbp_topic_content{
  border:1px solid #ccc;
}

/*bbResolutions*/
.bbr-form-wrapper {
  clear: left;
}

.bbr-field-wrapper {
  float: left;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.bbr-resolution-sticker{

}
@media screen and (max-width: 440px){
  #main #bbpress-forums div.bbp-forum-content,
  #main #bbpress-forums div.bbp-topic-content,
  #main #bbpress-forums div.bbp-reply-content{
    margin-left: 10px;
  }
}

@media screen and (max-width: 480px){
  .article #bbpress-forums .bbp-body div.bbp-reply-author{
    padding-left: 0;
    margin-top: 10px;
    line-height: 130%;
  }

  .article #bbpress-forums div.bbp-reply-author img.avatar{
    top: 0;
  }
}

/*Googleカスタム検索用*/
#cse-search-box input[type="text"]{
  width: calc(100% - 70px);
  background-color: #fff;
}

#cse-search-box input {
  display: inline-block;
  box-sizing: border-box;
  height: 34px;
  color: #333;
}

#main #bbpress-forums div.bbp-reply-author img.avatar{
  position: relative;
}

/*カテゴリ・アーカイブウィジェットをドロップダウンにしたときラベルを表示しない*/
.widget_categories label.screen-reader-text,
.widget_archive label.screen-reader-text{
  display: none;
}

/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin: 40px 0;
}

.pagination li{
  display: inline-block;
}

.pagination a,
.pagination span {
  font-weight: 500;
  text-decoration:none;
/*  border: 1px solid #ddd;
  border-left-width: 0;*/
  border: none;
  width:38px;
  height:38px;
  color: #333;
  display: block;
  line-height: 38px;
  margin-left: 3px;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current span {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 500px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 310px ) {
  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

/*@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}
*/
.entry-large-thumnail{
  width: 100%;
  height: auto;
}

/***********************
* 旧Twitterボタンのような見た目を再現
***********************/
.twitter-balloon-btn-defalt .balloon-btn-set {
  display:block;
  width:65px;
  height:63px;
}

.twitter-balloon-btn-defalt a.balloon-btn-link{
  width:65px;
  position: relative;
}

.twitter-balloon-btn-defalt .arrow-box {
  width:65px;
}

.twitter-balloon-btn-defalt a.twitter-balloon-btn-link .tweet-label{
  font: 11px "Helvetica Neue",Arial,sans-serif;
  /*
  font-weight: bold;
  color: #000;
  */
  vertical-align: 25%;
}

#sns-group-top .twitter-balloon-btn-defalt .balloon-btn-set{
  width: 100px;
  margin-bottom: 0;
}

#sns-group-top .twitter-balloon-btn-defalt .balloon-btn-link{
  width: 65px;
}

#sns-group-top .twitter-balloon-btn-defalt .arrow-box {
    width: 25px;
}

/************************************
** アイキャッチ
************************************/
.eye-catch{
  line-height: 100%;
  margin-left: 0;
}

.eye-catch-caption{
  font-size: 75%;
}


/************************************
** 折り畳みアーカイブウィジェット
************************************/
.widget_archive a.year{
  cursor: pointer;
  text-decoration: underline;
}

.widget_archive .years ul {
  transition: .3s ease;
  margin: 0;
  margin-bottom: 1em;
}

#sidebar .widget_archive ul.years li{
  margin-bottom: 0;
}

/*PageSpeed Insightsのユーザーエクスペリエンス対策*/
@media screen and (max-width:639px){
  #sidebar .widget_archive ul.years li a{
    margin-bottom: 8px;
    display: inline-block;
  }
}

.widget_archive ul.years .hide {
  margin: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: none;
}

.admin-pv{
  text-align: right;
}

.admin-pv > span{
  margin: 0 5px;
  padding: 0 3px;
}


/************************************
** Push7通知ボタンのスタイル
************************************/
.snsb .p7-b > .p7-left,
.snsb .p7-b > .p7-top {
  border-color: #bbb;
  font-family: Arial;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #777;
}

.snsb .p7-b > .p7-left{
  margin-left: 6px;
}

.snsb .p7-b > .p7-top{
  padding: 0;
  line-height: 33px;
  height: 33px;
  margin-bottom: 4px;
}

#sharebar .snsb .p7-b > .p7-top{
  margin-bottom: 4px;
}
/*
.push7-balloon-btn .p7-b > a > span{
  display: none;
}
*/
.push7-balloon-btn .p7-b > a > span{
  font-size: 12px;
}

.push7-balloon-btn .p7-b > a{
  border: 1px solid #ddd;
  padding: 2px 4px;
}

.push7-balloon-btn .p7-b > a:hover{
  opacity: 0.7;
}

.facebook-save-button{
  margin: 1em 0;
}

.widget-under-sns-buttons.widget_facebook_save_button .main-widget-label{
  display: block;
  margin: 1em 0;
}


/************************************
** highlight.js用のスタイル
************************************/
.hljs {
  display: block;
  word-wrap: normal;
  overflow: auto;
  padding: 0.5em;
  border-radius:5px;
  margin: 1em auto;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
}

.hljs-keyword, .hljs-attribute, .hljs-selector-tag, .hljs-meta-keyword, .hljs-doctag, .hljs-name {
    font-weight: bold;
}

/************************************
** 最近のコメントウィジェットのスタイル
************************************/
dl.recent-comments {
  width:100%;
  margin: 20px auto;

}

dl.recent-comments dt{
  text-align: left;
  clear: left;
  float: left;
  width: 46px;
  white-space: nowrap;
  margin-top: 3px;
}

dl.recent-comments dd{
  margin-left: 0;
  margin-bottom: 20px;
}

dl.recent-comments dd .recent-comment-author{
  font-weight: bold;
}

dl.recent-comments dd .recent-comment-content{
  font-size:14px;
}

.recent-comment-title{
  clear: both;
}

/************************************
** ホバーカードの設定
************************************/
.hover-card{
  text-decoration: none;
  display: block;
}

.hover-internal-blog-card,
.hover-external-blog-card{
  width: 500px;
}

.hover-internal-blog-card.hover-blog-card-wide,
.hover-external-blog-card.hover-blog-card-wide{
  width: calc(100% - 40px);
  margin: 20px;
}

/*ホバーカード内に幅いっぱいにする*/
.hover-blog-card-wide .blog-card-wide {
  width: auto;
  margin: 0;
}
/*
.hover-card:hover{
  background-color: #f7f7f7;
}
*/

.hover-card .entry-read,
.hover-card .category,
.hover-card .related-entry-read,
.hover-card .blog-card-title,
.hover-card .admin-pv{
  color: #111;
  text-decoration: underline;
}

.hover-card .admin-pv{
  text-decoration: none;
}

.hover-card .entry:hover,
/*.hover-card .entry-large-thumbnail:hover,
.hover-card .entry-tile:hover,*/
.hover-card .related-entry:hover,
.hover-card .related-entry-thumbnail:hover,
.hover-card .blog-card:hover{
  background-color: #f7f7f7;
}

.hover-card .entry-tile h2,
.hover-card .blog-card-title {
  font-size: 16px;
  line-height: 110%;
  text-decoration: none;
  font-weight: bold;
}

.hover-card .related-entry-thumbnail h3{
  font-size: 16px;
  line-height: 110%;
  font-weight: normal;
}

/************************************
** 人気ウィジェットをランキング
************************************/
.ranking_list {
  counter-reset: wpp-ranking;
}

.ranking_list ul li{
  position: relative;
}

.ranking_list ul li:before {
  background: none repeat scroll 0 0 #666;
  color: #fff;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  font-size: 75%;
  left: 0;
  top: 3px;
  line-height: 1;
  padding: 4px 7px;
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  border-radius: 2px;
  font-family: Arial;
}

.icon-amp-logo2::before {
  font-size: 14px;
}

/*!動画の最大幅を指定する*/
.video-container{
  max-width:640px;
  position: relative;
}

/*!動画の大きさを調整*/
.video-container .video {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 30px;
  overflow: hidden;
  max-width: 100%;
}

.video iframe,
.video object,
.video embed,
.instagram iframe,
.instagram object,
.instagram embed,
.facebook iframe,
.facebook object,
.facebook embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.video-click {
  cursor: pointer;
}

.video-click:hover .video-play {
    background: url("images/youtube-play.png") no-repeat scroll -101px -13px rgba(0, 0, 0, 0);
}

.video-play {
  background: url("images/youtube-play.png") no-repeat scroll 2px -13px rgba(0, 0, 0, 0);
  height: 62px;
  left: 50%;
  margin-left: -45px;
  margin-top: -33px;
  position: absolute;
  top: 50%;
  width: 100px;
  opacity: 0.8;
}

.video-title-grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAQAAAA7fHH2AAAAQUlEQVQYV22KQQoAIAzDyv7/Et/oVlGZVCfkkIYamsENXESyi8vc0u/PKZ6o8+7fZ0h8ShRYnD+BFKToRJkHFpkM2hZSxuyWpEYAAAAASUVORK5CYII=");
  background-position: center top;
}

.video-title-text {
  color: #eeeeee;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  font-size: 17px;
  overflow: hidden;
  padding: 12px 16px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*星のスタイル*/
.rating-star{
  color: #f5bc55;
  font-size: 1.2em;
}
/*数字のスタイル*/
.rating-number{
  color: #333;
  font-size: 0.9em;
  margin-left: 0.4em;
}

/**
 * ボックスメニューのカスタマイズ
 * @author: わいひら
 * @link: https://nelog.jp/box-menu
 * @license: http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @reference: https://ponhiro.com/box-nav/ @ponhiroo
 */

.box-menus {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 18px 0;
}
.box-menus * {
  line-height: 1.6;
  margin: 0;
}

.box-menus .box-menu {
  display: block;
  box-sizing: border-box;
  padding: 0.5em 1em;
  text-decoration: none;
  width: 100%;
  text-align: center;
  min-height: 100px;
  cursor: pointer;
  background: #fff;
  width: calc(100%/4);
  color: #777;
  box-shadow: inset 1px 1px 0 0 #eee, 1px 1px 0 0 #eee, 1px 0 0 0 #eee;
  transition: none;
}
.box-menus .box-menu:last-child {
  margin-right: auto;
}
.box-menus .box-menu:hover {
	box-shadow: inset 2px 2px 0 0 #f8b862, 2px 2px 0 0 #f8b862, 2px 0 0 0 #f8b862, 0 2px 0 0
#f8b862;
  color: #777;
  z-index: 2;
}

.box-menus .box-menu-icon {
  color: #f8b862;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-menus .box-menu-icon * {
  margin: 10px 0;
  max-width: 60px;
  max-height: 60px;
  height: auto;
  display: inline-block;
}
.box-menus .box-menu-icon img {
  font-size: 16px;
  border: none;
  box-shadow: none;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}

.box-menus .box-menu-label {
  font-size: 14px;
  font-weight: 600;
}

.box-menus .box-menu-description {
  font-size: 10px;
  opacity: 0.8;
}

.nwa .box-menus .box-menu {
  width: calc(100%/2);
}
.voices_section .left_box{
  width: 35%;
  padding-left: 4%;
  background: #f9f2f3;
  padding-right: 4%;
  box-sizing:border-box;
  padding-top: 8%;
  padding-bottom: 8%;
}
.voices_section .right_box{
  width: 65%;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 5%;
  padding-bottom: 5%;
  box-sizing:border-box;
}
.voices_section .right_box .title{
  padding-bottom: 3%;
  margin-bottom: 3%;
  border-bottom: solid 1px #eee;
}
.voices_section .right_box .cdes{
  background: #F9F2F3;
    padding: 6% 0;
    width: 92%;
    padding-right: 8%;
    margin-left: -64%;
    padding-left: 64%;
}
.voices_section .left_box .en_des{
  color: #F86E88;
}
.voices_section .left_box .en_des .no{
  margin-left: 5px;
}
.svoice_box{
  overflow: hidden;
  align-items:center;
  background: #fafafa;
}
.svoice_box.revers{
  background: none;
}
.voices_section .svoice_box.revers .left_box .cdes{
    background: #F9F2F3;
    padding: 6% 0;
    width: 92%;
    padding-right: 0%;
    padding-left: 7%;
    margin-left: -7%;
    margin-right: -64%;
    padding-right: 77%;
}
#post-585 .hsec3.v2.child .course_box .box .h2_base .jp{
  line-height: 120%;
}
.newf_head_box{
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 15%;
}
.newf_head_box:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: #f46e84;
  height: 18%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
}
.newf_head_box .feature_en{
  position: absolute;
  right: 5%;
  top: 15%;
  text-align: center;
}
.feature_page .feature_page_list_box:after{
  height: 30vw;
  display: block;
  width: 100%;
  background: #f46e84;
  clip-path: polygon(0% 25%, 100% 0%, 100% 100%, 0% 100%);
}
.newf_head_box .feature_en span{
  display: block;
  line-height: 100%;
}
.newf_head_box .left_box{
  width: 45%;
  margin-right: 5%;
}
.newf_head_box .right_box{
  width: 50%;
}
.newf_head_box .logo_box2{
  max-width: 60%;
}
.newf_head_box .right_box .newf_base_h2 span.jp{
  display: block;
}
.newf_head_box .right_box .en:before{
    content: "";
    width: 12%;
    margin-right: 10px;
    height: 1px;
    border-bottom: solid 1px #231815;
}
.new_feature_box .main_des{
  background: #f5eeef;
  padding: 5% 0;
}
.new_feature_box .main_des .des{
  line-height: 240%;
}
.new_feature_box .second_des_box{
  padding: 8% 5%;
}
.new_feature_box .second_des_box.bk_pink{
  background: #f46e84;
}
.new_feature_box .second_des_box h3.newf_h3_base img{
  max-width: 80px;
  margin-right: 10px;
}
.new_feature_box .second_des_box h3.newf_h3_base{
  color: #fff;
  padding-bottom: 3%;
  margin-bottom: 3%;
  border-bottom: solid 1px #f0e9eb;
}
.new_feature_box .second_des_box .title_parts{
  position: relative;
}
.new_feature_box .second_des_box .en_title {
    color: rgba(249, 242, 243, 0.6);
    position: absolute;
    right: 0;
    bottom: 0;
}
.new_feature_box .second_des_box .secdes{
  color: #fff;
}
.new_feature_box .second_des_box .contents_box{
  background: #fff;
  padding: 3% 5%;
  border-radius: 15px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
}
.new_feature_box .second_des_box .contents_box:nth-child(2n){
  padding: 5% 5% 3%;
}
.new_feature_box .second_des_box .contents_box .left_box{
  width: 80%;
  padding-right: 5%;
  box-sizing:border-box;
}
.new_feature_box .second_des_box .contents_box .right_box{
  width: 20%;
}
.new_feature_box .second_des_box .contents_box .left_box .newf_h4_base img{
  max-width: 40px;
  margin-right: 10px;
}
.new_feature_box .second_des_box .contents_box .left_box .des{
  margin-left: 6%;
}
.new_feature_box .second_des_box .list_box .box{
  width: 50%;
  border-right: dotted 1px #ddd;
  border-bottom: dotted 1px #ddd;
  box-sizing:border-box;
  padding: 5%;
}
.new_feature_box .second_des_box.bk_white h3.newf_h3_base{
  color: #f86e88;
}
.new_feature_box .second_des_box .list_box .box:nth-child(2n){
  border-right: none;
}
.new_feature_box .second_des_box .list_box .box:nth-child(3),
.new_feature_box .second_des_box .list_box .box:nth-child(4){
  border-bottom: none;
}
.new_feature_box .newf_table {
  width: 100%;
  text-align: center;
}
.new_feature_box .newf_table th{
  background: #f46e84;
  border: solid 6px #fff;
  color: #fff;
  padding: 1% 0;
}
.new_feature_box .newf_table.v2 th{
  background: #b16c7c;
}
.new_feature_box .newf_table td.v1{
  color: #f46e84;
  background: #fff;
  border: solid 6px #fff;
  padding:1% 0;
}
.new_feature_box .newf_table.v2 td.v1{
  color: #b16c7c;

}
.new_feature_box .newf_table td.v2{
  background:#f0e9eb;
    border: solid 6px #fff;
    padding:1% 0;
}
.new_feature_box .newf_h4_base2{
  text-align: center;
  position: relative;
}
.new_feature_box .newf_h4_base2:before{
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid 1px #533c32;
  position: absolute;
  left: 0;
  top: 50%;
}
.new_feature_box .newf_h4_base2 span{
  position: relative;
  z-index: 1;
  background: #fff;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}
.new_feature_box .duo_box .box{
  width: 48%;
  margin-right: 4%;
    background: #fff;
    padding: 3% 3%;
    box-sizing:border-box;
    border-radius: 15px;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 4%;
}
.new_feature_box .duo_box .box:nth-child(2n){
  margin-right: 0;
}
.new_feature_box .duo_box .box h4 img{
  max-width: 40px;
  margin-right: 10px;
}
.new_feature_box .duo_box .box .des{
  margin-left: 2%;
  margin-right: 2%;
}
.new_feature_box .undred{
    background-repeat: repeat-x;
    background-size: 0.6em 0.2em, 1.6em 0.2em, 3.4em 0.2em, 3.6em 0.2em;
    background-position: right bottom;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 110, 132, 0)), color-stop(0.1, rgba(244, 110, 132, 0.02)), color-stop(0.5, rgba(244, 110, 132, 1)), color-stop(0.98, rgba(244, 110, 132, 0)), to(rgba(244, 110, 132, 0)));
    background-image: -webkit-radial-gradient(center center, 0.2em 0.1em, rgba(244, 110, 132, 1) 0, rgba(244, 110, 132, 0) 0.1em, rgba(244, 110, 132, 0) 0.2em), -webkit-radial-gradient(center center, 0.4em 0.1em, rgba(244, 110, 132, 1) 0, rgba(246, 89, 115, 0) 0.3em, rgba(246, 89, 115, 0) 0.4em), -webkit-radial-gradient(center center, 0.7em 0.1em, rgba(246, 89, 115, 1) 0, rgba(246, 89, 115, 0) 0.6em, rgba(246, 89, 115, 0) 0.7em), -webkit-radial-gradient(center center, 7.1em 0.1em, rgba(244, 110, 132, 1) 0, rgba(244, 110, 132, 0) 7em, rgba(244, 110, 132, 0) 7.1em);
    background-image: radial-gradient(0.2em 0.1em at center center, rgba(244, 110, 132, 1), rgba(244, 110, 132, 0)), radial-gradient(0.4em 0.1em at center center, rgba(244, 110, 132, 1), rgba(244, 110, 132, 0)), radial-gradient(0.7em 0.1em at center center, rgba(244, 110, 132, 1), rgba(244, 110, 132, 0)), radial-gradient(7.1em 0.1em at center center, rgba(244, 110, 132, 1), rgba(244, 110, 132, 0));
    padding-bottom: 5px;
}
.new_feature_box .newf_h4_base .text{
    background-repeat: repeat-x;
    background-size: 0.6em 0.2em, 1.6em 0.2em, 3.4em 0.2em, 3.6em 0.2em;
    background-position: right bottom;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 110, 132, 0)), color-stop(0.1, rgba(244, 110, 132, 0.02)), color-stop(0.5, rgba(244, 110, 132, 1)), color-stop(0.98, rgba(244, 110, 132, 0)), to(rgba(244, 110, 132, 0)));
    background-image: -webkit-radial-gradient(center center, 0.2em 0.1em, rgba(244, 110, 132, 1) 0, rgba(244, 110, 132, 0) 0.1em, rgba(244, 110, 132, 0) 0.2em), -webkit-radial-gradient(center center, 0.4em 0.1em, rgba(244, 110, 132, 1) 0, rgba(246, 89, 115, 0) 0.3em, rgba(246, 89, 115, 0) 0.4em), -webkit-radial-gradient(center center, 0.7em 0.1em, rgba(246, 89, 115, 1) 0, rgba(246, 89, 115, 0) 0.6em, rgba(246, 89, 115, 0) 0.7em), -webkit-radial-gradient(center center, 7.1em 0.1em, rgba(244, 110, 132, 1) 0, rgba(244, 110, 132, 0) 7em, rgba(244, 110, 132, 0) 7.1em);
    background-image: radial-gradient(0.2em 0.1em at center center, rgba(244, 110, 132, 1), rgba(244, 110, 132, 0)), radial-gradient(0.4em 0.1em at center center, rgba(244, 110, 132, 1), rgba(244, 110, 132, 0)), radial-gradient(0.7em 0.1em at center center, rgba(244, 110, 132, 1), rgba(244, 110, 132, 0)), radial-gradient(7.1em 0.1em at center center, rgba(244, 110, 132, 1), rgba(244, 110, 132, 0));
    padding-bottom: 10px;
}
.voice_bana{
  /*background: #f4ebdf;*/
  padding:4% 5%;
}
.voice_bana .inner_box{
  background: url(../../../../../../school/images/voice_bana.jpg) no-repeat center;
  background-size: cover;
}
.voice_bana .inner_box a{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.9+0,0.3+100 */
background: linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
position: relative;
padding: 5% 8%;
box-sizing:border-box;
}
.voice_bana .inner_box a:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing:border-box;
border: solid 15px rgba(255,255,255,0.5);
}
.voice_bana .left_box{
  width: 50%;
}
.voice_bana .right_box{
  width: 50%;
}
.voice_bana .left_box .en_title{
  color: rgba(83,60,50,0.2);
  line-height: 100%;
  margin-bottom: 5%;
}
.voice_bana .left_box .sub_title img{
  max-width: 60%;
}
.voice_bana .right_box .click_btn{
    background: linear-gradient(to right, rgba(243, 170, 184, 1) 0%, rgba(248, 110, 136, 1) 100%);
    color: #fff;
    letter-spacing: 0.5px;
    width: 80%;
    margin-left: auto;
    margin-right: 0;
    border-radius: 10px 10px 10px 0;
    padding: 4% 5%;
    box-sizing: border-box;
    text-shadow: 3px 3px 6px rgba(107, 19, 78, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.10);
}
.voice_bana .right_box .click_btn .left{
  width: 75%;
}
.voice_bana .right_box .click_btn .right{
    width: 25%;
    text-align: right;
}
.home .hsec2 h2{
  line-height: 130%;
  font-size: clamp(2.4rem, 1.9vw + 0rem, 3.8rem);
  margin-bottom: 12%;
}
.home .hsec2 .left_box .des{
  line-height: 180%;
  margin-bottom: 12%;
}
.home .hsec2 .right_box .box h3{
  margin-top: 10%;
  font-size: clamp(1.2rem, 2.0vw + 0rem, 2.2rem);
}
.home .hsec2 .right_box .box h3.sp{
  padding: 6% 0 0%;
}
.home .hsec2 .right_box .box h3.sp:after{
  margin-top: 37px;
}
.home .hsec2 .right_box .box h3:after{
    margin: 8% auto;
}
.home .hsec2 .right_box .box:nth-child(2) h3{
  letter-spacing: 0;
}
.wpcf7-form-control-wrap .kibou .wpcf7-list-item{
  display: inline-block;
  width: 45%;
  margin-bottom: 5px;
}
.wpcf7-form-control-wrap .kibou .wpcf7-list-item:nth-last-child(1){
  margin-bottom: 0;
}
.cari_table th{
  width: 40%;
  text-align: left;
  padding: 3px 5px;
  line-height: 130%;
  background: #f4eeeb;
}
.cari_table td{
  padding: 3px 5px;
  line-height: 130%;
}
.page-id-191 .corse_sec .box#cp4 .right_box .sub_des_box dt{
  width: 100%;
  margin-left: 3%;
  padding-bottom: 1%;
}
.page-id-191 .corse_sec .box#cp4 .right_box .sub_des_box dd{
  width: 100%;
}
/* スマホ用 */
@media screen and (max-width: 599px){
  .box-menus .box-menu{
    width: calc(100%/2);
  }
}

.pr-label-s{
  margin-right: 0.7em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 1px 12px;
  font-size: 0.8em;
}

.pr-label-l{
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 1em;
  font-size: 0.8em;
  text-align: center;
}

body .wp-block-search__input{
  width: initial;
  height: 40px;
}

.wp-block-search__button{
  height: 40px;
}

/*********************
カスタマイズ
**********************/
.top_menu_box{
  position: absolute;
  right: 0;
  top: 0;
  flex-flow: nowrap;
}
.menu_btn{
  /*width: 12vw;*/
  /*width: 20vw;
  height: 9vw;
  background: linear-gradient(to bottom, #f3aab8 0%,#f86e88 100%);
  color: #fff;
  text-align: center;
  box-sizing:border-box;
  padding-top: 2vw;
  padding-left: 7.5%;
  padding-right: 7.5%;*/
    width: 20vw;
    background: linear-gradient(to bottom, #f3aab8 0%,#f86e88 100%);
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding-top: 7%;
    /*margin-right: 5%;*/
    margin-right: 0;
    padding-left: 7.5%;
    padding-right: 7.5%;
    margin-top: 0%;
    padding-bottom: 7%;
    border-radius: 0px 0 00px 0px;
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
    line-height: 1.8vw;
}
.menu_btn a{
  display: block;
  color: #fff;
}
.top_menu_box .contact{
  margin-right: 3%;
}
.top_menu_box .contact a{
  display: block;
  background:#bcad1b;
  color: #fff;
  text-align: center;
  width: 8vw;
  height: 8vw;
  box-sizing:border-box;
  padding-top: 21%;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.top_menu_box .contact .jp{
  text-shadow: 3px 3px 3px rgba(112, 105, 110, 0.1);
  color: #fff;
  display: block;
  margin-bottom: 8%;
}
.top_menu_box .contact .en{
  color: #fff;
  display: block;
}
.top_menu_box .contact img{
  max-width: 20px;
}
.top_menu_box .contact.contact3 a{
  padding-top: 10%;
}
.top_menu_box .contact.contact3 .jp{
  margin-top: 3%;
  margin-bottom: 12%;
}
.menu_line .line1{
  display: block;
  width: 100%;
  border-bottom: solid 1px #fff;
  margin-bottom: 1vw;
}
.menu_line .line2{
  display: block;
  width: 80%;
  border-bottom: solid 1px #fff;
  margin-bottom: 1vw;
}
.menu_line .line3{
  display: block;
  width: 60%;
  border-bottom: solid 1px #fff;
  margin-bottom: 1vw;
}
.mv_box{
  position: relative;
  overflow: hidden;
  height: 85vh;
  /*margin-bottom: 4%*/
  /*margin-bottom: 1%;*/
}
.mv_box .bk{
  background: url(../../../../../school/images/mv2.webp) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0%;
  z-index: -1;
}
.mv_box .bk:before{
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d87c94+0,93278f+100&0.15+0,0.15+100 */
background: linear-gradient(to right, rgba(216,124,148,0.15) 0%,rgba(147,39,143,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.mv_box .chatch_box{
  margin-top: 24vh;
  /*font-style: italic;*/
  /*transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  margin-left: 3%;*/
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(107, 19, 78, 0.2);
}
.mv_box .chatch_box .head_text{
  display: inline-block;
  background: linear-gradient(to right, #f3aab8 0%,#f86e88 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 0.5% 3%;
  margin-left: 1%;
  color: #fff;
  clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 95% 100%);
  margin-bottom: 1%;
  display: none;
}
.mv_box .chatch_box .schatch{
  /*margin-left: 1%;*/
  margin-bottom: 4%;
  position: relative;
  text-shadow: 3px 3px 5px rgba(107, 19, 78, 0.2);
}
.mv_box .chatch_box .schatch:before{
  content: "";
  width: 16%;
  height: 1px;
  display: inline-block;
  margin-right: 1%;
  background: rgba(255,255,255,0.4);
  position:relative;
  top: -10px;
}
.mv_box .chatch_box .schatch:after{
  content: "";
  width: 16%;
  height: 1px;
  margin-left:1%;
  display: inline-block;
  background: rgba(255,255,255,0.4);
  position:relative;
  top: -10px;
}
.mv_box .chatch_box .mchatch{
  line-height: 220%;
  letter-spacing: 0;
}
.shortls1{
  letter-spacing: -2vw;
}
.shortls2{
  letter-spacing: -2vw;
}
.mv_box .chatch_box .mchatch .big5{
  position: relative;
  font-size: 180%;
  display: inline-block;
  /*-webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;*/
  color: #fff;
  /*text-shadow:none;*/
  /*background-image: linear-gradient(120deg,rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%);*/
}
/*.mv_box .chatch_box .mchatch .big5:before{
  content: "";
  display: block;
  width: 100%;
  background: url(../../../../../school/images/pink_line.svg) no-repeat center;
  background-size: 100%;
  height: 2vw;
  position: absolute;
  left: 0;
  bottom: -50%;
    transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(4deg);
}*/
.mv_box .foot_info{
  /*position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  margin: auto;*/
  margin:0 auto;
  /*clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 100% 100%);*/
  background: linear-gradient(to bottom, #f3aab8 0%,#f86e88 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 60%;
  max-width: 600px;
  border-radius: 20px 20px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.safe_marke{
  position: absolute;
  left: 5%;
  top: 5%;
  width: 20%;
}
.mv_box .foot_info img{
  width: 100%;
  position: relative;
}
.mv_box .foot_info a{
  color: #fff;
  padding: 3% 5%;
  box-sizing:border-box;
  align-items:center;
}
.mv_box .foot_info .left_box{
  text-align: center;
  width: 40%;
  margin-right: 5%;
}
.mv_box .foot_info .right_box{
  width: 55%;
  /*clip-path: polygon(0% 100%, 10% 0%, 100% 0%, 90% 100%);
  background: #fff;
  color: #f86e88;*/
  color: #fff;
  text-align: center;
  padding: 4% 2%;
  box-sizing:border-box;
}
.mv_box .foot_info .fui{
  display: block;
}
.mv_box .foot_info .middle{
  display: block;
  margin: 2% 0;
}
.mv_box .foot_info .right_box .top{
  display: block;
}
.mv_box .foot_info .right_box .click_btn{
  padding: 2%;
  display: block;
  box-sizing:border-box;
  color: #fff;
  border-radius: 100px;
  background: linear-gradient(to right, #f3aab8 0%,#f86e88 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  letter-spacing: 0;
  width: 86%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
}
.foot_menu .box .title img{
  max-width: 40px;
  margin-right: 5px;
}
.foot_menu .box .title{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #ede6e4;
}
#footer-in .tel img{
  width: 15px;
  margin-right: 5px;
}
#footer-in{
  color: #533c32;
}
.foot_logo{
  max-width: 12%;
  margin-left: auto;
  margin-right: auto;
}
.foot_head{
  text-align: center;
}
.foot_head .title{
  margin: 5px 0;
}
#footer .sns_list{
  list-style: none;
  padding-left: 0;
  margin-top: 2%;
  margin-bottom: 4%;
}
#footer .sns_list li{
  margin-right: 1%;
}
#footer .sns_list li:nth-last-child(1){
  margin-right: 0;
}
#footer .sns_list a{
  display: block;
  width: 60px;
  max-width: 10vw;
}
#footer .acsess_box .box{
  border: solid 1px #efe8e6;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 2% 0;
  width: 25%;
  text-align: center;
  margin-right: 1.5%;
}
#footer .acsess_box .des_box{
  text-align: center;
  width: 100%;
  margin-top: 2%;
}
#footer .acsess_box .box:nth-child(3n){
  margin-right: 0;
}
#footer .acsess_box .box .name .left{
  margin-right: 5px;
}
#footer .acsess_box .box .tel{
  margin: 5px 0;
}
#footer .acsess_box .box .click_btn_v6 a{
  padding: 2%;
  display: block;
  box-sizing: border-box;
  color: #fff;
  border-radius: 100px;
  background: linear-gradient(to right, #f3aab8 0%,#f86e88 100%);
  letter-spacing: 0;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8%;
}
#footer .foot_menu{
  padding: 7% 4% 5%;
}
#footer .foot_menu .box{
  width: 20%;
  box-sizing:border-box;
  padding: 0 0.8vw;
}
#footer .foot_menu .box:nth-child(2){
  /*width: 40%;*/
  width: 60%;
}
#footer .foot_menu .box ul{
  list-style: none;
  padding-left: 8%;
  margin-top: 1%;
  margin-bottom: 8%;
}
#footer .foot_menu .box li{
  position: relative;
  letter-spacing: 0;
  line-height: 180%;
}
#footer .foot_menu .box li:before{
  content: "-";
  position: absolute;
  left: -7%;
}
#footer .foot_menu .box:nth-child(2) .box_inner{
  /*width: 50%;*/
  width: 33%;
  box-sizing:border-box;
  padding: 0 1%;
  letter-spacing: 0;
}
.bana_box{
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.bana_box.bana1{
  background: url(../../../../../school/images/tiara_img1.jpg) no-repeat center;
  background-size: cover;
}
.bana_box.bana1 a{
  color: #fff;
  display: block;
  padding: 1%;
  text-shadow: 3px 3px 6px rgba(107, 19, 78, 0.3);
  box-sizing:border-box;
  border:solid 4px rgba(255,255,255,0.8);
  margin-bottom: 2%;
  background: linear-gradient(to right, rgba(243,170,184,0.84) 0%,rgba(248,110,136,0.84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bana_box.bana1 a .inner_line{
  display: block;
  border:solid 1px rgba(255,255,255,0.8);
  padding: 2% 0;
  text-align: center;
  box-sizing:border-box;
}
.bana_box.bana1 a .inner_line img{
  max-width: 400px;
}
.bana_box.bana1 a .inner_line .logo1{
  display: block;
}
.bana_box.bana1 a .inner_line .title{
  display: block;
  margin-bottom: 1%;
}
.bana_box.bana1 a .inner_line .des{
  display: block;
  background: rgba(255,255,255,0.1);
  padding: 1% 0;
}
.bana_box.duo{
  margin-bottom: 4%;
}
.bana_box .bana2{
  background: url(../../../../../school/images/tiara_img2.jpg) no-repeat center;
  background-size: cover;
  margin-right: 2%;
  width: 49%;
}
.bana_box .bana2 a{
  color: #fff;
  display: block;
  padding: 4% 0;
  height: 100%;
  background: rgba(83,60,50,0.6);
  box-sizing:border-box;
  border:solid 4px rgba(248,110,136,0.8);
}
.bana_box .bana2 a .fui{
  display: block;
}
.bana_box .bana2 a .title{
  display: block;
}
.bana_box .bana2 a .head{
  align-items:center;
  text-shadow: 3px 3px 6px rgba(25, 1, 18, 0.2);
}
.bana_box .bana2 a .head .left{
  width: 65%;
  text-align: center;
}
.bana_box .bana2 a .head .right{
  width: 25%;
  text-align: center;
}
.bana_box .bana2 a .head .right .text{
  background: linear-gradient(to right, rgba(243,170,184,0.84) 0%,rgba(248,110,136,0.84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 100vw;
  display: inline-block;
      padding: 2vw 1vw;
}
.bana_box .bana2 a .foot{
  margin-top: 3%;
  color: #fff;
  padding: 1%;
  background: linear-gradient(to right, rgba(243,170,184,0.84) 0%,rgba(248,110,136,0.84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bana_box .bana2 a .foot .left{
  width: 45%;
}
.bana_box .bana2 a .foot .right{
  width: 45%;
  text-align: right;
}
.bana_box .bana3{
  background: url(../../../../../school/images/tiara_img3.jpg) no-repeat center;
  background-size: cover;
  width: 49%;
}
.bana_box .bana3 a{
  color: #fff;
  display: block;
  padding: 4% 0;
  height: 100%;
  background: rgba(188,173,27,0.73);
  box-sizing:border-box;
  border:solid 4px rgba(255,255,255,0.8);
  text-align: center;
}
.bana_box .bana3 a img{
  max-width: 14px;
  margin-right: 10px;
}
.bana_box .bana3 a img.right{
  transform: scale(-1, 1);
  margin-left: 10px;
  margin-right: 0;
}
.bana_box .bana3 a .title{
  margin-top: 2%;
  margin-bottom: 1%;
  text-shadow: 3px 3px 6px rgba(25, 1, 18, 0.2);
}
.bana_box .bana3 a .fui{
  text-shadow: 3px 3px 6px rgba(25, 1, 18, 0.2);
}
.bana_box .bana3 a .sub{
 text-shadow: 3px 3px 6px rgba(25, 1, 18, 0.2);
 position: relative;
 margin-bottom: 2%;
}
.bana_box .bana3 a .sub:before{
  content: "";
  display: inline-block;
  width: 18%;
  height: 1px;
  margin-right: 1%;
  border-bottom: solid 1px rgba(255,255,255,0.8)
}
.bana_box .bana3 a .sub:after{
  content: "";
  display: inline-block;
  width: 18%;
  margin-left: 1%;
  height: 1px;
  border-bottom: solid 1px rgba(255,255,255,0.8)
}
.bana_box .bana3 a .click{
  display: inline-block;
  background: #fff;
  color: #bcad1b;
  padding: 2% 10%;
  border-radius: 100px;
}
.hsec2{
  /*background: url(../../../../../school/images/tiara_img4.jpg) no-repeat center;
  background-size: cover;*/
  /*padding: 8% 4%;*/
  padding: 8% 10%;
  position: relative;
}
.hsec2:before{
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hsec2:after{
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.en_big_title{
  color: rgba(249,244,246,0.8);
}
.hsec2 .left_box{
  width: 30%;
  margin-right: 5%;
  padding-top: 7%;
}
.hsec2 .right_box{
  width: 65%;
  padding-top: 7%;
}
.hsec2 .right_box .box{
  /*width: 23.5%;*/
  width: 32%;
  margin-right: 2%;
  background: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  border: solid 1px #ede6e4;
  box-sizing:border-box;
}
.hsec2 .right_box .box.mb{
  margin-bottom: 7%;
}
.hsec2 .right_box .box a{
  display: block;
  height: 100%;
  padding: 8% 0 30%;
  box-sizing:border-box;
}
.home .hsec2 .right_box .box a{
  padding-bottom: 8%;
}
.hsec2 .right_box .box:nth-child(3n){
  margin-right: 0;
}
.hsec2 .right_box .box .head_num{
  position: absolute;
  left: 3%;
  top: -11%;
  color: #f86e88;
  letter-spacing: 0;
  line-height: 160%;
}
.hsec2 .right_box .box .img{
  text-align: center;
}
.hsec2 .right_box .box .head_num .top{
  display: block;
}
.hsec2 .right_box .box .head_num .no{
  display: block;
}
.hsec2 .right_box .box h3{
  margin-top: 5%;
  text-align: center;
  color: #f86e88;
}
.hsec2 .right_box .box h3.sp{
  padding-top: 5%;
}
.hsec2 .right_box .box h3.sp:after{
  margin-top: 28px;
}
.hsec2 .right_box .box h3:after{
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  border-bottom: solid 1px #f86e88;
  margin:5% auto;
}
.hsec2 .right_box .box .des{
  color: #231815;
  letter-spacing: 0;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.hsec2 .right_box .box .des br{
  display: none;
}
.hsec2 .sub_title{
  margin-bottom: 5%;
  position: relative;
  z-index: 1;
}
.hsec2 h2{
  line-height: 160%;
  margin-bottom: 15%;
}
.hsec2 .left_box .des{
  line-height: 220%;
  margin-bottom: 20%;
}
.hsec2 .click_btn_v3 a{
  margin-bottom: 10%;
  display: block;
  color: #fff;
  padding: 6% 0;
  text-align: center;
  border-radius: 15px 15px 15px 0px;
  background: linear-gradient(to right, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hsec2 .click_btn_v3 a .jp{
  margin-right: 10px;
}
.hsec2 .feature_box{
  /*align-items:flex-end;*/
}
.hsec2 .en_big_title{
  position: absolute;
  left: 9%;
  top: 2%;
  color: #fae1e5;
}
.hsec3{
  position: relative;
  margin-bottom: 8%;
}
.corse_menu_list_home{
  margin-top: 5%;
  width: 50%;
}
.corse_menu_list_home li{
  margin-bottom: 2%;
}
.corse_menu_list_home li a{
  color: #fff;
  display: block;
  position: relative;
  padding: 1.5% 0 1.5% 5%;
  text-shadow: 3px 3px 6px rgba(107, 19, 78, 0.3);
}
.corse_menu_list_home li a:before{
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  background:#a25d6f;
  top: 0;
}
.hsec3.v2 .course_box .box:nth-child(2) .h2_base{
  border-left: solid 4px #ba8e99;
}
.hsec3.v2 .course_box .box:nth-child(3) .h2_base{
  border-left: solid 4px #d87c94;
}
.hsec3.v2 .course_box .box:nth-child(4) .h2_base{
  border-left: solid 4px #e096a9;
}
.hsec3.v2 .course_box .box:nth-child(5) .h2_base{
  border-left: solid 4px #bca8c1;
}
.corse_menu_list_home li.v2 a:before{
  background: #ba8e99;
}
.corse_menu_list_home li.v3 a:before{
  background: #d87c94;
}
.corse_menu_list_home li.v4 a:before{
  background: #e096a9;
}
.corse_menu_list_home li.v5 a:before{
  background: #bca8c1;
}
.hsec3 .head_box{
  background: url(../../../../../school/images/tiara_img1_2024.webp) no-repeat center;
  background-size: cover;
  width: 100%;
  margin-left: auto;
  border: solid 4vw #f9f2f3;
  box-sizing: border-box;
  /*box-shadow: -20px 20px 0px 0px rgba(216, 124, 148, 0.2);*/
}
.hsec3 .head_box .inner{
  /*background: linear-gradient(to right, rgba(243,170,184,0.8) 0%,rgba(248,110,136,0.8) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: rgba(83,60,50,0.3);
  color: #fff;
  align-items:center;
  padding: 8% 4% 6%;
  box-sizing:border-box;
}
.hsec3 .head_box .inner .left_box{
  background: linear-gradient(to right, rgba(243,170,184,0.5) 0%,rgba(248,110,136,0.5) 100%);
  box-sizing:border-box;
  padding: 5% 4%;
  width: 40%;
  text-shadow: 3px 3px 6px rgba(107, 19, 78, 0.3);
}
.hsec3 .head_box .inner .left_box .h2_base{
  font-size: clamp(2.2rem,2.0vw + 0rem,4.2rem);
}
.hsec3 .head_box .inner .right_box{
  width: 55%;
  margin-left: 5%;
  line-height: 220%;
  letter-spacing: 0.5px;
  text-shadow: 3px 3px 6px rgba(107, 19, 78, 0.3);
}
.hsec3 .en_big_title {
  /*color: rgba(250,225,229,0.3);*/
  color: #f9f2f3;
  position: absolute;
  left: 5%;
  top: -2%;
}
.hsec3 .course_box{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -7%;
}
.hsec3 .course_box .box.one{
  width: 100%;
}
.hsec3 .course_box .box.duo{
  width: 47%;
  margin-right: 6%;
}
.hsec3 .course_box .box.duo:nth-child(2n){
  margin-right: 0;
}
.hsec3 .course_box .box.duo .img{
  margin-bottom: 4%;
}
.hsec3 .course_box .box h2{
  position: relative;
  border-left: solid 4px #a25d6f;
  padding: 1% 0 1% 4%;
  margin-bottom: 5%;
}
.hsec3 .course_box .box h2 .jp{
  display: block;
  margin-bottom: 10px;
    font-size: clamp(1.7rem, 2.1vw + 0rem, 3.6rem);
}
.hsec3 .course_box .box h2 .en{
  align-items:center;
}
.hsec3 .course_box .box h2 .en:before{
  content: "";
  width: 12%;
  margin-right: 10px;
  height: 1px;
  border-bottom: solid 1px #231815;
}
.hsec3 .course_box .box .des_top{
  margin-bottom: 5%;
  line-height: 180%;
}
.hsec3 .course_sub .cbox a{
  padding: 3% 1%;
  border-top: solid 1px #e6e6e6;
  align-items:center;
  color: #533c32;
}
.hsec3 .course_sub .cbox a img{
  max-width: 40px;
}
.hsec3 .course_sub .cbox a .cimg{
  width: 8%;
  margin-right: 2%;
}
.hsec3 .course_sub .cbox a .title_box{
  width: 70%;
  letter-spacing: 0;
}
.hsec3 .course_sub .cbox a .view{
  width: 20%;
  text-align: right;
}
.hsec3 .course_sub .cbox a .title_box h3{
  margin-bottom: 3px;
}
.hsec3 .first .course_sub .cbox a .title_box{
  width: 45%;
  letter-spacing: 0;
}
.hsec3 .first .course_sub .cbox a .title_box.wide{
  width: 70%;
}
.hsec3 .first .course_sub .cbox a .csec{
  width: 25%;
}
.hsec3 .first .course_sub .cbox a .csec .csec_box{
  background: #f86e88;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  width: 31%;
  margin-right: 3.5%;
  text-align: center;
  line-height: 100%;
  padding: 6px 0;
  box-sizing:border-box;
}
.hsec3 .first .course_sub .cbox a .csec .csec_box:nth-child(3){
  margin-right: 0;
}
.hsec3 .first .course_sub .cbox a .csec .csec_box.sin,
.hsec3 .first .course_sub .cbox a .csec .csec_box.sin2{
  padding: 12px 0;
}
.hsec3 .click_btn_v2 a{
  background: linear-gradient(to right, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items:center;
  padding: 3% 0;
      text-shadow: 3px 3px 6px rgba(107, 19, 78, 0.3);
      margin-top: 3%;
}
.hsec3 .click_btn_v2 a .jp{
  margin-right: 3%;
}
.hsec3 .course_box .box.duo{
  margin-bottom: 6%;
}
.hsec3 .course_box .box.one .inner{
  align-items:center;
}
.hsec3 .course_box .box.one .img{
  width: 48%;
  margin-right: 4%;
}
.hsec3 .course_box .box.one .right_box{
  width: 48%;
}
.hsec3 .course_box .box.one .right_box .click_btn_v3 a{
    display: inline-block;
    color: #fff;
    padding: 4% 0;
    width: 80%;
    text-align: center;
    border-radius: 15px 15px 15px 0px;
    background: linear-gradient(to right, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%);
    box-sizing:border-box;
}
.hsec3 .course_box .box.one .right_box .click_btn_v3 a .jp{
  margin-right: 1%;
}
.hsec4{
  padding: 4% 4%;
  color: #fff;
  background: #fae1e5;
  position: relative;
  /*background: linear-gradient(135deg, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hsec4 .en_big_title{
  position: absolute;
  top: -18%;
  left: 4%;
  color: #fae1e5;
}
.hsec4 .inner{
  background: url(../../../../school/images/flow_mv_2024.webp) no-repeat center;
  background-size: cover;
  padding: 8% 6%;
  position: relative;
}
.hsec4 .inner:before{
  content: "";
  background: rgba(83,60,50,0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hsec4 .left_box{
  width: 30%;
  margin-right: 8%;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  box-sizing:border-box;
}
.hsec4 .right_box{
  width: 62%;
  position: relative;
  z-index: 1;
  box-sizing:border-box;
}
.hsec4 .left_box .h2_base{
  margin:3% 0 7%;
  font-size: clamp(2.4rem, 2.4vw + 0rem, 4.2rem)
}
.hsec4 .left_box .des{
  margin-bottom: 12%;
  line-height: 180%;
  letter-spacing: 0.5px;
}

.hsec4 .right_box .step{
  justify-content:center;
  margin-bottom: 5%;
}
.hsec4 .right_box .step img{
  max-width: 15px;
  margin-right: 5px;
}
.hsec4 .right_box .box{
  width: 18.5%;
  text-align: center;
  border: solid 1px rgba(255,255,255,0.5);
  border-radius: 5px;
  text-align: center;
  padding: 2% 0;
  box-sizing:border-box;
  position: relative;
}
.click_btn_v3.base a{
    display: block;
    color: #fff;
    padding: 6% 3em;
    text-align: center;
    border-radius: 15px 15px 15px 0px;
    background: linear-gradient(to right, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%);
}
.click_btn_v3.base a .jp {
    margin-right: 10px;
}
.hsec4 .right_box .arrow{
  width: 1.875%;
  text-align: center;
  padding-top: 5%;
  box-sizing:border-box;
}
.hsec4 .right_box .box:nth-child(5){
  margin-right: 0;
}
.hsec4 .right_box .box .title{


}
.hsec4 .right_box .box:nth-child(4) .title{
  padding-top: 10%;
}
.hsec4 .right_box .arrow_box{
  margin-bottom: 5%;
}
.hsec4 .right_box .des_v2{
  text-align: center;
  margin-bottom: 3%;
}
.hsec4 .right_box .link_box{
  justify-content:center;
}
.hsec4 .right_box .click_btn_v4{
  width: 45%;
  text-align: center;
  margin-right: 2%;
}
.hsec4 .right_box .click_btn_v4:nth-child(2){
  margin-right: 0;
}
.hsec4 .right_box .click_btn_v4 a{
  display: block;
  background: rgba(255,255,255,0.2);
  color: #fff;
  letter-spacing: 1px;
  padding:5% 5%;
  box-shadow: 5px 5px 5px 0px rgba(25, 1, 18, 0.1);
  text-shadow: 3px 3px 6px rgba(107, 19, 78, 0.2);
}
.hsec5{
  overflow: hidden;
  background: url(../../../../school/images/certification_sec_mv_2024.webp) no-repeat center;
  background-size: cover;
}
.hsec5 .img_box{
  width: 30%;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  display: none;
}
.hsec5 .img_box img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 130%;
  max-width: inherit;
  height: auto;
}
.hsec5 .right_box{
  width: 60%;
  box-sizing:border-box;
  padding: 8% 8%;
  position: relative;
}
.hsec5 .en_big_title{
  position: absolute;
  color: rgba(250,225,229,0.4);
  top: 2%;
  z-index: -1;
}
.hsec5 .right_box .sub_title img{
  max-width: 40%;
}
.hsec5 .right_box .sub_title{
  margin-top: 2%;
  margin-bottom: 8%;
  align-items:center;
}
.hsec5 .right_box .sub_title:after{
  content: "";
  width: 57%;
  height: 1px;
  margin-left: 3%;
  border-bottom: solid 1px #231815;
}
.hsec5 .right_box .h2_base{
  margin-bottom: 6%;
}
.hsec5 .right_box .des{
  margin-bottom: 8%;
}
.hsec5 .certif_box{
  padding-top: 3%;
  padding-right: 1%;
  overflow: hidden;
}
.home .swiper-wrapper{
  height: auto;
}
.hsec5 .certif_box .box{
  border: solid 1px rgba(35,24,21,0.9);
  width: 46%;
  margin-right: 8%;
  box-sizing: border-box;
  background: linear-gradient(to right,rgba(35,24,21,.4) 0%,transparent 20%,transparent calc(80%),rgba(35,24,21,.4) calc(100%)) 0 0/100% 1px;
  background-repeat: no-repeat;
  border-top: none;
  /*padding: 3%;*/
  position: relative;
}
.hsec5 .certif_box .box .count_title{
  position: absolute;
  top: -4%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.hsec5 .certif_box .box a{
  color: #231815;
  padding: 6% 6% 6%;
    display: block;
}
.hsec5 .certif_box .box:nth-child(2n){
  margin-right: 0;
}
.hsec5 .certif_box .box .img{
  width: 100%;
}
.hsec5 .certif_box .box .img img{
  width: 100%;
}
.hsec5 .certif_box .box h3{
  text-align: center;
  margin: 4% 0 6%;
}
.hsec5 .certif_box .box .sdes{
  margin-bottom: 8%;
  letter-spacing: 0.5px;
}
.hsec5 .click_btn_v5{
    background: linear-gradient(to right, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%);
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 3% 0;
    text-shadow: 3px 3px 6px rgba(107, 19, 78, 0.3);
    margin-top: 3%;
    letter-spacing: 0.5px;
}
.hsec5 .click_btn_v5 .jp{
  margin-right: 3%;
}
.hsec6{
  overflow: hidden;
  /*background: #f9f4f6;*/
      padding: 8% 0% 4% 4%;
      position: relative;
}
.hsec6 .en_big_title{
  color: #fae1e5;
  position: absolute;
  color: rgba(250,225,229,0.4);
  top: 8%;
  right: -5%;
  text-align: right;
}
.hsec6 .left_box{
  width: 50%;
  margin-right: 0%;
}
.hsec6 .right_box{
  width: 100%;
  overflow: hidden;
}
.hsec6 .left_box .sub_title img{
  max-width: 40%;
}
.hsec6 .left_box .sub_title{
  margin-top: 2%;
  margin-bottom: 4%;
  align-items:center;
  position: relative;
  z-index: 1;
}
.hsec6 .left_box .sub_title:after{
  content: "";
  width: 57%;
  height: 1px;
  margin-left: 3%;
  border-bottom: solid 1px #231815;
}
.hsec6 .left_box .h2_base{
  margin-bottom: 6%;
}
.hsec6 .click_btn_v3{
  text-align: center;
}
.hsec6 .click_btn_v3 a{
  display: inline-block;
  padding: 2% 3em;
  box-shadow: 5px 5px 5px 0px rgba(25, 1, 18, 0.1);
}
.hsec6 .right_box .box{
  width: 45%;
  margin-right: 2%;

}
.hsec6 .right_box .box:nth-child(2){
  margin-right: 0;
}
.hsec6 .right_box .box a{
  display: block;
  background: #fff;
  padding: 2%;
  box-sizing:border-box;
  box-shadow: 5px 5px 5px 0px rgba(25, 1, 18, 0.1);
  color: #231815;
}
.hsec6 .lecture_box{
  flex-flow:unset;
  overflow: hidden;
  width: 100%;
  padding-bottom: 5%;
}
.hsec6 .right_box .box .inner{
  border: solid 1px #231815;
  position: relative;
  padding: 7% 5% 5%;
}
.hsec6 .right_box .box .lec_num{
  color: #f86e88;
  letter-spacing: 0.5px;
  position: absolute;
  right: 3%;
  top: -3%;
  background: #fff;
  line-height: 100%;
  padding: 0 3%;
}
.hsec6 .right_box .box .img{
  width: 35%;
}
.hsec6 .right_box .box .text_box{
  width: 55%;
  margin-left: 10%;
}
.hsec6 .right_box .box .lec_num .no{
  margin-left: 5px;
  position: relative;
  top: 5px;
}
.hsec6 .right_box .box .text_box h3{
  margin-bottom: 8%;
}
.hsec6 .right_box .box .text_box .name span{
  display: block;
}
.hsec7{
  padding-top: 8%;
  position: relative;
  padding-bottom: 8%;
}
.hsec7 .en_big_title {
    color: #fae1e5;
    position: absolute;
    left: 4%;
    top: -1%;
}
.hsec7 .head_box {
    background: url(../../../../../school/images/tiara_img22_2024.webp) no-repeat center;
    background-size: cover;
    width: 100%;
    margin-left: auto;
    border: solid 4vw #f9f2f3;
    box-sizing: border-box;
    /*box-shadow: -20px 20px 0px 0px rgba(216, 124, 148, 0.2);*/
}
.hsec7 .head_box .inner {
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 13%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    align-items: center;
    padding: 8% 5% 8%;
    box-sizing: border-box;
}
.hsec7 .head_box .inner .left_box {
    width: 35%;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.hsec7 .head_box .inner .right_box {
    width: 55%;
    padding-top: 5%;
    margin-left: 10%;
    line-height: 220%;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.hsec7 .head_box .inner .left_box .sub_title{
  margin-bottom: 5%;
}
.hsec7 .head_box .inner .left_box .des{
  margin-bottom: 15%;
}
.hsec7 .head_box .inner .left_box .sub_title img{
  width: 70%;
}
.hsec7 .head_box .inner .left_box .sub_title:after{
  content: "";
  width: 27%;
  height: 1px;
  margin-left: 3%;
  border-bottom: solid 1px #231815;
}
.hsec7 .head_box .inner .left_box .h2_base span{
  display: block;
}
.hsec7 .head_box .inner .left_box .h2_base span.small{
  font-size: 60%;
}
.hsec7 .head_box .inner .left_box .h2_base{
  font-size: clamp(2.4rem,2.6vw + 0rem,3.8rem);
}
.hsec7 .seminar_box {
    width: 55%;
    margin-left: 10%;
    margin-right: auto;
    margin-top: 0%;
    /*align-items:flex-end;*/
}
.hsec7 .sem_menu{
  width: 37%;
  margin-right: 3%;
  padding-bottom: 5%;
}
.hsec7 .semi_list_master{
  width: 55%;
  position: relative;
  overflow: hidden;
  padding-bottom: 3%;
  padding-right: 5%;
}
.hsec7 .semi_list_master .sem_list_box {
}
.hsec7 .swiper-button-next:before {
    content: "〉";
    color: #fff;
    position: absolute;
    top: 40%;
    right: -8%;
    z-index: 1;
    font-size: clamp(1rem,4vw + 0rem,5.2rem);
    cursor: pointer;
    font-weight: 100;
}
.hsec7 .sem_menu ul{
  margin-bottom: 40px;
  padding-left: 0;
}
.hsec7 .sem_menu li{
  background: #ddd;
  color: #fff;
  margin-bottom: 3%;
  padding: 5%;
  cursor: pointer;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
.hsec7 .sem_menu li a{
  padding: 5%;
  display: inline-block;
  width: 100%;
}
.hsec7 .sem_menu li.active,
.hsec7 .sem_menu li.active a{
  background: linear-gradient(to right, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%);
  color: #fff;
}

.hsec7 .sem_list_box .box{
  width: 48%;
  margin-right: 4%;
}
.hsec7 .sem_list_box .box:nth-child(2n){
  margin-right: 0;
}
.hsec7 .sem_list_box .box a{
    display: block;
    background: #fff;
    padding: 2%;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px 0px rgba(25, 1, 18, 0.1);
    color: #231815;
}
.hsec7 .sem_list_box .box .inner {
    border: solid 1px #231815;
    position: relative;
    padding: 4% 3% 8%;
}
.hsec7 .sem_list_box .box .lec_num {
    color: #f86e88;
    letter-spacing: 0.5px;
    position: absolute;
    right: 3%;
    top: -2%;
    background: #fff;
    line-height: 100%;
    padding: 0 3%;
}
.hsec7 .sem_list_box .box img{
  display: block;
  width: 100%;
}
.hsec7 .sem_list_box .box h3{
  margin-top: 5%;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
}
.hsec7 .sem_list_box .box .img{
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}
.hsec7 .sem_list_box .box .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120%;
  height: auto;
  max-width: inherit;
  margin-bottom: 10px;
}
.hsec7 .sem_list_box .box .des{
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}
.hsec7 .sem_list_box .box .view{
  text-align: center;
}
.hsec8{
  background: #f9f4f6;
  padding: 6% 4%;
}
.hsec8 .bana2{
  width: 48%;
  margin-right: 4%;
  background: url(../../../../../school/images/tiara_img24_2024.webp) no-repeat center;
  background-size: cover;
}
.hsec8 .bana2:nth-child(2){
  background: url(../../../../../school/images/tiara_img25_2024.webp) no-repeat center;
  margin-right: 0;
}
.hsec8 .bana_box .bana2 a{
  padding: 8% 0;
  background: rgba(255,255,255,0.25);
  border: solid 6px rgba(255,255,255,0.6);
  color: #533c32;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  box-sizing:border-box;
  padding-right: 30%;
}
.hsec8 .bana_box .bana2.v2 a{
  padding-right: 0;
}
.hsec8 .bana_box .bana2 a .head{
  display: block;
}
.hsec8 .bana_box .bana2 h2{
  display: inline-block;
  padding-bottom: 3%;
  margin-bottom: 3%;
  border-bottom: solid 1px #533c32;
}
.hsec8 .bana_box .bana2 a .cimg{
  width: 100%;
}
.hsec8 .bana_box .bana2 a .cimg img{
  width: 100%;
  max-width: 80px;
}
.hsec8 .bana_box .bana2 a .chatch{
  width: 100%;
  text-align: center;
}
.hsec8 .bana_box .bana2 a .foot2 .right{
  margin-left: 1em;
}
.hsec8 .bana_box .bana2.v2 a{
  background: rgba(229,84,121,0.42);
  color: #fff;
}
.hsec8 .bana_box .bana2.v2 h2{
  margin-bottom: 0;
  border-bottom: none;
  margin-top: 3%;
  display: block;
}
.hsec8 .bana_box .bana2.v2 .foot2{
  padding: 3% 3em;
  border: solid 1px #fff;
  border-radius: 10px 10px 10px 0px;
  display: inline-block;
}
.hsec8 .bana_box.duo{
  margin-bottom: 0;
}
.hsec9 {
    padding: 6% 4% 6% 4%;
    position: relative;
    overflow: hidden;
}
.hsec9 .inner_box{
  align-items:center;
}
.hsec9 .left_box{
  width: 40%;
  margin-right: 5%;
  padding-top:3%;
}
.hsec9 .info_list_box{
  width: 55%;
  overflow-x: hidden;
}
.hsec9 .info_list_box .inner_ilb{
  /*flex-flow: unset;*/
  width: 100%;
}
.hsec9 .left_box .sub_title{
  margin-bottom: 6%;
}
.hsec9 .left_box .sub_title img{
  max-width: 70%;
}
.hsec9 .left_box .sub_title:after {
    content: "";
    width: 27%;
    height: 1px;
    margin-left: 3%;
    border-bottom: solid 1px #231815;
}
.hsec9 .click_btn_v3 a {
    margin-bottom: 10%;
    display: block;
    color: #fff;
    padding: 6% 0;
    text-align: center;
    border-radius: 15px 15px 15px 0px;
    background: linear-gradient(to right, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%);
    box-shadow: 5px 5px 5px 0px rgba(25, 1, 18, 0.1);
    max-width: 90%;
}
.hsec9 .click_btn_v3 a .jp {
    margin-right: 10px;
}
.hsec9 .left_box h2{
  margin-bottom: 15%;
}
.hsec9 .info_list_box .box{
  width: 100%;
  margin-right: 2%;
  position: relative;
  border-bottom: solid 1px #f4edef;
}
.hsec9 .info_list_box .box:nth-last-child(1){
  border-bottom: none;
}
.hsec9 .info_list_box .box a{
  /*border: solid 1px #231815;*/
  display: block;
  padding: 3% 0%;
  width: 100%;
  box-sizing:border-box;
}
.hsec9 .info_list_box .box .post_data{
  line-height: 100%;
  background: #fff;
  /*position: absolute;
  top: -4%;
  left: 0;
  right: 0;*/
  text-align: left;
}
.hsec9 .info_list_box .box .date{
  width: 12%;
}
.hsec9 .info_list_box .box .cate{
  display: inline-block;
  padding: 5px 1em;
  box-sizing:border-box;
  background: #f86e88;
  color: #fff;
  margin-left: 2%;
  width: 15%;
  text-align: center;
  margin-right: 3%;
}
.hsec9 .info_list_box .box h3{
  margin: 0% 0% 0;
  line-height: 160%;
  width: 68%;
}
.hsec10{
  background: url(../../../../../school/images/tiara_img26.webp) no-repeat center;
  background-size: cover; 
}
.hsec10 .inner_wrap{
  padding: 8% 4%;
  background: rgba(239,84,121,0.74);
  color: #fff;
}
.hsec10 .left_box{
  width: 40%;
  margin-right: 10%;
}
.hsec10 .right_box{
  width: 50%;
}
.hsec10 .right_box .box{
  width: 100%;
  margin-right: 0%;
  text-align: center;
  margin-bottom: 3%;
      box-shadow: 5px 5px 5px 0px rgba(25, 1, 18, 0.1);
}
.hsec10 .right_box .box .chatch{
  margin-bottom: 5%;
  display: none;
}
.hsec10 .right_box .box.v1 .chatch{

}
.hsec10 .right_box .box:nth-child(3){
  margin-right: 0;
}
.hsec10 .right_box .box a{
  padding: 0%;
  display: block;
  color: #ef5479;
  border-radius: 10px;
  background: rgba(255,255,255,0.9);
  /*background: linear-gradient(to bottom, #f3aab8 0%,#f86e88 100%); *//* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hsec10 .right_box .box a .inner{
  padding: 4% 5%;
  /*padding: 16.2% 3%;*/
  border-radius: 10px;
  position: relative;
  border: solid 1px rgba(255,255,255,0.5);
    box-sizing: border-box;
    background: linear-gradient(to right,rgba(255,255,255,.5) 0%,transparent 30%,transparent calc(70%),rgba(255,255,255,.5) calc(100%)) 0 100%/100% 1px;
    background-repeat: no-repeat;
    border-bottom: none;
}
.hsec10 .right_box .box a .inner .click{
  /*position: absolute;
  bottom: -3%;
  left: 0;
  display: inline-block;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 100%;*/
  width: 20%;
  text-align: right;
}
.hsec10 .right_box .box a .title{
  display: block;
  width: 80%;
  text-align: left;
}
.hsec10 .inner_wrap{
  align-items:center;
}
.hsec10 .left_box .sub_title{
  margin-bottom: 5%;
}
.hsec10 .left_box .sub_title img{
  width: 70%;
}
.hsec10 .left_box .sub_title:after {
    content: "";
    width: 27%;
    height: 1px;
    margin-left: 3%;
    border-bottom: solid 1px #fff;
}
.hsec10 .left_box .small {
    font-size: 60%;
    display: block;
}
.hsec10 .left_box h2{
  margin-bottom: 8%;
      font-size: clamp(1.8rem,2.8vw + 0rem,4.8rem);
}
.hsec10 .left_box .des{
  line-height: 200%;
}
/***********************************************************
下層ページベース
***********************************************************/
.page_base h2.page_h2{
  padding-bottom: 2%;
  margin-bottom: 4%;
  border-bottom: solid 1px #f9f2f3;
}
.page_base h2.page_h2 .en{
  margin-right: 2%;
}
/***********************************************************
サイトマップ
***********************************************************/
.st_list_box{
  padding-left: 0;
}
.st_list_box li{
  width: 46%;
  margin-right: 8%;
  margin-bottom: 2%;
}
.st_list_box li:nth-child(2n){
  margin-right: 0;
}
.st_list_box li a{
  border: solid 1px #e6e6e6;
  box-shadow: 3px 3px 5px 0px rgba(193, 151, 181, 0.18);
  align-items:center;
  padding: 5% 3%;
}
.st_list_box li img{
  width: 10%;
  margin-right: 2%;
}
.st_list_box li .left{
  width: 68%;
}
.st_list_box li .right{
  width: 20%;
  text-align: right;
}
.head_area.imagep_head.stvoice_head{
      height: 58vh;
}
.head_area.imagep_head .main_title{
  line-height: 100%;
}
.head_area.imagep_head .en_title_head{
  line-height: 140%;
  margin-top: 20vh;
}
.h2_box{
  text-align: center;
}
.h2_box .h2_en_title .first{
  color: #f86e88;
}
.h2_box:after{
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #f86e88;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  margin-bottom: 3%;
}
.h2_box .h2_en_title{
  margin-bottom: 1.5%;
}
.qa_top_list{
  width: 90%;
  max-width: 800px; 
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #f2f2f2;
  box-sizing:border-box;
  padding: 3%;
  position: relative;
}
.qa_top_list li a {
  align-items:center;
  color: #f86e88;
  padding: 2% 0;
  border-bottom: dotted 1px #f4edef;
}
.qa_top_list li a img{
  width: 5%;
  margin-right: 2%;
}
.qa_top_list .index{
  position: absolute;
  background: #fff;
  padding: 0 0.5em;
  left: 2%;
  top: -4%;
}
.qa_main_box .top{
  padding: 0 10% 3%;
  align-items:center;
}
.qa_main_box .top .left_box{
  width: 20%;
  margin-right: 2%;
}
.qa_main_box .top .left_box img{
  max-width: 80%;
}
.qa_main_box .top .page_h3_2{
  padding-top: 2%;
  width: 78%;
}
.qa_main_box .bt{
  background: #f9f4f5;
  padding: 5% 10%;
  margin-bottom: 2%;
}
.qa_main_box .bt .box{
  width: 78%;
  line-height: 200%;
}
.qa_main_box .to_top{
  margin-right: 5%;
}
.flow_step{
  padding-left: 0;
}
.flow_step li{
  width: 18%;
  margin-right: 2%;
  text-align: center;
}
.flow_step li:nth-child(5){
  margin-right: 0;
}
.flow_step li a{
  display: block;
  border: solid 1px #533c32;
  position: relative;
  border-radius: 5px;
  padding: 5% 0 6%;
  color: #533c32;
}
.flow_step li:nth-child(5) a:after{
  content: none;
}
.flow_step li a .top{
  display: block;
}
.flow_step li a .bt{
  display: block;
}
.flow_step li a:after{
  content: "〉";
  position: absolute;
  right: -11%;
  top: 38%;
}
.flow_page .flow_box .fhead img{
  position: absolute;
  left: 0;
  top: 0;
}
.flow_page .flow_box .fhead .img_box{
  width: 30%;
  margin-right: 5%;
  position: relative;
}
.flow_page .flow_box{
  position: relative;
  margin-bottom: 8%;
  color: #533c32;
}
.flow_page .flow_box .fhead .step{
  display: inline-block;
  background: #f86e88;
  color: #fff;
  padding: 5px 2em;
  border-radius: 100px;
  margin-bottom: 2%;
}
.flow_page .flow_box .fhead .right_box{
  width: 65%;
  padding: 3% 0;
}
.flow_page .flow_box .ffoot{
  background:#f9f2f3;
  padding: 3% 0 6%; 
}
.flow_page .flow_box .right_box2{
  width: 65%;
}
.flow_page .flow_box .right_box2 .des{
  line-height: 180%;
  letter-spacing: 0.5px;
}
.flow_page .flow_box .right_box2 .chatch{
  text-align: center;
  margin-bottom: 2%;
}
.flow_page .flow_box .right_box2 .click_btn a{
  color: #fff;
  background: linear-gradient(to bottom, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px 10px 10px 0;
  padding: 1% 0;
  margin-bottom: 2%;
  height: 38px;
}
.flow_page .flow_box .right_box2 .click_btn a .center img{
  max-width: 15px;
  margin-right: 10px;
}
.flow_page .flow_box .right_box2 .click_btn a .center{
  width: 38%;
  text-align: center;
}
.flow_page .flow_box .right_box2 .click_btn.short{
  width: 49%;
  margin-right: 2%;
}
.flow_page .flow_box .right_box2 .click_btn.short:nth-child(2){
  margin-right: 0;
}
.flow_page .flow_box .right_box2 .click_btn.short a{
  padding: 1.2em 6%;
}
.flow_page .flow_box .right_box2 .click_btn.short a .left{
  width: 75%;
  box-sizing:border-box;
}
.flow_page .flow_box .right_box2 .click_btn.short a .right{
  width: 25%;
  text-align: right;
}
.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 145px 0;
    border-color: #f86e88 transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: -20px;
}
.flow_page .flow_box.fb2 .right_box2 .click_btn.short:nth-child(1) a{
  padding: 0.8em 6% 1.6em;
}
.flow_box .table_box .box{
  padding: 0;
  width: 48%;
  margin-right: 4%;
}
.flow_box .table_box .box:nth-child(2){
  margin-right: 0;
}
.flow_box .table_box .box h3{
  text-align: center;
  margin-bottom: 2%;
}
.flow_box .table_box .box h4{
  text-align: center;
  background: #a38d86;
  color: #fff;
  text-align: center;
  padding: 1% 0;
  margin-bottom: 2%;
}
.flow_box .table_box .box .des{
  line-height: 140%;
  margin-bottom: 5%;
  letter-spacing: 0.5px;
}
.flow_box .table_box .box .des_box .indes{
  background: #fff;
  text-align: center;
  padding: 2%;
  border: solid 1px #a38d86;
  border-bottom: none;
}
.flow_box .table_box .box .des_box .indes:nth-child(2){
  border-bottom: solid 1px #a38d86;
}
.flow_page .flow_box .right_box2 .click_btn.short a .en{
  margin-right: 1em;
}
.flow_page .flow_box .right_box2 .click_btn.long a{
  padding-bottom: 1.5em;
}
.feature_page .hsec2{
  padding-top: 8%;
  background: none;
  background: url(../../../../../school/images/feature_page_img1.jpg) no-repeat top center rgba(225,224,229,0.44);
  background-size: 100%;
  position: relative;
  padding-bottom: 0;
}
.page-id-82 .head_area.imagep_head{
  margin-bottom: 0;
}
.feature_page .hsec2 .h2_en_title{
  text-align: center;
  color: #f9f4f6;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 6.8%;
}
.feature_page .hsec2 .logo_box{
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  position: relative;
  z-index: 1;
  margin-bottom: 2%;
}
.feature_page .hsec2 .page_h2_3{
  text-align: center;
  margin-bottom: 3%;
}
.feature_page .hsec2 .head_des{
  text-align: center;
  line-height: 180%;
}
.feature_page .hsec2 .right_box{
  width: 100%;
  position: relative;
  z-index: 1;
}
.feature_page .hsec2 .right_box .img{
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.feature_page .hsec2 .right_box .box .head_num{
  top: -4%;
  left: 5%;
}
.feature_page .hsec2 .right_box .img img{
  width: 100%;
}
.feature_page .hsec2 .right_box .view{
  position: absolute;
  left: 0;
  right: 0;
  bottom:8%;
  display: inline-block;
  background: #f86e88;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  width: 60%;
  padding: 1% 0;
  margin: 0 auto;
}
.feature_page .psec2{
  background: url(../../../../../school/images/request_mv.webp) no-repeat center;
  position: relative;
  padding: 8% 5%;
  color: #fff;
}
.feature_page.coucerver .psec2{
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 20px;
    overflow: hidden;
}
.feature_page .psec2:after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(35,24,21,0.8) 0%,rgba(35,24,21,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.feature_page .psec2 .inner{
  position: relative;
  z-index: 1;
}
.feature_page .psec2 .left_box{
  width: 48%;
  margin-right: 4%;
}
.feature_page .psec2 .right_box{
  width: 40%;
  margin-left: 8%;
}
.feature_page .psec2 .left_box .logo_box{
  text-align: center;
  margin-bottom: 2%;
}
.feature_page .psec2 .left_box .logo_box img{
  max-width: 50%;
}
.feature_page .psec2 .left_box h2{
  text-align: center;
  margin-bottom: 7%;
}
.feature_page .psec2 .en_title{
  position: absolute;
  right: -5%;
  bottom: 10%;
  color: rgba(255,255,255,0.3);
}
.feature_page .psec2 .click_btn{
  width: 100%;
  margin-bottom: 4%;
  position: relative;
  z-index: 1;
}
.feature_page .psec2 .click_btn a{
  background: linear-gradient(to right, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%);
  color: #fff;
  letter-spacing: 0.5px;
  width: 100%;
  border-radius: 10px 10px 10px 0;
  padding: 4% 5%;
  box-sizing:border-box;
  text-shadow: 3px 3px 6px rgba(107, 19, 78, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.10)
}
.feature_page .psec2 .click_btn:nth-child(2){
  margin-bottom: 0;
}
.feature_page .psec2 .click_btn a .left{
  width: 75%;
}
.feature_page .psec2 .click_btn a .right{
  width: 25%;
  text-align: right;
}
.feature_page .psec3 .feature_box2.even{
  background: #f9f4f5;
}
.feature_page .psec3 .feature_box2 .inner{
  padding: 6% 5%;
}
.feature_page .psec3 .feature_box2.add .img{
  width: 40%;
  margin-right: 5%;
}
.feature_page .psec3 .feature_box2.even .img{
  width: 40%;
  margin-left: 5%;
}
.feature_page .psec3 .feature_box2.even .right_box .des.v2{
  margin-bottom: 15%;
}
.feature_page .psec3 .feature_box2 .right_box{
  width: 55%;
  position: relative;
}
.feature_page .psec3 .feature_box2 .right_box img{
  max-width: 80px;
  margin-right: 10px;
}
.feature_page .psec3 .feature_box2 .right_box .en_title{
  color: rgba(249,242,243,0.6);
  position: absolute;
  right: 0;
  top: 0;
}
.feature_page .psec3 .feature_box2.even .right_box .en_title{
  color: rgba(255,255,255,0.5);
}
.feature_page .psec3 .feature_box2 .right_box h3{
  margin-top: 4%;
  padding-bottom: 3%;
  margin-bottom: 5%;
  border-bottom: solid 1px #f4edef;
  position: relative;
  z-index: 1;
}
.feature_page .psec3 .feature_box2 .right_box .des{
  margin-bottom: 5%;
}
.feature_page .psec3 .corse_list{
  margin-bottom: 8%;
}
.feature_page .psec3 .corse_list .box{
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%
}
.feature_page .psec3 .corse_list .box a{
  background: #fff;
  border: solid 1px #e6e6e6;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.10);
  padding: 4% 4% 4% 10%;
  position: relative;
  color: #533c32;
}
.feature_page .psec3 .corse_list .box:nth-child(2n){
  margin-right: 0;
}
.feature_page .psec3 .corse_list .box a .left{
  width: 70%;
  line-height: 120%;
}
.feature_page .psec3 .corse_list .box a .right{
  width: 30%;
  text-align: right;
  letter-spacing: 0.5px;
}
.feature_page .psec3 .corse_list .box a:before{
  content: "";
  display: block;
  width: 4px;
  height: 70%;
  position: absolute;
  left: 5%;
  background: #a25d6f;
}
.feature_page .psec3 .corse_list .box:nth-child(2) a:before{
  background: #ba8e99;
}
.feature_page .psec3 .corse_list .box:nth-child(3) a:before{
  background: #d87c94;
}
.feature_page .psec3 .corse_list .box:nth-child(4) a:before{
  background: #e096a9;
}
.feature_page .psec3 .corse_list .box:nth-child(5) a:before{
  background: #bca8c1;
}
.feature_page .psec3 .click_btn a{
  background: linear-gradient(to right, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%);
  color: #fff;
  letter-spacing: 0.5px;
  width: 100%;
  border-radius: 10px 10px 10px 0;
  padding: 4% 5%;
  box-sizing:border-box;
  text-shadow: 3px 3px 6px rgba(107, 19, 78, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.10)
}
.feature_page .psec3 .click_btn a .left{
  margin-right: 0.5em;
}
.page-template-page-page-feature .head_area.imagep_head{
  height: 35vh;
}
.page-template-page-page-feature .head_area.imagep_head .en_title_head{
  margin-top: 7vh;
}
.feature_child_box{
  padding: 2% 0 10%;
}
.feature_child_box .page_h1_base{
  flex-flow:unset;
  align-items:flex-end;
  line-height: 120%;
  padding-bottom: 3%;
  margin-bottom: 5%;
  border-bottom: solid 1px #f4edef;
}
.feature_child_box .head_num{
  line-height: 120%;
}
.feature_child_box .head_num .top{
  display: block;
  letter-spacing: 0;
}
.feature_child_box .head_num .bt{
  display: block;
}
.feature_child_box .main{
  display: block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  line-height: 110%;
}
.feature_child_box .content_box .img_box{
  width: 25%;
  text-align: center;
}
.feature_child_box .content_box .right_box{
  width: 70%;
  margin-left: 5%;
}
.page_base .feature_child_box h2.page_h2{
  border-bottom: none;
  background: url(../../../../../school/images/h2_bk1.png) repeat center #f86e88;
  color: #fff;
  padding: 3.5% 4% 3%;
}
.feature_child_box .content_box .des_box{
  line-height: 180%;
  padding: 0 4%
}
.feature_page.child .h2_en_title2{
  margin-bottom: 2%;
}
.feature_page.child .h2_en_title2:first-letter{
  color:#f86e88;
}
.feature_page.child .hsec2 h2{
  margin-bottom: 4%;
}
.feature_page.child .h2_box:after{
  margin-bottom: 8%;
}
.parsec_box .box{
  width: 48%;
  margin-right: 4%;
  border: solid 1px #533c32;
  text-align: center;
  box-sizing:border-box;
  padding: 3%;
  position: relative;
}
.parsec_box .box:nth-child(2){
  margin-right: 0;
}
.parsec_box .box .top{
  display: block;
}
.parsec_box .box .bt{
  display: block;
}
.parsec_box .box .page_h3{
  position: absolute;
  background: #fff;
  top: -5%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.parsec_box .ps_list{
  padding: 0 5%;
  width: 100%;
}
.parsec_box .ps_list li{
  width: 33.333333333%;
  box-sizing:border-box;
  text-align: center;
  border-right: solid 1px #eee;
}
.parsec_box .ps_list li:nth-child(3){
  border-right: none;
}
.parsec_box  .cation{
  text-align: right;
  margin-top: 2%;
  width: 100%;
}
.feature_page .content_box{
  padding-bottom: 6%;
}
.feature_page .content_box.v2{
  padding: 6% 0;
}
.feature_page .content_box.v2.bk{
  background: #f9f4f5;
}
.feature_page .content_box.v2 .class_box .box{
  width: 32%;
  margin-right: 2%;
  background: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  border: solid 1px #ede6e4;
  box-sizing: border-box;
}
.feature_page .content_box.v2 .class_box .box:nth-child(3){
  margin-right: 0;
}
.feature_page .content_box.v2 .class_box .box .title{
  text-align: center;
  padding: 10% 0 5%;
}
.feature_page .content_box.v2 .class_box .box .title span{
  display: block;
}
.feature_page .content_box.v2 .class_box .box .middle{
  text-align: center;
  background: #f9f2f3;
  padding: 2% 0;
}
.feature_page .content_box.v2 .class_box .box .bottom{
  letter-spacing: 0.5px;
  padding: 6% 8%;
}
.feature_page .sec_contents .page_h1_base img{
  max-width: 80px;
}
.feature_page .sec_contents .test_list_box .box{
  width: 32%;
  margin-right: 2%;
  background: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.10);
  position: relative;
  border: solid 1px #ede6e4;
  box-sizing: border-box;
  margin-bottom: 2%;
  padding: 2%;
}
.feature_page .sec_contents .test_list_box .box:nth-child(3n){
  margin-right: 0;
}
.feature_page .sec_contents .test_list_box .box .img_box{
  width: 15%;
  margin-right: 5%;
}
.feature_page .sec_contents .test_list_box .box .top .right_box{
  width: 80%;
}
.feature_page .sec_contents .test_list_box .box .top .title{
  margin: 2% 0;
}
.feature_page .sec_contents .test_list_box .box .top .boxc{
  background: #f86e88;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
  margin-right: 5px;
}
.feature_page .sec_contents .test_list_box .box .top{
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-bottom: solid 1px #f9f2f3;
}
.main_lec .box{
  border: solid 1px #533c32;
}
.main_lec .box .head{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.main_lec .box .head .img_box{
  width: 25%;
  margin-right: 5%;
  position: relative;
}
.main_lec .box .head .img_box img{
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -5%;
}
.main_lec .box .head .text_box{
  width: 70%;
  padding: 8% 0;
}
.main_lec .box .num_box{
  position: absolute;
  right: -3%;
  top: -4%;
  background: #fff;
  padding: 0 1em;
}
.main_lec .box .num_box .num{
  position: relative;
  top: -10px;
  margin-left: 5px;
}
.main_lec .box .foot{
  background: #f9f2f3;
  padding: 5%;
}
.main_lec .box .foot .note{
  background-color: #f9f2f3; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #f9f2f3 50%, #f9f2f3 100%), /* 点線1の色 */
                    linear-gradient(180deg, #fae1e5 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 1.6em; /* 点線2のサイズ */
  line-height: 1.6em; /* 文字の高さ */
}
.main_lec .box .foot .des.mb2{
  margin-bottom: 1.6em;
}
.sub_lec_list .box{
  width: 32%;
  margin-right: 2%;
  border: solid 1px #533c32;
  box-sizing:border-box;
  padding: 2% 2% 4%;
  margin-bottom: 8%;
  position: relative;
}
.sub_lec_list .box:nth-child(3n){
  margin-right: 0;
}
.sub_lec_list .box .img_box{
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20%;
  margin-bottom: 6%;
}
.sub_lec_list .box .name_box{
  text-align: center;
  margin-bottom: 8%;
}
.sub_lec_list .box .name_box span.top{
  margin-bottom: 2%;
}
.sub_lec_list .box .name_box span{
  display: block;
}
.sub_lec_list .box .des_box{
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #fae1e5 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 1.6em; /* 点線2のサイズ */
  line-height: 1.6em; /* 文字の高さ */
}
.sub_lec_list .box .des_box .mb3{
  margin-bottom: 1.8em;
}
.sub_lec_list .box .num_box{
  position: absolute;
  right: 2%;
  bottom: -7%;
  background: #fff;
  padding: 0.8em;
}
.sub_lec_list .box .num_box .num{
  position: relative;
  top: -10px;
  margin-left: 5px;
}
.single .post-meta{
  margin-bottom: 2%;
}
.single .post-meta .category{
  margin-right: 1%;
}
.single .post-meta .category a{
  display: inline-block;
  background: #f86e88;
  color: #fff;
  padding: 5px 1em;
}
.single-post .entry-title{
  padding-bottom: 3%;
  margin-bottom: 3%;
  border-bottom: solid 1px #fae1e5;
}
.single-post .entry-content p{
  margin-bottom: 3%;
}
.single-post .entry-content h2{
  font-size: clamp(1.8rem,1.6vw + 0rem,2.2rem);
  font-weight: 900;
  margin-top: 5%;
  margin-bottom: 2%;
}
.single-post .entry-content h3{
  font-size: clamp(1.4rem,1.3vw + 0rem,1.8rem);
  font-weight: 900;
  padding: 2% 0;
  margin-top: 2%;
  margin-bottom: 2%;
  padding-left: 2%;
  position: relative;
  border-bottom: solid 1px #fae1e5;
}
.single-post .entry-content h3:before{
  content: "";
  position: absolute;
  width: 4px;
  height: 70%;
  background: #f86e88;
  left: 0;
  top: 15%;
}
.category_list{
  margin-bottom: 5%;
}
.category_list li{
  margin: 0 1%;
  line-height: 100%;
}
.category_list li a{
  display: inline-block;
  padding: 30px 4em;
  /*background: linear-gradient(to right, #f3aab8 0%,#f86e88 100%);
  color: #fff;*/
  color: #533c32;
  border-radius: 100px;
  height: 100%;
  border: solid 1px #e6e6e6;
  box-sizing:border-box;
}
.category_list li a.active{
  background: linear-gradient(to right, #f3aab8 0%,#f86e88 100%);
  color: #fff;
}
.category .page_base h2.page_h2,
.infolist_box.page_base h2.page_h2,
.page-id-183 .page_base h2.page_h2{
  margin-bottom: 0;
}
.infolist_box{
  margin-bottom: 8%;
}
.infolist_box .entry .entry-thumb{
  margin: 0;
  width: 25%;
  margin-right: 5%;
}
.infolist_box .entry .entry-thumb img{
  width: 100%;
  height: auto;
}
.infolist_box .entry-card-content{
  width: 70%;
}
.infolist_box .post-meta{
  margin-bottom: 2%;
}
.infolist_box .post-meta .category a{
  display: inline-block;
  background: #f86e88;
  color: #fff;
  padding: 5px 1em;
}
.infolist_box .entry{
  padding: 3% 0;
  border-bottom: solid 1px #f4edef;
}
#related-entries-new .entry-title{
  padding-bottom: 0;
  border-bottom: none;
  display: block;
}
.single .head_area.imagep_head,
.category .head_area.imagep_head{
  height: 35vh;
}
.single .head_area.imagep_head .en_title_head,
.category .head_area.imagep_head .en_title_head{
  margin-top: 12vh;
}
.hsec3.v2 .logo_box{
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
}
.hsec3.v2 .page_h2_3{
  text-align: center;
  margin-bottom: 4%;
}
.hsec3.v2 .head_des{
  text-align: center;
}
.hsec3.v2 .course_box{
  margin-top: 0;
  width: 100%;
}
.hsec3.v2 .course_box .box{
  box-sizing:border-box;
  padding: 4%;
}
.hsec3.v2 .course_box .box.duo{
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.hsec3.v2 .course_box .box.duo:nth-child(2n){
  background: #f9f4f6;
}
.hsec3.v2 .course_box .box.duo .img{
  width: 50%;
  box-sizing:border-box;
  padding-right: 2%;
}
.hsec3.v2 .course_box .box.duo .img img{
  width: 100%;
}
.hsec3.v2 .course_box .box.duo .text_box{
  width: 50%;
  box-sizing:border-box;
  padding-left: 5%;
}
.hsec3.v2 .course_sub{
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
}
.hsec3.v2 .course_sub .cbox{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.hsec3.v2 .course_sub .cbox:nth-child(2n){
  margin-right: 0;
}
.hsec3.v2 .course_sub .cbox a{
  background: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  border: solid 1px #ede6e4;
}
.hsec3.v2 .click_btn_v2 a{
  display: inline-block;
  color: #fff;
  padding: 4% 0;
  width: 80%;
  text-align: center;
  border-radius: 15px 15px 15px 0px;
  background: linear-gradient(to right, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%);
  box-sizing: border-box;
}
.hsec3.v2 .course_sub .cbox a .cimg{
  text-align: center;
}
.hsec3.v2.child .course_box .box.duo .text_box{
  width: 55%;
  margin-left: 0;
  margin-right: 5%;
  padding-left: 0;
}
.hsec3.v2.child .course_box .box.duo .img{
  width: 40%;
}
.hsec3.v2.child .course_box .box .h2_base .jp{
  line-height: 100%;
  margin-bottom: 3%;
  display: block;
}
.hsec3.v2.child .course_box .box .h2_base .en:before{
  content: "";
  width: 12%;
  margin-right: 10px;
  height: 1px;
  border-bottom: solid 1px #231815;
}
.hsec3.v2.child .course_box .box .h2_base{
  padding-left: 0;
  border-left: none;
  margin-bottom: 5%;
}
.hsec3.v2.child .course_box .box .logo_box2{
  max-width: 40%;
  margin-bottom: 2%;
}
.hsec3.v2.child .course_box .box.duo{
  padding-top: 0;
}
.corse_sec .box{
  padding: 0 5%;
  overflow: hidden;
  margin-top: -120px;
  padding-top: 120px;
}
.corse_sec .box .head_title{
  width: 100%;
}
.corse_sec .box .left_box{
  width: 50%;
  margin-right: 5%;
  position: relative;
  padding: 2% 0 8%;
}
.corse_sec .box .left_box:before{
  content: "";
  position: absolute;
  width: 300%;
  top: 0;
  left: -11%;
  height: 100%;
  background: #f9f2f3;
  z-index: -1;
}
.corse_sec .box .right_box{
  width: 45%;
  margin-top: -10%;
}
.corse_sec .box .cource_h2{
  margin-bottom: 2%;
  margin-top: 1%;
}
.corse_sec .box .head_title .en_title{
  margin-right: 20px;
}
.corse_sec .box .head_title .cbox{
  display: inline-block;
  background: #f86e88;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 1em;
}
.corse_sec .box .chatch_ul{
  padding-left: 0;
  line-height: 160%;
}
.corse_sec .box .chatch_ul li:before{
  content: "✓";
}
.corse_sec .box .left_box .cource_info .cource_h3{
  padding-bottom: 2%;
  border-bottom: solid 1px #e6e6e6;
}
.corse_sec .box .left_box .cource_info .cource_h3 .en{
  margin-right: 10px;
}
.corse_sec .box .left_box .cource_info .cource_h3 .title{
  width: 60%;
}
.corse_sec .box .left_box .cource_info .cource_h3 .atention{
  border: solid 1px #f86e88;
  padding: 2px 2em;
  border-radius: 5px;
  width: auto;
  margin: 0;
}
.corse_sec .box .left_box .cource_info_dl{
  margin: 0;
}
.corse_sec .box .left_box .cource_info dt{
  width: 20%;
  text-align: center;
  padding: 3% 0;
  border-bottom: solid 1px #e6e6e6;
}
.corse_sec .box .left_box .cource_info dt .waku{
  padding: 5px 1em;
  background:#f86e88;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  box-sizing:border-box;
}
.corse_sec .box .left_box .cource_info dd{
  width: 75%;
  padding: 3% 0 3% 5%;
  box-sizing:border-box;
  margin: 0 0 0 0;
  border-bottom: solid 1px #e6e6e6;
}
.corse_sec .box .right_box .img{
  margin-bottom: 5%;
}
.corse_sec .box .right_box .sub_des_box{
  background: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  border: solid 1px #ede6e4;
  padding: 3%;
}
.corse_sec .box .right_box .sub_des_box .title{
  background: #533c32;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.corse_sec .box .right_box .sub_des_box dl{
  margin: 0;
}
.corse_sec .box .right_box .sub_des_box dt{
  padding: 3%;
  width: 20%;
  box-sizing:border-box;
  position: relative;
}
.corse_sec .box .right_box .sub_des_box dt:before{
  content: "";
  width: 4px;
  height: 25px;
  position: absolute;
  left: 0;
  background: #533c32;
}
.corse_sec .box .right_box .sub_des_box dd{
  width: 80%;
  padding: 3%;
  box-sizing:border-box;
  margin-left: 0;
}
.corse_sec{
  margin-bottom:8%;
}
.cource_relation_list{
  margin-bottom: 10%;
}
.cource_relation_list .h2_en_title2{
  margin-bottom: 1%;
}
.cource_relation_list .box{
  width: 32%;
  margin-right: 2%;
  background: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  border: solid 1px #ede6e4;
  box-sizing:border-box;
  margin-bottom: 2%;
  padding-bottom: 6%;
}
.cource_relation_list .box:nth-child(3n){
  margin-right: 0;
}
.cource_relation_list .box .cr_h2{
  text-align: center;
  margin: 6% 0 1%;
  color: #533c32;
      font-size: clamp(1.2rem, 1.4vw + 0rem, 2.4rem);
}
.cource_relation_list .box .en_title{
  text-align: center;
  margin-bottom: 5%;
  color: #c9bab5;
  letter-spacing: 0;
  font-size: 1.2;
}
.cource_relation_list .box .des{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6%;
}
.cource_relation_list .box .click_btn{
    display: block;
    color: #fff;
    padding: 2% 0;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 15px 15px 15px 0px;
    background: linear-gradient(to right, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%);
    box-sizing: border-box;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
}
.page-template-page-page-corce-child .head_area.imagep_head{
  height: 35vh;
}
.page-template-page-page-corce-child .head_area.imagep_head .en_title_head{
  margin-top: 10vh;
}
.page_acc .logo_box{
  width: 25%;
  margin-right: 1%;
}
.page_acc .logo_box img{
  display: block;
}
.page_acc .head_title{
  margin: 1.5% 0;
}
.page_acc .ac_head_des_box{
  background:#f9f2f3;
  margin-bottom: 3%;
}
.page_acc .text_box{
  padding: 3%;
}
.page_acc .text_box .access_h2{
  margin-bottom: 2%;
}
.page_acc .text_box .des_box p{
  margin-bottom: 1%;
}
.page_acc .link_list {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.page_acc .link_list .click_btn a{
  color: #fff;
  padding: 4% 0;
  text-align: center;
  border-radius: 15px 15px 15px 0px;
  background: linear-gradient(to right, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  text-shadow: 3px 3px 6px rgba(107, 19, 78, 0.3);
}
.page_acc .link_list .click_btn:nth-child(2) a{
  padding: 4.5% 0;
}
.page_acc .link_list .click_btn{
  width: 48%;
  margin-right: 4%;
}
.page_acc .link_list .click_btn:nth-child(2n){
  margin-right: 0;
}
.page_acc .link_list .click_btn:nth-child(2n) .main{
  margin-right: 2%;
}
.page_acc .link_list .click_btn a img{
  width: 14px;
  display: inline-block;
  margin: 0 0.3em;
}
.page_acc .ssec1{
  margin-bottom: 10%;
}
.page_acc .ssec2 .school_info_dl{
  margin-bottom: 5%;
}
.page_acc .ssec2 .school_info_dl dt{
  width: 30%;
  box-sizing:border-box;
  padding: 1.5% 3%;
  border-bottom: solid 1px #f9f2f3;
  position: relative;
}
.page_acc .ssec2 .school_info_dl dt:before{
  content: "";
  display: block;
  width: 4px;
  height: 35px;
  background: #f86e88;
  position: absolute;
  left: 0;
}
.page_acc .ssec2 .school_info_dl dt .jp{
  color: #c9bab5;
  margin-left: 5%;
}
.page_acc .ssec2 .school_info_dl dd{
  width: 70%;
  margin-left: 0;
  padding: 2% 3% 1.5%;
  border-bottom: solid 1px #f9f2f3;
  box-sizing:border-box;
}
.page_acc .ssec2 h2.page_h2{
  margin-bottom: 0;
}
.page_acc .ssec2 .map_box{
  margin-bottom: 10%;
}
.page_acc .ssec2 .map_box iframe{
  width: 100%;
  height: 400px;
}
.head_area.imagep_head.child{
  height: 35vh;
}
.head_area.imagep_head.child .en_title_head{
  margin-top: 7vh;
}
.school_list .list_box{
  margin-bottom: 8%;
}
.school_list .list_box .box{
  width: 32%;
  margin-right: 2%;
  text-align: center;
  background: #fff;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  border: solid 1px #ede6e4;
  box-sizing: border-box;
  padding-bottom: 2%;
}
.school_list .list_box .des_box{
    text-align: center;
    width: 100%;
    margin-top: 4%;
}
.school_list .list_box .box a{
  color: #533c32;
}
.school_list .list_box .box:nth-child(3){
  margin-right: 0;
}
.school_list .list_box .box .tel img{
  max-width: 14px;
  margin-right: 10px;
}
.school_list .list_box .box .scli_h3{
  margin-bottom: 1%;
}
.school_list .list_box .box .img_box{
  margin-bottom: 3%;
}
.school_list .list_box .box .scli_h3 .main{
  margin-right: 10px;
}
.school_list .list_box .box .tel{
  margin-bottom: 2%;
}
.school_list .list_box .box .address{
  margin-bottom: 4%;
}
.school_list .list_box .box .click_btn a{
  display: block;
  color: #fff;
  padding: 3% 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 15px 15px 15px 0px;
  background: linear-gradient(to right, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  text-shadow: 3px 3px 6px rgba(107, 19, 78, 0.3);
}
.semi_sec.semi_sec2{
  background: #f9f2f3;
  padding: 3% 0;
  margin-bottom: 5%;
}
.semi_sec.semi_sec1{
  margin-bottom: 3%;
}
.semi_sec.semi_sec1 .semi_h1 img{
  width: 5%;
  margin-right: 3%;
}
.semi_sec.semi_sec1 .semi_h1 .main{
  width: 92%;
}
.semi_sec1 .text_box{
  width: 80%;
}
.semi_sec1 .img_box{
  width: 20%;
  text-align: right;
}
.semi_sec .semi_h3_v1{
  border-top:solid 1px #dcd4d1;
  border-bottom:solid 1px #dcd4d1;
  padding: 1%;
  margin-bottom: 2%;
  background: #f3edeb;
}
.semi_sec .sub_des{
  margin-bottom: 3%;
  padding: 0 1%;
}
.semi_sub_box_head {
  margin-top: 8%;
}
.semi_sec .semi_h2_v1{
  width: 100%;
  padding: 2% 0;
  border-top: solid 1px #533c32;
  border-bottom: solid 1px #533c32;
}
.semi_sec .semi_h2_v1 img{
  max-width: 60px;
  margin-right: 10px;
}
.semi_sec .semi_sub_box_head .left_boxb{
  width: 70%;
}
.semi_sec .semi_sub_box_head .img_box{
  width: 30%;
  text-align: right;
}
.semi_sec .semi_sub_box_head{
  margin-bottom: 3%;
}
.semi_sec .outline_box{
  background: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  border: solid 1px #ede6e4;
  padding: 3%;
}
.semi_sec .outline_box dt{
  width: 20%;
  box-sizing:border-box;
  padding: 1% 0;
  border-bottom: solid 1px #e6e6e6;
}
.semi_sec .outline_box{
  margin-left: 0;
}
.semi_sec .outline_box dt span{
  border-radius: 10px;
  background: #f86e88;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
.semi_sec .outline_box dd{
  margin-left: 0;
  width: 80%;
  box-sizing:border-box;
  padding-left: 5%;
  padding: 1.5% 0 1.5% 5%;
  border-bottom: solid 1px #e6e6e6;
}
.semi_sec .outline_box dd.access_dd .access_box{
  padding-bottom: 3%;
  margin-bottom: 3%;
  border-bottom: dotted 1px #ddd;
}
.semi_sec .outline_box dd.access_dd .access_box:nth-last-child(1){
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.semi_sec .outline_box dd:nth-last-child(1),
.semi_sec .outline_box dt:nth-last-child(2){
  border-bottom: none;
}
.semi_sec .outline_box .tel {
  margin-left: 2%;
}
.semi_sec .outline_box .map iframe{
  width: 100%;
  height: 300px;
}
.semi_sec.semi_sec3{
  padding: 0 0 5%;
}
.semi_sec .inq_flow_box dl{
  border: solid 1px #533c32;
  position: relative;
  margin-bottom: 5%;
}
.semi_sec .inq_flow_box dl:nth-last-child(1){
  margin-bottom: 0;
}
.semi_sec .inq_flow_box dl dt{
  width: 100%;
  padding: 4% 3%;
  box-sizing:border-box;
  position: relative;
}
.semi_sec .inq_flow_box dl dd{
  width: 100%;
  padding: 3%;
  margin:0;
  box-sizing:border-box;
  background: #f9f2f3;
}
.semi_sec .inq_flow_box dl dt .step{
  position: absolute;
  left: 3%;
  top: -12%;
  display: inline-block;
  background: #f86e88;
  color: #fff;
  padding: 0 2em;
  border-radius: 100px;
}
.semi_sec .inq_flow_box dl:after{
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 145px 0;
  border-color: #f86e88 transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: -30px;
}
.semi_sec .inq_flow_box dl:nth-last-child(1):after{
  content: none;
}
.form_dl{
  margin:0;
}
.form_dl{
  border-bottom: solid 1px #e6e6e6;
}
.form_dl dt{
  width: 25%;
  box-sizing:border-box;
  background: #f9f2f3;
  align-items:center;
  letter-spacing: 0px;
  padding: 1% 2%;
}
.form_dl dt .chk{
  font-weight: 700;
  font-size: clamp(1.0rem,1.2vw + 0rem,1.2rem);
  background: #f86e88;
  color: #fff;
  border-radius: 5px;
  padding: 3px 1em 3px;
  width: 20%;
  display: inline-block;
  margin-right: 2%;
  text-align: center;
  box-sizing:border-box;
}
.form_dl dt .chk.none{
  background:#533c32;
}
.form_dl dt .koumoku{
  font-size: clamp(1.4rem,1.3vw + 0rem,1.8rem);
  font-weight: 700;
  display: inline-block;
  box-sizing:border-box;
  width: 78%;
}
.form_dl dd{
  width: 75%;
  margin:0;
  box-sizing:border-box;
  padding: 2%;
}
.form_base dl:nth-child(1){
  border-top: solid 1px #e6e6e6;
}
.form_dl dd input,
.form_dl dd select{
  border: solid 1px #e6e6e6;
  background: #f8f8f8;
  display: inline-block;
  padding: 1%;
  box-shadow: none;
  margin: 0.5% 0;
}
.form_dl dd input.short{
  width: 20%;
}
.form_dl dd input.mid{
  width: 35%;
  margin-right: 1%;
}
::placeholder{
  color: #c9bab5;
}
.form_dl .select_box{
  align-items:center;
  border-bottom: dotted 1px #e6e6e6;
  padding-bottom: 2%;
  margin-bottom: 2%;
  width: 80%;
}
.form_dl .select_box .kentei_name{
  width: 30%;
  display: inline-block;
}
.form_dl .select_box .kennum{
  width: 100%;
  margin: 1% 0 0;
}
.form_dl .text_bt_box{
  margin-top: 2%;
}
.atention{
  font-size: clamp(1.2rem,1.0vw + 0rem,1.4rem);
  border: solid 4px #f9f2f3;
  width: 640px;
  margin:3% auto;
  box-sizing:border-box;
  padding: 2%;
}
.atention a{
  color: #f86e88;
}
.form_base{
  margin-bottom: 10%;
}
.submit_box{
  text-align: center;
  position: relative;
}
.submit_box input{
  background: url(../../../../../school/images/send_img.png) no-repeat center;
  background-size: 100%;
  border: none;
  position: relative;
  width: 100%;
  height: 0;
  line-height: 180%;
  padding-top: 138px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  display: block;
  letter-spacing: 0.5px;
  font-size: clamp(1.8rem,1.6vw + 0rem,2.2rem);
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.form_dl dd select{
  padding: 10px;
}
.category_list2{
  padding-left: 0;
  border-bottom: solid 1px #fae1e5;
  margin-bottom: 5%;
}
.category_list2 li{
  width: 23.5%;
  margin-right: 2%;
}
.category_list2 li a{
  display: block;
  border: solid 1px #fae1e5;
  border-bottom: none;
  text-align: center;
  padding: 5% 0;
  box-sizing:border-box;
  color: #f86e88;
}
.category_list2 li a.active{
  background: #f86e88;
  color: #fff;
}
.category_list2 li:nth-child(4){
  margin-right: 0;
}
.semi_list .semi_box{
  position: relative;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 2%;
}
.semi_list .semi_box:nth-child(3n){
  margin-right: 0;
}
.semi_list .semi_box a{
  display: block;
  width: 100%;
  height: 100%;
  box-sizing:border-box;
  padding: 2%;
  color: #533c32;
}
.semi_list .semi_box a .inner{
  border: solid 1px rgba(83,60,50,0.9);
  padding: 5%;
  box-sizing:border-box;
  height: 100%;
}
.semi_list .semi_box .semilabel{
  position: absolute;
  background: #fff;
  right: 5%;
  top: 0;
  padding: 0 1em;
}
.semi_list .semi_box .img_box{
  width: 100%;
  height: 15vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}
.semi_list .semi_box .img_box img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120%;
  height: auto;
  max-width: inherit;
}
.semi_list .semi_box .semi_list_h3{
  line-height: 180%;
  margin: 3% 0 5%;
}
.semi_list .semi_box .des{
  margin-bottom: 3%;
}
.semi_list .semi_box .click_btn{
  text-shadow: 3px 3px 6px rgba(107, 19, 78, 0.3);
  background: linear-gradient(to right, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%);
  color: #fff;
  padding: 4% 0;
  text-align: center;
  letter-spacing: 0.5px;
}
.semi_list .semi_box .click_btn .jp{
  margin-right: 5%;
}
.semi_list {
  margin-bottom: 10%;
}
.semi_sec.semi_sec2.v2{
  background: none;
  padding-top: 3%;
}
.semi_sec.semi_sec2.v2 .main_des_box .left_box{
  width: 70%;
}
.semi_sec.semi_sec2.v2 .main_des_box .img_box{
  width: 30%;
  text-align: right;
}
.semi_sec.semi_sec2.v2 .sub_des_area .sub_des_box{
  margin: 0;
}
.semi_sec.semi_sec2.v2 .sub_des_area .sub_des_box:nth-child(1) dt,
.semi_sec.semi_sec2.v2 .sub_des_area .sub_des_box:nth-child(1) dd{
  border-top: solid 1px #e6e6e6;
}
.semi_sec.semi_sec2.v2 .sub_des_area .sub_des_box:nth-child(2n) dt,
.semi_sec.semi_sec2.v2 .sub_des_area .sub_des_box:nth-child(2n) dd{
  background: #f9f2f3;
}
.semi_sec.semi_sec2.v2 .sub_des_box dt{
  width: 20%;
  padding: 1.5% 3%;
  box-sizing:border-box;
  border-bottom: solid 1px #e6e6e6;
}
.semi_sec.semi_sec2.v2 .sub_des_box dd{
  width: 80%;
  margin: 0;
  box-sizing:border-box;
  padding: 0;
  padding: 1.5% 3%;
  border-bottom: solid 1px #e6e6e6;
}
.semi_sec.semi_sec2.v2 .sub_des_box dd p{
  margin-bottom: 2%;
}
.semi_sec.semi_sec2.v2 .sub_des_box dd p:nth-last-child(1){
  margin-bottom: 0;
}
.semi_sec.semi_sec2.v2 .sub_des_box dt .main{
  background: #f86e88;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  border-radius: 5px;
}
.semi_sec.semi_sec2.v2 .sub_des_box dt .main{
  background: #f86e88;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  border-radius: 5px;
}
.semi_sec.semi_sec2.v2 .sub_des_box dt .main2{
  background: #533c32;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  border-radius: 5px;
}
.semi_sec .sub_des_area.v2{
  margin-bottom: 8%;
}
.semi_sec .outline_box_v2{
  margin: 0;
}
.semi_sec .outline_box_v2 dt{
  width: 20%;
  box-sizing:border-box;
  background: #a38d86;
  color: #fff;
  padding: 2% 3%;
  border-bottom: solid 1px #e6e6e6;
}
.semi_sec .outline_box_v2 dd{
  width: 80%;
  margin: 0;
  box-sizing:border-box;
  padding: 2% 3%;
  border-bottom: solid 1px #e6e6e6;
}
.semi_sec .outline_box_v2 dt:nth-child(1),
.semi_sec .outline_box_v2 dd:nth-child(2){
  border-top: solid 1px #e6e6e6;
}
.semi_sec .outline_box_v2 dd:nth-child(4n){
  background: #f9f3f2;
}
.semi_sec .outline_box_v2 .map iframe{
  width: 100%;
  height: 300px;
}
.certi_list_box .h2_box_v2 .logo_box{
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  position: relative;
  z-index: 1;
  margin-bottom: 2%;
}
.certi_list_box .h2_box_v2 .page_h2_3 {
    text-align: center;
    margin-bottom: 3%;
}
.certi_list_box .h2_box_v2 .head_des {
    text-align: center;
    line-height: 180%;
}
.certi_list .semi_box a{
  display: block;
  background: #fff;
  padding: 1%;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 3%;
  position: relative;
  color: #533c32;
}
.certi_list .semi_box a .inner{
  border: solid 1px rgba(83,60,50,0.9);
  padding: 3%;
}
.certi_list .semi_box .semilabel{
  position: absolute;
  background: #fff;
  left: 3%;
  top: 1.2%;
  padding: 0 1em;
}
.certi_list .semi_box .img_box{
  width: 30%;
  height: 15vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}
.certi_list .semi_box .img_box img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120%;
  height: auto;
  max-width: inherit;
}
.certi_list .semi_box .text_box{
  width: 65%;
  margin-left: 4%;
  box-sizing:border-box;
  padding:1%;
}
.certi_list .semi_box .click_btn{
  text-shadow: 3px 3px 6px rgba(107, 19, 78, 0.3);
  background: linear-gradient(to right, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%);
  color: #fff;
  padding: 2% 0;
  text-align: center;
  letter-spacing: 0.5px;
  width: 90%;
  max-width: 500px;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.10);
}
.certi_list .semi_box .click_btn .jp{
  margin-right: 5%;
}
.certi_list_box .certi_list{
  margin-bottom: 10%;
}
.certi_list_box .certi_list .semi_box{
  max-width: 80%;
}
.contact_page{
  margin-bottom: 10%;
}
.req_h2_box{
  border-top:solid 1px #fae1e5;
  border-bottom:solid 1px #fae1e5;
  padding:2% 0;
}
.opc_box {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #533c32;
  padding: 3% 2%;
  position:relative;
}
.opc_box .opc_h3{
  position:absolute;
  top: -5%;
  right: 0;
  left:0;
  padding:0 1em;
  margin: auto;
  background:#fff;
  display:inline-block;
  width:350px;
  max-width:80%;
}
.bri_menu {
  padding: 0;
  margin: 0 auto 5%;
  border-bottom: solid 1px #fae1e5;
}
.bri_menu li{
  width: 32%;
  margin-right: 2%;
  text-align:center;
}
.bri_menu li:nth-child(3n){
  margin-right:0;
}
.bri_menu li a{
  display:block;
  border: solid 1px #fae1e5;
  border-bottom:none;
  padding: 4% 0;
  position:relative;
}
.bri_menu li.active a{
  color: #fff;
  background: linear-gradient(to bottom, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bri_menu li.active a:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 14vw 0;
  border-color: #f86e88 transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: -37px;
}
.form_dl #select_day .wpcf7-list-item{
  display:block;
}
.form_des_text{
  padding-left:2%;
  margin-top:2%;
}
.hsec1_v2 .bana_box.duo .bana{
  width:48%;
  margin-right:4%;
  text-align:center;
}
.hsec1_v2 .bana_box.duo .bana a{
    background: #fff;
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    border: solid 1px #ede6e4;
    box-sizing: border-box;
    display:block;
    color: #533c32;
}
.hsec1_v2 .bana_box.duo .bana:nth-child(2){
  margin-right:0;
}
.hsec1_v2 .bana_box.duo .bana .img_box{
  margin-bottom:5%;
}
.hsec1_v2 .bana_box .bana a .sub:before {
    content: "";
    display: inline-block;
    width: 18%;
    height: 1px;
    margin-right: 3%;
    border-bottom: solid 1px rgba(83, 60, 50,0.2);
}
.hsec1_v2 .bana_box .bana a .sub:after {
    content: "";
    display: inline-block;
    width: 18%;
    margin-left: 3%;
    height: 1px;
    border-bottom: solid 1px rgba(83, 60, 50,0.2);
}
.hsec1_v2 .bana_box .bana a .click {
    display: inline-block;
    background: linear-gradient(to right, rgba(243,170,184,0.84) 0%,rgba(248,110,136,0.84) 100%);
    color: #fff;
    padding: 2% 10%;
    border-radius: 100px;
}
.cpage_head{
  padding: 3% 0;
  border-top: solid 1px #533c32;
  border-bottom: solid 1px #533c32;
}
.hsec3 .course_box .box .one_day_page h2{
  padding: 2% 0;
  border-left: none;
}
.semi_sec.semi_sec2.v2.one_day_page .main_des_box .left_box{
  width: 60%;
}
.semi_sec.semi_sec2.v2.one_day_page .main_des_box .img_box{
  width: 35%;
  margin-left: 5%;
}
.one_day_table thead th{
  padding: 2% 0;
  background: #f86e88;
  color: #fff;
}
.one_day_table tbody th{
  background: #fee1e6;
  padding: 2% 0;
  width: 20%;
}
.one_day_table tbody td{
  padding: 2%;
}
.od_recom{
  padding-left: 0;
  margin: 5% 0;
}
.od_recom li{
  padding-left: 3%;
  position: relative;
  border-bottom: dotted 1px #ddd;
  padding-bottom: 2%;
  margin-bottom: 2%;
}
.od_recom li:nth-last-child(1){
  border-bottom: none;
}
.od_recom li:before{
  content: "●";
  color: #f86e88;
  position: absolute;
  left: 0%;
}
.semi_sec.one_day_page .sub_des .link_box a{
  display: block;
  background: linear-gradient(to right, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 2% 0;
  text-shadow: 3px 3px 6px rgba(107, 19, 78, 0.3);
  margin-top: 3%;
  letter-spacing: 0.5px;
  border-radius: 100px;
  box-shadow: 5px 5px 5px 0px rgba(25, 1, 18, 0.1);
  width: 100%;
  max-width:600px;
}
.home #navi-in .main_navi_box{
  /*margin-bottom: 4%;*/
}
#navi-in .main_navi_box{
  /*background: #f9f4f5;*/
  margin-bottom: 0%;
  box-shadow: 5px 5px 15px 0px rgba(25, 1, 18, 0.1);
  padding-left: 0;
  margin-top: 0;
}
.main_navi_box li{
  /*width: 16.5%;*/
  /*width: 14.2%;*/
  width: 12.5%;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.main_navi_box li:after{
  content:"";
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 25%;
  border-right: solid 1px #f2f2f2;
}
.main_navi_box li:nth-last-child(1):after{
  content: none;
}
.main_navi_box li a{
  padding: 25px 0;
  height: 100px;
  display: block;
  box-sizing: border-box;
}
.main_navi_box li .jp{
  display: block;
  color: #533c32;
  margin-bottom: 2%;
}
.main_navi_box li .en{
  display: block;
  color: #a38d86;
}
.main_navi_outer .fixlogo{
  display: none;
}
.main_navi_outer .top_menu_box{
  display: none;
}
#navi.fixed {
  height: 100px;
}
#navi.fixed .main_navi_outer{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  box-shadow: 5px 5px 15px 0px rgba(25, 1, 18, 0.1);
}
#navi.fixed #navi-in .main_navi_box{
  background: none;
  box-shadow: none;
  width:75%;
  box-sizing: border-box;
  /*padding: 0 2% 0 0;*/
  padding: 0;
  margin-bottom: 0;
}
#navi.fixed .main_navi_outer .fixlogo{
  display: block;
  width: 10%;
  text-align: center;
}
#navi.fixed .main_navi_outer .fixlogo img{
  max-width:60%;
}
#navi.fixed .main_navi_outer .top_menu_box{
  display: block;
  /*width: 18%;*/
  width: 15%;
  position: static;
}
#navi.fixed .main_navi_outer .top_menu_box .menu_btn{
  margin-top: 0;
  height: 100px;
  padding-top: 12px;
  border-radius: 0;
  line-height: inherit;
  width: 15vw;
  padding-left: 5.5%;
  padding-right: 5.5%;
}
#navi.fixed .main_navi_outer .top_menu_box .menu_btn .jp{
      font-size: clamp(1.4rem,1.2vw + 0rem,1.6rem);
}
#navi.fixed .main_navi_outer .top_menu_box .menu_btn .en{
      font-size: clamp(1.2rem,1.0vw + 0rem,1.4rem);
}
#navi.fixed .main_navi_box li .jp{
  font-size: clamp(1.2rem,1.0vw + 0rem,1.4rem);
  letter-spacing: 0.5px;
}
.article .pc_none,
.pc_none{
  display: none;
}
.article .sp_none,
.sp_none{
  display: inherit;
}
#navi-in .main_navi_box{
  padding-left: 5%;
  padding-right: 5%;
  box-sizing:border-box;
}
.grecaptcha-badge{
  display: none;
}
.line_btn_v1 a{
  background: #06C755;
  color: #fff;
  max-width: 70%;
  margin: auto;
  border-radius: 10px;
  padding: 2% 5%;
  box-sizing:border-box;
}

.line_btn_v1 a .img{
  width: 65%;
}
.line_btn_v1 a .img img{
  display: block;
}
.line_btn_v1 a .click{
  width: 30%;
  margin-left: 5%;
  text-align: right;
}
.hsec10 .right_box .box.v3 a .inner{
  padding: 2% 5%;
}
.hsec10 .right_box .box.v3 a{
  background: #06C755;
  color: #fff;
}
.hsec10 .right_box .box.v3 a .img img{
  display: block;
}
.hsec10 .right_box .box.v3 a .img{
  width: 60%;
}
.hsec10 .right_box .box.v3 a .click{
  width: 35%;
  margin-left: 5%;
  text-align: right;
}
.foot_line{

  position: fixed;
  right: -390px;
  bottom: 16%;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
  z-index: 5;
}
.foot_line:hover{
  right: -2%;
}
.line_btn_v1.foot_line{
}
.line_btn_v1.foot_line a{
  width: 466px;
  max-width: inherit;
  padding: 2% 10% 2% 2%;
}
#footer{
  overflow: hidden;
}
.line_btn_v1.foot_line a .img{
  width: 73%;
}
.line_btn_v1.foot_line a .click{
  width: 25%;
  margin-left: 2%;
  text-align: right;
}
/**********************************
レスポンシブ対応
************************************/
@media screen and (min-width: 1280px){
  .hsec2{
    padding: 8% 15%;
  }
  .hsec3 .head_box,
  .hsec7 .head_box{
    border-left: solid 15vw #f9f2f3;
    border-right: solid 15vw #f9f2f3;
  }
  .hsec4,
  .voice_bana,
  .hsec8,
  .hsec9,
  .qa_main_box .top,
  .qa_main_box .bt,
  .hsec3.v2 .course_box .box.duo{
    padding-left: 15%;
    padding-right: 15%;
  }
  .hsec3.v2 .course_box .box{
    padding: 4%;
    padding-left: 15%;
    padding-right: 15%;
  }
  .hsec4 .en_big_title,
  .hsec7 .en_big_title,
  .hsec3 .en_big_title{
    left: 12%;
  }
  .hsec3 .en_big_title{
    top: -3%;
  }
  .hsec5 .right_box{
    padding-right: 15%;
  }
  .voice_bana .left_box .h2_base{
        font-size: clamp(2.4rem, 2.8vw + 0rem, 4.6rem);
  }
  .hsec6{
    padding-left: 15%;
  }
  .hsec7 .head_box .inner .left_box .h2_base {
    font-size: clamp(2.4rem, 2.0vw + 0rem, 3.8rem);
  }
  .hsec7{
    padding-bottom: 0;
  }
  .hsec8 .bana_box.duo{
    width: 100%;
  }
  .hsec9 .info_list_box .box h3{
    width: 57%;
  }
  .hsec9 .info_list_box .box .date{
    width: 18%;
  }
  .hsec9 .info_list_box .box .cate{
    width: 20%;
  }
  .newf_head_box,
  .feature_page .psec2,
  .new_feature_box .second_des_box,
  .hsec10 .inner_wrap{
    padding-left: 15%;
    padding-right: 15%;
  }
  .hsec10 .right_box .box a .title{
    letter-spacing: 0;
    font-size: clamp(1.2rem, 1.3vw + 0rem, 2.2rem);
  }
  .hsec10 .left_box h2{
    font-size: clamp(1.8rem, 2.0vw + 0rem, 4.8rem);
  }
  #footer .acsess_box .box{
    width: 22%;
  }
  #footer .foot_menu{
    padding: 7% 8% 5%;
  }
  .corse_sec .box{
    padding: 120px 15% 0;
  }
  .corse_sec .box .left_box:before{
    left: -50%;
  }
  .base_inner{
    width: 70%;
  }
  .hsec3.v2.child .course_box .box .h2_base .jp{
    font-size: clamp(2.0rem, 2.8vw + 0rem, 5.8rem);
  }
  .form_dl dt .chk{
    padding: 3px 0.5em 3px;
  }
  .semi_sec.semi_sec2.v2{
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .page_base .inner_base{
    padding: 0 15%;
  }
  .voices_section .left_box{
    padding-left: 15%;
  }
  .voices_section .right_box{
    padding-right: 15%;
  }
  .voices_section .svoice_box.revers .left_box{
    padding-left: 4%;
    padding-right: 15%;
  }
  .voices_section .svoice_box.revers .right_box{
    padding-left: 15%;
    padding-right: 4%;
  }
  .voices_section .left_box .h3_base{
    font-size: clamp(1.4rem, 1.5vw + 0rem, 2.4rem);
  }
  .svoice_box{
    align-items:unset;
  }
  .flow_box .table_box .box h3{
    font-size: clamp(1.4rem, 1.3vw + 0rem, 2.2rem);
  }
  .flow_page .flow_box .right_box2 .click_btn.short{
    letter-spacing: 0;
  }
  .flow_page .flow_box .right_box2 .click_btn a .center,
  .flow_page .flow_box .right_box2 .click_btn.short .ft34{
        font-size: clamp(1.7rem, 2.0vw + 0rem, 3.4rem);
  }
  .hsec1_v2 .bana_box.duo .bana a .title{
        font-size: clamp(2.0rem, 2.0vw + 0rem, 4.2rem);
  }
  .bri_menu li.active a:after{
    border-style: solid;
    border-width: 38px 11vw 0;
    border-color: #f86e88 transparent transparent;
  }
  .feature_page .psec2 .left_box h2,
  .newf_head_box .right_box .newf_base_h2 span.jp{
        font-size: clamp(2.4rem, 2.4vw + 0rem, 5.2rem);
  }
  .newf_head_box .right_box .bigdes {
    font-size: clamp(1.4rem, 1.5vw + 0rem, 2.8rem);
  }
  .new_feature_box .second_des_box h3.newf_h3_base,
  .feature_page .psec3 .feature_box2 .right_box h3,
  .new_feature_box .second_des_box.bk_white h3.newf_h3_base{
        font-size: clamp(1.4rem, 1.8vw + 0rem, 3.2rem);
  }
  .new_feature_box .newf_h4_base .text {
        font-size: clamp(1.2rem, 1.2vw + 0rem, 2.2rem);
    letter-spacing: 0;
  }
  .feature_page .psec2 .right_box{
    width: 47%;
    margin-left: 0%;
  }
  .feature_page .psec3 .feature_box2 .inner{
    padding-left: 15%;
    padding-right: 15%;
  }
  .feature_page .psec3 .corse_list .box a .left{
    letter-spacing: 0;
  }
  .feature_page .psec3 .corse_list .box a .right{
    letter-spacing: 0;
  }
}
/***********************************
スマホ対応
***********************************/

@media screen and (max-width: 680px){
.article .pc_none,
.pc_none{
  display: inherit;
}
.article .sp_none,
.sp_none{
  display: none;
}
.click_btn_v3.base{
  width: 100%;
}
.click_btn_v3.base a{
  margin-left: auto;
  margin-right: auto;
  padding: 5% 1em;
}
.hsec3 .en_big_title{
  top: -0.8%;
}
  .mv_box .chatch_box{
    margin-top: 29vh;
  }
  .mv_box .chatch_box .mchatch{
    font-size: clamp(2rem,5vw + 0rem,5rem);
    letter-spacing: 0;
  }
  .mv_box .foot_info{
    /*bottom: 6%;*/
    width: 90%;
    /*margin-top: 20%;*/
    margin-top: 6%;
  }
  .mv_box{
    height: 78vh;
  }
  #h-top{
    min-height: inherit;
  }
  div#main{
    padding: 0;
  }
  .bana_box.bana1 a .inner_line .title{
    letter-spacing: 0;
    padding: 3%;
  }
  .bana_box.bana1 a .inner_line img{
    width: 90%;
    margin-top: 3%;
  }
  .bana_box .bana2,
  .bana_box .bana3{
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .hsec2 .left_box{
    width: 100%;
    margin-right: 0;
  }
  .hsec2 .sub_title{
    margin-bottom: 0%;
    text-align: center;
  }
  .hsec2 .sub_title img{
    max-width:80%;
  }
  .hsec2 h2{
    font-size: clamp(2.4rem,7.3vw + 0rem,8.6rem);
    line-height: 140%;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
  }
  .hsec2 .en_big_title{
    top: 1%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .hsec2 .left_box .des{
    margin-bottom: 8%;
    line-height: 180%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .hsec2 .right_box{
    width: 100%;
  }
  .hsec2 .right_box .box{
    width:48%;
    margin-right: 4%;
    margin-bottom: 7%;
  }
  .hsec2 .right_box .box:nth-child(2n){
    margin-right: 0;
  }
  .hsec2 .right_box .box .head_num{
    line-height: 110%;
    top: -8%;
  }
  .hsec2{
    padding: 14% 4%;
    background-position: top center;
    background-size: 100%;
  }
  .hsec3 .head_box .inner .left_box{
    width: 100%;
  }
  .hsec3 .head_box .inner .right_box{
    width: 100%;
    margin-left: 0;
    line-height: 140%;
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .hsec3 .course_box .box.duo{
    width: 100%;
    margin-right: 0;
  }
  .hsec3 .first .course_sub .cbox a .title_box{
    width: 90%;
    margin-bottom: 3%;
  }
  .hsec3 .first .course_sub .cbox a .csec{
    width: 60%;
  }
  .hsec3 .first .course_sub .cbox a .csec br{
    display: none;
  }
  .hsec3 .first .course_sub .cbox a .csec .csec_box,
  .hsec3 .first .course_sub .cbox a .csec .csec_box.sin, .hsec3 .first .course_sub .cbox a .csec .csec_box.sin2{
    padding: 8px 0;
  }
  .hsec3 .course_sub .cbox a .view{
    width: 40%;
  }
  .hsec3 .course_box .box .des_top{
    line-height: 140%;
  }
  .hsec3 .course_sub .cbox a .title_box{
    width: 90%;
  }
  .hsec3 .course_sub.v2 .cbox a .view{
    width: 100%;
  }
  .hsec3 .click_btn_v2 a{
    padding: 8% 0;
  }
  .hsec3 .course_box .box.duo{
    margin-bottom:10%;
  }
  .hsec3 .course_box .box.one .img{
    width: 100%;
  }
  .hsec3 .course_box .box.one .right_box{
    width: 100%;
  }
  .hsec3 .course_box .box.one .right_box .click_btn_v3 a{
    border-radius: 0;
    padding: 8% 0;
    width: 100%;
  }
  .hsec4 .left_box,
  .hsec4 .right_box{
    width: 100%;
    margin-right: 0;
  }
  .hsec4 .left_box{
    margin-bottom: 12%;
  }
  .hsec4{
    padding: 5% 4%;
  }
  .hsec3 .course_box .box.one{
    margin-bottom: 15%;
  }
  .hsec4 .left_box .des{
    margin-bottom: 0%;
  }
  .hsec4 .right_box .box .title{
    padding: 8% 4%;
    letter-spacing: 0;
    height: 60%;
    font-size: clamp(1.2rem,1.3vw + 0rem,1.8rem);
  }
  .hsec4 .right_box .box .title br{
    display: none;
  }
  .hsec4 .right_box .click_btn_v4{
    width: 49%;
  }
  .hsec4 .right_box .arrow{
    padding-top: 9%;
  }
  #footer .foot_menu{
    display: none;
  }
  .hsec10 .left_box{
    width: 100%;
    margin-bottom: 5%;
  }
  .hsec10 .right_box{
    width: 100%;
  }
  .hsec10 .left_box .des{
    line-height: 140%;
    margin-bottom: 5%;
  }
  .hsec10 .inner_wrap{
    padding: 10% 4%;
  }
  .hsec10 .right_box .box.v1 a .inner,
  .hsec10 .right_box .box a .inner{
    padding: 5% 3%;
  }
  .hsec10 .right_box .box a .title{
    line-height: 130%;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
  }
  .hsec10 .right_box .box a br{
    display: none;
  }
  .hsec10 .right_box .box a .inner .click{
    width: 100%;
    text-align: center;
    margin-top: 2%;
  }
  .hsec10 .right_box .box{
    width: 100%;
    margin-right: 0;
  }
  .hsec10 .right_box .box{
    margin-bottom:5%;
  }
  .hsec9 .left_box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 0%;
  }
  .hsec9 .info_list_box{
    width: 100%;
  }
  .hsec9 .left_box h2{
    margin-bottom: 5%;
  }
  .hsec9{
    padding: 15% 4%;
  }
  .hsec8{
    padding: 12% 4%;
  }
  .hsec8 .bana_box.duo{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .hsec8 .bana_box .bana2{
    margin-bottom: 4%;
  }
  .hsec8 .bana_box .bana2.v2{
    margin-bottom: 0;
  }
  .hsec7 .head_box .inner .left_box{
    width: 100%;
  }
  .hsec7 .head_box .inner .right_box{
    width: 100%;
    margin-left: 0;
    letter-spacing: 0;
    line-height: 160%;
  }
  .hsec7 .sem_menu li,
  .hsec7 .sem_menu li a{
    padding: 2%;
  }
  .hsec7 .sem_menu{
    width: 100%;
    margin-right: 0;
    margin-bottom: 0px;
    padding-bottom: 0;
  }
  .hsec7 .sem_menu li{
    margin-bottom:1%;
  }
  .hsec7 .semi_list_master,
  .hsec7 .sem_list_box{
    width: 100%;
  }
  .hsec7 .sem_menu ul{
    margin-bottom:20px;
  }
  .hsec7 .click_btn_v3 a{
    margin-left: 0;
    margin-bottom: 5%;
  }
  .hsec7{
    padding: 12% 0;
  }
  .hsec7 .en_big_title{
    top: 0.5%;
  }
  .hsec6 .left_box{
    width: 100%;
    margin-top: 12%;
  }
  .hsec6 .en_big_title{
    top: 2%;
  }
  .hsec6 .right_box{
    width: 100%;
  }
  .hsec5 .img_box{
    width: 15%;
    display: none;
  }
  .hsec5 .right_box{
    width: 100%;
    padding: 0;
  }
  .hsec5{
    padding: 12% 4%;
  }
  #footer .acsess_box .box{
    width: 94%;
    margin-bottom: 5%;
  }
  #footer .acsess_box .box .click_btn_v6 a{
    margin-top: 3%;
  }
  #copyright{
    margin-bottom: 55px;
  }
  .page_base h2.page_h2 .jp{
    display: block;
  }
  .st_list_box li{
    width: 100%;
    margin-right: 0;
    margin-bottom:4%;
  }
  .st_list_box li .right{
    width: 25%;
  }
  .st_list_box li .left{
    width: 60%;
  }
  .head_area.base_head {
    height: 22vh;
  }
  .top_menu_box {
    display: none;
  }
  #site-title{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #header .alignleft{
    margin-right: 0;
  }
  .mb5{
    margin-bottom:8%;
  }
  h2.page_h3{
    padding-bottom: 4%;
    margin-bottom: 4%;
  }
  h2.page_h3:before{
    height: 60%;
  }
  .category_list li a{
    padding: 10px 1.5em;
  }
  .category_list{
    padding-left: 0;
  }
  .infolist_box .entry .entry-thumb{
    width: 100%;
    margin-right: 0;
  }
  .infolist_box .entry-card-content{
    width: 100%;
  }
  .infolist_box .post-meta .category a{
    font-size:12px;
  }
  .entry .post-meta{
    font-size:14px;
  }
  .entry h2{
    line-height: 120%;
  }
  .entry h2 a{
    display: block;
    line-height:160%;
    margin-bottom: 5%;
  }
  .infolist_box .entry{
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .page_base h2.page_h2{
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .category .page_base h2.page_h2, .infolist_box.page_base h2.page_h2, .page-id-183 .page_base h2.page_h2{
    margin-bottom:5%;
  }
  .page_base h2.page_h2 .en{
    font-size: clamp(2.8rem,3.4vw + 0rem,3.4rem);
  }
  .navigation > div{
    width: 100%;
  }
  .navigation a{
    font-size: 14px;
  }
  #under-entry-body .navigation{
    margin-bottom:15%;
  }
  .single-post .entry-title{
    margin: 8% 0;
    padding-bottom:8%;
  }
  .single .post-meta .category a{
    font-size:12px;
  }
  .post-meta .post-date, .post-meta .post-update, .post-meta .category, .post-meta .comments, .post-meta .edit, .footer-post-meta .post-tag, .footer-post-meta .post-author, .footer-post-meta .edit{
    font-size:12px;
  }
  .single-post .entry-content p{
    font-size: 14px;
    margin-bottom: 8%;
  }
  .single-post .entry-content h2{
    margin-bottom: 5%;
  }
  .single-post .entry-content h3{
    padding-bottom: 5%;
    margin-bottom: 5%;
    padding-left: 5%;
  }
  .single-post .entry-content h3:before{
    top: 10%;
  }
  .hsec1_v2 .bana_box.duo .bana{
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
  .hsec1_v2 .bana_box.duo .bana .title{
    font-size: clamp(2.0rem,3.2vw + 0rem,4.2rem);
    letter-spacing: 0.5px;
  }
  .h2_box .page_h2_2{
    margin: 3% 0 6%;
  }
  .opc_box{
    width: 90%;
  }
  .req_h2_box{
    margin-bottom: 10%;
  }
  .feature_page .psec2 .left_box h2{
    font-size: clamp(2.2rem, 3.2vw + 0rem, 5.2rem);
  }
  .opc_box .des{
    letter-spacing: 0.5px;
    font-size: clamp(1.2rem,1.0vw + 0rem,1.4rem);
    text-align: left;
  }
  .form_dl dd select{
    width: 95%;
  }
  .atention{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 120%;
  }
  .bri_menu {
    margin-bottom: 12%;
  }
  .bri_menu li.active a:after{
    border-width: 20px 14vw 0;
    bottom: -20px;
  }
  .wpcf7-form-control-wrap .kibou .wpcf7-list-item{
    width: 90%;
    font-size: 14px;
  }
  .form_dl dt .chk{
    width: 70%;
  }
  .form_dl dt .koumoku{
    width: 100%;
  }
  .form_dl dt{
    display: block;
  }
  .form_dl dd input.mid{
    width: 48%;
  }
  .form_dl dd{
    padding: 2% 4%;
  }
  .form_dl dd input{
    margin: 4% 0;
  }
  .form_dl #select_day .wpcf7-list-item{
    letter-spacing: 0;
    font-size: 14px;
    margin-bottom: 3%;
  }
  .school_list .list_box .box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
    padding-bottom: 6%;
  }
  .page_acc .text_box{
    padding: 8%;
  }
  .page_acc .text_box .access_h2{
    margin-bottom: 5%;
  }
  .page_acc .head_title{
    margin: 3% 0 5%;
  }
  .page_acc .logo_box{
    width: 50%;
  }
  .page_acc .link_list .click_btn{
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .page_acc .link_list .click_btn a .ft16{
    display: block;
    width: 100%;
  }
  .page_acc .link_list .click_btn:nth-child(1) a .main{
    font-size: clamp(2.4rem,3.2vw + 0rem,4.6rem);
  }
  .page_acc .link_list .click_btn:nth-child(2) a .main{
    margin-bottom: 2%;
    margin-right: 0;
    display: block;
  }
  .page_acc .ssec2 .school_info_dl dt{
    letter-spacing: 0.5px;
    padding:3%;
  }
  .page_acc .ssec2 .school_info_dl dt .jp{
    margin-left: 0;
    font-size: clamp(1.2rem,1.2vw + 0rem,1.6rem);
    display: block;
    width: 100%;
  }
  .page_acc .ssec2 .school_info_dl dd{
    padding: 3%;
    letter-spacing: 0.5px;
  }
  .page_acc .ssec2{
    margin-bottom: 15%;
  }
  .qa_top_list{
    width: 100%;
    padding: 5% 4%;
  }
  .qa_top_list li a img{
    width: 6%;
  }
  .qa_top_list li a .left{
    width: 90%;
    letter-spacing: 0;
  }
  .qa_top_list .index{
    top: -2.5%;
  }
  .qa_top_list li:nth-last-child(1) a{
    border-bottom: none;
  }
  .qa_main_box .top{
    padding: 0 5% 3%;
  }
  .qa_main_box .bt{
    padding: 8% 5%;
  }
  .qa_main_box .bt .box{
    width: 100%;
    line-height: 140%;
  }
  .qa_main_box .bt .box .mb2{
    margin-bottom: 5%;
  }
  .qa_main_box.mb5{
    margin-bottom: 15%;
  }
  .qa_main_box .top{
    padding-bottom: 5%;
  }
  .flow_step li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .flow_step li a{
    padding: 3% 0;
  }
  .flow_step li a:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 60px 0;
    border-color: #f86e88 transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: -23%;
    top: inherit;
  }
  .flow_page .flow_box .fhead .right_box{
    letter-spacing: 0;
  }
  .flow_page .flow_box .fhead .right_box h2{
    line-height: 100%;
  }
  .flow_page .flow_box .fhead .flex_box{
    align-items: center;
  }
  .flow_page .flow_box .fhead img{
    position: static;
  }
  .flow_page .flow_box .fhead{
    padding: 5% 0;
  }
  .flow_page .flow_box .ffoot .right_box2{
    width: 100%;
    padding: 5% 0;
  }
  .flow_page .flow_box .right_box2 .des{
    margin-bottom: 8%;
  }
  .flow_page .flow_box .right_box2 .chatch{
    margin-bottom: 5%;
    letter-spacing: 0;
    font-size: clamp(1.2rem,1.2vw + 0rem,1.6rem);
  }
  .flow_page .flow_box .right_box2 .click_btn.long a{
    padding-bottom: 3%;
  }
  .flow_page .flow_box .right_box2 .click_btn a{
    height: auto;
    padding: 3% 0;
  }
  .flow_page .flow_box .right_box2 .click_btn a .left{
    display: block;
    width: 100%;
    text-align: center;
  }
  .flow_page .flow_box .right_box2 .click_btn a .center{
    width: 100%;
    text-align: center;
    font-size: clamp(2.4rem,3.2vw + 0rem,4.6rem);
  }
  .flow_page .flow_box .right_box2 .click_btn.short{
    width: 100%;
    margin-right: 0;
  }
  .triangle{
    border-width: 30px 145px 0;
  }
  .flow_page .flow_box{
    margin-bottom: 15%;
  }
  .flow_box .table_box .box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
    background: #fff;
    padding: 3%;
  }
  .lec_page .en_sub{
    letter-spacing: 0;
    margin-bottom: 12%;
  }
  .lec_page .page_h2_2{
    font-size: clamp(2.2rem,2.3vw + 0rem,3.6rem);
    margin-bottom: 5%;
    margin-top: 15%;
  }
  .main_lec .box .head .img_box img{
    position: static;
    width: 50%;
  }
  .main_lec .box .head .img_box{
    width: 100%;
    text-align: center;
    margin-right: 0;
    padding-top: 8%;
  }
  .main_lec .box .head .text_box{
    width: 100%;
  }
  .main_lec .box .head .text_box{
    padding: 5% 0;
  }
  .main_lec .box .foot .des.mb2{
    line-height: 140%;
  }
  .sub_lec_list .box{
    width: 100%;
    margin-bottom: 15%;
    margin-right: 0;
    padding: 2% 6% 8%;
  }
  .sub_lec_list .box .img_box{
    margin-top: -4%;
  }
  .hsec3.v2 .page_h2_3{
    letter-spacing: 0.5px;
    font-size: clamp(2.0rem,3.4vw + 0rem,3.4rem);
    margin-bottom:8%;
  }
  .hsec3.v2 .logo_box{
    width: 50%;
  }
  .hsec3.v2 .head_des{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 5%;
  }
  .hsec3.v2 .course_box .box.duo .img{
    width: 100%;
  }
  .hsec3.v2 .course_box .box.duo .text_box{
    width: 100%;
    padding-left: 0%;
    margin-bottom: 2%;
  }
  .hsec3.v2 .course_sub .cbox{
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .hsec3.v2 .course_sub .cbox a{
    padding: 3% 5%;
  }
  .hsec3.v2 .course_box .box.duo{
    padding: 12% 5% 8%;
  }
  .hsec3 .course_box .box h2 .en{
    letter-spacing: 0;
  }
  .hsec3 .course_box .box h2 .jp{
    font-size: clamp(2rem,2.3vw + 0rem,3.6rem);
  }
  .cource_relation_list .box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
  .cource_relation_list .box .click_btn{
    position: static;
  }
  .hsec3.v2.child .course_box .box.duo .img{
    width: 100%;
  }
  .hsec3.v2.child .course_box .box.duo .text_box{
    width: 100%;
    margin-right: 0;
  }
  .corse_sec .box .head_title .en_title{
    letter-spacing: 0.5px;
  }
  .corse_sec .box .head_title .cbox{
    letter-spacing: 0.5px;
    margin-right: 5px;
    padding: 5px 0.5em;
  }
  .corse_sec .box .left_box{
    width: 100%;
    margin-right: 0;
    padding-top: 8%;
  }
  .corse_sec .box .right_box{
    width: 100%;
    margin-top: 0;
    padding-top: 8%;
    padding-bottom: 15%;
  }
  .corse_sec .box .cource_h2{
    font-size: clamp(2rem,2.3vw + 0rem,3.6rem);
    padding-bottom: 5%;
    margin-top: 3%;
  }
  .corse_sec .box .left_box .cource_info .cource_h3 .title{
    width: 100%;
  }
  .corse_sec .box .left_box .cource_info .cource_h3 .atention{
    margin: 3% 0;
  }
  .corse_sec .box .left_box .cource_info dt .waku{
    padding: 5px 0.5em;
    letter-spacing: 0;
  }
  .corse_sec .box .left_box .cource_info dt{
    width: 25%;
  }
  .corse_sec .box .left_box .cource_info dd{
    width: 70%;
    letter-spacing: 0.5px;
  }
  .corse_sec .box .right_box .sub_des_box dd{
    letter-spacing: 0.5px;
    font-size: clamp(1.2rem,1.3vw + 0rem,1.4rem);
    width: 75%;
  }
  .corse_sec .box .right_box .sub_des_box dt{
    width: 25%;
  }
  .hsec3.v2.child .course_box .box .h2_base .jp{
    font-size: clamp(2.4rem,5.8vw + 0rem,5.8rem);
    letter-spacing: 0.5px;
  }
  .semi_sec.semi_sec2.v2.one_day_page .main_des_box .img_box{
    width: 100%;
    margin-left: 0;
    margin-bottom: 5%;
    margin-top: 1%;
  }
  .semi_sec.semi_sec2.v2.one_day_page .main_des_box .left_box{
    width: 100%;
  }
  .one_day_table tbody th{
    width: 30%;
    letter-spacing: 0;
    font-size: clamp(1.4rem,1.2vw + 0rem,1.6rem);
  }
  .one_day_table tbody td{
    font-size: clamp(1.2rem,1.2vw + 0rem,1.4rem);
    letter-spacing: 0.5px;
  }
  .hsec3 .course_box .box .one_day_page .main_des_box {
    margin-bottom: 15%;
  }
  .semi_sec.semi_sec2.v2.one_day_page .main_des_box .left_box .chatch_od{
    letter-spacing: 0.5px;
  }
  .od_recom li{
    padding-left: 5%;
  }
  .semi_sec.semi_sec2.v2 .sub_des_box dt{
    width: 35%;
    letter-spacing: 0;
  }
  .semi_sec.semi_sec2.v2 .sub_des_box dd{
    width: 65%;
    letter-spacing: 0;
  }
  .semi_sec.semi_sec2.v2 .sub_des_area{
    margin-bottom: 15%;
  }
  .form_base{
    margin-bottom:0;
  }
  .feature_page .hsec2 .inner_base{
    padding: 0;
  }
  .feature_page .hsec2 .logo_box{
    width: 50%;
  }
  .feature_page .hsec2 .page_h2_3{
    margin-bottom: 8%;
  }
  .feature_page .hsec2 .h2_en_title{
    top: 1%;
  }
  .feature_page .hsec2 .head_des{
    margin-bottom: 15%;
  }
  .hsec2 .right_box .box.mb,
  .hsec2 .right_box .box{
    margin-bottom: 12%;
  }
  .hsec2 .right_box .box:nth-last-child(1),
  .hsec2 .right_box .box:nth-last-child(2){
    margin-bottom:12%;
  }
  .feature_page .psec2 .left_box{
    width: 100%;
    margin-right: 0;
  }
  .feature_page .psec2 .left_box .des.ft18{
    line-height: 140%;
    margin-bottom: 12%;
  }
  .feature_page .psec2 .right_box{
    margin: 0;
    width: 100%;
  }
  .feature_page .psec2 .click_btn a .left{
    width: 100%;
    text-align: center;
  }
  .feature_page .psec2 .click_btn a .right{
    text-align: center;
    width: 100%;
  }
  .feature_page .psec3 .feature_box2.add .img{
    width: 100%;
    margin-right: 0;
  }
  .feature_page .psec3 .feature_box2 .right_box{
    width: 100%;
  }
  .feature_page .psec3 .feature_box2 .right_box img{
    max-width: 40px;
  }
  .feature_page .psec3 .feature_box2 .right_box h3{
    letter-spacing: 0px;
    font-size: clamp(1.8rem,2.4vw + 0rem,3.2rem);
  }
  .feature_page .psec3 .feature_box2 .right_box .des{
    letter-spacing:0.5px;
    line-height: 140%;
    margin-bottom: 10%;
  }
  .feature_page .psec3 .corse_list .box{
    width: 100%;
    margin-right: 0;
  }
  .feature_page .psec3 .feature_box2 .inner{
    padding: 10% 5%;
  }
  .feature_page .psec3 .feature_box2.even .img{
    width: 100%;
    margin-left: 0;
  }
  .feature_child_box .page_h1_base .right{
    width: 100%;
  }
  .feature_child_box .head_num{
    text-align: center;
    line-height: 100%;
    width: 15%;
  }
  .feature_child_box .page_h1_base{
    flex-flow: row wrap;
    padding-bottom: 5%;
  }
  .feature_child_box .content_box .img_box{
    width: 100%;
    margin-bottom: 5%;
  }
  .feature_child_box .content_box .right_box{
    margin-left: 0;
    width: 100%;
  }
  .feature_child_box .content_box .des_box{
    line-height: 140%;
  }
  .feature_child_box .content_box .des_box .mb3{
    margin-bottom: 5%;
  }
  .feature_page .content_box.v2 .class_box .box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .feature_page .content_box.v2 .class_box .box .bottom{
    padding: 4% 8%;
    letter-spacing: 0.5px;
  }
  .feature_page .content_box.v2 .class_box .box .title{
    padding: 5% 0;
  }
  .feature_page .sec_contents .page_h1_base img{
    width: 40px;
  }
  .feature_child_box .page_h1_base{
    padding-bottom: 5%;
    margin-bottom: 5%;
    align-items: center;
  }
  .feature_child_box .main{
    width: 80%;
    letter-spacing:0;
  }
  .feature_page .sec_contents .test_list_box .box{
    width:100%;
    margin-right:0;
    margin-bottom: 5%;
    padding: 6%;
  }
  .feature_child_box .page_h1_base .main{
    width: 77%;
    margin-right: 0;
  }
  .semi_list .semi_box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
  .semi_list .semi_box .img_box{
    height: 38vw;
  }
  .semi_list .semi_box .semi_list_h3{
    margin: 5% 0;
  }
  .category_list2 li a{
    letter-spacing: 0.5px;
  }
  .category_list2 li:nth-child(1) a{
    padding: 18% 0;
    display: block;
  }
  .semi_sec1 .text_box{
    width: 100%;
  }
  .semi_sec1 .img_box{
    width: 100%;
    text-align: left;
    margin: 5% 0;
  }
  .semi_sec.semi_sec2{
    padding: 8% 0;
  }
  .semi_sec.semi_sec2 .semi_chatch{
    letter-spacing: 0px;
    font-size: clamp(1.6rem,2.4vw + 0rem,2.4rem);
    margin-bottom: 5%;
  }
  .semi_sec.semi_sec2 .des_box{
    margin-bottom:8%;
  }
  .semi_sec .semi_h3_v1{
    padding: 4% 3%;
  }
  .semi_sec .sub_des{
    margin-bottom: 8%;
  }
  .semi_sec .semi_sub_box_head{
    margin-top: 15%;
  }
  .semi_sec .semi_sub_box_head .left_boxb{
    width: 100%;
  }
  .semi_sec .semi_sub_box_head .img_box{
    width: 100%;
    text-align: left;
  }
  .semi_sec .outline_box dt{
    width: 25%;
    padding: 3% 0;
  }
  .semi_sec .outline_box dd{
    width: 75%;
    letter-spacing: 0.3px;
    padding: 3% 0 3% 5%;
  }
  .certi_list_box .h2_box_v2 .head_des{
    width: 90%;
    letter-spacing: 0.5px;
    margin-left: auto;
    margin-right: auto;
  }
  .certi_list_box .h2_box_v2 .head_des br{
    display: none;
  }
  .certi_list_box .h2_box_v2 .logo_box{
    width: 50%;
    padding-top: 8%;
  }
  .certi_list_box .h2_box_v2 .page_h2_3{
    font-size: clamp(2.2rem,3.4vw + 0rem,3.4rem);
    margin-bottom: 8%;
  }
  .certi_list .semi_box .img_box{
    width: 100%;
    height: 38vw;
    margin-bottom:5%;
  }
  .certi_list .semi_box .semilabel{
    top: -0.8%;
  }
  .certi_list .semi_box a .inner{
    padding: 5%;
  }
  .certi_list .semi_box .text_box{
    width: 100%;
    margin-left: 0;
  }
  .semi_sec1 .text_box .semi_h1 {
    letter-spacing: 0px;
  }
  .semi_sec .semi_h2_v1 img{
    width: 10%;
    margin-right: 2%;
  }
  .semi_sec .semi_h2_v1{
    padding: 5% 0;
  }
  .semi_sec .semi_h2_v1 .main{
    width: 88%;
  }
  .semi_sec.semi_sec2.v2 .main_des_box .left_box{
    width: 100%;
  }
  .semi_sec.semi_sec2.v2 .main_des_box .img_box{
    width: 100%;
    text-align: left;
    margin-bottom: 8%;
  }
  .semi_sec.semi_sec2.v2 .sub_des_box dt,
  .semi_sec.semi_sec2.v2 .sub_des_box dd{
    padding: 4% 3%;
  }
  .semi_sec .outline_box_v2 dt{
    width: 25%;
  }
  .semi_sec .outline_box_v2 dd{
    width: 75%;
  }
  .semi_sec .inq_flow_box dl dt{
    line-height: 140%;
  }
  .semi_sec .inq_flow_box dl{
    margin-bottom: 10%;
  }
  .semi_sec .inq_flow_box dl:after{
    border-width: 20px 100px 0;
    bottom: -20px;
  }
  .semi_sec.semi_sec3{
    padding-bottom: 10%;
  }
  #navi.fixed .main_navi_outer{
    position: static;
  }
  #navi.fixed .main_navi_outer .fixlogo,
  .main_navi_outer .fixlogo{
    display: block;
    width: 100%;
    padding: 3% 0;
    text-align: center;
    margin-bottom: 0;
  }
  #navi .main_navi_outer .top_menu_box,
  #navi.fixed .main_navi_outer .top_menu_box,
  #navi.fixed #navi-in .main_navi_box,
  #navi #navi-in .main_navi_box{
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    display: block;
    position: static;
    border-radius: 0;
    background: none;
  }
  div#navi ul li{
    width: 100%;
  }
  #navi.fixed .main_navi_outer .fixlogo img,
  #navi .main_navi_outer .fixlogo img{
    max-width: 80px;
  }
  #navi .main_navi_outer .top_menu_box .menu_btn,
  #navi.fixed .main_navi_outer .top_menu_box .menu_btn{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    display: block;
    border-radius: 0;
    padding-top: 10px;
    margin-top: 0;
  }
  #navi .main_navi_outer .top_menu_box .menu_btn{
    padding-top: 7%;
    padding-bottom: 7%;
  }
  #navi .main_navi_outer .top_menu_box .menu_btn a .jp.pc_none{
    display: block;
    line-height: 100%;
    margin-bottom: 4%;
  }
  #footer-mobile-buttons{
    z-index: 10000000000000000000;
    color: #fff;
    padding: 0;
    height: 55px;
    background: linear-gradient(135deg, rgba(243,170,184,1) 0%,rgba(248,110,136,1) 100%);
  }
  #footer-mobile-buttons a{
    color: #fff;
    padding: 7px 0;
  }
  .slide-close{
    margin: 0;
    background: #533c32;
    margin-bottom: 55px;
  }
  .slide-close a{
    color: #fff;
    padding: 5% 0;
    display: block;
    font-size: 14px;
  }
  div#navi{
    max-width: 80%;
    width: 80%;
    padding-bottom: 55px;
  }
  #navi .main_navi_outer .top_menu_box .menu_btn .en,
  #navi.fixed .main_navi_outer .top_menu_box .menu_btn .en{
    margin-bottom: 0;
    font-size: clamp(1.2rem,1.0vw + 0rem,1.4rem);
  }
  #navi.fixed{
    height: auto;
  }
  div#navi ul li a{
    color: #533c32;
    position: relative;
    text-align: left;
    padding-left: 10%;
    height: auto;
    display: block;
    padding-top: 5%;
  }
  div#navi ul li {
    border-top: solid 1px #eee;
  }
  div#navi ul li a:before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 70%;
    background: linear-gradient(to bottom, #f3aab8 0%,#f86e88 100%);
    left:5%;
    top: 15%;
  }
  #footer-mobile-buttons a:hover{
    background: linear-gradient(to bottom, #f4dbe0 0%,#f8aebc 100%);
  }
  .hsec1_v2.sf .bana_box.duo .bana{
    margin-bottom: 4%;
  }
  .hsec1_v2.sf .bana_box.duo .bana a{
    padding-top: 6%;
  }
  .hsec1_v2.sf .bana_box.duo{
    margin-top: 4%;
  }
  #mobile-search-box{
    opacity: 1;
  }
  .hsec1_v2.sf .bana_box.duo .bana:nth-child(2){
    margin-bottom: 0;
  }
  #mobile-access-box {
      background-color: #f7f7f7;
      opacity: 1;
      position: fixed;
      bottom: 55px;
      width: 100%;
      padding: 5px;
      box-sizing: border-box;
      display: none;
      z-index: 20;
  }
  #mobile-access-box .acsess_box .box .tel {
      margin: 5px 0;
  }
  #mobile-access-box .tel img {
      width: 15px;
      margin-right: 5px;
  }
  #mobile-access-box .acsess_box .box .name .left {
      margin-right: 5px;
  }
  #mobile-access-box .acsess_box .box {
      border: solid 1px #efe8e6;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
      padding: 2% 0;
      width: 94%;
      text-align: center;
      margin-right: 1.5%;
      margin-bottom: 4%;
  }
  #mobile-access-box .acsess_box .box .click_btn_v6 a {
    padding: 2%;
    display: block;
    box-sizing: border-box;
    color: #fff;
    border-radius: 100px;
    background: linear-gradient(to right, #f3aab8 0%,#f86e88 100%);
    letter-spacing: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
  }
  #mobile-search-box .head_box .title,
  #mobile-access-box .head_box .title{
    padding: 3% 0;
  }
  #mobile-search-box .head_box,
  #mobile-access-box .head_box{
    width: 100%;
    background: #f86e88;
    color: #fff;
    text-align: center;
    margin-bottom: 4%;
    margin-top: 4%;
  }
  .menu-caption-envelope::before {
    content: '資料･見学';
  }
  .menu-caption-map::before {
    content: 'アクセス';
  }
  .hsec7 .sem_list_box .box .des{
    display: none;
  }
  .mv_box .foot_info .right_box .top{
    font-size: clamp(1.4rem,1.8vw + 0rem,2.4rem);
    letter-spacing: 0;
  }
  .corse_menu_list_home{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    padding-left: 0;
  }
  .corse_menu_list_home li{
    width: 100%;
    margin-right: 0%;
  }
  .corse_menu_list_home li:nth-child(2n){
    margin-right: 0;
  }
  .hsec4 .en_big_title{
    top: -9%;
  }
  .hsec7 .seminar_box{
    width: 100%;
    margin-left: 0;
  }
  .hsec7 .sem_list_box .box .img{
    height: 40vw;
  }
  .hsec8 .bana_box .bana2 a{
    padding-right: 0;
  }
  .hsec8 .bana_box .bana2.v2 .foot2{
    padding: 3% 2em;
  }
  .hsec9 .info_list_box .box h3{
    width: 100%;
    margin-top: 2%;
  }
  .hsec7 .head_box .inner .left_box .des{
    margin-bottom: 3%;
  }
  .hsec9 .info_list_box .box .date,
  .hsec9 .info_list_box .box .cate{
    width: auto;
  }
  .hsec9 .info_list_box .box .cate{
    padding: 3px 1em;
    margin-left: 5%;
  }
  .hsec9 .info_list_box .box a{
    padding: 4% 0;
  }
  .hsec9 .click_btn_v3 a{
    margin-left: auto;
    margin-right: auto;
  }
  .hsec9 .click_btn_v3.pc_none{
    width: 100%;
    margin-top: 8%;
    text-align: center;
    display: block;
  }
  .hsec7 .click_btn_v3.base{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
  }
  .hsec3.v2 .click_btn_v2{
    text-align: center;
  }
  .hsec3.v2 .click_btn_v2 a{
    width: 90%;
    text-align: center;
    padding: 5% 2em;
    margin-left: auto;
    margin-right: auto;
  }
  .voices_section .left_box,
  .voices_section .right_box{
    width: 100%;

  }
  .voices_section .left_box .cimg{
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .voices_section .right_box .cdes1{
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 140%;
  }
  .voices_section .left_box .h3_base{
    font-size: clamp(1.6rem, 4.6vw + 0rem, 2.4rem);
    letter-spacing: 0.5px;
  }
  .hsec2 .right_box .box.mb, .hsec2 .right_box .box{
    width: 100%;
    margin-right: 0;
  }
  .hsec2 .right_box .box h3{
    font-size: clamp(1.8rem, 5.8vw + 0rem, 2.8rem);
  }
  .hsec2 .right_box .box .des{
    text-align:center;
    font-size: 14px;
  }
  .newf_head_box{
    margin-top: -1px;
    margin-bottom: 5%;
  }
  .newf_head_box .right_box,
  .newf_head_box .left_box{
    width: 100%;
    margin-top: 8%;
  }
  .newf_head_box:before{
    height: 10%;
  }
  .newf_head_box .feature_en{
    top: 5%;
  }
  .newf_head_box .logo_box2{
    max-width: 60%;
    margin-bottom: 2%;
  }
  .newf_head_box .right_box .en{
    font-size: 11px;
    letter-spacing: 0;
  }
  .newf_head_box .right_box .newf_base_h2 span.jp{
    margin-bottom: 3%;
  }
  .newf_head_box .right_box .bigdes{

        letter-spacing: 0;
  }
  .newf_head_box .right_box .bigdes br{
    display: none;
  }
  .new_feature_box .main_des .des{
  line-height: 200%;
    font-size: 14px;
    margin-bottom: 7%;
  }
  .new_feature_box .second_des_box{
    padding: 15% 5%;
  }
  .new_feature_box .second_des_box.bk_white h3.newf_h3_base{
    letter-spacing: 0;
  }
  .new_feature_box .second_des_box h3.newf_h3_base img,
  .new_feature_box .second_des_box.bk_white h3.newf_h3_base img{
    max-width: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
  }
  .new_feature_box .second_des_box h3.newf_h3_base,
  .new_feature_box .second_des_box.bk_white h3.newf_h3_base{
    font-size: clamp(2.2rem, 2.4vw + 0rem, 3.2rem);
    text-align: center;
  }
  .new_feature_box .second_des_box .en_title{
    display: none;
  }
  .new_feature_box .newf_table td.head{
        font-size: clamp(1.6rem, 1.6vw + 0rem, 2.2rem);
        letter-spacing: 0.5px;
  }
  .new_feature_box .newf_table td.v1.ft72{
    font-size: clamp(2.4rem, 4vw + 0rem, 7.2rem);
  }
  .new_feature_box .duo_box .box{
    width: 100%;
    padding-bottom: 8%;
    margin-right: 0;
  }
  .new_feature_box .duo_box .box .des{
    line-height: 140%;
    font-size: 14px;
  }
  .new_feature_box .duo_box .box h4 img{
    width: 15%;
    margin-right: 5%;
  }
  .new_feature_box .newf_h4_base .text{
    width: 80%;
  }
  .voice_bana .right_box,
  .voice_bana .left_box{
    width: 100%;
  }
  .voice_bana .right_box{
    margin: 8% 0;
  }
  .voice_bana .right_box .click_btn{
    width: 100%;
  }
  .voice_bana .right_box .click_btn .left,
  .voice_bana .right_box .click_btn .right{
    width: 100%;
    text-align: center;
  }
  .feature_page .psec3 .feature_box2 .img{
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    height: 50vw;
  }
  .feature_page .psec3 .feature_box2.even .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: inherit;
    margin-bottom: 10px;
  }
  .hsec2 .right_box .box .head_num .no{
        font-size: clamp(4.4rem, 3.2vw + 0rem, 4.2rem);
        line-height: 100%;
  }
  .hsec2 .right_box .box .head_num .top{
    line-height: 100%;
  }
  .home .hsec2 .right_box .box h3{
        font-size: clamp(2.0rem, 7.0vw + 0rem, 4rem);
        margin-top:5%;
  }
  .home .hsec2 .right_box .box h3:after{
        margin: 6% auto;
  }
  .click_btn_v3.base a{
    width: 80%;
    padding: 6% 1em;
  }
  .home .hsec2 .right_box .box h3.sp,
  .hsec2 .right_box .box h3.sp{
    padding-top: 0;
  }
  .home .hsec2 .right_box .box h3.sp:after{
    margin-top: 6%;
  }
  .hsec2 .right_box .box h3.sp:after{
    margin-top: 5%;
  }
  .feature_page.coucerver .psec2{
    margin-left: 4%;
    margin-right: 4%;
  }
  .cource_relation_list .box .cr_h2{
    font-size: clamp(1.2rem, 5.4vw + 0rem, 2.4rem);
  }
  .safe_marke{
    width: 55%;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .mv_box .chatch_box .schatch{
    margin-bottom: 8%;
  }
  .mv_box .chatch_box .schatch{
    font-size: clamp(1.6rem, 2.4vw + 0rem, 2.4rem);
  }
  .new_feature_box .second_des_box .contents_box .left_box{
    width: 100%;
    padding: 0;
  }
  .new_feature_box .second_des_box .contents_box .left_box h4{
    margin: 2% 0 4%;
  }
  .new_feature_box .second_des_box .contents_box .right_box img{
    display: block;
  }
  .new_feature_box .second_des_box .contents_box .right_box{
    width: 100%;
    margin: 5% 0 2%;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }
  .new_feature_box .second_des_box .contents_box .left_box .des{
    margin-left: 0;
  }
  .new_feature_box .second_des_box .list_box .box{
    width: 100%;
    border-right: none;
  }
  .new_feature_box .second_des_box .list_box .box:nth-child(3){
        border-bottom: dotted 1px #ddd;
  }
  .line_btn_v1.foot_line{
    display: none;
  }
  .line_btn_v1 a{
    max-width: 100%;
  }
  .line_btn_v1 a .click{
    display: none;
  }
  .line_btn_v1 a .img{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .hsec10 .right_box .box.v3 a .img{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .fa-line:before{
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: url(../../../../../school/images/line_icon.svg) no-repeat center;
    height: 22px;
    width: 30px;
  }
  .menu-caption-line::before{
    content: "公式LINE";
  }
  #footer-button-line .menu-icon{
    height: 26px;
  }
}