@charset "UTF-8";

/*============================================================
reset
============================================================*/

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,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}address{font-style: normal;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}img,object,embed{vertical-align: bottom;}html{overflow-y:scroll;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}th{font-weight:bold;}td{font-weight:normal;vertical-align:top;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}select,input,textarea{font:99% sans-serif;}table{font-size:inherit;font:100%;}a:hover,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}label,input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}.clear:before,.clear:after{content:"\0020";display:block;height:0;overflow:hidden;}.clear:after{clear:both;}.clear{zoom:1;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;}

/*============================================================
base
============================================================*/

html {
  height: 100%;
  overflow: visible;
  -ms-overflow-style:none;/* win用スクロールバー非表示 */
}

html.is-active {
  overflow: hidden;
}

body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1px;
  color: #3D4053;
  min-width: 1000px;
  position: relative;
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
  padding-top: 150px;
}

h1, h2, h3, h4, h5, th {
  font-weight: 500;
}

p,li,dd,td {
  text-align: justify;
	text-justify: inter-ideograph;
}

li {
  list-style: none;
}

a {
  color: #3D4053;
  text-decoration: none;
  outline: none;
  word-break: break-all;
}

a.alpha:hover img,
.alpha:hover {
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}

.underline {
  text-decoration: underline;
}

.blank {
  position: relative;
}

/*.blank::after {
  background: url(../img/icon-blank.png) no-repeat center / contain;
  content: "";
  width: 16px;
  height: 12px;
  margin: auto 0 auto 8px;
  position: absolute;
  top: 0;
  bottom: 0;
}*/

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  object-fit: cover;
}

/* IE用ビューポート設定 */
@-ms-viewport
{
  width: auto !important;
  initial-scale: 1 !important;
}
@viewport
{
  width: device-width !important;
  initial-scale: 1 !important;
}

/* テキストハイライト */
*::selection {
  background: #3D4053;
  color: #fff;
}
*::-moz-selection {
  background: #3D4053;
  color: #fff;
}

/*============================================================
汎用クラス
============================================================*/

section {
  overflow: hidden;
}

.inner {
  width: 1000px;
  padding: 120px 0;
  margin: 0 auto;
  position: relative;
}

section + section .inner {
  padding: 0 0 120px;
}

/*section:last-of-type .inner {
  padding: 120px 0;
}*/

/* スマートフォンのみ表示 */
.sp {
  display: none;
}

/* PCのみ表示 */
.pc {
  display: block !important;
}

/* PCのみ改行 */
.pcbr {
  display: inline;
}

/* スマートフォンのみ改行 */
.spbr {
  display: none;
}

