@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  word-break: break-all;
}

body {
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
main, footer, header, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-weight: normal;
}

ul:not([class]),
ol:not([class]) {
  list-style: none;
}

ul[class],
ol[class] {
  list-style: none;
}

span {
  font-weight: inherit;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
}
@media all and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}

a[class] {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

address {
  font-style: normal;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1em 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* form
================================================== */
input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  outline: none;
  border: 1px solid;
  border-radius: 0;
  background: none;
}
@media all and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
    font-size: 1.6rem;
  }
}

input[type=text], input[type=email], input[type=tel], textarea, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

input[type=radio], input[type=checkbox] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
}

/* 02_base
================================================ */
html {
  overflow: auto;
}
html:not([lang=ja]) {
  word-break: break-word;
}

body {
  overflow: hidden;
  padding-top: 50px;
  min-width: 320px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #292929;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media all and (min-width: 768px) {
  body {
    padding-top: 110px;
    min-width: auto;
    font-size: 1.6rem;
  }
}

/* .ly_header
================================================ */
.ly_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  z-index: 2000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ly_header.is_fix {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(2, 19, 29, 0.05);
          box-shadow: 0px 3px 6px rgba(2, 19, 29, 0.05);
}
@media all and (min-width: 1400px) {
  .ly_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header_top_circle {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%) scale(-1, -1) rotate(-90deg);
          transform: translate(-50%, -50%) scale(-1, -1) rotate(-90deg);
  width: 420px;
  height: 420px;
  z-index: -1;
  pointer-events: none;
}
@media all and (min-width: 768px) {
  .header_top_circle {
    width: 1000px;
    height: 1000px;
  }
}

/* .header__info
================================================== */
.header_info {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  padding: 0 60px 0 10px;
}
.header_info_logo {
  width: 48px;
  padding: 10px 10px 0 0;
}
.header_info_main {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 158px;
}
@media all and (min-width: 1400px) {
  .header_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 382px;
    height: 110px;
    padding: 0 0 0 30px;
  }
  .header_info_logo {
    width: 80px;
    padding: 15px 30px 0 0;
  }
  .header_info_main {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 242px;
  }
}

