@charset "UTF-8";
/*
Theme Name:origin
Description:origin template
Version:1.0
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-padding-start: 0;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

ol,
ul {
  list-style: none; }

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

input[type="password"],
input[type="text"],
input[type="submit"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="button"],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none; }

body, html {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  min-height: 100vh;
  background: #EEECE9; }

a {
  font-size: inherit;
  color: inherit;
  text-decoration: inherit;
  display: inline-block; }

h2, h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500; }

.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform; }

.fade-in-up {
  transform: translate(0, 50px); }

.scroll-in {
  opacity: 1;
  transform: translate(0, 0); }

body.fixed {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1; }

.SpHide {
  display: block !important; }
  @media (max-width: 768px) {
    .SpHide {
      display: none !important; } }

.PcHide {
  display: none !important; }
  @media (max-width: 768px) {
    .PcHide {
      display: block !important; } }

.SpHideFlex {
  display: flex !important; }
  @media (max-width: 768px) {
    .SpHideFlex {
      display: none !important; } }

.PcHideFlex {
  display: none !important; }
  @media (max-width: 768px) {
    .PcHideFlex {
      display: flex !important; } }

figure {
  margin: 0;
  padding: 0; }

@keyframes floating-x {
  0% {
    transform: translateX(-5%); }
  100% {
    transform: translateX(5%); } }
@keyframes floating-y {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(10%); } }
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
  background: transparent; }
  .header .inner__sp {
    display: none; }
    @media (max-width: 1024px) {
      .header .inner__sp {
        display: grid;
        grid-template-columns: 180px 1fr 60px;
        height: 50px; } }
    .header .inner__sp > div.button {
      grid-column: 3 / 4;
      display: flex;
      align-items: center;
      justify-content: center; }
    .header .inner__sp > a:first-child {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-left: 10px; }
      @media (max-width: 768px) {
        .header .inner__sp > a:first-child {
          padding: 0 55px 0 8px; } }
    .header .inner__sp .menu-trigger, .header .inner__sp .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box; }
    .header .inner__sp .menu-trigger {
      position: relative;
      width: 25px;
      height: 25px;
      background: none;
      border: none;
      appearance: none;
      cursor: pointer; }
      .header .inner__sp .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #585858;
        border-radius: 4px; }
        .header .inner__sp .menu-trigger span:nth-of-type(1) {
          top: 2px; }
        .header .inner__sp .menu-trigger span:nth-of-type(2) {
          top: 11px; }
        .header .inner__sp .menu-trigger span:nth-of-type(3) {
          bottom: 2px; }
    .header .inner__sp .menu-trigger.active {
      transform: rotate(360deg); }
      .header .inner__sp .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg); }
      .header .inner__sp .menu-trigger.active span:nth-of-type(2) {
        transform: translateY(0) rotate(45deg); }
      .header .inner__sp .menu-trigger.active span:nth-of-type(3) {
        opacity: 0; }
    .header .inner__sp .sp_menu_list {
      opacity: 0;
      transition: 0.5s;
      top: 50px;
      right: 0;
      position: fixed;
      z-index: 9999;
      width: 100%;
      background: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(4px);
      overflow: auto;
      height: 100%;
      box-sizing: border-box;
      padding: 30px 20px 60px;
      -webkit-overflow-scrolling: touch;
      pointer-events: none; }
      .header .inner__sp .sp_menu_list.active {
        transition: 0.5s;
        opacity: 1;
        pointer-events: auto; }
      .header .inner__sp .sp_menu_list ul {
        width: 100%;
        margin-bottom: 25px;
        color: #FFF; }
        .header .inner__sp .sp_menu_list ul li {
          font-size: 18px;
          letter-spacing: 2px;
          padding: 15px 5%;
          box-sizing: border-box;
          border-bottom: 1px solid #707070;
          margin-bottom: 25px;
          display: flex;
          align-items: center; }
          .header .inner__sp .sp_menu_list ul li a {
            color: #707070; }
  .header .inner__pc {
    width: 100%;
    max-width: 1920px;
    height: 80px;
    margin: auto;
    display: grid;
    grid-template-columns: 300px 1fr 800px;
    align-items: center; }
    @media (max-width: 1024px) {
      .header .inner__pc {
        display: none; } }
    .header .inner__pc nav {
      grid-column: 3 / 3;
      height: 100%; }
    .header .inner__pc .pc__navi {
      display: flex;
      justify-content: space-between;
      height: 100%; }
      .header .inner__pc .pc__navi li {
        width: calc(100%/3);
        height: 100%;
        display: flex;
        align-items: center;
        padding: 8px;
        box-sizing: border-box; }
        .header .inner__pc .pc__navi li a {
          display: flex;
          align-items: center;
          width: 100%;
          text-align: center;
          font-size: 1.2rem;
          font-weight: 400;
          line-height: 2;
          letter-spacing: 4px;
          justify-content: center;
          color: #2E2E2E; }
          .header .inner__pc .pc__navi li a:hover {
            text-decoration: underline;
            transition: all .5s ease; }
          .header .inner__pc .pc__navi li a i {
            margin-right: 8px; }
          .header .inner__pc .pc__navi li a.btn_recruit {
            background: #FF9100;
            color: #FFF;
            height: 100%;
            display: flex; }
          .header .inner__pc .pc__navi li a.btn_contact {
            background-image: linear-gradient(90deg, #f75d8b, #fedc40);
            color: #FFF;
            height: 85%;
            display: flex;
            border-radius: 50px;
            transition: all .5s ease; }
            .header .inner__pc .pc__navi li a.btn_contact:hover {
              background-image: linear-gradient(-90deg, #f75d8b, #fedc40);
              transition: all .5s ease; }
    .header .inner__pc .header__logo {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 16px 24px;
      box-sizing: border-box; }

nav {
  width: 100%;
  border-bottom: 1px solid #707070;
  padding: 16px 0;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    nav {
      padding: 16px 32px; } }
  nav ul {
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 480px;
    justify-content: space-between; }
    nav ul li {
      font-family: "Lato", sans-serif;
      font-weight: 300;
      color: #707070;
      font-size: 16px; }

.section {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  *zoom: 1; }
  .section:after {
    content: "";
    display: table;
    clear: both; }
  .section > .inner {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 800px; }
    @media (max-width: 768px) {
      .section > .inner {
        flex-direction: column-reverse;
        padding: 0 8px; } }
    .section > .inner p.intro_txt {
      font-size: 13px;
      text-align: 1.6;
      margin: 12px auto;
      text-align: center; }

.mv {
  width: 100%;
  z-index: -1; }
  .mv .inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    position: relative; }
    .mv .inner > div {
      position: absolute;
      bottom: 80px;
      left: 64px;
      color: #FFF;
      line-height: 1.4; }
      .mv .inner > div h1 {
        font-size: 38px;
        line-height: 1.6;
        font-weight: 700;
        text-shadow: 0 0 15px #000; }
      .mv .inner > div p {
        font-size: 22px;
        line-height: 1.6;
        font-weight: 400;
        text-shadow: 0 0 15px #000; }
      @media (max-width: 768px) {
        .mv .inner > div {
          font-size: 6vw;
          top: 40%;
          line-height: 1.6; } }
    .mv .inner > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* 高さは固定、画像が切れてもOKならこれ */
      display: block; }

