@charset "UTF-8";
/*
Theme Name: ocean-temp_responsive-v2.2.0
Author: Cross Wish / Ocean System
*/
/*** foundation ***/
.material-symbols-rounded, .c-index:before, .c-banner_conversion:before, .c-banner-pagelink::before, .c-button-arrowcircle::before, .c-button-arrow::before, .p-article_article .wp-block-button__link::before, .p-article_article .wp-block-button__link:visited::before, .p-article_article .is-style-outline .wp-block-button__link::before, .p-article_article .btn_style01::before, .p-blog_article .wp-block-button__link::before, .p-blog_article .wp-block-button__link:visited::before, .p-blog_article .is-style-outline .wp-block-button__link::before, .p-blog_article .btn_style01::before, .c-button-contact::before, .c-button-pdf::after, .c-button-download::before, .c-button-anchorLink::before, .c-card_header-arrow:before, .p-aside_categorymenu > .cat-item > a:before, .c-list-arrow > li:before, .p-aside_categorymenu > .cat-item .children > li:before, .c-list-checkbox > li:before, .c-title-circlearrow::before, .c-telephone:before, .p-article_article .c-list-checkbox > li::before, .p-blog_article .c-list-checkbox > li::before, .p-pagefeed_prev a:before, .p-pagefeed_next a:after, .p-footerlink li:before, .p-navbar_toggle:before, .p-navbar_toggle.js-open:before, .p-sitemap > ul > .page_item > a:before, .p-mailform_check > span label input[type=checkbox]:before, .p-mailform_check > span label input[type=checkbox]:checked:before, .p-mailform_check > span label input[type="radio"]:before, .p-mailform_check > span label input[type="radio"]:checked:before, .p-mailform_select::after, .u-tail-exlink::after {
  vertical-align: middle;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48; }

/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, 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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

*, *::before, *::after {
  box-sizing: border-box; }

@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/ocean-temp_responsive-v2/fonts/ZenMaruGothic-Medium.woff2") format("woff2"), url("/wp-content/themes/ocean-temp_responsive-v2/fonts/ZenMaruGothic-Medium.woff") format("woff"); }
body {
  background: #fff;
  color: #24130D;
  display: flex;
  flex-flow: column;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 16px;
  min-height: 100vh;
  position: relative;
  word-break: break-all; }
  @media print, screen and (min-width: 980px) {
    body {
      font-size: 18px; } }

main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto; }

h1, h2, h3, h4 {
  line-height: 1.5; }

h2 {
  font-size: 1.4em; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1em; }

p {
  line-height: 1.5; }

ul, ol {
  list-style-type: none; }

figure img {
  width: 100%; }

img {
  backface-visibility: hidden;
  flex: none;
  max-width: 100%;
  vertical-align: middle;
  height: auto; }

a {
  transition: all 0.5s;
  color: #005E4B;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
    a:hover img {
      filter: brightness(1.1); }
  a img {
    transition: all 0.5s; }
    a img:hover {
      filter: brightness(1.1); }

/*** layout ***/
.l-inner {
  width: 92%;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 980px) {
    .l-inner {
      width: 950px;
      margin-left: auto;
      margin-right: auto; } }
  .l-inner-full {
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
    width: 100vw;
    width: -webkit-fill-available; }

.l-section {
  padding-top: 2em;
  padding-bottom: 2em; }

/* flexbox */
.l-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .l-row > *:not(:first-child) {
    margin-top: 1em; }
  @media only screen and (max-width: 767px) {
    .l-row {
      align-items: flex-start; } }
  @media print, screen and (min-width: 768px) {
    .l-row {
      flex-direction: row;
      justify-content: space-between; }
      .l-row > *:not(:first-child) {
        margin-top: 0; } }
  .l-row-sp {
    flex-direction: row;
    justify-content: space-between; }
    .l-row-sp > *:not(:first-child) {
      margin-top: 0; }
  @media print, screen and (min-width: 768px) {
    .l-row-start {
      justify-content: flex-start; } }
  .l-row-start-sp {
    justify-content: flex-start; }
  .l-row-end {
    justify-content: flex-end; }
  @media print, screen and (min-width: 768px) {
    .l-row-reverse {
      flex-direction: row-reverse; } }
  @media only screen and (max-width: 767px) {
    .l-row-reverse-sp {
      flex-direction: column-reverse; } }
  @media only screen and (max-width: 767px) {
    .l-row-reverse-sp > * {
      margin-bottom: 1em; } }
  .l-row-top {
    align-items: flex-start; }
    @media print, screen and (min-width: 768px) {
      .l-row-top-tab {
        align-items: flex-start; } }
    @media print, screen and (min-width: 980px) {
      .l-row-top-pc {
        align-items: flex-start; } }
  .l-row-middle {
    align-items: center; }
    @media print, screen and (min-width: 768px) {
      .l-row-middle-tab {
        align-items: center; } }
    @media only screen and (min-width: 480px) {
      .l-row-middle-pc {
        align-items: center; } }
  .l-row-stretch {
    align-items: stretch; }
  .l-row-center {
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .l-row-center-sp {
        align-items: center; } }
  .l-row-bottom {
    align-items: flex-end; }
    .l-row-bottom-sp {
      align-items: flex-end; }
  .l-row-around {
    justify-content: space-around; }
    @media print, screen and (min-width: 768px) {
      .l-row-around-tab {
        justify-content: space-around; } }
    @media only screen and (max-width: 767px) {
      .l-row-around-sp {
        justify-content: space-around; } }

@media only screen and (max-width: 767px) {
  .l-row-column3-sp:after, .l-row-column4-sp:after {
    display: block;
    content: ""; } }
@media print, screen and (min-width: 768px) {
  .l-row-column3-tab:after, .l-row-column4-tab:after {
    display: block;
    content: ""; } }
@media only screen and (max-width: 767px) {
  .l-row-column3-sp:after, .l-row-column3-sp:before {
    width: 24%; } }
@media only screen and (max-width: 767px) {
  .l-row-column3-sp:before {
    content: "";
    display: block;
    order: 1; } }
@media print, screen and (min-width: 768px) {
  .l-row-column3-tab:after, .l-row-column3-tab:before {
    width: 24%; } }
@media print, screen and (min-width: 768px) {
  .l-row-column3-tab:before {
    content: "";
    display: block;
    order: 1; } }
@media only screen and (max-width: 767px) {
  .l-row-column4-sp:after {
    width: 32%; } }
@media print, screen and (min-width: 768px) {
  .l-row-column4-tab:after {
    width: 32%; } }

.l-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column; }
  .l-column-center {
    align-items: center; }
  .l-column-middle {
    justify-content: center; }

/* 12分割からの割合での幅指定 */
/* 要素の幅を指定する */
/* スマホ以上での幅指定 */
.l-row_column1, .l-column_column1 {
  width: 8%; }

.l-row_column2, .l-column_column2 {
  width: 16%; }

.l-row_column3, .l-column_column3 {
  width: 24%; }

.l-row_column4, .l-column_column4 {
  width: 32%; }

.l-row_column5, .l-column_column5 {
  width: 40%; }

.l-row_column6, .l-column_column6 {
  width: 48%; }

.l-row_column7, .l-column_column7 {
  width: 56%; }

.l-row_column8, .l-column_column8 {
  width: 64%; }

.l-row_column9, .l-column_column9 {
  width: 72%; }

.l-row_column10, .l-column_column10 {
  width: 80%; }

.l-row_column11, .l-column_column11 {
  width: 88%; }

.l-row_column12, .l-column_column12 {
  width: 96%; }

.l-row_columnfull, .l-column_columnfull {
  width: 100%; }
@media only screen and (max-width: 767px) {
  .l-row_columnfull-sp, .l-column_columnfull-sp {
    width: 100%; } }

/* タブレット以上での幅指定 */
@media print, screen and (min-width: 768px) {
  .l-row_column1-tab, .l-column_column1-tab {
    width: 8%; } }

@media print, screen and (min-width: 768px) {
  .l-row_column2-tab, .l-column_column2-tab {
    width: 16%; } }

@media print, screen and (min-width: 768px) {
  .l-row_column3-tab, .l-column_column3-tab {
    width: 24%; } }

@media print, screen and (min-width: 768px) {
  .l-row_column4-tab, .l-column_column4-tab {
    width: 32%; } }

@media print, screen and (min-width: 768px) {
  .l-row_column5-tab, .l-column_column5-tab {
    width: 40%; } }

@media print, screen and (min-width: 768px) {
  .l-row_column6-tab, .l-column_column6-tab {
    width: 48%; } }

@media print, screen and (min-width: 768px) {
  .l-row_column7-tab, .l-column_column7-tab {
    width: 56%; } }

@media print, screen and (min-width: 768px) {
  .l-row_column8-tab, .l-column_column8-tab {
    width: 64%; } }

@media print, screen and (min-width: 768px) {
  .l-row_column9-tab, .l-column_column9-tab {
    width: 72%; } }

@media print, screen and (min-width: 768px) {
  .l-row_column10-tab, .l-column_column10-tab {
    width: 80%; } }

@media print, screen and (min-width: 768px) {
  .l-row_column11-tab, .l-column_column11-tab {
    width: 88%; } }

@media print, screen and (min-width: 768px) {
  .l-row_column12-tab, .l-column_column12-tab {
    width: 96%; } }

@media print, screen and (min-width: 768px) {
  .l-row_columnfull-tab, .l-column_columnfull-tab {
    width: 100%; } }

/* PCのみでの幅指定 */
@media print, screen and (min-width: 980px) {
  .l-row_column1-pc, .l-column_column1-pc {
    width: 8%; } }

@media print, screen and (min-width: 980px) {
  .l-row_column2-pc, .l-column_column2-pc {
    width: 16%; } }

@media print, screen and (min-width: 980px) {
  .l-row_column3-pc, .l-column_column3-pc {
    width: 24%; } }

@media print, screen and (min-width: 980px) {
  .l-row_column4-pc, .l-column_column4-pc {
    width: 32%; } }

@media print, screen and (min-width: 980px) {
  .l-row_column5-pc, .l-column_column5-pc {
    width: 40%; } }

@media print, screen and (min-width: 980px) {
  .l-row_column6-pc, .l-column_column6-pc {
    width: 48%; } }

@media print, screen and (min-width: 980px) {
  .l-row_column7-pc, .l-column_column7-pc {
    width: 56%; } }

@media print, screen and (min-width: 980px) {
  .l-row_column8-pc, .l-column_column8-pc {
    width: 64%; } }

@media print, screen and (min-width: 980px) {
  .l-row_column9-pc, .l-column_column9-pc {
    width: 72%; } }

@media print, screen and (min-width: 980px) {
  .l-row_column10-pc, .l-column_column10-pc {
    width: 80%; } }

@media print, screen and (min-width: 980px) {
  .l-row_column11-pc, .l-column_column11-pc {
    width: 88%; } }

@media print, screen and (min-width: 980px) {
  .l-row_column12-pc, .l-column_column12-pc {
    width: 96%; } }

@media print, screen and (min-width: 980px) {
  .l-row_columnfull-pc, .l-column_columnfull-pc {
    width: 100%; } }

/** グリッドレイアウト **/
:root {
  --grid-margin-pc: 16px;
  --grid-gutter-pc: 16px;
  --grid-column-width-pc: 72px;
  --grid-margin-tab: 16px;
  --grid-gutter-tab: 16px;
  --grid-column-width-tab: 72px;
  --grid-margin-sp: 4vw;
  --grid-gutter-sp: 4vw;
  --grid-column-width-sp: 72px; }

.l-grid {
  max-width: 100%;
  transition: all 0.25s; }
  @media print, screen and (min-width: 980px) {
    .l-grid {
      display: flex;
      flex-flow: row wrap;
      align-items: stretch;
      margin: -8px;
      margin: calc(var(--grid-gutter-pc, 16px) / 2 * -1); }
      @supports (display: grid) {
        .l-grid {
          display: grid;
          margin: 0;
          grid-gap: 16px;
          grid-gap: var(--grid-gutter-pc, 16px);
          grid-template-columns: repeat(12, minmax(0, 1fr)); } } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .l-grid {
      display: flex;
      flex-flow: row wrap;
      align-items: stretch;
      margin: -8px;
      margin: calc(var(--grid-gutter-tab, 16px) / 2 * -1); }
      @supports (display: grid) {
        .l-grid {
          display: grid;
          margin: 0;
          grid-gap: 16px;
          grid-gap: var(--grid-gutter-tab, 16px);
          grid-template-columns: repeat(6, minmax(0, 1fr)); } } }
  @media only screen and (max-width: 767px) {
    .l-grid {
      display: flex;
      flex-flow: row wrap;
      align-items: stretch;
      margin: -2vw;
      margin: calc(var(--grid-gutter-sp, 4vw) / 2 * -1); }
      @supports (display: grid) {
        .l-grid {
          display: grid;
          margin: 0;
          grid-gap: 4vw;
          grid-gap: var(--grid-gutter-sp, 4vw);
          grid-template-columns: repeat(4, minmax(0, 1fr)); } } }