.center,
.pcCenter {
  text-align: center;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.pcRight {
  float: right;
}

.pcLeft {
  float: left;
}

.target {
  /*margin-top: -150px;
  padding-top: 150px;*/
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

.notice {
  font-size: 13px;
  line-height: 1.8;
}

.indent-list > li {
  padding-left: 1.5em;
}

.indent-list > li > .mark {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  padding-right: 0;
  font-weight: normal;
}

.hide {
  width: 0;
  height: 0;
  font-size: 0% !important;
  line-height: 0% !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mb3   {margin-bottom:3px !important;}
.mb5   {margin-bottom:5px !important;}
.mb10  {margin-bottom:10px !important;}
.mb15  {margin-bottom:15px !important;}
.mb20  {margin-bottom:20px !important;}
.mb25  {margin-bottom:25px !important;}
.mb30  {margin-bottom:30px !important;}
.mb35  {margin-bottom:35px !important;}
.mb40  {margin-bottom:40px !important;}
.mb50  {margin-bottom:50px !important;}
.mb60  {margin-bottom:60px !important;}
.mb70  {margin-bottom:70px !important;}
.mb80  {margin-bottom:80px !important;}

.mt3   {margin-top:3px !important;}
.mt5   {margin-top:5px !important;}
.mt10  {margin-top:10px !important;}
.mt15  {margin-top:15px !important;}
.mt20  {margin-top:20px !important;}
.mt25  {margin-top:25px !important;}
.mt30  {margin-top:30px !important;}
.mt35  {margin-top:35px !important;}
.mt40  {margin-top:40px !important;}
.mt50  {margin-top:50px !important;}
.mt60  {margin-top:60px !important;}
.mt70  {margin-top:70px !important;}
.mt80  {margin-top:80px !important;}

.mr3   {margin-right:3px !important;}
.mr5   {margin-right:5px !important;}
.mr10  {margin-right:10px !important;}
.mr15  {margin-right:15px !important;}
.mr20  {margin-right:20px !important;}
.mr25  {margin-right:25px !important;}
.mr30  {margin-right:30px !important;}
.mr35  {margin-right:35px !important;}
.mr40  {margin-right:40px !important;}

.ml3   {margin-left:3px !important;}
.ml5   {margin-left:5px !important;}
.ml10  {margin-left:10px !important;}
.ml15  {margin-left:15px !important;}
.ml20  {margin-left:20px !important;}
.ml25  {margin-left:25px !important;}
.ml30  {margin-left:30px !important;}
.ml35  {margin-left:35px !important;}
.ml40  {margin-left:40px !important;}

.fz24 {
  font-size: 24px;
}

.w800 {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column.center {
  justify-content: center;
}

.column.col2 li {
  width: calc(100% / 2 - 20px);
}

.column.col3 li {
  width: calc(100% / 3 - 20px);
}

.column.col2 li:nth-child(n+3),
.column.col3 li:nth-child(n+4) {
  margin-top: 30px;
}
.column.col3::after{
  content: "";
  width: calc(100% / 3 - 20px);
}

/*h3 {
  font-size: 24px;
}*/

.page-header {
  text-align: center;
}

.page-title {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 1em;
  display: inline-block;
  position: relative;
}

.page-title a {
  border-bottom: none !important;
  margin: 0 !important;
}

.sec-title > span {
  display: block;
}

.page-title::after {
  content: "";
  background: #7DA8ED;
  width: 50px;
  height: 4px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}

/* アコーディオン */
/*.qa.accordion-heading::before {
  content: "Q";
  width: 35px;
  height: 35px;
  font-size: 20px;
  font-weight: 500;
  color: #797878;;
  text-align: center;
  line-height: 35px;
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
  margin: auto;
}*/

.ans {
  padding: 0 50px 20px;
}

.accordion-icon, .accordion-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.accordion-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.accordion-heading {
  cursor: pointer;
}

.accordion-heading.disable {
  cursor: inherit;
}

/*.accordion-heading span {
  font-weight: 500;
  color: #1579AF;
}*/

/*.accordion li .accordion-icon span {
  background: #ee7959;
}*/

.accordion-icon span:nth-of-type(1) {
  top: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion-heading.active .accordion-icon span:nth-of-type(1) {
  display: none;
}

.accordion-icon span:nth-of-type(2) {
  top: 50%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.accordion-heading.active .accordion-icon span:nth-of-type(2) {
  top: 50%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.accordion-icon span {
  background: #1579AF;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  /*border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;*/
}

.accordion-icon, .accordion-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.faq-list .accordion-heading {
  line-height: 1.6;
  text-align: center !important;
  padding: 15px 60px 15px 50px !important;
  position: relative;
}

/* リスト */
.common-list {
  display: flex;
  flex-wrap: wrap;
}

.common-list dt {
  width: 35%;
  padding: 10px;
  background-color: #C9E5EB;
  color: #1579AF;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-list dd {
  width: 65%;
  padding: 10px 40px;
  background-color: #fff;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* slick */
.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  box-shadow: none !important;
  background-color: #eee !important;
  opacity: .15;
}

.slick-dots li.slick-active button {
  background: #333 !important;
  opacity: 1;
}

/* moreボタン */
.more,
.more a {
  background: #3D4053;
  width: 200px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*============================================================
header
============================================================*/

header {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  z-index: 2;
}

header a {
  display: block;
}

.header-logo {
  width: 300px;
  height: 70px;
  position: absolute;
  top: 30px;
  left: 50px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: relative;
}

.header-logo a {
  width: 300px;
  height: 70px;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 3px;
}

.header-logo a span {
  font-size: 18px;
}

#top .header-logo a {
  color: #fff;
}

.header-logo.is-active a {
  display: block;
}

#top .header-logo.is-active a {
  color: #fff;
}

.btn-menu {
  background: #3D4053;
  width: 290px;
  height: 60px;
  position: fixed;
  top: 40px;
  right: 0;
  cursor: pointer;
  z-index: 999;
}

.btn-menu::after {
  content: "Menu";
  height: 21px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 90px;
}

.btn-menu.is-active::after {
  content: "Close";
}

.btn-menu > span {
  width: 40px;
  height: 10px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 90px;
}

.btn-menu span span {
  height: 2px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  display: block;
  transition: all .3s .1s;
}

.btn-menu span span:nth-child(2) {
  top: auto;
  top: 10px;
  left: auto;
  right: 0;
}

.btn-menu.is-active span span {
  background: #fff;
}

.btn-menu.is-active span span:nth-child(1) {
  transform: translateY(-50%) rotate(20deg);
  top: 50%;
}

.btn-menu.is-active span span:nth-child(2) {
  transform: translateY(-50%) rotate(160deg);
  top: 50%;
}

.globalnav {
  position: fixed;
  top: 40px;
  right: -100%;
  width: 290px;
  height: 100vh;
  padding-top: 60px;
  z-index: 99;
  /*background: #3D4053;*/
  color: #fff;
  /*display: none;*/
  transition: all .5s;
}

.globalnav.is-active {
  right: 0;
}

.nav-wrap {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.nav-bg {
  background: #3D4053;
}

.globalnav .logo {
  line-height: 1.8;
  margin-bottom: 20px;
}

.globalnav .logo a {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

.globalnav .logo a span {
  font-size: 13px;
}

.globalnav .column {
  /*height: 100vh;*/
  padding: 0 40px 50px;
  justify-content: center;
  align-items: center;
}

.globalnav li {
  position: relative;
}

.globalnav li + li {
  margin-top: 10px;
}

.globalnav li:last-child {
  margin-top: 4vh;
}

.globalnav li a {
  font-size: 18px;
  color: #fff;
  padding-left: 22px;
}

.globalnav li .sub {
  margin-top: 8px;
}

.globalnav li .sub a {
  font-size: 15px;
  line-height: 1.6;
  padding-left: 42px;
  position: relative;
}

.globalnav li .sub a::before {
  content: "";
  background: #fff;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 25px;
  top: 13px;
  margin: auto;
}

.globalnav li:not(:last-child)::before {
  content: "";
  background: #7DA8ED;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 16px;
  left: 0;
}

.globalnav li:last-child a {
  background: #fff;
  color: #3D4053;
  text-align: center;
  padding: 10px 40px;
}


/*============================================================
footer
============================================================*/


.bottom-contact a {
  background: #3D4053;
  width: 100%;
  height: 180px;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}


footer {
  width: 100%;
  height: 110px;
  font-size: 14px;
  letter-spacing: 2px;
  position: relative;
}

footer .inner {
  padding: 35px 0;
}

.copyright {
  text-align: center;
}

.copyright span {
  font-size: 12px;
}



/*============================================================
#about 研究会について
============================================================*/
/*
.message .img {
  width: 400px;
}

.message .img .name {
  color: #303030;
  line-height: 1.6;
  margin-top: 10px;
}

.message .img .name span {
  font-size: 20px;
  margin-left: 10px;
}

.message .txt-wrap {
  width: 620px;
  color: #303030;
}

.message .txt-wrap .title {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 35px;
}

.message .txt-wrap p + p {
  margin-top: 25px;
}

.message .txt-wrap p:last-child {
  text-align: right;
}

.dept .inner {
  width: 800px;
  align-items: center;
}

.dept .title {
  background: #EAEBED;
  width: 250px;
  height: 250px;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  line-height: 1.8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dept .txt-wrap {
  width: 500px;
}

#about .contact-info .inner {
  background: #F4F4F4;
  width: 800px;
  padding: 40px 50px 40px 90px;
  margin-bottom: 120px;
}*/

/*============================================================
#howto 入会方法
============================================================*/

/*.fee .inner {
  width: 800px;
}

.cont-wrap {
  border-radius: 30px;
  align-items: center;
  padding: 40px;
}

.cont-wrap + .cont-wrap {
  margin-top: 80px;
}

.cont-wrap:first-child {
  background: #D5DFE2;
}

.cont-wrap:last-child {
  background: #EAEBED;
}

.cont-wrap .title {
  font-size: 30px;
  margin-right: 60px;
}

.cont-wrap li {
  align-items: center;
}

.cont-wrap li + li {
  margin-top: 25px;
}

.cont-wrap li p:first-child {
  background: #fff;
  width: 300px;
  line-height: 1.8;
  text-align: center;
  padding: 10px 0;
  margin-right: 30px;
  border-radius: 40px;
}

.cont-wrap li p:last-child {
  font-size: 20px;
}

.contact-info .inner {
  width: 680px;
  align-items: center;
}

.contact-info .title {
  font-size: 20px;
}

.contact-info .txt-wrap {
  font-size: 20px;
}*/

/*============================================================
#list 会員名簿
============================================================*/

/*.member .inner {
  width: 800px;
}

.member .tab_btn {
  margin-bottom: 80px;
}

.member .tab_btn a {
  background: #3D4053;
  width: calc(100% / 4 - 20px);
  height: 45px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.member .tab_btn a:nth-child(n+5) {
  margin-top: 20px;
}

.member .tab_btn a:hover,
.member .tab_btn a.tab_active {
  background: #FAC140;
  color: #3D4053;
}

.member .tab_cont .title {
  font-size: 40px;
  line-height: 1;
  margin: 80px 0 40px;
  position: relative;
}

.member .tab_cont .title span {
  background: #fff;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}

.member .tab_cont .title::after {
  content: "";
  background: #A3E8F6;
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  bottom: 12px;
  border-radius: 0 10px 10px 0;
}

.member .tab_cont ul li {
  background: #EAEBED;
  width: calc(100% / 2 - 20px);
  font-size: 18px;
  color: #303030;
  text-align: center;
  line-height: 1.6;
  padding: 20px 0;
  position: relative;
}

.member .tab_cont ul li:nth-child(n+3) {
  margin-top: 30px;
}

.member .tab_cont ul li a {
  color: #303030;
}

.member .tab_cont ul li a::after {
  content: "";
  background: url(../img/common/icon-blank.png) no-repeat center / contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: -40px;
}

.member .tab_cont ul li span {
  font-size: 16px;
  font-weight: 500;
  display: block;
}*/

/*============================================================
#contact お問い合わせ
============================================================*/

#contact section .inner {
  width: 700px;
  padding: 80px 0 150px;
}

.contact-list table {
  width: 100%;
  margin: 0 auto;
}

.contact-list th,
.contact-list td {
  background: #fff;
  font-weight: normal;
}

.contact-list th {
  width: 30%;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
  position: relative;
}

.contact-list th.qwrap {
  padding: 20px 90px 20px 50px;
}

.contact-list th .qnum {
  position: absolute;
  left: 20px;
}

.contact-list th .mst {
  background: #d0d0d0;
  font-size: 13px;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.contact-list td {
  padding: 15px 0 15px 20px;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
}

.contact-list td a {
  color: #3D4053;
}

.contact-list th label {
  display: block;
  cursor: pointer;
}

.contact-list td label {
  font-weight: normal;
  display: block;
}

.contact-list td label + label {
  margin-top: 10px;
}

select,
textarea,
input,
input[type="text"],
input[type="tel"],
input[type="email"] {
  border: none;
  background: #EDF2EE;
  width: 100%;
  display: inline-block;
  padding: 10px 15px;
  color: #333;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  font-size: 100%;
  line-height: 1.6;
  vertical-align: baseline;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.select-arrow {
  position: relative;
}

.select-arrow:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 35px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  pointer-events: none;
}

input[type="radio"],
input[type=checkbox] {
  display: none;
  margin: 0;
}

.label-radio {
  cursor: pointer;
  display: inline-block;
  position: relative;
  line-height: 1.5;
}

.label-radio .wpcf7-radio {
  margin-bottom: 5px;
  display: block;
}

.label-radio .wpcf7-radio span + span {
  margin-top: 10px !important;
}

.label-radio .wpcf7-list-item span {
  padding-left: 30px;
  position: relative;
}

.label-radio .wpcf7-list-item span:before {
  content: '';
  border: 1px solid #a1a1a1;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.label-radio .wpcf7-list-item span:after {
  content: '';
  opacity: 0;
  background: #3D4053;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: none;
  top: 5px;
  left: 5px;
  position: absolute;
}

.label-radio input[type="radio"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

textarea {
  height: 200px;
  overflow: auto;
  margin: 0;
}

.label-checkbox .wpcf7-list-item-label {
  padding-left: 30px;
  display: inline-block;
  line-height: 1.5;
  position: relative;
}

.label-checkbox .wpcf7-list-item-label:before{
  content:'';
  background: #fff;
  border: 1px solid #a1a1a1;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  position: absolute;
  top: 2px;
  left: 0;
}

.label-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  opacity: 0;
}

.label-checkbox .wpcf7-list-item-label:after{
  content:'';
  opacity: 0;
  position: absolute;
  left: 7px;
  top: 1px;
  width:8px;
  height: 16px;
  border-right: 2px solid #a1a1a1;
  border-bottom: 2px solid #a1a1a1;
  transform:rotate(-200deg);
}

.label-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after{
  opacity: 1;
  position: absolute;
  left: 7px;
  top: 0;
  width:8px;
  height: 12px;
  border-right: 4px solid #3D4053;
  border-bottom: 4px solid #3D4053;
  transform:rotate(40deg);
}

.btnbox {
  width: 500px;
  margin: 40px auto 0;
}

.btnbox input.back,
.btnbox input.send,
.btnbox input.eback,
.btnbox input.wpcf7-submit,
.btnbox input.reset {
  font-family: 'Noto Sans JP', sans-serif;
  border: solid 1px #3D4053;
  font-weight: 500;
  font-size: 18px;
  width: 240px;
  padding: 15px 0;
  cursor: pointer;
}

.btnbox input.send,
.btnbox input.eback,
.btnbox input.wpcf7-submit {
  background: #3D4053;
  color: #fff;
}

.btnbox input.back,
.btnbox input.reset {
  background: #fff;
  color: #3D4053;
}

/*.btnbox input.wpcf7-submit {
  opacity: .7;
}*/

/*.btnbox input.wpcf7-submit.active {
  opacity: 1;
}*/

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: .7;
}

.wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
}

.wpcf7-form-control-wrap {
  position: unset !important;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
}

.wpcf7c-conf {
  background-color: rgba(0,160,210,.5) !important;
  color: black;
  border: none !important;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  text-align: center;
  margin: 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7-not-valid-tip {
  color: #f00;
}

.wpcf7 form.sent .wpcf7-response-output {
   color: #0099ff;
}

.wpcf7 .wpcf7-spinner {
  display: block !important;
  margin: 20px auto 0 !important;
}
/*.screen-reader-response p {
  text-align: center;
  color: red;
}

.screen-reader-response ul {
  display: none;
}*/

/*============================================================
#privacy プライバシポリシー
============================================================*/

#privacy section .inner {
  width: 700px;
  padding: 60px 0 150px;
}

/*#privacy section p + p {
  margin-top: 40px;
}

#privacy section p span {
  font-size: 20px;
  display: block;
}*/

/*============================================================
#news お知らせ
============================================================*/

#news section .inner {
  width: 1000px;
  margin-top: -50px;
}


.news-wrap {
  width: 600px;
}

.news-list {
  background: #fff !important;
  padding: 0 !important;
  margin-top: 0 !important;
  border: none !important;
}

.news-list li::marker {
  content: "";
}

.news-list li + li {
  margin-top: 80px !important;
}

.post-head {
  margin-bottom: 20px;
}

.post-head .post-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
}

section .side {
  width: 200px;
}

#news .side-nav-title {
  background: #3D4053;
  width: 100%;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  padding: 0;
  margin-top: 30px;
}

#news #side-nav ul {
  background: none;
  padding: 0;
  margin: 15px 0 50px;
  letter-spacing: normal;
  border: none;
}

#news #side-nav .side-nav-wrap:first-child ul li,
#widget-collapsarch-2-top > li {
  border-bottom: solid 1.5px #3D4053;
  margin-bottom: 15px;
  padding: 0 0 15px;
}

#news #side-nav .side-nav-wrap li::marker {
  content: none;
}

