@charset "UTF-8";
/*
Theme Name: XeoryExtension
Theme URI: https://xeory.jp/extension
Description: Xeory拡張テーマ
Author: バズ部
Author URI: https://lucy.ne.jp/bazubu/
Version: 0.3.6
*/
/* all display
-------------------------------------------------- */
.wrap {
    /* width: 1200px; */
    /* margin: 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.wrap:before {
  display: inline-table;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}

#main {
  width: 100%;
  float: left;
}

.main-inner {
  margin-right: 358px;
}

#side {
  width: 310px;
  float: left;
  margin-left: -310px;
}

.left-content #main {
  width: 100%;
  float: left;
}
.left-content .main-inner {
  margin-right: 358px;
  margin-left: 0;
}
.left-content #side {
  width: 310px;
  float: left;
  margin-left: -310px;
}

.right-content #main {
  width: 100%;
  float: left;
}
.right-content .main-inner {
  margin-left: 358px;
  margin-right: 0;
}
.right-content #side {
  width: 310px;
  float: left;
  margin-left: -100%;
}

.one-column #content .wrap {
  width: 95%;
}
.one-column #content .wrap #main {
  width: 100%;
  float: none;
}
.one-column #content .wrap #main .main-inner {
  width: 100%;
  margin: 0;
}
.one-column #content .wrap #side {
  display: none;
}

/* table
-------------------------------------------------- */
table {
  width: 100% !important;
}

table td, table th {
  word-break: break-all;
  text-align: left;
}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 428px) {
  /* laptop */
  .wrap,
  .one-column #content .wrap {
    margin-left: 36px;
    margin-right: 36px;
    width: auto;
  }

  .main-inner {
    margin-right: 346px;
    box-sizing: border-box;
  }

  /* laptop end */
}
@media screen and (max-width: 428px) {
  /* tablet */
  .wrap,
  .one-column #content .wrap {
    margin-left: 24px;
    margin-right: 24px;
  }

  #main,
  .main-inner,
  #side {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .left-content #main,
  .right-content #main {
    float: none;
  }
  .left-content .main-inner,
  .right-content .main-inner {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .left-content #side,
  .right-content #side {
    width: 100%;
    float: none;
    margin: 0;
  }

  #side {
    padding-top: 42px;
  }

  /* tablet end */
}
@media screen and (max-width: 428px) {
  /* phone */
  .wrap,
  .one-column #content .wrap {
    margin-left: 12px;
    margin-right: 12px;
  }

  /* phone end */
}
/* ----------------------------------------
* フォント設定
---------------------------------------- */
/* ----------------------------------------
* all
---------------------------------------- */
body {
  background: url("./lib/images/bg.png");
  color: #241913;
}

a {
  text-decoration: none;
  color: #47B39D;
}
a:hover {
  text-decoration: underline;
}

/* form
---------------------------------------- */
form input[type="submit"],
form button {
  background: #3B4552;
  color: #fff;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
	background-color: #fff;
	padding: 0;
	overflow: visible;
	border-bottom: 5px solid #ffbd59;
	
}

#header #logo {
	font-size: 2.5vw;
	padding: 0;
	height: 100px;
    line-height: 100px;
}
#header #logo img {
  max-height: 100px;
}

#logo {
    width: 70%; /* 画面幅の50%に制限 */
    margin: 0 auto; /* 要素を中央に配置 */
    text-align: center; /* テキストを中央揃えにする場合 */
}

#header a {
    color: #00275c;
    font-weight: bold;
    padding-left: 30px;
}

.headerCTA{
	background-color:#ffbd59;
	direction: rtl;
	display: flex;           /* １．aタグをflex要素にする */
    align-items: center;     /* ３．上下中央 */
	width: auto; /* 余白に応じて自動調整 */
	 /* height:100px; */
	min-height:100px;
}

.headerCTA a{
	display: flex; /* Flexboxを有効にする */
    flex-direction: column; /* 子要素を縦方向に配置 */
    justify-content: center; /* 子要素を上下中央に揃える */
    align-items: center; /* 子要素を左右中央に揃える（必要なら） */
    height: 100%; /* 必要に応じて親要素の高さを指定 */
	padding-right:30px;
	 /* max-height: 100px !important; */
	min-height:100px;
}

.headerCTA a:hover {
    text-decoration: none; /* ホバー時のリンクのアンダーラインを無くす */
	background-color:#ff9a59;
}
.headerCTA a{
}

.headerCTAtxt{
	text-align: center;
    font-size: 2.7vw;
    font-weight: bold !important;
	color:#fff;
}

.headerCTAsub{
	margin-top: 10px !important;
	text-align: center;
	font-weight: bold !important;
	color:#fff;
	font-size: 1.3vw;
}

.csm-header__logo,
.csm-footer-main__brand {
display: inline-flex;
flex-direction: column;
text-decoration: none;
transition: opacity 0.25s ease, transform 0.25s ease;
}

.csm-header__logo:hover,
.csm-footer-main__brand:hover {
text-decoration: none;
opacity: 0.85;
transform: translateY(-2px);
}

.csm-footer-main__brand,
.csm-footer-main__brand:hover,
.csm-footer-main__brand:focus,
.csm-footer-main__brand:visited {
text-decoration: none;
}

.csm-footer-main__brand *,
.csm-footer-main__brand:hover *,
.csm-footer-main__brand:focus *,
.csm-footer-main__brand:visited * {
text-decoration: none;
}



/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb-area {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.breadcrumb-area .wrap {
  padding: 10px 0;
}

.breadcrumb {
  margin: 0;
  margin-left: -10px;
  overflow: hidden;
  font-size: 2vw;
  padding: 0;
  line-height: 22px;
}
.breadcrumb li {
  float: left;
  margin-left: 10px;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/* ----------------------------------------
* gloval nav & primary nav
---------------------------------------- */
#gnav {
  background: #00275c;
  margin: 0 0 0 auto;
  /* float: right; */
  text-align: center;
}
#gnav .sub-menu {
  z-index: 10;
}
#gnav ul li {
  display: inline-block;
  position: relative;
	width: 13%;
	
}
#gnav ul li:hover a {
  background: #57bca8;
}
#gnav ul li.current-menu-item a {
  background: #57bca8;
}
#gnav ul li a {
    display: block;
    padding: 25px 10px;
    font-weight: bold;
    line-height: 15px;
    font-size: 1.6vw;
    color: #fff;
    background: #00275c;
    text-decoration: none;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
#gnav ul li a:hover {
    background: #ffbd59; /* 背景色を#ffbd59に */
	
}
#gnav ul li a:hover .sub-menu {
  display: block;
}
#gnav ul li .sub-menu {
  font-size: 14px;
  text-align: left;
  display: none;
  position: absolute;
  width: 200px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}
#gnav ul li .sub-menu li {
  float: none;
  margin-left: 0;
  border-bottom: 1px #e5e5e5 solid;
  display: block;
}
#gnav ul li .sub-menu li:list-child {
  border-bottom: none;
}
#gnav ul li .sub-menu li a {
  color: #3B4552;
  background: #fff;
  padding: 10px 15px;
}
#gnav ul li .sub-menu li a:hover {
  background: #fafafa;
  color: #3B4552;
}
#gnav ul li .sub-menu .sub-menu {
  left: 100%;
  top: -1px;
}

#header-right {
	height: 65px;
	width: 100%;
  
}

#header-fnav-area,
#header-gnav-area {
  /* float: right; */
	
}

#header-fnav-area {
  width: 150px;
  position: relative;
}
#header-fnav-area #header-fnav-btn a {
  display: block;
  padding: 22px 12px;
  line-height: 24px;
  font-size: 23px;
  height: auto;
  text-align: center;
  background: #57bca8;
}
#header-fnav-area #header-fnav-btn a:hover {
  text-decoration: none;
}
#header-fnav-area #header-fnav {
  z-index: 10;
  font-size: 14px;
  text-align: left;
  display: none;
  position: absolute;
  right: 0;
  width: 200px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}
