@media only screen and (max-width: 767px) {
  html .wrap {
    padding: 0 6vw;
  }
}
.page__ttl .en {
  display: block;
  font-weight: 700;
  font-size: 8vw;
  line-height: 1.5;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.page__ttl .en small {
  font-size: 5vw;
}
.page__ttl .jp {
  display: block;
  font-weight: 500;
  font-size: 4.8vw;
  line-height: 1.5;
}
.page__ttl .jp > span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.page__ttl .jp > span::before {
  content: '';
  border-left: 1px solid;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .page__ttl .en {
    font-size: 30px;
    line-height: 55px;
    letter-spacing: 0;
  }
  .page__ttl .en small {
    font-size: 20px;
  }
  .page__ttl .jp {
    font-size: 18px;
    line-height: 28px;
  }
  .page__ttl .jp > span::before {
    top: 6px;
    bottom: 4px;
  }
}
.widget {
  margin-bottom: 15vw;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.widget .widget__ttl .en {
  display: block;
  font-weight: 700;
  font-size: 6vw;
  line-height: 1.5;
}
.widget .widget__ttl .jp {
  display: block;
  margin: 0 0 2vw 3vw;
  font-weight: 500;
  font-size: 3.5vw;
  line-height: 1.5;
}
.widget .widget__header {
  margin-bottom: 3vw;
}
.widget ul {
  padding-left: 20px;
  list-style: disc;
}
.widget-cate ul {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
.widget-cate ul li + li {
  margin-top: 10px;
}
.widget-cate .widget__ttl {
  padding-left: 25px;
  position: relative;
}
.widget-cate .widget__ttl::before {
  content: '';
  width: 13px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 452.4648 411'%3E%3Cg id='_2' data-name='2'%3E%3Crect class='cls-1' x='82.7241' y='.041' fill='rgb(62,103,139)' width='369.7407' height='40'/%3E%3Crect class='cls-1' x='82.7241' y='123.6938' fill='rgb(62,103,139)' width='369.7407' height='40'/%3E%3Crect class='cls-1' x='82.7241' y='247.3467' fill='rgb(62,103,139)' width='369.7407' height='40'/%3E%3Crect class='cls-1' x='82.7241' y='371' fill='rgb(62,103,139)' width='369.7407' height='40'/%3E%3Crect class='cls-1' fill='rgb(62,103,139)' width='40.4121' height='40'/%3E%3Crect class='cls-1' fill='rgb(62,103,139)' y='123.6528' width='40.4121' height='40'/%3E%3Crect class='cls-1' fill='rgb(62,103,139)' y='247.3057' width='40.4121' height='40'/%3E%3Crect class='cls-1' fill='rgb(62,103,139)' y='370.959' width='40.4121' height='40'/%3E%3C/g%3E%3C/svg%3E") 0 0 / contain no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
}
.widget-ranking .widget__ttl {
  padding-left: 25px;
  position: relative;
}
.widget-ranking .widget__ttl::before {
  content: '';
  width: 13px;
  height: 13px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 342.3521 342.3521'%3E%3Cg%3E%3Crect x='254.7736' fill='rgb(62,103,139)' width='87.5784' height='342.3521'/%3E%3Crect x='127.3868' y='95.5401' fill='rgb(62,103,139)' width='87.5784' height='246.812'/%3E%3Crect y='191.0802' fill='rgb(62,103,139)' width='87.5784' height='151.2719'/%3E%3C/g%3E%3C/svg%3E") 0 0 / contain no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
}
.widget-ranking .item-post--sm {
  margin-bottom: 0;
  padding: 16px 0;
  border-bottom: 1px solid #bcc3cc;
}
@media only screen and (min-width: 768px) {
  .widget {
    margin-bottom: 40px;
  }
  .widget .widget__ttl .en {
    font-size: 20px;
  }
  .widget .widget__ttl .jp {
    margin: 0 0 5px 10px;
    font-size: 12px;
  }
  .widget .widget__header {
    margin-bottom: 22px;
  }
  .widget-cate ul {
    font-size: 15px;
  }
  .widget-cate ul li + li {
    margin-top: 15px;
  }
}

.allpost .tab-link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-weight: 700;
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
}

.allpost .tab-link .twospan {
  grid-column: auto/span 2;
}

.allpost .tab-link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.allpost .tab-link li:nth-child(1) {
  order: 1;
}

.allpost .tab-link li:nth-child(2) {
  order: 2;
}

.allpost .tab-link li:nth-child(3) {
  order: 4;
}

.allpost .tab-link li:nth-child(4) {
  order: 3;
}

.allpost .tab-link li:nth-child(5) {
  order: 5;
}

.allpost .tab-link li:nth-child(6) {
  order: 7;
}

.allpost .tab-link li:nth-child(7) {
  order: 6;
}

.allpost .tab-link li:nth-child(8) {
  order: 8;
}

.allpost .tab-link li:nth-child(9) {
  order: 9;
}

.allpost .tab-link li.active {
  background: #34445a;
  color: #fff;
}

.allpost .tab-content {
  margin-top: 10vw;
}

@media only screen and (max-width: 767px) {
  .allpost .tab-link {
    gap: 3px;
  }
  .allpost .tab-link li {
    min-height: 38px;
    padding: 5px 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}

@media only screen and (min-width: 768px) {
  .allpost .tab-link-wrapper {
    width: calc(100vw - 160px);
  }
  .allpost .tab-link {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: calc(100% - 435px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 17px;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .allpost .tab-link li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 18px 20px;
  }
  .allpost .tab-link li:hover {
    background: #34445a;
    color: #fff;
  }
  .allpost .tab-content {
    margin-top: 80px;
  }
}
.item-post--md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}
.item-post--md .item-post__img {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.item-post--md .item-post__img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 56.25%;
}
.item-post--md .item-post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.item-post--md .item-post__ttl {
  color: #09254b;
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}
.item-post--md .item-post__date {
  margin-top: 5px;
  color: #697482;
  font-weight: 500;
}
.item-post--md .item-post__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 5px;
}
.item-post--md .item-post__cate a {
  width: 100%;
  display: block;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #34445a;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
}
.item-post--md .item-post__cate a:hover {
  background: #e53f14;
  text-decoration: none;
}
.item-post--md .item-post__cate li {
  width: calc(50% - 2px);
}
/* .item-post--md .item-post__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
} */
@media only screen and (min-width: 768px) {
  .item-post--md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .item-post--md .item-post__img {
    width: 45%;
  }
  .item-post--md .item-post__ttl {
    order: 3;
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.025em;
  }
  .item-post--md .item-post__cate {
    order: 2;
    gap: 10px;
    margin-top: 10px;
  }
  .item-post--md .item-post__cate a {
    min-width: 120px;
    padding: 5px 10px;
    font-size: 14px;
  }
  .item-post--md .item-post__cate li {
    width: auto;
  }
  .item-post--md .item-post__date {
    order: 1;
    margin-top: 0;
  }
  .item-post--md .item-post__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1500px) {
  .item-post--md {
    min-height: 320px;
  }
  .item-post--md .item-post__img {
    width: 410px;
    overflow: hidden;
  }
  .item-post--md .item-post__img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .item-post--md .item-post__img img {
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  .item-post--md .item-post__ttl a:hover {
    color: #e53f14;
  }
  .item-post--md .item-post__detail {
    width: calc(100% - 410px);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.item-post--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-post--sm:first-child {
  padding-top: 0;
}
.item-post--sm .item-post__img {
  width: 33%;
  margin-bottom: 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.item-post--sm .item-post__img::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 100%;
}
.item-post--sm .item-post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.item-post--sm .item-post__ttl {
  margin-top: 5px;
  color: #09355b;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item-post--sm .item-post__date {
  color: #8e9397;
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.025em;
}
.item-post--sm .item-post__detail {
  width: 67%;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .item-post--sm .item-post__img {
    width: 100px;
  }
  .item-post--sm .item-post__img::before {
    
  }
  .item-post--sm .item-post__img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .item-post--sm .item-post__img img {
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  .item-post--sm .item-post__ttl {
    line-height: 20px;
  }
  .item-post--sm .item-post__ttl a:hover {
    color: #e53f14;
  }
  .item-post--sm .item-post__date {
    font-size: 12px;
  }
  .item-post--sm .item-post__detail {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}

.list-post {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 40px;
}
@media only screen and (min-width: 768px) {
  .list-post {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }
}

.post-detail .post-detail__ttl {
  color: #000;
  font-weight: 700;
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.post-detail .post-detail__date {
  margin-top: 10px;
  color: #697482;
  font-weight: 500;
}
.post-detail .post-detail__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 10px;
}
.post-detail .post-detail__cate a {
  display: block;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #34445a;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
}
.post-detail .post-detail__cate a:hover {
  background: #e53f14;
  text-decoration: none;
}
.post-detail .post-detail__featured {
  margin: 20px 0 30px;
}
.post-detail .post-detail__body ul {
  list-style: disc;
  padding-left: 20px;
}
.post-detail .post-detail__body p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.025em;
}
.post-detail .post-detail__body ul.no-list {
  list-style: none;
  padding-left: 0;
}
.post-detail .post-detail__body ul.list-num {
  list-style: decimal;
}
.post-detail .post-detail__body h1 {
  border-bottom: 1px solid;
  color: #34445a;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
}
.post-detail .post-detail__body h2 {
  padding: 13px 13px 13px 15px;
  background: #e6ebef;
  border-left: 5px solid #0066cc;
  color: #0066cc;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.025em;
}
.post-detail .post-detail__body h3 {
  color: #e53f14;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}
.post-detail .post-detail__body h4 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  background: #e53f14;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  position: relative;
  padding-left: 1.2em; /*アイコン分のスペース*/
  line-height: 1.4;
}
.post-detail .post-detail__body h4:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f00c'; /*アイコンのユニコード*/
  font-weight: 900;
  position: absolute; /*絶対位置*/
  font-size: 1em; /*サイズ*/
  left: 0; /*アイコンの位置*/
  top: 0; /*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
  font-weight: 900;
}
.post-detail .post-detail__body h5 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  color: #34445a;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  position: relative; /*相対位置*/
  padding-left: 1.5em; /*アイコン分のスペース*/
  line-height: 1.4; /*行高*/
  color: black; /*文字色*/
}
.post-detail .post-detail__body h5:before {
  font-family: 'Font Awesome 5 Free'; /*忘れずに*/
  content: '\f111'; /*アイコンのユニコード*/
  font-weight: 900;
  position: absolute; /*絶対位置*/
  font-size: 1.4em; /*サイズ*/
  left: 0; /*アイコンの位置*/
  top: -0.2em; /*アイコンの位置*/
}
.example1:before {
  color: #ffa7a1;
}
.example2:before {
  color: #ffdfa1;
}
.example3:before {
  color: #a1ceff;
}
.example4:before {
  color: #b1eab8;
}

#ez-toc-container {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px 20px;
  margin-bottom: 30px;
}
.ez-toc-title-container {
  font-size: 20px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
#ez-toc-container ul {
  list-style: number;
  margin-left: 35px;
}
#ez-toc-container ul li {
  color: #000;
  margin-bottom: 10px;
}
#ez-toc-container ul {
  margin-left: 20px;
  margin-top: 10px;
}
#ez-toc-container a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.025em;
  color: #0066cc;
}
#ez-toc-container a:hover {
  text-decoration: none;
}
div:has(img),
p:has(img) {
  margin-bottom: 20px;
}
.post-detail .post-detail__body h1,
.post-detail .post-detail__body h3,
.post-detail .post-detail__body h4,
.post-detail .post-detail__body h5 {
  margin-bottom: 20px;
}
.post-detail .post-detail__body h2 {
  margin-bottom: 30px;
}
.post-detail .post-detail__body .contact-text,
.post-detail .post-detail__body .contact-text + p,
.post-detail .post-detail__body p:last-child,
.post-detail .post-detail__body p:nth-last-child(2) {
  display: none;
}
.post-detail .contactbox .contactbox__ttl {
  margin-bottom: 40px;
  color: #0066cc;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
.post-detail .contactbox ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #ez-toc-container ul {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .post-detail .contactbox .contactbox__ttl {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.025em;
  }
  .post-detail .contactbox ul {
    display: flex;
    column-gap: 20px;
  }
  .post-detail .contactbox ul li + li {
    margin-top: 0px;
  }
  .post-detail .contactbox ul a:hover {
    opacity: 0.7;
  }
  #ez-toc-container a {
    font-size: 16px;
  }
  .post-detail .post-detail__ttl {
    font-size: 30px;
    line-height: 46px;
  }
  .post-detail .post-detail__date {
    margin-top: 15px;
    font-size: 16px;
  }
  .post-detail .post-detail__cate {
    gap: 10px;
    margin-top: 15px;
  }
  .post-detail .post-detail__cate a {
    padding: 5px 15px;
    font-size: 16px;
  }
  .post-detail .post-detail__featured {
    margin: 30px 0 40px;
  }
  .post-detail .post-detail__body h1,
  .post-detail .post-detail__body h3,
  .post-detail .post-detail__body h4,
  .post-detail .post-detail__body h5 {
    line-height: 55px;
  }
  .post-detail .post-detail__body h2 {
    margin: 40px 0;
    padding: 15px 20px;
    font-size: 20px;
    line-height: 36px;
  }
  .post-detail .post-detail__body p {
    line-height: 25px;
  }
  #ez-toc-container {
    padding: 35px 60px 40px;
    margin-bottom: 40px;
  }
}

