@charset "UTF-8";
/*======================================================================
  Reset CSS for HTML5
======================================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,article,aside,canvas,details,figcaption,figure,footer,header,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}ul,ol,dl{list-style:none}html{scroll-behavior:smooth}

:root {
  --text-default: #34414D;
  --lg: 40px;
  --md: 32px;
  --s: 24px;
  --xs: 16px;
  --xxs: 8px;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: var(--text-default);
  background: #FFF;
}

a {
  color: var(--text-default);
  text-decoration: none;
  box-sizing: border-box;
  transition: .3s;
}

a:hover {
  opacity: 0.5;
  transition: .3s;
}

h1 {
  font-weight: normal;
}
/*======================================================================
  Global Variables
======================================================================*/
:root {
  --color-primary: #1C9B7A;
  --color-secondary: #008969;
  --margin-large: 40px;
  --margin-middle: 24px;
  --margin-small: 16px;
}
/*======================================================================
  共通
======================================================================*/
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.box_wrap {
  margin: 0 auto;
  max-width: 768px;
  padding-inline: 24px;
  box-sizing: border-box;
}

.Inner {
  margin: 0 30px;
}

.img_wrap {
  position: relative;
  display: block;
  overflow: hidden;
}

.img_wrap img {
  position: absolute;
  inset: -50%;
  margin: auto;
  width: 100%;
  height: auto;
}

.flex { display: flex; }
.flex.column { flex-direction: column; }
.flex.aic { align-items: center; }
.flex.jcc { justify-content: center; }
.flex.jcsb { justify-content: space-between; }


/*======================================================================
  ハンバーガーA
======================================================================*/
.el_hamburger {
  position: fixed;
  top: var(--s);
  right: 20px;
  width: 34px;
  padding: var(--xxs);
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
  background: #4062BB;
  border-radius: 4px;
}

.el_hamburger:hover {
  opacity: 1;
  background: #34414D;
}

.el_hamburger>span {
  display: block;
  margin: 0 auto 4px;
  /*border間隔*/
  height: 2px;
  /*border太さ*/
  font-size: 0;
  background: #FFF;
  /*border色*/
  transition: all 0.2s ease-in-out;
}

.el_hamburger>span:last-child {
  margin-bottom: 0;
}

.js_hamburgerOpen .el_hamburger>span {
  background: #FFF;
}

.js_hamburgerOpen .el_hamburger>span.top {
  transform: translateY(6px) rotate(-45deg);
}

.js_hamburgerOpen .el_hamburger>span.middle {
  opacity: 0;
}

.js_hamburgerOpen .el_hamburger>span.bottom {
  transform: translateY(-6px) rotate(45deg);
}

.el_hamburgerButton.el_hamburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_hamburgerButton__close>span {
  display: block;
  width: px;
  margin: 0 auto;
  height: 1px;
  background: #000;
}

.el_hamburgerButton__close>span.el_hamburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}

.el_hamburgerButton__close>span.el_hamburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}

.uq_spNavi {
  display: none;
}

.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}

.uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 0;
  margin-top: 0;
  padding-top: 0;
  overflow: auto;
}

.gnav {
  padding: 80px 0 0 0;
  text-align: center;
}

.gnav li {
  border-bottom: #aaa 1px solid;
}

.gnav li>a {
  display: block;
  padding: 1.5rem 0;
  color: #000;
  text-decoration: none;
}

.gnav li>a:hover {
  opacity: 0.5;
}

.js_fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/*======================================================================
  ハンバーガーB
======================================================================*/
.gnav {
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
  position: relative;
  margin-bottom: 32px;
}

.menu_button {
  color: #000;
  display: block;
}

.menu_button:hover {
  opacity: 0.5;
}

.menu_button>span {
  width: 30px;
  display: block;
  margin: 0 auto 5px;
  height: 1px;
  font-size: 0;
  background: #000;
  transition: all 0.2s ease-in-out;
}

