<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("common.css");
@import url("style2.css");
@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');
}
.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;
}
/*!
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
*/

/************************************
** 基本設定（General Setting）
************************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
  font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
html{
  font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
}
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;
    min-width: 1280px;
      font-size: 16px;
    font-size: min(1.4vw, 1.6rem,8vw);
}
p,
li,
th,
td {
    letter-spacing: 0.06em;
}
.f_left {
    float: left;
}
.f_right {
    float: right;
}

img{
  border-width:0;
  box-sizing: border-box;
  object-fit: cover;
}

figure,
main figure{
  margin: 0;
}

.article{
  font-size:16px;
  line-height:170%;
}

/*記事・カテゴリ中の画像を要素内に収める*/
.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%;
  color:#564645;
}


.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
  position:relative;
/*  margin-top:35px;
  margin-bottom:20px;*/
}
.article h1 {
  /*margin-top:30px;
  margin-bottom:20px;
  line-height:117%;*/
}

#archive-title{
  padding-bottom:20px;
  font-size:26px;
}

/*.article h2 {
  border-left:1px solid #000;
  margin: 40px -29px 20px;
  padding:25px 30px;
}*/


.article h4, .article h5, .article h6{
  /*font-size:20px;*/
  padding:8px 0;
}

.article  h4{
 /*border-bottom:5px dashed #eee;*/
}
/*.entry-content{
  margin-bottom: 60px;
}*/
/************************************
** アンカー
************************************/
a {
-moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
  color: #2098A8;
  word-wrap: break-word;
}
.studio,
.professional-course,
.product-development,
.service-item,
.support{
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
.studio:hover,
.professional-course:hover
.product-development:hover,
.service-item:hover,
.support:hover{
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
    transform: translate(0, -4px);
    opacity: 0.9;
}
a:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
    transform: translate(0, -4px);
    opacity: 0.9;
  color: #C03;
}
#site-title a:hover{
    box-shadow: none;
    transform: translate(0, 0px);
    opacity: 1;
}
.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{
  color:#111;
}

.widget_new_entries a,
.widget_new_popular a,
.widget_popular_ranking a,
.wpp-list a,
.article-list .entry-title a{
  text-decoration:none;
}

.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{
    color: inherit;
    opacity: 0.5;
}

#footer .credit a:hover{
  color: inherit;
}

.widget_new_entries a:hover,
.widget_new_popular a:hover,
.widget_popular_ranking a:hover,
.wpp-list a:hover:hover{
  text-decoration:underline;
}


/************************************
** 引用（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 ul{
  margin-left: 1em;
}
dl{
}
dt{
  font-weight: bold;
}
dd{
  margin-bottom: 5px;
}
/************************************
** テーブル（Table）
************************************/
.article table{
  border-collapse: collapse;
 /* margin: 15px 0;
  max-width: 100%;
  width: auto;*/
}
.article th{
  border: solid 1px #ccc;
  background-color: #eee;
}
.article td{
  border: solid 1px #ccc;
}
.article th,
.article td{
  padding: 3px 5px;
}

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

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

.article &gt; ol,
.article &gt; ul,
.article &gt; dl{
  margin:30px 0;
}

.article &gt; ol ol,
.article &gt; ul ul,
.article &gt; dl dl{
  margin:0;
}

/************************************
** その他（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{
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#header {
  margin-bottom: 0;
}
#header .alignleft,
#header .alignright{
  margin-bottom: 0;
  width: auto;
}
#header .alignleft{
  margin-left:30px;
  margin-right: 30px;
  /*max-width:700px;*/
}
#header .alignright{
  height: 52px;
  text-align:right;
  margin-right:30px;
  right: 0;
  top: 0;
  position: absolute;
}
#main {
  float: none;
  box-sizing: border-box;
  width: 740px;
  padding: 20px 29px;
  border:1px solid #ddd;
  background-color:#fff;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
}

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

.clear{
  clear:both;
}

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

.home #header-in,
.home .header_slider,
.home .header_slider .swiper{
  height: 100%;
  width: 100%;
}
#h-top{
  /*min-height:100px;*/
  overflow:hidden;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}
.home .header_slider{
  position: absolute;
  left: 0;
  top: 0;
}
.home .header_slider .swiper-slide,
.home .header_slider .slick-slider .slick-track,
.home .header_slider .slick-list{
  width: 100%;
  height: 100%;
}
.home .header_slider .swiper-slide{
  background-size: cover;
  background-position: center;
}
.swiper-backface-hidden .swiper-slide{
  background-size: cover;
}
#site-title{
  margin-top:16px;
  margin-bottom:10px;
  font-size: 30px;
  line-height: 100%;
}
#site-title img{
  max-width: 220px;
}
#site-title a{
  text-decoration:none;
  color:#222;
  font-size:30px;
  font-weight:normal;
}

#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;
}
.sns-icon{
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 10;
}
.sns-icon .sns{
  width: 40px;
}
/************************************
** グローバルナビメニュー（menu）
************************************/
#navi ul{
  position: relative;
  clear: both;
  border: 1px solid #ddd;
  background-color:#F7F7F7;
  border-radius:3px;
  margin:0;
  padding:0;
  width:100%;
  box-sizing: border-box;
}

#navi ul ul{
  box-sizing: content-box;
}

#navi ul &gt; li{
  float: left;
  list-style:none;
  position: relative;
}

#navi ul li a{
  font-size:14px;
  display: block;
  padding: .3em .7em;
  color:#111;
  text-decoration:none;
  z-index:99;
}
#navi ul li a:hover{
  background-color:#ddd;
}

#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 &gt; 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,
#navi ul,
.clearfix {
  display: block;
}

.main_menu_box .sns-icon-navi{
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.main_menu_box .sns-icon-navi .sns{
  width: 40px;
}
/************************************
** フッターナビメニュー
************************************/

#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{
  margin-bottom: 0;
}
.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{
  clear:both;
  /*margin-bottom:40px;*/
/*  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-thumb img{
  border:0;
  /*width:150px;
  height:150px;*/
  display: block;
  /*margin-bottom: 40px;*/
}

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

.entry-card-content{
  margin-left:160px;
}

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

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


.entry h2 a{
  color:#564645;
  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: #ffffff;
    font-size: 13px;
    text-align: right;
}
div#breadcrumb div {
  display: inline;
}
#breadcrumb span.sp{
  margin:0 10px;
}
#breadcrumb a{
  text-decoration:none;
  color:#ffffff;
}

/*以下のパンくずスタイルは、いずれ削除*/
#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 &gt; div{
  /*border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;*/
}
.navigation &gt; div + div{
  /*border-top: 0;*/
  /*border-bottom: 1px solid #ddd;*/
}


.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 {
  opacity: 0.8;

}

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: 2em;
  font-weight: 300;
      font-size: clamp(1.2rem,1.0vw + 0rem,1.4rem);
      border-bottom: solid 1px rgba(35,24,21,0.3);
}
#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-color: #555;
  color: #fff;
  padding: 5px;
}

#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: #888787;
}
#footer h3{
  color:#fff;
  font-size: 16px;
}
#copyright{
  padding: 20px 0;
  font-size: 80%;
  text-align:center;
}
#copyright a{
  text-decoration:none;
  color:#fff;
}
/************************************
** TOPへ戻るボタン（Go to top）
************************************/
#page-top{
  position:fixed;
  display:none;
  right: 10px;
  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: 4px;
  font-size:11px;
}


/************************************
** 広告（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 &gt; p,
.bbp-form &gt; 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 &gt; li:first-child &gt; a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination &gt; li:last-child &gt; 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 &gt; span{
  margin: 0 5px;
  padding: 0 3px;
}


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

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

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

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

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

.push7-balloon-btn .p7-b &gt; 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);
}
.footer-menu-list li{
  font-size: clamp(1.4rem, 1.1vw + 0rem, 2.0rem);
}
.footer-menu-list li:nth-last-child(1){
  margin-right: 0;
}
/* スマホ用 */
@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;
}
/*-----------------------------------------
共通
------------------------------------------*/
body {
  margin: 0;
  box-sizing: none;
}
.flex_box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

h2,h3,p {
  font-family: 'Noto Sans JP';
}

h2,h3 {
  font-weight: 100;
  line-height: 1.2;
}
h2,p {
  /*color: #231815;*/
  color: #564645;
}
img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
p.title-deco {
  line-height: 0;
  color: #81BB3F;
  font-family: 'Allison Regular';
  transform: rotate(-15deg);
    margin-bottom: 1px;
    display: none;
}
a {
  text-decoration: none;
}
.article-title {
  margin-right: 1.5%;
}
.white {
  color: #ffffff;
}
.text-inner {
  margin: 0 auto;
}

.arrow {
  width: 20px;
  margin-left: 10px;
  
}