/* .nav-btn
================================================== */
.nav_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #0886D9;
  border: 0;
  border-radius: 0 0 0 5px;
  z-index: 10;
  cursor: pointer;
}
.nav_btn_line {
  position: absolute;
  left: 13px;
  width: 24px;
  height: 2px;
  content: "";
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav_btn_line:nth-child(1) {
  top: 15px;
}
.nav_btn_line:nth-child(2) {
  top: 24px;
}
.nav_btn_line:nth-child(3) {
  top: 33px;
}
.nav_btn.is_open .nav_btn_line:nth-child(1) {
  top: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav_btn.is_open .nav_btn_line:nth-child(2) {
  opacity: 0;
}
.nav_btn.is_open .nav_btn_line:nth-child(3) {
  top: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media all and (min-width: 1400px) {
  .nav_btn {
    width: 110px;
    height: 110px;
  }
  .nav_btn_line {
    left: 28px;
    width: 52px;
    height: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav_btn_line:nth-child(1) {
    top: 32px;
  }
  .nav_btn_line:nth-child(2) {
    top: 52px;
  }
  .nav_btn_line:nth-child(3) {
    top: 72px;
  }
  .nav_btn.is_open .nav_btn_line:nth-child(1) {
    top: 51px;
  }
  .nav_btn.is_open .nav_btn_line:nth-child(3) {
    top: 51px;
  }
}

/* .nav
================================================ */
.nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  min-width: 320px;
  padding: 90px 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 1399px) {
  .nav {
    overflow: auto;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav::-webkit-scrollbar {
    display: none;
  }
  .nav.is_open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media all and (min-width: 768px) {
  .nav {
    padding: 180px 50px;
  }
}
@media all and (min-width: 1400px) {
  .nav {
    position: static;
    background: transparent;
    padding: 0;
    z-index: 10;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 382px);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* .nav-list
================================================== */
.nav_item {
  overflow: hidden;
  border: 2px solid;
  border-radius: 10px;
}
.nav_item:nth-child(n+2) {
  margin-top: 15px;
}
.nav_item._gohan {
  border-color: #ffc33c;
}
.nav_item._gohan .nav_item_link {
  background: #ffc33c;
}
.nav_item._gohan .nav_item_link::after {
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.122%22%20height%3D%226.243%22%20viewBox%3D%220%200%204.122%206.243%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-3728.293%2C4379.365a1%2C1%2C0%2C0%2C1%2C0-1.415l1.414-1.414-1.414-1.415a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.415%2C0l2.121%2C2.122a1%2C1%2C0%2C0%2C1%2C.293.707%2C1%2C1%2C0%2C0%2C1-.293.708l-2.121%2C2.122a1%2C1%2C0%2C0%2C1-.707.292A1%2C1%2C0%2C0%2C1-3728.293%2C4379.365Z%22%20transform%3D%22translate(3728.586%20-4373.415)%22%20fill%3D%22%23ffc33c%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav_item._kurashi {
  border-color: #ff664a;
}
.nav_item._kurashi .nav_item_link {
  background: #ff664a;
}
.nav_item._kurashi .nav_item_link::after {
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.122%22%20height%3D%226.243%22%20viewBox%3D%220%200%204.122%206.243%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-3728.293%2C4379.365a1%2C1%2C0%2C0%2C1%2C0-1.415l1.414-1.414-1.414-1.415a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.415%2C0l2.121%2C2.122a1%2C1%2C0%2C0%2C1%2C.293.707%2C1%2C1%2C0%2C0%2C1-.293.708l-2.121%2C2.122a1%2C1%2C0%2C0%2C1-.707.292A1%2C1%2C0%2C0%2C1-3728.293%2C4379.365Z%22%20transform%3D%22translate(3728.586%20-4373.415)%22%20fill%3D%22%23ff664a%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav_item._odekake {
  border-color: #00ba7a;
}
.nav_item._odekake .nav_item_link {
  background: #00ba7a;
}
.nav_item._odekake .nav_item_link::after {
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.122%22%20height%3D%226.243%22%20viewBox%3D%220%200%204.122%206.243%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-3728.293%2C4379.365a1%2C1%2C0%2C0%2C1%2C0-1.415l1.414-1.414-1.414-1.415a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.415%2C0l2.121%2C2.122a1%2C1%2C0%2C0%2C1%2C.293.707%2C1%2C1%2C0%2C0%2C1-.293.708l-2.121%2C2.122a1%2C1%2C0%2C0%2C1-.707.292A1%2C1%2C0%2C0%2C1-3728.293%2C4379.365Z%22%20transform%3D%22translate(3728.586%20-4373.415)%22%20fill%3D%22%2300ba7a%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav_item_link {
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}
.nav_item_link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  background: #fff;
  border-radius: 50%;
}
.nav_item_link::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.nav_item_img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40%;
}
.nav_item_img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav_item_areaTxt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60%;
  padding: 25px 5.5%;
}
.nav_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
}
.nav_item_head_ico {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.nav_item_head_ico img {
  display: block;
  width: 100%;
}
.nav_item_head_plus {
  display: inline-block;
  position: relative;
  bottom: 3px;
  margin-left: 5px;
}
.nav_item_txt {
  font-size: 1.2rem;
}
.nav_search {
  width: min(500px, 100%);
  margin: 40px auto 0;
}
@media all and (min-width: 768px) {
  .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .nav_item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(50% - 10px);
  }
  .nav_item:nth-child(n+2) {
    margin-top: 0;
  }
  .nav_item._gohan .nav_item_link::after {
    width: 9px;
    height: 9px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.122%22%20height%3D%226.243%22%20viewBox%3D%220%200%204.122%206.243%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-3728.293%2C4379.365a1%2C1%2C0%2C0%2C1%2C0-1.415l1.414-1.414-1.414-1.415a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.415%2C0l2.121%2C2.122a1%2C1%2C0%2C0%2C1%2C.293.707%2C1%2C1%2C0%2C0%2C1-.293.708l-2.121%2C2.122a1%2C1%2C0%2C0%2C1-.707.292A1%2C1%2C0%2C0%2C1-3728.293%2C4379.365Z%22%20transform%3D%22translate(3728.586%20-4373.415)%22%20fill%3D%22%23ffc33c%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav_item._kurashi .nav_item_link::after {
    width: 9px;
    height: 9px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.122%22%20height%3D%226.243%22%20viewBox%3D%220%200%204.122%206.243%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-3728.293%2C4379.365a1%2C1%2C0%2C0%2C1%2C0-1.415l1.414-1.414-1.414-1.415a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.415%2C0l2.121%2C2.122a1%2C1%2C0%2C0%2C1%2C.293.707%2C1%2C1%2C0%2C0%2C1-.293.708l-2.121%2C2.122a1%2C1%2C0%2C0%2C1-.707.292A1%2C1%2C0%2C0%2C1-3728.293%2C4379.365Z%22%20transform%3D%22translate(3728.586%20-4373.415)%22%20fill%3D%22%23ff664a%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav_item._odekake .nav_item_link::after {
    width: 9px;
    height: 9px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.122%22%20height%3D%226.243%22%20viewBox%3D%220%200%204.122%206.243%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-3728.293%2C4379.365a1%2C1%2C0%2C0%2C1%2C0-1.415l1.414-1.414-1.414-1.415a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.415%2C0l2.121%2C2.122a1%2C1%2C0%2C0%2C1%2C.293.707%2C1%2C1%2C0%2C0%2C1-.293.708l-2.121%2C2.122a1%2C1%2C0%2C0%2C1-.707.292A1%2C1%2C0%2C0%2C1-3728.293%2C4379.365Z%22%20transform%3D%22translate(3728.586%20-4373.415)%22%20fill%3D%22%2300ba7a%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav_item_link::before {
    width: 60px;
    height: 60px;
  }
  .nav_item_link::after {
    right: 7px;
    bottom: 7px;
  }
  .nav_item_areaTxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 5.5%;
  }
  .nav_item_head {
    font-size: 3.2rem;
  }
  .nav_item_head_ico {
    width: 38px;
    height: 38px;
    margin-right: 11px;
  }
  .nav_item_head_plus {
    bottom: 3px;
    margin-left: 10px;
  }
  .nav_item_txt {
    font-size: 1.5rem;
  }
  .nav_search {
    width: 450px;
    margin: 60px auto 0;
  }
}
@media all and (min-width: 1400px) {
  .nav_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 320px);
  }
  .nav_item {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: auto;
    border: none !important;
  }
  .nav_item:nth-child(n+2) {
    margin-top: 0;
  }
  .nav_item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    width: 1px;
    height: 24px;
    background: #eee;
  }
  .nav_item_link {
    background: transparent !important;
  }
  .nav_item_link::before {
    content: none !important;
  }
  .nav_item_link::after {
    content: none !important;
  }
  .nav_item_areaTxt {
    width: 100%;
    padding: 5px 30px;
  }
  .nav_item_head {
    font-size: 2.2rem;
  }
  .nav_item_head_ico {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 40px;
    height: 40px;
    margin-right: 13px;
    border-radius: 50%;
  }
  .nav_item_head_ico img {
    width: 70%;
  }
  .nav_item_head_plus {
    bottom: 3px;
    margin-left: 5px;
  }
  .nav_item._gohan .nav_item_head_ico {
    background: #ffc33c;
  }
  .nav_item._gohan .nav_item_link {
    color: #ffc33c;
  }
  .nav_item._kurashi .nav_item_head_ico {
    background: #ff664a;
  }
  .nav_item._kurashi .nav_item_link {
    color: #ff664a;
  }
  .nav_item._odekake .nav_item_head_ico {
    background: #00ba7a;
  }
  .nav_item._odekake .nav_item_link {
    color: #00ba7a;
  }
  .nav_search {
    width: 250px;
    margin: 0;
    padding: 0 30px 0 40px;
  }
}

/* .nav-overlay
================================================ */
.nav_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
@media all and (min-width: 768px) {
  .nav_overlay {
    display: none !important;
  }
}

.mainImg {
  position: relative;
  padding: 20px 0 55px;
}
.mainImg_inner {
  position: relative;
}
.mainImg_circle {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%) scale(1, -1);
          transform: translate(50%, 50%) scale(1, -1);
  width: 250px;
  height: 250px;
  z-index: -1;
  opacity: 0.4;
  pointer-events: none;

}
.mainImg_nav {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.mainImg_nav_item {
  position: absolute;
  top: 43vw;
}
.mainImg_nav_item._prev {
  left: 0;
}
.mainImg_nav_item._next {
  right: 0;
}
.mainImg_post {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
.mainImg_post_link {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
}
.mainImg_post_img {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
.mainImg_post_info {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.mainImg_post_areaTxt {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
  padding-top: 10px;
}
.mainImg_post_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.mainImg_post_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
.mainImg_post_cat_ico {
  margin-right: 8px;
  width: 40px;
  height: 40px;
}
.mainImg_post_cat_ico img {
  width: 70%;
}
._gohan .mainImg_post_cat {
  color: #ffb11f;
}
._kurashi .mainImg_post_cat {
  color: #ff664a;
}
._odekake .mainImg_post_cat {
  color: #00ba7a;
}
.mainImg_post_img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.mainImg_post_img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  border: 2px solid;
}
._gohan .mainImg_post_img::before {
  border-color: #ffc33c;
}
._odekake .mainImg_post_img::before {
  border-color: #00ba7a;
}
._kurashi .mainImg_post_img::before {
  border-color: #ff664a;
}
.mainImg_post_date {
  font-size: 1.1rem;
  color: #999;
}
.mainImg_post_head {
  font-size: 2.2rem;
  line-height: 1.58;
}
.mainImg_post_txt {
  margin-top: 10px;
  font-size: 1.5rem;
}
.mainImg_post_tags {
  margin-top: 5px;
}
@media all and (min-width: 768px) {
  .mainImg {
    padding: 70px 0 130px;
    z-index: 3;
  }
  .mainImg_circle {
    right: 80px;
    width: 600px;
    height: 600px;
  }
  .mainImg_nav {
    position: absolute;
    right: 5%;
    bottom: -10%;
    width: 100px;
    height: 14px;
  }
  .mainImg_nav_item {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 7px;
    height: 13px;
  }
  ._prev .mainImg_nav_item {
    left: 0;
  }
  ._next .mainImg_nav_item {
    right: 0;
  }
  .mainImg_nav_item::before {
    content: none;
  }
  .mainImg_nav_bar {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 60px;
    height: 2px;
    border-radius: 2px;
  }
  .mainImg_nav_bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0886D9;
    opacity: 0.5;
  }
  .mainImg_nav_bar_in {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #0886D9;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .mainImg_post {
    padding: 0 40px;
  }
  .mainImg_post_link {
    -ms-grid-columns: 48% 4% auto;
    grid-template-columns: 48% auto;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 0px 4%;
  }
  .mainImg_post_link > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mainImg_post_link > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mainImg_post_link > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .mainImg_post_link > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .mainImg_post_img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
  }
  .mainImg_post_info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
    -ms-grid-row-align: end;
        align-self: end;
  }
  .mainImg_post_areaTxt {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
    -ms-grid-row-align: start;
        align-self: start;
    padding-top: 0;
  }
  .mainImg_post_info {
    margin-bottom: 5px;
  }
  .mainImg_post_cat_ico {
    width: 35px;
    height: 35px;
  }
  .mainImg_post_img {
    position: relative;
    border-radius: 30px;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .mainImg_post_img::before {
    border-radius: 30px;
    border-width: 3px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  ._gohan .mainImg_post_img::before {
    border-color: #ffc33c;
  }
  ._kurashi .mainImg_post_img::before {
    border-color: #ff664a;
  }
  ._odekake .mainImg_post_img::before {
    border-color: #00ba7a;
  }
  .mainImg_post_date {
    font-size: 1.3rem;
  }
  .mainImg_post_head {
    font-size: 2.9rem;
  }
  .mainImg_post_txt {
    margin-top: 22px;
    font-size: 1.8rem;
  }
  .mainImg_post_tags {
    margin-top: 20px;
  }
  .mainImg_post_link:hover .mainImg_post_img::before {
    border-width: 10px;
  }
}
@media all and (min-width: 1400px) {
  .mainImg {
    margin: 0 auto;
  }
  .mainImg_inner {
    width: min(100%, 1920px);
    margin: 0 auto;
  }
  .mainImg_nav {
    right: 15%;
  }
  .mainImg_post_link {
    -ms-grid-columns: 56% 4% auto;
    grid-template-columns: 56% auto;
    gap: 0px 4%;
  }
}
@media all and (min-width: 1580px) {
  .mainImg_post {
    padding: 0 80px 0 6.2vw;
  }
}

/*  swiper
================================================ */
.mainImg .swiper-container {
  width: 100%;
  height: auto;
}
@media all and (min-width: 1400px) {
  .mainImg .swiper-container {
    width: 100vw;
  }
}

/*  subImg
================================================ */
.subImg_inner {
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.subImg_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.subImg_head_ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  background: #ddd;
  border-radius: 50%;
}
._gohan .subImg_head_ico {
  background-color: #ffc33c;
}
._kurashi .subImg_head_ico {
  background-color: #ff664a;
}
._odekake .subImg_head_ico {
  background-color: #00ba7a;
}
.subImg_head_ico img {
  display: block;
  width: 54%;
}
.subImg_head_txt {
  font-size: 3.7rem;
}
._gohan .subImg_head_txt {
  color: #ffc33c;
}
._kurashi .subImg_head_txt {
  color: #ff664a;
}
._odekake .subImg_head_txt {
  color: #00ba7a;
}
@media all and (min-width: 768px) {
  .subImg_inner {
    height: 280px;
  }
  .subImg_head_ico {
    width: 105px;
    height: 105px;
    margin-right: 30px;
  }
  .subImg_head_txt {
    font-size: 5.7rem;
  }
}

.subImg._search .subImg_inner {
  height: auto;
  padding-top: 50px;
  padding-bottom: 30px;
}
.subImg._search .subImg_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.subImg._search .subImg_head_txt {
  font-size: 3.7rem;
}
.subImg._search .subImg_head_in {
  position: relative;
  color: #0886D9;
  display: inline-block;
}
.subImg._search .subImg_head_in::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 1px;
  height: 3px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: repeat-x left center/6px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%223%22%20viewBox%3D%220%200%206%203%22%3E%20%3Cg%20transform%3D%22translate(-450%20-938)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_30%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2030%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(450%20938)%22%20fill%3D%22%230886D9%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.subImg._search .subImg_head_small {
  font-size: 0.8em;
  line-height: 1.8;
}
@media all and (min-width: 768px) {
  .subImg._search .subImg_inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .subImg._search .subImg_head_txt {
    font-size: 5rem;
  }
}

/* .breadcrumb
================================================ */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 35px;
  padding-bottom: 35px;
}
.breadcrumb_item {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  color: #999;
}
.breadcrumb_item + .breadcrumb_item {
  margin-left: 5px;
}
.breadcrumb_item + .breadcrumb_item::before {
  content: ">";
  margin-right: 5px;
}
.breadcrumb_item a {
  color: #0886D9;
}

.ly_wrapper {
  position: relative;
}
.ly_wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/common/bg_cross.png) repeat center/210px auto;
  z-index: -1;
}
@media all and (min-width: 1400px) {
  .ly_wrapper::before {
    background-image: url(../img/common/bg_cross_pc.png);
    background-size: 700px auto;
  }
}

/*  info
---------------------------------------- */
.footer_info {
  padding-top: 60px;
  padding-bottom: 15px;
}
.footer_info_logo {
  width: 156px;
}
.footer_info_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.footer_info_sns_item {
  width: 22px;
}
@media all and (min-width: 1400px) {
  .footer_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .footer_info_logo {
    width: 223px;
  }
  .footer_info_sns {
    gap: 15px;
    margin-top: 0;
  }
  .footer_info_sns_item {
    width: 40px;
  }
}

/*  cr
---------------------------------------- */
.footer_cr_inner {
  padding-top: 15px;
}
.footer_cr_links {
  padding-bottom: 60px;
}
.footer_cr_links_item:nth-child(n+2) {
  margin-top: 2px;
}
.footer_cr_links_item_link {
  color: #0886D9;
  font-size: 1.2rem;
}
.footer_cr_txt {
  margin: 0 -20px;
  padding: 10px 20px;
  color: #e3f1fa;
  background: #0886D9;
  text-align: center;
  font-size: 1rem;
}
@media all and (min-width: 1400px) {
  .footer_cr {
    background: #0886D9;
  }
  .footer_cr_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer_cr_links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  .footer_cr_links_item {
    margin: 0 10px;
  }
  .footer_cr_links_item:nth-child(n+2) {
    margin-top: 0;
  }
  .footer_cr_links_item_link {
    color: #e3f1fa;
    font-size: 1.3rem;
  }
  .footer_cr_txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: left;
    font-size: 1.2rem;
  }
}

/*  inner
================================================ */
/* el_inner01
-------------------------------------- */
.el_inner01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: clamp(320px, 100%, 1400px);
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 1400px) {
  .el_inner01 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* el_inner02
-------------------------------------- */
.el_inner02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 1400px) {
  .el_inner02 {
    max-width: min(100%, 1920px);
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/*  btn
================================================ */
/*  .el_btn01
---------------------------------------- */
.el_btn01 {
  width: 270px;
  margin: 30px auto 0;
}
.el_btn01_link {
  position: relative;
  display: block;
  padding: 18px 50px;
  color: #0886D9;
  border: 2px solid #0886D9;
  background: #fff;
  border-radius: 60px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.el_btn01_link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  width: 8px;
  height: 13px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.47%22%20height%3D%2213.293%22%20viewBox%3D%220%200%207.47%2013.293%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_2%22%20data-name%3D%22%E5%90%88%E4%BD%93%202%22%20d%3D%22M-3728.417%2C4386.394a.824.824%2C0%2C0%2C1%2C0-1.165l5.24-5.242-5.24-5.24a.824.824%2C0%2C0%2C1%2C0-1.165.823.823%2C0%2C0%2C1%2C1.165%2C0l5.823%2C5.823a.82.82%2C0%2C0%2C1%2C.241.582.821.821%2C0%2C0%2C1-.241.583l-5.823%2C5.824a.821.821%2C0%2C0%2C1-.582.241A.821.821%2C0%2C0%2C1-3728.417%2C4386.394Z%22%20transform%3D%22translate(3728.659%20-4373.341)%22%20fill%3D%22%230886D9%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
._noArw .el_btn01_link::after {
  content: none;
}
@media all and (min-width: 768px) {
  .el_btn01 {
    margin-top: 60px;
    width: 380px;
  }
  .el_btn01_link {
    overflow: hidden;
    padding: 25px 50px;
    font-size: 1.8rem;
  }
  .el_btn01_link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #0886D9;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .el_btn01_link::after {
    right: 35px;
    width: 12px;
    height: 21px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.47%22%20height%3D%2213.293%22%20viewBox%3D%220%200%207.47%2013.293%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_2%22%20data-name%3D%22%E5%90%88%E4%BD%93%202%22%20d%3D%22M-3728.417%2C4386.394a.824.824%2C0%2C0%2C1%2C0-1.165l5.24-5.242-5.24-5.24a.824.824%2C0%2C0%2C1%2C0-1.165.823.823%2C0%2C0%2C1%2C1.165%2C0l5.823%2C5.823a.82.82%2C0%2C0%2C1%2C.241.582.821.821%2C0%2C0%2C1-.241.583l-5.823%2C5.824a.821.821%2C0%2C0%2C1-.582.241A.821.821%2C0%2C0%2C1-3728.417%2C4386.394Z%22%20transform%3D%22translate(3728.659%20-4373.341)%22%20fill%3D%22%230886D9%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .el_btn01_link:hover {
    color: #fff;
  }
  .el_btn01_link:hover::before {
    width: 400px;
    height: 400px;
  }
  .el_btn01_link:hover::after {
    width: 12px;
    height: 21px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.47%22%20height%3D%2213.293%22%20viewBox%3D%220%200%207.47%2013.293%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_2%22%20data-name%3D%22%E5%90%88%E4%BD%93%202%22%20d%3D%22M-3728.417%2C4386.394a.824.824%2C0%2C0%2C1%2C0-1.165l5.24-5.242-5.24-5.24a.824.824%2C0%2C0%2C1%2C0-1.165.823.823%2C0%2C0%2C1%2C1.165%2C0l5.823%2C5.823a.82.82%2C0%2C0%2C1%2C.241.582.821.821%2C0%2C0%2C1-.241.583l-5.823%2C5.824a.821.821%2C0%2C0%2C1-.582.241A.821.821%2C0%2C0%2C1-3728.417%2C4386.394Z%22%20transform%3D%22translate(3728.659%20-4373.341)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 30px;
  }
  ._noArw .el_btn01_link:hover::after {
    content: none;
  }
  .el_btn01_in {
    position: relative;
    z-index: 1;
  }
}

/*  searchBtn
================================================ */
.el_searchBtn form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
}
.el_searchBtn input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  outline: 0;
  height: 100%;
  width: calc(100% - 50px);
  padding: 10px 20px;
  border-radius: 50px 0 0 50px;
  border: solid #0886D9;
  border-width: 2px 0 2px 2px;
  background: #fff;
}
.el_searchBtn button {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 0 50px 50px 0;
  border: 0;
  outline: 0;
  background: #0886D9;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.el_searchBtn button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.707%22%20height%3D%2223.707%22%20viewBox%3D%220%200%2023.707%2023.707%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_2%22%20data-name%3D%22%E5%90%88%E4%BD%93%202%22%20d%3D%22M-4021.764%2C2518.181a9.316%2C9.316%2C0%2C0%2C1-5.409%2C1.722%2C9.3%2C9.3%2C0%2C0%2C1-6.6-2.729%2C9.342%2C9.342%2C0%2C0%2C1%2C0-13.2%2C9.342%2C9.342%2C0%2C0%2C1%2C13.2%2C0%2C9.345%2C9.345%2C0%2C0%2C1%2C1.007%2C12.007l5.568%2C5.569-2.2%2C2.195Zm-10.454-12.65a7.143%2C7.143%2C0%2C0%2C0%2C0%2C10.091%2C7.143%2C7.143%2C0%2C0%2C0%2C10.091%2C0%2C7.145%2C7.145%2C0%2C0%2C0%2C0-10.091%2C7.113%2C7.113%2C0%2C0%2C0-5.046-2.086A7.11%2C7.11%2C0%2C0%2C0-4032.219%2C2505.531Z%22%20transform%3D%22translate(4037%20-2500.75)%22%20fill%3D%22%23fff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (min-width: 768px) {
  .el_searchBtn button:hover {
    opacity: 0.6;
  }
}

/*  el_ico
================================================ */
.el_ico {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}
.el_ico img {
  display: block;
  width: 70%;
  height: 70%;
}
._gohan .el_ico {
  background: #ffc33c;
}
._odekake .el_ico {
  background: #00ba7a;
}
._kurashi .el_ico {
  background: #ff664a;
}

/*  el_tag01
================================================ */
.el_tag01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
._gohan .el_tag01 {
  color: #ffb11f;
}
._kurashi .el_tag01 {
  color: #ff664a;
}
._odekake .el_tag01 {
  color: #00ba7a;
}
.el_tag01_item {
  font-size: 1.3rem;
}
@media all and (min-width: 768px) {
  .el_tag01 {
    gap: 15px;
  }
  .el_tag01_item {
    font-size: 1.5rem;
  }
}

/*  el_head01
================================================ */
.el_head01 {
  text-align: center;
  margin-bottom: 30px;
}
.el_head01_in {
  position: relative;
  display: inline-block;
  font-size: 4rem;
  color: #0886D9;
  padding-bottom: 3px;
  line-height: 1.5;
}
.el_head01_in._small {
  font-size: 2.5rem;
}
._white .el_head01_in {
  color: #fff;
}
.el_head01_in::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: repeat-x left center/6px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%223%22%20viewBox%3D%220%200%206%203%22%3E%20%3Cg%20transform%3D%22translate(-450%20-938)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_30%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2030%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(450%20938)%22%20fill%3D%22%230886D9%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
._white .el_head01_in::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: repeat-x left center/6px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%223%22%20viewBox%3D%220%200%206%203%22%3E%20%3Cg%20transform%3D%22translate(-450%20-938)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_30%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2030%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(450%20938)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (min-width: 768px) {
  .el_head01 {
    margin-bottom: 40px;
  }
  .el_head01_in {
    font-size: 4.8rem;
  }
  .el_head01_in._small {
    font-size: 3.6rem;
  }
}

/*  el_archive01
================================================ */
.el_archive01_item:nth-child(n+2) {
  margin-top: 20px;
}
._slider .el_archive01_item {
  margin-top: 0 !important;
}
.el_archive01_item_link {
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.el_archive01_item_areaTxt {
  position: relative;
  padding: 30px 25px 20px;
  background: #f8f8f8;
  border: solid #f8f8f8;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 10px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.el_archive01_item_areaTxt::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: 0;
  height: 3px;
}
._gohan .el_archive01_item_areaTxt::before {
  background: #ffc33c;
}
._kurashi .el_archive01_item_areaTxt::before {
  background: #ff664a;
}
._odekake .el_archive01_item_areaTxt::before {
  background: #00ba7a;
}
.el_archive01_item_cat {
  position: absolute;
  top: 0;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #ddd;
  color: #fff;
}
._gohan .el_archive01_item_cat {
  background: #ffc33c;
}
._kurashi .el_archive01_item_cat {
  background: #ff664a;
}
._odekake .el_archive01_item_cat {
  background: #00ba7a;
}
.el_archive01_item_cat_ico {
  width: 36px;
  height: 36px;
  line-height: 1.1;
}
.el_archive01_item_cat_ico_in {
  position: relative;
  width: 100%;
  height: 100%;
}
.el_archive01_item_cat_txt {
  font-size: 1.2rem;
  line-height: 1.1;
}
.el_archive01_item_date {
  font-size: 1.2rem;
  color: #999;
}
.el_archive01_item_head {
  font-size: 1.5rem;
}
.el_archive01_item_tag {
  margin-top: 5px;
}
@media all and (min-width: 768px) {
  .el_archive01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .el_archive01_item {
    width: calc(33.33% - 20px);
  }
  .el_archive01_item:nth-child(n+2) {
    margin-top: 0;
  }
  .el_archive01_item_link {
    position: relative;
  }
  .el_archive01_item_link:hover .el_archive01_item_areaTxt {
    background: #fff;
  }
  ._gohan .el_archive01_item_link:hover .el_archive01_item_areaTxt {
    border-color: #ffc33c;
  }
  ._kurashi .el_archive01_item_link:hover .el_archive01_item_areaTxt {
    border-color: #ff664a;
  }
  ._odekake .el_archive01_item_link:hover .el_archive01_item_areaTxt {
    border-color: #00ba7a;
  }
  .el_archive01_item_link:hover .el_archive01_item_head {
    text-decoration: underline;
  }
  .el_archive01_item_link:hover .el_archive01_item_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .el_archive01_item_img {
    overflow: hidden;
  }
  .el_archive01_item_img img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .el_archive01_item_areaTxt {
    padding: 25px 40px 30px;
  }
  .el_archive01_item_areaTxt::before {
    height: 5px;
  }
  .el_archive01_item_cat {
    right: 20px;
    width: 90px;
    height: 90px;
  }
  .el_archive01_item_cat_ico {
    width: 40px;
    height: 40px;
  }
  .el_archive01_item_cat_txt {
    line-height: 1.5;
  }
  .el_archive01_item_date {
    font-size: 1.5rem;
  }
  .el_archive01_item_head {
    font-size: 1.7rem;
    line-height: 1.6;
    min-height: 4.8em;
  }
  .el_archive01_item_tag {
    margin-top: 12px;
  }
}
@media all and (min-width: 1400px) {
  .el_archive01 {
    gap: 60px;
    padding: 0 50px;
  }
  .el_archive01_item {
    width: calc(33.33% - 40px);
  }
}

/*  circle
================================================ */
.el_circle svg {
  stroke: #eaf5fd;
  fill: transparent;
  stroke-width: 6%;
  stroke-dasharray: 2922px;
  stroke-dashoffset: 2922;
  pointer-events: none;

}
.el_circle.is_view svg {
  -webkit-animation: circleAnimation 2s linear;
          animation: circleAnimation 2s linear;
  stroke-dashoffset: 0;
}
.el_circle._main svg {
  stroke: #0886D9;
  opacity: 0.06;
}
.el_circle._small svg {
  stroke-width: 8%;
}
.el_circle._bold svg {
  stroke-width: 11%;
}

@-webkit-keyframes circleAnimation {
  0% {
    stroke-dashoffset: 2922px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes circleAnimation {
  0% {
    stroke-dashoffset: 2922px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* pc <--> sp
-------------------------------------- */
.ut_mediaQuery {
  display: none;
  font-family: "sp";
}
@media all and (min-width: 768px) {
  .ut_mediaQuery {
    font-family: "tb";
  }
}
@media all and (min-width: 1400px) {
  .ut_mediaQuery {
    font-family: "pc";
  }
}

@media all and (max-width: 1399px) {
  .ut_view_pc {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  .ut_view_sp {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .ut_view_onlyTb {
    display: none !important;
  }
}
@media all and (min-width: 1400px) {
  .ut_view_onlyTb {
    display: none !important;
  }
}

@media all and (min-width: 1400px) {
  .ut_view_underTb {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .ut_view_upperTb {
    display: none !important;
  }
}

/* text
-------------------------------------- */
.ut_txt_uppercase {
  text-transform: uppercase;
}

.ut_txt_center {
  text-align: center;
}

.ut_txt_left {
  text-align: left;
}

.ut_txt_right {
  text-align: right;
}

/* link
-------------------------------------- */
a.ut_h_opacity {
  display: block;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  a.ut_h_opacity {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.ut_h_opacity:hover {
    opacity: 0.7;
  }
}

a.ut_h_zoom {
  display: block;
  text-decoration: none;
}
a.ut_h_zoom .ut_h_zoom_img {
  display: block;
}
a.ut_h_zoom .ut_h_zoom_imgWrap {
  display: block;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  a.ut_h_zoom .ut_h_zoom_img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.ut_h_zoom:hover .ut_h_zoom_img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/*  color
================================================ */
.hp_clr_white {
  color: #fff;
}

/*  font
================================================ */
.hp_font_zenkaku {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}

/*  solution
---------------------------------------- */
.home_solution {
  position: relative;
}
.home_solution::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0886D9 url(../img/home/bg_solution_sp.jpg) no-repeat center/cover;
}
.home_solution_inner {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 70px;
}
.home_solution_bg {
  position: absolute;
  width: 55px;
  top: 0;
  left: 0;
  z-index: -1;
}
.home_solution_head {
  margin-bottom: 15px;
  color: #0886D9;
  font-size: 3.2rem;
  text-align: center;
  vertical-align: middle;
}
.home_solution_head_img {
  position: relative;
  display: inline-block;
  width: 136px;
  margin-right: 10px;
  bottom: 3px;
}
.home_solution_head_img img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.home_solution_head_small {
  display: inline-block;
  padding-right: 5px;
}
.home_solution_head_dot {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 3.3rem;
}
.home_solution_head_dot::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: repeat-x left center/6px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%223%22%20viewBox%3D%220%200%206%203%22%3E%20%3Cg%20transform%3D%22translate(-450%20-938)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_30%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2030%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(450%20938)%22%20fill%3D%22%230886D9%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home_solution_lead {
  text-align: center;
  font-size: 1.6rem;
}
.home_solution_list {
  margin-top: 50px;
}
.home_solution_item:nth-child(n+2) {
  margin-top: 45px;
}
.home_solution_item_link {
  position: relative;
  display: block;
  padding: 45px 25px 25px;
  background: #fff;
  border-radius: 10px;
  border: solid 2px;
}
._gohan .home_solution_item_link {
  background: #f6f5ed;
  border-color: #ffc33c;
}
._kurashi .home_solution_item_link {
  background: #f6eeef;
  border-color: #ff664a;
}
._odekake .home_solution_item_link {
  background: #e2f5f3;
  border-color: #00ba7a;
}
.home_solution_item_cat {
  position: absolute !important;
  top: 0;
  left: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 45px 10px 20px;
  border-radius: 5px 5px 5px 0;
  color: #fff;
  font-size: 2.4rem;
}
._gohan .home_solution_item_cat {
  background: #ffc33c;
}
._odekake .home_solution_item_cat {
  background: #00ba7a;
}
._kurashi .home_solution_item_cat {
  background: #ff664a;
}
.home_solution_item_cat_ico {
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .home_solution {
    position: relative;
    z-index: 2;
  }
  .home_solution::before {
    width: max(100vw - 80px, 1480px);
    right: auto;
    background-image: url(../img/home/bg_solution_pc.jpg);
    border-radius: 0 100px 100px 0;
  }
  .home_solution_inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .home_solution_bg {
    width: 100px;
    left: 0;
  }
  .home_solution_head {
    text-align: left;
    margin: 0 0 35px -5px;
    font-size: 4rem;
  }
  .home_solution_head_img {
    bottom: 1px;
    width: 192px;
    margin-right: 10px;
  }
  .home_solution_head_small {
    padding-right: 0;
  }
  .home_solution_head_dot {
    display: inline-block;
    margin-left: 10px;
    font-size: 4.8rem;
  }
  .home_solution_lead {
    text-align: left;
    font-size: 1.8rem;
  }
  .home_solution_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    margin-top: 75px;
    padding: 0 20px;
  }
  .home_solution_item {
    width: calc(33.33% - 20px);
  }
  .home_solution_item:nth-child(n+2) {
    margin-top: 0;
  }
  .home_solution_item_link {
    padding: 0;
    border-radius: 0;
    border: none;
  }
  ._gohan .home_solution_item_link {
    background: transparent;
    border-color: #ffc33c;
  }
  ._kurashi .home_solution_item_link {
    background: transparent;
    border-color: #ff664a;
  }
  ._odekake .home_solution_item_link {
    background: transparent;
    border-color: #00ba7a;
  }
  .home_solution_item_img {
    overflow: hidden;
    position: relative;
    border: 2px solid;
    border-radius: 10px;
  }
  ._gohan .home_solution_item_img {
    border-color: #ffc33c;
  }
  ._kurashi .home_solution_item_img {
    border-color: #ff664a;
  }
  ._odekake .home_solution_item_img {
    border-color: #00ba7a;
  }
  .home_solution_item_img_ico {
    overflow: hidden;
    position: absolute !important;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 500px 0 0 0;
  }
  ._gohan .home_solution_item_img_ico {
    background: #ffc33c;
  }
  ._kurashi .home_solution_item_img_ico {
    background: #ff664a;
  }
  ._odekake .home_solution_item_img_ico {
    background: #00ba7a;
  }
  .home_solution_item_img_ico img {
    position: absolute;
    top: auto;
    left: auto;
    right: 13px;
    bottom: 15px;
    width: 40px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .home_solution_item_cat {
    padding: 8px 45px;
    font-size: min(2vw, 2.5rem);
    z-index: 1;
    left: 0;
  }
  .home_solution_item_txt {
    padding: 25px 8px;
  }
}
@media all and (min-width: 1400px ) {
  .home_solution_bg {
    left: calc((100vw - 1400px) / 2 * -1);
  }
  .home_solution_list {
    gap: 60px;
    padding: 0 50px;
  }
  .home_solution_item {
    width: calc(33.33% - 40px);
  }
  .home_solution_item_img {
    position: relative;
  }
  .home_solution_item_img::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0px solid;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  ._gohan .home_solution_item_img::before {
    border-color: #ffc33c;
  }
  ._kurashi .home_solution_item_img::before {
    border-color: #ff664a;
  }
  ._odekake .home_solution_item_img::before {
    border-color: #00ba7a;
  }
  .home_solution_item_link:hover .home_solution_item_img::before {
    border-width: 5px;
  }
}

/*  keyword
================================================ */
.home_keyword_inner {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.home_keyword_circle_top {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%) scale(-1, -1) rotate(-90deg);
          transform: translate(-50%, -50%) scale(-1, -1) rotate(-90deg);
  width: 280px;
  height: 280px;
  pointer-events: none;

}
.home_keyword_circle_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%) scale(1, -1);
          transform: translate(50%, 50%) scale(1, -1);
  width: 190px;
  height: 190px;
  pointer-events: none;

}
.home_keyword_box {
  padding: 25px 30px;
  border-radius: 20px;
  background: #fff;
  border: 3px solid #e3f1fa;
}
.home_keyword_list {
  letter-spacing: -0.5em;
  margin-bottom: -5px;
}
.home_keyword_item {
  display: inline-block;
  letter-spacing: 0.05em;
  margin: 0 15px 5px 0;
}
.home_keyword_item_link {
  display: inline-block !important;
  color: #0886D9;
  font-size: 1.4rem;
}
.home_keyword_btn {
  width: min(100%, 315px);
  margin: 20px auto 0;
}
@media all and (min-width: 768px) {
  .home_keyword {
    position: relative;
  }
  .home_keyword_circle_top {
    width: 600px;
    height: 600px;
  }
  .home_keyword_circle_bottom {
    width: 820px;
    height: 820px;
  }
  .home_keyword_inner {
    padding-top: 115px;
    padding-bottom: 75px;
  }
  .home_keyword_box {
    width: min(100%, 1160px);
    margin: 0 auto;
    padding: 40px 70px;
    border-radius: 20px;
    border-width: 5px;
  }
  .home_keyword_list {
    margin-bottom: -15px;
  }
  .home_keyword_item {
    margin: 0 20px 15px 0;
  }
  .home_keyword_item_link {
    font-size: 1.5rem;
  }
  .home_keyword_btn {
    width: min(100%, 560px);
    margin: 35px auto 0;
  }
}

/*  home_news
================================================ */
.home_news_inner {
  padding-top: 45px;
  padding-bottom: 70px;
}
.home_news_head {
  width: 250px;
  margin: 0 auto 30px;
}
@media all and (min-width: 768px) {
  .home_news_inner {
    padding-top: 75px;
    padding-bottom: 135px;
  }
  .home_news_head {
    width: 390px;
    margin: 0 auto 60px;
  }
}

/*  story
================================================ */
.home_story {
  overflow: hidden;
  position: relative;
}
.home_story::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/common/bg_story.jpg) repeat center/22px;
  z-index: -1;
}
.home_story_circle_top {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%) scale(-1, -1) rotate(-90deg);
          transform: translate(-50%, -50%) scale(-1, -1) rotate(-90deg);
  opacity: 0.4;
  z-index: 1;
  width: 170px;
  height: 170px;
  pointer-events: none;

}
.home_story_circle_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%) scale(1, -1);
          transform: translate(50%, 50%) scale(1, -1);
  width: 220px;
  height: 220px;
  opacity: 0.4;
  pointer-events: none;

}
.home_story_inner {
  position: relative;
  padding-top: 55px;
  padding-bottom: 70px;
}
.home_story_head {
  margin-bottom: 30px;
}
.home_story_head_in {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 3rem;
  padding-bottom: 3px;
  line-height: 1.5;
}
.home_story_head_in._small {
  font-size: 2rem;
  line-height: 2;
}
.home_story_head_in::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: repeat-x left center/6px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%223%22%20viewBox%3D%220%200%206%203%22%3E%20%3Cg%20transform%3D%22translate(-450%20-938)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_30%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2030%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(450%20938)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home_story_lead {
  margin-bottom: 30px;
  color: #fff;
}
.home_story_listWrap {
  position: relative;
}
.home_story_item_link {
  position: relative;
  display: block;
}
.home_story_item_areaImg {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.home_story_item_areaImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid #ebf7ff;
  z-index: 1;
}
.home_story_item_areaImg img {
  border: 2px solid #ebf7ff;
  border-radius: 10px;
}
.home_story_item_cat {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.1rem;
  padding: 2px 10px;
  background: #0886D9;
  color: #fff;
}
.home_story_item_head {
  position: relative;
  z-index: 1;
  background: #fff;
  margin: -1em 60px 0 15px;
  padding: 10px 13px;
  border-radius: 5px;
  color: #0886D9;
  font-size: 1.6rem;
}
.home_story_item_more {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45px;
  padding-right: 10px;
  text-align: right;
  white-space: nowrap;
  color: #fff;
  font-size: 1.1rem;
}
.home_story_item_more::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 4px;
  height: 6px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.122%22%20height%3D%226.243%22%20viewBox%3D%220%200%204.122%206.243%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-3728.293%2C4379.365a1%2C1%2C0%2C0%2C1%2C0-1.415l1.414-1.414-1.414-1.415a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.415%2C0l2.121%2C2.122a1%2C1%2C0%2C0%2C1%2C.293.707%2C1%2C1%2C0%2C0%2C1-.293.708l-2.121%2C2.122a1%2C1%2C0%2C0%2C1-.707.292A1%2C1%2C0%2C0%2C1-3728.293%2C4379.365Z%22%20transform%3D%22translate(3728.586%20-4373.415)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (min-width: 768px) {
  .home_story {
    overflow: visible;
  }
  .home_story::before {
    width: max(100vw - 80px, 1480px);
    bottom: -230px;
    right: auto;
    border-radius: 0 100px 100px 0;
  }
  .home_story_circle_top {
    width: 600px;
    height: 600px;
    -webkit-transform: translate(-50%, -50%) scale(-1, -1) rotate(0);
            transform: translate(-50%, -50%) scale(-1, -1) rotate(0);
  }
  .home_story_circle_bottom {
    width: 650px;
    height: 650px;
  }
  .home_story_inner {
    position: relative;
    padding-top: 120px;
    padding-bottom: 135px;
  }
  .home_story_head {
    position: relative;
    display: inline-block;
    text-align: left;
    margin-bottom: 30px;
  }
  .home_story_head::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: repeat-x left center/6px auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%223%22%20viewBox%3D%220%200%206%203%22%3E%20%3Cg%20transform%3D%22translate(-450%20-938)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_30%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2030%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(450%20938)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .home_story_head_in::before {
    content: none;
  }
  .home_story_lead {
    margin-bottom: 50px;
    text-align: left;
  }
  .home_story_item_cat {
    font-size: 1.2rem;
    z-index: 1;
  }
  .home_story_item_areaImg {
    position: relative;
  }
  .home_story_item_areaImg::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .home_story_item_areaImg img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .home_story_item_head {
    margin: -1em 80px 0 15px;
    padding: 10px 15px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .home_story_item_more {
    width: 70px;
    padding-right: 30px;
    font-size: 1.2rem;
  }
  .home_story_item_more::after {
    right: 10px;
    width: 5px;
    height: 9px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.122%22%20height%3D%226.243%22%20viewBox%3D%220%200%204.122%206.243%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-3728.293%2C4379.365a1%2C1%2C0%2C0%2C1%2C0-1.415l1.414-1.414-1.414-1.415a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.415%2C0l2.121%2C2.122a1%2C1%2C0%2C0%2C1%2C.293.707%2C1%2C1%2C0%2C0%2C1-.293.708l-2.121%2C2.122a1%2C1%2C0%2C0%2C1-.707.292A1%2C1%2C0%2C0%2C1-3728.293%2C4379.365Z%22%20transform%3D%22translate(3728.586%20-4373.415)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .home_story_item_link:hover .home_story_item_areaImg {
    overflow: hidden;
  }
  .home_story_item_link:hover .home_story_item_areaImg::before {
    border-width: 5px;
  }
  .home_story_item_link:hover .home_story_item_areaImg img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .home_story_item_link:hover .home_story_item_more::after {
    right: 5px;
  }
}

.home_story .js_story {
  position: relative;
  overflow: hidden;
  margin: 0 -20px;
}
.home_story .js_story .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home_story .js_story_swiper_nav {
  top: 40%;
  z-index: 10;
}
.home_story .js_story_swiper_nav._prev {
  left: 0;
}
.home_story .js_story_swiper_nav._next {
  right: 0;
}
@media all and (min-width: 768px) {
  .home_story_listWrap {
    position: relative;
    padding: 0 45px;
  }
  .home_story .js_story {
    margin: 0;
  }
}
@media all and (min-width: 1500px) {
  .home_story_listWrap {
    position: relative;
    padding: 0 100px;
    margin: 0 -50px;
  }
  .home_story .js_story_swiper_nav._prev {
    left: 30px;
  }
  .home_story .js_story_swiper_nav._next {
    right: 30px;
  }
}

/*  .home_pickup
---------------------------------------- */
#home .home_pickup {
  overflow: hidden;
}

.home_pickup {
  position: relative;
}
.home_pickup::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #ebf7ff;
  z-index: -1;
}
.home_pickup_circle {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%) scale(1, -1);
          transform: translate(50%, 50%) scale(1, -1);
  width: 200px;
  height: 200px;
  pointer-events: none;

}
.home_pickup_circle svg {
  opacity: 0.06;
  pointer-events: none;

}
.home_pickup_slideWrap {
  position: relative;
}
.home_pickup_prev, .home_pickup_next {
  position: absolute;
  top: 35%;
  z-index: 10 !important;
}
.home_pickup_prev {
  left: 0;
}
.home_pickup_next {
  right: 0;
}
.home_pickup_inner {
  padding-top: 65px;
  padding-bottom: 70px;
}
.home_pickup_head {
  width: 176px;
  margin: 0 auto 30px 0;
}
.home_pickup_item_img {
  overflow: hidden;
  border-radius: 10px;
}
.home_pickup_item_img img {
  border-radius: 10px;
}
.home_pickup_item_areaTxt {
  padding: 12px 0;
  text-align: center;
}
.home_pickup_item_head {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 700;
}
.home_pickup_item_txt {
  font-size: 1.2rem;
}
@media all and (min-width: 768px) {
  .home_pickup {
    position: relative;
  }
  .home_pickup::before {
    width: max(100vw - 80px, 1480px);
    left: auto;
    border-radius: 100px 0 0 100px;
  }
  .home_pickup_circle {
    top: 0;
    left: -80px;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%) scale(-1, -1) rotate(90deg);
            transform: translate(-50%, -50%) scale(-1, -1) rotate(90deg);
    width: 460px;
    height: 460px;
    z-index: -1;
  }
  .home_pickup_inner {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .home_pickup_slideWrap {
    position: relative;
    overflow: hidden;
    padding: 0 25px;
  }
  .home_pickup_head {
    width: 248px;
    margin: 0 auto 40px 0;
  }
  .home_pickup_item {
    width: 33.3%;
  }
  .home_pickup_item_areaTxt {
    padding: 15px 0;
  }
  .home_pickup_item_head {
    margin-bottom: 7px;
    font-size: 1.7rem;
  }
  .home_pickup_item_txt {
    text-align: center;
    font-size: 1.3rem;
  }
}
@media all and (min-width: 1400px) {
  .home_pickup_slideWrap {
    position: relative;
    overflow: visible;
    padding: 0;
  }
  .home_pickup_next {
    display: none !important;
  }
  .home_pickup_prev {
    left: -50px;
  }
}

@media all and (min-width: 1400px) {
  .js_pickup {
    position: relative;
    overflow: hidden;
    width: calc(100vw - 1400px + 1400px);
  }
}

/*  category_archive
---------------------------------------- */
.category_archive_inner {
  padding-bottom: 50px;
}
@media all and (min-width: 768px) {
  .category_archive_inner {
    padding-bottom: 50px;
  }
}

/*  pager
---------------------------------------- */
.category_archive_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  padding-top: 30px;
}
.category_archive_pager li {
  width: 50px;
  height: 50px;
}
.category_archive_pager li span, .category_archive_pager li a {
  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;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 1.4rem;
  text-decoration: none;
  color: #0886D9;
}
.category_archive_pager li._current span {
  background: #0886D9;
  color: #fff;
}
.category_archive_pager ._prev span, .category_archive_pager ._prev a, .category_archive_pager ._next span, .category_archive_pager ._next a {
  position: relative;
}
.category_archive_pager ._prev span::before, .category_archive_pager ._prev a::before, .category_archive_pager ._next span::before, .category_archive_pager ._next a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border: solid #0886D9;
  border-width: 2px 2px 0 0;
}
.category_archive_pager ._prev span::before, .category_archive_pager ._prev a::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.category_archive_pager ._next span::before, .category_archive_pager ._next a::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media all and (min-width: 1400px) {
  .category_archive_pager {
    padding-top: 60px;
  }
  .category_archive_pager li {
    width: 70px;
    height: 70px;
  }
  .category_archive_pager li span, .category_archive_pager li a {
    font-size: 2rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .category_archive_pager li a:hover {
    opacity: 0.7;
  }
  .category_archive_pager ._prev span::before, .category_archive_pager ._prev a::before, .category_archive_pager ._next span::before, .category_archive_pager ._next a::before {
    width: 18px;
    height: 18px;
  }
}

/*  layout
================================================ */
#single .single_inner {
  padding-top: 40px;
}
@media all and (min-width: 768px) {
  #single .single_inner {
    padding: 80px 52px 120px 70px;
  }
}
@media all and (min-width: 1400px) {
  #single .single_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 100px 55px;
  }
  #single .single_flex #article {
    width: 65%;
  }
  #single .single_flex #side {
    width: calc(35% - 55px);
  }
}
@media all and (min-width: 1600px) {
  #single .single_inner {
    padding-left: 0;
    padding-right: 0;
  }
  #single .single_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 100px 140px;
  }
  #single .single_flex #article {
    width: 920px;
  }
  #single .single_flex #side {
    width: calc(100% - 920px - 140px);
  }
}

