@charset "utf-8";

@font-face {
  font-family: "Noto Sans Japanese";
  src: url('assets/font/NotoSansCJKjp-Thin-Web.eot');
  src: url('assets/font/NotoSansCJKjp-Thin-Web.eot?#iefix') format('embedded-opentype'), url('assets/font/NotoSansCJKjp-Thin-Web.woff') format('woff'), url('assets/font/NotoSansCJKjp-Thin-Web.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Japanese";
  src: url('assets/font/NotoSansCJKjp-Light-Web.eot');
  src: url('assets/font/NotoSansCJKjp-Light-Web.eot?#iefix') format('embedded-opentype'), url('assets/font/NotoSansCJKjp-Light-Web.woff') format('woff'), url('assets/font/NotoSansCJKjp-Light-Web.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Japanese";
  src: url('assets/font/NotoSansCJKjp-Regular-Web.eot');
  src: url('assets/font/NotoSansCJKjp-Regular-Web.eot?#iefix') format('embedded-opentype'), url('assets/font/NotoSansCJKjp-Regular-Web.woff') format('woff'), url('assets/font/NotoSansCJKjp-Regular-Web.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Japanese";
  src: url('assets/font/NotoSansCJKjp-Medium-Web.eot');
  src: url('assets/font/NotoSansCJKjp-Medium-Web.eot?#iefix') format('embedded-opentype'), url('assets/font/NotoSansCJKjp-Medium-Web.woff') format('woff'), url('assets/font/NotoSansCJKjp-Medium-Web.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Japanese";
  src: url('assets/font/NotoSansCJKjp-Bold-Web.eot');
  src: url('assets/font/NotoSansCJKjp-Bold-Web.eot?#iefix') format('embedded-opentype'), url('assets/font/NotoSansCJKjp-Bold-Web.woff') format('woff'), url('assets/font/NotoSansCJKjp-Bold-Web.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: 62.5%;
  font-family: 'Lato', 'Noto Sans Japanese', Verdana, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
  line-height: 1.7;
  color: #000;
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
  font-size: 1.6rem;
  font: 1.4rem/1.5 serif;
  font-weight: normal;
  font-weight: 400;
  color: #000;
  background-color: #ebebeb;
  text-rendering: optimizeLegibility;
  font-family: 'Lato', 'Noto Sans Japanese', Verdana, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body{
  min-width: 1000px;
}

a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;

}
a:hover {
  color: #53efff;
  text-decoration: underline;
  cursor: pointer;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
figure,figure,figcaption {
  display: inline-block;
  text-align: center;
  margin: 0;
}
header,nav,fotter,
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/* =================================================== */
/* header
/* =================================================== */
header {
  position: fixed;
  z-index: 99999;
  width: 100%;
}
.header-inner {
  position: relative;
  height: 92px;
  width: 100%;
  min-width: 1000px;
  border-bottom: rgba(255,255,255,0.3) solid 1px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-inner .siteneme-block img {
  width: 100%;
  height: auto;
}
.header-inner .siteneme-block {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  width: 210px;
  height: 50px;
  /*display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;*/
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-inner .siteneme-block a {
  margin: auto;
  text-align: center;
}
#top .header-inner .siteneme-block a:hover,
#top .header-inner .siteneme-block a:active,
body.page .header-inner .siteneme-block a:hover,
body.page .header-inner .siteneme-block a:active {
  color: #000000;
  text-decoration: none;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.header-inner .siteneme-block .logo-box .mode02 {
  display: none;
}

/*.header-inner .sub-menu {
  position: absolute;
  top: 50%;
  right: 150px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-inner .sub-menu a {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
}
.header-inner .sub-menu a:hover,
.header-inner .sub-menu a:active {
  text-decoration: none;
}
.header-inner .sub-menu a span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.header-inner .sub-menu a.login-st {
  margin-right: 25px;
}
.header-inner .sub-menu .partition-line {
  border-left: #cccccc solid 1px;
  margin-left: 15px;
  padding-left: 15px;
}


/*-----smaller-----*/
header.smaller .header-inner .siteneme-block .logo-box .mode01 {
  display: none;
}
header.smaller .header-inner .siteneme-block .logo-box .mode02 {
  display: block;
}

header.smaller .header-inner {
  height: 92px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255,255,255,0.5);
}
header.smaller .header-inner .siteneme-block {
  background-color: transparent;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
}
header.smaller .header-inner .gmenu-block a {
  color: #000000;
}
header.smaller .header-inner .gmenu-block a:hover {
  color: #53efff;
}
header.smaller .header-inner .gmenu-block li.contact-menu a {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.header-inner .gmenu-block {

}
.header-inner .gmenu-block ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-inner .gmenu-block li {
  font-size: 1.7rem;
  margin-left: 38px;
  list-style: none;
}

.header-inner .gmenu-block li.is-active {

}
.header-inner .gmenu-block a {
  display: block;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
}
.header-inner .gmenu-block li.contact-menu a {
  height: 92px;
  background-color: rgba(9,74,167,0.7);
  padding: 0 20px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}
.header-inner .gmenu-block li.is-active a {
  color: #53efff;
  border-bottom: none;
}
.header-inner .gmenu-block a:hover,
.header-inner .gmenu-block a:active {
  text-decoration: none;
  border: none;
  color: #53efff;
}
.header-inner .gmenu-block li.contact-menu a:hover {
  color: #ffffff;
  background-color: rgba(83,239,255,0.7);
}


/* ハンバーガーメニュー　*/
:root {
  --hamburger-menu-size: 70px; /* メニューの大きさ */ 
  --hamburger-menu-padding: 12px;  
  --hamburger-menu-border-px: 1px; /* 線の太さ */
  --hamburger-menu-border-color: #333; /* 線の色 */
  --hamburger-menu-transition: 0.3s; /* アニメーション秒数 */
}

.humberger-menu-container {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  z-index: 9999;
}
.hamburger-menu {
  cursor: pointer;
  position: relative;
  width:  var(--hamburger-menu-size);
  height: 50px;
  text-align: center;
}
.hamburger-menu-line {
  position: absolute;
  transition: var(--hamburger-menu-transition);
  height: var(--hamburger-menu-border-px);
  /*background-color: var(--hamburger-menu-border-color);*/
  background-color: #ffffff;
}
.line-top {
  top: var(--hamburger-menu-padding);
  right: 0;
  width: 60px;
  height: 2px;
}
.line-middle {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  right: 10px;
  width: 40px;
}
.line-bottom {
  bottom: var(--hamburger-menu-padding);
  right: 0;
  width: 60px;
}

.hamburger-menu-active > .line-top {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(30deg);
  height: 1px;
}
.hamburger-menu-active > .line-middle {
  width: 0;
  height: 0;
  left: var(--hamburger-menu-padding);
}
.hamburger-menu-active > .line-bottom {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(-30deg);
  /*width: 60px;*/
}

.globalNavi {
  /*display: none;*/
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  /*width: 100%;
  background: #ffffff;
  padding: 80px 100px 30px;
  z-index: 999;
  box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);*/
}



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

footer {
  width: 100%;
  min-width: 1000px;
  padding: 60px 60px 30px;
  background-color: #163247;
}
footer .inner-block {
  color: #fff;
}
.footer-wrapper {
  position: relative;
  width: 100%;
  height: 90px;
}
.footer-wrapper .copr-info {
  position: absolute;
}
.footer-wrapper .ft-coname {
  margin-top: 25px;
  font-size: 1.7rem;
}
.footer-navi {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer-navi ul {
  width: 100%;
  list-style: none;
  text-align: right;
}
.footer-navi li {
  display: inline-block;
}
.footer-navi li:last-child {
  display: block;
  margin-top: 30px;
}
.footer-navi li a {
  display: block;
  padding: 2px 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #cccccc;
  font-family: 'Poppins', sans-serif;
}
.allrights-reserved {
  text-align: right;
  color: #cccccc;
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 32px;
  letter-spacing: 1px;
  padding-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}



/* =================================================== */
/* 共通
/* =================================================== */

body.page main,
/*body.archive main,*/
body.single main {
  padding-top: 80px;
}

.layout-2column {
  margin-top: 40px;
  padding: 0 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.layout-2column .content-area {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 50px;
  padding: 20px 40px;
  background-color: #ffffff;
  border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
  min-height: 500px;
}
/*.layout-1column {
  margin-top: 40px;
  padding: 0 20px;
}
.layout-1column .content-area {
  padding: 20px 40px;
  background-color: #ffffff;
  border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
  min-height: 500px;
}
*/

/*Side Navi =========== */
/*article list */
.sideNavi-area .sidebar-article {
	/*margin-top:30px;*/
  padding: 15px 10px;
  background-color: #ffffff;
  /*border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;*/
}
.sideNavi-area .sidebar-article h4 {
	font-size:1.6rem;
  padding: 3px 0 5px;
  border-bottom: 2px solid #2ea0cd;
  border-image: linear-gradient(to right, #0079c5 0%, #60cbd5 100%);
  border-image-slice: 1;
}
.sideNavi-area .sidebar-article ul {
  list-style: none;
  padding: 0;
  margin: 0;
 }
.sideNavi-area .sidebar-article .post-item {
  box-sizing: border-box;
  width: 100%;
  display: table;
  border-bottom: 1px solid #e2daf0;
}
.sideNavi-area .sidebar-article a {
  display: block;
  color: #333333;
  padding: 10px 5px;
}
.sideNavi-area .sidebar-article a:hover {
  color: #01aed9;
  text-decoration: none;
  /*background-color: #f7f3ff;*/
}
.sideNavi-area .sidebar-article .date-box {
  display: block;
	font-size: 1.3rem;
}
.sideNavi-area .sidebar-article .subject-box {
  display: block;
	font-size: 1.4rem;
}



/* Contact-block =========== */
#contact {
  margin-bottom: 0 !important;
}
.contact-block {
  margin: 10em 0 0;
  padding: 70px 40px 50px;
  width: 100%;
  min-width: 1100px;
  background-image: url("assets/images/common/img_bgimg_contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.contact-block .ttl-box {
  display: block;
  font-size: 7.0rem;
  font-weight: 400;
  line-height: 1;
  margin-right: auto;
  width: 50%;
}
.contact-block .ttl-box span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 30px;
  margin-top: 30px;
  border-left: #000000 solid 1px;
}
.contact-block .inner-block {
  width: 440px;
}
.contact-block .inner-block .tel-block {
  width: 100%;
  padding: 20px;
  background-color: rgba(255,255,255,0.5);
  border: #000000 solid 1px;
}
.contact-block .tel-block .tel-box {
  font-size: 4.0rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  text-align: center;
}
.contact-block .tel-block .tel-box .i-tel::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 27px;
	background-image: url("assets/images/common/icon_telphone.png");
	background-size: 100% auto;
	margin-right: 15px;
	margin-top: -4px;
	vertical-align: middle;
}
/*.contact-block .tel-block .txt-box {
  font-size: 1.5rem;
}*/
.contact-block .inner-block .webform-block {
  margin-top: 20px;
}
.contact-block .inner-block .webform-block a {
  display: block;
  width: 100%;
  padding: 28px 40px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  text-align: left;
  background-color: #333333;
  background-image: url("assets/images/common/icon_arrow-whi_m.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 30px center;
}
.contact-block .inner-block .webform-block .i-mail::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 22px;
	background-image: url("assets/images/common/icon_mail.png");
	background-size: 100% auto;
	margin-right: 15px;
	margin-top: -4px;
	vertical-align: middle;
}
.contact-block .inner-block .webform-block a:hover {
  text-decoration: none;
  text-align: left;
  background-color: #53efff;
  background-position: right 20px center;
}


/*clearfix =========== */
.clearfix::after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
.clearfix {
	_display: inline-table;
	zoom: 1;
}

/* responsive view =========== */
  .pc-mode-view {
    display: table !important;
  }
  .smp-mode-view {
    display: none !important;
  }

  .pc-mode-view-tb {
    display: table !important;
  }
  .smp-mode-view-tb {
    display: none !important;
  }

/* color system =========== */
.box-blue {
  color: #ffffff;
  background-color: #1d72c8;
}
.box-sblue {
  color: #ffffff;
  background-color: #10a5d0;
}
.box-dblue {
  color: #ffffff;
  background-color: #0a3a6a;
}
.box-lgry {
  color: #333333;
  background-color: #e5e5e5;
}
.box-dred {
  color: #ffffff;
  background-color: #cc0000;
}
.box-yelow {
  color: #333333;
  background-color: #ffd658;
}

.fnt-col-red { color: #ff3333; }
.fnt-col-redD { color: #ff3333; }
.fnt-col-bleL { color: #0fa5d0; }
.fnt-col-bleD { color: #00478e; }
.fnt-col-Sble { color: #10a5d0; }
.fnt-col-ylw { color: #ffd658; }

/* style =========== */

.br-pc { display: block; }
.br-sp { display: none; }
.block-pc { display: inline-block; }
.block-sp { display: block; }

.mg-tp5  { margin-top: 5px !important }
.mg-tp10 { margin-top: 10px !important }
.mg-tp15 { margin-top: 15px !important }
.mg-tp20 { margin-top: 20px !important }
.mg-tp30 { margin-top: 30px !important }
.mg-tp40 { margin-top: 40px !important }
.mg-tp50 { margin-top: 50px !important }
.mg-tp60 { margin-top: 60px !important }
.mg-tp80 { margin-top: 80px !important }

.mg-bt5  { margin-bottom: 5px !important }
.mg-bt10 { margin-bottom: 10px !important }
.mg-bt15 { margin-bottom: 15px !important }
.mg-bt20 { margin-bottom: 20px !important }
.mg-bt30 { margin-bottom: 30px !important }
.mg-bt40 { margin-bottom: 40px !important }
.mg-bt50 { margin-bottom: 50px !important }
.mg-bt60 { margin-bottom: 60px !important }
.mg-bt80 { margin-bottom: 80px !important }

ul.li-box {
  list-style: none;
}
ul.li-box li::before {
  content: "・";
}
ul.li-box.side-by li {
  display: inline-block;
  margin-right: 30px;
}


/* Button-set =========== */

.button-set {
  width: 100%;
}
.button-set a {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.button-set a:hover,
.button-set a:active {
  text-decoration: none;
}
.button-set a span {
  text-shadow: 0px 2px 2px 1px rgba(255,255,255,0.9);
}
.button-set a svg {
  margin-right: 5px;
}
.button-set .btn-white {
  font-size: 1.6rem;
  letter-spacing: 1px;
  display: inline-block;
  width: 240px;
  padding: 13px 15px;
  color: #000000;
  border: #b3b3b3 solid 1px;
  background-image: url("assets/images/common/icon_arrow-m.png");
  font-family: 'Poppins', sans-serif;
  text-align: left;
}
.button-set .btn-white:hover {
  color: #53efff;
  background-position: center right 10px;
}

.button-set .btn-blue {
  font-size: 1.6rem;
  letter-spacing: 1px;
  display: inline-block;
  width: 240px;
  padding: 13px 15px;
  color: #ffffff;
  border: #0b5795 solid 1px;
  background-color: #0b5795;
  background-image: url("assets/images/common/icon_arrow-whi_m.png");
}

.button-set .btn-blue:hover {
  background-color: #c0f2ff;
  border: #ffffff solid 1px;
  background-position: center right 10px;
}
.button-set .btn-mono:hover {
  background-color: #c0f2ff;
  border: #ffffff solid 1px;
}

.button-set .boxShadow {
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);
}
.button-set a.boxShadow:hover {
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
}

.button-set .btn-typeA,
.button-set .btn-typeB {
  font-size: 2.2rem;
  font-weight: 400;
  color: #ffffff;
  padding: 15px 40px 15px 15px;
  min-width: 350px;
  background-color: #333333;
  background-position: right 15px center;
  border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.button-set .btn-typeA {
  background-image: url("assets/images/common/img_arrow-circle2-org.png");
}
.button-set .btn-typeB {
  background-image: url("assets/images/common/img_arrow-circle2-gre.png");
}
.button-set .btn-typeA:hover {
  background-color: #ff8236;
}
.button-set .btn-typeB:hover {
  background-color: #14b79e;
}


/* iCon =========== */



/* table =========== */

.table-set {
	border-collapse: separate;
	width: 100%;
}
.table-set th,
.table-set td {
	text-align: left;
	font-size: 1.5rem;
}
.table-set th {
	font-weight: 400;
}


/*type-1*/
table.type-1 {
  background-color: #ffffff;
}
/*table.type-1 th {
	border-bottom: #ebebeb solid 2px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  vertical-align: top;
  padding: 15px;
}*/
table.type-1 th,
table.type-1 td {
  padding: 15px;
}
table.type-1 th {
  background-color: #2ea0cd;
  width: 25%;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  border-bottom: #cccccc dotted 1px;
}
table.type-1 tr:last-child th {
	border: none;
}
table.type-1 td {
  font-size: 1.6rem;
	border-bottom: #ebebeb dotted 1px;
}
table.type-1 tr:last-child td {
	border: none;
}
table.type-1 .td-style {
  display: block;
  border-left: #0099cc solid 1px;
  padding-left: 15px;
}

table.type-2 {
  background-color: #ffffff;
}
table.type-2 thead th {
  background-color: #2ea0cd;
  width: 25%;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  border-left: #ffffff solid 1px;
}
table.type-2 tbody td {
	border-bottom: #cccccc solid 1px;
  border-left: #cccccc dotted 1px;
  padding: 10px;
}
table.type-2 thead th:first-child,
table.type-2 tbody td:first-child {
  border-left: none;
}
table.type-2 tbody tr:last-child td {
  border-bottom: none;
}

/* --------------------------------------------------- */
/* clearfix
/* --------------------------------------------------- */
.clearfix::after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
.clearfix {
	_display: inline-table;
	zoom: 1;
}


/* =================================================== */
/* HOME
/* =================================================== */

#top .wrap-contents {
  overflow: hidden;
}

#top .wrap-contents section {
  margin-bottom: 120px;
}

#top .contents-ttlBlock {
  margin: 0 auto 50px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  font-family: 'Poppins', sans-serif;
}

#top h2.ttl-block {
  display: block;
  font-size: 7.0rem;
  font-weight: 400;
  margin-right: auto;
  width: 50%;
}
#top h2.ttl-block span {
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: 30px;
  padding-left: 30px;
  border-left: #000000 solid 1px;
}


/* Main Visual =========== */
#top .mainVisual-block {
  position: relative;
  width: 100%;
  height: 700px;
  /*background-color: #000000;
  background-image: url("assets/images/home/mainvisual-move.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;*/
  overflow: hidden;
}
#top .mainVisual-block video {
  position: absolute;
  /*left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;*/
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.sp-video {
  display: block;
}

.pc-video {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-video {
    display: none;
  }

  .pc-video {
    display: block;
  }
}

#top .mainVisual-block .eng-txt {
  position: absolute;
  top: 50%;
  left: 65px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  color: #ffffff;
  font-size: 6.8rem;
  line-height: 1.3;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.58);
  z-index: 50;
  filter:alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#top .mainVisual-block .catch-txt {
  position: absolute;
  bottom: 10%;
  right: 10%;
  font-size: 4.5rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.8;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.58);
  z-index: 50;
}


@media screen and (min-width:1300px) {
  #top .mainVisual-block .read-text {
    font-size: 3.4rem;
  }
}


/* About block =========== */
#top .about-block {
  padding: 10em 40px 0;
}
#top .about-block .inner-block {
  min-width: 800px;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  background-image: url("assets/images/home/img_top_about-l.png"), url("assets/images/home/img_top_about-r.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left  top, right bottom;
}
#top .about-block .txt-box {
  font-size: 2.0rem;
  line-height: 2.6;
  text-align: center;
}


/* Business block =========== */
#top .business-block .button-set {
  margin-left: auto;
  width: 240px;
}
#top .business-block .inner-block.first-block {
  margin-bottom: 75px;
}
#top .business-block .inner-block h3.ttl-box {
  text-align: center;
  margin-bottom: 20px;
}
#top .business-block .inner-block h3.ttl-box span {
  font-size: 3.0rem;
  font-weight: 600;
  background: linear-gradient(90deg, #0079c5, #60cbd5);
  background: -webkit-linear-gradient(0deg, #0079c5, #60cbd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#top .business-block .menu-list {
  border-top: 4px solid #c21500;
  border-image: linear-gradient(to right, #ffffff 5%, #0079c5 5%, #60cbd5 95%, #ffffff 5%);
  border-image-slice: 1;
}
#top .business-block .menu-list {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items:stretch;
  gap: 0 1px;
}
#top .business-block .first-block .menu-list  li {
  display: block;
  width: 50%;
}
#top .business-block .second-block .menu-list  li {
  display: block;
  width: 33.33333%;
}
#top .business-block .menu-list a {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
#top .business-block .menu-list .box-bg {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .6s ease;
  width: 100%;
}
#top .business-block .menu-list a:hover .box-bg {
  transform: scale(1.1);
}
#top .business-block .first-block .menu-list .box-bg {
  height: 350px;
}
#top .business-block .first-block .menu-list .lis1-1 .box-bg {
  background-image: url("assets/images/home/img_biz_smartfactory.jpg");
}
#top .business-block .first-block .menu-list .lis1-2 .box-bg {
  background-image: url("assets/images/home/img_biz_smartfarming.jpg");
}
#top .business-block .second-block .menu-list .box-bg {
  height: 250px;
}
#top .business-block .second-block .menu-list .lis2-1 .box-bg {
  background-image: url("assets/images/home/img_biz_systemdev.jpg");
}
#top .business-block .second-block .menu-list .lis2-2 .box-bg {
  background-image: url("assets/images/home/img_biz_web.jpg");
}
#top .business-block .second-block .menu-list .lis2-3 .box-bg {
  background-image: url("assets/images/home/img_biz_infra.jpg");
}
#top .business-block .menu-list .txt-box {
  font-size: 3.0rem;
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  z-index: 2;
}
/* マスク */
#top .business-block .menu-list a::before {
  background: rgba(0, 0, 0, .5); /* マスクの色(黒の50%) */
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: 0; /* 最初は透明（非表示） */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
  z-index: 1;
}
#top .business-block .menu-list a:hover::before {
  opacity: 1;
}