.box-style-14 .box__img {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.box-style-14 .box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.box-style-14 .box__ttl {
  margin-top: 5px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
}
.box-style-14 .box__date {
  margin-top: 10px;
  color: #697482;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .box-style-14 .box__img {
    overflow: hidden;
  }
  .box-style-14 .box__img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .box-style-14 .box__img img {
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  .box-style-14 .box__ttl {
    font-size: 15px;
    line-height: 24px;
  }
  .box-style-14 .box__ttl a:hover {
    color: #e53f14;
  }
  .box-style-14 .box__date {
    font-size: 14px;
  }
}

.section-post .right {
  margin: 15vw -5vw 0;
  padding: 10vw 5vw;
  box-sizing: border-box;
  background: #e6ebef;
}
@media only screen and (min-width: 768px) {
  .section-post .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .section-post .left {
    width: calc(100% - 400px);
  }
  main {
    overflow: visible;
  }
  section > div {
    overflow: hidden;
  }
  .section-post {
    overflow: visible;
  }
  .section-post .wrap {
    align-items: start;
  }
  .section-post .right {
    width: 380px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-post .wrap {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .section-post .left {
    width: calc(100% - 420px);
  }
  .section-post .right {
    margin: 0;
    padding: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-post .wrap {
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
  }
}
@media only screen and (min-width: 1900px) {
  .section-post .wrap {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
}