#header-fnav-area #header-fnav li {
  float: none;
  margin-left: 0;
  border-bottom: 1px #e5e5e5 solid;
  display: block;
}
#header-fnav-area #header-fnav li:list-child {
  border-bottom: none !important;
}
#header-fnav-area #header-fnav li a {
  color: #3B4552;
  background: #fff;
  padding: 10px 15px;
  display: block;
}
#header-fnav-area #header-fnav li a:hover {
  background: #fafafa;
  color: #3B4552;
  text-decoration: none;
}

/* ----------------------------------------
* content
---------------------------------------- */
#content {
  padding: 52px 0;
}
#content .wrap {
  overflow: visible;
}
#content .wp-caption {
  max-width: 100%;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 5px;
  margin-bottom: 12px;
}
#content .wp-caption-text {
  padding: 12px 16px;
  margin-bottom: 0;
  text-align: center;
}

/* ----------------------------------------
* main
---------------------------------------- */
.cat-content,
article.post,
article.page {
  margin-bottom: 60px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}

.post-header {
  padding: 56px 64px 46px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.post-header .cat-name {
  margin-bottom: 20px;
}
.post-header .cat-name span {
  border: 1px solid #47B39D;
  color: #47B39D;
  display: inline-block;
  padding: 4px 16px;
  font-size: 13px;
}

.post-title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 36px;
}
body.page .post-title {
  margin-bottom: 0;
}
.post-title a {
  color: #241913;
}
.post-title a:hover {
  color: #FF6C00;
}

.post-content h2.post-title {
  font-weight: normal;
}

.post-title a {
  color: #3B4552;
}
.post-title a:hover {
  color: #FF6C00;
  text-decoration: none;
}

.cat-content .post-header,
article.page .post-header {
  padding: 56px 64px 30px;
  margin-bottom: 20px;
  background: #fff;
}

.post-meta-area {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.post-meta-area ul {
  margin: 0;
}
.post-meta-area .post-meta {
  width: 50%;
  float: left;
}
.post-meta-area .post-meta .date {
  padding: 12px 40px;
}
.post-meta-area .post-meta .date .datetime {
  font-size: 1.1em;
}
.post-meta-area .post-meta-comment {
  text-align: center;
  width: auto;
  float: right;
}
.post-meta-area .post-meta-comment li {
  padding: 12px 24px;
  display: inline-block;
  border-left: 1px solid #e5e5e5;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
}

.post-content {
  padding: 30px 64px 10px;
}
.post-content hr {
  border-bottom: 1px solid #eee;
  margin: 20px 0;
  clear: both;
}
.post-content p,
.post-content ul,
.post-content ol,
.post-content dl,
.post-content blockquote,
.post-content pre,
.post-content table {
  margin-bottom: 2em;
}
.post-content ul {
  list-style: disc;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul,
.post-content ol {
  margin-left: 30px;
}
.post-content ul > ul,
.post-content ul > ol,
.post-content ol > ol,
.post-content ol > ul {
  margin-bottom: 0px;
}
.post-content dl dt {
  font-weight: bold;
}
.post-content dl dd {
  margin-left: 30px;
}
.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: bold;
}
.post-content h1 {
  margin: 32px 0;
  font-size: 36px;
  clear: both;
  font-weight: normal;
}
.post-content h2 {
  margin: 80px 0 32px -74px;
  padding: 16px 16px 16px 56px;
  font-size: 28px;
  clear: both;
  font-weight: normal;
  border-left: 10px solid #131D2A;
  background: #3B4552;
  color: #fff;
}
.post-content h3 {
  font-size: 24px;
  margin: 48px 0 24px;
  padding: 20px 0;
  clear: both;
  font-weight: normal;
  border-bottom: 2px solid #3B4552;
  line-height: 1;
}
.post-content h4 {
  font-size: 20px;
  font-weight: normal;
  margin: 30px 0 16px;
  padding: 0 0 0 8px;
  border-left: 5px solid #131D2A;
  clear: both;
}
.post-content h5 {
  font-size: 16px;
  margin: 30px 0 16px;
  clear: both;
}
.post-content h6 {
  font-size: 16px;
  margin: 30px 0 16px;
  clear: both;
}
.post-content blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
.post-content blockquote:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 36px;
  color: #e7e7e7;
  position: absolute;
  top: 20px;
  left: 10px;
}
.post-content blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}
.post-content table {
  border: 1px #ddd solid;
  max-width: 100%;
}
.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
}
.post-content table th {
  color: #fff;
}
.post-content table thead th {
  background: #5e6265;
}
.post-content table tbody th {
  background: #919598;
}
.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
  border-color: #fff;
}
.post-content table.table-line th {
  background: transparent;
  color: #241913;
  font-weight: bold;
}
.post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
.post-content table.table-line tr {
  background: #eee;
}
.post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
.post-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.post-content h2:first-child {
  margin-top: 0;
}

.post-cta {
  background: #131D2A;
  color: #fff;
}
.post-cta .post-cta-inner {
  padding: 30px 45px;
}
.post-cta .cta-post-title {
  padding: 30px 45px;
  font-size: 36px;
  margin-bottom: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.post-cta .post-cta-img {
  float: right;
  width: 230px;
  margin: 0 0 20px 20px;
}
.post-cta .post-cta-cont {
  overflow: hidden;
}
.post-cta .post-cta-btn {
  margin: 10px 0;
}
.post-cta .post-cta-btn a {
  background: #F86222;
  color: #fff;
  border-radius: 8px;
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  margin: 0 auto 20px;
}
.post-cta .post-cta-btn a:hover {
  background: #fa8553;
}
.post-cta p {
  margin-bottom: 1em;
}
.post-cta .btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
  background: #3B4552;
}
.post-cta .btn:hover {
  text-decoration: none;
  background: #FF6C00;
}

.post-footer {
  border-radius: 0;
  padding: 20px 64px;
  overflow: hidden;
  clear: both;
}
.post-footer ul {
  overflow: hidden;
}
.post-footer ul li a:hover {
  text-decoration: underline;
}
.post-footer .bzb-sns-btn {
  padding: 30px 0;
}

.post-footer .bzb-sns-btn li {
  vertical-align: top;
}
.post-footer .bzb-sns-btn  li .fb_iframe_widget span{
  vertical-align: top !important;
}

.post-footer-list {
  padding: 20px 0;
}

.post-author {
  margin-bottom: 40px;
  padding: 40px 45px;
  border: 1px solid #e5e5e5;
  color: #241913;
  background: #fff;
}
.post-author .post-author-img {
  height: 100%;
  float: left;
}
.post-author .post-author-img img {
  width: 100px;
  height: auto;
  border: 1px solid #e5e5e5;
}
.post-author .post-author-img .inner {
  padding: 0;
}
.post-author .row {
  margin-right: -10px;
  margin-left: -10px;
}
.post-author .row .gr1, .post-author .row .gr2, .post-author .row .gr3, .post-author .row .gr4, .post-author .row .gr5, .post-author .row .gr6, .post-author .row .gr7, .post-author .row .gr8, .post-author .row .gr9, .post-author .row .gr10, .post-author .row .gr11, .post-author .row .gr12 {
  padding-left: 10px;
  padding-right: 10px;
}
.post-author a {
  color: #3B4552;
}
.post-author .post-author-meta {
  color: #241913;
  margin-left: 120px;
}
.post-author .post-author-meta h2 {
  margin: 0 40px 10px 0;
}
.post-author .post-author-meta p {
  margin: 0 40px 20px 0;
}
.post-header-meta {
  overflow: hidden;
  margin-bottom: 26px;
}
.post-header-meta .bzb-sns-btn {
  padding: 20px 0 10px;
  float: left;
  width: 428px;
  overflow: hidden;
}
.post-header-meta .post-header-category {
  float: right;
  width: 300px;
  text-align: right;
  padding: 20px 0 10px;
}

.bzb-sns-btn {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.bzb-sns-btn li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 4px;
}

.comment-list > .comment {
  margin-bottom: 40px;
  border-bottom: 1px #eee solid;
}

