@charset "UTF-8";
/*-----------------------------------------
   header
------------------------------------------*/
.header {
  display: flex;
  padding: 16px;
  justify-content: center;
  text-align: center;
}
.header .logo {
  width: 123px;
  width: 60px;
  margin: 0 auto 16px;
}
.header .logo img {
  width: 100%;
  height: auto;
}
.header .pege_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.02rem;
  line-height: 1;
  color: #2CC089;
}
.header .pege_title .pen {
  width: 40px;
}
@media (max-width: 1070px) {
  .header .logo {
    width: 48px;
  }
}

.breadcrumbs {
  background: #46BCD4;
  padding: 4px 24px;
  color: #fff;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #fff;
}

.header_hamburger.open {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.header_hamburger.open .menu_icon {
  width: 100%;
}
@media (max-width: 480px) {
  .header_hamburger.open .menu_icon {
    max-width: 100vw;
  }
}
.header_hamburger #menu_conts {
  display: none;
  opacity: 0;
}
.header_hamburger #menu_conts.is-active {
  display: block;
  opacity: 1;
}
.header_hamburger .menu_icon {
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  text-align: right;
  z-index: 2;
}
.header_hamburger .menu_icon img {
  width: 55px;
  height: auto;
}
.header_hamburger .menu_item {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 640px;
  box-sizing: border-box;
  padding: 0 16px 16px 16px;
  background: #fff;
  overflow: scroll;
}
.header_hamburger .menu_item .logo {
  width: 100%;
  margin-top: 72px;
  text-align: center;
}
.header_hamburger .menu_item .logo img {
  width: 80px;
}
.header_hamburger .menu_item .logo .site_title {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.03rem;
  text-align: center;
  color: #2CC089;
  font-family: "Zen Maru Gothic", sans-serif;
  text-decoration: none;
}
.header_hamburger .menu_item .cta {
  margin-top: 25px;
  text-align: center;
}
.header_hamburger .menu_item .cta a.tel {
  color: #111111;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.header_hamburger .menu_item .cta a.btn {
  margin-top: 24px;
  padding: 8px 16px;
}
.header_hamburger .menu_item .cta p {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}
.header_hamburger .menu_item .cta p span {
  font-size: 20px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}
.header_hamburger .menu_item ul {
  margin: 32px 0;
  list-style: none;
  padding: 0;
}
.header_hamburger .menu_item ul li a {
  display: block;
  text-align: left;
  padding: 12px 6px;
  border-top: solid #ccc 1px;
  color: #111111;
  font-family: "Zen Maru Gothic", sans-serif;
}
.header_hamburger .menu_item ul li a:hover {
  background: #F4F9F1;
  text-decoration: none;
}
@media (max-width: 480px) {
  .header_hamburger .menu_item {
    max-width: 100vw;
    height: 100%;
  }
}
@media (max-width: 1070px) {
  .header_hamburger .menu_icon {
    background: #fff;
  }
}

/*-----------------------------------------
   footer
------------------------------------------*/
.footer-photo-slider {
  overflow: hidden;
}
.footer-photo-slider .slick-list {
  overflow: visible;
}
.footer-photo-slider .photo-slider:last-child {
  margin-bottom: 0;
}
.footer-photo-slider .photo {
  width: auto !important;
  /* variableWidth前提 */
}
.footer-photo-slider .photo img {
  display: block;
  aspect-ratio: 1;
  width: auto;
  object-fit: cover;
}

.footer {
  padding: 24px;
  background: #20B9C1;
  position: relative;
  color: #fff;
  text-align: center;
}
.footer .title {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.3;
  position: relative;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
.footer .logo {
  width: 76px;
  margin: 16px auto 0;
  position: relative;
}
.footer .btn_area {
  margin-top: 200px;
  position: relative;
}
.footer .company {
  margin-top: 16px;
  color: #fff;
}
.footer .company a {
  color: #111111;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.3;
}
.footer .company a:hover {
  text-decoration: none;
  color: #fff;
}
.footer .copyright {
  margin-top: 16px;
  font-size: 1.2rem;
}
@media (max-width: 1070px) {
  .footer {
    padding: 24px 16px;
  }
}

/*-----------------------------------------
   font
------------------------------------------*/
html {
  /* ルートのフォントサイズを10pxに設定しておく */
  font-size: 62.5%;
}

body {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Sans", Arial, "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.67;
}

/*-----------------------------------------
   tag
------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background: #F7F7F7;
}

.wrapper {
  position: relative;
}

a img {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
  /*高さ自動*/
}