.l-grid_cell {
  min-height: 25px; }
  @media print, screen and (min-width: 980px) {
    .l-grid_cell {
      width: calc(33.3333333333% - 16px);
      width: calc(33.3333333333% - var(--grid-gutter-pc, 16px));
      box-sizing: border-box;
      margin: 8px;
      margin: calc(var(--grid-gutter-pc, 16px) / 2); }
      @supports (display: grid) {
        .l-grid_cell {
          width: auto;
          grid-column-end: span 4; } }
      @supports (display: grid) {
        .l-grid_cell {
          margin: 0; } }
      .l-grid_cell-span1,
      .l-grid_cell-span1-pc {
        width: calc(8.3333333333% - 16px);
        width: calc(8.3333333333% - var(--grid-gutter-pc, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span1,
          .l-grid_cell-span1-pc {
            width: auto;
            grid-column-end: span 1; } }
      .l-grid_cell-span2,
      .l-grid_cell-span2-pc {
        width: calc(16.6666666667% - 16px);
        width: calc(16.6666666667% - var(--grid-gutter-pc, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span2,
          .l-grid_cell-span2-pc {
            width: auto;
            grid-column-end: span 2; } }
      .l-grid_cell-span3,
      .l-grid_cell-span3-pc {
        width: calc(25% - 16px);
        width: calc(25% - var(--grid-gutter-pc, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span3,
          .l-grid_cell-span3-pc {
            width: auto;
            grid-column-end: span 3; } }
      .l-grid_cell-span4,
      .l-grid_cell-span4-pc {
        width: calc(33.3333333333% - 16px);
        width: calc(33.3333333333% - var(--grid-gutter-pc, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span4,
          .l-grid_cell-span4-pc {
            width: auto;
            grid-column-end: span 4; } }
      .l-grid_cell-span5,
      .l-grid_cell-span5-pc {
        width: calc(41.6666666667% - 16px);
        width: calc(41.6666666667% - var(--grid-gutter-pc, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span5,
          .l-grid_cell-span5-pc {
            width: auto;
            grid-column-end: span 5; } }
      .l-grid_cell-span6,
      .l-grid_cell-span6-pc {
        width: calc(50% - 16px);
        width: calc(50% - var(--grid-gutter-pc, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span6,
          .l-grid_cell-span6-pc {
            width: auto;
            grid-column-end: span 6; } }
      .l-grid_cell-span7,
      .l-grid_cell-span7-pc {
        width: calc(58.3333333333% - 16px);
        width: calc(58.3333333333% - var(--grid-gutter-pc, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span7,
          .l-grid_cell-span7-pc {
            width: auto;
            grid-column-end: span 7; } }
      .l-grid_cell-span8,
      .l-grid_cell-span8-pc {
        width: calc(66.6666666667% - 16px);
        width: calc(66.6666666667% - var(--grid-gutter-pc, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span8,
          .l-grid_cell-span8-pc {
            width: auto;
            grid-column-end: span 8; } }
      .l-grid_cell-span9,
      .l-grid_cell-span9-pc {
        width: calc(75% - 16px);
        width: calc(75% - var(--grid-gutter-pc, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span9,
          .l-grid_cell-span9-pc {
            width: auto;
            grid-column-end: span 9; } }
      .l-grid_cell-span10,
      .l-grid_cell-span10-pc {
        width: calc(83.3333333333% - 16px);
        width: calc(83.3333333333% - var(--grid-gutter-pc, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span10,
          .l-grid_cell-span10-pc {
            width: auto;
            grid-column-end: span 10; } }
      .l-grid_cell-span11,
      .l-grid_cell-span11-pc {
        width: calc(91.6666666667% - 16px);
        width: calc(91.6666666667% - var(--grid-gutter-pc, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span11,
          .l-grid_cell-span11-pc {
            width: auto;
            grid-column-end: span 11; } }
      .l-grid_cell-span12,
      .l-grid_cell-span12-pc {
        width: calc(100% - 16px);
        width: calc(100% - var(--grid-gutter-pc, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span12,
          .l-grid_cell-span12-pc {
            width: auto;
            grid-column-end: span 12; } } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .l-grid_cell {
      width: calc(66.6666666667% - 16px);
      width: calc(66.6666666667% - var(--grid-gutter-tab, 16px));
      box-sizing: border-box;
      margin: 8px;
      margin: calc(var(--grid-gutter-tab, 16px) / 2); }
      @supports (display: grid) {
        .l-grid_cell {
          width: auto;
          grid-column-end: span 4; } }
      @supports (display: grid) {
        .l-grid_cell {
          margin: 0; } }
      .l-grid_cell-span1,
      .l-grid_cell-span1-tab {
        width: calc(16.6666666667% - 16px);
        width: calc(16.6666666667% - var(--grid-gutter-tab, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span1,
          .l-grid_cell-span1-tab {
            width: auto;
            grid-column-end: span 1; } }
      .l-grid_cell-span2,
      .l-grid_cell-span2-tab {
        width: calc(33.3333333333% - 16px);
        width: calc(33.3333333333% - var(--grid-gutter-tab, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span2,
          .l-grid_cell-span2-tab {
            width: auto;
            grid-column-end: span 2; } }
      .l-grid_cell-span3,
      .l-grid_cell-span3-tab {
        width: calc(50% - 16px);
        width: calc(50% - var(--grid-gutter-tab, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span3,
          .l-grid_cell-span3-tab {
            width: auto;
            grid-column-end: span 3; } }
      .l-grid_cell-span4,
      .l-grid_cell-span4-tab {
        width: calc(66.6666666667% - 16px);
        width: calc(66.6666666667% - var(--grid-gutter-tab, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span4,
          .l-grid_cell-span4-tab {
            width: auto;
            grid-column-end: span 4; } }
      .l-grid_cell-span5,
      .l-grid_cell-span5-tab {
        width: calc(83.3333333333% - 16px);
        width: calc(83.3333333333% - var(--grid-gutter-tab, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span5,
          .l-grid_cell-span5-tab {
            width: auto;
            grid-column-end: span 5; } }
      .l-grid_cell-span6,
      .l-grid_cell-span6-tab {
        width: calc(100% - 16px);
        width: calc(100% - var(--grid-gutter-tab, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span6,
          .l-grid_cell-span6-tab {
            width: auto;
            grid-column-end: span 6; } }
      .l-grid_cell-span7,
      .l-grid_cell-span7-tab {
        width: calc(100% - 16px);
        width: calc(100% - var(--grid-gutter-tab, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span7,
          .l-grid_cell-span7-tab {
            width: auto;
            grid-column-end: span 6; } }
      .l-grid_cell-span8,
      .l-grid_cell-span8-tab {
        width: calc(100% - 16px);
        width: calc(100% - var(--grid-gutter-tab, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span8,
          .l-grid_cell-span8-tab {
            width: auto;
            grid-column-end: span 6; } }
      .l-grid_cell-span9,
      .l-grid_cell-span9-tab {
        width: calc(100% - 16px);
        width: calc(100% - var(--grid-gutter-tab, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span9,
          .l-grid_cell-span9-tab {
            width: auto;
            grid-column-end: span 6; } }
      .l-grid_cell-span10,
      .l-grid_cell-span10-tab {
        width: calc(100% - 16px);
        width: calc(100% - var(--grid-gutter-tab, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span10,
          .l-grid_cell-span10-tab {
            width: auto;
            grid-column-end: span 6; } }
      .l-grid_cell-span11,
      .l-grid_cell-span11-tab {
        width: calc(100% - 16px);
        width: calc(100% - var(--grid-gutter-tab, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span11,
          .l-grid_cell-span11-tab {
            width: auto;
            grid-column-end: span 6; } }
      .l-grid_cell-span12,
      .l-grid_cell-span12-tab {
        width: calc(100% - 16px);
        width: calc(100% - var(--grid-gutter-tab, 16px)); }
        @supports (display: grid) {
          .l-grid_cell-span12,
          .l-grid_cell-span12-tab {
            width: auto;
            grid-column-end: span 6; } } }
  @media only screen and (max-width: 767px) {
    .l-grid_cell {
      width: calc(100% - 4vw);
      width: calc(100% - var(--grid-gutter-sp, 4vw));
      box-sizing: border-box;
      margin: 2vw;
      margin: calc(var(--grid-gutter-sp, 4vw) / 2); }
      @supports (display: grid) {
        .l-grid_cell {
          width: auto;
          grid-column-end: span 4; } }
      @supports (display: grid) {
        .l-grid_cell {
          margin: 0; } }
      .l-grid_cell-span1,
      .l-grid_cell-span1-sp {
        width: calc(25% - 4vw);
        width: calc(25% - var(--grid-gutter-sp, 4vw)); }
        @supports (display: grid) {
          .l-grid_cell-span1,
          .l-grid_cell-span1-sp {
            width: auto;
            grid-column-end: span 1; } }
      .l-grid_cell-span2,
      .l-grid_cell-span2-sp {
        width: calc(50% - 4vw);
        width: calc(50% - var(--grid-gutter-sp, 4vw)); }
        @supports (display: grid) {
          .l-grid_cell-span2,
          .l-grid_cell-span2-sp {
            width: auto;
            grid-column-end: span 2; } }
      .l-grid_cell-span3,
      .l-grid_cell-span3-sp {
        width: calc(75% - 4vw);
        width: calc(75% - var(--grid-gutter-sp, 4vw)); }
        @supports (display: grid) {
          .l-grid_cell-span3,
          .l-grid_cell-span3-sp {
            width: auto;
            grid-column-end: span 3; } }
      .l-grid_cell-span4,
      .l-grid_cell-span4-sp {
        width: calc(100% - 4vw);
        width: calc(100% - var(--grid-gutter-sp, 4vw)); }
        @supports (display: grid) {
          .l-grid_cell-span4,
          .l-grid_cell-span4-sp {
            width: auto;
            grid-column-end: span 4; } }
      .l-grid_cell-span5,
      .l-grid_cell-span5-sp {
        width: calc(100% - 4vw);
        width: calc(100% - var(--grid-gutter-sp, 4vw)); }
        @supports (display: grid) {
          .l-grid_cell-span5,
          .l-grid_cell-span5-sp {
            width: auto;
            grid-column-end: span 4; } }
      .l-grid_cell-span6,
      .l-grid_cell-span6-sp {
        width: calc(100% - 4vw);
        width: calc(100% - var(--grid-gutter-sp, 4vw)); }
        @supports (display: grid) {
          .l-grid_cell-span6,
          .l-grid_cell-span6-sp {
            width: auto;
            grid-column-end: span 4; } }
      .l-grid_cell-span7,
      .l-grid_cell-span7-sp {
        width: calc(100% - 4vw);
        width: calc(100% - var(--grid-gutter-sp, 4vw)); }
        @supports (display: grid) {
          .l-grid_cell-span7,
          .l-grid_cell-span7-sp {
            width: auto;
            grid-column-end: span 4; } }
      .l-grid_cell-span8,
      .l-grid_cell-span8-sp {
        width: calc(100% - 4vw);
        width: calc(100% - var(--grid-gutter-sp, 4vw)); }
        @supports (display: grid) {
          .l-grid_cell-span8,
          .l-grid_cell-span8-sp {
            width: auto;
            grid-column-end: span 4; } }
      .l-grid_cell-span9,
      .l-grid_cell-span9-sp {
        width: calc(100% - 4vw);
        width: calc(100% - var(--grid-gutter-sp, 4vw)); }
        @supports (display: grid) {
          .l-grid_cell-span9,
          .l-grid_cell-span9-sp {
            width: auto;
            grid-column-end: span 4; } }
      .l-grid_cell-span10,
      .l-grid_cell-span10-sp {
        width: calc(100% - 4vw);
        width: calc(100% - var(--grid-gutter-sp, 4vw)); }
        @supports (display: grid) {
          .l-grid_cell-span10,
          .l-grid_cell-span10-sp {
            width: auto;
            grid-column-end: span 4; } }
      .l-grid_cell-span11,
      .l-grid_cell-span11-sp {
        width: calc(100% - 4vw);
        width: calc(100% - var(--grid-gutter-sp, 4vw)); }
        @supports (display: grid) {
          .l-grid_cell-span11,
          .l-grid_cell-span11-sp {
            width: auto;
            grid-column-end: span 4; } }
      .l-grid_cell-span12,
      .l-grid_cell-span12-sp {
        width: calc(100% - 4vw);
        width: calc(100% - var(--grid-gutter-sp, 4vw)); }
        @supports (display: grid) {
          .l-grid_cell-span12,
          .l-grid_cell-span12-sp {
            width: auto;
            grid-column-end: span 4; } } }

/*** object ***/
/** component **/
/* 画像などを切り抜く */
.c-clip {
  object-fit: cover; }
  .c-clip-raund {
    border-radius: 50%; }
  .c-clip-border {
    border: 3px solid #FF5375; }

/* フキダシ */
.c-fukidashi {
  background: #FFF6F6;
  border-radius: 4px;
  padding: 1em;
  position: relative; }
  .c-fukidashi:before {
    content: '';
    position: absolute;
    top: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .c-fukidashi-left:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75em 0.75em 0.75em 0;
    border-color: transparent #FFF6F6 transparent transparent;
    left: -0.5em; }
    @media print, screen and (min-width: 768px) {
      .c-fukidashi-left:before {
        left: -0.7em; } }
  .c-fukidashi-right:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75em 0 0.75em 0.75em;
    border-color: transparent transparent transparent #FFF6F6;
    right: -0.5em; }
    @media print, screen and (min-width: 768px) {
      .c-fukidashi-right:before {
        right: -0.7em; } }

/* 索引アイコン*/
.c-index:before {
  content: "";
  font-family: "Material Symbols Rounded";
  font-weight: 400; }

/* 画像につけるシャドウ */
.c-imageshadow {
  box-shadow: 0.25em 0.25em rgba(255, 28, 97, 0.1); }

/* もっと読む */
.c-readmore::before {
  content: '≫'; }

/* 三角 */
.c-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 80px 0 80px;
  border-color: #FF1C61 transparent transparent transparent; }

/* 背景 */
.c-background-highlight {
  background-color: #FFF6F6; }
.c-background-lightgray {
  background-color: #ECECEC; }
.c-background-accent {
  background: rgba(255, 28, 97, 0.1); }
.c-background-loading {
  background: url("/wp-content/themes/ocean-temp_responsive-v2/images/common/icon-loading.svg"), #ECECEC;
  background-repeat: no-repeat;
  background-position: center center; }

/* バナー */
.c-banner {
  position: relative;
  border-radius: 4px; }
  .c-banner-telephone {
    align-items: center;
    background: #fff;
    border: 2px solid #EF084F;
    color: #24130D;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    padding: 1em 0.5em; }
    @media print, screen and (min-width: 768px) {
      .c-banner-telephone {
        pointer-events: none; } }
    .c-banner-telephone:hover {
      text-decoration: none; }
  .c-banner_conversion {
    transition: all 0.5s;
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
    align-items: center;
    background: linear-gradient(#EF084F 0%, #d60747 100%);
    border: 2px solid #5b031e;
    border-radius: 4px;
    box-shadow: 0 4px #420216;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 1.35em;
    justify-content: center;
    padding: 0.75em 0.5em;
    position: relative;
    text-align: left;
    text-shadow: 0px 2px 0 rgba(36, 19, 13, 0.16);
    margin-top: 1.5em;
    z-index: 3; }
    .c-banner_conversion:before {
      content: "";
      font-family: "Material Symbols Rounded";
      font-weight: 400; }
    .c-banner_conversion:hover {
      box-shadow: 0 2px #420216;
      transform: translateY(4px);
      text-decoration: none; }
      .c-banner_conversion:hover:after {
        height: 2px;
        bottom: 2px; }
  .c-banner_guide {
    transition: all 0.5s;
    align-items: center;
    border: 2px solid #005E4B;
    background: linear-gradient(#009174, #005E4B);
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 1.35em;
    font-weight: 800;
    justify-content: center;
    padding: 0.75em 0.5em; }
    .c-banner_guide:hover {
      filter: brightness(1.2);
      text-decoration: none; }
  .c-banner_balloon {
    background: #fff;
    border: 2px solid #740426;
    border-radius: 1em;
    box-shadow: 0px 1px 0px rgba(239, 8, 79, 0.25);
    color: #24130D;
    font-weight: bold;
    font-size: 4.5vw;
    text-align: center;
    text-shadow: none;
    position: absolute;
    top: -1.6em;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5em 2em;
    white-space: nowrap;
    z-index: 6; }
    @media print, screen and (min-width: 768px) {
      .c-banner_balloon {
        font-size: 0.7em; } }
    .c-banner_balloon:before {
      content: "";
      position: absolute;
      bottom: -13px;
      left: 50%;
      margin-left: -16px;
      border: 7px solid transparent;
      border-top: 7px solid #fff;
      z-index: 110; }
    .c-banner_balloon:after {
      content: "";
      position: absolute;
      bottom: -16px;
      left: 50%;
      margin-left: -17px;
      border: 8px solid transparent;
      border-top: 8px solid #740426;
      z-index: 100; }
  .c-banner-pagelink {
    align-items: center;
    background: linear-gradient(to bottom, #FF5375, #f65c7a);
    border: 1px solid #FF5375;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    padding: 1em 0.5em; }
    .c-banner-pagelink::before {
      content: "";
      font-family: "Material Symbols Rounded";
      font-weight: 400; }
    .c-banner-pagelink:hover {
      filter: brightness(1.25);
      text-decoration: none; }

/* ボックス */
.c-box {
  background: #fff;
  border: 1px solid #A085AB;
  padding: 1em; }
  .c-box:hover {
    text-decoration: none; }
  .c-box-dotted {
    border-style: dotted; }
  .c-box-highlight {
    background: #FFF6F6;
    border: none; }
  .c-box-lightgray {
    background: #ECECEC;
    border: none; }
  .c-box-white {
    background: #fff; }

/* button */
.c-button, .p-article_article .wp-block-button__link, .p-article_article .wp-block-button__link:visited, .p-article_article .is-style-outline .wp-block-button__link, .p-article_article .btn_style01, .p-blog_article .wp-block-button__link, .p-blog_article .wp-block-button__link:visited, .p-blog_article .is-style-outline .wp-block-button__link, .p-blog_article .btn_style01, .p-pagefeed_item > a, .p-mailform_button input, .p-mailform_button input[name="確認・送信ボタン"] {
  transition: all 0.5s;
  font-family: 'Zen Maru Gothic';
  font-weight: 500;
  align-items: center;
  color: #005E4B;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .c-button:hover, .p-article_article .wp-block-button__link:hover, .p-article_article .btn_style01:hover, .p-blog_article .wp-block-button__link:hover, .p-blog_article .btn_style01:hover, .p-pagefeed_item > a:hover, .p-mailform_button input:hover {
    text-decoration: none; }
  .c-button-tertiary {
    position: relative; }
    .c-button-tertiary::after {
      transition: all 0.5s;
      background: #005E4B;
      bottom: 0;
      content: '';
      position: absolute;
      width: 0%;
      height: 1px;
      opacity: 0;
      left: 50%;
      transform: translateX(-50%); }
    .c-button-tertiary:hover::after {
      opacity: 1;
      width: 100%; }
  .c-button-secondary, .p-article_article .wp-block-button__link, .p-article_article .wp-block-button__link:visited, .p-article_article .is-style-outline .wp-block-button__link, .p-article_article .btn_style01, .p-blog_article .wp-block-button__link, .p-blog_article .wp-block-button__link:visited, .p-blog_article .is-style-outline .wp-block-button__link, .p-blog_article .btn_style01, .p-pagefeed_item > a, .c-button-primary, .p-mailform_button input {
    background-color: #fff;
    border-radius: 4px;
    border-color: #005E4B;
    border-style: solid;
    position: relative;
    justify-content: center; }
    .c-button-secondary:hover, .p-article_article .wp-block-button__link:hover, .p-article_article .btn_style01:hover, .p-blog_article .wp-block-button__link:hover, .p-blog_article .btn_style01:hover, .p-pagefeed_item > a:hover, .c-button-primary:hover, .p-mailform_button input:hover {
      background-color: #B1EEE3; }
  .c-button-secondary, .p-article_article .wp-block-button__link, .p-article_article .wp-block-button__link:visited, .p-article_article .is-style-outline .wp-block-button__link, .p-article_article .btn_style01, .p-blog_article .wp-block-button__link, .p-blog_article .wp-block-button__link:visited, .p-blog_article .is-style-outline .wp-block-button__link, .p-blog_article .btn_style01, .p-pagefeed_item > a {
    border-width: 1px;
    padding: 0.75em 0.5em; }
  .c-button-primary, .p-mailform_button input {
    background: #fff;
    border: 2px solid #005E4B;
    border-radius: 4px;
    box-shadow: 0 1px #005E4B;
    padding: 1em 0.5em;
    position: relative;
    justify-content: center; }
    .c-button-primary:hover, .p-mailform_button input:hover {
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
      box-shadow: none; }
  .c-button-conversion, .p-mailform_button input[name="確認・送信ボタン"] {
    background: #EF084F;
    border: 2px solid #2a010e;
    border-radius: 4px;
    box-shadow: 0 2px #2a010e;
    color: #fff;
    padding: 1em 0.75em;
    justify-content: center;
    text-shadow: 0 0 4px #2a010e; }
    .c-button-conversion:hover, .p-mailform_button input[name="確認・送信ボタン"]:hover {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
      box-shadow: none; }
  .c-button-arrowcircle::before {
    content: "";
    font-family: "Material Symbols Rounded";
    font-weight: 400; }
  .c-button-arrow::before, .p-article_article .wp-block-button__link::before, .p-article_article .wp-block-button__link:visited::before, .p-article_article .is-style-outline .wp-block-button__link::before, .p-article_article .btn_style01::before, .p-blog_article .wp-block-button__link::before, .p-blog_article .wp-block-button__link:visited::before, .p-blog_article .is-style-outline .wp-block-button__link::before, .p-blog_article .btn_style01::before {
    content: "";
    font-family: "Material Symbols Rounded";
    font-weight: 400; }
  .c-button-contact::before {
    content: "";
    font-family: "Material Symbols Rounded";
    font-weight: 400; }
  .c-button-pdf::after {
    content: "";
    font-family: "Material Symbols Rounded";
    font-weight: 400; }
  .c-button-download::before {
    content: "";
    font-family: "Material Symbols Rounded";
    font-weight: 400; }
  .c-button-anchorLink {
    background-color: #fff;
    border: 2px solid #005E4B;
    border-radius: 4px;
    padding: 1em 0.5em; }
    .c-button-anchorLink::before {
      content: "";
      font-family: "Material Symbols Rounded";
      font-weight: 400; }
    .c-button-anchorLink:hover {
      background-color: #B1EEE3; }

/*aタグの中に内包されている場合のhover指定 */
a:hover .c-button-primary, a:hover .p-mailform_button input, .p-mailform_button a:hover input, a:hover .c-button-secondary, a:hover .p-article_article .wp-block-button__link, .p-article_article a:hover .wp-block-button__link, a:hover .p-article_article .btn_style01, .p-article_article a:hover .btn_style01, a:hover .p-blog_article .wp-block-button__link, .p-blog_article a:hover .wp-block-button__link, a:hover .p-blog_article .btn_style01, .p-blog_article a:hover .btn_style01, a:hover .p-pagefeed_item > a {
  background-color: #B1EEE3; }

/* カード */
.c-card, .p-aside_categorymenu > .cat-item {
  background: #fff;
  border: 2px solid #005E4B;
  border-radius: 0px;
  overflow: hidden; }
  .c-card:hover, .p-aside_categorymenu > .cat-item:hover {
    text-decoration: none; }
  .c-card_inner, .p-aside_categorymenu > .cat-item .children {
    padding: 0.5em 0.5em; }
    .c-card_inner-left, .p-aside_categorymenu > .cat-item .children {
      align-items: flex-start; }
  .c-card_header, .p-aside_categorymenu > .cat-item > a {
    transition: all 0.5s;
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
    align-items: center;
    background: #005E4B;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    padding: 0.75em 0.5em;
    position: relative; }
    a:hover .c-card_header, a:hover .p-aside_categorymenu > .cat-item > a {
      filter: brightness(1.3); }
    .c-card_header-accent {
      background: #FF1C61; }
    .c-card_header-caution {
      background: #EF084F; }
    .c-card_header-arrow, .p-aside_categorymenu > .cat-item > a {
      align-items: center;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: row;
      justify-content: center; }
      .c-card_header-arrow:before, .p-aside_categorymenu > .cat-item > a:before {
        content: "";
        font-family: "Material Symbols Rounded";
        font-weight: 400; }
    .c-card_header *:not(:first-child), .p-aside_categorymenu > .cat-item > a *:not(:first-child) {
      margin-top: 0.25em; }
    .c-card_header_text {
      text-align: center;
      line-height: 1.25;
      white-space: nowrap; }
    .c-card_header_sub {
      font-size: 3.5vw;
      text-align: center;
      white-space: nowrap; }
      @media print, screen and (min-width: 768px) {
        .c-card_header_sub {
          font-size: 0.6em; } }
  .c-card_title {
    font-weight: 800;
    text-align: center;
    white-space: nowrap; }
    @media only screen and (max-width: 767px) {
      .c-card_title {
        font-size: 0.85em; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .c-card_title {
        font-size: 0.8em; } }
  .c-card_image {
    height: auto;
    vertical-align: bottom;
    width: 100%; }

.c-label {
  position: absolute;
  left: 0.15em;
  top: -0.5em; }
  .c-label_base {
    /* ラベルを付けたいオブジェクトにつけるclass */
    position: relative; }
  .c-label-ribbon {
    /* 数値三桁くらいまでなら対応できる幅。これ以上の場合は要拡張 */
    background: #EF084F;
    border-radius: 8% 0 0 0;
    color: #fff;
    display: block;
    font-size: 1.25em;
    font-weight: 800;
    padding: 0.75em 0 0.5em 0;
    text-align: center;
    width: 2.5em; }
    .c-label-ribbon:before {
      position: absolute;
      content: '';
      top: 0;
      right: -0.5em;
      border: none;
      border-bottom: solid 0.5em #8c052e;
      border-right: solid 0.5em transparent; }
    .c-label-ribbon:after {
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      height: 0;
      width: 0;
      border-left: 1.25em solid #EF084F;
      border-right: 1.25em solid #EF084F;
      border-bottom: 0.5em solid transparent; }
  .c-label-ribbonwide {
    /* 横リボン */
    background: #FF5375;
    color: #fff;
    display: inline-block;
    height: 2.5em;
    line-height: 2.5em;
    left: 1em;
    padding: 0.5em 2em 0.5em 1em;
    text-align: center;
    top: -1.25em; }
    .c-label-ribbonwide::after {
      content: '';
      position: absolute;
      width: 0px;
      height: 0px;
      z-index: 1; }
    .c-label-ribbonwide::after {
      border-width: 1.25em 1em 1.25em 0px;
      border-color: transparent #fff transparent transparent;
      border-style: solid;
      top: 0;
      right: 0; }
  .c-label-balloon {
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #FF1C61;
    color: #FF1C61;
    font-size: 1.25em;
    font-weight: 800;
    height: 2.8em;
    padding: 0.15em;
    padding-top: 0.25em;
    text-align: center;
    width: 2.8em; }
    .c-label-balloon:before {
      border: 10px solid transparent;
      border-top: 10px solid #FF1C61;
      content: "";
      margin-left: -10px;
      position: absolute;
      bottom: -9px;
      left: 96%;
      transform: rotate(-45deg); }
    .c-label-balloon:after {
      border: 8px solid transparent;
      border-top: 8px solid #fff;
      content: "";
      margin-left: -8px;
      position: absolute;
      bottom: -4px;
      left: 92%;
      transform: rotate(-45deg); }

/* リスト */
.c-list, .p-aside_categorymenu > .cat-item .children {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  line-height: 1.5; }
  .c-list li, .p-aside_categorymenu > .cat-item .children li {
    margin-top: 0.25em;
    margin-bottom: 0.25em; }
  .c-list-row {
    flex-direction: row;
    flex-wrap: wrap; }
    .c-list-row li:not(:last-child) {
      margin-right: 0.25em; }
  .c-list-arrow > li, .p-aside_categorymenu > .cat-item .children > li {
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .c-list-arrow > li:before, .p-aside_categorymenu > .cat-item .children > li:before {
      content: "";
      font-family: "Material Symbols Rounded";
      font-weight: 400; }
  .c-list-circle > li {
    margin-left: 1em;
    text-indent: -1em; }
    .c-list-circle > li:before {
      content: '●';
      color: #FF5375; }
  .c-list-notestyle > li {
    border-bottom: 1px dotted #A085AB; }
  .c-list-checkbox > li {
    margin-left: 1.25em;
    text-indent: -1.25em; }
    .c-list-checkbox > li:before {
      content: "";
      font-family: "Material Symbols Rounded";
      font-weight: 400; }
  .c-list-number {
    counter-reset: section; }
    .c-list-number > li {
      line-height: 2;
      margin-left: 2em;
      text-indent: -2em; }
      .c-list-number > li:before {
        border-radius: 50%;
        color: #fff;
        counter-increment: section;
        content: counter(section);
        background: #FF5375;
        padding: 0 0.5em;
        margin-right: 0.5em; }
  .c-list-indent > li {
    text-indent: -1em;
    margin-left: 1em; }
  .c-list-asterisk > li {
    margin-left: 1em;
    text-indent: -1em; }
    .c-list-asterisk > li:before {
      content: '※';
      padding: 0; }

/* QA */
.c-question:before, .c-answer:before {
  box-sizing: border-box;
  display: inline-block;
  border: 2px solid #FF5375;
  flex: none;
  margin-right: 0.25em;
  padding: 0 0.3em; }

.c-question:before {
  background: #fff;
  content: 'Q.';
  color: #FF5375; }

.c-answer:before {
  background: #FF5375;
  content: 'A.';
  color: #fff; }

/* table */
.c-table {
  border: 1px solid #A085AB;
  display: table;
  width: 100%; }
  .c-table-fixed {
    table-layout: fixed; }
  .c-table th, .c-table td {
    border: 1px solid #A085AB;
    padding: 1em;
    line-height: 1.5; }
  .c-table th {
    background: #ECECEC; }

/* タグ */
.c-tag {
  background: #005E4B;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.65em;
  padding: 0.5em 0.5em;
  vertical-align: middle; }
  .c-tag-accent {
    background: #FF1C61; }

/* タイトル */
.c-title {
  font-family: 'Zen Maru Gothic';
  font-weight: 500;
  margin-bottom: 1rem; }
  .c-title_sub {
    font-size: 0.75em; }
  .c-title-sideborder {
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 1.5em;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .c-title-sideborder {
        font-size: 2em; } }
    .c-title-sideborder::before, .c-title-sideborder::after {
      content: "";
      flex-grow: 1;
      height: 2px;
      display: block; }
    .c-title-sideborder::before {
      background: linear-gradient(to left, #FF1C61, transparent);
      margin-right: 8px; }
    .c-title-sideborder::after {
      background: linear-gradient(to right, #FF1C61, transparent);
      margin-left: 8px; }
  .c-title-doubleborder::before, .c-title-doubleborder::after {
    background: #FF5375;
    content: '';
    display: block;
    height: 2px;
    width: 100%; }
  .c-title-doubleborder::before {
    margin-bottom: 0.5em; }
  .c-title-doubleborder::after {
    margin-top: 0.5em; }
  .c-title-bottomborder {
    border-bottom: 2px solid #A085AB;
    padding-bottom: 0.25em; }
  .c-title-circlearrow {
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .c-title-circlearrow::before {
      content: "";
      font-family: "Material Symbols Rounded";
      font-weight: 400; }
  .c-title-head {
    background: linear-gradient(to top, #FF5375, #ff5d7d);
    border-bottom: 2px solid #A085AB;
    color: #fff;
    padding: 0.5em 1em; }
  .c-title-guide, .p-article_article .c-title-guide, .p-blog_article .c-title-guide {
    background-repeat: no-repeat;
    border-bottom: 2px solid #FF5375;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .c-title-guide, .p-article_article .c-title-guide, .p-blog_article .c-title-guide {
        background-size: 112px auto, auto 168px, 100%;
        background-position: right bottom,left -1em center;
        min-height: 123.2px;
        padding: 0.5em 112px 0.5em 0.25em; } }
    @media print, screen and (min-width: 768px) {
      .c-title-guide, .p-article_article .c-title-guide, .p-blog_article .c-title-guide {
        background-size: 112px auto, auto 168px, 100%;
        background-position: right top,left -1em center;
        overflow: hidden;
        padding: 1em 112px 1em 0.5em;
        max-height: 112px; } }
    @media only screen and (max-width: 767px) {
      .c-title-guide-left, .p-article_article .c-title-guide-left, .p-blog_article .c-title-guide-left {
        background-position: left bottom,right -1em center;
        padding: 0.5em 0.25em 0.5em 112px; } }
    @media print, screen and (min-width: 768px) {
      .c-title-guide-left, .p-article_article .c-title-guide-left, .p-blog_article .c-title-guide-left {
        background-position: left top,right -1em center;
        padding: 1em 0.5em 1em 112px; } }
    @media only screen and (max-width: 767px) {
      .c-title-guide-wide, .p-article_article .c-title-guide-wide, .p-blog_article .c-title-guide-wide {
        background-size: 112px auto, auto 196px, 100%;
        background-position: right bottom,left -1em center;
        min-height: 112px;
        padding: 0.5em 112px 0.5em 0.25em; } }
    @media print, screen and (min-width: 768px) {
      .c-title-guide-wide, .p-article_article .c-title-guide-wide, .p-blog_article .c-title-guide-wide {
        background-size: 176px auto, auto 308px, 100%;
        background-position: right top,left -1em center;
        overflow: visible;
        padding: 1em 176px 1em 0.5em;
        max-height: 176px; } }
    .c-title-guide-01 {
      background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/title/image-title-person-01.png"), url("/wp-content/themes/ocean-temp_responsive-v2/images/logo/logo_symbol-white.svg"), linear-gradient(to top, #ECECEC 50%, rgba(255, 255, 255, 0) 100%); }
    .c-title-guide-02 {
      background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/title/image-title-person-02.png"), url("/wp-content/themes/ocean-temp_responsive-v2/images/logo/logo_symbol-white.svg"), linear-gradient(to top, #ECECEC 50%, rgba(255, 255, 255, 0) 100%); }
    .c-title-guide-03 {
      background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/title/image-title-person-03.png"), url("/wp-content/themes/ocean-temp_responsive-v2/images/logo/logo_symbol-white.svg"), linear-gradient(to top, #ECECEC 50%, rgba(255, 255, 255, 0) 100%); }
    .c-title-guide-04 {
      background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/title/image-title-person-04.png"), url("/wp-content/themes/ocean-temp_responsive-v2/images/logo/logo_symbol-white.svg"), linear-gradient(to top, #ECECEC 50%, rgba(255, 255, 255, 0) 100%); }
    .c-title-guide-05 {
      background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/title/image-title-person-05.png"), url("/wp-content/themes/ocean-temp_responsive-v2/images/logo/logo_symbol-white.svg"), linear-gradient(to top, #ECECEC 50%, rgba(255, 255, 255, 0) 100%); }
    .c-title-guide-06 {
      background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/title/image-title-person-06.png"), url("/wp-content/themes/ocean-temp_responsive-v2/images/logo/logo_symbol-white.svg"), linear-gradient(to top, #ECECEC 50%, rgba(255, 255, 255, 0) 100%); }
    .c-title-guide-07 {
      background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/title/image-title-person-07.png"), url("/wp-content/themes/ocean-temp_responsive-v2/images/logo/logo_symbol-white.svg"), linear-gradient(to top, #ECECEC 50%, rgba(255, 255, 255, 0) 100%); }

/* 電話番号 */
.c-telephone {
  align-items: center;
  color: #EF084F;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 8vw;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap; }
  @media print, screen and (min-width: 768px) {
    .c-telephone {
      font-size: 1.7em;
      pointer-events: none; } }
  .c-telephone:before {
    content: "";
    font-family: "Material Symbols Rounded";
    font-weight: 400;
    color: #00a73c;
    vertical-align: middle; }
  .c-telephone_time {
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    font-size: 3.5vw;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .c-telephone_time {
        font-size: 0.65em; } }
    .c-telephone_time_sub {
      text-indent: -1em;
      margin-left: 1em;
      font-size: 0.8em; }

.c-youtubeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  .c-youtubeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/** project **/
/* アーカイブリスト */
.p-archiveList_item:hover {
  text-decoration: none; }
.p-archiveList_item_date {
  font-size: 0.85em; }
.p-archiveList_item_title {
  margin-bottom: 0.25em; }

/* 新着情報 */
.p-archiveListLine {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column; }
  .p-archiveListLine_item {
    width: 100%; }
  .p-archiveListLine_link {
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      .p-archiveListLine_link {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        padding: 0.25em 0; } }
    @media print, screen and (min-width: 768px) {
      .p-archiveListLine_link {
        align-items: center;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        padding: 0.5em 0; } }
    .p-archiveListLine_link:hover {
      filter: brightness(1.2);
      text-decoration: none; }
    .p-archiveListLine_link .p-tagList {
      margin-right: 0.5em; }
  .p-archiveListLine_date, .p-archiveListLine_title {
    line-height: 2; }
  .p-archiveListLine_date {
    flex: none; }
    @media print, screen and (min-width: 768px) {
      .p-archiveListLine_date {
        margin-right: 1em; } }
  @media only screen and (max-width: 767px) {
    .p-archiveListLine_title {
      margin-top: 0.25em; } }

/* 記事エリア */
.p-article_title {
  background-image: linear-gradient(to right, #fff 80%, rgba(255, 255, 255, 0) 100%), url("/wp-content/themes/ocean-temp_responsive-v2/images/common/texture-sakura.jpg");
  background-repeat: no-repeat,repeat-y;
  background-position: left,right bottom; }
  @media only screen and (max-width: 767px) {
    .p-article_title {
      font-size: 1.5em; } }
  @media print, screen and (min-width: 768px) {
    .p-article_title {
      font-size: 1.75em; } }
.p-article_illust {
  float: left;
  text-align: center; }
  .p-article_illust img {
    max-width: 100%;
    width: auto; }
  @media only screen and (max-width: 767px) {
    .p-article_illust {
      margin: 1em 0.5em 0.5em 1em; } }
  @media print, screen and (min-width: 768px) {
    .p-article_illust {
      margin: 1.5em 0.5em 0.5em 1.5em;
      padding: 0; } }
  .p-article_illust + *::after {
    /*案内イラストの次の要素のafterにclearfix*/
    content: "";
    display: block;
    clear: both; }
.p-article_imageTitle, .p-blog_imageTitle {
  align-items: stretch;
  background-color: #ECECEC;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 8em;
  justify-content: center;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw; }
  @media print, screen and (min-width: 768px) {
    .p-article_imageTitle, .p-blog_imageTitle {
      height: 10em;
      margin: 0;
      left: auto;
      right: auto;
      width: 100%; } }
  .p-article_imageTitle_text, .p-blog_imageTitle_text {
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
    background: rgba(255, 255, 255, 0.9);
    color: #24130D;
    font-size: 1.25em;
    padding: 0.5em;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .p-article_imageTitle_text, .p-blog_imageTitle_text {
        font-size: 1.5em; } }
.p-article h2, .p-article h3 {
  /* 固定ページ内の時のh2とh3 */
  font-family: 'Zen Maru Gothic';
  font-weight: 500;
  padding-top: 0.25em;
  padding-bottom: 0.25em; }
.p-article h2 {
  /* 固定ページ内の時のh2 */
  border-bottom: 6px double #FF5375; }
.p-article h3 {
  /* 固定ページの時のh3 */
  border-bottom: 2px solid #A085AB; }
.p-article .mw_wp_form {
  margin-bottom: 3em; }

/* 関連リンクリスト */
.p-relatedlink_list li:not(:first-child) {
  margin-left: 0; }

/* 固定ページと投稿の中での共通スタイル */
.p-article_article, .p-blog_article {
  /* 親ページ枠線 */ }
  .p-article_article > *:not(:first-child), .p-blog_article > *:not(:first-child) {
    /* 要素間縦のマージン */
    margin-top: 1em; }
  .p-article_article .sps, .p-article_article .wp-block-group, .p-blog_article .sps, .p-blog_article .wp-block-group {
    /* spsはocean汎用cssからの引き継ぎ */
    border: 1px solid #ECECEC;
    border-radius: 4px;
    padding: 1em; }
    @media print, screen and (min-width: 768px) {
      .p-article_article .sps, .p-article_article .wp-block-group, .p-blog_article .sps, .p-blog_article .wp-block-group {
        padding: 1.5em; } }
    .p-article_article .sps:not(:first-of-type), .p-article_article .wp-block-group:not(:first-of-type), .p-blog_article .sps:not(:first-of-type), .p-blog_article .wp-block-group:not(:first-of-type) {
      margin-top: 2em; }
  .p-article_article h2 + .wp-block-group, .p-article_article h2 + .sps, .p-blog_article h2 + .wp-block-group, .p-blog_article h2 + .sps {
    /* グループの外に出ているh2が隣接している場合のマージン指定 */
    margin-top: 0 !important; }
  .p-article_article h2, .p-blog_article h2 {
    margin-top: 1em; }
    @media only screen and (max-width: 767px) {
      .p-article_article h2, .p-blog_article h2 {
        font-size: 6.5vw; } }
  @media only screen and (max-width: 767px) {
    .p-article_article h3, .p-blog_article h3 {
      font-size: 5.5vw; } }
  .p-article_article h2, .p-article_article h3, .p-article_article h4, .p-article_article h5, .p-blog_article h2, .p-blog_article h3, .p-blog_article h4, .p-blog_article h5 {
    font-family: 'Zen Maru Gothic';
    font-weight: 500; }
  .p-article_article h2:not(:last-child), .p-article_article h3:not(:last-child), .p-article_article h4:not(:last-child), .p-article_article p:not(:last-child), .p-article_article table:not(:last-child), .p-article_article ol:not(:last-child), .p-article_article ul:not(:last-child), .p-article_article blockquote:not(:last-child), .p-blog_article h2:not(:last-child), .p-blog_article h3:not(:last-child), .p-blog_article h4:not(:last-child), .p-blog_article p:not(:last-child), .p-blog_article table:not(:last-child), .p-blog_article ol:not(:last-child), .p-blog_article ul:not(:last-child), .p-blog_article blockquote:not(:last-child) {
    margin-bottom: 0.5em; }
  .p-article_article p, .p-blog_article p {
    line-height: 1.8; }
  .p-article_article ul li, .p-article_article ol li, .p-blog_article ul li, .p-blog_article ol li {
    margin-top: 0.25em;
    margin-bottom: 0.25em; }
  .p-article_article ul > li, .p-blog_article ul > li {
    line-height: 1.5;
    margin-left: 2em;
    text-indent: -2em; }
    .p-article_article ul > li::before, .p-blog_article ul > li::before {
      content: '●';
      color: #FF5375;
      padding: 0 0.5em; }
  .p-article_article ol, .p-blog_article ol {
    counter-reset: section; }
    .p-article_article ol > li, .p-blog_article ol > li {
      line-height: 2;
      margin-left: 2em;
      text-indent: -2em; }
      .p-article_article ol > li::before, .p-blog_article ol > li::before {
        border-radius: 50%;
        color: #fff;
        counter-increment: section;
        content: counter(section);
        background: #FF5375;
        padding: 0 0.5em;
        margin-right: 0.5em; }
      .p-article_article ol > li ol > li::before, .p-blog_article ol > li ol > li::before {
        border-radius: 2px;
        background: #5CDBB0; }
  .p-article_article table, .p-blog_article table {
    border: 1px solid #A085AB;
    display: table;
    width: 100%; }
    .p-article_article table th, .p-article_article table td, .p-blog_article table th, .p-blog_article table td {
      border: 1px solid #A085AB;
      padding: 1em;
      line-height: 1.5; }
    .p-article_article table th, .p-blog_article table th {
      background: #ECECEC; }
    .p-article_article table .nowrap, .p-blog_article table .nowrap {
      white-space: nowrap; }
  .p-article_article blockquote, .p-blog_article blockquote {
    background: #ECECEC;
    border-left: 2px solid #5CDBB0;
    padding: 1em; }
    .p-article_article blockquote cite, .p-blog_article blockquote cite {
      display: block;
      font-size: 0.85em;
      margin-top: 1em;
      text-align: right;
      width: 100%; }
  .p-article_article strong, .p-blog_article strong {
    font-weight: 800; }
  .p-article_article u, .p-blog_article u {
    background: linear-gradient(transparent 50%, rgba(255, 28, 97, 0.2) 50%);
    text-decoration: none; }
  .p-article_article .c-banner-telephone > p, .p-blog_article .c-banner-telephone > p {
    margin-bottom: 0; }
  .p-article_article .c-telephone, .p-blog_article .c-telephone {
    line-height: 1; }
  .p-article_article .c-list-notestyle, .p-blog_article .c-list-notestyle {
    margin-left: auto; }
    .p-article_article .c-list-notestyle li, .p-blog_article .c-list-notestyle li {
      margin-left: 0;
      text-indent: 0; }
      .p-article_article .c-list-notestyle li::before, .p-blog_article .c-list-notestyle li::before {
        content: none; }
  .p-article_article .c-list-checkbox > li, .p-blog_article .c-list-checkbox > li {
    margin-left: 1.25em;
    text-indent: -1.25em; }
    .p-article_article .c-list-checkbox > li::before, .p-blog_article .c-list-checkbox > li::before {
      content: "";
      font-family: "Material Symbols Rounded";
      font-weight: 400; }
  .p-article_article .c-list-asterisk > li, .p-blog_article .c-list-asterisk > li {
    margin-left: 1em;
    text-indent: -1em; }
    .p-article_article .c-list-asterisk > li::before, .p-blog_article .c-list-asterisk > li::before {
      content: '※';
      color: #24130D;
      padding: 0; }
  .p-article_article .wp-block-columns, .p-blog_article .wp-block-columns {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .p-article_article .wp-block-table, .p-blog_article .wp-block-table {
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap; } }
  @media only screen and (max-width: 767px) {
    .p-article_article .wp-block-table::after, .p-blog_article .wp-block-table::after {
      content: '※全体が見えない場合、横へスクロールして下さい。';
      display: block;
      font-size: 3.5vw;
      margin-top: 0.5em; } }
  .p-article_article .wp-block-buttons, .p-blog_article .wp-block-buttons {
    display: block; }
  .p-article_article .wp-block-button__link, .p-article_article .wp-block-button__link:visited, .p-article_article .is-style-outline .wp-block-button__link, .p-article_article .btn_style01, .p-blog_article .wp-block-button__link, .p-blog_article .wp-block-button__link:visited, .p-blog_article .is-style-outline .wp-block-button__link, .p-blog_article .btn_style01 {
    text-align: left; }
    .p-article_article .wp-block-button__link:hover, .p-article_article .wp-block-button__link:visited:hover, .p-article_article .is-style-outline .wp-block-button__link:hover, .p-article_article .btn_style01:hover, .p-blog_article .wp-block-button__link:hover, .p-blog_article .wp-block-button__link:visited:hover, .p-blog_article .is-style-outline .wp-block-button__link:hover, .p-blog_article .btn_style01:hover {
      color: #005E4B; }
  .p-article_article .borderarea, .p-blog_article .borderarea {
    padding: 1.25em;
    border: 1px dashed #24130D;
    border-radius: 4px;
    background-color: #FFF6F6; }
    .p-article_article .borderarea .wp-block-image, .p-blog_article .borderarea .wp-block-image {
      margin-bottom: 0.5em; }
      @media only screen and (max-width: 767px) {
        .p-article_article .borderarea .wp-block-image .alignleft, .p-blog_article .borderarea .wp-block-image .alignleft {
          display: block;
          float: none;
          margin: 0;
          padding: 0;
          text-align: center; } }

/* ページ下部のお問い合わせはこちら */
.p-pagefooter_contact {
  padding: 1em 1em;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .p-pagefooter_contact {
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      width: 100vw; } }
  @media print, screen and (min-width: 980px) {
    .p-pagefooter_contact {
      overflow: hidden;
      padding: 1em 2em;
      margin: 0; } }
  @media print, screen and (min-width: 980px) {
    .p-pagefooter_contact::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      right: 4%;
      background: url("/wp-content/themes/ocean-temp_responsive-v2/images/guide/image_pagefootercontact_person.png") no-repeat;
      background-position: bottom center;
      background-size: contain;
      height: 100%;
      width: 32%;
      z-index: 9; } }
  .p-pagefooter_contact_title {
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
    line-height: 1.25; }
    @media only screen and (max-width: 767px) {
      .p-pagefooter_contact_title {
        background: url("/wp-content/themes/ocean-temp_responsive-v2/images/guide/image_pagefootercontact_person.png") no-repeat;
        background-position: top right;
        background-size: 32vw;
        font-size: 5vw;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-right: 32vw; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .p-pagefooter_contact_title {
        font-size: 1em; } }
    @media print, screen and (min-width: 980px) {
      .p-pagefooter_contact_title {
        font-size: 1.5em; } }
  .p-pagefooter_contact_inner {
    position: relative;
    z-index: 10; }
    @media print, screen and (min-width: 980px) {
      .p-pagefooter_contact_inner {
        width: 85%; } }
  .p-pagefooter_contact .c-banner {
    width: 100%; }
    @media print, screen and (min-width: 768px) {
      .p-pagefooter_contact .c-banner {
        margin-top: 0.5em; } }
    @media print, screen and (min-width: 980px) {
      .p-pagefooter_contact .c-banner {
        width: 80%; } }
  .p-pagefooter_contact .c-banner_conversion {
    margin-top: 1.25em;
    margin-bottom: 0.5em; }
  @media print, screen and (min-width: 768px) {
    .p-pagefooter_contact .c-banner-telephone {
      border: none;
      background: none;
      padding: 0; } }
  @media print, screen and (min-width: 980px) {
    .p-pagefooter_contact .c-telephone {
      font-size: 2.5em; } }
  .p-pagefooter_contact .p-minimalmenu {
    width: 100%; }
    @media print, screen and (min-width: 980px) {
      .p-pagefooter_contact .p-minimalmenu {
        width: 80%; } }

/* 投稿(single) */
.p-blog_imageTitle {
  color: #005E4B;
  background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/blog/image_header_blog.jpg"); }
  .p-blog_imageTitle:hover {
    text-decoration: none; }
  .p-blog_imageTitle_text {
    background: rgba(255, 255, 255, 0.9); }
.p-blog_title {
  border-top: 2px solid #005E4B;
  border-bottom: 2px solid #005E4B;
  font-size: 1.25em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em; }
  .p-blog_title .c-title {
    margin-bottom: 0; }
  .p-blog_title > a {
    width: 100%; }
    .p-blog_title > a:hover {
      text-decoration: none;
      background: #B1EEE3; }
.p-blog_column {
  margin-top: 1em; }
  .p-blog_column:not(:first-of-type) {
    margin-top: 4em; }
.p-blog_article *:not(:first-child) {
  margin-top: 1em; }
.p-blog_article h2, .p-blog_article h3 {
  align-items: flex-start;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 1.25em;
  line-height: 1.5; }
  .p-blog_article h2::before, .p-blog_article h3::before {
    border: 2px solid #FF5375;
    flex: none;
    margin-right: 0.25em;
    padding: 0 0.3em; }
.p-blog_article h2::before {
  background: #fff;
  box-sizing: border-box;
  content: 'Q.';
  color: #FF5375; }
.p-blog_article h3::before {
  background: #FF5375;
  box-sizing: border-box;
  content: 'A.';
  color: #fff; }

/* 投稿(single)のページフィード */
.p-pagefeed_item > a {
  font-size: 0.85em;
  white-space: nowrap; }
  @media print, screen and (min-width: 768px) {
    .p-pagefeed_item > a {
      font-size: 1em; } }
.p-pagefeed_prev a:before {
  content: "";
  font-family: "Material Symbols Rounded";
  font-weight: 400; }
.p-pagefeed_next a:after {
  content: "";
  font-family: "Material Symbols Rounded";
  font-weight: 400; }

@media print, screen and (min-width: 768px) {
  .p-aside_text-small {
    font-size: 0.85em; } }
.p-aside_information_title {
  font-family: 'Zen Maru Gothic';
  font-weight: 500;
  background: url("/wp-content/themes/ocean-temp_responsive-v2/images/guide/image_footercontact_person.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 55%;
  font-size: 1em;
  padding-right: 30%;
  padding-top: 1em;
  padding-bottom: 2em; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .p-aside_information_title {
      background-size: 40%; } }
.p-aside_information_banner {
  margin-top: -0.5em; }
.p-aside_information .c-banner_conversion {
  font-size: 1em; }
@media print, screen and (min-width: 768px) {
  .p-aside_information .c-banner_balloon {
    font-size: 0.68em; } }
@media print, screen and (min-width: 768px) {
  .p-aside_information .c-telephone {
    font-size: 1.25em; } }
.p-aside_categorymenu {
  margin-top: 1em;
  list-style-type: none; }
  .p-aside_categorymenu > .cat-item:not(:first-child) {
    margin-top: 1em; }
  .p-aside_categorymenu > .cat-item > a:hover {
    text-decoration: none; }
  .p-aside_categorymenu > .cat-item .children > li {
    display: block; }
.p-aside_globalmenu li[class^="p-icon"] a:before {
  margin-right: 0.5em; }
.p-aside_contact_text {
  padding-bottom: 1em; }
  @media only screen and (max-width: 767px) {
    .p-aside_contact_text {
      background: url("/wp-content/themes/ocean-temp_responsive-v2/images/guide/image_contact_person01.jpg");
      background-repeat: no-repeat;
      background-position: right top;
      background-size: 40vw;
      padding-right: 40vw;
      padding-top: 1em; } }

/* バナー */
.p-banner-fee {
  line-height: 1.15; }
  .p-banner-fee:before {
    content: '';
    background: url("/wp-content/themes/ocean-temp_responsive-v2/images/symbol-fee.svg");
    background-position: center center;
    background-size: cover;
    height: 1.25em;
    margin-right: 0.25em;
    width: 1.25em; }

/* トップページのディクショナリーコンテンツ */
.p-topdictionary_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0; }
.p-topdictionary_head {
  align-items: center;
  border-bottom: 1px solid #A085AB;
  padding-bottom: 1em;
  margin-bottom: 1em; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .p-topdictionary_head {
      font-size: 0.85em; } }
.p-topdictionary_symbol {
  width: 16%; }
  .p-topdictionary_symbol img {
    width: 100%; }
.p-topdictionary_text {
  font-family: 'Zen Maru Gothic';
  font-weight: 500;
  width: 80%; }
  @media print, screen and (min-width: 768px) {
    .p-topdictionary_text {
      font-size: 1.1em;
      line-height: 1.25; } }

/* footerのお問い合わせ */
.p-footercontact {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .p-footercontact:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -2em;
      right: 0;
      background: url("/wp-content/themes/ocean-temp_responsive-v2/images/guide/image_footercontact_person.png") no-repeat;
      background-position: bottom center;
      background-size: contain;
      height: 120%;
      width: 45%; } }
  .p-footercontact_title {
    font-family: 'Zen Maru Gothic';
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .p-footercontact_title {
        background: url("/wp-content/themes/ocean-temp_responsive-v2/images/guide/image_footercontact_person.png") no-repeat;
        background-position: top right;
        background-size: 32vw;
        font-size: 5.2vw;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-right: 24vw; } }
    @media print, screen and (min-width: 768px) {
      .p-footercontact_title {
        font-size: 1.25em;
        padding: 0;
        text-align: center; } }
    @media print, screen and (min-width: 980px) {
      .p-footercontact_title {
        font-size: 1.65em; } }
  @media print, screen and (min-width: 768px) {
    .p-footercontact .c-banner-telephone {
      margin-top: 0.5em;
      background: none;
      border: none;
      padding: 0; } }
  @media print, screen and (min-width: 768px) {
    .p-footercontact .c-telephone {
      font-size: 3rem; } }
  @media print, screen and (min-width: 768px) {
    .p-footercontact .c-telephone_time {
      font-size: 1em;
      font-weight: 800; } }

/* footer */
.p-footer {
  background: #FF5375;
  color: #fff;
  padding-bottom: 6em; }
  .p-footer_inner {
    padding: 1em 0; }
  .p-footer_facebook {
    width: 100%;
    overflow: hidden; }
  .p-footer a {
    color: #fff; }

.p-footerlink {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1em; }
  @media print, screen and (min-width: 768px) {
    .p-footerlink {
      margin-top: 0; } }
  .p-footerlink li {
    font-size: 0.85em;
    width: 48%; }
    .p-footerlink li:before {
      content: "";
      font-family: "Material Symbols Rounded";
      font-weight: 400; }

/* floatmenu */
.p-float_bottom {
  background: rgba(255, 255, 255, 0.7);
  border-top: 2px solid #FF5375;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 13; }
  @media print, screen and (min-width: 768px) {
    .p-float_bottom {
      padding-top: 1em;
      padding-bottom: 1em; } }
  @media print {
    .p-float_bottom {
      display: none; } }
  @media print, screen and (min-width: 768px) {
    .p-float_bottom_sodan {
      order: 1; } }
  @media print, screen and (min-width: 768px) {
    .p-float_bottom_contact {
      order: 3; } }
  @media print, screen and (min-width: 768px) {
    .p-float_bottom_telephone {
      order: 2; } }
  @media print, screen and (min-width: 980px) {
    .p-float_bottom_telephone:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -1em;
      right: 0;
      background: url("/wp-content/themes/ocean-temp_responsive-v2/images/guide/image_footercontact_person.png") no-repeat;
      background-position: bottom right;
      background-size: contain;
      height: 200%;
      width: 48%; } }
  .p-float_bottom .c-banner_conversion {
    font-size: 3.25vw;
    margin-top: 0;
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
    @media print, screen and (min-width: 768px) {
      .p-float_bottom .c-banner_conversion {
        font-size: 1em;
        padding-top: 1em;
        padding-bottom: 1em; } }
  .p-float_bottom .c-banner-telephone {
    font-size: 3vw;
    font-weight: 800; }
    @media print, screen and (min-width: 768px) {
      .p-float_bottom .c-banner-telephone {
        align-items: flex-start;
        background: none;
        border: none;
        font-size: 1.25em;
        padding: 0; } }
  .p-float_bottom .c-telephone {
    font-size: 1.5em;
    margin-top: 0.25em; }
    @media print, screen and (min-width: 768px) {
      .p-float_bottom .c-telephone {
        font-size: 1.6em; } }
    @media print, screen and (min-width: 980px) {
      .p-float_bottom .c-telephone {
        margin-top: 0.1em;
        font-size: 1.9em; } }
  .p-float_bottom .c-button, .p-float_bottom .p-article_article .wp-block-button__link, .p-article_article .p-float_bottom .wp-block-button__link, .p-float_bottom .p-article_article .btn_style01, .p-article_article .p-float_bottom .btn_style01, .p-float_bottom .p-blog_article .wp-block-button__link, .p-blog_article .p-float_bottom .wp-block-button__link, .p-float_bottom .p-blog_article .btn_style01, .p-blog_article .p-float_bottom .btn_style01, .p-float_bottom .p-pagefeed_item > a, .p-float_bottom .p-mailform_button input, .p-mailform_button .p-float_bottom input {
    font-size: 0.8em; }
    @media print, screen and (min-width: 980px) {
      .p-float_bottom .c-button, .p-float_bottom .p-article_article .wp-block-button__link, .p-article_article .p-float_bottom .wp-block-button__link, .p-float_bottom .p-article_article .btn_style01, .p-article_article .p-float_bottom .btn_style01, .p-float_bottom .p-blog_article .wp-block-button__link, .p-blog_article .p-float_bottom .wp-block-button__link, .p-float_bottom .p-blog_article .btn_style01, .p-blog_article .p-float_bottom .btn_style01, .p-float_bottom .p-pagefeed_item > a, .p-float_bottom .p-mailform_button input, .p-mailform_button .p-float_bottom input {
        padding-top: 1em;
        padding-bottom: 1em; } }
    @media print, screen and (min-width: 768px) {
      .p-float_bottom .c-button-arrow, .p-float_bottom .p-article_article .wp-block-button__link, .p-article_article .p-float_bottom .wp-block-button__link, .p-float_bottom .p-article_article .btn_style01, .p-article_article .p-float_bottom .btn_style01, .p-float_bottom .p-blog_article .wp-block-button__link, .p-blog_article .p-float_bottom .wp-block-button__link, .p-float_bottom .p-blog_article .btn_style01, .p-blog_article .p-float_bottom .btn_style01 {
        display: flex !important; } }

/* header */
.p-header {
  background: #fff;
  border-bottom: 2px solid #5CDBB0;
  padding: 0.5rem 0;
  position: relative;
  z-index: 15; }
  .p-header_inner {
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .p-header_inner {
        width: 94vw; } }
    @media print, screen and (min-width: 768px) {
      .p-header_inner {
        align-items: flex-start;
        justify-content: space-between; } }
  .p-header_logo {
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .p-header_logo {
        width: 76vw; } }
    .p-header_logo_inner {
      align-items: center; }
      @media print, screen and (min-width: 768px) {
        .p-header_logo_inner {
          align-items: flex-start; } }
    .p-header_logo_link {
      align-items: center;
      margin-top: 0.25em;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: row; }
    .p-header_logo_symbol {
      width: 12%;
      margin-right: 2%; }
    .p-header_logo_text {
      width: 84%; }
      .p-header_logo_text h1 {
        line-height: 1; }
      .p-header_logo_text img {
        flex: none; }
  .p-header_description, .p-header_office {
    font-weight: 500; }
  .p-header_description {
    white-space: nowrap;
    font-size: 2.5vw; }
    @media print, screen and (min-width: 768px) {
      .p-header_description {
        font-size: 0.8em; } }
  .p-header_office {
    font-size: 2.5vw; }
    @media print, screen and (min-width: 768px) {
      .p-header_office {
        font-size: 0.6em; } }
    @media print, screen and (min-width: 980px) {
      .p-header_office {
        font-size: 0.7em; } }
  .p-header_information {
    display: none; }
    @media print, screen and (min-width: 768px) {
      .p-header_information {
        align-items: flex-end;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        text-align: right;
        width: 48%; } }
    @media print, screen and (min-width: 980px) {
      .p-header_information {
        width: 50%; } }
    .p-header_information_navi {
      width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .p-header_information .c-list, .p-header_information .p-aside_categorymenu > .cat-item .children, .p-aside_categorymenu > .cat-item .p-header_information .children {
        font-size: 0.85em; } }
    @media print, screen and (min-width: 980px) {
      .p-header_information .c-list, .p-header_information .p-aside_categorymenu > .cat-item .children, .p-aside_categorymenu > .cat-item .p-header_information .children {
        justify-content: flex-end;
        margin-right: 0.5em; } }
    @media print, screen and (min-width: 768px) {
      .p-header_information .c-telephone {
        font-size: 1.4em; } }
    @media print, screen and (min-width: 980px) {
      .p-header_information .c-telephone {
        font-size: 2em; } }
    .p-header_information .c-telephone_time {
      text-align: right;
      align-items: flex-end; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .p-header_information .c-telephone_time {
          font-size: 0.55em; } }
  @media print, screen and (min-width: 768px) {
    .p-header_partner {
      width: 90%; } }

/* メニュー用アイコン追加css */
.p-icon-book a:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  flex: none;
  height: 1em;
  width: 1em;
  background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/icon-menu/icon-book.svg"); }
.p-icon-crown a:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  flex: none;
  height: 1em;
  width: 1em;
  background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/icon-menu/icon-crown.svg"); }
.p-icon-heart a:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  flex: none;
  height: 1em;
  width: 1em;
  background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/icon-menu/icon-heart.svg"); }
.p-icon-home a:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  flex: none;
  height: 1em;
  width: 1em;
  background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/icon-menu/icon-home.svg"); }
.p-icon-mappin a:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  flex: none;
  height: 1em;
  width: 1em;
  background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/icon-menu/icon-mappin.svg"); }
.p-icon-message a:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  flex: none;
  height: 1em;
  width: 1em;
  background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/icon-menu/icon-message.svg"); }
.p-icon-smile a:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  flex: none;
  height: 1em;
  width: 1em;
  background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/icon-menu/icon-smile.svg"); }
.p-icon-staff a:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  flex: none;
  height: 1em;
  width: 1em;
  background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/icon-menu/icon-staff.svg"); }
.p-icon-star a:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  flex: none;
  height: 1em;
  width: 1em;
  background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/icon-menu/icon-star.svg"); }
.p-icon-question a:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  flex: none;
  height: 1em;
  width: 1em;
  background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/icon-menu/icon-question.svg"); }

/* メインビジュアル直下のバナー */
.p-topbanner {
  position: relative; }
  .p-topbanner_link {
    z-index: 8; }
    @media print, screen and (min-width: 768px) {
      .p-topbanner_link {
        margin-top: -3em; } }

/* トップページでのcardリスト */
.p-topcard {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .p-topcard {
      height: 170px; } }
  @media print, screen and (min-width: 768px) {
    .p-topcard:hover {
      transform: translateY(-0.25em); } }
  .p-topcard_title {
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
    background: rgba(255, 255, 255, 0.8);
    color: #24130D;
    padding: 0.5em 0;
    position: absolute;
    top: 0.5em;
    width: 100%;
    white-space: nowrap; }
    @media only screen and (max-width: 767px) {
      .p-topcard_title {
        font-size: 4.2vw; } }
    @media print, screen and (min-width: 980px) {
      .p-topcard_title {
        font-size: 1.15em; } }
  .p-topcard_button {
    position: absolute;
    bottom: 0.75em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 3.5vw;
    white-space: nowrap; }
    @media print, screen and (min-width: 768px) {
      .p-topcard_button {
        font-size: 0.85em; } }
    @media print, screen and (min-width: 768px) {
      .p-topcard_button {
        width: 80%; } }

/* セクションごとの指定 */
@media only screen and (max-width: 767px) {
  .p-topsection_title {
    font-size: 7vw; } }
@media only screen and (max-width: 767px) {
  .p-topsection_title_sub {
    font-size: 4vw; } }
@media print, screen and (min-width: 768px) {
  .p-topsection_title_sub {
    font-size: 0.6em; } }
.p-topsection_title-flowchart {
  padding-bottom: 0.75em;
  position: relative;
  text-align: center;
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .p-topsection_title-flowchart {
      font-size: 5.5vw; } }
  .p-topsection_title-flowchart::before {
    background: url("/wp-content/themes/ocean-temp_responsive-v2/images/symbol/symbol-businesswoman.svg"), center center, no-repeat; }
    @media only screen and (max-width: 767px) {
      .p-topsection_title-flowchart::before {
        right: 0;
        height: 64px;
        width: 64px; } }
    @media print, screen and (min-width: 768px) {
      .p-topsection_title-flowchart::before {
        right: 16%;
        height: 96px;
        width: 96px; } }
  .p-topsection_title-flowchart::after {
    background: url("/wp-content/themes/ocean-temp_responsive-v2/images/symbol/symbol-businessman.svg"), center center, no-repeat; }
    @media only screen and (max-width: 767px) {
      .p-topsection_title-flowchart::after {
        left: 0;
        height: 72px;
        width: 72px; } }
    @media print, screen and (min-width: 768px) {
      .p-topsection_title-flowchart::after {
        left: 16%;
        height: 102px;
        width: 102px; } }
  .p-topsection_title-flowchart::before, .p-topsection_title-flowchart::after {
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    position: absolute; }

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  z-index: 14; }
  .p-loading_text {
    color: #FF5375; }
  @media only screen and (max-width: 767px) {
    .p-loading_logo {
      width: 80vw; } }
  .p-loading_loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 8em;
    height: 8em;
    border-radius: 50%;
    background: #FF5375;
    background: -moz-linear-gradient(left, #FF5375 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #FF5375 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #FF5375 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #FF5375 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #FF5375 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }
    .p-loading_loader::before {
      width: 50%;
      height: 50%;
      background: #FF5375;
      border-radius: 100% 0 0 0;
      position: absolute;
      top: 0;
      left: 0;
      content: ''; }
    .p-loading_loader::after {
      background: #fff;
      width: 75%;
      height: 75%;
      border-radius: 50%;
      content: '';
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* メインエリア */
.p-main {
  margin-bottom: 1em; }
  .p-main_article {
    /* 記事エリア */ }
  .p-main_aside {
    /* サイドエリア */ }

/* 料金ページの場合 */
.p-main-price .p-article_article .wp-block-group {
  background-color: #fff;
  border: #ECECEC solid 1px;
  padding: 1em; }

/* TOPメインビジュアル */
.p-mainvisual {
  background: linear-gradient(to top, #fff, #fff 60%, rgba(255, 255, 255, 0) 70%), url("/wp-content/themes/ocean-temp_responsive-v2/images/mainvisual/mainvisual-background.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 164%;
  border-bottom: 1px solid #A085AB;
  z-index: 7; }
  @media print, screen and (min-width: 768px) {
    .p-mainvisual {
      background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0) 10%), url("/wp-content/themes/ocean-temp_responsive-v2/images/mainvisual/mainvisual-background.jpg");
      background-position: center center;
      background-size: auto,100%; } }
  .p-mainvisual_inner {
    position: relative;
    margin-top: -0.25em;
    margin-bottom: 0.5em; }
    @media print, screen and (min-width: 768px) {
      .p-mainvisual_inner {
        align-items: center; } }
    @media print, screen and (min-width: 768px) {
      .p-mainvisual_inner .l-row_column6-tab {
        width: 49%; } }
  .p-mainvisual_tagline {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(4px);
    margin-top: 0.5em;
    padding: 0.3em 0; }
    .p-mainvisual_tagline_title {
      font-family: 'Zen Maru Gothic';
      font-weight: 500;
      font-size: 4.8vw;
      text-shadow: 0 0 6px rgba(255, 255, 255, 0.8), 0 0 4px #fff; }
      @media print, screen and (min-width: 768px) {
        .p-mainvisual_tagline_title {
          font-size: 1.25em; } }
      @media print, screen and (min-width: 980px) {
        .p-mainvisual_tagline_title {
          font-size: 1.5em;
          white-space: nowrap; } }
  @media only screen and (max-width: 767px) {
    .p-mainvisual_image {
      width: 100%; } }
  .p-mainvisual_image_wrap {
    position: relative; }
  .p-mainvisual_image_catch {
    position: absolute;
    left: 0;
    right: 0; }
    @media only screen and (max-width: 767px) {
      .p-mainvisual_image_catch {
        bottom: -0.75em; } }
    @media print, screen and (min-width: 768px) {
      .p-mainvisual_image_catch {
        bottom: -1em; } }
  .p-mainvisual_sodan img {
    width: 100%; }
  .p-mainvisual_menu_item {
    width: 49%; }
    @media only screen and (max-width: 767px) {
      .p-mainvisual_menu_item {
        font-size: 3.8vw; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .p-mainvisual_menu_item {
        font-size: 0.8em; } }
    .p-mainvisual_menu_item:nth-of-type(n+3) {
      margin-top: 0.25em; }
    .p-mainvisual_menu_item .c-button, .p-mainvisual_menu_item .p-article_article .wp-block-button__link, .p-article_article .p-mainvisual_menu_item .wp-block-button__link, .p-mainvisual_menu_item .p-article_article .btn_style01, .p-article_article .p-mainvisual_menu_item .btn_style01, .p-mainvisual_menu_item .p-blog_article .wp-block-button__link, .p-blog_article .p-mainvisual_menu_item .wp-block-button__link, .p-mainvisual_menu_item .p-blog_article .btn_style01, .p-blog_article .p-mainvisual_menu_item .btn_style01, .p-mainvisual_menu_item .p-pagefeed_item > a, .p-mainvisual_menu_item .p-mailform_button input, .p-mailform_button .p-mainvisual_menu_item input {
      justify-content: space-between;
      overflow: hidden;
      padding: 0.25em 0.25em 0.5em;
      white-space: nowrap; }
    .p-mainvisual_menu_item .u-text-small {
      font-size: 2vw; }
      @media print, screen and (min-width: 768px) {
        .p-mainvisual_menu_item .u-text-small {
          font-size: 0.7em; } }

/* パンくずリスト */
.p-breadCrumbs {
  margin-bottom: 1em; }
  .p-breadCrumbs_list > li {
    display: inline;
    font-size: 0.85em;
    margin-right: 0.25em;
    line-height: 1.5; }
    .p-breadCrumbs_list > li:not(:last-child):after {
      content: '>';
      margin-left: 0.25em; }

/* トグルメニューボタン(スマホ) */
.p-navbar_toggle {
  align-items: center;
  border: none;
  background: none;
  color: #005E4B;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 18vw; }
  @media print, screen and (min-width: 768px) {
    .p-navbar_toggle {
      display: none; } }
  .p-navbar_toggle:before {
    content: "";
    font-family: "Material Symbols Rounded";
    font-weight: 400;
    font-size: 8vw; }
  .p-navbar_toggle.js-open:before {
    content: "";
    font-family: "Material Symbols Rounded";
    font-weight: 400; }
  .p-navbar_toggle_text {
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
    font-size: 1em; }

/* トグルメニニュー(スマホ) */
.p-globalmenu_toggle {
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 1em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 82vw;
  z-index: 100; }
  .p-globalmenu_toggle.js-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .p-globalmenu_toggle li {
    padding: 1em 0; }
    .p-globalmenu_toggle li a {
      font-family: 'Zen Maru Gothic';
      font-weight: 500;
      display: block; }
      .p-globalmenu_toggle li a:before {
        vertical-align: middle;
        margin-right: 0.25em; }

/* グローバルメニュー(PC) */
.p-globalmenu {
  display: none; }
  @media print, screen and (min-width: 768px) {
    .p-globalmenu {
      filter: drop-shadow(0 0 4px rgba(153, 153, 153, 0.25));
      background-color: #fff;
      display: block;
      z-index: 11; } }
  .p-globalmenu_inner {
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row; }
    .p-globalmenu_inner li {
      align-items: center;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-around;
      width: calc(100% / 9); }
      .p-globalmenu_inner li a {
        font-family: 'Zen Maru Gothic';
        font-weight: 500;
        align-items: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 0.85em;
        padding: 0.75em 0;
        text-align: center;
        width: 100%; }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          .p-globalmenu_inner li a {
            font-size: 0.5em; } }
        .p-globalmenu_inner li a:hover {
          background: #eefbf7;
          text-decoration: none; }
        .p-globalmenu_inner li a:before {
          content: "";
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          display: inline-block;
          flex: none;
          height: 1.5em;
          width: 1.5em; }
    .p-globalmenu_inner .current_page_item > a {
      background: #eefbf7;
      pointer-events: none; }
  .p-globalmenu li[class^="p-icon"] a:before {
    margin-bottom: 0.5em; }

/* ミニマルなメニュー */
.p-minimalmenu .c-button, .p-minimalmenu .p-article_article .wp-block-button__link, .p-article_article .p-minimalmenu .wp-block-button__link, .p-minimalmenu .p-article_article .btn_style01, .p-article_article .p-minimalmenu .btn_style01, .p-minimalmenu .p-blog_article .wp-block-button__link, .p-blog_article .p-minimalmenu .wp-block-button__link, .p-minimalmenu .p-blog_article .btn_style01, .p-blog_article .p-minimalmenu .btn_style01, .p-minimalmenu .p-pagefeed_item > a, .p-minimalmenu .p-mailform_button input, .p-mailform_button .p-minimalmenu input {
  flex-direction: column;
  font-size: 0.9em;
  text-align: center;
  white-space: nowrap; }
.p-minimalmenu li a:before {
  margin-bottom: 0.5em; }

/* 新着情報 */
@media print, screen and (min-width: 768px) {
  .p-news {
    line-height: 2; } }

/* 検索(search) */
/* 検索 */
.p-searchform {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  width: 100%; }
  .p-searchform_field, .p-searchform_submit {
    font-size: 1em; }
  .p-searchform_field {
    transition: all 0.5s;
    border: 1px solid #A085AB;
    border-radius: 4px;
    color: #24130D;
    outline: none;
    padding: .75em 3.5em .75em .5em;
    width: 100%; }
    .p-searchform_field:focus, .p-searchform_field:active {
      border: 1px solid #005E4B;
      background-color: #B1EEE3; }
    .p-searchform_field::placeholder {
      color: #ccc; }
  .p-searchform_submit {
    background: #005E4B;
    border: 1px solid #005E4B;
    color: #fff;
    padding: .75em .5em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    .p-searchform_submit:hover {
      filter: brightness(1.1);
      cursor: pointer; }

/* タグクラウド */
.p-tagCloud {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .p-tagCloud_title::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    flex: none;
    height: 1em;
    width: 1em;
    background-image: url("/wp-content/themes/ocean-temp_responsive-v2/images/icon-attention.svg");
    vertical-align: middle; }
  .p-tagCloud_item {
    margin-bottom: 0.25em; }
    .p-tagCloud_item:not(:last-child) {
      margin-right: 0.25em; }
  .p-tagCloud_link {
    background: #fff;
    border: 1px solid #005E4B;
    border-radius: 2px;
    display: block;
    font-size: 0.85em;
    padding: 0.5em;
    white-space: nowrap; }
    .p-tagCloud_link:hover {
      background-color: #B1EEE3;
      text-decoration: none; }

/* セミナー情報 */
@media only screen and (max-width: 767px) {
  .p-seminar_pagelink .c-banner-pagelink {
    font-size: 4vw; } }

.p-seminarList_item:hover {
  text-decoration: none; }
.p-seminarList_item_date {
  font-size: 0.85em; }
.p-seminarList_item_title {
  margin-bottom: 0.25em; }

/* sitemap */
.p-sitemap > ul a {
  display: block; }
.p-sitemap > ul > .page_item {
  /* wp固有class */ }
  .p-sitemap > ul > .page_item > a {
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .p-sitemap > ul > .page_item > a:before {
      content: "";
      font-family: "Material Symbols Rounded";
      font-weight: 400; }
  .p-sitemap > ul > .page_item .children {
    margin-left: 1em; }
    .p-sitemap > ul > .page_item .children > li > a:before {
      content: '・';
      display: inline-block; }

/* 所員紹介 */
@media only screen and (max-width: 767px) {
  .p-staff_list-column3-sp:after, .p-staff_list-column4-sp:after {
    display: block;
    content: ""; } }
@media print, screen and (min-width: 768px) {
  .p-staff_list-column3-tab:after, .p-staff_list-column4-tab:after {
    display: block;
    content: ""; } }
@media only screen and (max-width: 767px) {
  .p-staff_list-column3-sp:after, .p-staff_list-column3-sp:before {
    width: 24%; } }
@media only screen and (max-width: 767px) {
  .p-staff_list-column3-sp:before {
    content: "";
    display: block;
    order: 1; } }
@media print, screen and (min-width: 768px) {
  .p-staff_list-column3-tab:after, .p-staff_list-column3-tab:before {
    width: 24%; } }
@media print, screen and (min-width: 768px) {
  .p-staff_list-column3-tab:before {
    content: "";
    display: block;
    order: 1; } }
@media only screen and (max-width: 767px) {
  .p-staff_list-column4-sp:after {
    width: 32%; } }
@media print, screen and (min-width: 768px) {
  .p-staff_list-column4-tab:after {
    width: 32%; } }
.p-staff_name {
  font-size: 1.2em;
  margin-bottom: 0; }
.p-staff_label {
  background: #FF5375;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  margin-top: 0 !important;
  margin-bottom: 0.25em;
  padding: 0.5em;
  white-space: nowrap; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .p-staff_label {
      font-size: 0.65em; } }
  .p-staff_label-gyosei-shoshi {
    background: #ff0738; }
  .p-staff_label-shiho-shoshi {
    background: #820028; }
  .p-staff_label-sharoshi {
    background: #08261c; }
  .p-staff_label_list {
    margin-top: 0; }

/* タイムライン */
.p-step_title {
  font-weight: 800; }
.p-step_item {
  margin: 0;
  padding: 0 0 1em 2em;
  position: relative; }
  .p-step_item::before {
    background: #FF5375;
    border: solid 3px #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #FF5375;
    content: "";
    display: block;
    height: 1em;
    position: absolute;
    top: 0.25em;
    left: 0.25em;
    width: 1em; }
  .p-step_item::after {
    border-left: dotted 5px #A085AB;
    content: "";
    display: block;
    height: calc(100% - 35px);
    position: absolute;
    top: 1.75em;
    left: 0.6em; }
.p-step > :last-of-type::after {
  display: none; }

/** WP独自クラス **/
.wp-embedded-content {
  width: 100%; }

.wp-block-image img {
  width: auto; }

/** WP pagenavi **/
.wp-pagenavi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2em; }
  .wp-pagenavi *:not(:first-child) {
    margin-left: 0.5em; }
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 0.5em 0.75em;
    margin-bottom: 0.5em; }
  .wp-pagenavi a {
    border: 1px solid #005E4B; }
    .wp-pagenavi a:hover {
      background: #B1EEE3;
      text-decoration: none; }
  .wp-pagenavi .current {
    background: #ccc;
    border: 1px solid #A085AB;
    color: #24130D; }

/* LPページ */
.p-lp_titleImage {
  width: 100vw; }
  @media print, screen and (min-width: 980px) {
    .p-lp_titleImage {
      width: 950px;
      margin-left: auto;
      margin-right: auto; } }
  .p-lp_titleImage_wrap {
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC; }
  .p-lp_titleImage img {
    width: 100%; }
.p-lp_fukidashi {
  /* spで縦、tab以上で横になるフキダシ*/
  background: #FFF6F6;
  padding: 1em;
  position: relative; }
  .p-lp_fukidashi:before {
    content: '';
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .p-lp_fukidashi:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 16px 0 16px;
        border-color: #FFF6F6 transparent transparent transparent;
        bottom: -16px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); } }
    @media print, screen and (min-width: 768px) {
      .p-lp_fukidashi:before {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); } }
  @media print, screen and (min-width: 768px) {
    .p-lp_fukidashi-left:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 16px 16px 16px 0;
      border-color: transparent #FFF6F6 transparent transparent;
      left: -16px; } }
  @media print, screen and (min-width: 768px) {
    .p-lp_fukidashi-right:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 16px 0 16px 16px;
      border-color: transparent transparent transparent #FFF6F6;
      right: -16px; } }
.p-lp_cardlist:nth-of-type(n+3) {
  margin-top: 0.5em; }
  @media print, screen and (min-width: 768px) {
    .p-lp_cardlist:nth-of-type(n+3) {
      margin-top: 0; } }
@media print, screen and (min-width: 768px) {
  .p-lp_cardlist:nth-of-type(n+5) {
    margin-top: 0.5em; } }
.p-lp_contact {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
  width: -webkit-fill-available;
  background-color: rgba(255, 28, 97, 0.15);
  padding-top: 1em;
  padding-bottom: 1em; }
  .p-lp_contact_inner {
    position: relative; }
    .p-lp_contact_inner:before {
      content: '';
      display: block;
      background: url("/wp-content/themes/ocean-temp_responsive-v2/images/guide/image_pagefootercontact_person.png");
      background-position: right top;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      height: 28%;
      width: 50vw;
      z-index: 1; }
      @media print, screen and (min-width: 768px) {
        .p-lp_contact_inner:before {
          width: 100%;
          height: 115%; } }
      @media print, screen and (min-width: 980px) {
        .p-lp_contact_inner:before {
          height: 140%; } }
  .p-lp_contact_title {
    align-items: flex-end;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 0.5em;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .p-lp_contact_title {
        font-size: 5.5vw; } }
    .p-lp_contact_title:before {
      content: '＼';
      margin-right: 0.5em; }
    .p-lp_contact_title:after {
      content: '／';
      margin-left: 0.5em; }
  .p-lp_contact_banner {
    z-index: 2;
    align-items: center; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .p-lp_contact_banner {
        flex-wrap: nowrap; } }
    @media only screen and (max-width: 767px) {
      .p-lp_contact_banner_item:not(:first-of-type) {
        margin-top: 0.5em; } }
    @media print, screen and (min-width: 768px) {
      .p-lp_contact_banner_item:not(:first-of-type) {
        margin-left: 1em; } }
    @media print, screen and (min-width: 768px) {
      .p-lp_contact_banner_item_contact {
        pointer-events: none; } }
    .p-lp_contact_banner_item a {
    /*
  	height: 100%;*/ }

/* 相談事例をテーマで探す */
ul.p-theme_list {
  margin-left: auto; }
  @media print, screen and (min-width: 768px) {
    ul.p-theme_list {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  ul.p-theme_list > li {
    margin-left: 0;
    margin-bottom: 0.5em;
    text-indent: 0; }
    @media print, screen and (min-width: 768px) {
      ul.p-theme_list > li {
        width: 48%; } }
    ul.p-theme_list > li:before {
      content: none; }

/* 外部送信ポリシー */
.p-tabele-cookie {
  border: none !important; }
  @media print, screen and (min-width: 768px) {
    .p-tabele-cookie {
      font-size: 0.75em; } }
  @media only screen and (max-width: 767px) {
    .p-tabele-cookie_tr, .p-tabele-cookie tr {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      border: 1px solid #A085AB; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .p-tabele-cookie_tr td, .p-tabele-cookie tr td {
      border: none; } }

  @media only screen and (max-width: 767px) {
    .p-tabele-cookie_head {
      display: none !important; } }
  @media only screen and (max-width: 767px) {
    .p-tabele-cookie_name::before, .p-tabele-cookie_company::before, .p-tabele-cookie_type::before, .p-tabele-cookie_overview::before, .p-tabele-cookie_recipient::before, .p-tabele-cookie_purpose::before, .p-tabele-cookie_optout::before {
      display: block;
      font-weight: 800; } }
  @media only screen and (max-width: 767px) {
    .p-tabele-cookie_name {
      background-color: #ECECEC;
      border-bottom: 1px solid #A085AB !important; } }
  @media only screen and (max-width: 767px) {
    .p-tabele-cookie_name::before {
      content: '名称'; } }
  @media only screen and (max-width: 767px) {
    .p-tabele-cookie_company::before {
      content: '提供者'; } }
  @media only screen and (max-width: 767px) {
    .p-tabele-cookie_type::before {
      content: '種類'; } }
  @media only screen and (max-width: 767px) {
    .p-tabele-cookie_overview::before {
      content: '取得情報の概要'; } }
  @media only screen and (max-width: 767px) {
    .p-tabele-cookie_recipient::before {
      content: '送信先'; } }
  @media only screen and (max-width: 767px) {
    .p-tabele-cookie_purpose::before {
      content: '利用目的'; } }
  @media only screen and (max-width: 767px) {
    .p-tabele-cookie_optout::before {
      content: '設定変更方法等(オプトアウト)'; } }

.js-loading-hidden {
  display: none; }
.js-loading_completed {
  animation: none;
  opacity: 0;
  visibility: hidden; }

/** MAP **/
.s-area-active, .s-area-conversion {
  transition: all 0.5s;
  stroke: #fff;
  stroke-width: 2px; }
.s-area-active {
  fill: #FF5375; }
.s-area-conversion {
  fill: #EF084F; }
.s-area-disabled {
  fill: #ccc; }
.s-area_point {
  fill: #005E4B;
  stroke-linejoin: round;
  stroke-width: 1px;
  stroke: #fff;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .s-area_point {
      font-size: 8vw; } }
  @media print, screen and (min-width: 768px) {
    .s-area_point {
      font-size: 40px; } }
  @media print, screen and (min-width: 980px) {
    .s-area_point {
      font-size: 40px; } }
.s-area_name {
  font-family: 'Zen Maru Gothic';
  font-weight: 500;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .s-area_name {
      font-size: 8vw; } }
  @media print, screen and (min-width: 768px) {
    .s-area_name {
      font-size: 32px; } }
  @media print, screen and (min-width: 980px) {
    .s-area_name {
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .s-area_name-small {
      font-size: 6vw; } }
  @media print, screen and (min-width: 768px) {
    .s-area_name-small {
      font-size: 24px; } }
  @media print, screen and (min-width: 980px) {
    .s-area_name-small {
      font-size: 18px; } }
  .s-area_name_border {
    fill: none;
    stroke: #fff;
    stroke-width: 6px; }
  .s-area_name_fill {
    fill: #005E4B; }

.s-maplink:hover {
  text-decoration: none; }
  .s-maplink:hover .s-area-active, .s-maplink:hover .s-area-conversion {
    fill: #B1EEE3; }
  .s-maplink:hover .s-area_name_fill, .s-maplink:hover .s-area_point {
    fill: #FF1C61; }

/*** pages **/
/*メールフォーム*/
.p-mailform {
  font-size: 1em; }
  .p-mailform dt, .p-mailform dd {
    line-height: 1.5; }
  .p-mailform dt {
    font-weight: 800;
    margin-bottom: 0.5em; }
  .p-mailform dd {
    margin-bottom: 1em;
    position: relative; }
  .p-mailform input, .p-mailform textarea, .p-mailform select {
    border: 1px solid #A085AB;
    border-radius: 4px;
    color: #24130D;
    font-size: 0.85em;
    outline: none;
    line-height: 1.5;
    padding: 1.5em;
    width: 100%; }
    .p-mailform input:focus, .p-mailform textarea:focus, .p-mailform select:focus {
      border: 1px solid #005E4B; }
    .p-mailform input::placeholder, .p-mailform textarea::placeholder, .p-mailform select::placeholder {
      color: #ccc; }
  .p-mailform textarea {
    height: 10em; }
  .p-mailform select {
    appearance: none;
    background-color: #fff;
    padding-right: 2em;
    padding-left: 1em;
    position: relative;
    cursor: pointer;
    white-space: normal; }
    .p-mailform select > option:focus {
      background-color: #FFF6F6; }
  .p-mailform_halfcolumn, .p-mailform_twocolumn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .p-mailform_twocolumn > input, .p-mailform_twocolumn select {
    width: 49%; }
  .p-mailform_halfcolumn {
    width: 49%; }
  .p-mailform_check > span {
    margin: 0; }
    .p-mailform_check > span label {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      padding: 1em;
      border: solid 1px #A085AB;
      border-radius: 4px;
      background: #fff;
      margin-bottom: 8px;
      transition: all .3s ease; }
      .p-mailform_check > span label:hover {
        cursor: pointer;
        background: #B1EEE3; }
      .p-mailform_check > span label:checked {
        border: solid 1px #FF5375; }
      .p-mailform_check > span label input[type="radio"], .p-mailform_check > span label input[type=checkbox] {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        border: none;
        cursor: pointer;
        width: 2em;
        padding: 0.25em;
        height: 3.25em; }
        .p-mailform_check > span label input[type="radio"]:before, .p-mailform_check > span label input[type=checkbox]:before {
          font-size: 1.75em; }
      .p-mailform_check > span label input[type=checkbox]:before {
        content: "";
        font-family: "Material Symbols Rounded";
        font-weight: 400; }
      .p-mailform_check > span label input[type=checkbox]:checked:before {
        content: "";
        font-family: "Material Symbols Rounded";
        font-weight: 400; }
      .p-mailform_check > span label input[type="radio"]:before {
        content: "";
        font-family: "Material Symbols Rounded";
        font-weight: 400; }
      .p-mailform_check > span label input[type="radio"]:checked:before {
        content: "";
        font-family: "Material Symbols Rounded";
        font-weight: 400; }
      .p-mailform_check > span label input[type="radio"]::before, .p-mailform_check > span label input[type=checkbox]::before {
        vertical-align: text-bottom; }
      .p-mailform_check > span label input[type="radio"]:checked:before, .p-mailform_check > span label input[type=checkbox]:checked:before {
        vertical-align: text-bottom; }
  .p-mailform_select {
    position: relative; }
    .p-mailform_select::after {
      content: "";
      font-family: "Material Symbols Rounded";
      font-weight: 400;
      position: absolute;
      right: 0.5em;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
  .mw_wp_form_confirm .p-mailform_select::after {
    display: none; }
  .p-mailform_label {
    background: #ccc;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
    vertical-align: middle;
    padding: 0.1em 0.25em;
    margin-left: 0.25em; }
    .p-mailform_label-require {
      background-color: #EF084F;
      color: #fff; }
  .p-mailform_submessage {
    display: block;
    font-size: 0.85em;
    margin-top: 0.5em; }
  .p-mailform .error {
    color: #EF084F !important;
    font-size: 0.8rem !important;
    position: absolute;
    bottom: -1.25em;
    width: 49%;
    text-align: right; }
    .p-mailform .error:nth-child(2) {
      left: 51%; }
  .mw_wp_form_confirm .p-mailform_submessage {
    display: none; }
  .p-mailform_button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; }
    .p-mailform_button input {
      transition: all 0.5s;
      font-size: 1.25em;
      padding: 0.75em 1.5em;
      cursor: pointer; }
      .p-mailform_button input:not(:first-child) {
        margin-left: 0.25em; }
      .p-mailform_button input:hover {
        filter: brightness(1.2); }
    .p-mailform_button input[name="確認・送信ボタン"] {
      padding: 0.75em 2em; }

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important; }

/* カレンダーUI */
.ui-datepicker-calendar thead th {
  color: #24130D; }
.ui-datepicker-calendar tbody {
 /*
.ui-datepicker-week-end{ 土日(weekend)は選べないようにする
	pointer-events: none;
	a{
		background: $white;
		color: $disable-color;
	}
}*/ }
  .ui-datepicker-calendar tbody .ui-state-default {
    color: #24130D;
    background-color: #ECECEC;
    border: none; }
  .ui-datepicker-calendar tbody .ui-datepicker-current-day a {
    background: #fff;
    border: 2px solid #005E4B; }

.ui-datepicker-next-hover {
  border: none; }

/*** utility **/
/* cssアニメーション */
.u-animation-slideimage {
  animation-name: slideimage;
  animation-duration: 1250s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }
@keyframes slideimage {
  100% {
    background-position: 10000px 0; } }
.u-animation-fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0; }
@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.u-animation-fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0; }
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(1em); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.u_border-top {
  border-top: 1px solid #A085AB; }
.u_border-right {
  border-right: 1px solid #A085AB; }
.u_border-bottom {
  border-bottom: 1px solid #A085AB; }
.u_border-left {
  border-left: 1px solid #A085AB; }

.u-text-main {
  color: #FF5375; }

.u-text-assort {
  color: #5CDBB0; }

.u-text-accent {
  color: #FF1C61; }

.u-text-conversion {
  color: #EF084F; }

.u-text-caution {
  color: #EF084F; }

.u-text-strong {
  font-weight: 800; }

.u-text-xsmall {
  font-size: 0.65em !important; }
  @media only screen and (max-width: 767px) {
    .u-text-xsmall-sp {
      font-size: 0.65em !important; } }
  @media print, screen and (min-width: 768px) {
    .u-text-xsmall-tab {
      font-size: 0.65em !important; } }
  @media print, screen and (min-width: 980px) {
    .u-text-xsmall-pc {
      font-size: 0.65em !important; } }

.u-text-small {
  font-size: 0.8em !important; }
  @media only screen and (max-width: 767px) {
    .u-text-small-sp {
      font-size: 0.8em !important; } }
  @media print, screen and (min-width: 768px) {
    .u-text-small-tab {
      font-size: 0.8em !important; } }
  @media print, screen and (min-width: 980px) {
    .u-text-small-pc {
      font-size: 0.8em !important; } }

.u-text-middle {
  font-size: 1em !important; }
  @media only screen and (max-width: 767px) {
    .u-text-middle-sp {
      font-size: 1em !important; } }
  @media print, screen and (min-width: 768px) {
    .u-text-middle-tab {
      font-size: 1em !important; } }
  @media print, screen and (min-width: 980px) {
    .u-text-middle-pc {
      font-size: 1em !important; } }

.u-text-large {
  font-size: 1.2em !important; }
  @media only screen and (max-width: 767px) {
    .u-text-large-sp {
      font-size: 1.2em !important; } }
  @media print, screen and (min-width: 768px) {
    .u-text-large-tab {
      font-size: 1.2em !important; } }
  @media print, screen and (min-width: 980px) {
    .u-text-large-pc {
      font-size: 1.2em !important; } }

.u-text-xlarge {
  font-size: 1.5em !important; }
  @media only screen and (max-width: 767px) {
    .u-text-xlarge-sp {
      font-size: 1.5em !important; } }
  @media print, screen and (min-width: 768px) {
    .u-text-xlarge-tab {
      font-size: 1.5em !important; } }
  @media print, screen and (min-width: 980px) {
    .u-text-xlarge-pc {
      font-size: 1.5em !important; } }

.u-text-xxlarge {
  font-size: 1.75em !important; }
  @media only screen and (max-width: 767px) {
    .u-text-xxlarge-sp {
      font-size: 1.75em !important; } }
  @media print, screen and (min-width: 768px) {
    .u-text-xxlarge-tab {
      font-size: 1.75em !important; } }
  @media print, screen and (min-width: 980px) {
    .u-text-xxlarge-pc {
      font-size: 1.75em !important; } }

.u-lh10 {
  line-height: 1; }

.u-lh11 {
  line-height: 1.1; }

.u-lh12 {
  line-height: 1.2; }

.u-lh13 {
  line-height: 1.3; }

.u-lh14 {
  line-height: 1.4; }

.u-lh15 {
  line-height: 1.5; }

.u-lh16 {
  line-height: 1.6; }

.u-lh17 {
  line-height: 1.7; }

.u-lh18 {
  line-height: 1.8; }

.u-lh19 {
  line-height: 1.9; }

.u-lh20 {
  line-height: 2; }

.u-text-themefont {
  font-family: 'Zen Maru Gothic';
  font-weight: 500; }
.u-text-underline, .p-article_article mark, .p-blog_article mark {
  background: linear-gradient(transparent 50%, rgba(255, 28, 97, 0.08) 50%); }
.u-text-nowrap {
  white-space: nowrap; }

.u-text-left {
  text-align: left; }

.alignleft {
  float: left; }

.u-text-right {
  text-align: right; }

.alignright {
  float: right; }

.u-text-center {
  text-align: center; }

.aligncenter {
  float: center; }

.alignleft {
  padding-right: 1em; }

.alignright {
  padding-left: 1em; }

/* hoverの変化 */
@media (hover: hover) and (pointer: fine) {
  .u-hover-scale {
    transition: all 0.5s;
    transform: scale(1, 1); }
    .u-hover-scale:hover {
      transform: scale(1.2, 1.2); } }
@media (hover: hover) and (pointer: fine) {
  .u-hover-up {
    transition: all 0.5s;
    transform: translate(0, 0); }
    .u-hover-up:hover {
      transform: translate(0, -0.3em); } }
@media (hover: hover) and (pointer: fine) {
  .u-hover-down {
    transition: all 0.5s;
    transform: translate(0, 0); }
    .u-hover-down:hover {
      transform: translate(0, 0.3em); } }
@media (hover: hover) and (pointer: fine) {
  .u-hover-rotate-x {
    transition: all 0.5s;
    transform: rotateX(0); }
    .u-hover-rotate-x:hover {
      transform: rotateX(360deg); } }
@media (hover: hover) and (pointer: fine) {
  .u-hover-rotate-y {
    transition: all 0.5s;
    transform: rotateY(0); }
    .u-hover-rotate-y:hover {
      transform: rotateY(360deg); } }
@media (hover: hover) and (pointer: fine) {
  .u-hover-rotate-z {
    transition: all 0.5s;
    transform: rotate(0); }
    .u-hover-rotate-z:hover {
      transform: rotateZ(360deg); } }

/* マージン調整用 */
.u-mbtm-0 {
  margin-bottom: 0px !important; }

.u-mtop-0 {
  margin-top: 0px !important; }

.u-mbtm-8 {
  margin-bottom: 8px !important; }

.u-mtop-8 {
  margin-top: 8px !important; }

.u-mbtm-16 {
  margin-bottom: 16px !important; }

.u-mtop-16 {
  margin-top: 16px !important; }

.u-mbtm-24 {
  margin-bottom: 24px !important; }

.u-mtop-24 {
  margin-top: 24px !important; }

.u-mbtm-32 {
  margin-bottom: 32px !important; }

.u-mtop-32 {
  margin-top: 32px !important; }

.u-mbtm-40 {
  margin-bottom: 40px !important; }

.u-mtop-40 {
  margin-top: 40px !important; }

.u-mbtm-48 {
  margin-bottom: 48px !important; }

.u-mtop-48 {
  margin-top: 48px !important; }

.u-mbtm-56 {
  margin-bottom: 56px !important; }

.u-mtop-56 {
  margin-top: 56px !important; }

.u-mbtm-64 {
  margin-bottom: 64px !important; }

.u-mtop-64 {
  margin-top: 64px !important; }

.u-mbtm-72 {
  margin-bottom: 72px !important; }

.u-mtop-72 {
  margin-top: 72px !important; }

.u-mbtm-80 {
  margin-bottom: 80px !important; }

.u-mtop-80 {
  margin-top: 80px !important; }

.u-mtop-xsmall {
  margin-top: 0.5rem !important; }

.u-mbtm-xsmall {
  margin-bottom: 0.5rem !important; }

.u-mlft-xsmall {
  margin-left: 0.5rem !important; }

.u-mrgt-xsmall {
  margin-right: 0.5rem !important; }

.u-mtop-small {
  margin-top: 0.5rem !important; }

.u-mbtm-small {
  margin-bottom: 0.5rem !important; }

.u-mlft-small {
  margin-left: 0.5rem !important; }

.u-mrgt-small {
  margin-right: 0.5rem !important; }

.u-mtop-middle {
  margin-top: 1rem !important; }

.u-mbtm-middle {
  margin-bottom: 1rem !important; }

.u-mlft-middle {
  margin-left: 1rem !important; }

.u-mrgt-middle {
  margin-right: 1rem !important; }

.u-mtop-large {
  margin-top: 3rem !important; }

.u-mbtm-large {
  margin-bottom: 3rem !important; }

.u-mlft-large {
  margin-left: 3rem !important; }

.u-mrgt-large {
  margin-right: 3rem !important; }

.u-mtop-xlarge {
  margin-top: 4rem !important; }

.u-mbtm-xlarge {
  margin-bottom: 4rem !important; }

.u-mlft-xlarge {
  margin-left: 4rem !important; }

.u-mrgt-xlarge {
  margin-right: 4rem !important; }

.u-mtop-none {
  margin-top: 0rem !important; }

.u-mbtm-none {
  margin-bottom: 0rem !important; }

.u-mlft-none {
  margin-left: 0rem !important; }

.u-mrgt-none {
  margin-right: 0rem !important; }

.u-mbtm0 {
  margin-bottom: 0 !important; }

.u-mtop0 {
  margin-top: 0 !important; }

/* マージン調整用 */
.u-pbtm-0 {
  padding-bottom: 0px !important; }

.u-ptop-0 {
  padding-top: 0px !important; }

.u-pbtm-8 {
  padding-bottom: 8px !important; }

.u-ptop-8 {
  padding-top: 8px !important; }

.u-pbtm-16 {
  padding-bottom: 16px !important; }

.u-ptop-16 {
  padding-top: 16px !important; }

.u-pbtm-24 {
  padding-bottom: 24px !important; }

.u-ptop-24 {
  padding-top: 24px !important; }

.u-pbtm-32 {
  padding-bottom: 32px !important; }

.u-ptop-32 {
  padding-top: 32px !important; }

.u-pbtm-40 {
  padding-bottom: 40px !important; }

.u-ptop-40 {
  padding-top: 40px !important; }

.u-pbtm-48 {
  padding-bottom: 48px !important; }

.u-ptop-48 {
  padding-top: 48px !important; }

.u-pbtm-56 {
  padding-bottom: 56px !important; }

.u-ptop-56 {
  padding-top: 56px !important; }

.u-pbtm-64 {
  padding-bottom: 64px !important; }

.u-ptop-64 {
  padding-top: 64px !important; }

.u-pbtm-72 {
  padding-bottom: 72px !important; }

.u-ptop-72 {
  padding-top: 72px !important; }

.u-pbtm-80 {
  padding-bottom: 80px !important; }

.u-ptop-80 {
  padding-top: 80px !important; }

.u-ptop-xsmall {
  padding-top: 0.5rem !important; }

.u-pbtm-xsmall {
  padding-bottom: 0.5rem !important; }

.u-plft-xsmall {
  padding-left: 0.5rem !important; }

.u-prgt-xsmall {
  padding-right: 0.5rem !important; }

.u-ptop-small {
  padding-top: 0.5rem !important; }

.u-pbtm-small {
  padding-bottom: 0.5rem !important; }

.u-plft-small {
  padding-left: 0.5rem !important; }

.u-prgt-small {
  padding-right: 0.5rem !important; }

.u-ptop-middle {
  padding-top: 1rem !important; }

.u-pbtm-middle {
  padding-bottom: 1rem !important; }

.u-plft-middle {
  padding-left: 1rem !important; }

.u-prgt-middle {
  padding-right: 1rem !important; }

.u-ptop-large {
  padding-top: 3rem !important; }

.u-pbtm-large {
  padding-bottom: 3rem !important; }

.u-plft-large {
  padding-left: 3rem !important; }

.u-prgt-large {
  padding-right: 3rem !important; }

.u-ptop-xlarge {
  padding-top: 4rem !important; }

.u-pbtm-xlarge {
  padding-bottom: 4rem !important; }

.u-plft-xlarge {
  padding-left: 4rem !important; }

.u-prgt-xlarge {
  padding-right: 4rem !important; }

.u-ptop-none {
  padding-top: 0rem !important; }

.u-pbtm-none {
  padding-bottom: 0rem !important; }

.u-plft-none {
  padding-left: 0rem !important; }

.u-prgt-none {
  padding-right: 0rem !important; }

/** デバイスでのだし分け用css **/
/* スマホのみ */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

/* タブレットのみ */
@media only screen and (max-width: 767px) {
  .tab-only {
    display: none !important; } }
@media print, screen and (min-width: 980px) {
  .tab-only {
    display: none !important; } }

/* タブレット以上 */
@media only screen and (max-width: 767px) {
  .tab {
    display: none !important; } }

/* PC以上 */
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important; } }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .pc {
    display: none !important; } }

/* 後ろにアイコンをつけたい場合 */
.u-tail-exlink::after {
  content: "";
  font-family: "Material Symbols Rounded";
  font-weight: 400; }