/* Products block =========== */
#top .products-block {
  
}
#top .products-block .con-block {
  margin: 0 auto 80px;
  width: 90%;
  background-color: #f6f6f6;
  padding: 50px;
}
#top .products-block .inner-block {
  position: relative;
  height: 400px;
  background-color: #ffffff;
  background-image: url("assets/images/home/img_prod_mcmbgimg.jpg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}
#top .products-block .lf-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  max-width: 500px;
  height: 400px;
  background-color: rgba(255,255,255,0.9);
  text-align: center;
}
#top .products-block .lf-box .ttl-box {
  margin-top: 50px;
  font-size: 7.0rem;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
}
#top .products-block .lf-box .sub-txt {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
#top .products-block .lf-box .txt-box {
  margin-top: 30px;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.6;
}
#top .products-block .button-set {
  margin-top: 40px;
}
#top .products-block .img-box {
  position: absolute;
  bottom: -40px;
  right: 10px;
  z-index: 10;
}



/* Company block =========== */
#top .company-block {
  margin-top: -60px;
  padding: 60px;
  background-image: url("assets/images/home/img_comp_bgimg.png");
  background-position: right 10% center;
  background-size: contain;
  background-repeat: no-repeat;
}
#top .company-block .inner-block {
  margin: 0 auto 80px;
  width: 90%;
}
#top .company-block h2.txt-box {
  font-size: 3.6rem;
  font-weight: 400;
}
#top .company-block .button-set {
  margin-top: 50px;
}