#widget-collapsarch-2-top li ul {
  margin: 0 !important;
}

.sym {
  /*color: #0DC1B6;*/
  /*background: url(../img/common/arrow.png) no-repeat right center / 11px 20px;*/
  font-size: 0% !important;
  line-height: 0% !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  position: relative;
}


.expand .sym::before {
  content: "";
  background: url(../img/news/arrow.png) no-repeat right center / contain;
  width: 13px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.collapse .sym::before {
  content: "";
  background: url(../img/news/arrow.png) no-repeat right center / contain;
  width: 13px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 4px;
  transform: rotate(90deg);
}

.post-content p:first-child img {
  margin-bottom: 25px;
}

/*.post-content p:not(:first-child) img {
  margin: 25px 0;
}
*/
/*.post-content p a {
  text-decoration: underline;
}*/

.post-content iframe {
  width: 100%;
  height: auto;
}

/* 詳細ページ */
#pagenation {
  background: #fff;
  padding: 0;
  margin: 70px 0 0 !important;
  border: none;
  overflow: hidden;
}

.prev::marker,
.next::marker {
  content: none;
}

#pagenation a {
  text-decoration: none;
}

ul#pagenation.post li.prev, ul#pagenation li.next {
  width: 47%;
  float: left;
  text-align: left;
}