.comment-list > .comment > .comment-body {
  padding: 0 20px;
  margin-bottom: 20px;
}

.comment-list .children {
  margin-left: 45px;
}

@media screen and ( max-width: 428px ){
  .comment-list .children {
    margin-left: 0;
  }
}
.comment-list .children .comment-body {
  padding: 20px 30px;
  margin-bottom: 20px;
  background: #f7f7f7;
}

.comment-author {
  float: left;
  vertical-align: top;
  font-size: 12px;
  margin-left: 10px;
}
.comment-author img {
  vertical-align: top;
}

.comment-meta {
  font-size: 12px;
  margin-bottom: 12px;
}

.reply a {
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 12px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.reply a:before {
  content: ' ';
  font-family: 'FontAwesome';
}
.reply a:hover {
  text-decoration: none;
}

.comment-form-comment {
  margin-bottom: 0;
  width:100%;
}

.comment-form-comment label {
  display: none;
}

.form-allowed-tags {
  font-size: 12px;
  margin-bottom: 20px;
  display: none;
}

.comment-meta:after {
  content: ' ';
  display: block;
  clear: both;
}

.comments-title {
  font-size: 24px;
  padding: 20px 0;
  margin-bottom: 30px;
  margin-top: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  overflow: hidden;
  margin: 10px 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  font-size: 12px;
}

.form-submit #submit {
  width: 240px;
  margin-top: 2em;
  line-height: 24px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.form-submit #submit:hover {
  cursor: pointer;
}

.comment-form-comment textarea {
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}
.comment-form {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.comment-form-author,
.comment-form-email {
  width: 50%;
  margin: 0;
}
.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input {
  width: 90%;
  margin: 0 0 10px;
}
.comment-form-cookies-consent{
  margin-bottom: 0;
  font-size: 14px;
  width:100%;
}


/* loop
---------------------------------------- */
.cat-content {
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
}

.post-loop-wrap article {
  width: 100%;
  margin: 0 0 60px;
}
.post-loop-wrap article p {
  margin-top: 0;
}
.post-loop-wrap .post-title {
  margin-bottom: 0;
}
.post-loop-wrap .post-thumbnail {
  width: 100%;
}
.post-loop-wrap .post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.post-loop-wrap .more-link {
  border: 1px #3B4552 solid;
  padding: 8px 20px;
  margin-bottom: 64px;
  color: #3B4552;
}
.post-loop-wrap .more-link:hover {
  background: #3B4552;
  color: #fff;
  text-decoration: none;
}
.post-loop-wrap .post-footer {
  border-top: 1px #eee solid;
  padding: 0;
  overflow: hidden;
}
.post-loop-wrap .post-footer a.morelink {
  display: block;
  background: #3B4552;
  color: #fff;
  text-align: center;
  padding: 12px;
}

/* pager */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}

.pagination a {
  background: #fff;
}

.pagination a, .pagination > span{
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #241913;
}

.pagination a:hover {
  background: #999999;
  color: #fff;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #999999;
  color: #fff;
}

.post-content .pagination {
  margin: 0;
}

.post-content .pagination > span{
  background: #999999;
  color: #ffffff;
}


/* ----------------------------------------
* side
---------------------------------------- */
.side-widget-area {
  padding: 0;
}

.side-widget {
  margin-bottom: 40px;
  padding-bottom: 40px;
  line-height: 1.6;
  font-size: 14px;
}
.side-widget .side-title {
  margin: 0 0 32px;
  font-size: 15px;
  background: #ebebeb;
  border: 1px solid #e4e4e4;
}
.side-widget a {
  color: #47B39D;
  text-decoration: underline;
  display: block;
}
.side-widget a:hover {
  color: #47B39D;
  text-decoration: none;
}
.side-widget ul li {
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}
.side-widget .side-title {
  margin: 0 0 13px;
  padding: 8px;
  font-size: 16px;
}
.side-widget.widget_recent_comments a {
  background: none;
}
.side-widget .post-date {
  margin: 0 0 0 36px;
  font-size: 13px;
  color: #999999;
}
.side-widget .post-share-fb .pas {
  display: none;
}

.widget_categories a {
  display: inline-block;
}

/* widget_views */
.widget_views a {
  display: inline;
}

/* search */
.widget_search {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding-bottom: 0;
  border-radius: 2px;
}
.widget_search form div {
  position: relative;
  padding-right: 40px;
}
.widget_search label {
  display: none;
}
.widget_search input[type=text] {
  line-height: 18px;
  padding: 8px 13px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  float: left;
}
.widget_search button {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
  line-height: 18px;
  border: none;
  border-radius: 3px;
  width: 40px;
  padding: 8px 5px;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
  background: transparent;
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #5e6265;
}
.widget_search button:hover {
  cursor: pointer;
}

#searchform form input[type="text"],
#searchform form input[type="email"],
#searchform form input[type="url"],
#searchform form input[type="tel"],
#searchform form input[type="number"],
#searchform form input[type="date"],
#searchform form textarea {
  border-radius: 3px;
  padding: 12px;
  max-width: 100%;
  font-size: 16px;
}
#searchform form textarea {
  width: 80%;
}
#searchform form input[type="submit"] {
  padding: 12px 20px;
}

/* comment */
.recentcomments {
  color: #808080;
  font-size: 12px;
}
.recentcomments a {
  color: #241913;
  font-size: 14px;
}

/* 実装中止----------- */
/* calendar */
.widget_calendar {
  border-radius: 3px;
  font-size: 16px;
}
.widget_calendar .side-widget-inner {
  border-radius: 3px;
  padding: 0 20px 20px;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar caption {
  border-radius: 3px 3px 0 0;
  padding: 14px 20px;
  margin: 0 -20px 20px;
  font-size: 18px;
  text-align: center;
}
.widget_calendar a {
  color: #666;
}
.widget_calendar li {
  margin-bottom: 1em;
}
.widget_calendar thead,
.widget_calendar tfoot,
.widget_calendar tbody {
  margin: 0 20px;
}
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar tbody a {
  display: block;
}
.widget_calendar tbody a:hover {
  text-decoration: none;
}

/* follow */
#side .share-list-wrap {
  margin: 0 -20px 20px;
  background: #fff;
  padding: 20px;
}
#side .share-list-wrap .post-share-list1,
#side .share-list-wrap .post-share-list2,
#side .share-list-wrap .post-share-list3,
#side .share-list-wrap .post-share-list4 {
  overflow: hidden;
  margin-left: -1%;
}
#side .share-list-wrap .post-share-list1 li,
#side .share-list-wrap .post-share-list2 li,
#side .share-list-wrap .post-share-list3 li,
#side .share-list-wrap .post-share-list4 li {
  float: left;
  width: 24%;
  margin-left: 1%;
}
#side .share-list-wrap .post-share-list1 li a,
#side .share-list-wrap .post-share-list2 li a,
#side .share-list-wrap .post-share-list3 li a,
#side .share-list-wrap .post-share-list4 li a {
  border-radius: 100%;
  background: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #5e6265;
}
#side .share-list-wrap .post-share-list1 li a .follow-on,
#side .share-list-wrap .post-share-list1 li a .big,
#side .share-list-wrap .post-share-list2 li a .follow-on,
#side .share-list-wrap .post-share-list2 li a .big,
#side .share-list-wrap .post-share-list3 li a .follow-on,
#side .share-list-wrap .post-share-list3 li a .big,
#side .share-list-wrap .post-share-list4 li a .follow-on,
#side .share-list-wrap .post-share-list4 li a .big {
  display: none;
}
#side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
#side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
#side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}

/* author */
#side-author {
  overflow: hidden;
  font-size: 12px;
}
#side-author h4 {
  padding: 12px 0;
  margin-bottom: 20px;
  font-size: 16px;
}
#side-author .side-author-img {
  float: left;
  width: 100px;
}
#side-author .side-author-meta {
  float: right;
  width: 180px;
}