/* News block =========== */
#top .news-block .button-set {
  margin-left: auto;
  width: 240px;
}
#top .news-block .contents-ttlBlock {
  margin-bottom: 30px;
}
#top .news-block .news-slider-block {
  overflow: hidden;
}
#top .news-block .inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}
#top .news-block .lineup{
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
}

#top .news-block .news-slider-block .unit-box {
  background-color: #ffffff;
  margin: 0 5px;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 25px 25px;
}
#top .news-block .news-slider-block .unit-box:hover {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  box-shadow: 0px 0px 10px 6px rgba(0,0,0,0.1);
}
#top .news-block .news-slider-block .news-kiji {
  width : -webkit-calc(100% - 220px);
  width : calc(100% - 220px);
}
#top .news-block .news-slider-block .news-kiji .date-box {
  margin-bottom: 8px;
}
#top .news-block .news-slider-block .news-kiji .ttl-box {
  font-size: 2.6rem;
  margin-bottom: 15px;
}
#top .news-block .news-slider-block .news-kiji .txt-box {
  font-size: 1.4rem;
  line-height: 1.8;
}
#top .news-block .news-slider-block .unit-box .img-box {
  width: 200px;
  height: 150px;
}


/* =================================================== */
/* SECOND PAGE
/* =================================================== */