/*-----------------------------------------
   common
------------------------------------------*/
.pc_only {
  display: block;
}
@media (max-width: 1070px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 1070px) {
  .sp_only {
    display: block;
  }
}

a {
  color: #2CC089;
  text-decoration-line: none;
  transition: 0.3s;
}
a:hover {
  color: #11a4ac;
  text-decoration: underline;
}
a.link_underline {
  text-decoration: underline;
}

.wp-caption,
[class*=wp-image] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}

.wp-caption-text {
  margin-top: 0;
}

.text_center {
  text-align: center;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------
   font
------------------------------------------*/
.zen-maru {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kiwi-maru {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.barlow {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

/*-----------------------------------------
   layout
------------------------------------------*/
.wrappper {
  position: relative;
  overflow: hidden;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.inner {
  width: 100%;
  box-sizing: border-box;
  max-width: 1800px;
  padding: 16px 80px;
  margin: 0 auto;
}
@media (max-width: calc(1600px - 160px)) {
  .inner {
    padding: 16px;
  }
}
.inner.w1280 {
  max-width: 1280px;
  padding: 0 16px;
}
.inner.w1140 {
  max-width: 1140px;
  padding: 0 16px;
}
.inner.w1080 {
  max-width: 1080px;
  padding: 0 16px;
}
.inner.w1000 {
  max-width: 1000px;
  padding: 0 16px;
}
.inner.w800 {
  max-width: 800px;
  padding: 0 16px;
}
.inner.w640 {
  max-width: 640px;
  padding: 0 16px;
}
@media (max-width: 1070px) {
  .inner {
    max-width: 100%;
    box-sizing: border-box;
  }
  .inner.w1280, .inner.w1140, .inner.w1000, .inner.w800 {
    max-width: 100%;
  }
}

.section {
  padding: 40px 0 80px;
}
@media (max-width: 1070px) {
  .section {
    padding: 32px 0 40px;
  }
}

/*-----------------------------------------
   btn
------------------------------------------*/
.btn_area {
  margin: 16px auto;
}

.btn {
  display: inline-block;
  max-width: 480px;
  padding: 6px 16px;
  background: #2CC089;
  border: 1px solid #2CC089;
  border-radius: 32px;
  transition: 0.4s;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
}
.btn:hover {
  background: #20B9C1;
  text-decoration: none;
  border: 1px solid #20B9C1;
  color: #fff;
}
.btn._wauto {
  width: 100%;
}
.btn._white {
  background: #fff;
  border: 1px solid #fff;
  color: #2CC089;
}
.btn._white:hover {
  background: #20B9C1;
  color: #fff;
}
.btn._black {
  background: #111111;
  border: 1px solid #111111;
  color: #fff;
}
.btn._black:hover {
  background: #333332;
  border: 1px solid #333332;
}
.btn._bordered {
  background: #fff;
  border: 1px solid #111111;
  color: #111111;
}
.btn._bordered:hover {
  background: #111111;
  color: #fff;
}
@media (max-width: 1070px) {
  .btn {
    font-size: 1.4rem;
    padding: 6px 12px;
  }
}

.text_link01 {
  margin-top: 16px;
}
.text_link01 .icon {
  width: 18px;
  margin-right: 8px;
}
.text_link01 a {
  display: flex;
  align-items: center;
  color: #555554;
}

/*-----------------------------------------
   page_heading
------------------------------------------*/
.page_heading {
  color: #fff;
  background: #1c1c1b url(../images/page_heading_bg.png) center right no-repeat;
  background-size: auto 200%;
  padding: 60px 0;
}
.page_heading._caseheading {
  background: #555554;
  padding: 60px 0;
}
.page_heading .page_title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.page_heading .page_slug {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
}

/*-----------------------------------------
   section contents
------------------------------------------*/
.section .heading {
  margin-bottom: 32px;
  text-align: center;
}
.section .heading .logo {
  width: 48px;
  margin: 0 auto 8px;
}
.section .heading .sec_title {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
}
.section .content h3 {
  margin: 8px 0 16px;
  font-size: 1.8rem;
}

.cta_box,
.cta_box.a_wrap > a {
  display: flex;
  gap: 16px;
  width: 100%;
  border: 1px solid #D9D9D9;
  padding: 12px;
  box-sizing: border-box;
  margin: 32px 0;
  color: #111111;
}
.cta_box .eyecatch,
.cta_box.a_wrap > a .eyecatch {
  width: 120px;
  margin: 0;
}
.cta_box .eyecatch img,
.cta_box.a_wrap > a .eyecatch img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
}
.cta_box .text .title,
.cta_box.a_wrap > a .text .title {
  font-weight: bold;
}
.cta_box .text .tel,
.cta_box.a_wrap > a .text .tel {
  display: block;
  color: #111111;
}
.cta_box .text .btn,
.cta_box.a_wrap > a .text .btn {
  font-size: 1.4rem;
  padding: 4px 18px;
}
@media (max-width: 1070px) {
  .cta_box .eyecatch,
.cta_box.a_wrap > a .eyecatch {
    width: 72px;
  }
}

.cta_box.a_wrap {
  padding: 0;
  margin: 0;
}
.cta_box.a_wrap > a {
  border: none;
  margin: 0;
}
.cta_box.a_wrap > a:hover {
  background: #f2f2f2;
  text-decoration: none;
}
.cta_box.a_wrap:last-child > a {
  border-top: none;
}

/*-----------------------------------------
   page_contents
------------------------------------------*/
.page_content .content {
  padding: 40px 0 100px;
}
.page_content .content h2.wp-block-heading {
  font-size: 2.4rem;
  font-weight: 800;
  color: #111111;
  margin: 32px 0 16px;
}
.page_content .content h2.wp-block-heading:first-child {
  margin-top: 0;
}
.page_content .content h3.wp-block-heading {
  font-size: 2rem;
  font-weight: 800;
  color: #111111;
  margin: 32px 0 16px;
  padding-bottom: 4px;
}
.page_content .content h4.wp-block-heading {
  font-size: 1.6rem;
  font-weight: 800;
  color: #111111;
  margin: 16px 0 12px;
}
.page_content .content h4.wp-block-heading:first-child {
  margin-top: 0;
}
.page_content .content .refference_item {
  padding: 16px;
  border-bottom: 1px solid #1c1c1b;
}
.page_content .content .refference_item p {
  margin-bottom: 0;
}
.page_content .content .refference_item.first-child {
  border-top: 1px solid #1c1c1b;
}
.page_content .content .link_others_box {
  background: #f6f6f4;
  margin-top: 32px;
  padding: 40px 16px;
  text-align: center;
}
.page_content .content .link_others_box .link {
  text-align: center;
}
.page_content .content .link_others_box .link a {
  display: inline-block;
  background: #111111;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 16px 32px;
}
.page_content .content .link_others_box .link a:hover {
  text-decoration: none;
  background: #555554;
}
.page_content .content .link_others_box .link_others {
  text-align: center;
}
.page_content .content .link_others_box .link_others a {
  background: #111111;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 16px 32px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.page_content .content .link_others_box .link_others a:after {
  content: "";
  background: url(../images/icon_open_window_white.svg) center center no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  display: flex;
}
.page_content .content .link_others_box .link_others a:hover {
  text-decoration: none;
  background: #555554;
}
.page_content._2column .inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
}
.page_content._2column .main {
  width: 72%;
}
.page_content._2column .sidebar {
  width: 24%;
  position: sticky;
  top: 80px;
}
@media (max-width: 1070px) {
  .page_content .content {
    padding: 32px 0 40px;
  }
  .page_content._2column .inner {
    width: 100%;
    display: block;
    margin-bottom: 60px;
  }
  .page_content._2column .main {
    width: 100%;
  }
  .page_content._2column .sidebar {
    width: 100%;
    position: static;
    top: 0px;
    border-top: 1px solid #ccc;
    padding-top: 16px;
  }
}

/*-----------------------------------------
   動画
------------------------------------------*/
.area_video {
  background: #f6f6f4;
  padding: 40px 0;
}
.area_video .video_column {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.area_video .video_item {
  width: 480px;
}
.area_video .video_item .title {
  font-size: 1.6rem;
  font-weight: 600;
}

.youtube-embed {
  max-width: 640px;
  margin: auto;
  aspect-ratio: 16/9;
  margin-bottom: 1.5rem;
}

.youtube-embed iframe {
  width: 100%;
  height: 100%;
}

/*-----------------------------------------
   page_bottom
------------------------------------------*/
.sub_section_title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #111111;
  margin-bottom: 32px;
}

.section_yoyogi {
  background: #f6f6f4;
  padding: 80px;
}
.section_yoyogi .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 40px;
}
.section_yoyogi .inner .eyecatch {
  width: 400px;
  position: relative;
}
.section_yoyogi .inner .eyecatch .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 16px 8px 16px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, #1C1C1B 53.37%);
}
.section_yoyogi .inner .text .section_title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #8e8e8d;
  margin-bottom: 16px;
}
.section_yoyogi .inner .text .section_subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 1070px) {
  .section_yoyogi {
    padding: 40px 0px;
  }
  .section_yoyogi .inner {
    flex-direction: column-reverse;
  }
  .section_yoyogi .inner .eyecatch {
    width: 100%;
  }
  .section_yoyogi .inner .text .section_title {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
  .section_yoyogi .inner .text .section_subtitle {
    font-size: 1.7rem;
    margin-bottom: 8px;
  }
}

.page_bottom {
  padding: 80px 0;
  background: #111111 url(../images/bg_cta_01.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.page_bottom .title {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 16px;
}
.page_bottom p {
  font-size: 1.3rem;
}
@media (max-width: 1070px) {
  .page_bottom {
    padding: 40px 16px;
  }
}

/*-----------------------------------------
   others
------------------------------------------*/
.section_related,
.section_support {
  padding: 80px 0;
}
.section_related .list_product,
.section_related .support_panel .support_list,
.section_support .list_product,
.section_support .support_panel .support_list {
  margin: 0;
}
@media (max-width: 1070px) {
  .section_related,
.section_support {
    padding: 40px 16px;
  }
}

@media (max-width: 1070px) {
  .section_related .list_product .item_list {
    gap: 32px 16px;
  }
  .section_related .list_product .item_list .item {
    width: calc(50% - 8px);
  }
}

.bg_white {
  background: #fff;
}

.bg_gray01 {
  background: #555554;
}

.bg_gray02 {
  background: #8e8e8d;
}

.bg_gray03 {
  background: #f6f6f4;
}

/*-----------------------------------------
   フロントページ
------------------------------------------*/
.hilight_box {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  padding: 32px;
  margin: 40px auto;
}
.hilight_box hr {
  margin: 32px 0;
  margin-left: -32px;
  margin-right: -32px;
  border: 0.05rem solid #ccc;
}
.hilight_box .subheading {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1070px) {
  .hilight_box {
    padding: 16px;
    margin: 32px 0;
  }
}

.hero {
  background: #fff;
  padding-bottom: 60px;
}
.hero .hero_image {
  width: 100%;
  height: 600px;
  margin: auto;
  background: url(../images/hero_pc.jpg) center center no-repeat;
  background-size: cover;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.hero .inner {
  padding-top: 52px;
}
.hero .inner .logo {
  width: 110px;
  display: block;
  margin-bottom: 16px;
}
.hero .copy {
  margin-top: -7.5%;
  padding: 0 16px;
  position: relative;
}
.hero .copy .title {
  margin: 0 0 24px;
  font-size: 3.6rem;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
}
.hero .news_area .title {
  margin: 0 0 4px;
  font-weight: 400;
}
.hero .news_area .news_list {
  border-top: 1px solid #DEDEDE;
}
.hero .news_area .news_list .news_item a {
  display: block;
  padding: 6px;
  border-bottom: 1px solid #DEDEDE;
  color: #111111;
}
.hero .news_area .news_list .news_item a .news_title {
  margin-top: 6px;
  font-size: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero .news_area .news_list .news_item a .site-name {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 8px;
  border-radius: 24px;
  background: #ccc;
  font-size: 1.2rem;
}
.hero .news_area .news_list .news_item a .site-name.site-2 {
  background: #71C43B;
  color: #fff;
}
.hero .news_area .news_list .news_item a .site-name.site-3 {
  background: #3694FF;
  color: #fff;
}
.hero .news_area .news_list .news_item a:hover {
  background: #f2f2f2;
  text-decoration: none;
}
@media (max-width: 1070px) {
  .hero {
    padding: 0 16px 32px;
  }
  .hero .hero_image {
    background: url(../images/hero_sp.jpg) center center no-repeat;
    background-size: cover;
    aspect-ratio: 3/5;
    height: auto;
    position: relative;
  }
  .hero .copy {
    margin-top: -22.5%;
  }
  .hero .inner {
    height: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .hero .inner .logo {
    width: 100px;
    position: absolute;
  }
}

.sec_post {
  padding: 32px 0;
  background: #fff;
}
.sec_post .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec_post .heading .sec_title {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #2CC089;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
}
.sec_post .heading .sec_title .logo {
  width: 36px;
  margin: 0;
}
.sec_post .heading .sec_title .pen {
  width: 24px;
}
.sec_post .heading .more a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111111;
}
.sec_post .post-slider-wrap {
  padding-left: clamp(24px, 8vw, 160px);
  overflow: hidden;
}
.sec_post .post-slider .slick-list {
  overflow: visible;
}
.sec_post .post-slider .article {
  margin-right: 24px;
}
.sec_post .post-slider .slick-arrow {
  top: -56px;
}
@media (max-width: 1070px) {
  .sec_post .post-slider-wrap {
    padding-left: 16px;
  }
}

.sec_service .service_list {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.sec_service .service_list .service_item {
  width: calc(50% - 20px);
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.sec_service .service_list .service_item .eyecatch img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.sec_service .service_list .service_item .title {
  margin: 0 16px 12px;
  font-size: 2rem;
}
.sec_service .service_list .service_item p {
  margin: 0 16px 16px;
  font-size: 1.6rem;
}
.sec_service .service_list .service_item._hatena .title {
  color: #3694FF;
}
.sec_service .service_list .service_item._asa .title {
  color: #71C43B;
}
@media (max-width: 1070px) {
  .sec_service .service_list {
    gap: 24px;
  }
  .sec_service .service_list .service_item {
    width: 100%;
  }
}

.sec_about {
  background: #F5F5F5;
}
.sec_about .profile {
  display: flex;
  gap: 32px;
  align-items: center;
}
.sec_about .profile .profile_title {
  font-size: 1.6rem;
}
.sec_about .profile p {
  font-size: 1.4rem;
}
.sec_about .profile .text {
  width: calc(100% - 160px - 32px);
}
.sec_about .profile .image {
  width: 160px;
  text-align: center;
}
.sec_about .profile .image .name {
  margin-top: 4px;
  font-size: 1.3rem;
  line-height: 1.4;
}
.sec_about .profile .image .name span {
  font-size: 1.2rem;
}
.sec_about .company_info {
  margin: 32px 0;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.5;
}
.sec_about .company_info dt, .sec_about .company_info dd {
  margin: 0;
  padding: 12px 8px;
  box-sizing: border-box;
  border-top: 1px solid #D9D9D9;
}
.sec_about .company_info dt {
  width: 100px;
}
.sec_about .company_info dd {
  width: calc(100% - 100px);
}
@media (max-width: 1070px) {
  .sec_about .profile {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 16px;
  }
  .sec_about .profile .text {
    width: 100%;
  }
  .sec_about .profile .image {
    width: 40%;
  }
}

/*-----------------------------------------
	 breadcrumbs
------------------------------------------*/
.breadcrumbs .inner {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1070px) {
  .breadcrumbs .inner {
    display: block;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/*-----------------------------------------
	 ブログ一覧
------------------------------------------*/
.form_select select {
  width: 100%;
  padding: 6px 16px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
  color: inherit;
}
.form_select select:hover {
  cursor: pointer;
}

.article .article_thumbnail {
  width: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.article .article_thumbnail img {
  transition: 0.3s;
}
.article .article_heading {
  margin-top: -8px;
  margin-right: 8px;
  position: relative;
}
.article .article_heading .title {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 8px;
  padding: 4px 2px;
  background: #333;
  color: #fff;
  display: inline;
}
.article .article_heading .meta {
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 16px;
  margin-top: 8px;
  font-family: "Kiwi Maru", serif;
}
.article .article_heading .meta .category {
  border-radius: 24px;
  background: #C1EBA5;
  padding: 2px 8px;
  font-weight: bold;
  line-height: 1;
}
.article .content h2 {
  margin: 24px 0 12px;
  font-size: 2rem;
  font-weight: bold;
  color: #11a4ac;
  border-left: 6px solid #11a4ac;
  padding: 8px 16px;
}
.article .content h3 {
  margin: 24px 0 12px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 3px solid #11a4ac;
  padding: 6px 12px;
}
.article .article_bottom {
  margin: 40px auto;
}
.article .article_bottom .share_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.article .article_bottom .share_nav li {
  width: 60px;
}
.article .article_bottom .share_nav li img {
  width: 100%;
  transition: 0.3s;
}
.article .article_bottom .share_nav li a:hover {
  transform: scale(1.1);
}

.post-slider-wrap .slick-slide {
  margin-right: 24px;
}
.post-slider-wrap .article {
  width: min(80vw, 340px);
}
.post-slider-wrap .article .article_heading .title {
  font-size: 1.6rem;
}
.post-slider-wrap .article a {
  color: #111111;
}
.post-slider-wrap .article a:hover {
  color: #11a4ac;
  text-decoration: none;
}
.post-slider-wrap .article a:hover .article_thumbnail img {
  transform: scale(1.1);
}
.post-slider-wrap .article a:hover .article_heading .meta .category {
  color: #111111;
  background: #7dd740;
}

.main {
  background: #fff;
}
.main.post .article {
  padding: 40px 0;
}
.main.post .article .article_heading {
  margin-bottom: 40px;
}
.main.post .article .article_heading .title {
  padding: 0;
  background: transparent;
  color: #111111;
  display: block;
}
.main.page .article {
  padding: 40px 0;
  min-height: 60vh;
}
.main.page .article .article_heading {
  text-align: center;
}
.main.page .article .article_heading .title {
  padding: 0;
  background: transparent;
  color: #111111;
  display: block;
}
.main.archive-index {
  padding: 40px 0 0;
}
.main.archive-index .archive_header {
  margin-bottom: 24px;
}
.main.archive-index .archive_header .title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.main.archive-index .post-list {
  padding: 40px 0 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 24px;
}
.main.archive-index .post-list .article {
  width: calc(100% / 3 - 16px);
}
.main.archive-index .post-list .article .article_heading .title {
  font-size: 1.6rem;
}
.main.archive-index .post-list .article a {
  color: #111111;
}
.main.archive-index .post-list .article a:hover {
  color: #2CC089;
  text-decoration: none;
}
.main.archive-index .post-list .article a:hover .article_thumbnail img {
  transform: scale(1.1);
}
@media (max-width: 1070px) {
  .main.archive-index .post-list {
    gap: 32px;
  }
  .main.archive-index .post-list .article {
    width: 100%;
  }
  .main.archive-index .post-list .article a {
    width: 100%;
    display: flex;
    gap: 16px;
  }
  .main.archive-index .post-list .article .article_thumbnail {
    width: 160px;
  }
  .main.archive-index .post-list .article .article_thumbnail img {
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 4px;
    overflow: hidden;
  }
  .main.archive-index .post-list .article .article_heading {
    width: calc(100% - 160px - 16px);
  }
  .main.archive-index .post-list .article .article_heading .title {
    margin-top: 0;
  }
}
.main .category_nav ul.category_list {
  background: #11a4ac;
  list-style: none;
  margin: 0;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.main .category_nav ul.category_list li.category_item {
  flex-shrink: 0;
}
.main .category_nav ul.category_list li.category_item a {
  background: #fff;
  color: #111111;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 24px;
  white-space: nowrap;
}
.main .category_nav ul.category_list li.category_item a:hover {
  color: #11a4ac;
  text-decoration: none;
}
@media (max-width: 768px) {
  .main .category_nav ul.category_list {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 16px;
  }
  .main .category_nav ul.category_list::-webkit-scrollbar {
    display: none;
  }
}
.main .url-copied {
  display: none;
}
.main .url-copied span {
  background: #11a4ac;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 40px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}

/* =========================
	 Variables
========================= */
/* =========================
	 Form Wrapper
========================= */
.wpcf7 form {
  max-width: 720px;
  margin: 40px auto;
  font-family: inherit;
}
.wpcf7 .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 .lead {
  margin: 12px 0 40px;
}

/* =========================
	 Form Group
========================= */
.form-group {
  margin-bottom: 28px;
  /* Webkit系（Chrome / Safari）のカレンダーアイコン調整 */
  /* プレースホルダー風表示（未選択時） */
  /* =========================
  	 Select
  ========================= */
  /* =========================
  	 Radio
  ========================= */
  /* =========================
  	 Consent
  ========================= */
}
.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
  line-height: 1.4;
}
.form-group.required label::after {
  content: "必須";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #fff;
  background: #f58a42;
  padding: 2px 8px;
  border-radius: 4px;
}
.form-group.optional label::after {
  content: "任意";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #fff;
  background: #ccc;
  padding: 2px 8px;
  border-radius: 4px;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=tel],
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  background: #fff;
  box-sizing: border-box;
}
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=tel]:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #f58a42;
}
.form-group input[type=text]::placeholder,
.form-group input[type=email]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
  color: #bbb;
}
.form-group input[type=date],
.form-group .form-date {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  background-color: #fff;
  box-sizing: border-box;
  padding-right: 44px;
}
.form-group input[type=date]:focus,
.form-group .form-date:focus {
  outline: none;
  border-color: #f58a42;
}
.form-group input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 16px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.8;
}
.form-group input[type=date]:not(:valid) {
  color: #bbb;
}
.form-group textarea {
  min-height: 160px;
  resize: vertical;
}
.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
}
.form-group .wpcf7-list-item {
  margin-right: 24px;
}
.form-group .wpcf7-list-item input[type=radio] {
  margin-right: 6px;
}
.form-group.consent {
  margin-top: 24px;
}
.form-group.consent label {
  font-weight: normal;
  font-size: 14px;
}
.form-group.consent input[type=checkbox] {
  margin-right: 6px;
}

/* =========================
	 Submit
========================= */
.form-submit {
  margin-top: 32px;
}
.form-submit input[type=submit] {
  width: 100%;
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #20B9C1;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.form-submit input[type=submit]:hover {
  opacity: 0.9;
  background: #11a4ac;
}

/* =========================
	 Error
========================= */
.wpcf7-not-valid-tip {
  font-size: 13px;
  color: #e53935;
  margin-top: 6px;
}

.wpcf7-response-output {
  margin-top: 24px;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
}

/* =========================
	 Responsive
========================= */
@media (max-width: 600px) {
  .form-group label::after {
    font-size: 11px;
    padding: 2px 6px;
  }
}