/* ----------------------------------------
* footer
---------------------------------------- */
/* Facebook Like Box width: 100% */
.post-share-fb.side-widget{
  text-align: center;
}
div.post-share-fb .fbcomments,
div.post-share-fb .fb_iframe_widget,
div.post-share-fb .fb_iframe_widget[style],
div.post-share-fb .fb_iframe_widget iframe[style],
div.post-share-fb .fbcomments iframe[style] *,
div.post-share-fb .fb_iframe_widget span {
  max-width: 100% !important;
}
#footer .fbcomments,
#footer .fb_iframe_widget,
#footer .fb_iframe_widget[style],
#footer .fb_iframe_widget iframe[style],
#footer .fbcomments iframe[style] *,
#footer .fb_iframe_widget span {
  max-width: 100% !important;
}

#footer {
  color: #fff;
  border-top: 8px solid #3B4552;
}
#footer .fb-like-box,
#footer .fb-like-box > span,
#footer iframe {
  width: 100% !important;
  box-sizing: border-box;
}
#footer .footer-logo {
  font-size: 24px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #ccc;
}
#footer .wrap {
  padding: 30px 0;
	display:block;
}
#footer .post-share {
  padding-right: 0;
  padding-left: 0;
}
#footer .row {
  margin-left: -15px;
  margin-right: -15px;
}
#footer .row .gr1,
#footer .row .gr2,
#footer .row .gr3,
#footer .row .gr4,
#footer .row .gr5,
#footer .row .gr6,
#footer .row .gr7,
#footer .row .gr8,
#footer .row .gr9,
#footer .row .gr10,
#footer .row .gr11,
#footer .row .gr12 {
  padding-left: 15px;
  padding-right: 15px;
}

#footer-brand-area {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #3B4552;
}

#footer-content-area {
  font-size: 14px;
}
#footer-content-area h4 {
  font-size: 16px;
}
#footer-content-area i.fa {
  margin-right: 12px;
}
#footer-content-area #footer-cont-about li,
#footer-content-area #footer-cont-content li {
  position: relative;
}
#footer-content-area #footer-cont-about li:before,
#footer-content-area #footer-cont-content li:before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 0;
}
#footer-content-area #footer-cont-about li a,
#footer-content-area #footer-cont-content li a {
  padding: 8px 12px 8px 14px;
  display: inline-block;
}
#footer-content-area #footer-cont-about li a:hover,
#footer-content-area #footer-cont-content li a:hover {
  text-decoration: none;
}
#footer-content-area #footer-cont-sns a {
  display: block;
  padding: 8px 12px 8px 0;
}
#footer-content-area #footer-cont-sns a:hover {
  text-decoration: none;
}

#footer-content-area #footer-cont-sns a i.fa-twitter {
  position: relative;
  top: 1px;
}
#footer-content-area #footer-cont-sns a i.fa-twitter::before {
  content: '';
  background-image: url('lib/images/icon-x-white.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  transition: all ease-in-out .3s;
}
#footer-content-area #footer-cont-sns li.header-twitter:hover a i.fa-twitter::before {
  background-image: url('lib/images/icon-x-gray.svg');
}

.footer-01 {
  background-color: #010A17;
	padding: 0 40px;

}
.footer-01 .footer-address {
    text-align: left;
}

@media screen and ( max-width: 428px ){
  .footer-01 .footer-address {
    text-align: left;
  }
}

@media screen and ( max-width: 428px ){
  .footer-01 .footer-address {
    margin-top: 24px;
  }
}

.footer-02 {
  background: #010A17;
}
.footer-02 .footer-copy {
  text-align: center;
  font-size: 12px;
}

/* ----------------------------------------
* pagetop
---------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  color: #fff;
}
.pagetop span {
  display: block;
  border-radius: 25px;
  background: #2b2b2b;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  opacity: .8;
}

@media screen and ( max-width: 428px ){
  .pagetop {
    bottom: 8px;
    right: 8px;
  }
  .pagetop span {
    width: 45px;
    height: 45px;
    font-size: 28px;
  }
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-nav-btn,
#gnav-sp {
  display: none;
}

@media screen and (max-width: 428px) {
  .post-header,
  .post-author {
    padding: 36px;
  }

  .post-content,
  .post-footer {
    padding-left: 36px;
    padding-right: 36px;
  }
  /* end start */
}
@media screen and (max-width: 428px) {
  /* tablet */
  .wrap {
    width: auto;
    margin: 0 24px;
  }

  /* header */
  #header {
    padding: 0;
  }
  #header .wrap {
    width: auto;
    margin: 0 24px;
  }

  #header-nav-btn {
    display: block;
    width: 116px;
    line-height: 92px;
    float: right;
  }
  #header-nav-btn a {
    display: block;
    text-align: center;
    display: block;
    font-size: 32px;
    background: #3B4552;
  }

  #header-fnav-area {
    display: none;
  }

  /* gnav */
  #gnav {
    display: none;
  }

  .dummy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
  }

  #gnav-sp {
    display: none;
    background: #3B4552;
    display: block;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    z-index: 100;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
  }
  #gnav-sp .wrap {
    width: 94%;
    margin: 0 3%;
    padding: 36px 0;
  }
  #gnav-sp .wrap a {
    color: #fff;
  }
  #gnav-sp #header-cont-content h4,
  #gnav-sp #header-cont-about h4,
  #gnav-sp #header-cont-sns h4 {
    font-weight: bold;
    margin-bottom: 16px;
  }
  #gnav-sp #header-cont-content li,
  #gnav-sp #header-cont-about li,
  #gnav-sp #header-cont-sns li {
    font-size: 14px;
  }
  #gnav-sp #header-cont-content li a,
  #gnav-sp #header-cont-about li a,
  #gnav-sp #header-cont-sns li a {
    padding: 10px 12px;
  }
  #gnav-sp #header-cont-content ul {
    margin-left: -2%;
  }
  #gnav-sp #header-cont-content li {
    margin-left: 2%;
    float: left;
    width: 48%;
  }
  #gnav-sp #header-cont-content li a {
    display: block;
    position: relative;
  }
  #gnav-sp #header-cont-content li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0;
    top: 8px;
  }
  #gnav-sp #header-cont-content .children {
    display: none;
  }
  #gnav-sp #footer-nav li a {
    display: block;
    padding: 8px 12px;
    position: relative;
  }
  #gnav-sp #footer-nav li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0;
    top: 8px;
  }
  #gnav-sp #footer-nav .children {
    display: none;
  }
  #gnav-sp #header-cont-sns li a {
    display: block;
    padding: 8px 12px 8px 0;
  }

  .cat-content .post-header,
  article.page .post-header,
  article.post .post-header {
    padding: 56px 44px;
  }

  article.page .post-content {
    padding: 10px;
  }

  .post-header {
    padding: 56px 44px 0;
  }

  .post-content {
    padding: 40px;
  }
  .post-content h2 {
    margin-left: -52px;
  }

  .post-meta-area {
    background: #fff;
    color: #241913;
  }
  .post-meta-area .post-meta {
    width: 40%;
    float: left;
    text-align: left;
  }
  .post-meta-area .post-meta .date {
    background: transparent;
    text-align: left;
  }
  .post-meta-area .bzb-sns-btn {
    height: auto;
  }
  .post-meta-area .bzb-sns-btn .sharrre {
    margin: 0 5px 0 0;
    float: left !important;
    width: 20%;
    overflow: hidden;
  }
  .post-meta-area .bzb-sns-btn .sharrre.twitter a, .post-meta-area .bzb-sns-btn .sharrre.facebook a, .post-meta-area .bzb-sns-btn .sharrre.hatena a {
    background: transparent;
    display: block;
    padding: 4px 24px;
    color: #241913;
  }
  .post-meta-area .bzb-sns-btn .sharrre.twitter a .share, .post-meta-area .bzb-sns-btn .sharrre.facebook a .share, .post-meta-area .bzb-sns-btn .sharrre.hatena a .share {
    display: none;
    text-align: center;
    float: left;
  }
  .post-meta-area .bzb-sns-btn .sharrre.twitter a:hover, .post-meta-area .bzb-sns-btn .sharrre.facebook a:hover, .post-meta-area .bzb-sns-btn .sharrre.hatena a:hover {
    background: transparent;
  }
  .post-meta-area .bzb-sns-btn .s_buttons {
    font-size: 14px;
    padding-top: 20px;
  }
  .post-meta-area .loop-comment-icon {
    padding: 4px 12px;
    background: transparent !important;
    text-align: center;
    float: right;
  }

  #footer-facebook {
    display: none;
  }

  #footer-list-area {
    width: 100%;
  }
  /* tablet end */
}
@media screen and (max-width: 428px) {
  /* phone */
  .wrap {
    overflow: hidden;
  }

  .post-title {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .wrap {
    margin: 0 12px;
  }

  #main {
    width: 100%;
    float: none;
  }

  #side {
    width: 100%;
    float: none;
  }

  .left-content #main {
    width: 100%;
    float: none;
  }
  .left-content #side {
    width: 100%;
    float: none;
  }

  .right-content #main {
    width: 100%;
    float: none;
  }
  .right-content #side {
    width: 100%;
    float: none;
  }

  .one-column #content .wrap {
    width: 94%;
    margin: 0 3%;
  }
  .one-column #content .wrap #main {
    width: 100%;
    float: none;
  }
  .one-column #content .wrap #side {
    width: 100%;
    float: none;
  }

  /* header */
  #header {
    padding: 0;
  }
  #header .wrap {
    padding: 0;
    margin: 0 12px;
  }
	#logo {
		float:left;
	}
	
  #header #logo {
    float: none;
    height: 78px;
    line-height: 78px;
  }
  #header #logo img {
    max-height: 62px;
  }
  #header #header-right {
    height: auto;
  }
  #header #header-primary-nav {
    display: none;
  }

 

  #gnav-sp {
    display: none;
    top: 112px;
  }
  #gnav-sp ul {
    margin-bottom: 20px;
  }
  #gnav-sp #header-cont-content ul {
    margin-left: 0;
  }
  #gnav-sp #header-cont-content li {
    margin-left: 0;
    float: left;
    width: 100%;
  }

  /* single */
  .cat-content .post-header,
  article.page .post-header,
  article.post .post-header {
    padding: 20px;
  }

  .post-author {
    padding: 20px;
  }
  .post-author .post-author-meta {
    padding-top: 12px;
    margin-left: 0;
  }
  .post-author .post-author-meta h2{
    margin: 0 0 4px;
  }
  .post-author .post-author-meta p {
    margin-right: 0;
    font-size: 15px;
  }
  .post-author .post-author-img{
    float: none;
    text-align: center;
  }

  .post-meta-area .post-meta,
  .post-meta-area .post-meta-comment {
    float: none;
    width: 100%;
    padding: 0;
  }
  .post-meta-area .post-meta {
    border-bottom: 1px solid #e5e5e5;
  }
  .post-meta-area .post-meta .date {
    padding: 8px 20px;
  }
  .post-meta-area .post-meta-comment .author {
    border: none;
    padding: 8px 20px;
    text-align: left;
  }
  .post-meta-area .post-meta-comment .comments {
    padding: 8px 20px;
  }

  .post-content,
  .post-footer {
    padding: 20px;
  }

  .post-cta .cta-post-title {
    padding: 12px 20px;
    font-size: 18px;
  }
  .post-cta .post-cta-inner {
    padding: 0;
  }
  .post-cta .post-cta-cont {
    padding: 12px 20px;
  }
  .post-cta .post-cta-cont .post-cta-img {
    float: none;
    margin: 0 0 12px;
    width: 100%;
  }
  .post-cta .post-cta-cont .post-cta-img {
    text-align: center;
  }
  .post-cta .post-cta-btn a {
    width: 100%;
  }

  .comment-form-author,
  .comment-form-email{
    width: 100%;
  }
  .comment-form-author input,
  .comment-form-email input{
    width: 100%;
  }
  /* phone end */
}