.second-page .mainVisual-block,
.post-type-archive-newstopics .mainVisual-block {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: #000000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.second-page .pageTtl-block .ttl-box,
.post-type-archive-newstopics .pageTtl-block .ttl-box {
  position: absolute;
  top: 150px;
  left: 50px;
  font-size: 6.8rem;
  font-weight: 200;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.second-page section,
.post-type-archive-newstopics section {
  margin-bottom: 100px;
}

.grade-ttl {
  width: 30%;
  text-align: right;
  margin-bottom: 20px;
}
.grade-ttl span {
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  background: linear-gradient(25deg, #0079c5, #60cbd5);
  background: -webkit-linear-gradient(25deg, #0079c5, #60cbd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grade-border {
  border-top: 4px solid #c21500;
  border-image: linear-gradient(to right, #0079c5 0%, #60cbd5 30%, #ffffff 30%, #ffffff 70%);
  border-image-slice: 1;
}
.h2Ttl-box {
  font-size: 4.0rem;
  font-weight: 600;
  margin: 80px 0 50px;
  text-align: center;
}




/* ◆ Business block ==========================
======================================== */

#business .mainVisual-block {
  background-image: url("assets/images/business/img_page-mainvisual.jpg");
}

#business .intor-block {
  width: 100%;
}
#business .intor-block .inner-block {
  text-align: center;
  min-width: 1100px;
}
#business .intor-block .inner-block .ttl-box {
  font-size: 4.0rem;
  font-weight: 500;
}

#business .service-group,
#business .service-group2,
#business .service-group3,
#business .service-group4 {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#business .biz-block .service-group,
#business .biz-block .service-group2 {
  padding-top: 50px;
}
#business .biz-block .service-group .cont-block {
  width: 60%;
  margin-left: 40px;
  border-width: 1px;
  border-style: solid;
  border-image-source: linear-gradient(45deg, #0079c5, #60cbd5);
  border-image-slice: 1;
}
#business .biz-block .service-group .cont-block  .inner-block {
  padding: 60px 50px;
}
#business .biz-block .cont-block h3.ttl-box {
  font-size: 4.0rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
}
#business .biz-block .cont-block h3.ttl-box:after {
  content: "";
  display: block;
  margin-top: 13px;
  width: 50px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(25deg, #0079c5, #60cbd5);
  background: -webkit-linear-gradient(25deg, #0079c5, #60cbd5);
}
#business .biz-block .cont-block .txt-box {
  font-size: 1.7rem;
  line-height: 2.0;
  width: 75%;
}

#business .biz-block .service-group .img-box {
  position: relative;
  width: 50%;
  height: 500px;
  margin-left: -10%;
  overflow: hidden;
}
#business .biz-block .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: auto;
}

#business .biz-block .service-group .button-block {
  width: 80%;
  margin-top: 60px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#business .biz-block .service-group .button-block .button-set {
  width : -webkit-calc(50% - 20px);
  width : calc(50% - 20px);
}
#business .biz-block .service-group .button-block .button-set a,
#business .biz-block .service-group4 .button-block .button-set a {
  width: 100%;
  padding: 16px 20px;
}
#business .biz-block .service-group .button-block .button-set .fas {
  margin-right: 5px;
}

#business .service-group2 {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap:wrap;
}
#business .biz-block .service-group2 .cont-block h3.ttl-box,
#business .biz-block .service-group3 .cont-block h3.ttl-box {
  font-size: 3.0rem;
}
#business .biz-block .service-group2 .cont-block {
  width : -webkit-calc(50% - 40px);
  width : calc(50% - 40px);
  margin-left: 40px;
}
#business .biz-block .service-group2 .img-box {
  position: relative;
  width: 50%;
  height: 200px;
  overflow: hidden;
}

#business .biz-block .service-group2 .desc-block {
  width: 100%;
  padding: 40px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#business .biz-block .service-group2 .desc-block .desc-box {
  width: 33.3333%;
  height: 300px;
}
#business .biz-block .desc-block .desc-box {
  border-width: 1px;
  border-style: solid;
  border-image-source: linear-gradient(45deg, #0079c5, #60cbd5);
  border-image-slice: 1;
}
#business .biz-block .desc-block .desc-box.item-box1 {
  margin-top: 25px;
}
#business .biz-block .desc-block .desc-box.item-box2 {
  margin-top: 70px;
}
#business .biz-block .desc-block .desc-box + .desc-box {
  margin-left: -1px;
}
#business .biz-block .desc-block .desc-box .in-box {
  padding: 20px;
}
#business .biz-block .desc-block .desc-box .in-box dt {
  font-size: 2.2rem;
  color: #2ea0cd;
  margin-bottom: 20px;
}
#business .biz-block .desc-block .desc-box .in-box dd {
  font-size: 1.5rem;
  line-height: 2.0;
}