.orinasu, .yorisou, .service {
  width: 100%; }
  .orinasu .inner, .yorisou .inner, .service .inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .orinasu .inner, .yorisou .inner, .service .inner {
        padding: 0 8px;
        box-sizing: border-box; } }
    .orinasu .inner h2, .yorisou .inner h2, .service .inner h2 {
      color: #707070;
      font-size: 20px;
      letter-spacing: 8px;
      margin: 40px auto;
      line-height: 2;
      text-align: center; }
      @media (max-width: 768px) {
        .orinasu .inner h2, .yorisou .inner h2, .service .inner h2 {
          font-size: 4.5vw;
          letter-spacing: 4px; } }
      .orinasu .inner h2.under, .yorisou .inner h2.under, .service .inner h2.under {
        line-height: 1; }
    .orinasu .inner ul.service__list, .yorisou .inner ul.service__list, .service .inner ul.service__list {
      display: flex;
      justify-content: center;
      gap: 20px; }
      @media (max-width: 768px) {
        .orinasu .inner ul.service__list, .yorisou .inner ul.service__list, .service .inner ul.service__list {
          flex-wrap: wrap; } }
      .orinasu .inner ul.service__list li, .yorisou .inner ul.service__list li, .service .inner ul.service__list li {
        width: 23%;
        position: relative; }
        @media (max-width: 768px) {
          .orinasu .inner ul.service__list li, .yorisou .inner ul.service__list li, .service .inner ul.service__list li {
            width: 45%; } }
        .orinasu .inner ul.service__list li div, .yorisou .inner ul.service__list li div, .service .inner ul.service__list li div {
          width: 150px;
          height: 150px;
          border-radius: 50%;
          background: #b7ccc3;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 19px;
          margin: 0 auto;
          color: #4f6773;
          text-align: center; }
          @media (max-width: 768px) {
            .orinasu .inner ul.service__list li div, .yorisou .inner ul.service__list li div, .service .inner ul.service__list li div {
              width: 120px;
              height: 120px; } }
          .orinasu .inner ul.service__list li div h3, .yorisou .inner ul.service__list li div h3, .service .inner ul.service__list li div h3 {
            line-height: 1.4;
            position: relative;
            width: 100%; }
            .orinasu .inner ul.service__list li div h3::after, .yorisou .inner ul.service__list li div h3::after, .service .inner ul.service__list li div h3::after {
              content: "";
              width: 60px;
              height: 60px;
              background: rgba(255, 255, 255, 0.6);
              border-radius: 60px;
              position: absolute;
              left: -25px;
              top: -50px;
              display: block; }
              @media (max-width: 768px) {
                .orinasu .inner ul.service__list li div h3::after, .yorisou .inner ul.service__list li div h3::after, .service .inner ul.service__list li div h3::after {
                  width: 45px;
                  height: 45px;
                  left: 0px;
                  top: -50px; } }