/* bzb_sns_btn 2016.12.20 */

.bzb-sns-btn {
  display: table-cell;
}
.bzb-sns-btn li {
  vertical-align: top;
  font-size: auto;
}
.bzb-sns-btn li.bzb-facebook {
  width: 110px;
}
.bzb-sns-btn li.bzb-twitter {
  width: 75px;
}
.bzb-sns-btn li.bzb-pocket {
  width: 86px;
}
.fb_iframe_widget span {
  vertical-align: top !important;
}
.bzb-line a img {
  vertical-align: top !important;
}

/* h2 2016.12.20 */

@media screen and ( max-width: 428px ){
  .post-content h2 {
    margin: 80px 0 32px -46px;
    padding: 16px 16px 16px 36px;
  }
}

@media screen and ( max-width: 428px ){
  .post-content h2 {
    margin: 80px 0 32px -30px;
    padding: 16px 16px 16px 20px;
  }
}

/* ----------------------------------------
* table scroll
---------------------------------------- */
.table-wrap {
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 48px;
}

.table-grad {
  position: relative;
  white-space: nowrap;
}

.table-grad:after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 80%, white 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 428px) {
  table img {
    max-width: initial;
  }
}

/*記事下ウィジェットエリア*/
.under_post_area{
  padding:40px;
}
@media screen and (max-width: 428px) {
  .under_post_area{
    padding:40px 20px;
  }
}

/*トップ動画*/
#main_visual {
  position: relative;
}
#main_visual video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#main_visual .wrap {
  position: relative;
  z-index: 2;
}

.home #main_visual {
    background-color: #fff !important;
    background-image: -webkit-linear-gradient(bottom right, #fff, #fff) !important;
    background-image: linear-gradient(to top left, #fff, #fff) !important;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
}

#main_visual video {
    width: 100%;
	/*max-width: 1200px;*/
	height: auto !important;
    max-height: 1200px !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home .wrap {
    width: 100% !important;
	margin: 0 !important;
}

.h2Top {
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0 0 0 !important;
  color: #000; /* テキストの色を明示 */
  z-index: 1; /* テキストを背景の上に表示 */
  background-color: transparent; /* 初期状態は透明 */
}

.h2Top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5ce1e6; /* 背景色を指定 */
  transform: translateX(-100%); /* 初期状態で背景を左に隠す */
  transition: transform 1s ease-in-out; /* スライドアニメーション */
  z-index: -1; /* テキストの下に配置 */
}

.h2Top.show::before {
  transform: translateX(0); /* スライドインして背景色が表示される */
}


.h2SubTxt {
    text-align: center;
    padding: 0px;
    margin: 0;
    border-bottom: solid 7px #ffbd59;
    position: relative;
    font-size: 2rem;
    margin-bottom: 15px;
    background-color: transparent; /* 初期状態は透明 */
}

.h2SubTxt::before {
	padding-bottom:3px;
    content: '';
    position: absolute;
    top: 0;
    right: 0; /* 背景を右からスタート */
    width: 100%;
    height: 100%;
    background-color: #5ce1e6; /* 背景色を指定 */
    transform: translateX(100%); /* 初期状態で背景を右に隠す */
    transition: transform 1s ease-in-out; /* スライドアニメーション */
    z-index: -1; /* テキストの下に配置 */
}

.h2SubTxt.show::before {
    transform: translateX(0); /* 右から左にスライドインして背景色が表示される */
}
.h2SubTxt:after{
	content: "";
	border-bottom: solid 7px #00275c;
	position: absolute;
	top: 2px;
	left: 0px;
	width: calc(100% - 0px);
	height: calc(100% - 8px);
}

.strBox{
	background-color: #e4e7ef;
	display:flex;
	width:100%;
	margin-bottom: 20px;
}

.strImgFrame{
	width: 100%;
    height: auto;
}

.strImgFrameImg {
	height:100%;
	object-fit:cover;

}

.strContents {
	padding-top:15px;
}

.capIcon{
	margin-right:10px;
}

.strContents p{
	text-align: center;
	font-weight:bold;
	font-size:3vw;
	margin:0;
}