#business .biz-block .service-group3 {
  align-items: flex-start;
  margin-top: 60px;
}
#business .biz-block .service-group3.flx-Rev,
#business .biz-block .service-group4.flx-Rev {
  flex-direction: row-reverse;
}
#business .biz-block .service-group3 .cont-block {
  width : -webkit-calc(50% - 80px);
  width : calc(50% - 80px);
  margin: 0 40px;
}
#business .biz-block .service-group3 .img-box {
  position: relative;
  width: 50%;
  height: 350px;
  overflow: hidden;
}
#business .biz-block .service-group3 .desc-block {
  width: 100%;
}
#business .biz-block .service-group3 .desc-block .desc-box {
  max-width: 700px;
}

#business .biz-block .read-txt {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  padding: 50px 10px;
}
#business .biz-block .service-group4 {
  align-items: flex-start;
}
#business .biz-block .service-group4 .cont-block {
  width: calc(50% - 80px);
  margin: 0px 40px;
}
#business .biz-block .service-group4 .img-box2 {
  position: relative;
  width: calc(45% - 60px);
  max-height: 450px;
  margin-left: 40px;
  margin-right: 20px;
}
#business .biz-block .cont-block h3.ttl-box2 {
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
}
#business .biz-block .cont-block h3.ttl-box2 .sub-txt {
  font-size: 2.0rem;
  display: block;
}
#business .biz-block .service-group4 .cont-block .txt-box {
  width: 90%;
}
#business .biz-block .service-group4 .cont-block .info-txt {
  font-size: 1.6rem;
  margin-top: 30px;
  width: 90%;
}
#business .biz-block .service-group4 .button-block .button-set {
  max-width: 300px;
  margin-top: 30px;
}


/* ◆ Product block ==========================
======================================== */
#products .mainVisual-block {
  background-image: url("assets/images/products/img_page-mainvisual.jpg");
}

#products .intor-block {
  width: 100%;
}
#products .intor-block .inner-block {
  text-align: center;
  min-width: 1100px;
}
#products .intor-block .inner-block .ttl-box {
  font-size: 4.0rem;
  font-weight: 500;
}

#products .product-mcm-block {
  padding: 0 50px;
}
#products .product-mcm-block .ttl-set {
  text-align: center;
  margin-bottom: 50px;
}
#products .product-mcm-block .ttl-set .ttl-box {
  margin-top: 50px;
  font-size: 7.6rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
}
#products .product-mcm-block .ttl-set .sub-txt {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
#products .product-mcm-block .inner-block,
#products .product-mcm-block .functional-block {
  max-width: 1200px;
  min-width: 1000px;
  width: 100%;
  margin: 0 auto; 
}
#products .product-mcm-block .inner-block {
  max-width: 1200px;
  min-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#products .product-mcm-block .inner-block .lf-box {
  width : -webkit-calc(50% - 50px);
  width : calc(50% - 50px);
  margin-right: 50px;
}
#products .product-mcm-block .inner-block .ttl-box {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 20px;
}
#products .product-mcm-block .inner-block .txt-box {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.0;
}
#products .product-mcm-block .inner-block .img-box {
  width: 50%;
}
#products .product-mcm-block .functional-block {
  margin-top: 50px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#products .product-mcm-block .functional-block .point-list {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px 20px;
}
#products .product-mcm-block .point-list li {
  display: block;
  width : -webkit-calc(50% - 10px);
  width : calc(50% - 10px);
  height: 200px;
  padding: 20px;
  background-color: #1c9ebf;
  border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center left 20px;
}
#products .product-mcm-block .point-list .txt-box {
  display: block;
  margin-left: 260px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}
#products .product-mcm-block .point-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 10px;
}
#products .product-mcm-block .point-list li.lis1-1 {
  background-image: url("assets/images/products/img_illust01.png");
}
#products .product-mcm-block .point-list li.lis1-2 {
  background-image: url("assets/images/products/img_illust02.png");
}
#products .product-mcm-block .point-list li.lis1-3 {
  background-image: url("assets/images/products/img_illust03.png");
}
#products .product-mcm-block .point-list li.lis1-4 {
  background-image: url("assets/images/products/img_illust04.png");
}
#products .product-mcm-block .button-set {
  margin: 60px auto 0;
  width: 500px;
}
#products .product-mcm-block .button-set a {
  width: 100%;
  font-size: 2.2rem;
  padding: 20px 40px;
}
#products .product-mcm-block .button-set .fas {
  margin-right: 8px;
}






/* ◆ Compnay block ==========================
======================================== */

#company .mainVisual-block {
  background-image: url("assets/images/company/img_page-mainvisual.jpg");
}

#company .intor-block {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#company .intor-block .inner-block {
  width: 600px;
  padding-left: 40px;
}
#company .intor-block .ttl-box {
  font-size: 4.0rem;
  line-height: 1.5;
}
#company .intor-block .txt-box {
  margin-top: 40px;
  padding-right: 60px;
  font-size: 1.8rem;
  line-height: 2.0;
}
#company .intor-block .img-box {
  width : -webkit-calc(100% - 600px);
  width : calc(100% - 600px);
}
#company .intor-block .img-box img {
  width: 100%;
  height: auto;
}


#company .overview-block .table-set {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
}
#company .overview-block .table-set th {
  width: 27%;
}
#company .overview-block .table-set td {
  width: 73%;
}

.Associated-block h3.sub-ttl {
  width: 1100px;
  text-align: center;
  font-size: 2.2rem;
  margin: 90px auto 50px;
  padding-bottom: 20px;
  border-bottom: #0099cc solid 1px;
}
.Associated-block .group-bunner {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items:stretch;
  width: 1100px;
  margin: 0 auto;
}
.Associated-block .banner-unit {
  width: 530px;
}
.Associated-block .banner-unit a {
  display: block;
  background-color: #ffffff;
  text-align: center;
  padding: 15px;
  border: #cccccc solid 1px;
}
.Associated-block .banner-unit a:hover {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.1);
  border: #53efff solid 1px;
}
.Associated-block .banner-unit .logo-box {
  display: block;
  margin-bottom: 15px; 
}
.Associated-block .banner-unit a .link-txt {
  display: inline-block;
  width: 300px;
  font-size: 1.3rem;
  color: #ffffff;
  background-color: #cccccc;
  padding: 3px;
  text-align: center;
  border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.Associated-block .banner-unit a:hover .link-txt {
  background-color: #53efff;
}
.Associated-block .group-bunner .txt-box {
  width: 530px;
}


/* ◆ Works block ==========================
======================================== */

#works .mainVisual-block {
  background-image: url("assets/images/works/img_page-mainvisual.jpg");
}

#works .h2Ttl-box {
  margin-top: 0;
}
#works .intor-block {
  width: 100%;
}
#works .intor-block .inner-block {
  text-align: center;
  min-width: 1100px;
}
#works .intor-block .inner-block .ttl-box {
  font-size: 4.0rem;
  font-weight: 500;
}

#works .Works-block .bizList-group {
  
}
#works .Works-block .bizList-group h3.ttl-box {
  font-size: 1.8rem;
}
#works .Works-block .bizList-group .inner-block {
  padding: 40px 40px 0;
  margin: 0 auto;
  max-width: 1500px;
  min-width: 1000px;
}
#works .Works-block .bizList-group + .bizList-group {
  margin-top: 60px;
}