ul#pagenation.post li.next, ul#pagenation li.prev {
  width: 47%;
  float: right;
  text-align: right;
}


/*============================================================
#top
============================================================*/

.mv {
  background: url(../img/top-mv.jpg) no-repeat center / cover;
  width: 100%;
  height: 70vh;
  position: relative;
}

.mv .lead {
  color: #fff;
  position: absolute;
  bottom: 60px;
  left: 50px;
  display: none;
}

.top-news .inner {
  padding: 60px 0 80px;
}

#tab {
  margin-bottom: 40px;
}

#tab_wrap {
  width: 600px;
  margin: 0 auto;
}

#tab_wrap li a {
  width: 140px;
  height: 80px;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 13px;
  border: solid 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#tab_wrap li a:hover,
#tab_wrap li a.tab_active {
  background: #3D4053;
  color: #fff;
}

#tab_wrap li a::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 13px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #3D4053;
  border-right: 1.5px solid #3D4053;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#tab_wrap li a:hover::after,
#tab_wrap li a.tab_active::after {
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}

.top-news .page-title {
  font-size: 26px;
  margin-bottom: 70px;
}

.top-news .list {
  width: 600px;
  margin: 0 auto 50px;
}

.top-news .list li {
  justify-content: flex-start;
}

.top-news .list li + li {
  margin-top: 10px;
}

