@charset "utf-8";
/*[id] {
	padding-top: 50px;
	margin-top: -50px;
	@media screen and (max-width: @layout-pad-width) {
		padding-top: 100px;
		margin-top: -100px;
	}
}*/
.sans {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.serif {
  font-family: '游明朝体', '游明朝', 'YuMincho', 'Roboto Slab', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.yugo {
  font-family: Yu Gothic UI;
}
@font-face {
  font-family: 'MPLUSRounded1c';
  src: url('../font/MPLUSRounded1c-Regular.ttf') format('woff');
  font-display: swap;
}
.mplus {
  font-family: 'MPLUSRounded1c', sans-serif;
}
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  font-size: 1rem;
  line-height: calc(1rem * 1.8);
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 1240px) {
  *,
  *:before,
  *:after {
    font-size: 1rem;
    line-height: calc(1rem * 1.8);
  }
}
@media screen and (max-width: 600px) {
  *,
  *:before,
  *:after {
    font-size: 3.5vw;
    line-height: calc(3.5vw * 1.8);
  }
}
* *,
*:before *,
*:after * {
  font-size: inherit;
}
table,
caption,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
table {
  width: 100%;
}
img {
  pointer-events: none;
  max-width: 100%;
}
a {
  color: blue;
  font-size: inherit;
  cursor: pointer;
  display: inline-block;
  word-break: break-all;
}
a:hover,
a.active {
  cursor: pointer;
}
a * {
  color: inherit;
}
a img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1240px) {
  a img:hover {
    opacity: 1;
  }
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
a img,
iframe {
  border: none;
}
iframe {
  display: block;
}
li {
  margin-left: 1rem;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
select {
  margin: inherit;
}
span,
s,
strike,
strong,
em,
u {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: initial;
}
strong {
  font-weight: bold;
}
strong * {
  font-weight: inherit;
}
p {
  text-align: justify;
}
section[id]:before {
  display: block;
  height: 60px;
  margin-top: -60px;
  content: "";
}
.scroll {
  overflow-y: scroll;
}
.scroll::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}
.scroll::-webkit-scrollbar-track {
  background: #ffffff;
  border: solid 1px #000000;
}
.scroll::-webkit-scrollbar-thumb {
  background: #000000;
}
.pc {
  display: initial!important;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none!important;
  }
}
.sp {
  display: none!important;
}
@media screen and (max-width: 600px) {
  .sp {
    display: initial!important;
  }
}
.none {
  display: none;
}
.pad {
  display: none;
}
@media screen and (max-width: 1240px) {
  .pad {
    display: initial;
  }
}
@media screen and (min-width: 1240px) and (orientation: portrait) {
  .pad {
    display: initial;
  }
}
#showtitlewrapper {
  padding: 5px 20px;
  width: initial;
  min-width: initial;
  max-width: initial;
  height: initial;
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  border: solid 1px black;
}
@media screen and (max-width: 1240px) {
  #showtitlewrapper {
    padding: default;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 600px) {
  #showtitlewrapper {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1240px) {
  #showtitlewrapper {
    width: default;
    min-width: default;
    width: initial;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  #showtitlewrapper {
    width: initial;
    min-width: initial;
  }
}
.debug {
  display: none !important;
}
.order.o01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order.o02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order.o03 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order.o04 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.order.o05 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.order.o06 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.order.o07 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.order.o08 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.order.o09 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.order.o10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.order.o11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.order.o12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.order.o13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.order.o14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.order.o15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
@media screen and (max-width: 1240px) {
  .order.o01pad {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order.o02pad {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order.o03pad {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order.o04pad {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order.o05pad {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order.o06pad {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order.o07pad {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order.o08pad {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order.o09pad {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order.o10pad {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order.o11pad {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order.o12pad {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order.o13pad {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order.o14pad {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order.o15pad {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
@media screen and (max-width: 600px) {
  .order.o01sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order.o02sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order.o03sp {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order.o04sp {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order.o05sp {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order.o06sp {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order.o07sp {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order.o08sp {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order.o09sp {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order.o10sp {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order.o11sp {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order.o12sp {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order.o13sp {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order.o14sp {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order.o15sp {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
.loading {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
          box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  -webkit-animation: cssload-spin ease infinite 4.6s;
          animation: cssload-spin ease infinite 4.6s;
}
@-webkit-keyframes cssload-spin {
  0%,
  100% {
    -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
            box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
            box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
            box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
            box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
@keyframes cssload-spin {
  0%,
  100% {
    -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
            box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
            box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
            box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
            box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
.mhover {
  -webkit-animation: mhover linear 1.5s forwards;
          animation: mhover linear 1.5s forwards;
}
@-webkit-keyframes mhover {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.7;
  }
}
@keyframes mhover {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.7;
  }
}
.fadein {
  -webkit-animation: fadein ease 3s;
          animation: fadein ease 3s;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fadeout {
  -webkit-animation: fadeout ease 3s;
          animation: fadeout ease 3s;
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/** ベース設計 **/
html {
  scroll-behavior: smooth;
}
html body {
  position: relative;
  overflow-x: hidden !important;
  width: 100%;
  margin: initial;
}
html body .wrap {
  overflow-x: hidden;
}
html .soon {
  pointer-events: none;
  position: relative;
}
html .soon * {
  color: rgba(96, 112, 128, 0.5) !important;
}
html .soon:after {
  content: "coming soon";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1rem;
  text-align: center;
}
html header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.7);
}
@media all and (max-width: 890px) {
  html header {
    position: sticky;
  }
}
html header .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 1240px;
  min-width: initial;
  max-width: 1240px;
  margin: auto;
  padding: 20px;
}
@media screen and (max-width: 1240px) {
  html header .ins {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  html header .ins {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 1240px) {
  html header .ins {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  html header .ins {
    padding: 20px;
  }
}
html header .ins img {
  display: block;
}
html header .ins .logo {
  width: 137px;
  min-width: initial;
  max-width: 137px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1240px) {
  html header .ins .logo {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  html header .ins .logo {
    width: 100%;
    min-width: initial;
  }
}
html header .ins nav.gnavi {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
}
html header .ins nav.gnavi .navbtn {
  display: inline-block;
  position: fixed;
  top: 20px;
  right: 20px;
  bottom: initial;
  left: initial;
  z-index: 5;
  -webkit-transform: initial;
          transform: initial;
  width: 50px;
  aspect-ratio: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (min-width: 1241px) {
  html header .ins nav.gnavi .navbtn {
    display: none;
  }
}
html header .ins nav.gnavi .navbtn span {
  background-color: #000000;
  display: block;
  height: 5px;
  width: 100%;
}
html header .ins nav.gnavi .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html header .ins nav.gnavi .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
html header .ins nav.gnavi .menu ul li {
  list-style: none;
  width: 125px;
  min-width: initial;
  max-width: initial;
  margin: initial;
  border-left: solid 1px #607080;
  padding: 0;
}
@media screen and (max-width: 1240px) {
  html header .ins nav.gnavi .menu ul li {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  html header .ins nav.gnavi .menu ul li {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 1240px) {
  html header .ins nav.gnavi .menu ul li {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  html header .ins nav.gnavi .menu ul li {
    padding: 20px;
  }
}
@media screen and (max-width: 1240px) {
  html header .ins nav.gnavi .menu ul li {
    -webkit-transform: translate(20%, 0);
            transform: translate(20%, 0);
    opacity: 0;
  }
}
html header .ins nav.gnavi .menu ul li:last-of-type {
  border-right: solid 1px #607080;
}
html header .ins nav.gnavi .menu ul li a {
  text-decoration: none;
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
html header .ins nav.gnavi .menu ul li a span {
  display: block;
  text-align: center;
  color: #607080;
  font-size: 0.9rem;
  line-height: calc(0.9rem * 1.8);
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 1.2rem;
}
@media screen and (max-width: 1240px) {
  html header .ins nav.gnavi .menu ul li a span {
    font-size: 0.9rem;
    line-height: calc(0.9rem * 1.8);
  }
}
@media screen and (max-width: 600px) {
  html header .ins nav.gnavi .menu ul li a span {
    font-size: 4vw;
    line-height: calc(4vw * 1.8);
  }
}
@media screen and (max-width: 1240px) {
  html header .ins nav.gnavi .menu ul li a span {
    font-weight: bold;
  }
}
@media all and (max-width: 1240px) {
  html header .ins nav.gnavi .menu {
    height: 100vh;
    height: 100dvh;
  }
  html header .ins nav.gnavi .menu ul li {
    border: none;
  }
  html header .ins nav.gnavi .menu ul li:last-of-type {
    border: none;
  }
  html header .ins nav.gnavi .menu ul li a:before {
    content: "▲";
    color: #000000;
    font-size: 0.8rem;
    line-height: calc(0.8rem * 1.8);
    font-weight: normal;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transform: translateX(-100%) rotate(90deg);
            transform: translateX(-100%) rotate(90deg);
  }
}
@media all and (max-width: 1240px) and screen and (max-width: 1240px) {
  html header .ins nav.gnavi .menu ul li a:before {
    font-size: 1rem;
    line-height: calc(1rem * 1.8);
  }
}
@media all and (max-width: 1240px) and screen and (max-width: 600px) {
  html header .ins nav.gnavi .menu ul li a:before {
    font-size: 3vw;
    line-height: calc(3vw * 1.8);
  }
}
html header .ins nav.gnavi .menu .contact {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  margin: 0 0 10px;
}
@media screen and (max-width: 1240px) {
  html header .ins nav.gnavi .menu .contact {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  html header .ins nav.gnavi .menu .contact {
    margin: 0;
  }
}
html header .ins nav.gnavi .menu .contact a {
  /*.mixin-padding(5px 20px, 5px 20px, 5px 20px);*/
}
@media screen and (max-width: 1240px) {
  html header .ins nav.gnavi .menu .contact a {
    -webkit-transform: translate(20%, 0);
            transform: translate(20%, 0);
    opacity: 0;
  }
}
html header .ins nav.gnavi .menu .contact a:first-of-type {
  width: 200px;
  min-width: initial;
  max-width: 200px;
}
@media screen and (max-width: 1240px) {
  html header .ins nav.gnavi .menu .contact a:first-of-type {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  html header .ins nav.gnavi .menu .contact a:first-of-type {
    width: 100%;
    min-width: initial;
  }
}
html header .ins nav.gnavi .menu .contact a:last-of-type {
  width: 140px;
  min-width: initial;
  max-width: 140px;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 1240px) {
  html header .ins nav.gnavi .menu .contact a:last-of-type {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  html header .ins nav.gnavi .menu .contact a:last-of-type {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 1240px) {
  html header .ins nav.gnavi .menu .contact a:last-of-type {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  html header .ins nav.gnavi .menu .contact a:last-of-type {
    padding: 0;
  }
}
@media all and (max-width: 1240px) {
  html header .ins nav.gnavi .menu .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html header .ins nav.gnavi .menu .contact a {
    margin: 30px 0;
  }
}
@media all and (max-width: 1240px) and screen and (max-width: 1240px) {
  html header .ins nav.gnavi .menu .contact a {
    margin: 0;
  }
}
@media all and (max-width: 1240px) and screen and (max-width: 600px) {
  html header .ins nav.gnavi .menu .contact a {
    margin: 0;
  }
}
html header .ins nav.gnavi.open .navbtn span {
  -webkit-transition: width 0s, opacity 0.3s, -webkit-transform 0.3s;
  transition: width 0s, opacity 0.3s, -webkit-transform 0.3s;
  transition: width 0s, transform 0.3s, opacity 0.3s;
  transition: width 0s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
html header .ins nav.gnavi.open .navbtn span:nth-of-type(1) {
  width: 100%;
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
  opacity: 1;
}
html header .ins nav.gnavi.open .navbtn span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
  opacity: 0;
}
html header .ins nav.gnavi.open .navbtn span:nth-of-type(3) {
  width: 100%;
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
          transform: translate(-50%, -50%) rotate(-225deg);
  opacity: 1;
}
@media all and (max-width: 1240px) {
  html header .ins nav.gnavi.open .menu {
    /*background: url("../img/common/bg1sp.png") no-repeat bottom center @yellow;
							background-size: 100%;*/
    padding: 50px 20px;
    display: block;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
    z-index: 2;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    width: 100%;
    background-color: rgba(202, 223, 240, 0.9);
    height: 100vh;
    height: 100dvh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  html header .ins nav.gnavi.open .menu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  html header .ins nav.gnavi.open .menu::-webkit-scrollbar-track {
    background: inherit;
  }
  html header .ins nav.gnavi.open .menu::-webkit-scrollbar-thumb {
    background: #000000;
  }
  html header .ins nav.gnavi.open .menu ul li {
    -webkit-transition: opacity 1s,
									-webkit-transform 1s;
    transition: opacity 1s,
									-webkit-transform 1s;
    transition: transform 1s,
									opacity 1s;
    transition: transform 1s,
									opacity 1s,
									-webkit-transform 1s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  html header .ins nav.gnavi.open .menu ul li:nth-of-type(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  html header .ins nav.gnavi.open .menu ul li:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  html header .ins nav.gnavi.open .menu ul li:nth-of-type(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  html header .ins nav.gnavi.open .menu ul li:nth-of-type(4) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  html header .ins nav.gnavi.open .menu ul li:nth-of-type(5) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  html header .ins nav.gnavi.open .menu ul li:nth-of-type(6) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  html header .ins nav.gnavi.open .menu ul li:nth-of-type(7) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
@media all and (max-width: 1240px) and screen and (max-width: 1240px) {
  html header .ins nav.gnavi.open .menu {
    padding: 50px 20px;
  }
}
@media all and (max-width: 1240px) and screen and (max-width: 600px) {
  html header .ins nav.gnavi.open .menu {
    padding: 50px 20px;
  }
}
html header .ins nav.gnavi.open .menu .contact {
  gap: 0;
}
html header .ins nav.gnavi.open .menu .contact a {
  -webkit-transition: opacity 1s,
								-webkit-transform 1s;
  transition: opacity 1s,
								-webkit-transform 1s;
  transition: transform 1s,
								opacity 1s;
  transition: transform 1s,
								opacity 1s,
								-webkit-transform 1s;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
html header .ins nav.gnavi.open .menu .contact a:nth-of-type(1) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  width: 188px;
  min-width: initial;
  max-width: 188px;
}
@media screen and (max-width: 1240px) {
  html header .ins nav.gnavi.open .menu .contact a:nth-of-type(1) {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  html header .ins nav.gnavi.open .menu .contact a:nth-of-type(1) {
    width: 100%;
    min-width: initial;
  }
}
html header .ins nav.gnavi.open .menu .contact a:nth-of-type(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  width: 140px;
  min-width: initial;
  max-width: 140px;
  padding: 5px 20px;
}
@media screen and (max-width: 1240px) {
  html header .ins nav.gnavi.open .menu .contact a:nth-of-type(2) {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  html header .ins nav.gnavi.open .menu .contact a:nth-of-type(2) {
    width: 100%;
    min-width: initial;
  }
}
html header .ins nav.gnavi.close .navbtn span {
  -webkit-transition: width 0s, opacity 0.3s, -webkit-transform 0.3s;
  transition: width 0s, opacity 0.3s, -webkit-transform 0.3s;
  transition: width 0s, transform 0.3s, opacity 0.3s;
  transition: width 0s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
html header .ins nav.gnavi.close .navbtn span:nth-of-type(1) {
  width: 80%;
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
}
html header .ins nav.gnavi.close .navbtn span:nth-of-type(2) {
  width: 80%;
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html header .ins nav.gnavi.close .navbtn span:nth-of-type(3) {
  width: 80%;
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 15px);
          transform: translate(-50%, 15px);
}
@media all and (max-width: 1240px) {
  html header .ins nav.gnavi.close .menu {
    padding: 50px 20px;
    display: block;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
    z-index: 1;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    width: 100%;
    background-color: rgba(255, 182, 0, 0.8);
  }
}
@media all and (max-width: 1240px) and screen and (max-width: 1240px) {
  html header .ins nav.gnavi.close .menu {
    padding: 50px 20px;
  }
}
@media all and (max-width: 1240px) and screen and (max-width: 600px) {
  html header .ins nav.gnavi.close .menu {
    padding: 50px 20px;
  }
}
@media all and (max-width: 1240px) {
  html header .ins nav.gnavi.closed .menu {
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s;
  }
}
html main {
  position: relative;
  /*padding-bottom: 50px;*/
  z-index: 1;
  overflow-x: hidden;
}
html main .phead + * {
  border: solid 1px transparent;
}
html footer {
  background-color: #cae0f1;
}
html footer .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 1000px;
  min-width: initial;
  max-width: 1000px;
  padding: 30px 0 10px;
  margin: auto;
}
@media screen and (max-width: 1240px) {
  html footer .ins {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  html footer .ins {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 1240px) {
  html footer .ins {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  html footer .ins {
    padding: 20px;
  }
}
@media all and (max-width: 1240px) {
  html footer .ins {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html footer .ins img {
  display: block;
}
html footer .ins .logo {
  width: 160px;
  min-width: initial;
  max-width: 160px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 0 20px;
  -webkit-filter: brightness(0%) saturate(0%) contrast(100%) invert(100%);
          filter: brightness(0%) saturate(0%) contrast(100%) invert(100%);
}
@media screen and (max-width: 1240px) {
  html footer .ins .logo {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  html footer .ins .logo {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 1240px) {
  html footer .ins .logo {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 600px) {
  html footer .ins .logo {
    padding: 0 0 20px;
  }
}
html footer .ins .address {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #607080;
  font-size: 0.8rem;
  line-height: calc(0.8rem * 1.8);
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: 'MPLUSRounded1c', sans-serif;
}
@media screen and (max-width: 1240px) {
  html footer .ins .address {
    font-size: 0.8rem;
    line-height: calc(0.8rem * 1.8);
  }
}
@media screen and (max-width: 600px) {
  html footer .ins .address {
    font-size: 3vw;
    line-height: calc(3vw * 1.8);
  }
}
@media all and (max-width: 1240px) {
  html footer .ins .address {
    margin-bottom: 10px;
  }
}
html footer .ins .address .tel {
  color: #607080;
  font-size: 1rem;
  line-height: calc(1rem * 1.8);
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: 'MPLUSRounded1c', sans-serif;
}
@media screen and (max-width: 1240px) {
  html footer .ins .address .tel {
    font-size: 1rem;
    line-height: calc(1rem * 1.8);
  }
}
@media screen and (max-width: 600px) {
  html footer .ins .address .tel {
    font-size: 3.5vw;
    line-height: calc(3.5vw * 1.8);
  }
}
html footer .ins .address .pdf {
  color: #607080;
  font-size: 1rem;
  line-height: calc(1rem * 1.8);
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: 'MPLUSRounded1c', sans-serif;
}
@media screen and (max-width: 1240px) {
  html footer .ins .address .pdf {
    font-size: 1rem;
    line-height: calc(1rem * 1.8);
  }
}
@media screen and (max-width: 600px) {
  html footer .ins .address .pdf {
    font-size: 3.5vw;
    line-height: calc(3.5vw * 1.8);
  }
}
@media all and (max-width: 1240px) {
  html footer .ins .address .pdf {
    display: none;
  }
}
html footer .ins .address a {
  text-decoration: none;
  color: #0096df;
}
html footer .ins nav.gnavi {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: 100%;
  padding: 0 0 0 96px;
}
@media screen and (max-width: 1240px) {
  html footer .ins nav.gnavi {
    padding: 0 0 0 93px;
  }
}
@media screen and (max-width: 600px) {
  html footer .ins nav.gnavi {
    padding: 0;
  }
}
html footer .ins nav.gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
}
html footer .ins nav.gnavi ul li {
  list-style: none;
  margin: initial;
}
html footer .ins nav.gnavi ul li a {
  position: relative;
  text-decoration: none;
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 10px;
}
@media screen and (max-width: 1240px) {
  html footer .ins nav.gnavi ul li a {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 600px) {
  html footer .ins nav.gnavi ul li a {
    padding: 10px 10px;
  }
}
html footer .ins nav.gnavi ul li a:before {
  content: "";
  height: 50%;
  width: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 1;
  -webkit-transform: translate(50%, -50%) rotate(30deg);
          transform: translate(50%, -50%) rotate(30deg);
}
html footer .ins nav.gnavi ul li a span {
  display: block;
  text-align: center;
  color: #607080;
  font-size: 0.9rem;
  line-height: calc(0.9rem * 1.8);
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.2rem;
}
@media screen and (max-width: 1240px) {
  html footer .ins nav.gnavi ul li a span {
    font-size: 0.9rem;
    line-height: calc(0.9rem * 1.8);
  }
}
@media screen and (max-width: 600px) {
  html footer .ins nav.gnavi ul li a span {
    font-size: 3.5vw;
    line-height: calc(3.5vw * 1.8);
  }
}
html footer .ins nav.gnavi ul li:last-of-type a:before {
  display: none;
}
@media all and (max-width: 1240px) {
  html footer .ins nav.gnavi {
    display: none;
  }
}
html footer .ins .contact {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  /*.mixin-margin(0 0 10px, 0, 0);*/
}
html footer .ins .contact a.tel {
  width: 188px;
  min-width: initial;
  max-width: 188px;
}
@media screen and (max-width: 1240px) {
  html footer .ins .contact a.tel {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  html footer .ins .contact a.tel {
    width: 100%;
    min-width: initial;
  }
}
@media all and (max-width: 600px) {
  html footer .ins .contact a.tel {
    max-width: 200px;
  }
}
html footer .ins .contact a:last-of-type {
  width: 140px;
  min-width: initial;
  max-width: 140px;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 1240px) {
  html footer .ins .contact a:last-of-type {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  html footer .ins .contact a:last-of-type {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 1240px) {
  html footer .ins .contact a:last-of-type {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  html footer .ins .contact a:last-of-type {
    padding: 0;
  }
}
@media all and (max-width: 1240px) {
  html footer .ins .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html footer .ins .contact a:last-of-type {
    display: none;
  }
}
html footer .ins .copyright {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  text-align: center;
  width: 100%;
  padding: 10px 0;
}
html footer .ins .copyright small {
  color: #607080;
  font-size: 0.8rem;
  line-height: calc(0.8rem * 1.8);
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 1240px) {
  html footer .ins .copyright small {
    font-size: 0.8rem;
    line-height: calc(0.8rem * 1.8);
  }
}
@media screen and (max-width: 600px) {
  html footer .ins .copyright small {
    font-size: 3vw;
    line-height: calc(3vw * 1.8);
  }
}
html footer .ins .copyright small .c {
  display: inline-block;
  padding: 0 5px;
  -webkit-transform: translateY(5%) scale(180%);
          transform: translateY(5%) scale(180%);
}
.mixin-comment > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mixin-comment > div > div span {
  color: #000000;
  font-size: 1.2rem;
  line-height: calc(1.2rem * 1.8);
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
}
@media screen and (max-width: 1240px) {
  .mixin-comment > div > div span {
    font-size: 1.2rem;
    line-height: calc(1.2rem * 1.8);
  }
}
@media screen and (max-width: 600px) {
  .mixin-comment > div > div span {
    font-size: 4vw;
    line-height: calc(4vw * 1.8);
  }
}
.mixin-comment > div:before {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 0.68686869;
  background: url(../img/homecare/effect1.png) no-repeat center center;
  background-size: 100%;
}
.mixin-comment > div:after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 0.68686869;
  background: url(../img/homecare/effect2.png) no-repeat center center;
  background-size: 100%;
}
/*.mixin-title2 {
	position: relative;
	.mixin-padding(20px 0, 20px 0, 20px 0);
	margin-bottom: 50px;

	&:before {
		content: "";
		display: block;
		background: url(../img/common/bg3.png) no-repeat center center;
		width: 100%;
		height: 100%;
		.mixin-position(absolute, 50%, initial, initial, 50%, 2, translate(-50%, -50%));

		@media screen and (max-width: @layout-sp-width) {
			background-size: calc(100% - 50px);
		}
	}

	span {
		.mixin-flex(wrap, center, center);
		margin: auto;
		.mixin-font(@sizeL, @sizeLsp, bold, @black, @sizeL);
		position: relative;
		z-index: 2;
		text-align: center;

		@media screen and (min-width: @layout-sp-width) {
			br {
				display: none;
			}
		}
	}

	&.line2 {
		&:before {
			@media screen and (max-width: @layout-sp-width) {
				background: url(../img/common/bg3sp.png) no-repeat center center;
				background-size: calc(100% - 50px);
			}
		}
	}
}*/
.mixin-title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 5px;
  color: #fff;
  background: linear-gradient(332deg, transparent 20px, #74aae3 20px);
  background-repeat: no-repeat;
  background-position: top right;
  text-align: center;
  overllow: hidden;
}
.mixin-title2 > span {
  display: block;
  width: 100%;
  padding: 10px;
  color: #000000;
  font-size: 1.2rem;
  line-height: calc(1.2rem * 1.8);
  font-weight: bold;
  border: dotted 1px #ffffff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 1240px) {
  .mixin-title2 > span {
    font-size: 1.2rem;
    line-height: calc(1.2rem * 1.8);
  }
}
@media screen and (max-width: 600px) {
  .mixin-title2 > span {
    font-size: 1.1rem;
    line-height: calc(1.1rem * 1.8);
  }
}
.mixin-title2:after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 22px;
  height: 40px;
  background: linear-gradient(120deg, #a8d4ff 50%, white 50%);
  -webkit-transform: scale(1.1) translate(-10px, 8px) rotate(33deg);
          transform: scale(1.1) translate(-10px, 8px) rotate(33deg);
}
.mixin-title3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
}
.mixin-title3 > span {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: #000000;
  font-size: 1.5rem;
  line-height: calc(1.5rem * 1.8);
  font-weight: bold;
  border: dotted 1px #ffffff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  clip-path: polygon(0% 0%, 100% 0, 100% 62%, 97% 100%, 0% 100%);
}
@media screen and (max-width: 1240px) {
  .mixin-title3 > span {
    font-size: 1.5rem;
    line-height: calc(1.5rem * 1.8);
  }
}
@media screen and (max-width: 600px) {
  .mixin-title3 > span {
    font-size: 1.1rem;
    line-height: calc(1.1rem * 1.8);
  }
}
.mixin-title3:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #74aae3;
  clip-path: polygon(0% 0%, 100% 0, 100% 66%, 95% 100%, 0% 100%);
  /*@media all and (max-width: @layout-pad-width) {
			clip-path: polygon(0% 0%, 100% 0, 100% 66%, 91% 100%, 0% 100%);
		}*/
}
@media all and (max-width: 600px) {
  .mixin-title3:before {
    clip-path: polygon(0% 0%, 100% 0, 100% 61%, 93% 100%, 0% 100%);
  }
}
@media all and (max-width: 487px) {
  .mixin-title3:before {
    clip-path: polygon(0% 0%, 100% 0, 100% 61%, 93% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% 52%, 91% 100%, 0% 100%);
  }
}
.mixin-title3:after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 22px;
  height: 40px;
  background: linear-gradient(120deg, #a8d4ff 50%, #eff6fb 50%);
  -webkit-transform: scale(1.1) translate(-9px, 8px) rotate(31deg);
          transform: scale(1.1) translate(-9px, 8px) rotate(31deg);
}
/*.mixin-public-head() {
	position: relative;

	>div {
		overflow: hidden;
		border-radius: 0 0 50% 50%;
		.mixin-position(relative, 0, initial, initial, 50%, 2, translate(-50%, 0));
		.mixin-margin(0 0 100px, 0 0 100px, 0 0 100px);
		.mixin-height(450px, 300px, 450px);
		width: 120%;

		&:before {
			content: "";
			display: block;
			background: url(../img/common/phead-overlay.png) no-repeat top -50px center;
			background-size: 100%;
			width: 100%;
			height: 100%;
			.mixin-position(absolute, initial, initial, 0, 50%, 2, translate(-50%, 0%));

			@media screen and (max-width: @layout-sp-width) {
				background-position: top center;
			}
		}

		.bg {
			.mixin-position(absolute, 50%, initial, initial, 50%, 1, translate(-50%, -50%));
			.mixin-width(110%, initial, 200%, initial, 110%, initial);
			min-height: 100%;
			object-fit: cover;
		}
	}

	h1 {
		.mixin-position(absolute, 50%, initial, initial, 50%, 2, translate(-50%, -20%));
		display: block;
		background: url("../img/common/bg2.png") no-repeat center center;
		background-size: 300px;
		.mixin-height(150px, 150px, 150px);
		width: 100%;

		@media screen and (max-width: @layout-sp-width) {
			.mixin-position(absolute, initial, initial, 0, 50%, 2, translate(-50%, -20%));
		}

		img {
			.mixin-position(absolute, 50%, initial, initial, 50%, 3, translate(-50%, -50%));
			.mixin-width(250px, initial, 200px, initial, 250px, initial);
		}
	}
}*/
body main {
  position: relative;
}
body main .phead {
  position: relative;
}
body main .phead > div {
  overflow: hidden;
  border-radius: 0 0 50% 50%;
  position: relative;
  top: 0;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin: 0 0 100px;
  height: 450px;
  width: 120%;
  /*&:before {
			content: "";
			display: block;
			background: url(../img/common/phead-overlay.png) no-repeat top -50px center;
			background-size: 100%;
			width: 100%;
			height: 100%;
			.mixin-position(absolute, initial, initial, 0, 50%, 2, translate(-50%, 0%));

			@media screen and (max-width: @layout-sp-width) {
				background-position: top center;
			}
		}*/
}
@media screen and (max-width: 1240px) {
  body main .phead > div {
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 600px) {
  body main .phead > div {
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 1240px) {
  body main .phead > div {
    height: 450px;
  }
}
@media screen and (max-width: 600px) {
  body main .phead > div {
    height: 300px;
  }
}
body main .phead > div .bg {
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  min-width: initial;
  max-width: initial;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1240px) {
  body main .phead > div .bg {
    width: 90%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  body main .phead > div .bg {
    width: 200%;
    min-width: initial;
  }
}
body main .phead h1 {
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  display: block;
  /*background: url("../img/common/bg2.png") no-repeat center center;
		background-size: 300px;*/
  height: 150px;
  width: 100%;
  /*img {
			.mixin-position(absolute, 50%, initial, initial, 50%, 3, translate(-50%, -50%));
			.mixin-width(250px, initial, 200px, initial, 250px, initial);
		}*/
}
@media screen and (max-width: 1240px) {
  body main .phead h1 {
    height: 150px;
  }
}
@media screen and (max-width: 600px) {
  body main .phead h1 {
    height: 150px;
  }
}
@media screen and (max-width: 600px) {
  body main .phead h1 {
    position: absolute;
    top: initial;
    right: initial;
    bottom: 0;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
body main .phead h1:before {
  content: "";
  display: block;
  background: url(../img/common/bg2.png) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  body main .phead h1:before {
    /*background-size: calc(100% - 50px);*/
  }
}
body main .phead h1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: auto;
  color: #ffffff;
  font-size: 1.7rem;
  line-height: calc(1.7rem * 1.8);
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: 'MPLUSRounded1c', sans-serif;
  position: relative;
  z-index: 2;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1240px) {
  body main .phead h1 span {
    font-size: 1.7rem;
    line-height: calc(1.7rem * 1.8);
  }
}
@media screen and (max-width: 600px) {
  body main .phead h1 span {
    font-size: 4.8vw;
    line-height: calc(4.8vw * 1.8);
  }
}
@media screen and (min-width: 600px) {
  body main .phead h1 span br {
    display: none;
  }
}
body main .support .ins {
  position: relative;
  width: 830px;
  min-width: initial;
  max-width: 830px;
  margin: 0 auto 50px;
  padding: 0;
}
@media screen and (max-width: 1240px) {
  body main .support .ins {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  body main .support .ins {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 1240px) {
  body main .support .ins {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 600px) {
  body main .support .ins {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 1240px) {
  body main .support .ins {
    padding: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .support .ins {
    padding: 0 10px;
  }
}
body main .support .ins h2 + p {
  padding: 0 10px;
}
body main .support .ins .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 50px;
  gap: 10px 30px;
}
@media screen and (max-width: 600px) {
  body main .support .ins .icons {
    gap: 10px 10px;
  }
}
body main .support .ins .icons li {
  background-color: #ffb600;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 130px;
  min-width: initial;
  max-width: initial;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1240px) {
  body main .support .ins .icons li {
    width: 130px;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  body main .support .ins .icons li {
    width: 130px;
    min-width: initial;
  }
}
body main .support .ins .icons li span {
  color: #ffffff;
  font-size: 1rem;
  line-height: calc(1rem * 1.8);
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 1240px) {
  body main .support .ins .icons li span {
    font-size: 1rem;
    line-height: calc(1rem * 1.8);
  }
}
@media screen and (max-width: 600px) {
  body main .support .ins .icons li span {
    font-size: 3.15vw;
    line-height: calc(3.15vw * 1.8);
  }
}
body main .service .ins {
  position: relative;
  width: 830px;
  min-width: initial;
  max-width: 830px;
  margin: 0 auto 50px;
  padding: 0;
}
@media screen and (max-width: 1240px) {
  body main .service .ins {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  body main .service .ins {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 1240px) {
  body main .service .ins {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 600px) {
  body main .service .ins {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 1240px) {
  body main .service .ins {
    padding: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .service .ins {
    padding: 0 10px;
  }
}
body main .service .ins dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px 0;
}
@media screen and (max-width: 1240px) {
  body main .service .ins dl div {
    margin: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .service .ins dl div {
    margin: 20px 0;
  }
}
body main .service .ins dl div dt {
  background-color: #ffb600;
  color: #ffffff;
  font-size: 1rem;
  line-height: calc(1rem * 1.8);
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 10px;
  width: 150px;
  min-width: initial;
  max-width: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width: 1240px) {
  body main .service .ins dl div dt {
    font-size: 1rem;
    line-height: calc(1rem * 1.8);
  }
}
@media screen and (max-width: 600px) {
  body main .service .ins dl div dt {
    font-size: 3.5vw;
    line-height: calc(3.5vw * 1.8);
  }
}
@media screen and (max-width: 1240px) {
  body main .service .ins dl div dt {
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .service .ins dl div dt {
    padding: 10px;
  }
}
@media screen and (max-width: 1240px) {
  body main .service .ins dl div dt {
    width: 150px;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  body main .service .ins dl div dt {
    width: 150px;
    min-width: initial;
  }
}
body main .service .ins dl div dd {
  background-color: #fae4b0;
  position: relative;
  padding: 10px 20px;
  width: calc(100% - 150px);
  min-width: initial;
  max-width: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 1240px) {
  body main .service .ins dl div dd {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .service .ins dl div dd {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1240px) {
  body main .service .ins dl div dd {
    width: calc(100% - 150px);
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  body main .service .ins dl div dd {
    width: calc(100% - 150px);
    min-width: initial;
  }
}
body main .service .ins dl div dd ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body main .service .ins dl div dd ul li {
  position: relative;
  margin-left: 25px;
  margin-right: 17px;
}
body main .service .ins dl div dd ul li:before {
  content: "";
  display: inline-block;
  /*.mixin-position(absolute, 0, initial, initial, 0, 3, translate(-17px, 50%));*/
  width: 15px;
  height: 15px;
  background-color: #ffb600;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 3px;
  /*@media screen and (max-width: @layout-pad-width) {
				transform: translate(-20px, 60%);
			}

			@media screen and (max-width: @layout-sp-width) {
				transform: translate(-20px, 70%);
			}*/
}
body main .contact {
  margin-bottom: 100px;
}
body main .contact .ins {
  position: relative;
  width: 830px;
  min-width: initial;
  max-width: 830px;
  margin: 0 auto 50px;
  padding: 0;
}
@media screen and (max-width: 1240px) {
  body main .contact .ins {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  body main .contact .ins {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 1240px) {
  body main .contact .ins {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 600px) {
  body main .contact .ins {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 1240px) {
  body main .contact .ins {
    padding: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .contact .ins {
    padding: 0 10px;
  }
}
body main .contact .ins > div {
  text-align: center;
}
body main .contact .ins > div > div {
  text-align: center;
  display: inline-block;
  margin: auto;
}
body main .contact .ins > div.name {
  margin-bottom: 20px;
}
body main .contact .ins > div.name span {
  color: #000000;
  font-size: 1.2rem;
  line-height: calc(1.2rem * 1.8);
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 1240px) {
  body main .contact .ins > div.name span {
    font-size: 1.2rem;
    line-height: calc(1.2rem * 1.8);
  }
}
@media screen and (max-width: 600px) {
  body main .contact .ins > div.name span {
    font-size: 4vw;
    line-height: calc(4vw * 1.8);
  }
}
body main .contact .ins > div.name span span {
  color: #000000;
  font-size: 1.5rem;
  line-height: calc(1.5rem * 1.8);
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 1240px) {
  body main .contact .ins > div.name span span {
    font-size: 1.5rem;
    line-height: calc(1.5rem * 1.8);
  }
}
@media screen and (max-width: 600px) {
  body main .contact .ins > div.name span span {
    font-size: 4.5vw;
    line-height: calc(4.5vw * 1.8);
  }
}
body main .contact .ins > div.address {
  margin-bottom: 20px;
}
body main .contact .ins > div.address > div {
  text-align: left;
}
body main .contact .ins > div.address > div span {
  color: #000000;
  font-size: 1.2rem;
  line-height: calc(1.2rem * 1.8);
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 1240px) {
  body main .contact .ins > div.address > div span {
    font-size: 1.2rem;
    line-height: calc(1.2rem * 1.8);
  }
}
@media screen and (max-width: 600px) {
  body main .contact .ins > div.address > div span {
    font-size: 4vw;
    line-height: calc(4vw * 1.8);
  }
}
body main .contact .ins > div.comment > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body main .contact .ins > div.comment > div > div span {
  color: #000000;
  font-size: 1.2rem;
  line-height: calc(1.2rem * 1.8);
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
}
@media screen and (max-width: 1240px) {
  body main .contact .ins > div.comment > div > div span {
    font-size: 1.2rem;
    line-height: calc(1.2rem * 1.8);
  }
}
@media screen and (max-width: 600px) {
  body main .contact .ins > div.comment > div > div span {
    font-size: 4vw;
    line-height: calc(4vw * 1.8);
  }
}
body main .contact .ins > div.comment > div:before {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 0.68686869;
  background: url(../img/homecare/effect1.png) no-repeat center center;
  background-size: 100%;
}
body main .contact .ins > div.comment > div:after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 0.68686869;
  background: url(../img/homecare/effect2.png) no-repeat center center;
  background-size: 100%;
}