.orinasu {
  padding: 40px 0; }

ul.service__list__02 li {
  width: 100%;
  margin-bottom: 32px; }
  ul.service__list__02 li div {
    width: 100%;
    box-sizing: border-box; }
    ul.service__list__02 li div h3 {
      font-size: 26px;
      border-bottom: 1px solid #707070;
      color: #496370;
      padding: 8px 8px 16px;
      box-sizing: border-box;
      margin-bottom: 12px;
      font-weight: 400;
      display: flex;
      align-items: center;
      gap: 12px; }
      ul.service__list__02 li div h3 img {
        width: 32px;
        height: 32px; }
    ul.service__list__02 li div p {
      font-size: 14px;
      color: #707070;
      line-height: 2;
      display: block;
      padding: 8px;
      box-sizing: border-box;
      font-weight: 400; }

.yorisou, .service {
  background: #E1DEDA;
  padding: 40px 0; }
  .yorisou .inner ul.service__list, .service .inner ul.service__list {
    display: flex;
    justify-content: center;
    gap: 40px; }
    .yorisou .inner ul.service__list li, .service .inner ul.service__list li {
      width: 30%;
      position: relative; }
      .yorisou .inner ul.service__list li div, .service .inner ul.service__list li div {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: #EEECE9;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 19px;
        color: #707070;
        text-align: center; }
        @media (max-width: 768px) {
          .yorisou .inner ul.service__list li div, .service .inner ul.service__list li div {
            width: 120px;
            height: 120px; } }
        .yorisou .inner ul.service__list li div h3, .service .inner ul.service__list li div h3 {
          line-height: 1.4;
          position: relative;
          width: 100%; }
          .yorisou .inner ul.service__list li div h3::after, .service .inner ul.service__list li div h3::after {
            content: "";
            width: 60px;
            height: 60px;
            background: rgba(183, 204, 195, 0.6);
            border-radius: 60px;
            position: absolute;
            left: -25px;
            top: -50px;
            display: block; }
            @media (max-width: 768px) {
              .yorisou .inner ul.service__list li div h3::after, .service .inner ul.service__list li div h3::after {
                width: 45px;
                height: 45px;
                left: 0px;
                top: -50px; } }