.top-news .list li p {
  width: 125px;
}

.top-news .list li a {
  width: 445px;
  margin-left: 30px;
}

.top-news .more {
  margin: 0 auto;
}

.top-about {
  background: url(../img/top-about-bg.jpg) no-repeat center / cover;
  width: 100%;
  height: 510px;
  padding-top: 80px;
  position: relative;
  overflow: visible;
}

.top-about .about-inner {
  background: #8799B7;
  width: 800px;
  color: #fff;
  padding: 50px 60px 60px;
  margin-top: 70px;
  position: absolute;
}

.top-about h3 {
  font-size: 24px;
}

.top-about .about-inner p {
  width: 520px;
  margin-top: 30px;
}

.top-about .more {
  height: 200px;
  position: absolute;
  right: -100px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top-about .more a {
  height: 200px;
}

.top-seminar .inner {
  width: 700px;
  padding-top: 200px;
}

.top-mask .inner {
  width: 700px;
}

.top-mask .title-wrap i {
  width: 150px;
  margin: 0 auto;
  display: block;
}

.top-mask .title-wrap .title {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}

.top-mask .box {
  background: #EEF1F5;
  padding: 40px 50px;
}

.top-mask .box li + li {
  margin-top: 10px;
}

.scene-list .title {
  background: #8799B7;
  font-size: 24px;
  line-height: 1.4;
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  margin-top: -35px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
}


.top-mask .scene-list {
  font-size: 14px;
  border: solid 2px #7DA8ED;
  margin-top: 100px;
}

.top-mask .scene-list ul {
  padding-top: 20px;
}

.top-mask .scene-list li {
  width: calc(100% / 3);
  padding: 20px 30px 30px;
}

.top-mask .scene-list li i {
  width: 130px;
  margin: 0 auto;
  display: block;
}

.top-mask .scene-list li:nth-child(n+4) {
  border-top: solid 2px #7DA8ED;
  margin: 0;;
}

.top-mask .scene-list li:nth-child(n+5) {
  border-left: solid 2px #7DA8ED;
}

.top-mask .scene-list li p + p {
  font-size: 13px;
  margin-top: 10px;
}

.bottom-nav {
  width: 700px;
  margin: 0 auto 150px;
  border: solid 1px #3D4053;
}

.bottom-nav li {
  width: calc(100% / 3) !important;
  padding: 20px 30px 30px;
}

.bottom-nav li i {
  width: 130px;
  margin: 0 auto;
  display: block;
}

.bottom-nav li a {
  display: block;
}

.bottom-nav li p {
  text-align: center;
}

.bottom-nav li:nth-child(n+2) {
  border-left: solid 1px #3D4053;
}

/*============================================================
各ページ用テンプレート
============================================================*/

/*.detail-main {
    width: calc( 100% - 320px );
}*/

.detail-main > section {
  background: #fff;
}

.detail-main > section .inner {
  width: 700px;
}

/*.detail-main h1 {
  background: #8799B7;
  font-size: 30px;
  line-height: 1.4;
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
  display: inline-block;
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
}

.detail-main h1 + .lead {
  background: url(../img/top-about-bg.jpg) no-repeat center / cover;
  width: 1000px;
  padding: 70px 120px 70px;
  margin-top: -65px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}*/

.detail-main .post-head-title {
  background: #8799B7;
  font-size: 30px;
  line-height: 1.4;
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  margin: 0 0 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
}

.detail-main .post-head-title + .lead {
  background: url(../img/top-about-bg.jpg) no-repeat center / cover;
  width: 1000px;
  padding: 70px 120px 70px;
  margin-top: -65px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.border-box {
  width: 800px;
  border: solid #7DA8ED 1px;
  padding: 50px 100px 80px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-top: -65px;
}

.gmap {
  width: 1000px;
  height: 350px;
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
}

.gmap iframe {
  width: 1000px;
  height: 350px;
}

.detail-main h1:not(:nth-child(2)):not(:first-child) {
  margin-top: 2.5em;
}


/*.detail-main h1 span,
.detail-main h2 span {
  margin-top: -150px;
  padding-top: 150px;
  display: block;
}
*/

.detail-main h1 {
  font-size: 30px;
  text-align: center;
  line-height: 1.8;
  margin-top: 30px;
}

.detail-main h2 {
  font-size: 24px;
  line-height: 1.6;
  margin-top: 50px;
  position: relative;
}

.detail-main h2::before {
  content: "";
  background: #7DA8ED;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: -35px;
}

.detail-main h2 + h3 {
  margin-top: 20px;
}

.detail-main h3 {
  background: #BBCCE8;
  font-size: 20px;
  line-height: 1.6;
  padding: 15px 20px;
  margin-top: 50px;
}

.detail-main h4 {
  background: #3D4053;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  padding: 15px 0;
  margin-top: 40px;
}

.detail-main h4 a {
  display: block;
  color: #fff;
}

.detail-main h5,
.detail-main h6 {
  color: #3D4053;
  font-size: 20px;
  margin-top: 30px;
}

.detail-main p {
  margin-top: 1em;
}

.detail-main p + p {
  margin-top: 1em;
}

.detail-main p a,
.detail-main td a {
  border-bottom: solid 1px #3D4053;
  margin: 0 5px;
}

.detail-main ol,
.detail-main ul,
table .detail-main ul {
  background: #f1f2f6;
  padding: 30px 60px;
  margin-top: 35px;
  border: solid 1px #3D4053;
}

.detail-main ul li,
table ul li {
  list-style: square;
}

.detail-main ol li {
  list-style: decimal;
}

.detail-main li + li {
  margin-top: 10px;
}

.detail-main figure {
  margin: 35px 0 0;
}

.news-main img,
.detail-main img {
  border: solid 1px #3D4053;
  margin: 35px auto;
  display: block;
}

.detail-main figure img {
  margin: 0;
}

.detail-main .wp-caption-text,
.detail-main figcaption {
  font-size: 14px;
  color: #666970;
  text-align: center;
  margin-top: 10px;
  font-family: YakuHanMP, 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.detail-main blockquote {
  background: url(../img/common/icon_blq.png) no-repeat left 35px top 10px / 30px;
  border-left: solid 6px #d8dbe6;
  padding: 50px 0 0 50px;
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
}

.detail-main blockquote p:first-of-type {
  margin-top: 0;
}

.detail-main blockquote a {
  background: none;
  padding-right: 0;
  color: #666970;
  border-color: #666970;
  font-weight: 400;
}

.detail-main .wp-caption {
  width: 100% !important;
}

.detail-main .detail-cotionbox {
  border: solid 1px #3D4053;
  margin: 40px 0;
  padding: 30px 60px 30px;
}

.detail-main .detail-cotionbox .title {
  text-align: center;
}

.detail-main .detail-cotionbox .title div {
  background: #fff;
  color: #3D4053;
  font-size: 20px;
  display: inline-block;
  line-height: 1.5;
  letter-spacing: 2px;
  position: relative;
}


/*.detail-main .detail-cotionbox .title div::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #fcf5f5;
  position: absolute;
  top: 20px;
  left: 0;
}


.detail-main .detail-cotionbox .title div::after {
  content: '';
  background: url(../images/common/icon_cotion.png) no-repeat center / 100%;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}*/

.detail-main .detail-cotionbox .title div * {
  position: relative;
}

.detail-main .detail-cotionbox .title p,
.detail-main .detail-checkbox .title p {
  margin-top: 0;
  font-weight: 600;
}

.detail-main .detail-cotionbox .title + p {
  margin-top: 15px;
}

.detail-main .detail-cotionbox ol,
.detail-main .detail-cotionbox ul,
.detail-main .detail-checkbox ol,
.detail-main .detail-checkbox ul {
  background: transparent;
  border-color: transparent;
  padding: 0 0 0 30px;
  font-weight: 400;
}

.detail-main .detail-checkbox {
  border: solid 1px #3D4053;
  margin-top: 35px;
  background: #fff;
  padding-bottom: 30px;
}

.detail-main .detail-checkbox .title {
  background: #3D4053;
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  line-height: 1.5;
  letter-spacing: 2px;
}

.detail-main .detail-checkbox .title p {
  text-align: center;
}

.detail-main .detail-checkbox .text p {
  padding: 0 60px;
}

.detail-main .detail-checkbox .text ul,
.detail-main .detail-checkbox .text ol {
  padding: 0 60px 0 90px;
}

.detail-main table {
  border: solid 1px #3D4053;
  margin-top: 20px;
}

.detail-main th {
  /*background: #3D4053;*/
  font-weight: 600;
  padding: 10px 20px;
}

/*.detail-main th + th {
  border-left: solid 1px #fff;
}*/

.detail-main td {
  border: solid 1px #3D4053;
  padding: 10px 20px;
}

.marker,
mark {
  background: linear-gradient(transparent 60%, #ffe653 60%);
  font-weight: 500;
  margin: 0 2px;
  padding: 0 1px;
}

.seminar-top .post + .post,
.apply-top .post + .post {
  margin-top: 180px;
}

.seminar-top .border-box,
.apply-top .border-box {
  padding: 50px 100px 180px;
}

.seminar-top .border-box + h4,
.apply-top .border-box + h4 {
  margin-top: -120px;
  z-index: 1;
  position: relative;
}

.test-wrap {
  margin-top: -50px;
}