.menu_button>span:last-child {
  margin-bottom: 0;
}

.menu-main {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
}

.gnav ul li {
  border-bottom: 1px solid #adaca7;
  color: #000;
}

/*======================================================================
  パンくず
======================================================================*/
.breadcrumb {
  margin: 24px auto;
  padding-bottom: 24px;
}

.breadcrumb ul li {
  padding-right: 5px;
  display: inline-block;
}

.breadcrumb ul li a span {
  font-weight: bold;
}

header .logo {
  display: inline-block;
  padding-top: var(--s);
}

.gnav {
  padding: 0;
}

/*======================================================================
  header
======================================================================*/
.header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--xs);
}

.mv {
  width: 769px;
  max-width: 100%;
  margin-inline: auto;
  background: url(images/mvbg.png) no-repeat center center / contain,
              linear-gradient(270deg, #FFF -10.53%, #DFE9F3 80.92%);
}

.mv_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mv_content h1 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding-top: 16px;
}

.mv_content img {
  margin-block: 11px;
  max-width: 486px;
  height: auto;
}

.mv_content p {
  font-size: 16px;
  text-align: center;
  padding-bottom: 22px;
}
/*======================================================================
  index
======================================================================*/
.index-content {
  margin-bottom: var(--lg);
}

.index-top h2  {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.index-top p  {
  font-size: 16px;
  margin-bottom: var(--s);
}

.index-post ul {
  display: flex;
  flex-direction: column;
  gap: var(--xs);
}

.index-post ul li {
  display: flex;
  flex-direction: column;
  gap: var(--xs);
  padding: var(--md);
  border-radius: 30px;
  border: 8px solid #DFE9F3;
}

.index-post ul li a:not([class]) {
  font-size: 20px;
  font-weight: bold;
}

.index-post ul li h3 {
  position: relative;
  padding-left: calc(var(--xxs) + 50px);
  margin-bottom: 10px;
}

.index-post ul li h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url(images/icon-heart.png) no-repeat center center / contain;
  z-index: -1;
}

.readmore {
  position: relative;
  display: inline-block;
  /* align-items: center; */
  width: fit-content;
  margin-left: auto;
  padding: var(--xxs) 37px var(--xxs) var(--s);
  gap: var(--xxs);
  border-radius: 100vmax;
  background: #4062BB;
  color: #FFF;
  font-weight: bold;
  /* height: 32px; */
  line-height: 1;
}

.readmore::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: var(--s);
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background: url(images/icon-arrow_right.png) no-repeat center center;
}

.readmore:hover {
  opacity: 1;
  background: #34414D;
}

/*======================================================================
  recommend
======================================================================*/
#recommend {
  padding: var(--lg) 0;
  border-top: 1px solid #DDD;
  background: #DFE9F3;
}

.recommend-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: calc(9px + var(--s));
}

.recommend-content ul {
  display: flex;
  flex-direction: column;
  gap: var(--s);
}

.recommend-content ul li {
    display: flex;
    flex-direction: column;
    gap: var(--xs);
	padding-bottom: var(--xs);
	border-bottom: 1px solid #DDD;
}

.recommend-content ul li:last-child {
	border: none;
	padding-bottom: 0;
}

.recommend-content ul li h5 {
  display: block;
  padding: var(--xs) var(--s);
  width: 720px;
  max-width: 100%;
  font-weight: bold;
  color: #FFF;
  background: #4062BB;
  box-sizing: border-box;
  border-radius: var(--md) var(--md) 0 0;
}

.recommend-content ul li .img_wrap {
  height: 244px;
  border-radius: 0 0 var(--md) var(--md);
}

.recommend-content ul li a:not(.img_content) {
  font-size: 18px;
  font-weight: bold;
  color: #4062BB;
}