/* ◆ Access block ==========================
======================================== */

#access .mainVisual-block {
  background-image: url("assets/images/access/img_page-mainvisual.jpg");
}

#access .access-block .hd-block {
  margin: 0 65px 40px;
}
#access .access-block .hd-block .h2Ttl-box {
  font-size: 3.0rem;
  font-weight: 600;
  margin-bottom: 18px;
  text-align: left;
}
#access .access-block .hd-block .h2Ttl-box:after {
  content: "";
  display: block;
  margin-top: 13px;
  width: 50px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(25deg, #0079c5, #60cbd5);
  background: -webkit-linear-gradient(25deg, #0079c5, #60cbd5);
}
#access .access-block .hd-block .txt-box {
  font-size: 1.6rem;
}
#access .access-block .gmap-block {
  overflow: hidden;
  width : -webkit-calc(100% - 140px);
  width : calc(100% - 140px);
  border-radius: 0px 250px 0 0 / 0px 250px 0 0;
  -webkit-border-radius: 0px 250px 0 0 / 0px 250px 0 0;
  -moz-border-radius: 0px 250px 0 0 / 0px 250px 0 0;
}
#access .access-block .gmap-block iframe {
  width: 100%;
  height: 500px;
}
#access .access-block .accessinfo-block {
  margin: 30px 0 0 60px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items:stretch;
  width : -webkit-calc(100% - 200px);
  width : calc(100% - 200px);
}
#access .access-block .accessinfo-block .info-box {
  background-color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
  width : -webkit-calc(50% - 10px);
  width : calc(50% - 10px);
}
#access .access-block .accessinfo-block .info-box .ttl-box {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#access .access-block .accessinfo-block .info-box .txt-box {
  font-size: 1.4rem;
}
#access .access-block .accessinfo-block .info-box .fas,
#access .access-block .accessinfo-block .info-box svg {
  color: #0099cc;
  margin-right: 5px;
}



/* ◆ Privacy Policy block ==========================
======================================== */
#privacy .mainVisual-block {
  background-image: url("assets/images/privacy/img_page-mainvisual.jpg");
  height: 350px;
}


#privacy .privacy-block {
  min-width: 1100px;
  max-width: 1200px;
  width : -webkit-calc(100% - 200px);
  width : calc(100% - 200px);
  margin: 0 auto;
  font-size: 1.6rem;
}
#privacy .privacy-block .read-txt {
  margin-bottom: 40px;
  line-height: 1.8;
}
#privacy .privacy-block ol {
  margin-left: 30px;
}
#privacy .privacy-block li {
  margin-bottom: 20px;
  line-height: 2.0;
}
#privacy .privacy-block li:last-child {
  margin-bottom: 0;
}
#privacy .privacy-block .sing-txt {
  text-align: right;
  margin-top: 40px;
}



/* ◆ Contact block ==========================
======================================== */
#contact .mainVisual-block,
#contact_confirm .mainVisual-block,
#contact_finish .mainVisual-block　{
  background-image: url("assets/images/contact/img_page-mainvisual.jpg");
  height: 350px;
}

#contact .h2Ttl-box,
#contact_confirm .h2Ttl-box,
#contact_finish .h2Ttl-box　{
  margin-top: 0;
}
#contact .h2ttl-set,
#contact_confirm .h2ttl-set,
#contact_finish .h2ttl-set　{
  margin-bottom: 20px;
}
#contact .read-block,
#contact_confirm .read-block,
#contact_finish .read-block　{
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 60px;
}

.page-inquiry-block {
  margin: 0 auto 60px;
  width: 80%;
  max-width: 1200px;
  min-width: 1100px;
}

.required {
  font-size: 1.1rem;
  padding: 1px 3px;
  margin-left: 10px;
  color: #ffffff;
  background-color: #d42628;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

input.form-control {
  display: inline-block;
  width: 80%;
  /*height: 34px;*/
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  vertical-align: middle;
}
select.form-control {
  display: inline-block;
  width: 80%;
  /*height: 34px;*/
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 6px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  vertical-align: middle;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
  width: 80%;
}

input[type="search"] {
  -webkit-appearance: none;
}

.contact-btns {
	text-align: center;
	margin: 50px auto 0;
}
.contact-btns button,
.contact-btns input[type=submit] {
  display: inline-block;
  width: 300px;
  text-decoration: none;
  text-align: left;
  padding: 25px 20px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
  background-image: url("assets/images/common/icon_arrow-m.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 25px center;
	background-color: #ffffff;
  color: #000000;
  border: #b3b3b3 solid 1px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/*.contact-btns button:hover,
.contact-btns button:active {
  background-image: url("../image/common/icon_arrow-wht-m.png");
  background-color: #d42628;
  color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}*/
.contact-btns input[type=submit]:hover {
	background-color: #0FAAEB;
	color: #fff;
	cursor:pointer;background-image: url("assets/images/common/icon_arrow-whi_m.png");
  background-position: right 15px center;
  border: #0FAAEB solid 1px;
}
.contact-btns input[type=submit].btn-back {
	background-color: #999
}
.contact-btns input[type=button] {
	padding: 0.4rem 1rem;
	background-color: #999;
	color: #fff;
	border: none;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px*/
}
.contact-btns .btn-secondary {
  margin: 0 10PX;
}
#contact.error-page .error-block .message-box,
#contact.thanks-page .thanks-block .message-box {
  width: 800px;
  margin: 30px auto;
  border: #eeeeee solid 4px;
  text-align: center;
}
#contact.error-page .error-block .message-box .txt-box {
  font-size: 2.0rem;
  padding: 20px;
}
#contact.error-page .error-block .message-box .form-error {
  font-size: 1.5rem;
  color: #cc0000;
  padding: 0px 20px 30px;
}
#contact.thanks-page .thanks-block .message-box .ttl-box {
  font-size: 2.0rem;
  padding: 30px;
}
#contact.thanks-page .thanks-block .message-box .txt-box {
  font-size: 1.5rem;
  padding: 0px 20px 30px;
  line-height: 1.8;
}


.form-block .kakuninBlock {
  width: 900px;
  margin: 40px auto;
}
.form-block .kakuninBlock .ttl-box {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}
.form-block .kakuninBlock .txt-box {
  text-align: center;
  line-height: 1.8;
}
.form-block .kakuninBlock a {
  text-decoration: underline;
  color: #389CCF;
}

.page-contact_finish .kakuninBlock,
.page-contact_confirm .kakuninBlock{
	display: none;
}

.mw_wp_form .error {
  display: block;
  background-color: #ff3333;
  padding: 3px 15px;
  color: #ffffff !important;
  font-size: 1.4rem !important;
  border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
  margin-top: 10px;
}



/* ◆ NEWS block ==========================
======================================== */
body.post-type-archive-newstopics .mainVisual-block,
body.newstopics-template-default .mainVisual-block {
  background-image: url("assets/images/news/img_page-mainvisual.jpg");
  height: 350px;
}