/*  article
================================================ */
.single_article {
  padding-bottom: 55px;
}
.single_article img {
  border-radius: 10px;
}
.single_article_head {
  margin-bottom: 10px;
}
.single_article_head_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single_article_head_cat_ico {
  width: 35px;
  height: 35px;
  margin-right: 6px;
}
._gohan .single_article_head_cat_txt {
  color: #ffc33c;
}
._kurashi .single_article_head_cat_txt {
  color: #ff664a;
}
._odekake .single_article_head_cat_txt {
  color: #00ba7a;
}
.single_article_head_txt {
  position: relative;
  padding-bottom: 15px;
  font-size: 2.4rem;
  line-height: 1.58;
}
.single_article_head_txt::before, .single_article_head_txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
}
.single_article_head_txt::before {
  width: 100%;
  background: #eee;
}
.single_article_head_txt::after {
  width: 30%;
}
._gohan .single_article_head_txt::after {
  background: #ffc33c;
}
._kurashi .single_article_head_txt::after {
  background: #ff664a;
}
._odekake .single_article_head_txt::after {
  background: #00ba7a;
}
.single_article_head_info {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single_article_head_date {
  margin-left: 20px;
  color: #999;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single_article_eyecatch img {
  width: 100%;
}
.single_article_content {
  padding-top: 20px;
}
.single_article_content > * {
  margin-top: 20px;
}
.single_article_content > *:first-child {
  margin-top: 0;
}
.single_article_content h2 {
  clear: fixed;
  display: block;
  margin: 40px 0 25px;
  padding: 10px 15px;
  font-size: 2.2rem;
  font-weight: 700;
  border-style: solid;
  border-width: 2px 0;
}
._gohan .single_article_content h2 {
  background: #fffaef;
  border-color: #ffc33c;
}
._kurashi .single_article_content h2 {
  background: #fff3f1;
  border-color: #ff664a;
}
._odekake .single_article_content h2 {
  background: #ebfaf5;
  border-color: #00ba7a;
}
.single_article_content h3 {
  clear: fixed;
  position: relative;
  margin: 30px 0 25px;
  padding: 0 0 10px 15px;
  border-bottom: 2px solid #eee;
  font-size: 2rem;
  font-weight: 700;
}
.single_article_content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 10px;
  width: 4px;
  border-radius: 4px;
}
._gohan .single_article_content h3::before {
  background-color: #ffc33c;
}
._kurashi .single_article_content h3::before {
  background-color: #ff664a;
}
._odekake .single_article_content h3::before {
  background-color: #00ba7a;
}
.single_article_content h4 {
  margin: 25px 0 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  font-size: 1.8rem;
  font-weight: 700;
}
.single_article_content strong, .single_article_content b {
  font-weight: 700;
}
._gohan .single_article_content strong, ._gohan .single_article_content b {
  color: #ffb11f;
}
._kurashi .single_article_content strong, ._kurashi .single_article_content b {
  color: #ff664a;
}
._odekake .single_article_content strong, ._odekake .single_article_content b {
  color: #00ba7a;
}
.single_article_content table th, .single_article_content table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  border: 1px solid #eee;
  background: #fff;
}
.single_article_content a {
  color: #0886D9;
}
.single_article_content ul, .single_article_content ol {
  margin-top: 20px;
  padding-left: 1.5em;
}
.single_article_content ul > *:nth-child(n+2), .single_article_content ol > *:nth-child(n+2) {
  margin-top: 2px;
}
._gohan .single_article_content ul li::marker, ._gohan .single_article_content ol li::marker {
  color: #ffb11f;
}
._kurashi .single_article_content ul li::marker, ._kurashi .single_article_content ol li::marker {
  color: #ff664a;
}
._odekake .single_article_content ul li::marker, ._odekake .single_article_content ol li::marker {
  color: #00ba7a;
}
.single_article_content ul:not([class]) {
  list-style-type: disc;
}
.single_article_content ol:not([class]) {
  list-style-type: decimal;
}
.single_article_content_note {
  margin-top: 5px !important;
  color: #999;
  font-size: 1.4rem;
}
.single_article_toc {
  overflow: hidden;
  margin-top: 30px;
  background: #f8f8f8;
  border-radius: 10px;
}
.single_article_toc_head {
  position: relative;
  padding: 12px 15px 12px 50px;
  color: #fff;
  font-size: 2rem;
}
.single_article_toc_head::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_toc.png) no-repeat center/cover;
}
._gohan .single_article_toc_head {
  background: #ffc33c;
}
._kurashi .single_article_toc_head {
  background: #ff664a;
}
._odekake .single_article_toc_head {
  background: #00ba7a;
}
.single_article_toc_content {
  padding: 20px;
  font-size: 1.5rem;
}
.single_article_toc_content a {
  color: #292929;
}
.single_article_toc ol {
  list-style: decimal;
}
.single_article_toc ol.single_article_toc_list {
  padding-left: 1.5em;
  margin-top: 0;
}
.single_article_toc ol.single_article_toc_list ol {
  padding-left: 1.5em;
}
.single_article_toc ol.single_article_toc_list ol li::marker {
  color: #292929;
}
.single_article_toc ol.single_article_toc_list *:nth-child(n+2) {
  margin-top: 2px;
}
._gohan .single_article_toc ol.single_article_toc_list > li::marker {
  color: #ffb11f;
}
._kurashi .single_article_toc ol.single_article_toc_list > li::marker {
  color: #ff664a;
}
._odekake .single_article_toc ol.single_article_toc_list > li::marker {
  color: #00ba7a;
}
.single_article blockquote {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 45px;
  padding: 25px 20px;
  background: #f8f8f8;
  border-radius: 10px;
}
.single_article blockquote::before, .single_article blockquote::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 14px;
  background: no-repeat center/contain;
}
.single_article blockquote::before {
  top: -5px;
  left: 12px;
  background-image: url(../img/common/ico_blockquote_before.png);
}
.single_article blockquote::after {
  bottom: -5px;
  right: 12px;
  background-image: url(../img/common/ico_blockquote_after.png);
}
.single_article_video {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 45px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 10px;
}
.single_article_video::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -10px;
  width: 174px;
  height: 40px;
  background: url(../img/common/txt_video.png) no-repeat center/cover;
}
.single_article_video_in {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.single_article_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 767px) {
  .single_article_content_table {
    overflow-x: scroll;
    white-space: nowrap;
    margin-right: -20px;
  }
  .single_article_content table {
    width: auto;
  }
}
@media all and (min-width: 768px) {
  .single_article {
    padding-bottom: 100px;
  }
  .single_article_head {
    margin-bottom: 25px;
  }
  .single_article_head_cat {
    margin-bottom: 20px;
  }
  .single_article_head_cat_ico {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .single_article_head_txt {
    padding-bottom: 45px;
    font-size: 3.2rem;
  }
  .single_article_head_txt::before, .single_article_head_txt::after {
    height: 4px;
    border-radius: 4px;
  }
  .single_article_head_txt::after {
    width: 45%;
  }
  .single_article_head_info {
    margin-top: 50px;
  }
  .single_article_head_date {
    font-size: 1.3rem;
  }
  .single_article_content {
    padding-top: 40px;
  }
  .single_article_content > * {
    margin-top: 45px;
  }
  .single_article_content h2 {
    margin: 80px 0 45px;
    padding: 20px 28px;
    font-size: 3rem;
  }
  .single_article_content h3 {
    margin: 50px 0 30px;
    padding: 0 0 20px 25px;
    font-size: 2.7rem;
  }
  .single_article_content h3::before {
    top: 0;
    bottom: 15px;
    width: 6px;
    border-radius: 6px;
  }
  .single_article_content h4 {
    margin: 40px 0 20px;
    font-size: 2.4rem;
  }
  .single_article_content_note {
    margin-top: 10px !important;
    font-size: 1.5rem;
  }
  .single_article_content ul, .single_article_content ol {
    margin-top: 30px;
    padding-left: 1.5em;
  }
  .single_article_content ul > *:nth-child(n+2), .single_article_content ol > *:nth-child(n+2) {
    margin-top: 5px;
  }
  .single_article_toc {
    margin-top: 60px;
  }
  .single_article_toc_head {
    padding: 15px 50px 15px 80px;
    font-size: 2.7rem;
  }
  .single_article_toc_head::before {
    left: 45px;
    width: 27px;
    height: 27px;
  }
  .single_article_toc_content {
    padding: 35px 45px;
    font-size: 1.7rem;
  }
  .single_article_toc ol.single_article_toc_list *:nth-child(n+2) {
    margin-top: 5px;
  }
  .single_article blockquote {
    margin-top: 75px;
    padding: 35px 45px;
  }
  .single_article blockquote::before, .single_article blockquote::after {
    width: 26px;
    height: 22px;
  }
  .single_article blockquote::before {
    top: -8px;
    left: 23px;
  }
  .single_article blockquote::after {
    bottom: -8px;
    right: 23px;
  }
  .single_article_video {
    margin-top: 120px;
    padding: 35px 45px;
  }
  .single_article_video::before {
    left: 30px;
    top: -30px;
    width: 305px;
    height: 70px;
  }
}
@media all and (min-width: 1400px) {
  .single_article {
    padding-bottom: 120px;
  }
  .single_article_head_txt {
    padding-bottom: 50px;
  }
  .single_article_head_info {
    margin-top: 50px;
  }
  .single_article_content_note {
    font-size: 1.6rem;
  }
  .single_article_content ul, .single_article_content ol {
    font-size: 1.7rem;
  }
  .single_article_toc_head {
    padding-left: 85px;
  }
  .single_article_toc_content {
    padding: 35px 45px;
    font-size: 1.7rem;
  }
}

/*  product
---------------------------------------- */
.single_article_product {
  margin-top: 40px;
}
.single_article_product_head {
  position: relative;
  margin-bottom: 20px;
  padding: 28px 0 0;
  text-align: center;
  color: #0886D9;
  font-size: 2.2rem;
  line-height: 1.6;
}
.single_article_product_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22px;
  height: 22px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2117%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202117%22%20transform%3D%22translate(-511%20-5562)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2115%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202115%22%20transform%3D%22translate(511%205562)%22%3E%20%3Cpath%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_108%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20108%22%20d%3D%22M11%2C2.444A8.556%2C8.556%2C0%2C1%2C0%2C19.556%2C11%2C8.565%2C8.565%2C0%2C0%2C0%2C11%2C2.444M11%2C0A11%2C11%2C0%2C1%2C1%2C0%2C11%2C11%2C11%2C0%2C0%2C1%2C11%2C0Z%22%20transform%3D%22translate(0)%22%20fill%3D%22%230886D9%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_477%22%20data-name%3D%22%E3%83%91%E3%82%B9%20477%22%20d%3D%22M4248.625%2C8823.325l-3.884-4.671a1.222%2C1.222%2C0%2C0%2C1%2C1.879-1.562l1.969%2C2.367%2C4.285-5.35a1.223%2C1.223%2C0%2C1%2C1%2C1.909%2C1.528Z%22%20transform%3D%22translate(-3727.755%20-3245.133)%22%20fill%3D%22%230886D9%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single_article_product_list {
  border-top: 1px solid #eee;
}
.single_article_product_item {
  border-bottom: 1px solid #eee;
}
.single_article_product_item_link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}
.single_article_product_item_img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 23%;
  border: 1px solid #eee;
  border-radius: 10px;
}
.single_article_product_item_areaTxt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 77%;
  padding-left: 5%;
}
.single_article_product_item_more {
  position: relative;
  margin-top: 10px;
  padding-right: 20px;
  text-align: right;
  color: #0886D9;
}
.single_article_product_item_more::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 12px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.47%22%20height%3D%2213.293%22%20viewBox%3D%220%200%207.47%2013.293%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_2%22%20data-name%3D%22%E5%90%88%E4%BD%93%202%22%20d%3D%22M-3728.417%2C4386.394a.824.824%2C0%2C0%2C1%2C0-1.165l5.24-5.242-5.24-5.24a.824.824%2C0%2C0%2C1%2C0-1.165.823.823%2C0%2C0%2C1%2C1.165%2C0l5.823%2C5.823a.82.82%2C0%2C0%2C1%2C.241.582.821.821%2C0%2C0%2C1-.241.583l-5.823%2C5.824a.821.821%2C0%2C0%2C1-.582.241A.821.821%2C0%2C0%2C1-3728.417%2C4386.394Z%22%20transform%3D%22translate(3728.659%20-4373.341)%22%20fill%3D%22%230886D9%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (min-width: 768px) {
  .single_article_product {
    margin-top: 80px;
  }
  .single_article_product_head {
    margin-bottom: 30px;
    padding: 0 0 0 40px;
    text-align: left;
    font-size: 2.4rem;
  }
  .single_article_product_head::before {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    width: 27px;
    height: 27px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2117%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202117%22%20transform%3D%22translate(-511%20-5562)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2115%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202115%22%20transform%3D%22translate(511%205562)%22%3E%20%3Cpath%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_108%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20108%22%20d%3D%22M11%2C2.444A8.556%2C8.556%2C0%2C1%2C0%2C19.556%2C11%2C8.565%2C8.565%2C0%2C0%2C0%2C11%2C2.444M11%2C0A11%2C11%2C0%2C1%2C1%2C0%2C11%2C11%2C11%2C0%2C0%2C1%2C11%2C0Z%22%20transform%3D%22translate(0)%22%20fill%3D%22%230886D9%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_477%22%20data-name%3D%22%E3%83%91%E3%82%B9%20477%22%20d%3D%22M4248.625%2C8823.325l-3.884-4.671a1.222%2C1.222%2C0%2C0%2C1%2C1.879-1.562l1.969%2C2.367%2C4.285-5.35a1.223%2C1.223%2C0%2C1%2C1%2C1.909%2C1.528Z%22%20transform%3D%22translate(-3727.755%20-3245.133)%22%20fill%3D%22%230886D9%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .single_article_product_item_link {
    padding: 30px 20px;
  }
  .single_article_product_item_img {
    width: 110px;
  }
  .single_article_product_item_areaTxt {
    width: calc(100% - 110px);
    padding-left: 25px;
  }
  .single_article_product_item_more {
    padding-right: 25px;
    font-size: 1.4rem;
  }
  .single_article_product_item_more::after {
    right: 9px;
    width: 7px;
    height: 12px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.47%22%20height%3D%2213.293%22%20viewBox%3D%220%200%207.47%2013.293%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_2%22%20data-name%3D%22%E5%90%88%E4%BD%93%202%22%20d%3D%22M-3728.417%2C4386.394a.824.824%2C0%2C0%2C1%2C0-1.165l5.24-5.242-5.24-5.24a.824.824%2C0%2C0%2C1%2C0-1.165.823.823%2C0%2C0%2C1%2C1.165%2C0l5.823%2C5.823a.82.82%2C0%2C0%2C1%2C.241.582.821.821%2C0%2C0%2C1-.241.583l-5.823%2C5.824a.821.821%2C0%2C0%2C1-.582.241A.821.821%2C0%2C0%2C1-3728.417%2C4386.394Z%22%20transform%3D%22translate(3728.659%20-4373.341)%22%20fill%3D%22%230886D9%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

/*  editor
================================================ */
.single_article_editor {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 20px auto;
  grid-template-columns: 20% auto;
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
  gap: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 60px;
  padding: 45px 25px 25px;
  background: #ebf7ff;
  border: 2px solid #0886D9;
  border-radius: 10px;
}
.single_article_editor > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.single_article_editor > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.single_article_editor > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.single_article_editor > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.single_article_editor_head {
  position: absolute;
  top: 0;
  left: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  background: #0886D9;
  color: #fff;
  padding: 10px 25px 10px 45px;
  border-radius: 5px 5px 5px 0;
}
.single_article_editor_head::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
  width: 14px;
  height: 15px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3063%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203063%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.25%22%20height%3D%2215%22%20viewBox%3D%220%200%2014.25%2015%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_478%22%20data-name%3D%22%E3%83%91%E3%82%B9%20478%22%20d%3D%22M14.25%2C30H0V28.5A4.513%2C4.513%2C0%2C0%2C1%2C4.5%2C24H9.75a4.5%2C4.5%2C0%2C0%2C1%2C4.5%2C4.5Z%22%20transform%3D%22translate(0%20-15)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_479%22%20data-name%3D%22%E3%83%91%E3%82%B9%20479%22%20d%3D%22M16.25%2C4.125A4.237%2C4.237%2C0%2C0%2C1%2C12.125%2C8.25%2C4.125%2C4.125%2C0%2C1%2C1%2C16.25%2C4.125%22%20transform%3D%22translate(-5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single_article_editor_img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.single_article_editor_name {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.single_article_editor_txt {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
  font-size: 1.4rem;
}
@media all and (min-width: 768px) {
  .single_article_editor {
    -ms-grid-columns: 80px 20px auto;
    grid-template-columns: 80px auto;
    -ms-grid-rows: 1fr 0 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0 20px;
    margin-top: 100px;
    padding: 60px 45px 30px;
  }
  .single_article_editor > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .single_article_editor > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .single_article_editor > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .single_article_editor > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .single_article_editor_head {
    padding: 10px 35px 10px 65px;
  }
  .single_article_editor_head::before {
    left: 35px;
    width: 16px;
    height: 16px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3063%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203063%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.25%22%20height%3D%2215%22%20viewBox%3D%220%200%2014.25%2015%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_478%22%20data-name%3D%22%E3%83%91%E3%82%B9%20478%22%20d%3D%22M14.25%2C30H0V28.5A4.513%2C4.513%2C0%2C0%2C1%2C4.5%2C24H9.75a4.5%2C4.5%2C0%2C0%2C1%2C4.5%2C4.5Z%22%20transform%3D%22translate(0%20-15)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_479%22%20data-name%3D%22%E3%83%91%E3%82%B9%20479%22%20d%3D%22M16.25%2C4.125A4.237%2C4.237%2C0%2C0%2C1%2C12.125%2C8.25%2C4.125%2C4.125%2C0%2C1%2C1%2C16.25%2C4.125%22%20transform%3D%22translate(-5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .single_article_editor_img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
  }
  .single_article_editor_name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
    font-size: 1.5rem;
  }
  .single_article_editor_txt {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
    font-size: 1.5rem;
  }
}

/*  single_article_sns
---------------------------------------- */
.single_article_sns {
  z-index: 10;
  padding-top: 30px;
}
.single_article_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.single_article_sns_item {
  width: 22px;
  height: 22px;
}
@media all and (min-width: 768px) {
  .single_article_sns {
    position: fixed;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .single_article_sns.is_hidden {
    -webkit-transform: translate(-200%, -50%);
            transform: translate(-200%, -50%);
  }
  .single_article_sns_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .single_article_sns_item {
    width: 35px;
    height: 35px;
  }
}
@media all and (min-width: 1450px) {
  .single_article_sns {
    left: 30px;
  }
}

/*  single_article_pager
---------------------------------------- */
.single_article_pager {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  padding-top: 70px;
  border-top: 2px solid #eee;
}
.single_article_pager::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background: #ebf7ff;
}
.single_article_pager ._all {
  width: 270px;
  margin: 0 auto;
}
.single_article_pager ._all a {
  display: block;
}
.single_article_pager ._prev,
.single_article_pager ._next {
  position: absolute;
  top: 10px;
}
.single_article_pager ._prev a,
.single_article_pager ._next a {
  position: relative;
  color: #0886D9;
  padding-top: 15px;
  padding-bottom: 15px;
}
.single_article_pager ._prev a::before,
.single_article_pager ._next a::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 13px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.47%22%20height%3D%2213.293%22%20viewBox%3D%220%200%207.47%2013.293%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_2%22%20data-name%3D%22%E5%90%88%E4%BD%93%202%22%20d%3D%22M-3728.417%2C4386.394a.824.824%2C0%2C0%2C1%2C0-1.165l5.24-5.242-5.24-5.24a.824.824%2C0%2C0%2C1%2C0-1.165.823.823%2C0%2C0%2C1%2C1.165%2C0l5.823%2C5.823a.82.82%2C0%2C0%2C1%2C.241.582.821.821%2C0%2C0%2C1-.241.583l-5.823%2C5.824a.821.821%2C0%2C0%2C1-.582.241A.821.821%2C0%2C0%2C1-3728.417%2C4386.394Z%22%20transform%3D%22translate(3728.659%20-4373.341)%22%20fill%3D%22%230886D9%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single_article_pager ._prev {
  left: 0;
}
.single_article_pager ._prev a {
  padding-left: 40px;
}
.single_article_pager ._prev a::before {
  left: 10px;
  -webkit-transform: translateY(-50%) scale(-1, -1);
          transform: translateY(-50%) scale(-1, -1);
}
.single_article_pager ._next {
  right: 0;
}
.single_article_pager ._next a {
  padding-right: 40px;
}
.single_article_pager ._next a::before {
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 768px) {
  .single_article_pager {
    margin-top: 80px;
    padding: 60px 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single_article_pager::before {
    content: none;
  }
  .single_article_pager ._all {
    position: inherit;
    width: 270px;
  }
  .single_article_pager ._all a {
    padding: 15px 20px;
  }
  .single_article_pager ._prev,
.single_article_pager ._next {
    top: auto;
    bottom: 15px;
  }
  .single_article_pager ._prev a,
.single_article_pager ._next a {
    font-size: 1.8rem;
  }
  .single_article_pager ._prev a::before,
.single_article_pager ._next a::before {
    width: 9px;
    height: 17px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.47%22%20height%3D%2213.293%22%20viewBox%3D%220%200%207.47%2013.293%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_2%22%20data-name%3D%22%E5%90%88%E4%BD%93%202%22%20d%3D%22M-3728.417%2C4386.394a.824.824%2C0%2C0%2C1%2C0-1.165l5.24-5.242-5.24-5.24a.824.824%2C0%2C0%2C1%2C0-1.165.823.823%2C0%2C0%2C1%2C1.165%2C0l5.823%2C5.823a.82.82%2C0%2C0%2C1%2C.241.582.821.821%2C0%2C0%2C1-.241.583l-5.823%2C5.824a.821.821%2C0%2C0%2C1-.582.241A.821.821%2C0%2C0%2C1-3728.417%2C4386.394Z%22%20transform%3D%22translate(3728.659%20-4373.341)%22%20fill%3D%22%230886D9%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .single_article_pager ._prev a {
    padding-left: 50px;
  }
  .single_article_pager ._prev a::before {
    left: 15px;
  }
  .single_article_pager ._next a {
    padding-right: 50px;
  }
  .single_article_pager ._next a::before {
    right: 15px;
  }
}
@media all and (min-width: 1400px) {
  .single_article_pager ._all {
    width: 330px;
  }
  .single_article_pager ._all a {
    padding: 22px 20px;
    font-size: 1.8rem;
  }
}

/*  related
================================================ */
.single_related {
  position: relative;
  margin: 0 -20px;
  padding: 40px 20px 50px;
}
.single_related::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/common/bg_related_sp.jpg) no-repeat center/cover;
  z-index: -1;
}
.single_related_head {
  width: 248px;
  margin: 0 auto 20px;
}
@media all and (min-width: 768px) {
  .single_related {
    margin: 0 -52px;
    padding: 90px 52px 115px;
  }
  .single_related::before {
    background-image: url(../img/common/bg_related_pc.jpg);
  }
  .single_related_head {
    width: 427px;
    margin: 0 auto 20px -32px;
  }
}
@media all and (min-width: 1400px) {
  .single_related {
    margin: -52px;
    padding: 90px 52px 115px;
  }
  .single_related::before {
    width: max(100vw - 80px, 1480px);
    right: auto;
    border-radius: 0 100px 100px 0;
    left: calc((100vw - 1400px + 40px) / 2 * -1);
  }
  .single_related_pcWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
  }
  .single_related_pcWrap .el_archive01_item {
    margin:0 20px;
  }
}

/* side
================================================ */
.single_side {
  padding: 40px 0 50px;
}
.single_side_content + .single_side_content {
  margin-top: 40px;
}
.single_side_content_head {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 15px 15px;
  border-bottom: 2px solid #eee;
  font-size: 2.2rem;
  color: #0886D9;
}
.single_side_content_head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: #ebf7ff;
  z-index: -1;
  border-radius: 50%;
}
.single_side_pickup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.single_side_pickup_item {
  width: calc(50% - 5px);
  border-radius: 10px;
  overflow: hidden;
}
.single_side_pickup_item_link {
  display: block;
  height: 100%;
}
.single_side_pickup_item_areaTxt {
  position: relative;
  border-top: 5px solid;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding: 12px 15px 30px;
}
._gohan .single_side_pickup_item_areaTxt {
  border-color: #ffc33c;
}
._kurashi .single_side_pickup_item_areaTxt {
  border-color: #ff664a;
}
._odekake .single_side_pickup_item_areaTxt {
  border-color: #00ba7a;
}
.single_side_pickup_item_areaTxt::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 56px;
  height: 56px;
  border-radius: 500px;
}
._gohan .single_side_pickup_item_areaTxt::before {
  background: #ffc33c;
}
._kurashi .single_side_pickup_item_areaTxt::before {
  background: #ff664a;
}
._odekake .single_side_pickup_item_areaTxt::before {
  background: #00ba7a;
}
.single_side_pickup_item_cat {
  position: absolute !important;
  left: auto;
  top: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 14px;
  height: 14px;
  bottom: 5px;
  right: 5px;
  line-height: 1.2;
}
.single_side_pickup_item_cat img {
  line-height: 1.1;
}
.single_side_pickup_item._gohan .single_side_pickup_item_areaTxt {
  border-color: #ffc33c;
}
.single_side_pickup_item._gohan .single_side_pickup_item_areaTxt::before {
  background: #ffc33c;
}
.single_side_pickup_item._kurashi .single_side_pickup_item_areaTxt {
  border-color: #ff664a;
}
.single_side_pickup_item._kurashi .single_side_pickup_item_areaTxt::before {
  background: #ff664a;
}
.single_side_pickup_item._odekake .single_side_pickup_item_areaTxt {
  border-color: #00ba7a;
}
.single_side_pickup_item._odekake .single_side_pickup_item_areaTxt::before {
  background: #00ba7a;
}
.single_side_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}
.single_side_bnr_item {
  width: calc(50% - 5px);
}
.single_side_bnr_item img {
  border-radius: 10px;
}
.single_side_category_item:nth-child(n+2) {
  margin-top: 15px;
}
.single_side_category_link {
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 2px solid;
  border-radius: 10px;
}
.single_side_category_link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
._gohan .single_side_category_link {
  border-color: #ffc33c;
  background: #ffc33c;
}
._kurashi .single_side_category_link {
  border-color: #ff664a;
  background: #ff664a;
}
._odekake .single_side_category_link {
  border-color: #00ba7a;
  background: #00ba7a;
}
.single_side_category_img {
  width: 40%;
}
.single_side_category_areaTxt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60%;
  padding: 20px 5.5%;
  color: #fff;
}
.single_side_category_areaTxt::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  bottom: -20px;
  right: -20px;
  background: #fff;
  border-radius: 50%;
}
.single_side_category_areaTxt::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 1;
}
._gohan .single_side_category_areaTxt::after {
  width: 7px;
  height: 11px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.122%22%20height%3D%226.243%22%20viewBox%3D%220%200%204.122%206.243%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-3728.293%2C4379.365a1%2C1%2C0%2C0%2C1%2C0-1.415l1.414-1.414-1.414-1.415a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.415%2C0l2.121%2C2.122a1%2C1%2C0%2C0%2C1%2C.293.707%2C1%2C1%2C0%2C0%2C1-.293.708l-2.121%2C2.122a1%2C1%2C0%2C0%2C1-.707.292A1%2C1%2C0%2C0%2C1-3728.293%2C4379.365Z%22%20transform%3D%22translate(3728.586%20-4373.415)%22%20fill%3D%22%23ffc33c%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
._kurashi .single_side_category_areaTxt::after {
  width: 7px;
  height: 11px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.122%22%20height%3D%226.243%22%20viewBox%3D%220%200%204.122%206.243%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-3728.293%2C4379.365a1%2C1%2C0%2C0%2C1%2C0-1.415l1.414-1.414-1.414-1.415a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.415%2C0l2.121%2C2.122a1%2C1%2C0%2C0%2C1%2C.293.707%2C1%2C1%2C0%2C0%2C1-.293.708l-2.121%2C2.122a1%2C1%2C0%2C0%2C1-.707.292A1%2C1%2C0%2C0%2C1-3728.293%2C4379.365Z%22%20transform%3D%22translate(3728.586%20-4373.415)%22%20fill%3D%22%23ff664a%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
._odekake .single_side_category_areaTxt::after {
  width: 7px;
  height: 11px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.122%22%20height%3D%226.243%22%20viewBox%3D%220%200%204.122%206.243%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-3728.293%2C4379.365a1%2C1%2C0%2C0%2C1%2C0-1.415l1.414-1.414-1.414-1.415a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.415%2C0l2.121%2C2.122a1%2C1%2C0%2C0%2C1%2C.293.707%2C1%2C1%2C0%2C0%2C1-.293.708l-2.121%2C2.122a1%2C1%2C0%2C0%2C1-.707.292A1%2C1%2C0%2C0%2C1-3728.293%2C4379.365Z%22%20transform%3D%22translate(3728.586%20-4373.415)%22%20fill%3D%22%2300ba7a%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single_side_category_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.2;
}
.single_side_category_head_ico {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.single_side_category_head_txt {
  display: inline-block;
  width: calc(100% - 38px);
  font-size: 2.6rem;
  line-height: 1.2;
}
.single_side_category_txt {
  font-size: 1.2rem;
}
.single_side_category_item._gohan .single_side_category_link {
  border-color: #ffc33c;
  background: #ffc33c;
}
.single_side_category_item._gohan .single_side_category_areaTxt::after {
  width: 7px;
  height: 11px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.122%22%20height%3D%226.243%22%20viewBox%3D%220%200%204.122%206.243%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-3728.293%2C4379.365a1%2C1%2C0%2C0%2C1%2C0-1.415l1.414-1.414-1.414-1.415a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.415%2C0l2.121%2C2.122a1%2C1%2C0%2C0%2C1%2C.293.707%2C1%2C1%2C0%2C0%2C1-.293.708l-2.121%2C2.122a1%2C1%2C0%2C0%2C1-.707.292A1%2C1%2C0%2C0%2C1-3728.293%2C4379.365Z%22%20transform%3D%22translate(3728.586%20-4373.415)%22%20fill%3D%22%23ffc33c%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single_side_category_item._kurashi .single_side_category_link {
  border-color: #ff664a;
  background: #ff664a;
}
.single_side_category_item._kurashi .single_side_category_areaTxt::after {
  width: 7px;
  height: 11px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.122%22%20height%3D%226.243%22%20viewBox%3D%220%200%204.122%206.243%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-3728.293%2C4379.365a1%2C1%2C0%2C0%2C1%2C0-1.415l1.414-1.414-1.414-1.415a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.415%2C0l2.121%2C2.122a1%2C1%2C0%2C0%2C1%2C.293.707%2C1%2C1%2C0%2C0%2C1-.293.708l-2.121%2C2.122a1%2C1%2C0%2C0%2C1-.707.292A1%2C1%2C0%2C0%2C1-3728.293%2C4379.365Z%22%20transform%3D%22translate(3728.586%20-4373.415)%22%20fill%3D%22%23ff664a%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single_side_category_item._odekake .single_side_category_link {
  border-color: #00ba7a;
  background: #00ba7a;
}
.single_side_category_item._odekake .single_side_category_areaTxt::after {
  width: 7px;
  height: 11px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.122%22%20height%3D%226.243%22%20viewBox%3D%220%200%204.122%206.243%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-3728.293%2C4379.365a1%2C1%2C0%2C0%2C1%2C0-1.415l1.414-1.414-1.414-1.415a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.415%2C0l2.121%2C2.122a1%2C1%2C0%2C0%2C1%2C.293.707%2C1%2C1%2C0%2C0%2C1-.293.708l-2.121%2C2.122a1%2C1%2C0%2C0%2C1-.707.292A1%2C1%2C0%2C0%2C1-3728.293%2C4379.365Z%22%20transform%3D%22translate(3728.586%20-4373.415)%22%20fill%3D%22%2300ba7a%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (min-width: 860px) {
  .single_side {
    padding: 60px 0 120px;
  }
  .single_side_content_head {
    font-size: 2rem;
  }
  .single_side_content_head::before {
    width: 40px;
    height: 40px;
  }
  .single_side_pickup_list {
    gap: 20px;
  }
  .single_side_pickup_item {
    width: calc(50% - 10px);
  }
  .single_side_pickup_item_link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single_side_pickup_item_link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0px solid;
    z-index: 1;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  ._gohan .single_side_pickup_item_link::before {
    border-color: #ffc33c;
  }
  ._kurashi .single_side_pickup_item_link::before {
    border-color: #ff664a;
  }
  ._odekake .single_side_pickup_item_link::before {
    border-color: #00ba7a;
  }
  .single_side_pickup_item_link:hover::before {
    border-width: 3px;
  }
  .single_side_pickup_item_img {
    width: 180px;
  }
  .single_side_pickup_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single_side_pickup_item_areaTxt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 180px);
    border-top: 0;
    border-left: 2px solid;
    padding: 30px 25px;
  }
  .single_side_pickup_item_areaTxt::before {
    width: 72px;
    height: 72px;
  }
  .single_side_pickup_item_txt {
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .single_side_pickup_item_cat {
    width: 18px;
    height: 18px;
    bottom: 7px;
    right: 6px;
  }
  .single_side_bnr {
    gap: 20px;
  }
  .single_side_bnr_item {
    width: calc(50% - 10px);
  }
  .single_side_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .single_side_category_item {
    width: calc(50% - 10px);
  }
  .single_side_category_item:nth-child(n+2) {
    margin-top: 0;
  }
  .single_side_category_areaTxt {
    padding: 25px;
  }
  .single_side_category_areaTxt::before {
    width: 60px;
    height: 60px;
    bottom: -30px;
    right: -30px;
  }
  .single_side_category_areaTxt::after {
    right: 8px;
    bottom: 6px;
  }
  .single_side_category_head_ico {
    width: 38px;
    height: 38px;
    margin-right: 12px;
  }
  .single_side_category_head_txt {
    display: inline-block;
    width: calc(100% - 50px);
    font-size: min(2.6rem, 2.5vw);
  }
  .single_side_category_txt {
    margin-top: 5px;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 1400px) {
  .single_side {
    padding: 0;
  }
  .single_side_content_head {
    font-size: 2rem;
  }
  .single_side_content_head::before {
    width: 40px;
    height: 40px;
  }
  .single_side_pickup_list {
    gap: 20px 0;
  }
  .single_side_pickup_item {
    width: 100%;
  }
  .single_side_pickup_item_img {
    width: 135px;
  }
  .single_side_pickup_item_areaTxt {
    width: calc(100% - 135px);
    padding: 15px 20px;
  }
  .single_side_pickup_item_areaTxt::before {
    width: 56px;
    height: 56px;
  }
  .single_side_pickup_item_txt {
    font-size: 1.3rem;
  }
  .single_side_pickup_item_cat {
    width: 14px;
    height: 14px;
    bottom: 8px;
    right: 5px;
  }
  .single_side_bnr {
    margin-top: 30px;
    gap: 10px 0;
  }
  .single_side_bnr_item {
    width: 100%;
  }
  .single_side_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
  }
  .single_side_category_item {
    width: 100%;
  }
  .single_side_category_img {
    width: 136px;
  }
  .single_side_category_areaTxt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 136px);
    padding: 20px;
  }
  .single_side_category_areaTxt::before {
    width: 50px;
    height: 50px;
    bottom: -25px;
    right: -25px;
  }
  .single_side_category_areaTxt::after {
    right: 8px;
    bottom: 7px;
  }
  ._gohan .single_side_category_areaTxt::after {
    width: 5px;
    height: 7px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.122%22%20height%3D%226.243%22%20viewBox%3D%220%200%204.122%206.243%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-3728.293%2C4379.365a1%2C1%2C0%2C0%2C1%2C0-1.415l1.414-1.414-1.414-1.415a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.415%2C0l2.121%2C2.122a1%2C1%2C0%2C0%2C1%2C.293.707%2C1%2C1%2C0%2C0%2C1-.293.708l-2.121%2C2.122a1%2C1%2C0%2C0%2C1-.707.292A1%2C1%2C0%2C0%2C1-3728.293%2C4379.365Z%22%20transform%3D%22translate(3728.586%20-4373.415)%22%20fill%3D%22%23ffc33c%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  ._kurashi .single_side_category_areaTxt::after {
    width: 5px;
    height: 7px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.122%22%20height%3D%226.243%22%20viewBox%3D%220%200%204.122%206.243%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-3728.293%2C4379.365a1%2C1%2C0%2C0%2C1%2C0-1.415l1.414-1.414-1.414-1.415a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.415%2C0l2.121%2C2.122a1%2C1%2C0%2C0%2C1%2C.293.707%2C1%2C1%2C0%2C0%2C1-.293.708l-2.121%2C2.122a1%2C1%2C0%2C0%2C1-.707.292A1%2C1%2C0%2C0%2C1-3728.293%2C4379.365Z%22%20transform%3D%22translate(3728.586%20-4373.415)%22%20fill%3D%22%23ff664a%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  ._odekake .single_side_category_areaTxt::after {
    width: 5px;
    height: 7px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.122%22%20height%3D%226.243%22%20viewBox%3D%220%200%204.122%206.243%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_3%22%20data-name%3D%22%E5%90%88%E4%BD%93%203%22%20d%3D%22M-3728.293%2C4379.365a1%2C1%2C0%2C0%2C1%2C0-1.415l1.414-1.414-1.414-1.415a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.415%2C0l2.121%2C2.122a1%2C1%2C0%2C0%2C1%2C.293.707%2C1%2C1%2C0%2C0%2C1-.293.708l-2.121%2C2.122a1%2C1%2C0%2C0%2C1-.707.292A1%2C1%2C0%2C0%2C1-3728.293%2C4379.365Z%22%20transform%3D%22translate(3728.586%20-4373.415)%22%20fill%3D%22%2300ba7a%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .single_side_category_head_ico {
    width: 25px;
    height: 25px;
    margin-right: 8px;
  }
  .single_side_category_head_txt {
    width: calc(100% - 33px);
    font-size: 2.4rem;
  }
  .single_side_category_txt {
    font-size: 1.2rem;
  }
}

.js_inview.js_fadein {
  position: relative;
  overflow: hidden;
  padding-top: 1em;
  margin-top: -1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.js_inview.js_fadein .js_fadein_in {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.js_inview.js_fadein.is_view .js_fadein_in {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-animation: fadeup 0.5s ease-in-out;
          animation: fadeup 0.5s ease-in-out;
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js_swiper_prev,
.js_swiper_next {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  z-index: 1;
  cursor: pointer;
}
.js_swiper_prev::before,
.js_swiper_next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
}
.js_swiper_prev::after,
.js_swiper_next::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 13px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.47%22%20height%3D%2213.293%22%20viewBox%3D%220%200%207.47%2013.293%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_2%22%20data-name%3D%22%E5%90%88%E4%BD%93%202%22%20d%3D%22M-3728.417%2C4386.394a.824.824%2C0%2C0%2C1%2C0-1.165l5.24-5.242-5.24-5.24a.824.824%2C0%2C0%2C1%2C0-1.165.823.823%2C0%2C0%2C1%2C1.165%2C0l5.823%2C5.823a.82.82%2C0%2C0%2C1%2C.241.582.821.821%2C0%2C0%2C1-.241.583l-5.823%2C5.824a.821.821%2C0%2C0%2C1-.582.241A.821.821%2C0%2C0%2C1-3728.417%2C4386.394Z%22%20transform%3D%22translate(3728.659%20-4373.341)%22%20fill%3D%22%230886D9%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (min-width: 768px) {
  .js_swiper_prev,
.js_swiper_next {
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .js_swiper_prev:hover,
.js_swiper_next:hover {
    opacity: 0.6;
  }
  .js_swiper_prev::before,
.js_swiper_next::before {
    content: none;
  }
  .js_swiper_prev._pcWhite::after,
.js_swiper_next._pcWhite::after {
    width: 8px;
    height: 13px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.47%22%20height%3D%2213.293%22%20viewBox%3D%220%200%207.47%2013.293%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_2%22%20data-name%3D%22%E5%90%88%E4%BD%93%202%22%20d%3D%22M-3728.417%2C4386.394a.824.824%2C0%2C0%2C1%2C0-1.165l5.24-5.242-5.24-5.24a.824.824%2C0%2C0%2C1%2C0-1.165.823.823%2C0%2C0%2C1%2C1.165%2C0l5.823%2C5.823a.82.82%2C0%2C0%2C1%2C.241.582.821.821%2C0%2C0%2C1-.241.583l-5.823%2C5.824a.821.821%2C0%2C0%2C1-.582.241A.821.821%2C0%2C0%2C1-3728.417%2C4386.394Z%22%20transform%3D%22translate(3728.659%20-4373.341)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .js_swiper_prev._large,
.js_swiper_next._large {
    width: 40px;
    height: 40px;
  }
  .js_swiper_prev._large::after,
.js_swiper_next._large::after {
    width: 13px !important;
    height: 24px !important;
  }
}

.js_swiper_next::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.js_swiper_prev::after {
  -webkit-transform: translate(-50%, -50%) scale(-1, -1);
          transform: translate(-50%, -50%) scale(-1, -1);
}

.js_gif_wrap {
  position: relative;
}

.js_gif {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.js_gif_base {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js_gif_base.is_finished {
  opacity: 1;
  z-index: 1;
}

/*  var,mixin
================================================ */
/*  reset,base
================================================ */
/*  layout
================================================ */
/*  modules
================================================ */
/*  helper
================================================ */
/*  unique
================================================ */
/*  program
================================================ */