.strContents span{
	margin: 0 10px 20px 10px;
	display: inline-block;
	font-size: 2.5vw;
}

.serviceBox{
	display:flex;
    justify-content: center; /* 子要素を上下中央に揃える */
    align-items: center; /* 子要素を左右中央に揃える（必要なら） */
	margin-bottom:30px;
}

.serviceContents{
	width:30%;
	margin: 0 3% 0px;
	
}

.serviceContents p{
	text-align: center;
	font-weight:bold;
	font-size:2.5vw;
	margin:0;
}

.serviceContents img{
	
}

.serviceLink{
	
}
.serviceLink:hover{
	text-decoration: none;
}

.serviceLink span{
	display:block;
	text-align: center;
	font-size:2.5vw;
	margin:0;
	color:#000;
	text-decoration: none;
}

.serviceLink p{
	display:block;
	text-align: center;
	font-weight:bold;
	font-size:2.5vw;
	margin:0;
	color:#fff;
	background-color:#00275c;
	width:40%;
	padding:10px;
	margin: 5px auto 50px;
}
.serviceLink p:hover{
	background-color:#ffbd59;
	text-decoration: none;
}


@media screen and (max-width: 428px) {
	.breadcrumb {
		font-size: 3vw;
	}
	
	 #header .wrap {
    margin: 0;
  }
		
	.headerCTA {
		display:none;
}
	
	#header-right {
    width: 0px;
}
	#header #logo {
		font-size: 3.5vw;
		height: 50px;
        line-height: 50px;
		padding-left: 10px;
    }
	
	#header a {
    padding:0;
}

	#header-nav-btn {
    display: block;
    width: 7%;
    line-height: 92px;
    float: none;
  }
	
	#header-nav-btn a {
		background: #00275c;
        color: #fff;
		line-height: 3.5;
		/* width: 100%; */
        margin: 0px -17px;
		 display: block;
		text-align: center;
		font-size: 16px;
		padding-top: 6px;
    }
	.fa-align-justify:before {
    font-size: 25px;
}
				
	#footer .footer-logo {
		font-size: 3.5vw;
	}
	.footer-01 .footer-address {
		font-size: 3.5vw;
		margin-top:0px;
    }
	 .table_b {
    width: 100%;
    border-collapse: collapse;
  }
  
  .table_b th, .table_b td {
    display: block;
    width: 100%;
    text-align: left;
  }
  
  .table_b th {
    font-weight: bold;
    padding: 10px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd;
    border-right: none; /* 横並びではないので右側の線を無くす */
  }
  
  .table_b td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: none; /* 横並びではないので右側の線を無くす */
	  word-wrap: break-word;  /* 長い単語を強制的に改行 */
    word-break: break-all;  /* 画面幅を超えたら強制的に改行 */
    white-space: normal;    /* テキストを通常通り改行可能にする */
  }

  /* 最後の行のボーダー調整 */
  .table_b tr:last-child td {
    border-bottom: none;
  }
	
	.h2SubTxt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5ce1e6; /* 背景色を指定 */
  transform: translateX(-100%); /* 初期状態で背景を左に隠す */
  transition: transform 1s ease-in-out; /* スライドアニメーション */
  z-index: -1; /* テキストの下に配置 */
}
	
}

/* =========================================================
   COSMO Common Variables
========================================================= */

:root {
  --csm-color-navy: #061f3d;
  --csm-color-navy-light: #0b4c8c;
  --csm-color-text: #10233f;
  --csm-color-muted: #596676;
  --csm-color-border: #e5e9ef;
  --csm-color-bg-light: #f4f5f7;
  --csm-color-gold: #b8922f;
  --csm-width-content: 1180px;
  --csm-width-narrow: 1080px;
  --csm-transition: 0.2s ease;
}

/* =========================================================
   COSMO Header
========================================================= */

.csm-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--csm-color-border);
  backdrop-filter: blur(10px);
}

.csm-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--csm-width-content);
  height: 82px;
  margin: 0 auto;
  padding: 0 32px;
}

.csm-header__brand {
  flex: 0 0 auto;
}

.csm-header__site-title {
  margin: 0;
  line-height: 1;
}

.csm-header__logo {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  color: var(--csm-color-text);
  text-decoration: none;
}

.csm-header__logo-main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.csm-header__logo-sub {
  color: var(--csm-color-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.csm-header__right {
  display: flex;
  align-items: center;
  gap: 26px;
}

.csm-header__contact {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.csm-header__tel,
.csm-header__fax {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--csm-color-text);
  text-decoration: none;
}

.csm-header__contact-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  padding: 4px 7px;
  border-radius: 999px;
  background: #edf2f7;
  color: #31415c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.csm-header__contact-number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* =========================================================
   Global Navigation
========================================================= */

.csm-nav__list {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.csm-nav__list li {
  margin: 0;
  padding: 0;
}

.csm-nav__list a,
.csm-nav__link {
  display: block;
  padding: 12px 13px;
  border-radius: 999px;
  color: var(--csm-color-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color var(--csm-transition), color var(--csm-transition);
}

.csm-nav__list a:hover,
.csm-nav__link:hover {
  background: #edf2f7;
  color: var(--csm-color-navy-light);
}

.csm-nav__item--contact a,
.csm-nav__link--contact {
  padding: 13px 18px;
  background: var(--csm-color-text);
  color: #fff;
}

.csm-nav__item--contact a:hover,
.csm-nav__link--contact:hover {
  background: var(--csm-color-navy-light);
  color: #fff;
}

/* =========================================================
   Mobile Header Parts
========================================================= */

.csm-menu-button {
  display: none;
  width: 55px;
  height: 55px;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.csm-menu-button__line {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--csm-color-text);
}

.csm-menu-button__text {
  display: block;
  margin-top: 2px;
  color: var(--csm-color-text);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.csm-mobile-nav {
  display: none;
}

.csm-sp-fixed-cta {
  display: none;
}

/* =========================================================
   COSMO Main Visual
========================================================= */

.csm-hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  color: #fff;
  background-image: url("https://cosmo-s-setup.sakura.ne.jp/cosmo-s/wp-content/uploads/2026/06/33854077_m.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.csm-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(3, 22, 45, 0.50) 0%,
    rgba(4, 31, 61, 0.40) 42%,
    rgba(5, 43, 82, 0.30) 100%
  );
  content: "";
}

.csm-hero::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0.02) 45%,
    rgba(0, 0, 0, 0.14) 100%
  );
  content: "";
}

.csm-hero__inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  max-width: var(--csm-width-content);
  min-height: 620px;
  margin: 0 auto;
  padding: 96px 32px;
}

.csm-hero__content {
  max-width: 720px;
}

.csm-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.csm-hero__title-nowrap {
display: inline-block;
white-space: nowrap;
}

@media screen and (max-width: 767px) {
.csm-hero__inner {
padding-right: 20px;
padding-left: 20px;
}

.csm-hero__title {
font-size: clamp(24px, 7.5vw, 32px);
letter-spacing: 0.03em;
}
}


/*　.csm-hero__title span {
  display: block;
}　*/


.csm-hero__lead {
  margin: 28px 0 0;
  color: #fff;
  font-size: clamp(15px, 1.7vw, 20px);
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.csm-hero__actions {
  margin-top: 40px;
}

.csm-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 210px;
  min-height: 58px;
  padding: 0 38px;
  background: #fff;
  color: var(--csm-color-navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
  transition: background-color var(--csm-transition), color var(--csm-transition), transform var(--csm-transition);
}

.csm-hero__button:hover {
  background: var(--csm-color-gold);
  color: #fff;
  transform: translateY(-2px);
}

.csm-hero__button-arrow {
  font-size: 18px;
  line-height: 1;
}

/* =========================================================
   COSMO Footer
========================================================= */

.csm-footer {
  margin-top: 80px;
  background: var(--csm-color-bg-light);
}

/* Footer Contact
--------------------------------------------- */

.csm-footer-contact {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  color: #fff;
  background: var(--csm-color-navy);
}

.csm-footer-contact::before {
  position: absolute;
  inset: -12px;
  z-index: 0;
  background-image: url("https://cosmo-s-setup.sakura.ne.jp/cosmo-s/wp-content/uploads/2026/06/23620252_l.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(4px);
  transform: scale(1.04);
  content: "";
}

.csm-footer-contact::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(3, 24, 49, 0.92) 0%,
    rgba(4, 34, 68, 0.88) 45%,
    rgba(5, 44, 82, 0.82) 100%
  );
  content: "";
}