body.post-type-archive-newstopics .cateTtl-block,
body.newstopics-template-default .cateTtl-block,
body.xo_event-template .cateTtl-block {
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: #3e9d39 solid 1px;
  border-image: linear-gradient(to right, #0079c5 0%, #60cbd5 100%);
  border-image-slice: 1;
}
body.post-type-archive-newstopics .content-area,
body.newstopics-template-default .content-area {
  line-height: 2.0;
}

/* NEWS =========== */
body.post-type-archive-newstopics .archive-list {
  display: block;
  list-style: none;
  border-top: #cccccc solid 1px;
}
body.post-type-archive-newstopics .archive-list li {
  display: block;
  border-bottom: #cccccc solid 1px;
}
body.post-type-archive-newstopics .archive-list .img-box {
  flex-basis: 150px;
  height: auto;
}
body.post-type-archive-newstopics .archive-list .date-box {
  white-space: nowrap;
  font-weight: 500;
  flex-basis: 120px;
}
body.post-type-archive-newstopics .archive-list li a {
  color: #000000;
  font-size: 1.6rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0 20px;
  transition: all .3s 0s ease;
  padding: 1.3rem 2.6rem 1.3rem;
}
body.post-type-archive-newstopics .archive-list li a:hover {
  color: #3366cc;
  background-color: #f7f5f9;
}
body.post-type-archive-newstopics .archive-list li a:hover .subject-box {
  text-decoration: underline;
}
body.post-type-archive-newstopics .archive-list li.nodata {
  font-size: 1.6rem;
  padding: 1.3rem 2.6rem 1.3rem;
}



/* =================================================== */
/* 記事・固定ページ　スタイル
/* =================================================== */

body.single .edit-block figure + * {
  margin-top: 50px;
}
body.single .edit-block .topics-block + * {
  margin-top: 50px;
}

body.single .edit-block .wp-block-buttons + * {
  margin-top: 50px;
}

/*Title ===========
　※WPビジュアルディターでh1は使えないように設定している*/

body.single .edit-block h1,
body.single .edit-block h2,
body.single .edit-block h3 {
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 15px;
  margin-top: 30px;
  border-bottom: #3e9d39 solid 1px;
  border-image: linear-gradient(to right, #8ed4f1 0%, #7fd47b 50%, #f2c65a 100%);
  border-image-slice: 1;
}

body.single .edit-block h4 {
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 4px;
  border-bottom: #8ed4f1 solid 1px;
}

body.single .edit-block h5 {
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: #8ed4f1 dashed 1px;
}
body.single .edit-block h6 {
  font-size: 1.6rem;
  border-left: #8ed4f1 solid 4px;
  padding-left: 5px;
}

body.single .edit-block h1 + *,
body.single .edit-block h2 + *,
body.single .edit-block h3 + *,
body.single .edit-block h4 + *,
body.single .edit-block h5 + *,
body.single .edit-block h6 + * {
  margin-top: 30px;
}
body.single .edit-block h1 + h1,
body.single .edit-block h1 + h2,
body.single .edit-block h1 + h3,
body.single .edit-block h1 + h4,
body.single .edit-block h1 + h5,
body.single .edit-block h1 + h6 {
  margin-top: 50px;
}

body.single .edit-block h2 + h1,
body.single .edit-block h2 + h2,
body.single .edit-block h2 + h3,
body.single .edit-block h2 + h4,
body.single .edit-block h2 + h5,
body.single .edit-block h2 + h6 {
  margin-top: 50px;
}

body.single .edit-block h3 + h1,
body.single .edit-block h3 + h2,
body.single .edit-block h3 + h3,
body.single .edit-block h3 + h4,
body.single .edit-block h3 + h5,
body.single .edit-block h3 + h6,
body.single .edit-block h4 + h1,
body.single .edit-block h4 + h2,
body.single .edit-block h4 + h3,
body.single .edit-block h4 + h4,
body.single .edit-block h4 + h5,
body.single .edit-block h4 + h6 {
  margin-top: 40px;
}

body.single .edit-block h5 + h1,
body.single .edit-block h5 + h2,
body.single .edit-block h5 + h3,
body.single .edit-block h5 + h4,
body.single .edit-block h5 + h5,
body.single .edit-block h5 + h6,
body.single .edit-block h6 + h1,
body.single .edit-block h6 + h2,
body.single .edit-block h6 + h3,
body.single .edit-block h6 + h4,
body.single .edit-block h6 + h5,
body.single .edit-block h6 + h6 {
  margin-top: 30px;
}



/*list =========== */

body.single .edit-block ul,
body.single .edit-block ol {
  margin-left: 30px;
  font-size: 1.5rem;
  line-height: 1.6;
}

body.single .edit-block li {
  margin-bottom: 10px;
}
body.single .edit-block li:last-child {
  margin-bottom: 0;
}
body.single .edit-block li > * {
  margin-top: 10px;
  margin-bottom: 15px;
  /*font-size: 1.3rem;*/
  line-height: 1.5;
}
body.single .edit-block ul + *,
body.single .edit-block ol + *,
body.single .edit-block p + * {
  margin-top: 30px;
}
body.single .edit-block ul + h1,
body.single .edit-block ul + h2,
body.single .edit-block ul + h3,
body.single .edit-block ul + h4,
body.single .edit-block ul + h5,
body.single .edit-block ul + h6 {
  margin-top: 50px;
}
body.single .edit-block ol + h1,
body.single .edit-block ol + h2,
body.single .edit-block ol + h3,
body.single .edit-block ol + h4,
body.single .edit-block ol + h5,
body.single .edit-block ol + h6 {
  margin-top: 50px;
}

/*text =========== */

body.single .edit-block p {
  font-size: 1.6rem;
  line-height: 1.8;
}

body.single .edit-block p + table {
  margin-top: 30px;
  margin-bottom: 0px;
}

body.single .edit-block p + h1,
body.single .edit-block p + h2,
body.single .edit-block p + h3,
body.single .edit-block p + h4,
body.single .edit-block p + h5,
body.single .edit-block p + h6 {
  margin-top: 50px;
}

/*div =========== */

body.single .edit-block div.wp-block-media-text + * {
  margin-top: 50px;
}


/*anker =========== */
body.single .edit-block a {
  font-size: 1.5rem;
  color: #01aed9;
}
body.single .edit-block a[target="_blank"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f2d2";
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  color: #999999;
  margin-top: -12px;
  padding: 0 3px;
}
body.single .edit-block a.imglink[target="_blank"]:after{
	content: "";
	margin: 0;
  padding: 0;
}

body.single .edit-block a[href*=".pdf"] ~ a {
  display: inline-block;
  padding-top: 15px;
}
body.single .edit-block a[href*=".docx"] ~ a,
body.single .edit-block a[href*=".doc"] ~ a{
  display: inline-block;
  padding-top: 15px;
}
body.single .edit-block a[href*=".xlsx"] ~ a {
  display: inline-block;
  padding-top: 15px;
}

/*table =========== */

body.single .edit-block table {
  /*table-layout: fixed;*/
  width: 100%;
  min-width: 320px;
  border-collapse: collapse;
  border-spacing: 0px;
}

body.single .edit-block .wp-block-flexible-table-block-table figcaption,
body.single .edit-block table caption {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}

body.single .edit-block .wp-block-flexible-table-block-table table + figcaption,
body.single .edit-block table + figcaption {
  text-align: left;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 8px 0 0;
}

body.single .edit-block thead th {
  text-align: center;
}
body.single .edit-block .is-style-stripes tbody tr:nth-child(2n+1) td {
  background-color: #f6f3fb !important;
}
body.single .edit-block .wp-block-flexible-table-block-table > table tbody tr th {
  background-color: #f6f3fb !important;
}
/*body.single .edit-block table tbody th:first-child {
  background-color: #f7f3ff !important;
}*/
body.single .edit-block .is-style-stripes tbody td:first-child {
  background-color: transparent;
}
body.single .edit-block table thead th {
  background-color: #e7dcf8 !important;
}


/*.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tr:nth-child(2n+1) td {
  background-color: #f0f0f1;
}*/
body.single .edit-block table th, body.single .edit-block table td {
  padding: 8px 6px;
  word-break: break-all;
  font-size: 1.5rem;
  border: #333333 solid 1px;
  /*text-align: left;*/
}

body.single .edit-block table + * {
  margin-top: 30px;
  margin-bottom: 0px;
}

body.single .edit-block table + h1,
body.single .edit-block table + h2,
body.single .edit-block table + h3,
body.single .edit-block table + h4,
body.single .edit-block table + h5,
body.single .edit-block table + h6 {
  margin-top: 50px;
}

/*div =========== */
body.single .edit-block div.wp-block-file + h1,
body.single .edit-block div.wp-block-file + h2,
body.single .edit-block div.wp-block-file + h3,
body.single .edit-block div.wp-block-file + h4,
body.single .edit-block div.wp-block-file + h5,
body.single .edit-block div.wp-block-file + h6 {
  margin-top: 50px;
}
body.single .edit-block div.wp-block-file + .wp-block-flexible-table-block-table {
  margin-top: 50px;
}

/*icon =========== */
a.i-file[href*=".pdf"]:before,
.wp-block-file a:first-child[href$=".pdf"]:before,
body.single .edit-block .wp-block-flexible-table-block-table table a[href*=".pdf"]:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 24px;
	margin-right: 6px;
	background-image: url(assets/image/common/icon_file-pdf.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px auto;
}
a.i-file[href*=".docx"]:before,
a.i-file[href*=".doc"]:before,
.wp-block-file a:first-child[href*=".docx"]::before,
.wp-block-file a:first-child[href*=".doc"]::before,
body.single .edit-block .wp-block-flexible-table-block-table table a[href*=".docx"]:before,
body.single .edit-block .wp-block-flexible-table-block-table table a[href*=".doc"]:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 24px;
	margin-right: 6px;
	background-image: url(assets/image/common/icon_file-word.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px auto;
}
a.i-file[href*=".xlsx"]:before,
a.i-file[href*=".xls"]:before,
.wp-block-file a:first-child[href*=".xlsx"]::before,
body.single .edit-block .wp-block-flexible-table-block-table table a[href*=".xlsx"]:before,
.wp-block-file a:first-child[href*=".xls"]::before,
body.single .edit-block .wp-block-flexible-table-block-table table a[href*=".xls"]:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 24px;
	margin-right: 6px;
	background-image: url(assets/image/common/icon_file-excel.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px auto;
}

.wp-block-file a:first-child[href$=".pdf"]::after,
.wp-block-file a:first-child[href*=".docx"]::after,
.wp-block-file a:first-child[href*=".doc"]::after,
.wp-block-file a:first-child[href*=".xlsx"]::after,
.wp-block-file a:first-child[href*=".xls"]::after {
  content: normal;
}

.wp-block-file .wp-block-file__button {
  color: #ffffff !important;
  text-align: center !important;
  background:#32373c !important;
  border-radius:4em !important;
  font-size:1.3rem !important;
  padding:.8em 1.3em !important;
  line-height: 1;
}

.wp-block-file a.wp-block-file__button::after {
  content: "";
  display: inline-block;
	width: 12px;
	height: 13px;
	background-image: url("assets/image/common/icon_arrow_dl_whi.png");
	background-size: 100% auto;
	margin-left: 5px;
	margin-top: -2px;
	vertical-align: middle;
}
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
  background:#71197B !important;
}

/*body.single .edit-block figcaption {
  margin-top: 15px;
}*/

/* Youtube =========== */
body.single .edit-block .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
body.single .edit-block .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Button =========== */
.wp-block-button__link {
  /*color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);*/
}
body.single .edit-block a.wp-block-button__link {
  background-image: url("assets/images/common/img_arrow-circle-wht.png");
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: right 10px center;
  padding-right: 50px;
  font-size: 1.6rem;
  color: #fff;
  min-width: 260px;
}
body.single .edit-block a.wp-block-button__link:hover {
  color: #fff;
  background-color: #01aed9;
  text-decoration: none;
}

/*topics list =========== */

body.single .edit-block .topics-block .topics-list {
  display: block;
  margin: 25px 20px 0;
  list-style: none;
  border-top: #cccccc solid 1px;
}
body.single .edit-block .topics-block .topics-list li {
  display: block;
  border-bottom: #cccccc solid 1px;
  padding: 0;
  margin: 0;
}
body.single .edit-block .topics-block .topics-list li a {
  color: #000000;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  transition: all .3s 0s ease;
  padding: 1.3rem 2.6rem 1.3rem 6rem;
  margin: 0;
  background-image: url("assets/image/common/icon_arrow-l-pup.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 20px center;
}
body.single .edit-block .topics-block .topics-list li a:hover {
  color: #3366cc;
  background-color: #f7f5f9;
}
body.single .edit-block .topics-block .topics-list li a:hover .subject-box {
  text-decoration: underline;
}
body.single .edit-block .topics-block .topics-list .subject-box {
  font-size: 1.8rem;
}
body.single .edit-block .topics-block .topics-list .date-box {
  white-space: nowrap;
  font-weight: 400;
  margin-left: auto;
}



/* =================================================== */
/* 404-PAGE
/* =================================================== */
body#error404 header .header-inner .siteneme-block .logo-box .mode01 {
  display: none;
}
body#error404 header .header-inner .siteneme-block .logo-box .mode02 {
  display: block;
}
body#error404 .header-inner .gmenu-block a {
    color: #000000;
}
body#error404 header .header-inner .gmenu-block li.contact-menu a {
    color: #ffffff;
}
body#error404 .header-inner {
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255,255,255,0.5);
}