.english {
  font-family: 'Allison Regular';
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*sectionサブタイトル*/
.sub-title {
  position: relative;
}
.sub-title:after {
  width: 95%;
  display: inline-block;
  border-top: 1px solid #BBA8A8;
  content: "";
  vertical-align: middle;
  margin-left: 4%;
  position: absolute;
  top: 20%;
  margin-bottom: 2%;
  line-height: 1;
}
.sub-title-en {
  font-size: clamp(2.4rem,5.8vw + 0rem,7.5rem);
  background-color: #ffffff;
  font-weight: 100;
  color: #564645;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 2%;
  padding-right: 2%;
}
.sub-title-ja {
  font-size: clamp(1.8rem,2.4vw + 0rem,2.4rem);
  font-weight: 300;
  border-left: none;
  color: #564645;
  margin-top: 1%;
  letter-spacing: 3px;
}

.green {
  color: #80B53F;
}
.w86 {
  width: 86%;
  margin: 0 auto;
}
/*-----------------------------------------
header
------------------------------------------*/
.home header {
    /*background-image: url(images/header-image.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    height: 100vh;
    position: relative;
    box-sizing: border-box;
}
h1 img {
  width: 13vw;
  height: 19vh;
}

.header-text {
    margin: 0 auto ;
    text-align: center;
    font-family:  'Noto Sans JP';
}

.catchcopy {
  margin-bottom: 4%;
  font-weight: 300;
}

.header-explanation {
  font-weight: 200;
  letter-spacing: 0.3rem;
  line-height: 2.1;
}


.header-text p {
  color: #ffffff;
}

.logo-sub-title {
  display: block;
  margin: 0.7% auto 4%;
  font-family: 'Allison Regular';
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.openbtn {
  width: 94px;
  height: 94px;
  background-color: #81BB3F;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  z-index: 100;
  -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
.openbtn.active{
  background: #564645;
}

.openbtn span {
  content: "";
  display: block;
  height: 1px;
  background-color:#ffffff;
  position: absolute;
  left: 26%;
  -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
.openbtn .text:before{
  content: "MENU";
  font-weight: 200;
}
.openbtn.active .text:before{
  content: "CLOSE";
}
.openbtn span:nth-child(1) {
  width: 50%;
  top: 20%;
}

.openbtn span:nth-child(2) {
  width: 34%;
  top: 35%;
}

.openbtn span:nth-child(3) {
  width: 22%;
  top: 50%;
}

.openbtn.active span:nth-child(1) {
  top: 22px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 62%;
}

.openbtn.active span:nth-child(2) {
opacity: 0;
}

.openbtn.active span:nth-child(3){
  top: 34px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 62%;
}





.openbtn p {
  position: absolute;
  top: 60%;
  left: 26%;
  color: #ffffff;
}

#navi.panelactive {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #E6E6E6;
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
}
/*-----------------------------------------
トップページ
------------------------------------------*/
#main {
  width: 100%;
  float: none;
  box-sizing: border-box;
  border: none;
  border-radius: none;
  margin-bottom: 0;
  padding: 0;
}
#navi {
  /*display: none;*/
}
#site-title {
  /*display: none;*/
}
#sidebar-widget {
  /*display: none;*/
}
.top-ow{
  padding:3% 5% 3.5%;
  background: #eeeee7;
}
.top-ow .title_type_10 .en {
  margin-bottom: 0.4em;
}
.top-ow .title_type_10 .en .text{
  background: #eeeee7;
  padding-right: 1em;
}
.top-ow .ow_chatch{
  color: #81BB3F;
}
.top-ow .ow_list .box{
  width: 48%;
  margin-right: 4%;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(86, 70, 69, 0.1);
  box-sizing:border-box;
  padding: 1.5%;
}
.top-ow .ow_list .box:nth-child(2){
  margin-right: 0;
}
.top-ow .ow_list{
  align-items:normal;
}
.top-ow .ow_list .box .left_box{
  width: 40%;
  text-align: center;
}
.top-ow .ow_list .box .right_box{
  width: 60%;
  line-height: 180%;
  letter-spacing: 1px;
}
/*------------------------------------------
NEWS
-------------------------------------------*/
.top-info {
  height: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  box-sizing: border-box;
}
.top-info dd {
  color: #564645;
}
.info-contents {
  width: 90%;
  margin: 0 auto;
}
.info-left {
  width: 20%;
  margin-right: 12%;
  position: relative;
}
.news-title {
  margin-bottom: 8%;
}
.news-jp {
  margin-left: 8%;
  font-weight: 300;
}
.info-right {
  width: 63%;
}
.info-right dl dd {
  border-bottom: 1px dotted #DBDBDB;
  padding: 2% 0;
  margin: 0;
}
.info-right dl dd:nth-last-child(1){
  border-bottom: none;
}
.top-info .recipe {
  background-color: #81BB3F;
  color: #ffffff;
  padding: 0.7% 1%;
}
.top-info .info-right .article-title a{
  color: #fff;
  display: inline-block;
  width: 100%;
}
.day {
  margin-right: 1%;
}
.top-info .recipe{
  width: 15%;
  text-align: center;
}
/*------------------------------------------
MISSION
-------------------------------------------*/
.top-mission  {
  width: 100%;
  box-sizing:border-box;
  padding: 5% 5% 5%;
  margin: 0 auto 3%;
}
.mission-contents {
  width: 100%;
}
.main-mission-img {
  height: 42vh;
  position: relative;
  background-image: url(images/mission.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.main-mission-title {
  position: absolute;
  bottom: 4%;
  left: 5%;
}
.main-mission-title h2, .main-mission-title p {
  color: #ffffff;
}
.main-mission-title h2 {
  font-size: clamp(2.4rem,5.8vw + 0rem,7.3rem);
}
.main-mission-ja {
  text-align: right;
}
.deco-position {
  margin-bottom: 10px;
  margin-left: -35px;
}
.main-mission-text {
  margin-bottom: 1%;
}
.main-mission-text .text-inner {
  width: 100%;
  /*height: 30vh;*/

  text-align: left;
  background-color: #ffffff;
  margin-bottom: 2%;
  padding: 5% 3%;
  box-sizing: border-box;
  justify-content: space-evenly;
  flex-flow: row;
}
h3.main-mission-left {
  border-bottom: none;
  margin-right: 10%;
  font-weight: 400;
  line-height: 1.5;
}
.main-mission-right,.mission-right {
  line-height: 1.9;
}
.main-mission-right.ft20{
  font-size: clamp(1.4rem, 1.1vw + 0rem, 2rem);
}
h3.main-mission-left .ft24{
  font-size: clamp(1.8rem, 1.8vw + 0rem, 2.4rem);
}
.mission-items {
  width: 49%;
}
.mission-items:first-of-type {
  margin-right: 2%;
}
.sub-mission-img {
  height: 32vh;
}
.sub-mission-text {
  height: 29vh;
  background-color: #ffffff;
  padding: 4% 0;
  box-sizing: border-box;
}
.sub-mission-text .text-inner {
  width: 85%;
  align-items: center;
    justify-content: space-evenly;
    flex-flow: row;
}
.mission-left {
  margin-right: 8%;
  font-size: clamp(3.8rem,5.5vw + 0rem,5.4rem);
}

.ml-title {
  line-height: 1;
}
/*------------------------------------------
SERVICE
-------------------------------------------*/
.top-service {
  background-color: #ffffff;
}
/*説明部分以外のフォントカラー*/
 .sc {
  color: #564645;
}
.service-big-title {
    line-height: 1;
    margin-left: 7%;
    padding: 3% 0;
    box-sizing: border-box;
}
.service-ja {
  margin-left: 2%;
  font-weight: 400;
}
.service-td {
  display: inline-block;
}
.service-title,.sub-service-title {
  font-weight:  400;
}
.main-service h3.service-title,h3.course-title {
    line-height: 140%;
    margin-bottom: 4%;
    margin-top: 2%;
    letter-spacing: 3px;
}
.service-text {
  color: #756968;
  margin: 0 auto;
  line-height: 1.8;
  text-align: left;
}
.main-service {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-service a,.professional-course a,.service-item a,.studio a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-development {
  background-image: url(../../../images/serimg01.jpg);
  position: relative;
  margin-bottom: 2%;
}
.support {
  background-image: url(../../../images/serimg02.jpg);
  position: relative;
  margin-bottom: 2%;
}
.service-right {
    width: 34%;
    height: 89%;
    padding: 3% 3% 3%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
}
.sr01,.sr02 {
  position: absolute;
  bottom: 0;
}
.sr01 {
  right: 3%;
}
.sr02 {
  left: 3%;
}
.sub-service-box {
  padding-top: 6%;
  padding-bottom: 2%;
}
.sub-service-items {
  margin: auto;
  width: 91vw;
  align-items: unset;
}
.service-item {
  width: 48%;
  margin-bottom: 3%;
  position: relative;
  background: #fff;
  padding-bottom: 3%;
}
.service-item.tri{
  width: 30.66666666667%;
}
.service-item.tri.ser06{
  margin-right: 4%;
}
.service-item.tri.ser07{
  margin-right: 0;
}
.service-item.tri .chatch{
  height: 3.5em;
}
.service-item.tri .sub-service-title{
  height: 3em;
  font-size: clamp(1.6rem, 1.4vw + 0rem, 3.2rem);
  line-height: 140%;
  margin-top: 0.5em;
}
.service-item.tri .chatch .marker{
  background: none;
}
.service-item .service-top {
    background-image: url(../../../images/serimg03.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    height: 320px;
}
.service-item.ser04 .service-top {
    background-image: url(../../../images/serimg04-02.webp);
}
.service-item.ser05 .service-top {
    background-image: url(../../../images/serimg05.jpg);
}
.service-item.ser06 .service-top {
    background-image: url(../../../images/serimg06.jpg);
}
.service-item.ser08 .service-top {
    background-image: url(../../../images/serimg08.jpg);
}
.service-item.ser09 .service-top {
    background-image: url(../../../images/serimg09.jpg);
}
.service-item.ser07 .service-top {
    background-image: url(../../../images/serimg07-01.webp);
}
.service-item:nth-child(odd) {
  margin-right: 4%;
}
.service-number,.vertical-title {
  position: absolute;
}
.service-number {
  bottom: 13%;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.sn01 {
  left: 1.5%;
}
.sn02 {
  right: 1.5%;
}
.ss-number {
  bottom: 11%;
  left: 7%;
}
p.service-number:before {
  display: inline-block;
  border-top: 1px solid;
  content: "";
  width: 7vw;
  vertical-align: middle;
  margin-right: 10px;
  color: #ffffff;
}
.vertical-title {
  top: 12%;
  right: 5%;
  padding: 1.5% 0;
  z-index: 1;
  line-height: 2;
  height: 125%;
}
.vt03 {
  bottom: -36%;
}
.marker {
  background-color: rgba(255,255,255,0.8);
  padding: 2% 0;
}
.service-bottom {
  /*height: 42vh;*/
  padding: 6% 0;
  box-sizing: border-box;
  /*position: relative;*/
  background-color: #ffffff;
}
.sb-inner {
  width: 85%;
  margin:0 auto;
}
.sb-inner .english{
  margin-bottom: 15px;
}
.service-bottom.sb-inner.service-title {
  line-height: 1.7;
}
.sub-service-title {
  margin-bottom: 5%;
  font-size: clamp(1.6rem, 1.4vw + 0rem, 3.2rem);
  line-height: 140%;
}
.service-arrow {
  position: absolute;
  right: 7%;
  bottom: 3%;
  align-items: center;
}
.rental {
  width:  91vw;
  margin: 0 auto;
}
.studio {
  height: 450px;
  background-image: url(images/main-service03.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.sn07,.studio-title,.studio-text {
  position: absolute;
}
.sn07 {
  top: 12%;
  left: 4%;
}
.studio-title {
  position: absolute;
  bottom: 10%;
  left: 4%;
}
.studio-text {
  bottom: 10%;
  /*right: 21%;*/
  left: 48%;
  width: 40%;
  line-height: 1.7;
}
section.top-service p.service-en {
    font-weight: 100;
}
section.top-service .service-ja {
    margin-left: 1em;
    letter-spacing: 3px;
    margin-top: -1%;
}
.studio-sub-title {
  margin-bottom: 3%;
  line-height: 140%;
  font-size: clamp(2rem, 2.0vw + 0rem, 4rem);
}
.studio .service-title {
    letter-spacing: 4px;
}
.sub-rentals {
  margin-top: 5%;
}
.vt-rental01 {
  bottom: -18%;
}
.vt-rental02 {
  bottom: -24%;
}
.professional-course {
  width: 91vw;
  height: 68vh;
  margin: 0 auto;
  position: relative;
  background-image: url(images/main-service04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rental_box {
    padding-bottom: 6%;
}
.course-text {
  width: 37%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 3%;
  padding: 5% 3% 3%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
}
.course-title {
  margin-bottom: 10%;
}

.course-arrow {
  position: absolute;
  bottom: 8%;
  right: 13%;
  vertical-align: center;
}


.course-vt {
    position: absolute;
    top: 9%;
    right: 4%;
    padding: 1.5% 0;
    writing-mode: vertical-rl;
    z-index: 1;
    line-height: 2;
}
/*------------------------------------------
BLOG
-------------------------------------------*/
.top-blog  {
  /*height: 39vh;*/
  padding: 4% 0;
  box-sizing: border-box;
  background-color: #ffffff;
}

.blog-contents {
  width: 91%;
  margin: 0 auto;
}

.blog-left {
  width: 22%;
  margin-right: 7%;
  position: relative;
}

.blog-right {
  width:71%;
}

.blog-right dl {
  margin: 0% 0;
  padding: 1% 0;
  line-height: 1;
  border-bottom: 0.7px solid rgb(35,24,21,0.3);  
}
.blog-right dl:nth-last-child(1){
  border-bottom: none;
}

.blog-day,.blog-info {
  color: #564645;
}

.blog-title {
  color: #000000;
}

.blog-day {
 margin-right: 0.7%;
 font-weight: 200;
}

.blog-day span {
  display: block;
}

.blog-info {
  margin-right: 1.5%;
  background-color: #F0A53B;
  padding: 0.6% 2%;
  color: #ffffff;
}
.top-blog .blog-right .blog-info{
  width: 12%;
  text-align: center;
}
.top-blog .blog-right .bolog-title{
  color: #564645;
}
/*------------------------------------------
INSTAGRAM
-------------------------------------------*/

.top-instagram {
  /*height: 39vh;*/
  position: relative;
  margin-bottom: 5%;
}

.instagram-title {
  position: absolute;
  top: 25%;
  left: 0;
  padding: 2% 5% 2%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
}
.instagram-title a{
  color: #564645;
}
.instagram-title img{
  max-width: 40px;
  position: relative;
  top: -4px;
}
.insta-deco {
  margin-bottom: 25px;
  margin-left: -47px;
}

.icon-insta-br {
  width: 5.5vw;
  vertical-align: middle;
}

.instagram-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
}


/*------------------------------------------
CONTACT
-------------------------------------------*/


.top-contact {
  height: 680px;
  max-height: 680px;
  background-image: url(images/contact.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5% 0;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.top-contact h2,.top-contact p,.top-contact a {
  color: #ffffff;
}
.read-more .ft16{
  font-size: clamp(1.2rem, 0.9vw + 0rem, 1.6rem);
}

.top-contact p {
  font-weight: 300;

}
.top-contact p.ft18{
  font-size: clamp(1.6rem, 1.1vw + 0rem, 2.4rem);
}
.contact-contents {
  width: 83%;
  margin: 0 auto;
}

.contact-left,.contact-right {
  position: absolute;
}

.contact-left {
  top: 30%;
  left: 9%;
  margin-top: 5%;
}

.contact-title {
  margin-bottom: 19%;
  position: relative;
}

p.contact-deco {
  color: #81BB3F;
}

.contact-en {
  letter-spacing: 0.5rem;
}

.contact-ja {
  text-align: center;
  letter-spacing: 1rem;
}

.contact-btn {
  width: 100%;
  background-color: rgb(129,187,63, 0.8);
  border-radius: 5px;
  padding: 4.8% 7% 7%;
  position: relative;
      justify-content: space-between;
} 

.contact-btn:before {
  content: "";
    border: 0.7px solid rgb(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 4.8% 7% 7%;
    position: absolute;
    top: -13%;
    left: -3%;
    width: 88%;
    height: 20%;
}


.contact-guidance {
  margin-right: 1em;
}

.contact-right {
  top: 21%;
  right: 6%;
}
@media (min-width: 2000px) {
  .top-contact{
    height: 820px;
    max-height: 820px;
  }
}
.contact-vt {
  margin-left: 3%;
  /*text-indent: -8rem;*/
}
/*-----------------------------------------
フッター
------------------------------------------*/
#footer {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 5% 0;
}
#footer-in {
  width: 100%;
}
.footer-contents {
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
}
.footer-logo {
  margin-right: 3%;
}
.footer-menu-title {
  font-weight: 300;
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 1.5%;
  padding-bottom: 1.5%;
}


.footer-menu {
  /*width: 80%;*/
  width: calc(100% - 250px);

}

.footer-deco {
    color: #81BB3F;
    font-family: 'Allison Regular';
    position: absolute;
    top: -26px;
    left: -20px; 
}   
.menu-item {
  color: #888787;
  margin-right: 2%;
  font-weight: 300;
  letter-spacing: 0.2rem;
}
.credit {
    background-color: #81bb3f;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 300;
    padding: 0.5%;
}
.credit .credit-in {
    width: 90%;
    margin: auto;
}
/*------------------------------------------
下層ページ共通
-------------------------------------------*/
.parts-service-title {
  padding: 8% 6% 4%;
}
.parts-service-title h2,.parts-service-title p {
  font-weight: 300;
  color:#564645;
}
p.service-en {
  font-size: clamp(2.4rem,5.8vw + 0rem,7.5rem);
  margin-bottom: 2%;
}
.service-en:after {
  display: inline-block;
  width: 61%;
  border-top: 1px solid #BAA7A7;
  vertical-align: middle;
  margin-left: 1%;
  content: "";
}
.article h2 {
  border-left: none;
  margin: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.page_head_in {
    width: 86%;
    margin: auto;
    position: relative;
    height: 46vh;
}
.page_head_in.noimg_head{
  height: 38vh;
}
.head_title_sec{
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-weight: 200;
    letter-spacing: 3px;
    width: 100%;
}
.page_head_in h1 {
    /*position: absolute;
    bottom: 0;*/
    color: #ffffff;
    font-weight: 200;
    letter-spacing: 3px;
    width: 100%;
}
.page_head_in h1 span{
      font-size: clamp(1.6rem, 1.2vw + 0rem, 2.4rem);
}
.page-id-24 .page_head_in h1,.page-id-227 .page_head_in h1 {
  position: static;
}
.page-id-24 .page_head_in .head_title_sec,.page-id-227 .page_head_in .head_title_sec {
  position: static;
  margin-top: 8%;
}
.page_head_in h1 span.big_title{
  font-weight: 100;
  position: relative;
}
.page_head_in .head_mv_title span.big_title{
  font-weight: 100;
  position: relative;
  display: block;
  color: #fff;
}
.page_head_in .head_mv_title span,
.page_head_in h1 span {
    display: block;
    font-weight: 300;
}
.page-id-24 .page_head_in h1 span.big_title,.page-id-227 .page_head_in h1 span.big_title {
    font-weight: 200;
}
.page-id-24 .page_head_in .head_mv_title span.big_title,.page-id-227 .page_head_in .head_mv_title span.big_title {
    font-weight: 200;
}
.page_head_in .head_mv_title .big_title:first-letter,
.page_head_in h1 .big_title:first-letter,.sub-title .sub-title-en:first-letter {
  color: #80b53f;
}
/*------------------------------------------
PRIVACY POLICY
-------------------------------------------*/
.privacy-contents {
    margin: 0 auto;
    background-color: #F5F5EE;
    padding: 6% 0 1%;
}
.privacy-contents dl {
    width: 86%;
    margin: auto;
}
.privacy-contents dt,.privacy-contents dd {
  color: #231815; 
}
.privacy-contents dt {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 2%;
  margin-bottom: 2%;
  font-weight: 400;
}
.privacy-contents dd {
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 4%;
}
.privacy-contents dd.safety {
    margin-bottom: 1.5%;
}
.privacy-abcd {
  margin-left: 2%;
}
.page-id-227 .page_head_in .head_mv_title .big_title,
.page-id-24 .page_head_in .head_mv_title .big_title,
.page-id-24 .page_head_in h1,.page-id-24 div#breadcrumb,.page-id-24 div#breadcrumb a,
.page-id-227 .page_head_in h1,.page-id-227 div#breadcrumb,.page-id-227 div#breadcrumb a {
    color: #231815;
    letter-spacing: 4px;
}
/*------------------------------------------
INFORMATION
-------------------------------------------*/
.information-container {
  width: 100%;
  padding-bottom: 11%;
}
 


.information-container h3 p span {
  color: #564645;
}


.information-left {
  width: 74%;
  background-color: #ffffff;
  padding-top: 4%;
}

.information-left-container {
  width: 88%;
  margin: 0 auto;
}

.information-left-container h3 {
  border-bottom: 1px solid #DADADA;
  margin-right: 2%;
  padding-bottom: 4%;
  font-size: clamp(3.2rem,3.2vw + 0rem,4.8rem);
}

.information-list li {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 4%;
  margin-bottom: 4%;
}

.information-list img {
  width: 23%;
  height: 17%;
}

.info-list-text {
  margin-left: 5%;
}

.info-sub-title,.info-main-text {
  margin-bottom: 2%;
}

.info-sub-title {
  color: #231815;
}

.info-sub-title span {
  margin-left: 3%;
}


.information-right {
  width: 26%;
  position: absolute;
  top: 0;
  right: 0;
}

.category-container h3 {
  font-size: clamp(2.8rem,3.8vw + 0rem,3.8rem);
}

.category-list li {
  background-color: #ffffff;
}
/*------------------------------------------
COMPANY
-------------------------------------------*/
.company {
    padding-top: 8%;
}
.company p,ul {
  color: #564645;
}
.company p.title-deco {
  color: #81BB3F;
}
.philosophy-container {
    margin-top: 3%;
}
.philosohy-container {
 margin: 8% auto;
}
.philosophy-left {
    width: 52%;
    padding: 0;
    padding-right: 8%;
}
.philosophy-left p.philosophy-left-title {
  margin-top: 2%;
  margin-bottom: 5%;
  color: #80B53F;
}
.philosophy-right {
  width: 40%;
}
.company.main-mission-title h2,.company .main-mission-title p {
  color: #ffffff;
}
.main-mission-title h2 {
  border-left: none;
  margin: 0;
  padding: 0;
}
.company p.mb1.ft16 {
    line-height: 200%;
}
.greeting {
  width: 100%;
  margin: 0 calc(50% - 50vw);
  padding: 10% 0;
  background-color: #F3F3F1;
}

.article .company div:nth-child(even) .sub-title-en {
  background-color: #F3F3F1;
 }

.greeting-container {
  width: 86%;
  margin: 0 auto;
}

.greeting-sub-container {
  margin-top: 9%;
}

.greeting-left {
  margin-right: 6%;
}

.company-president {
  margin-top: 3%;
}

.about-us {
  padding-top: 12%;
}

.about-us .sub-title-ja {
  margin-bottom: 7%;
}

.about-us table {
  width: 100%;
  margin: 0 auto;
}

.about-us th,.about-us td {
  padding: 3%;
  border-top: solid 1px #ccc;
  border-left:  none;
  border-right: none;
  border-bottom: none;
}

.about-us th,.about-us td:last-child {
  border-bottom: solid 1px #ccc;
}



.about-us th {
  width: 20%;
  text-align: left;
  background-color: #F3F3F1;
}


/* .busines-contents-item {
  width: 50%;
} */

.busines-contents-item:first-child {
  margin-right: 11%;
}

iframe {
  margin: 1% auto;
}
/*------------------------------------------
Event and Media
-------------------------------------------*/
.event-lead-text {
    padding: 4% 0;
}
p.ser_top_text {
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 1px;
}
.event-images {
    width: 100%;
    background-color: #F2F2F0;
    padding-top: 5%;
    padding-bottom: 5%;
}
.event_list dl dd.img {
    background-image: url(../../../images/media01.jpg);
    height: 28vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.event_list dl:nth-child(2) dd.img {
    background-image: url(../../../images/media02.jpg);
}
.event_list dl:nth-child(3) dd.img {
    background-image: url(../../../images/media03.jpg);
}
.event_list dl:nth-child(4) dd.img {
    background-image: url(../../../images/media04.jpg);
}
.event_list.ser_list04 {
    justify-content: space-around;
    width: 90%;
    margin: auto;
}
.event_list.ser_list04 dl {
    width: 23%;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 4%);
}
.event_list.ser_list04 dl:nth-child(4) {
    margin-right: 0;
}
.event_list.ser_list04 dl dd.text_box {
    padding: 10% 0;
    margin-bottom: 0;
}
.event_list.ser_list04 dl dd.text_box p.english {
    font-weight: 500;
    margin-bottom: 4%;
}
/*------------------------------------------
Development
-------------------------------------------*/
.development { 
  background-color: #ffffff;
}
.development h2,.development h3,.development p {
  color: #564645;
  font-weight: 300;
}
.development h2 {
  font-size: clamp(1.8rem,2.4vw + 0rem,2.4rem);
  border-left: none;
  margin: 0;
  padding:  0;
}
.development-first {
  padding-top: 12%;
  padding-bottom: 7%;
}
.development-first-title h2 {
  margin-bottom: 5%;
}
p.df-green,h2.df-green {
     color: #80B53F;
     font-weight: 300;
}
.df-ja {
  font-size: clamp(1.7rem,3.4vw + 0rem,3.5rem);
  margin-bottom: 5%;
}
.development-list {
  width: 86%;
  margin: 0 auto;
  justify-content: space-around;
}
.development-list li  {
  width: 32%;
  color: #ffffff;
  position: relative;
  height: 54vh;
  background:linear-gradient(to top, rgba(86, 70, 69, 0.5) 0%, rgba(86, 70, 69, 0) 100%), url(../../../images/shoku01.jpg) no-repeat center / cover;
  background-size: cover;
}
.development-list li.no2 {
  background:linear-gradient(to top, rgba(86, 70, 69, 0.5) 0%, rgba(86, 70, 69, 0) 100%), url(../../../images/shoku02.jpg) no-repeat center / cover;
  background-size: cover;
}
.development-list li.no3 {
  background:linear-gradient(to top, rgba(86, 70, 69, 0.5) 0%, rgba(86, 70, 69, 0) 100%), url(../../../images/shoku03.jpg) no-repeat center / cover;
  background-size: cover;
}
.development-list li p {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}

.development-list li:last-child {
  margin-right: 0;
}


.df-text {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform:translate(-50%);
  text-align: center;
}


.development-about {
  padding-top: 8%;
  padding-bottom: 8%;
  /*margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);*/
}

p.development-en {
  font-weight: 100;
  margin-bottom: 3%;
}

.development-ja {
  font-weight: 100;
}

.development-en:after {
  width: 22%;
}

.development-about-lead {
  margin: 5% auto 7%;
}
 

.product-development-list,.development-works-list {
  width: 100%;
}



.product-development-list li,.development-works-list li {
  box-shadow: 0 0 4px rgb(86,70,69,0.1);
}

.product-development-list {
  align-items: stretch;
}

.product-development-list li {
  width: 23%;
  margin-right: 2%;
  background-color: #ffffff;
}

.product-development-list li h3 {
  font-size: clamp(1.4rem,1.2vw + 0rem,2.1rem);
  font-weight: 300;
  border-bottom: none;
  padding: 0;
  margin: 7% auto 15%;
}
.product-development-text {
  padding: 12% 7%;
}
.development-works {
    padding: 8% 0 0;
}
.development-works-lead {
  margin: 5% auto;
}
.development-works-list li {
  width: 17%;
  height: 59%;
  margin-right: 3%;
}
.development-works-text {
  padding: 0 10%;
  margin: 7% auto 19%;
}
.works-number {
  margin-bottom: 8%;
}
.works-title {
  margin-bottom: 15%;
}
p.works-items {
  text-align: left;
}
/*------------------------------------------
Photography and Publishing
-------------------------------------------*/
.photography-publishing h3,.photography-publishing p {
  color: #564645;
}
.photography-publishing p {
  font-weight: 400;
}
.pp-contents {
  background-color: #F2F2F0;
  padding-top:  6%;
  padding-bottom: 8%;
}
.case_list.ser_list02 {
    justify-content: left;
}
.case_list.ser_list02 dl {
  width: 50%;
  background-color: #ffffff;
}
li.pp-case-item {
  width: 48%;
  background-color: #ffffff;
  margin-bottom: 3%;
  margin-right: 2%;
  box-shadow: 0 0 4px rgb(86,70,69,0.1);
}
.pp-case-image {
  width: 56%;
}

.pp-case-image img {
  display: block;
}

.pp-text {
  width: 34%;
  text-align: center;
  margin: 0 6% 0 4%;
}
.pp-text-inner {
  text-align: left;
}
.pp-case-title,.pp-about-title {
  font-weight: 400;
  padding: 0;
  border-bottom: none;
}
.pp-text-inner .pp-case-title {
  margin-top: 2%;
  margin-bottom: 3%;
  font-weight: 400;
}
.pp-explanation {
  color: #6D5C5C;
}
.pp-about-title {
  font-size: clamp(1.6rem,1.1vw + 0rem,2.8rem);
}
.pp-about {
  position: relative;
  border: 1px solid #BAA7A7;
  padding: 4%;
}
.pp-about .pp-about-title {
  position: absolute;
  top: -0.8em;
  left: 5%;
  padding: 0 1%;
  background-color: #F2F2F0;
  font-weight: 500;
}
.pp-about-item {
  width: 89%;
  border-bottom: 1px dotted #E3DEDE;
  margin-bottom: 1%;
  padding-bottom: 1%;
}
.pp-contents .pp-about {
    width: 78%;
    margin: auto;
    padding: 2% 4%;
    margin-top: 4%;
    padding-top: 3%;
}
/*------------------------------------------
cordinators
-------------------------------------------*/
.cordinators {
  background-color: #ffffff;
}

.cordinators h2,.cordinators p {
  color: #564645;
}

.cordinators h2,.kitchen-studio h2 {
  border-left:  none;
  font-weight: 400;
}

.cordinators h2 {
  font-size: clamp(1.8rem,2.4vw + 0rem,2.4rem);
}


.cordinators-container,.kitchen-studio-container  {
  width: 89%;
  margin: 0 auto;
}

.cordinators-container {
  padding:  11% 0;
}


.cordinators-en:after {
  width: 30%;
}

p.cordinators-en {
  font-weight: 100;
}


.cordinator-example {
  margin-top: 11%;
}

.cordinator-example-left {
  width: 73%;
}

.cordinator-example-box {
  width: 90%;
  position: relative;
  border: 1px solid #E1E1D7;
  padding: 5% 7% 5% 4%;
  box-sizing: border-box;
}

h3.ce-title {
  font-size: clamp(1.4rem,1.2vw + 0rem,2rem);
  font-weight: 400;
  border-bottom: none;
  padding: 0 2%;
  position: absolute;
  top: -36%;
  left: 6%;
  background-color: #ffffff;
}



.cordinator-example-item {
  margin-right:   5%;
}

.check-box {
  width: 25px;
  height: 25px;
}


.cordinator-example-right {
  width: 27%;
}


.kitchen-studio {
  width: 100%;
  background-color: #F2F2F0;
  padding-top: 8%;
  padding-bottom: 10%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}


.kitchen-studio h2 {
  font-size: clamp(2rem,3vw + 0rem,3rem);
  margin-bottom: 6%;
}

.kitchen-studio-en {
  font-weight: 100; 
  margin-top: 3%;
}

.kitchen-studio-box {
  background-color: #ffffff;
  padding: 5% 3%;
}

.kitchen-studio-text {
  text-align: center;
}

.kitchen-catch-copy {
  border-bottom: 1px solid #BAA7A7;
  padding-bottom: 2%;
}

.kitchen-btn {
  width: 41%;
    background-color: rgb(128, 180, 63, 0.8);
    padding: 2%;
    border-radius: 1%;
    display: block;
    margin: 0 auto;
}

.kitchen-btn a {
  color: #ffffff;
}

.kitchen-btn-en p {
  color: #ffffff;
}

.kitchen-btn-en {
  margin-left: 9%;
}



/*------------------------------------------
COURSES
-------------------------------------------*/
.courses h2,.courses p,.courses li {
  color: #564645;
}
.courses-container {
    margin: 0 auto;
    padding-top: 8%;
    padding-bottom: 8%;
}
.instructor-training {
  padding-bottom: 6%;
}
.courses-title p {
  font-weight: 200;
}
.courses-title h2 {
  border-left: none;
  margin: 0;
  padding: 0;
  font-size: clamp(1.8rem,2.4vw + 0rem,2.4rem);
  font-weight: 400;
}
.courses-title h2:after {
  display: inline-block;
  border-top: 1px solid #beabab;
  content: "";
  vertical-align: middle;
  margin-left: 5%;
}
.courses-title01:after {
  width: 41%;
}

.courses-title02:after {
  width: 67%;
}
.instructor-training-explanation.flex_box {
    justify-content: space-between;
}
.it-explanation-left {
  width: 43%;
  padding: 2% 6% 3% 2%;
}
.it-explanation-left p,.recognition-seminar-right {
    line-height: 210%;
    margin-bottom: 6%;
    font-weight: 400;
}
.instructor-training-title {
  line-height: 1.6;
}
.page-id-191 .courses-title {
  margin-bottom: 4%;
}
.it-explanation-right {
  width: 42%;
}
p.instructor-training-title.green {
    color: #80B53F;
    line-height: 170%;
}
.recommend {
  width: 90%;
  border: 1px solid #beabab;
  margin: auto;
  margin-top: 3%;
  padding-top: 4%;
  padding-bottom: 2%;
  position: relative;
}
.recommend-title {
  position: absolute;
  top: -3%;
  left: 5%;
  padding: 0 3%;
  background-color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.recommend-container {
  width: 89%;
  margin: 0 auto;
}
.recommend-list {
  text-align: center;
}
.recommend ul {
  text-align: left;
}

.recommend ul li {
  border-bottom: 1px dotted #e7e2e2;
  margin-bottom: 1%;
  padding-bottom: 1%;
  letter-spacing: 0.12em;
}

.recommend-etc {
  text-align: right;
}
.content-schedule {
  padding-top: 8%;
  padding-bottom: 7%;
  background-color: #f6f6f4;
}
.content-schedule-container{
  background-color: #ffffff;
  padding-top: 5%;
  padding-bottom: 7%;
  box-shadow: 0 0 5px rgb(86,70,69,0.1);
}

.content-schedule-inner {
  width: 85%;
  margin: 0 auto;
}

.courses-sub-title {
  margin-bottom: 6%;
}

.courses-sub-title p {
  margin: 6% auto 0;
  font-weight: 400;
}

.courses-sub-title h3 {
  width: 100%;
  border-bottom: 1px solid #beabab;
  padding-bottom: 3%;
  font-weight: bold;
}
.courses-sub-title h3.pro_title {
    font-size: clamp(2rem,3vw + 0rem,3rem);
    letter-spacing: 2px;
    color: #564645;
    margin-top: 1%;
}
.courses-sub-title h3.pro_title span {
    font-size: 2rem;
}
.point {
  width: 87%;
  text-align: left;
  margin-bottom: 9%;
}
.point p {
    width: 29%;
    color: #ffffff;
    background-color: #564645;
    padding: 1% 0;
    margin-bottom: 4%;
    text-align: center;
    font-weight: 700;
}
.point p span {
    font-weight: 400;
    margin-left: 5%;
}
.point ul li {
  border-bottom: 1px dotted #e7e2e2;
  margin-bottom: 1%;
  padding-bottom: 1%;
}
.day-title-border {
  width: 99%;
  border-top: 1px solid;
  position: relative;
  margin-bottom: 3%;
}
.day-title {
  position: absolute;
  top: -15px;
  left: 4%;
  background-color: #ffffff;
  padding: 0 2%;
  font-weight: 600;
  letter-spacing: 4px;
}
.course-day ul {
  align-items: stretch;
}

.course-day ul li {
  border-right: 0.5px solid #564645;
  padding: 0 2%;
}
.course-day ul li:last-child {
  border-right: none;
}
.course-item-text {
  font-weight: 400;
  line-height: 1.5em;
}
.comp_name .small{
  margin-right: 1em;
  font-size: 60%;
}
.day1 {
  margin-bottom: 4%;
}
.recognition-seminar-container{
    align-items: flex-start;
}
.recognition-seminar-right p{
  line-height: 2em;
}
.day1 ul li {
  width: 25%;
  box-sizing:border-box;
}
.day2 {
  margin-bottom: 7%;
}
.day2 ul li {
  width: 33.333333333%;
  box-sizing:border-box;
}
p.course-title {
  color: #80B53F;
  font-weight: bold;
  letter-spacing: 0;
}
.after-follow {
  background-color: #80b83f;
  margin-bottom: 10%;
  padding: 4% 0;
}
.after-follow p,.after-follow li {
  color: #ffffff;
}
.after-follow-title {
    text-align: center;
    width: 30%;
}
.after-follow ul {
  border-left: 0.5px solid rgb(255, 255, 255, 0.3);
  padding-left: 5%;
  width: 65%;
}
.after-follow ul li {
    font-weight: 300;
    line-height: 180%;
}
p.lesson-schedule-titile {
  color: #80B53F;
  margin-bottom: 4%;
}
.lesson-schedule-container dl {
  flex-wrap: wrap;
  width: 100%;
}
.lesson-schedule-item {
  width: 100%;
  display: flex;
  border-top: 0.5px solid rgb(86, 70, 69, 0.4); 
}
.lesson-schedule-item span {
  display:  block;
}


.lesson-schedule-item:last-child {
  border-bottom:  0.5px solid rgb(86, 70, 69, 0.4);
}
.lesson-schedule-container dt {
    width: 16%;
    padding: 0 4%;
    background-color: #F6F6F4;
    display: grid;
    align-items: center;
    color: #564645;
    font-weight: 400;
    letter-spacing: 1px;
}
.lesson-schedule-container dd {
    width: 68%;
    padding: 3% 2% 3%;
    box-sizing: border-box;
    margin-bottom: 0;
    color: #564645;
    font-weight: 400;
    letter-spacing: 1px;
}
.lesson-btn {
    background-color: #564645;
    border-radius: 15px;
    padding: 3% 2%;
    text-align: center;
    width: 60%;
    margin: auto;
    margin-top: 3%;
}
.lesson-btn p {
  color: #ffffff;
}
.lesson-btn span {
  display: block;
  border-top: 1px solid #665858;
  margin-top: 2%;
  padding-top: 2%;
}
.recognition-seminar {
    padding-top: 8%;
}
.recognition-seminar-left {
  width: 42%;
  margin-right: 4%;
}
.recognition-seminar-right {
  width: 54%;
}
.recognition-seminar-right p:first-child {
  margin-bottom: 6%;
}
/*------------------------------------------
CONTACT
-------------------------------------------*/
.contact {
  background-color: #ffffff;
}
.contact-container {
  width: 88%;
  margin: 0 auto;
  padding-top: 6%;
  padding-bottom: 10%;
}
h2.notes-title {
  font-size: clamp(1.7rem,2.3vw + 0rem,3.6rem);
  font-weight: bold;
  border-left: none;
  margin-right: 2%;
  margin-bottom: 4%;
  padding: 0 0 3% 0;
  border-bottom: 1px solid #231815;
  position: relative;
}
.notes-title:before {
  width: 29%;
  height: 1px;
  background-color: #81BB3F;
  position: absolute;
  bottom: -1px;
  content: "";
  border-left: none;
  padding: 0;
}
.notes-title span {
  margin-left: 2%;
}
.notes ul {
  margin-bottom: 7%;
}
.notes ul li {
  line-height: 1.8;
}
.contact-container table {
  width: 100%;
}
.contact-container table tr {
   width: 100%;
   display: flex;
}
.contact-container th,.contact-container td {
  border: none;
  margin-bottom: 1%;
}
.contact-container th {
  width: 26%;
  margin-right: 1%;
  padding-top: 1%;
  padding-left: 2%;
  text-align: left;
  background-color: #EBEFE6;
  color: #00A094;
}
.contact-container th span {
  background-color: #00A094;
  color: #ffffff;
  margin-right: 2%;
  padding: 1% 2%;
  text-align: center;
}
.contact-container td {
  width: 73%;
  background-color: #F5F5EE;
  display: flex;
  flex-wrap: wrap;
  padding: 1%;
}


.contact-item {
  width: 25%;
}

.contact-item input {
  margin-right: 1%;
}

.name {
  width: 39%;
}

.name:first-child {
  margin-right: 2%;
}

.mail {
  width: 53%;
}

.tel {
  width: 23%;
  margin-right: 3%;
}


.tel:last-child {
  margin-right: 0;
}

.optional {
  width: 77%;
}

textarea   {
  width: 83%;
}

.contact-item input {
  vertical-align: center;
}

.agree,.submit {
  margin: 0 auto;
}

.agree {
  width: 31%;
  padding: 1%;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  text-align: center;
}
.agree input {
  margin-right: 1%;
}

.agree input,.submit p {
  text-align: center;
}

.submit {
  width: 43%;
  background-color: #231815;
  margin-top: 5%;
  padding: 3% 0;
}

.submit p {
 color: #ffffff;
}

.submit span {
  display: block;
  margin-top:   3%;
}


/*------------------------------------------

SITEMAP

-------------------------------------------*/

.sitemap {
  background-color: #ffffff;
  padding-top: 6%;
  padding-bottom: 13%;
}

.sitemap-container {
  width: 86%;
  margin: 0 auto;
}
.base_inner8{
  padding: 8% 7%;
}

.base_inner8.short_inline{
  padding: 6% 7%;
}

.sitemap-service {
  margin-bottom: 8%;
}

.sitemap-title {
  border-bottom: 1px solid #231815;
  margin-bottom: 4%;
  padding-bottom: 3%;
}

.sitemap-title p {
  margin-right: 2%;
  font-weight: bold;
}
.page-id-227 .flex_box_typeB.two a{
  display: flex;
  flex-flow: row wrap;
  align-items: normal;
}
.page-id-227 .flex_box_typeB.two .box .en_title{
  width: 100%;
}
.flex_box_typeB .gaibu_arrow{
  max-width: 20px;
  position: relative;
  top: 5px;
}
.sitemap-title h2 {
  font-size: clamp(1.4rem,1.3vw + 0rem,1.8rem);
  font-weight: 400;
  margin: 0 2% 0 0;
  padding: 0;
  border-left: none;
}
.sitemap h2 p {
  color:  #231815;
}
.sitemap .english {
  color: #4D4D4D;
}
.sitemap ul {
  flex-wrap: wrap;
}
.sitemap-container li {
  width: 44%;
  border-bottom: 0.5px solid rgb(  35,24,21,0.3);
  margin-bottom: 2%;
  padding: 2% 0;
}
.sitemap-container li a {
    border-left: 3px solid #eaf7da;
    display: block;
    padding: 2% 4%;
}
.sitemap-container li:nth-child(even) {
 margin-right: 0;
}
.sitemap-container li p:nth-child(2) {
  margin-bottom: 3;
}
.sitemap-company,.sitemap-information,.sitemap-blog {
  margin-bottom: 6%;
}
.sitemap-etc {
  text-align: center;
}
section.page_staff {
    padding-top: 6%;
}
section.page_staff .sub-title-en {
    margin-bottom: 0;
}
section.page_staff .sub-title:after {
    content: "";
    position: absolute;
    top: 42%;
}
section.page_staff .sub-title-ja {
    margin-top: 0;
}
.top-info .title-deco{
  position: absolute;
    left: -35px;
    top: -5px;
}
.top-contact .title-deco,
.top-blog .title-deco{
  position: absolute;
    left: -35px;
    top: -5px;
}
.top-instagram .title-deco{
    position: absolute;
    left: 17%;
    top: 28%;
}
.pc_none{
  display: none;
}
.sp_none{
  display: block;
}
.disp_none{
  display: none;
}
.green_text .head_title,
.green_text{
  color: #80b43f;
}
.single .article #the-content img{
  width: auto;
  margin-top: 4%;
  margin-bottom: 4%;
}
.post-524 #secid_2 .flex_box_typeA.five .box .img{
  height: 16vw;
  min-height: 220px;
}
.smile_title_head1 .head_title{
  line-height: 160%;
  font-weight: 700;
}
/**********************新規追加************************/
.semi_tema_flex.flex_box_typeA.tri .box{
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 3%;
    align-items:center;
}
.semi_tema_flex .box .img img{
  display: block;
}
.semi_tema_flex .box .img{
  width: 30%;
}
.semi_tema_flex .box .text_box_flex{
  width: 70%;
}
.semi_tema_flex .box .text_box_flex .jp_title{
  margin-bottom: 1.5em;
}
.option_plan_new{
  margin-top: 8%;
}
.option_plan_new .img_box{
  width: 45%;
}
.option_plan_new .left_box{
    width: 50%;
    margin-right: 5%;
}
.option_plan_new .title_type_7 .head_title{
  font-weight: 700;
}
.semi_tema_flex.v3 .box{
  width: 48%;
  margin-right: 4%;
  box-shadow: none;
}
.semi_tema_flex.v3 .box:nth-child(2){
  margin-right: 0;
}
.semi_tema_flex.v3 .box .img{
  width: 100%;
  margin-top: 4%;
}
.semi_tema_flex.v3 .box .title_type_7 .head_title{
  font-weight: 600;
}
.semi_tema_flex.v3 .box .title_type_7 .head_title span{
  display: inline-block;
  margin-top: 2%;
  letter-spacing: 0;
}
.semi_check_title2 .head_title{
  color: #80b43f;
  font-weight: 700;
}
.link_box_typeA.ct_ft_link{
  text-align: center;
}
.link_box_typeA.ct_ft_link a{
  width: 60%;
  padding-top: 2em;
  padding-bottom: 2em;
      background-color: #564645;
}
.link_box_typeA.ct_ft_link a .gaibu_arrow{
  display: none;
}
.link_box_typeA.ct_ft_link a .jp_title{
  display: block;
}
/**********************新規追加************************/
@media screen and (max-width: 680px){
  .pc_none{
    display: block;
  }
  .sp_none{
    display: none;
  }
  body{
    min-width: inherit;
  }
  .home header .header-explanation br{
    display: none;
  }
  .home header .header-explanation{
    padding: 0 5%;
    letter-spacing: 0;
  }
  div#main{
    padding: 0;
  }
  .info-right dl dd .day,
  .info-right dl dd .article-title{
    margin-bottom: 5px;
  }
  .info-right dl dd{
    padding: 4% 0;
  }
  .info-left{
    width: 30%;
    margin-right: 4%;
  }
  .info-right {
      width: 66%;
  }
  .news-jp{
    display: block;
    margin-left: 0;
  }
  .arrow{
    width: 15px;
  }
  .main-mission-img{
    height: 28vh;
  }
  .main-mission-text .text-inner{
    height: auto;
    padding: 5% 8%!important;
    flex-flow: row wrap;
  }
  h3.main-mission-left{
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    font-size: clamp(2.4rem, 2.3vw + 0rem, 3.6rem);
  }
  h3.main-mission-left br{
    display: none;
  }
  .main-mission-right br{
    display: none;
  }
  .deco-position{
    margin-left: -10px;
  }
  .main-mission{
    margin-bottom: 20px;
  }
  .mission-items{
    width: 100%;
  }
  .sub-mission-text{
    height: auto!important;
    padding: 3% 0!important;
  }
  .sub-mission-text .text-inner {
    width: 94% !important;
  }
  .mission-right{
    width: 60%;
  }
  .mission-right p{
    letter-spacing: 0;
    font-size: 14px;
  }
  .mission-left{
      width: 35%;
      padding-left: 5%;
          margin-right: 6% !important;
  }
  .sub-mission-img{
    height: 28vh!important;
  }
  .main-service.support,
  .product-development{
    padding-top: 66vw;
    height: auto;
    background-position: center right -95vw;
            margin: 0 4% 5%;
  }
  .service-item .service-top{
    height: 66vw;
  }
  .service-right{
    width: 100%;
    height: auto;
    position: static;
    padding: 5%;
  }
  .service-item{
    width: 100%;
    margin: 0 0 5%;
  }
  .service-text{
    line-height: 180%;
  }
  .service-arrow{
    margin-top: 2em;
    position: static;
    justify-content: right;
  }
  .service-arrow p{
    font-size: 12px;
  }
  .service-item:nth-child(odd){
    margin-right: 0;
  }
  .service-bottom{
    height: auto;
  }
  .rental{
    width: 100%;
  }
  .rental .studio{
    height: auto;
    padding: 30vw 5% 10vw;
    background-position: center left -42vw;
  }
  .studio-title{
    position: static;
    margin-bottom: 4em;
  }
  .studio-title .service-title{
        font-size: clamp(2rem,8vw + 0rem,4rem);
  }
  .studio-text{
    position: static;
    margin-bottom: 6em;
    width: 100%;
  }
  .studio-text p{
    line-height: 180%;
  }
  .studio-text .ft15 br:nth-child(2){
    display: none;
  }
  .sub-service-title{
        font-size: clamp(1.6rem,5.2vw + 0rem,2.6rem);
        line-height: 1.5em;
  }
  .professional-course h3{
    font-size: clamp(1.7rem,5.3vw + 0rem,3.6rem);
  }
  .professional-course{
    width: 100%;
        padding-top: 40vw;
        padding-bottom: 10vw;
        height: auto;
  }
  .course-text{
        position: static;
        width: 75%;
        margin: 0 0 0 5%;
        padding: 5%;
  }
  .course-vt{
        top: 16vw;
        left: 5%;
        right: inherit;
        writing-mode:unset;
        line-height: 2em;
  }
  .course-vt .marker{
    background-color: transparent;
    padding: 2% 0;
    color: #fff;
  }
  .course-arrow{
    margin-top: 4em;
    position: static;
    justify-content: right;
  }
  .course-arrow p{
    font-size: 12px;
  }
  .blog-left{
    width: 100%;
    display: flex;
    flex-flow: row;
  }
  .blog-left .news-title{
    width: 60%;
    display: flex;
    flex-flow: row;
    align-items:flex-end;
  }
  .top-blog{
    padding: 15% 0;
  }
  .blog-left a{
        width: 40%;
        text-align: right;
        justify-content: right;
        font-size: 12px;
  }
  .blog-left a .arrow{
    height: auto;
  }
  .top-contact .title-deco, .top-blog .title-deco{
    left:-11px;
  }
  .blog-right{
    width: 100%;
  }
  .top-blog{
    height:auto;
  }
  .blog-right dl{
    flex-flow:row;
    padding: 3% 0;
  }
  .blog-day{
    width: 28%;
    text-align: center;
    color:#564645;
  }
  .blog-day span{
    font-size: 250%;
  }
  .blog-info{
    width: 40%;
    text-align: center;
  }
  .bolog-title{
    color:#564645;
    line-height: 1.2em;
  }
  .instagram-title{
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 1.5em;
  }
  .top-instagram .title-deco{
    left: 14%;
    top: 7%;
  }
  .top-instagram{
    height: auto;
    padding-bottom: 8%;
  }
  .top-contact .contact-vt{
        font-size: clamp(2.2rem,4.2vw + 0rem,4.8rem);
  }
  .top-contact .contact-right p.ft18{
        font-size: clamp(1.2rem,1.3vw + 0rem,1.8rem);
  }
  .contact-left{
    width: 45%;
  }
  .top-contact h2{
    font-size: clamp(2.4rem,9vw + 0rem,8.5rem);
  }
  .contact-guidance{
    margin-right: 0;
  }
  .contact-btn{
    text-align: center;
        justify-content: center;
  }
  .contact-btn:before{
    top: -7%;
    left: -2%;
    width: 85%;
    height: 29%;
  }
  .top-contact{
    height: 100vw;
    padding-top: 8%;
  }
  .footer-menu-list{
    display: none;
  }
  .footer-menu-title{
    display: none;
  }
  .footer-contents{
    justify-content: center;
  }
  .footer-logo{
    width: 30%;
  }
  .credit{
    margin-bottom: 60px;
  }
  .openbtn{
    display: none;
  }
  #footer-mobile-buttons a .menu-icon{
    font-size:3.8em;
  }
  #footer-mobile-buttons a .menu-caption{
        font-size: 2.4em;
        font-weight: 200;
  }
  #footer-mobile-buttons{
    background:#80b43f; 
    padding: 0;
    height: 55px;
    z-index: 100000000000000000000000;
  }
  #footer-mobile-buttons a{
    color: #fff;
    padding: 8px 0;
  }
  .top-service{
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .top-mission{
    padding: 10% 5% 10%;
  }
  .service-big-title h2{
    margin-bottom: 5%;
        font-size: clamp(2.9rem,10.8vw + 0rem,5.8rem);
  }
  .service-big-title h2 .service-ja{
    margin-left: 1em;
  }
  #header h1 img{
    width: 36%;
  }
  div#navi{
    display: block;
    max-width: 100%;
    clip-path: polygon(000% 100%, 000% 000%, 0% 0%, 0% 100%);
  }
  .main_menu_box .right_box{
    position: fixed;
    right: 0;
  }
  .main_menu_box .main_box,
  .main_menu_box .left_box{
    width: 85%;
    height: auto;
    background:#fff;
  }
  .main_menu_box .left_box .logo{
    margin-top: 0;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }
  .main_menu_box .main_box .service_menu .box{
    width: 100%;
    margin-right: 0;
  }
  .main_menu_box .title_type_4 .en{
    font-size: clamp(1.7rem,6.3vw + 0rem,3.6rem);
  }
  .main_menu_box .title_type_4 .head_title{
    padding-bottom: 4%;
    border-bottom: solid 1px #dfd4d1;
  }
  .title_type_4 .head_title:after{
    width: 50%;
  }
  div.sidr {
      font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }

  #navi ul.about_menu_list li{
    width: 100%;
  }
  #navi ul.about_menu_list li a span.english{
    color: #564645;
  }
  #navi ul.about_menu_list li a span.jp{
    color: #564645;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 130%;
        font-size: clamp(1.4rem,1.2vw + 0rem,1.6rem);
        letter-spacing: 1px;
  }
  .main_menu_box .title_type_4.v2{
    margin-top: 8%;
  }
  .slide-close-sm{
    width: 85%;
    padding-bottom: 80px;
    text-align: center;
  }
  .slide-close-sm a{
        display: block;
        background: #564645;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        padding: 10px 0;
        box-sizing: border-box;
        width: 100%;
  }
  #navi ul.other_menu_list li a{
    color: #564645;
    font-weight: 300;
  }
  #footer-mobile-buttons a:hover{
    background:rgba(255,255,255,0.1);
  }
  .menu-caption-contact::before{
    content:"CONTACT";
    letter-spacing: 1.5px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .menu-caption-menu::before{
    content: "MENU";
    letter-spacing: 1.5px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .menu-caption-top::before{
    content: "TOP";
    letter-spacing: 1.5px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .page-id-24 .page_head_in,
  .page_head_in.noimg_head{
    height: 50vw;
  }
  .flex_box_typeB.two .box{
    width: 100%;
    margin-right: 0;
  }
  .title_type_3 .head_title{
    padding-left: 0;
    padding-bottom: 5%;
  }
  .flex_box_typeB.two a{
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 160%;
  }
  .page_head_in h1{
    font-size: clamp(3.5rem,5.3vw + 0rem,6rem);
  }
  .page_head_in .head_mv_title span.big_title{
    font-size: clamp(3.5rem,5.3vw + 0rem,6rem);
  }
  .page-id-24 .page_head_in .head_mv_title,.page-id-227 .page_head_in .head_mv_title,.page-id-24 .page_head_in h1, .page-id-24 div#breadcrumb, .page-id-24 div#breadcrumb a, .page-id-227 .page_head_in h1, .page-id-227 div#breadcrumb, .page-id-227 div#breadcrumb a{
    letter-spacing: 1px;
  }
  .page-id-24 .page_head_in .head_title_sec, .page-id-227 .page_head_in .head_title_sec{
    margin-top: 16%;
  }
  #breadcrumb{
    font-size: 12px;
    letter-spacing: 1px;
  }
  .privacy-contents{
    padding: 10% 0;
  }
  .privacy-contents dt{
    padding-bottom: 4%;
    margin-bottom: 4%;
  }
  .privacy-contents dd{
    margin-bottom: 10%;
  }
  #site-title{
    margin-top: 5px;
  }
  #site-title img{
    max-width: 150px;
  }
  #header{
    height: 80vw!important;
  }
  .page_head_in{
    height: 50vw;
  }
  .page_head_in h1 span.en_head{
    left: -12px;
  }
  .page_head_in .head_mv_title span.en_head{
    left: -12px;
  }
  .page-id-209 #secid_1 .normal_text_box{
    font-size: 14px;
    margin-bottom: 10%;
  }
  .page-id-209 #secid_1 .normal_text_box br{
    display: none;
  }
  .base_inner8{
    padding: 15% 5% 10%;
  }
  .ft36 {
      font-size: clamp(2.4rem,2.3vw + 0rem,3.6rem);
  }
  .title_type_4 .head_title{
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .text_ul_box.dot li:before{
    left: -1.5em;
  }
  .contact_form_box dt{
    align-items:unset;
    display: block;
    padding: 5% 3%;
  }
  .contact_form_box dt .ate{
    font-size: 14px;
    display: block;
  }
  .contact_form_box dt .title{
    display: block;
    margin-top: 1em;
    line-height: 140%;
    font-weight: 500;
  }
  .mw_wp_form dd .horizontal-item + .horizontal-item, .contact_form_box dd .horizontal-item{
    width: 100%;
    margin-right: 0;
    line-height: 100%;
    color: #564645;
  }
  .contact_form_box.flex_box{
    margin-bottom: 8%;
  }
  .mwform-checkbox-field-text{
    font-size: 14px;
  }
  .check_box{
    margin-bottom: 10%;
  }
  .send_box input[type="submit"]{
    width: 100%;
    padding-top: 100px;
  }
  .page-template-page-blog main, .single-blog main, .tax-blog_category main{
    width: 100%;
  }
  #main .info_list_left.v2 .entry{
    width: 100%;
    margin-right: 0;
  }
  .entry-card .entry-thumb img{
    width: auto;
    height: auto;
  }
  .info_list_left .entry-thumb a{
    height: 45vw;
  }
  .info_list_left.v2 h2 a{
    font-size: 14px;
  }
  .entry-snippet{
    display: none;
  }
  .entry-card .entry-read a, .related-entry .related-entry-read a{
    font-size: 12px;
  }
  .post-meta-box{
    font-size: 14px;
  }
  .entry-title.ft24{
    font-size: 17px;
    margin-top: 5px;
  }
  .single-content-head{
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
  .single .entry-content p{
    line-height: 180%;
  }
  .single .entry-content{
    margin-bottom: 2em;
  }
  .navigation &gt; div{
    width: 100%;
    margin-right: 0;
  }
  .single .navigation a{
    font-size: 13px;
  }
  .single-post-mainbody, .info_list_left{
    padding: 10% 5%;
  }
  .page-template-page-blog .info_list_left #archive-title, .page-template-page-info .info_list_left #archive-title, .single-post .info_list_left #archive-title, .single-blog .info_list_left #archive-title, .category .info_list_left #archive-title{
    padding-bottom: 1.5em;
    margin-bottom: 1em;
  }
  #related-entries.info_list_left{
    padding-right: 0;
  }
  .entry-card-content h3 a{
    font-weight: 500;
  }
  #under-entry-body .navigation{
    margin: 0;
  }
  .footer-post-meta{
    display: none;
  }
  .page-template-page-blog #sidebar, .single-blog #sidebar, .tax-blog_category #sidebar{
    width: 80%;
  }
  #sidebar .side_ul li a {
      display: block;
      background: #fff;
      color: #564645;
      padding: 3% 3% 3% 8%;
      position: relative;
  }
  #sidebar.sidr .side_ul li{
    margin-bottom: 5px;
  }
  #sidebar ul.new-entrys,
  #sidebar ul.side_ul{
    border: none;
  }
  #breadcrumb a span{
      overflow: hidden;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
          max-width: 70%;
  }

  .new-entry-thumb{
    width: 32%;
  }
  .new-entry-content{
    width: 68%;
    padding-left: 0;
  }
  div.sidr .widget_new_popular a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    padding: 0;
  }
  #sidebar.sidr .new-entrys li{
    display: flex!important;
  }
  .slide-close{
    margin: 0 0 60px;
  }
  .slide-close a{
    display: block;
    background: #564645;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 0;
    box-sizing: border-box;
    width: 100%;
  }
  .menu-caption-sidebar::before{
    content: "CATEGORY";
    letter-spacing: 1.5px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .page-template-page-info main, .single-post main, .category main{
    width: 100%;
  }
  .info_list_left .entry-thumb{
    width: 100%;
  }
  .info_list_left .entry .entry-card-content{
    width: 100%;
  }
  .info_list_left .entry h2 a{
    font-size: 16px;
    font-weight: 500;
  }
  .info_list_left .entry{
    padding: 8% 3%;
  }
  .navigation &gt; div + div{
    width: 100%;
    border-top: none;
  }
  .page-template-page-info #sidebar, .single-post #sidebar, .category #sidebar{
    width: 80%;
  }
  .staff_list dl dd.dl_in{
    width: 90%;
    padding: 5%;
    box-sizing:border-box;
  }
  section.page_staff .sub-title-en{
    font-size: clamp(3.4rem,5.8vw + 0rem,7.5rem);
  }
  .sub-title{
    margin-bottom: 8%;
  }
  .staff_list dl dd.dl_in p.kazari{
    top: -1%;
  }
  .staff_list dl dd.dl_in .profile_main .right{
    margin-left: 0;
    width: 100%;
    margin-top: 5%;
  }
  .staff_list dl dd.dl_in p.pro_main_text{
    line-height: 150%;
  }
  .staff_list dl dd.dl_in .profile_main .right h3{
    font-size: clamp(2.0rem,3.4vw + 0rem,3.4rem);
    padding-bottom: 5%;
    margin-bottom: 8%;
  }
  .pro_h4_title hr{
    display: none;
  }
  .pro_h4_title {
    margin-top: 8%;
    margin-bottom: 5%;
    justify-content: space-between;
  }
  .staff_list dl dd.dl_in .pro_h4_title{
    position: relative;
  }
  .staff_list dl dd.dl_in .pro_h4_title:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 45%;
    border-bottom: 1px solid rgba(187, 168, 168, 0.4);
  }
  .staff_list dl dd.dl_in .pro_h4_title p.en{
    margin-left: 1em;
    position: relative;
    z-index: 1;
    background:#fff;
    padding-left: 1em;
  }
  .staff_list dl dd.dl_in h4.pro_h4{
    position: relative;
    z-index: 1;
    background:#fff;
    padding-right: 1em;
  }
  .staff_list dl dd.dl_in p{
    line-height: 180%;
  }
  .flex_box.w6w4 .left_box,
  .flex_box.w6w4 .img_box{
    width: 100%;
    margin-right: 0;
  }
  .flex_box.w6w4 .left_box{
    padding: 8% 0;
  }
  .company_page .main-mission-text .text-inner{
    padding: 5% 3%!important;
    margin-bottom: 5%;
  }
  .company_page .sub-mission-img{
    height: auto!important;
  }
  .mission-items:first-of-type{
    margin-right: 0;
    margin-bottom: 5%;
  }
  .flex_box.w4w6 .right_box,
  .flex_box.w4w6 .img_box{
    width: 100%;
    margin-left: 0;
  }
  .duo_table td.t_sec2{
    line-height: 160%;
  }
  .table_typeA ul li{
    width: 100%;
    margin-right: 0;
  }
  .page-id-44 .duo_table td.head_td{
    width: 30%;
  }
  .top-contact .contact-vt .ft36{
    font-size: clamp(1.7rem,2.3vw + 0rem,3.6rem);
  }
  .flex_box_typeA.tri .box{
    width: 100%;
    margin-right: 0;
  }
  .dev_page #secid_2 .box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .dev_page #secid_2 .box .en_title{
    padding: 0 8%;
  }
  .dev_page #secid_2 .box .des{
    margin-bottom: 1.5em;
  }
  .dev_page .flex_box_typeA.five .box{
    width: 49%;
    margin-right:2%;
    margin-bottom: 2%;
  }
  .dev_page .flex_box_typeA.five .box:nth-child(2n){
    margin-right: 0;
  }
  .flex_box_typeA.five .box .img{
    overflow: hidden;
    height: auto;
  }
  .support_page #secid_1 .flex_box .img{
    margin-bottom: 1em;
  }
  .support_page #secid_1 .flex_box .img,
  .support_page #secid_1 .flex_box .left_box{
    width: 100%;
    margin-right: 0;
  }
  .support_page #secid_1 .flex_box .left_box br:nth-child(1){
    display: none;
  }
  .semi_box .box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
  .semi_box .box .entitle{
    width: 40%;
  }
  .semi_box .box .des{
    padding: 0 8%;
    text-align: left;
  }
  .white_box .w7w3 .title_type_5{
    width: 100%;
  }
  .white_box .w7w3 .time_box {
      width: 100%;
      text-align: left; 
      line-height: 140%;
      margin-top: 6%;
      font-size: 12px;
      margin-bottom: 2%;
  }
  .semi_tema_flex.flex_box_typeA.tri{
    display: block;
    margin-bottom: 15%;
  }
  .semi_tema_flex.flex_box_typeA.tri .box{
    margin-bottom: 8%;
    padding-bottom: 5%;
  }
  .semi_flex_border{
    padding: 8% 5%;
  }
  .text_ul_box.dot li:before{
    left: 0;
  }
  .semi_flex_border .text_ul_box li:nth-last-child(1){
    border-bottom: none;
  }
  .semi_tema_flex.flex_box_typeA .box .jp_title{
        font-size: clamp(1.4rem,5.3vw + 0rem,1.8rem);
  }
  .semiop_flex.flex_box_typeA.two .box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .title_type_11 .jp .text{
    letter-spacing: 0;
  }
  .title_type_11 .en.ft54{
    font-size: clamp(3.2rem,5.5vw + 0rem,5.4rem);
  }
  .reccourse_sec .left_box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
        padding: 8% 5%;
  }
  .reccourse_sec .left_box .title_type_7{
    width: 80%;
  }
  .support_page #secid_3 .title_type_5{
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
  .reccourse_sec .left_box .flex_box .box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
  .reccourse_sec .left_box .flex_box .box .en_title{
    padding: 0;
  }
  .reccourse_sec .left_box .flex_box .box .jp_title{
    line-height: 130%;
  }
  .reccourse_sec .left_box .flex_box .box .jp_title br{
    display: none;
  }
  .reccourse_sec .left_box .flex_box .box:after{
    left: 0;
    right: 0;
    top: inherit;
    bottom: -35%;
    font-size: 20px;
  }
  .w4w6 .left_box{
    margin-left: 0;
    width: 100%;
    margin-top: 5%;
  }
  .w4w6 .left_box .des{
    line-height: 140%;
    margin-bottom: 6%;
  }
  .white_box .title_type_9{
    margin-bottom: 6%;
  }
  .white_box .title_type_9 h3 .text{
    font-size: clamp(1.4rem,4.2vw + 0rem,2rem);
  }
  .work_tabel .head_td{
    line-height: 140%;
  }
  .work_tabel .head_td{
    display: block;
    width: 100%;
    padding: 3%;
    box-sizing:border-box;
    border-right: none;
    border-bottom: none;
  }
  .work_tabel .t_sec2{
    display: block;
    width: 100%;
    padding: 3%;
    box-sizing:border-box;
  }
  .event-lead-text{
    padding: 8% 0;
  }
  .pp-contents{
    padding: 12% 0;
  }
  li.pp-case-item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }
  .pp-case-image{
    width: 100%;
  }
  .pp-text{
    width: 100%;
    margin: 5%;
  }
  .pp-text-inner .pp-case-title{
    margin: 0;
  }
  .pp-case{
    margin-bottom: 10%;
  }
  .pp-about .pp-about-title{
    font-size: clamp(1.4rem,1.6vw + 0rem,2.2rem);
    letter-spacing: 0;
    top: -4%;
  }
  .pp-contents .pp-about{
    padding: 5%;
  }
  .pp-about-item{
    width: 100%;
    margin-bottom: 3%;
    padding-bottom: 3%;
  }
  .pp-about-item p{
    font-size: 13px;
    line-height: 160%;
  }
  section.top-service p.service-en{
    position: relative;
    z-index: 1;
    background:#fff;
    display: inline-block;
    padding-right: 0.5em;
    font-size: clamp(3.8rem,5.8vw + 0rem,7.5rem);
    margin-bottom: 2%;
  }
  .parts-service-title{
    position: relative;
  }
  section.top-service p.service-en:after{
    content: none;
  }
  .parts-service-title:after{
    display: block;
    border-top: 1px solid #BAA7A7;
    vertical-align: middle;
    margin-left: 1%;
    content: "";
    position: absolute;
    width: 90%;
    left: 5%;
    top:30%;
  }
  .parts-service-title{
    padding-top: 0;
    padding-bottom: 8%;
  }
  .event_list.ser_list04 dl{
    width: 48%;
    margin-bottom: 3%;
  }
  .event-images{
    padding: 12% 0 8%;
  }
  .event_list.ser_list04 dl dd.text_box p.english{
    margin-bottom: 0;
  }
  .page-id-167 .flex_box.w7w3 .img_box{
    width: 100%;
    margin-bottom: 8%;
  }
  .page-id-167 .flex_box.w7w3 .left_box{
    width: 100%;
    margin-right: 0;
  }
  .waku_box .check_ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .link_box_typeA a{
    padding: 3% 5% 6%;
    width: 95%;
    box-sizing: border-box;
  }
  .link_box_typeA a .inner{
    line-height: 100%;
    display: block;
  }
  .bk_color2{
    padding: 5%;
  }
  .title_type_10 .en .text{
        font-size: clamp(3.2rem,5.8vw + 0rem,7.5rem);
    line-height: 120%;
  }
  .head_title_sec span,
  .page_head_in h1 span{
    letter-spacing: 0;
  }
  .page-id-312 .page_head_in h1 span.en_head{
    top: -30%;
  }
  .page-id-145 .page_head_in .head_title_sec span.en_head,
  .page-id-312 .page_head_in .head_title_sec span.en_head{
    top: -10%;
  }
  .head_title_sec{
    bottom: 5%;
  }
  .lec_page #secid_1 .box .en_title{
    padding-bottom: 0;
  }
  .lec_page .module_flex_box .box{
    margin-bottom: 5%;
  }
  .lectures_list .box a .name_box{
    margin-bottom: 0;
  }
  .lectures_list .box a{
    padding-bottom: 0;
  }
  .lectures_list .box .category a {
        padding-bottom: 8px;
        padding-top: 8px;
        line-height: 100%;
  }
  .cate_list .category a .fa{
    top: 7px;
  }
  .cate_list .category{
    width: 100%;
    margin-right: 0;
  }
  .single-instructor #header, .tax-tokui #header{
    height: 32vh!important;
  }
  .single-instructor .page_head_in, .tax-tokui .page_head_in {
      height: 17vh;
  }
  .tax-tokui .page_head_in .head_title_sec span.big_title,
  .single-instructor .page_head_in .head_title_sec span.big_title,
  .tax-tokui .page_head_in h1 span.big_title,
  .single-instructor .page_head_in h1 span.big_title{
    font-size: clamp(2.7rem,5.3vw + 0rem,6rem);
  }
  #breadcrumb{
    margin-top: -6%;
  }
  .lec_box .text_box .des_box{
    line-height: 140%;
    font-size: 14px;
  }
  .lec_box .text_box,
  .lec_box .img{
    width: 100%;
    margin-right: 0;
  }
  .cate_list.sin .category{
    width: 100%;
    margin-right: 0;
  }
  .cate_list.sin .category a{
    padding: 8px 0;
    margin-bottom: 0;
    line-height: 100%;
  }
  .cate_list.sin .category a .fa{
    top: 7px;
  }
  .lec_cate_box .title{
    line-height: 100%;
    display: block;
    padding: 15px 10px 10px;
  }
  #breadcrumb span.sp{
    position: relative;
    top: -4px;
  }
  .instructor-training-explanation.flex_box,
  .page-id-191 .courses-title{
    width: 90%;
  }
  .courses-title p{
    line-height: 140%;
    font-size: clamp(2.8rem,5.5vw + 0rem,5.4rem);
  }
  .it-explanation-left{
    padding: 0;
  }
  .it-explanation-right,
  .it-explanation-left{
    width: 100%;
    box-sizing:border-box;
  }
  .it-explanation-left p{
    line-height: 160%;
    font-size: 14px;
  }
  .it-explanation-right{
    margin-bottom: 6%;
  }
  .recommend{
    padding-top: 10%;
  }
  .recommend ul li:nth-last-child(1){
    border-bottom: none;
  }
  .page-id-191 .courses-title{
    position: relative;
  }
  .page-id-191 .courses-title:after{
    display: block;
    border-top: 1px solid #beabab;
    content: "";
    vertical-align: middle;
    position: absolute;
    bottom: 13%;
    width: 100%;
  }
  .courses-title h2{
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #f6f6f4;
    padding-right: 0.5em;
  }
  .courses-title h2:after{
    content: none;
  }
  .content-schedule-container{
    width: 90%;
  }
  .courses-sub-title p{
    letter-spacing: 0;
  }
  .courses-sub-title h3.pro_title{
    padding-bottom: 8%;
    margin-bottom: 8%;
  }
  .point{
    width: 100%;
    margin-bottom: 15%;
  }
  .content-schedule-inner{
    width: 90%;
  }
  .point p{
    width: 100%;
    box-sizing:border-box;
  }
  .point ul li{
    line-height: 180%;
  }
  .point ul li:nth-last-child(1){
    border-bottom: none;
  }
  .day-title-border{
    margin-bottom: 12%;
  }
  .day2 ul li,
  .day1 ul li{
    width: 100%;
    box-sizing:border-box;
    border-right: none;
    border-bottom: solid 1px #d0c0bf;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .day2 ul li:nth-last-child(1),
  .day1 ul li:nth-last-child(1){
    border-bottom: none;
  }
  p.course-title{
    margin-bottom: 15px;
    font-size: clamp(1.4rem,4.5vw + 0rem,1.8rem);
  }
  .course-item-text{
    line-height: 160%;
  }
  .course-day ul{
    margin-bottom: 10%;
  }
  .after-follow-title{
    width: 100%;
    margin-bottom: 5%;
  }
  .after-follow ul{
    width: 100%;
    box-sizing:border-box;
    border: none;
  }
  .after-follow{
    padding: 4%;
  }
  p.lesson-schedule-titile{
    font-size: clamp(1.5rem,3vw + 0rem,3rem);
  }
  .lesson-schedule-container dd{
    line-height: 160%;
    width: 78%;
    font-size: clamp(1.3rem,1.2vw + 0rem,1.6rem);
  }
  .lesson-schedule-container dl{
    margin-bottom: 8%;
  }
  .lesson-btn{
    width: 90%;
  }
  .recognition-seminar-left{
    margin-bottom: 5%;
  }
  .recognition-seminar-right,
  .recognition-seminar-left{
    width: 100%;
    margin-right: 0;
  }
  .recognition-seminar-right p{
    line-height: 180%;
  }
  .page-id-191 .courses-title h2{
    background: none;
  }
  .page-id-191 .courses-title:after{
    content: none;
  }
  .w86{
    width: 90%;
  }
  .side_ul li a{
    line-height: 140%;
    padding: 7% 3% 7% 8%;
  }
  .side_ul li a:before{
    height: 74%;
    top: 15%;
  }
  .page-id-524 .title_type_10 .en .text{
    font-size: clamp(2.5rem,5.8vw + 0rem,7.5rem);
    padding: 0;
  }
  .page-id-524 .title_type_10 .en{
    margin-bottom: 10px;
  }
  .page-id-524 .title_type_10 .jp{
    font-size: clamp(1.5rem,2.4vw + 0rem,2.4rem);
  }
  .page-id-524 .title_type_10{
    margin-bottom: 10%;
  }
  .page-id-524 .entry-content .mod_area{
    width: 55%;
  }
  .page-id-524 .entry-content .sidebar_other{
    width: 40%;
  }
  .page-id-524 .flex_box_typeA.tri .box,
  .page-id-524 .flex_box_typeA.two .box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 12%;
  }
  .page-id-524 .flex_box_typeA .box .en_title{
    padding-bottom: 5%;
    line-height: 140%;
  }
  .flex_box_typeA.book_list_flex .box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
    padding: 5%;
  }
  .text_ul_box.woks_ul_sec li{
    width: 100%;
    margin-right: 0;
    line-height: 140%;
  }
  .text_ul_box.woks_ul_sec{
    padding-left: 6%;
  }
  .text_ul_box.woks_ul_sec.dot li:before {
      left: -7%;
  }
  .page-id-524 .title_type_13{
    margin-bottom: 9%;
  }
  .page-id-524 .psec_base{
    padding: 10% 0;
  } 
  #footer-mobile-buttons a#footer-button-sidebar{
      display: none;
  }
  .date #footer-mobile-buttons a#footer-button-sidebar,
  .category-news #footer-mobile-buttons a#footer-button-sidebar,
  .single #footer-mobile-buttons a#footer-button-sidebar,
  .tax-blog_category #footer-mobile-buttons a#footer-button-sidebar,
  .page-id-643 #footer-mobile-buttons a#footer-button-sidebar,
  .page-id-635 #footer-mobile-buttons a#footer-button-sidebar{
    display: block;
  }
  .main_menu_box .sns-icon-navi {
    margin-bottom: 0;
  }
  .sns-icon{
    display: none;
  }
  .home header #header{
    height: 100%!important;
  }
  .home header .header_slider .catchcopy span.ft34{
    font-size: clamp(2.6rem, 3.4vw + 0rem, 3.4rem);
  }
  .home header .header_slider .catchcopy:after{
    width: 95%;
    height: 20px;
  }
  .home header #header .header_slider .top_h1{
    width: 35%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .home header #header .header_slider .top_h1 img{
    width: 100%;
    max-width: inherit;
  }
  .home header .header-text{
    bottom: 16vh;
  }
  .top-ow .ow_list .box{
    width: 100%;
    margin: 0;
    margin-bottom: 4%;
  }
  .top-ow .ow_list .box .right_box{
    line-height: 140%;
  }
  .top-ow .ow_list .box{
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .top-ow .ow_chatch{
    margin-bottom: 4%;
  }
  .top-info .recipe{
    width: auto;
  }
  .service-item.tri{
    width: 100%;
    margin-right: 0;
  }
  .contact-right{
    position: static;
    text-align: center;
  }
  .contact-right .vertical{
    -ms-writing-mode: unset;
     writing-mode: unset;
  }
  .top-contact .contact-vt{
    text-indent:0;
    margin-left: 0;
    margin-bottom: 5%;
  }
  .contact-left{
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 12%;
  }
  .contact-title{
    margin-bottom: 10%;
  }
  .contact-btn{
    box-sizing:border-box;
  }
  .support_page #secid_1 .semi_box .box:nth-child(1){
    margin-top: 15%;
  }
  .support_page #secid_1 .semi_box .box:nth-child(2),
  .support_page #secid_1 .semi_box .box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 12%;
  }
  .support_page .white_box.v3 .semi_tema_flex.flex_box_typeA.tri .box{
    width: 100%;
    margin-right: 0;
  }
  .service-item.tri.ser06{
    margin-right: 0;
  }
  .semi_tema_flex .box .img img{
    width: 100%;
  }
  .semi_tema_flex .box .text_box_flex{
    width: 100%;
  }
  .semi_tema_flex .box .img{
    width: 100%;
    margin-bottom: 1em;
  }
  .option_plan_new .left_box{
    width: 100%;
    margin-right: 0;
  }
  .option_plan_new .img_box{
    width: 100%;
    margin-bottom: 1em;
  }
  .option_plan_new{
    margin-top: 3em;
  }
  .semi_tema_flex.flex_box_typeA.tri.disp_none{
    display: none;
  }
  .semi_tema_flex.v3 .box{
    width: 100%;
    margin-right: 0;
    margin-top: 2em;
  }
  .semi_tema_flex.v3{
    margin-bottom: 5em;
  }
  .work_tabel .head_td{
    font-size: clamp(1.6rem, 1.1vw + 0rem, 1.8rem);
  }
  .support_page #secid_4 .big_chatch br{
    display: none;
  }
  .ft18, .des.ft18 {
      font-size: clamp(1.5rem, 1.3vw + 0rem, 1.8rem);
  }
  .ft20, .des.ft20 {
      font-size: clamp(1.6rem, 1.2vw + 0rem, 2rem);
  }
  .support_page #secid_4 .text_ul_box.dot li:before{
    left: -1.5em;
  }
  .link_box_typeA.ct_ft_link a{
    width: 100%;
  }
  .top-ow .ow_list .box .left_box{
    width: 100%;
    margin-bottom: 2em;
  }
  .top-ow .ow_list .box .right_box{
    width: 100%;
    box-sizing:border-box;
    padding: 2% 5% 5%;
  }
  .dev_page #secid_2 .box .jp_title{
    margin-bottom: 1em;
  }
  .page-id-209 .text_ul_box.dot li:before{
    left: -1.5em;
  }
  .staff_list dl dd.dl_in .profile_main .right p.katagaki{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 140%;
  }
  .staff_list dl dd.dl_in p.pro_photo{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  p.instructor-training-title.green{
    font-size: clamp(2rem, 2.0vw + 0rem, 4.2rem);
  }
}</pre></body></html>