.csm-footer-contact__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: var(--csm-width-narrow);
  min-height: 430px;
  margin: 0 auto;
  padding: 72px 24px;
  text-align: center;
}

.csm-footer-contact__label {
  order: 2;
  margin: 6px 0 0;
  color: var(--csm-color-gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.18em;
}

.csm-footer-contact__title {
  order: 1;
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.csm-footer-contact__lead {
  order: 3;
  margin: 36px 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

.csm-footer-contact__numbers {
  order: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 30px;
}

.csm-footer-contact__number {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
}

.csm-footer-contact__number-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid currentColor;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.08em;
}

.csm-footer-contact__number-text {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.08em;
}

.csm-footer-contact__button {
  order: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 190px;
  min-height: 54px;
  margin-top: 34px;
  padding: 0 34px;
  background: #fff;
  color: var(--csm-color-navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
  transition: background-color var(--csm-transition), color var(--csm-transition), transform var(--csm-transition);
}


.csm-footer-contact__button:hover {
  background: var(--csm-color-gold);
  color: #fff;
	transform: translateY(-2px);
}

.csm-footer-contact__button-arrow {
  font-size: 18px;
  line-height: 1;
}

/* Footer Main
--------------------------------------------- */

.csm-footer-main {
  background: var(--csm-color-bg-light);
  color: var(--csm-color-navy);
}

.csm-footer-main__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  max-width: var(--csm-width-narrow);
  margin: 0 auto;
  padding: 34px 24px 30px;
  border-bottom: 1px solid #dde1e6;
}

.csm-footer-main__brand {
  flex: 0 0 auto;
}

.csm-footer-main__logo {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  color: var(--csm-color-navy);
  text-decoration: none;
}

.csm-footer-main__logo-main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
}

.csm-footer-main__logo-sub {
  color: #33445a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.csm-footer-main__nav {
  flex: 1;
}

.csm-footer-main__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.csm-footer-main__nav-list li {
  margin: 0;
  padding: 0;
}

.csm-footer-main__nav-list a {
  color: var(--csm-color-navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: none;
  transition: color var(--csm-transition);
}

.csm-footer-main__nav-list a:hover {
  color: var(--csm-color-gold);
}

.csm-footer-main__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: var(--csm-width-narrow);
  margin: 0 auto;
  padding: 24px 24px 34px;
}

.csm-footer-main__copyright {
  margin: 0;
  color: var(--csm-color-navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.csm-footer-main__subnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.csm-footer-main__subnav li {
  margin: 0;
  padding: 0;
}

.csm-footer-main__subnav a {
  color: var(--csm-color-navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: none;
  transition: color var(--csm-transition);
}

.csm-footer-main__subnav a:hover {
  color: var(--csm-color-gold);
}

@media screen and (max-width: 767px) {
  .csm-footer-main__nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

/* =========================================================
   Smartphone
========================================================= */

@media screen and (max-width: 767px) {
  /* Header
  --------------------------------------------- */

  .csm-header__inner {
    height: 72px;
    padding: 0 16px;
  }

  .csm-header__logo-main {
    font-size: 18px;
  }

  .csm-header__logo-sub {
    font-size: 11px;
  }

  .csm-header__contact,
  .csm-nav {
    display: none;
  }

  .csm-menu-button {
    display: block;
  }

  .csm-mobile-nav {
    display: block;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid var(--csm-color-border);
    transition: max-height 0.25s ease;
  }

  .csm-mobile-nav.is-open {
    max-height: 480px;
  }

  .csm-mobile-nav__list {
    margin: 0;
    padding: 8px 20px 20px;
    list-style: none;
  }

  .csm-mobile-nav__list li {
    border-bottom: 1px solid var(--csm-color-border);
  }

  .csm-mobile-nav__list a {
    display: block;
    padding: 16px 4px;
    color: var(--csm-color-text);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }

  .csm-sp-fixed-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 1001;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(16, 35, 63, 0.18);
  }

  .csm-sp-fixed-cta__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
    background: var(--csm-color-text);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
  }

  .csm-sp-fixed-cta__item:last-child {
    border-right: 0;
  }

  .csm-sp-fixed-cta__item:hover {
    background: var(--csm-color-navy-light);
  }

  /* Main Visual
  --------------------------------------------- */

  .csm-hero {
    min-height: 495px;
    background-position: center center;
  }

  .csm-hero::before {
    background: linear-gradient(
      90deg,
      rgba(3, 22, 45, 0.70) 0%,
      rgba(4, 31, 61, 0.50) 100%
    );
  }

  .csm-hero__inner {
    min-height: 495px;
    padding: 72px 20px;
  }

  .csm-hero__title {
    letter-spacing: 0.05em;
  }

  .csm-hero__lead {
    margin-top: 22px;
    font-size: 14px;
  }

  .csm-hero__button {
    min-width: 188px;
    min-height: 54px;
    padding: 0 30px;
    font-size: 14px;
  }

  /* Footer
  --------------------------------------------- */

  .csm-footer {
    margin-top: 56px;
  }

  .csm-footer-contact,
  .csm-footer-contact__inner {
    min-height: 420px;
  }

  .csm-footer-contact__inner {
    padding: 64px 20px;
  }

  .csm-footer-contact__title {
    font-size: 29px;
  }

  .csm-footer-contact__label {
    font-size: 13px;
  }

  .csm-footer-contact__lead {
    font-size: 13px;
    line-height: 1.9;
  }

  .csm-footer-contact__numbers {
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;
  }

  .csm-footer-contact__number {
    gap: 10px;
  }

  .csm-footer-contact__number-label {
    min-width: 42px;
    font-size: 13px;
  }

  .csm-footer-contact__number-text {
    font-size: 24px;
    letter-spacing: 0.04em;
  }

  .csm-footer-contact__button {
    min-width: 176px;
    min-height: 52px;
    margin-top: 30px;
    font-size: 14px;
  }

  .csm-footer-main__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding: 32px 20px 28px;
  }

  .csm-footer-main__logo-main {
    font-size: 21px;
  }

  .csm-footer-main__nav-list,
  .csm-footer-main__subnav {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .csm-footer-main__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 20px 92px;
  }
}
/* =========================================================
   COSMO Service Overview
========================================================= */

.csm-service-overview {
  padding: 88px 0 96px;
  background: #fff;
  color: var(--csm-color-text, #10233f);
}

.csm-service-overview__inner {
  max-width: var(--csm-width-content, 1180px);
  margin: 0 auto;
  padding: 0 32px;
}

.csm-service-overview__heading {
  margin-bottom: 42px;
  text-align: center;
}

.csm-service-overview__title {
  margin: 0;
  color: var(--csm-color-text, #10233f);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.csm-service-overview__label {
  margin: 8px 0 0;
  color: var(--csm-color-gold, #b8922f);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.18em;
}

.csm-service-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.csm-service-card {
  min-width: 0;
}

.csm-service-card__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--csm-color-navy, #061f3d);
}

.csm-service-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--csm-transition, 0.2s ease);
}

.csm-service-card__image-wrap::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 31, 61, 0.05) 0%,
    rgba(6, 31, 61, 0.18) 52%,
    rgba(6, 31, 61, 0.72) 100%
  );
  content: "";
}

.csm-service-card__title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 8px 14px 9px;
  background: var(--csm-color-navy, #061f3d);
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.04em;
}