/*======================================================================
  footer
======================================================================*/
.footer_top {
  padding-top: var(--lg);
  margin-bottom: var(--s);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_logo {
  width: 200px;
  max-width: 100%;
  height: auto;
  padding-right: 20px;
}

.pagetop {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: #4062BB;
  padding: var(--xxs) var(--s) var(--xxs) 37px;
  border-radius: 100vmax;
}

.pagetop::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: var(--s);
  transform: translateY(-50%) rotate(-90deg);
  width: 10px;
  height: 10px;
  background: url(images/icon-arrow_right.png) no-repeat center center;
}

.pagetop:hover {
  opacity: 1;
  background: #34414D;
}

@media screen and (max-width: 400px) {
  .footer_top {
    flex-direction: column;
    align-items: center;
  }
  .footer_logo {
    margin-bottom: var(--s);
  }
  
}

.fnav {
  width: 550px;
  max-width: 100%;
  margin-bottom: var(--md);
}

.fnav ul {
  display: flex;
  flex-direction: column;
  gap: var(--xs);
}

.fnav ul li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding-left: calc(var(--xxs) + 24px);
}

.fnav ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(images/icon-double_arrow.png) no-repeat center center;
}

footer small {
  display: block;
  text-align: center;
  color: #ADADAD;
  padding: var(--xs) 0 10px 0;
  border-top: 1px solid#DDD;
}

/*======================================================================
  category
======================================================================*/

.category-content h2 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-left: calc(var(--xxs) + 66px);
  margin-bottom: var(--xs);
}

.category-content h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 66px;
  height: 50px;
  background: url(images/icon-care.png) no-repeat center center;
}

.category-content p {
  margin-bottom: var(--s);
}

.category-content span {
  height: 200px;
  margin-bottom: var(--s);
}

.category_post {
  padding-bottom: var(--lg);
}

.category_post ul {
  display: flex;
  flex-direction: column;
  gap: var(--s);
}

.category_post ul li a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  width: 100%;
  font-size: 18px;
  color: #FFF;
  padding: var(--xs) var(--s) var(--xs) var(--s);
  background: #4062BB;
  margin-bottom: var(--xs);
  box-sizing: border-box;
  border-radius: 30px;
}

.category_post ul li a:hover {
  opacity: 1;
  background: #34414D;
}

.category_post ul li a h3 {
  position: relative;
  width: 580px;
  max-width: 100%;
  padding-left: calc(var(--xxs) + 40px);
	padding-right: var(--md);
}

.category_post ul li a h3::before,
.category_post ul li a::after {
    display: block;
    content: "";
}
.category_post ul li a h3::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(images/icon-cate.png) no-repeat center center;
}

.category_post ul li a::after{
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(images/icon-circle.png) no-repeat center center;
}

/*======================================================================
  detail
======================================================================*/

.detail-content .img_wrap {
  height: 206px;
  border-radius: 30px;
  margin-bottom: var(--s);
}

.detail-content h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: var(--xxs);
  margin-bottom: var(--xxs);
  border-bottom: 1px solid #4062BB;
}

.detail-content p {
  margin-bottom: 30px;
}

.detail-post {
  padding-bottom: var(--lg);
}

.detail-post h3 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #4062BB;
  padding: var(--s) 0 0 calc(50px + var(--xxs));
  margin-bottom: var(--xs);
  border-top: 1px dashed #DDD;
  min-height: 50px;
}

.detail-post h3::before  {
  content: "";
  position: absolute;
  top: calc(50% + (var(--s) / 2));
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url(images/icon-heart.png) no-repeat center center / contain;
  z-index: -1;
}

.detail-post p {
  margin-bottom: var(--xs);
}

.link_item {
  display: inline-block;
  margin-bottom: 1em;
}

.link_item a {
  font-weight: bold;
  color: #36d177;
}

p:has(+ .link_item) {
  margin-bottom: 0;
}

.detail-post p:last-child{
  margin-bottom: 0;
}

.detail-content a ,
.detail-post a {
  color: #36d177;
  font-weight: bold;
}