body#error404 .contens-block {
  padding: 200px 10px 0;
}
body#error404 .inner-block {
  max-width: 800px;
  margin: 0px auto;
  text-align: center;
} 
body#error404 .contens-block h1.ttl-box {
  font-size: 12.0rem;
  color: #01aed9;;
  line-height: 1;
  margin-bottom: 5px;
}
body#error404 .contens-block .read-txt {
  font-size: 2.6rem;
  font-weight: 500;
}
body#error404 .contens-block .txt-box {
  display: block;
  margin-top: 20px;
  line-height: 2.0;
  font-size: 1.6rem;
}
body#error404 .contens-block .button.button-set {
  max-width: 400px;
  margin: 50px auto 0;
}
/*body#error404 #sitemap {
  max-width: 1200px;
  margin: 60px auto 0;
}*/


/* =================================================== */
/* JS
/* =================================================== */

.slick-dots li.slick-active button::before {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  content: "•" !important;
  width: 20px !important;
  height: 20px !important;
  font-family: "slick" !important;
  font-size: 6px !important;
  line-height: 20px !important;
  text-align: center !important;
  color: #76c8f9 !important;
  opacity: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* =================================================== */
/* プラグイン
/* =================================================== */

/* 3D FlipBook =========== */



/* =================================================== */
/* CSSアニメーション
/* =================================================== */

.slide-bottom {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.3s 0s ease-out;
}

.showJS {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s 0s ease-out;
}


.fade{
  animation: fadeIn 2.0s ease 0s 1 normal;
}
@keyframes fadeIn { 
  0% {
    opacity: 0;
    /*transform: translateY(20px);*/
  } 
  100% {
    opacity: 1;
    /*transform: translateY(0);*/
  } 
}