.csm-service-card__text {
  margin: 18px 0 0;
  color: var(--csm-color-text, #10233f);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.csm-service-card:hover .csm-service-card__image {
  transform: scale(1.04);
}

.csm-service-overview__cta {
  margin-top: 42px;
  text-align: center;
}

.csm-service-overview__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 260px;
  min-height: 54px;
  padding: 0 34px;
  border: 1px solid var(--csm-color-navy, #061f3d);
  background: #fff;
  color: var(--csm-color-navy, #061f3d);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color var(--csm-transition, 0.2s ease),
    color var(--csm-transition, 0.2s ease),
    transform var(--csm-transition, 0.2s ease);
}

.csm-service-overview__button:hover {
  background: var(--csm-color-navy, #061f3d);
  color: #fff;
  transform: translateY(-2px);
}

.csm-service-overview__button-arrow {
  font-size: 18px;
  line-height: 1;
}

/* =========================================================
   Smartphone
========================================================= */

@media screen and (max-width: 767px) {
  .csm-service-overview {
    padding: 64px 0 72px;
  }

  .csm-service-overview__inner {
    padding: 0 20px;
  }

  .csm-service-overview__heading {
    margin-bottom: 32px;
  }

  .csm-service-overview__title {
    font-size: 30px;
  }

  .csm-service-overview__label {
    font-size: 13px;
  }

  .csm-service-overview__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .csm-service-card__title {
    font-size: 21px;
  }

  .csm-service-card__text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.85;
  }

  .csm-service-overview__cta {
    margin-top: 36px;
  }

  .csm-service-overview__button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    font-size: 14px;
  }
}
/* =========================================================
   COSMO Strength
========================================================= */

.csm-strength {
  background:
    linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.csm-strength__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.csm-strength-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  align-items: center;
  gap: 48px;
}

.csm-strength-item--reverse {
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1fr);
}

.csm-strength-item--reverse .csm-strength-item__image-wrap {
  order: 2;
}

.csm-strength-item--reverse .csm-strength-item__content {
  order: 1;
}

.csm-strength-item__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--csm-color-navy, #061f3d);
  box-shadow: 18px 18px 0 rgba(6, 31, 61, 0.08);
}

.csm-strength-item__image-wrap::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(6, 31, 61, 0.02) 0%,
      rgba(6, 31, 61, 0.18) 100%
    );
  content: "";
}

.csm-strength-item__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.csm-strength-item__content {
  position: relative;
  padding: 34px 0;
}

.csm-strength-item__number {
  margin: 0 0 14px;
  color: var(--csm-color-gold, #b8922f);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.18em;
}

.csm-strength-item__title {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  color: var(--csm-color-text, #10233f);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0.05em;
}

.csm-strength-item__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 3px;
  background: var(--csm-color-gold, #b8922f);
  content: "";
}

.csm-strength-item__text {
  margin: 24px 0 0;
  color: var(--csm-color-text, #10233f);
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.03em;
}

/* =========================================================
   Smartphone
========================================================= */

@media screen and (max-width: 767px) {
  .csm-strength__list {
    gap: 46px;
  }

  .csm-strength-item,
  .csm-strength-item--reverse {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .csm-strength-item--reverse .csm-strength-item__image-wrap,
  .csm-strength-item--reverse .csm-strength-item__content {
    order: initial;
  }

  .csm-strength-item__image-wrap {
    width: 100%;
    box-shadow: 10px 10px 0 rgba(6, 31, 61, 0.08);
  }

  .csm-strength-item__content {
    width: 100%;
    padding: 0;
  }

  .csm-strength-item__number {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .csm-strength-item__title {
    padding-bottom: 16px;
    font-size: 23px;
    line-height: 1.55;
  }

  .csm-strength-item__text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.9;
  }
}

/* =========================================================
   COSMO Page Template
========================================================= */

.csm-page {
  background: #fff;
  color: var(--csm-color-text, #10233f);
}

.csm-page__article {
  margin: 0;
}

/* Page hero
--------------------------------------------- */

.csm-page-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(6, 31, 61, 1) 0%,
      rgba(11, 76, 140, 0.92) 100%
    );
  color: #fff;
}

.csm-page-hero::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  content: "";
}

.csm-page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--csm-width-content, 1180px);
  margin: 0 auto;
  padding: 88px 32px 84px;
}

.csm-page-hero__label {
  margin: 0 0 12px;
  color: var(--csm-color-gold, #b8922f);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.18em;
}

.csm-page-hero__title {
  margin: 0;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

/* Page body
--------------------------------------------- */

.csm-page__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 72px 32px 96px;
}

.csm-page__thumbnail {
  overflow: hidden;
  margin: 0 0 48px;
  background: var(--csm-color-navy, #061f3d);
}

.csm-page__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.csm-page__content {
  color: var(--csm-color-text, #10233f);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}

.csm-page__content > *:first-child {
  margin-top: 0;
}

.csm-page__content > *:last-child {
  margin-bottom: 0;
}

.csm-page__content p {
  margin: 0 0 1.7em;
}

.csm-page__content h2 {
  position: relative;
  margin: 3em 0 1.2em;
  padding: 0 0 16px;
  color: var(--csm-color-text, #10233f);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.csm-page__content h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 3px;
  background: var(--csm-color-gold, #b8922f);
  content: "";
}

.csm-page__content h3 {
  margin: 2.4em 0 1em;
  padding-left: 16px;
  border-left: 4px solid var(--csm-color-navy, #061f3d);
  color: var(--csm-color-text, #10233f);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.csm-page__content h4 {
  margin: 2em 0 0.8em;
  color: var(--csm-color-text, #10233f);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.6;
}

.csm-page__content ul,
.csm-page__content ol {
  margin: 0 0 1.8em;
  padding-left: 1.4em;
}

.csm-page__content li {
  margin: 0.4em 0;
}

.csm-page__content a {
  color: var(--csm-color-navy-light, #0b4c8c);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.csm-page__content a:hover {
  color: var(--csm-color-gold, #b8922f);
}

.csm-page__content img {
  max-width: 100%;
  height: auto;
}

.csm-page__content figure {
  margin: 2.2em 0;
}

.csm-page__content figcaption {
  margin-top: 10px;
  color: var(--csm-color-muted, #596676);
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.csm-page__content table {
  width: 100%;
  margin: 2em 0;
  border-collapse: collapse;
  border-top: 1px solid #dce2ea;
}

.csm-page__content th,
.csm-page__content td {
  padding: 16px 18px;
  border-bottom: 1px solid #dce2ea;
  text-align: left;
  vertical-align: top;
}

.csm-page__content th {
  width: 28%;
  background: #f4f7fb;
  color: var(--csm-color-text, #10233f);
  font-weight: 800;
}

.csm-page__pagination {
  display: flex;
  gap: 8px;
  margin-top: 40px;
}

.csm-page__pagination a,
.csm-page__pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--csm-color-navy, #061f3d);
  color: var(--csm-color-navy, #061f3d);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.csm-page__pagination a:hover {
  background: var(--csm-color-navy, #061f3d);
  color: #fff;
}

.csm-page__not-found {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

/* =========================================================
   Smartphone
========================================================= */

@media screen and (max-width: 767px) {
  .csm-page-hero__inner {
    padding: 58px 20px 54px;
  }

  .csm-page-hero__label {
    font-size: 13px;
  }

  .csm-page-hero__title {
    font-size: 30px;
    letter-spacing: 0.05em;
  }

  .csm-page__inner {
    padding: 48px 20px 72px;
  }

  .csm-page__thumbnail {
    margin-bottom: 34px;
  }

  .csm-page__content {
    font-size: 15px;
    line-height: 1.9;
  }

  .csm-page__content h2 {
    margin-top: 2.5em;
    font-size: 24px;
  }

  .csm-page__content h3 {
    font-size: 20px;
  }

  .csm-page__content table,
  .csm-page__content tbody,
  .csm-page__content tr,
  .csm-page__content th,
  .csm-page__content td {
    display: block;
    width: 100%;
  }

  .csm-page__content th {
    padding: 13px 14px;
  }

  .csm-page__content td {
    padding: 14px;
  }
}