.profile {
  width: 100%;
  padding: 40px 0 0; }
  .profile .inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .profile .inner {
        padding: 0 16px;
        box-sizing: border-box; } }
    .profile .inner > h3 {
      color: #707070;
      font-size: 26px;
      letter-spacing: 8px;
      margin: 20px auto 12px;
      line-height: 2;
      text-align: center; }
    .profile .inner ul.zisseki {
      display: flex;
      justify-content: space-between; }
      .profile .inner ul.zisseki li {
        width: 32%;
        border: 1px solid #707070;
        padding: 48px 16px;
        box-sizing: border-box;
        text-align: center;
        color: #707070;
        letter-spacing: 1px;
        line-height: 1.6;
        font-size: 13px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .profile .inner ul.zisseki li span {
          font-size: 14px;
          line-height: 1.6; }
    .profile .inner ul.voice__card__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin: 40px auto; }
      @media (max-width: 768px) {
        .profile .inner ul.voice__card__list {
          grid-template-columns: 1fr; } }
      .profile .inner ul.voice__card__list .voice__card {
        border: 1px solid #707070;
        border-radius: 8px;
        padding: 24px;
        box-sizing: border-box;
        transition: all 0.3s ease; }
        .profile .inner ul.voice__card__list .voice__card:hover {
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          transform: translateY(-4px); }
        .profile .inner ul.voice__card__list .voice__card .voice__card__header {
          margin-bottom: 16px;
          padding-bottom: 12px;
          border-bottom: 1px solid #E1DEDA; }
          .profile .inner ul.voice__card__list .voice__card .voice__card__header h3 {
            font-size: 20px;
            color: #707070;
            font-weight: 400;
            margin-bottom: 8px; }
          .profile .inner ul.voice__card__list .voice__card .voice__card__header .sample__number {
            font-size: 12px;
            color: #BBBBBB; }
        .profile .inner ul.voice__card__list .voice__card .voice__features {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin-bottom: 16px; }
          .profile .inner ul.voice__card__list .voice__card .voice__features .feature__tag {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            background: #E1DEDA;
            color: #707070;
            padding: 6px 12px;
            border-radius: 16px;
            font-size: 12px;
            font-weight: 400; }
            .profile .inner ul.voice__card__list .voice__card .voice__features .feature__tag i {
              font-size: 12px; }
        .profile .inner ul.voice__card__list .voice__card audio {
          width: 100%; }
    .profile .inner ul.profile {
      display: flex; }
      @media (max-width: 768px) {
        .profile .inner ul.profile {
          flex-direction: column; } }
      .profile .inner ul.profile li:first-child {
        width: 30%; }
        @media (max-width: 768px) {
          .profile .inner ul.profile li:first-child {
            width: 100%;
            margin-bottom: 24px; } }
        @media (max-width: 768px) {
          .profile .inner ul.profile li:first-child figure {
            width: 60%;
            margin: 0 auto; } }
      .profile .inner ul.profile li:last-child {
        width: 70%;
        padding-left: 48px;
        box-sizing: border-box; }
        @media (max-width: 768px) {
          .profile .inner ul.profile li:last-child {
            width: 100%;
            padding-left: 0;
            display: flex;
            flex-direction: column;
            align-items: center; } }
        .profile .inner ul.profile li:last-child h3 {
          font-size: 26px;
          margin-bottom: 12px;
          color: #707070;
          font-weight: 400; }
          @media (max-width: 768px) {
            .profile .inner ul.profile li:last-child h3 {
              font-size: 4.5vw; } }
        .profile .inner ul.profile li:last-child h4 {
          font-size: 26px;
          margin-bottom: 12px;
          color: #707070;
          font-weight: 400; }
          @media (max-width: 768px) {
            .profile .inner ul.profile li:last-child h4 {
              font-size: 4.5vw; } }
        .profile .inner ul.profile li:last-child p {
          font-size: 16px;
          line-height: 1.6;
          color: #707070;
          font-weight: 400;
          margin-bottom: 24px; }
          @media (max-width: 768px) {
            .profile .inner ul.profile li:last-child p {
              font-size: 14px;
              display: block;
              padding: 8px;
              margin-bottom: 16px; } }
        .profile .inner ul.profile li:last-child h5 {
          font-size: 20px;
          color: #707070;
          font-weight: 400;
          margin-bottom: 16px;
          border-bottom: 1px solid #E1DEDA;
          padding-bottom: 8px; }
          @media (max-width: 768px) {
            .profile .inner ul.profile li:last-child h5 {
              font-size: 18px; } }
        .profile .inner ul.profile li:last-child ul.profile__zisseki {
          list-style: none;
          padding-left: 0;
          margin-bottom: 32px; }
          .profile .inner ul.profile li:last-child ul.profile__zisseki li {
            width: 100%;
            padding-left: 24px;
            font-size: 14px;
            color: #707070;
            line-height: 1.8;
            margin-bottom: 8px;
            position: relative; }
            @media (max-width: 768px) {
              .profile .inner ul.profile li:last-child ul.profile__zisseki li {
                box-sizing: border-box;
                text-align: left;
                display: block; } }
            .profile .inner ul.profile li:last-child ul.profile__zisseki li::before {
              content: "✓";
              position: absolute;
              left: 0;
              color: #b7ccc3;
              font-weight: bold;
              font-size: 16px; }
        .profile .inner ul.profile li:last-child ul.button__list {
          margin-top: 24px; }
        .profile .inner ul.profile li:last-child a {
          border: 1px solid #707070;
          border-radius: 50px;
          box-sizing: border-box;
          padding: 16px;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 300px;
          max-width: 300px;
          font-size: 13px;
          color: #707070; }
          .profile .inner ul.profile li:last-child a img, .profile .inner ul.profile li:last-child a i {
            width: 20px;
            margin-right: 16px;
            color: #BBBBBB;
            font-size: 20px; }

.tikai {
  width: 100%;
  padding: 80px 0;
  background-size: cover;
  margin-bottom: 16px;
  box-sizing: border-box; }
  .tikai .inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .tikai .inner {
        padding: 0 16px;
        box-sizing: border-box; } }
    @media (max-width: 768px) {
      .tikai .inner {
        flex-direction: column; } }
    .tikai .inner div:first-child {
      width: 40%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #707070; }
      @media (max-width: 768px) {
        .tikai .inner div:first-child {
          width: 100%; } }
      .tikai .inner div:first-child h2 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 12px; }
      .tikai .inner div:first-child div {
        border: 1px solid #707070;
        border-radius: 50%;
        height: 100px;
        width: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 22px; }
        .tikai .inner div:first-child div span {
          font-size: 14px;
          margin-top: 4px; }
    .tikai .inner div:nth-child(2) {
      width: 60%; }
      @media (max-width: 768px) {
        .tikai .inner div:nth-child(2) {
          width: 100%;
          margin-top: 24px;
          text-align: center; } }
      .tikai .inner div:nth-child(2) ul li {
        width: fit-content;
        border-bottom: 1px solid #707070;
        padding-bottom: 16px;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 2;
        color: #707070;
        font-weight: 400; }
        @media (max-width: 768px) {
          .tikai .inner div:nth-child(2) ul li {
            width: 100%; } }
    .tikai .inner p {
      text-align: center;
      line-height: 2;
      font-size: 14px;
      color: #707070;
      margin: 40px auto 0; }

.service__detail {
  width: 100%;
  padding: 80px 0;
  background: #E1DEDA; }
  .service__detail .inner {
    width: 100%;
    max-width: 880px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .service__detail .inner {
        padding: 0 16px;
        box-sizing: border-box; } }
    .service__detail .inner h2 {
      color: #707070;
      font-size: 26px;
      letter-spacing: 8px;
      margin: 40px auto;
      line-height: 2;
      text-align: center; }
      .service__detail .inner h2.under {
        line-height: 1; }
    .service__detail .inner div.service__detail__intro {
      text-align: center; }
      .service__detail .inner div.service__detail__intro div {
        width: 300px;
        display: block;
        margin: 12px auto;
        position: relative; }
        .service__detail .inner div.service__detail__intro div::before {
          content: "";
          width: 60px;
          height: 60px;
          background: rgba(183, 204, 195, 0.6);
          border-radius: 60px;
          position: absolute;
          left: -24px;
          top: 0px;
          display: block; }
        .service__detail .inner div.service__detail__intro div::after {
          content: "";
          width: 80px;
          height: 80px;
          background: rgba(255, 255, 255, 0.6);
          border-radius: 80px;
          position: absolute;
          right: -15px;
          bottom: 0px;
          display: block; }
        .service__detail .inner div.service__detail__intro div img {
          border-radius: 50%; }
      .service__detail .inner div.service__detail__intro h3 {
        font-size: 18px;
        font-weight: 400;
        border-bottom: 1px solid #707070;
        padding: 16px;
        box-sizing: border-box;
        max-width: 500px;
        width: 100%;
        margin: 0 auto; }
      .service__detail .inner div.service__detail__intro ul {
        display: flex;
        justify-content: center;
        gap: 16px;
        margin: 24px auto; }
        .service__detail .inner div.service__detail__intro ul li {
          background: #BBBBBB;
          color: #FFF;
          padding: 16px;
          box-sizing: border-box;
          min-width: 180px;
          font-size: 13px;
          font-weight: 400; }
    .service__detail .inner .service__detail__list {
      display: flex;
      margin: 20px auto 20px;
      justify-content: center;
      gap: 16px; }
      @media (max-width: 768px) {
        .service__detail .inner .service__detail__list {
          flex-direction: column; } }
      .service__detail .inner .service__detail__list.large__margin {
        margin-bottom: 80px; }
      .service__detail .inner .service__detail__list li {
        width: 32%; }
        @media (max-width: 768px) {
          .service__detail .inner .service__detail__list li {
            width: 100%; } }
        .service__detail .inner .service__detail__list li h3 {
          width: 100%;
          border: 1px solid #707070;
          border-bottom: none;
          padding: 24px;
          font-size: 19px;
          box-sizing: border-box;
          text-align: center;
          color: #707070; }
        .service__detail .inner .service__detail__list li > div {
          width: 100%;
          border: 1px solid #707070;
          padding: 16px;
          font-size: 13px;
          box-sizing: border-box; }
          .service__detail .inner .service__detail__list li > div p {
            text-align: left; }
            .service__detail .inner .service__detail__list li > div p:first-child {
              min-height: 240px;
              margin-bottom: 12px; }
              @media (max-width: 768px) {
                .service__detail .inner .service__detail__list li > div p:first-child {
                  min-height: 0; } }
          .service__detail .inner .service__detail__list li > div .price__wrap {
            display: flex;
            align-items: center;
            gap: 16px; }
            .service__detail .inner .service__detail__list li > div .price__wrap div {
              background: #BBBBBB;
              color: #FFF;
              padding: 8px; }
            .service__detail .inner .service__detail__list li > div .price__wrap p {
              font-size: 22px;
              font-family: "Lato", sans-serif;
              line-height: 1.6; }
              .service__detail .inner .service__detail__list li > div .price__wrap p span {
                font-size: 13px;
                font-family: "Zen Kaku Gothic New", sans-serif; }
            .service__detail .inner .service__detail__list li > div .price__wrap + p {
              text-align: center;
              font-size: 13px;
              margin: 4px auto; }
    .service__detail .inner p {
      text-align: center;
      line-height: 2;
      font-size: 14px;
      color: #707070; }

.voice {
  width: 100%;
  padding: 80px 0; }
  .voice .inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .voice .inner {
        padding: 0 16px;
        box-sizing: border-box; } }
    .voice .inner h2 {
      color: #707070;
      font-size: 20px;
      letter-spacing: 8px;
      margin: 40px auto;
      line-height: 2;
      text-align: center; }
    .voice .inner ul.voice-list li.voice-item {
      margin-bottom: 48px; }
      .voice .inner ul.voice-list li.voice-item h3 {
        font-size: 19px;
        border-bottom: 1px solid #707070;
        color: #707070;
        padding: 8px;
        box-sizing: border-box;
        margin-bottom: 12px; }
        @media (max-width: 768px) {
          .voice .inner ul.voice-list li.voice-item h3 {
            line-height: 1.6;
            font-size: 16px; } }
      .voice .inner ul.voice-list li.voice-item p {
        color: #707070;
        font-size: 14px;
        line-height: 1.6; }
      .voice .inner ul.voice-list li.voice-item div.voice-meta {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 12px; }
        .voice .inner ul.voice-list li.voice-item div.voice-meta p:first-child {
          background: #707070;
          padding: 8px;
          box-sizing: border-box;
          color: #FFF; }
          @media (max-width: 768px) {
            .voice .inner ul.voice-list li.voice-item div.voice-meta p:first-child {
              width: 50%;
              text-align: center;
              padding: 4px; } }
        .voice .inner ul.voice-list li.voice-item div.voice-meta p:last-child {
          font-size: 13px; }

ul.button__list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 80px auto 40px; }
  @media (max-width: 768px) {
    ul.button__list {
      flex-direction: column;
      gap: 16px;
      margin: 40px auto 20px; } }
  ul.button__list.small__margin {
    margin-top: 20px; }
  @media (max-width: 768px) {
    ul.button__list li {
      width: 100%;
      display: flex;
      justify-content: center; } }
  ul.button__list li a {
    border: 1px solid #707070;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    max-width: 300px;
    font-size: 13px;
    color: #707070; }
    @media (max-width: 768px) {
      ul.button__list li a {
        width: 100%; } }
    ul.button__list li a img, ul.button__list li a i {
      width: 16px;
      margin-right: 16px;
      color: #BBBBBB;
      font-size: 20px; }
  ul.button__list.small_margin {
    margin: 40px auto; }

footer {
  padding: 0;
  box-sizing: border-box;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-bottom: 24px; }
  footer .inner {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    max-width: 800px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 768px) {
      footer .inner {
        padding: 0 8px;
        box-sizing: border-box; } }
    footer .inner > ul {
      display: flex;
      max-width: 800px;
      margin: 0 auto;
      align-items: center; }
      @media (max-width: 768px) {
        footer .inner > ul {
          flex-direction: column; } }
      footer .inner > ul li {
        padding: 24px 2%;
        box-sizing: border-box;
        width: 50%;
        min-height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        @media (max-width: 768px) {
          footer .inner > ul li {
            width: 100%;
            min-height: auto; } }
        footer .inner > ul li:first-child {
          position: relative; }
          footer .inner > ul li:first-child h3 {
            letter-spacing: 8px;
            font-family: "Lato", sans-serif;
            font-size: 20px;
            color: #707070;
            margin-bottom: 16px; }
            @media (max-width: 768px) {
              footer .inner > ul li:first-child h3 {
                text-align: center; } }
          footer .inner > ul li:first-child p {
            font-size: 16px;
            color: #707070;
            font-weight: 400; }
          footer .inner > ul li:first-child::after {
            content: "";
            border-right: 1px solid #707070;
            height: 90%;
            position: absolute;
            right: 0;
            top: 16px; }
            @media (max-width: 768px) {
              footer .inner > ul li:first-child::after {
                display: none; } }
        footer .inner > ul li:last-child {
          text-align: center;
          color: #707070;
          position: relative; }
          footer .inner > ul li:last-child i {
            color: #BBBBBB;
            font-size: 32px;
            margin-bottom: 24px; }
          footer .inner > ul li:last-child h3 {
            font-size: 20px;
            margin-bottom: 24px; }
          footer .inner > ul li:last-child p {
            margin-bottom: 24px;
            font-size: 14px; }
            footer .inner > ul li:last-child p.copyright {
              position: absolute;
              bottom: 0;
              right: 8px;
              margin-bottom: 8px;
              font-size: 12px; }
              @media (max-width: 768px) {
                footer .inner > ul li:last-child p.copyright {
                  position: static;
                  margin-top: 24px; } }
          footer .inner > ul li:last-child a {
            border: 1px solid #707070;
            border-radius: 50px;
            box-sizing: border-box;
            padding: 16px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 240px;
            font-size: 16px;
            color: #707070;
            margin: 16px auto; }
            @media (max-width: 768px) {
              footer .inner > ul li:last-child a {
                width: 100%;
                max-width: 300px; } }

.pan, .pan--nomargin {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px; }
  @media (max-width: 768px) {
    .pan, .pan--nomargin {
      margin: 0;
      overflow: scroll; } }
  .pan ol, .pan--nomargin ol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 768px) {
      .pan ol, .pan--nomargin ol {
        min-width: 1000px; } }
  .pan li, .pan--nomargin li {
    font-size: 1rem; }
    @media (max-width: 480px) {
      .pan li, .pan--nomargin li {
        font-size: 0.8rem; } }
  .pan a, .pan--nomargin a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 480px) {
      .pan a, .pan--nomargin a {
        font-size: 0.8rem; } }
    .pan a:hover, .pan--nomargin a:hover {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .pan a:after, .pan--nomargin a:after {
      content: '\f0da';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      margin: 0 10px; }
  .pan li:last-child a:after, .pan--nomargin li:last-child a:after {
    content: none; }

.pan--nomargin {
  margin: 80px 0 0 0;
  border-bottom: none; }
  @media (max-width: 768px) {
    .pan--nomargin {
      margin: 60px 0 0 0; } }

.card, .card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  *zoom: 1; }
  @media (max-width: 768px) {
    .card, .card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
      padding: 15px 0;
      margin-bottom: 0; } }
  .card:after, .card__flex:after, .card__flex--nowrap:after, .card__flex--wrap:after, .card__flex--wrap--fs:after {
    content: "";
    display: table;
    clear: both; }

.card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
  display: flex;
  overflow: hidden;
  flex-direction: row; }

.card__flex--nowrap {
  flex-flow: row nowrap;
  justify-content: space-around; }

.card__flex--wrap {
  flex-flow: row wrap;
  justify-content: space-around; }

.card__flex--wrap--fs {
  flex-flow: row wrap;
  justify-content: flex-start; }

.block, .block__div1, .block__div2, .block__div3, .block__div4 {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  position: relative; }

.block__div1 {
  width: 100%; }

.block__div2 {
  width: 50%; }
  @media (max-width: 768px) {
    .block__div2 {
      width: 100%; } }

.block__div3 {
  width: 33.3%; }
  @media (max-width: 768px) {
    .block__div3 {
      width: 100%;
      margin-bottom: 10px; } }

.block__div4 {
  width: 25%; }
  @media (max-width: 768px) {
    .block__div4 {
      width: 50%; } }

.top__slider {
  margin-bottom: 80px;
  position: relative; }
  .top__slider .prev-arrow {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 10; }
  .top__slider .next-arrow {
    position: absolute;
    top: 40%;
    right: 0; }
  .top__slider li {
    position: relative; }
    .top__slider li > div {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #FFF; }
      @media (max-width: 768px) {
        .top__slider li > div {
          width: 100%; } }
      .top__slider li > div h3 {
        font-size: 2rem;
        margin-bottom: 20px; }
        @media (max-width: 768px) {
          .top__slider li > div h3 {
            text-align: 10vw; } }
      .top__slider li > div p {
        font-size: 1.4rem;
        line-height: 1.6;
        margin-bottom: 20px; }
        @media (max-width: 768px) {
          .top__slider li > div p {
            display: none; } }
      .top__slider li > div a {
        width: 35%;
        padding: 15px 0;
        box-sizing: border-box;
        border: 2px solid #FFF;
        transition: .5s; }
        .top__slider li > div a:hover {
          background: #FFF;
          color: #cccccc; }
        @media (max-width: 768px) {
          .top__slider li > div a {
            width: 70%;
            padding: 10px 0;
            font-size: 4vw; } }
    .top__slider li .slide__caption {
      display: none; }
      @media (max-width: 768px) {
        .top__slider li .slide__caption {
          width: 100%;
          display: block;
          color: #000;
          text-align: center;
          font-size: 1rem;
          line-height: 1.4;
          margin-top: 10px; } }

article .service__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px; }
  article .service__list .prev-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10; }
  article .service__list .next-arrow {
    position: absolute;
    top: 50%;
    right: 0; }
  article .service__list li {
    width: 24%;
    position: relative;
    overflow: hidden; }
    article .service__list li p {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #FFF;
      font-weight: 700;
      font-size: 1.2rem;
      line-height: 1.4; }
      @media (max-width: 768px) {
        article .service__list li p {
          font-size: 10vw;
          top: 35%;
          width: 100%;
          text-align: center; } }
    article .service__list li div {
      display: none; }
      @media (max-width: 768px) {
        article .service__list li div {
          position: absolute;
          display: block;
          color: #FFF;
          padding: 10px 0;
          box-sizing: border-box;
          border: 2px solid #FFF;
          top: 60%;
          left: 50%;
          width: 70%;
          transform: translate(-50%, -50%);
          text-align: center;
          font-size: 4vw;
          font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; } }
    article .service__list li a {
      transition: 0.5s all; }
    article .service__list li a:hover {
      transform: scale(1.2, 1.2);
      transition: 0.5s all; }

h3.top__heading {
  font-size: 32px;
  letter-spacing: 3px;
  color: #FF9100;
  margin-bottom: 24px;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    h3.top__heading {
      flex-direction: column; } }
  h3.top__heading span {
    font-size: 16px;
    color: #2E2E2E;
    margin-left: 16px; }
    @media (max-width: 768px) {
      h3.top__heading span {
        margin-left: 0;
        margin-top: 16px; } }
  h3.top__heading.vertical {
    flex-direction: column; }
    h3.top__heading.vertical span {
      margin-left: 0;
      margin-top: 16px; }

h2.under {
  font-size: 26px;
  margin: 40px auto 0;
  font-family: "Lato", sans-serif;
  color: #707070;
  letter-spacing: 5px;
  width: fit-content;
  text-align: center;
  line-height: 1; }
  h2.under span {
    font-size: 16px;
    color: #707070;
    font-family: "Zen Kaku Gothic New", sans-serif; }

.btn {
  display: block;
  margin: 20px auto; }

.btn_top {
  box-sizing: border-box;
  width: 320px;
  height: 64px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF9100;
  text-align: center;
  color: #FFF;
  font-weight: 400; }
  @media (max-width: 768px) {
    .btn_top {
      width: 70%;
      font-size: 16px;
      height: 48px; } }

.more__btn {
  box-sizing: border-box;
  width: 320px;
  height: 64px;
  background: #021132;
  color: #FFF;
  display: flex;
  margin: 32px auto;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 24px;
  font-weight: 700; }
  .more__btn::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 8px;
    position: absolute;
    font-size: 16px; }

.list a {
  *zoom: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .list a:after {
    content: "";
    display: table;
    clear: both; }
  .list a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }