@charset "UTF-8";
/*
Theme Name: MiyazawaOffice 
Theme URL: https://workand.net
Description: 宮沢社会保険労務士事務所
Author: 宮沢社会保険労務士事務所
Version:宮沢社会保険労務士事務所1.0
Tags: 宮沢社会保険労務士事務所
License:宮沢社会保険労務士事務所
License URI: https://workand.net
*/
@-webkit-keyframes Shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(0px, -5px) rotateZ(5deg);
            transform: translate(0px, -5px) rotateZ(5deg); }
  50% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  75% {
    -webkit-transform: translate(0px, -5px) rotateZ(-5deg);
            transform: translate(0px, -5px) rotateZ(-5deg); } }
@keyframes Shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(0px, -5px) rotateZ(5deg);
            transform: translate(0px, -5px) rotateZ(5deg); }
  50% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  75% {
    -webkit-transform: translate(0px, -5px) rotateZ(-5deg);
            transform: translate(0px, -5px) rotateZ(-5deg); } }

@keyframes Shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(0px, -5px) rotateZ(5deg);
            transform: translate(0px, -5px) rotateZ(5deg); }
  50% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  75% {
    -webkit-transform: translate(0px, -5px) rotateZ(-5deg);
            transform: translate(0px, -5px) rotateZ(-5deg); } }

/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important; }

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 26.25rem;
  height: 100%;
  color: #222;
  background-color: #fff; }

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222; }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222; }

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent; }

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--top.drawer-open .drawer-nav {
  top: 0; }

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0; }

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0; }

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem; }

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -26.25rem;
  -webkit-transition: right 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 1.5s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 26.25rem; }

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 5rem;
  padding: 0;
  padding-top: 18px;
  padding-right: .75rem;
  padding-bottom: 30px;
  padding-left: .75rem;
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent; }

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent; }

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222; }

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' '; }

.drawer-hamburger-icon:after {
  top: 10px; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0; }

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff; }

.drawer--sidebar .drawer-contents {
  background-color: #fff; }

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden; }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%; }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd; }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem; }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd; }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem; }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem; } }

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem; }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem; }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem; }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem; } }

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem; }

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff; }

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%; }

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed; }

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center; }

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none; }

.drawer-navbar .drawer-brand:hover {
  background-color: transparent; }

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem; }

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem; }

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff; }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0; }
  .drawer-navbar .drawer-menu--right {
    float: right; }
  .drawer-navbar .drawer-menu li {
    float: left; }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0; }
  .drawer-navbar .drawer-hamburger {
    display: none; }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .drawer-navbar .drawer-menu {
    padding: 0; }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd; }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem; } }

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff; }

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none; }

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222; }

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent; }

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block; }

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem; } }

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem; } }

/*====================
 *   Base
 *====================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 62.5%;
  background: #fff;
  color: #000; }

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

div, h1, h2, h3, h4, h5, p, a, hr, dl, dt, dd, img, video, article, ul, li, section {
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
  line-height: 2.0;
  font-weight: bold; }
  @media screen and (max-width: 520px) {
    div, h1, h2, h3, h4, h5, p, a, hr, dl, dt, dd, img, video, article, ul, li, section {
      letter-spacing: 0.03em; } }

.noHide {
  display: block; }

.pcHide {
  display: none; }
  @media screen and (max-width: 960px) {
    .pcHide {
      display: block; } }

.tbpcHide {
  display: none; }
  @media screen and (max-width: 520px) {
    .tbpcHide {
      display: block; } }

.sptbHide {
  display: block; }
  @media screen and (max-width: 960px) {
    .sptbHide {
      display: none; } }

.spHide {
  display: block; }
  @media screen and (max-width: 520px) {
    .spHide {
      display: none; } }

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    opacity: 0.5; }

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

.en {
  font-family: "Roboto", sans-serif;
  font-weight: 500; }

.sectionTitle {
  padding: 80px 0 0 12%;
  font-size: 6.0rem;
  color: #26b7bc;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 960px) {
    .sectionTitle {
      padding: 50px 0 0 12%; } }
  @media screen and (max-width: 520px) {
    .sectionTitle {
      padding: 30px 0 0 7%;
      font-size: 5.0rem;
      font-weight: 400;
      letter-spacing: 0.02em; } }

.pageTitle {
  font-size: 6.0rem;
  color: #26b7bc; }
  @media screen and (max-width: 520px) {
    .pageTitle {
      font-size: 5.0rem;
      font-weight: 400 !important; } }

.pageTitleSmall {
  color: #26b7bc; }

.pc50px {
  font-size: 5.0rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc50px {
      font-size: 4.0rem; } }
  @media screen and (max-width: 520px) {
    .pc50px {
      font-size: 3.6rem; } }

.pc40px {
  font-size: 4.0rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc40px {
      font-size: 3.0rem; } }
  @media screen and (max-width: 520px) {
    .pc40px {
      font-size: 2.6rem; } }

.pc36px {
  font-size: 3.6rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc36px {
      font-size: 2.8rem; } }
  @media screen and (max-width: 520px) {
    .pc36px {
      font-size: 2.6rem; } }

.pc32px {
  font-size: 3.2rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc32px {
      font-size: 2.8rem; } }
  @media screen and (max-width: 520px) {
    .pc32px {
      font-size: 2.6rem; } }

.pc30px {
  font-size: 3.0rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc30px {
      font-size: 2.6rem; } }
  @media screen and (max-width: 520px) {
    .pc30px {
      font-size: 2.4rem; } }

.pc28px {
  font-size: 2.8rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc28px {
      font-size: 2.4rem; } }
  @media screen and (max-width: 520px) {
    .pc28px {
      font-size: 1.8rem;
      line-height: 1.5; } }

.pc24px {
  font-size: 2.4rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc24px {
      font-size: 2.0rem; } }
  @media screen and (max-width: 520px) {
    .pc24px {
      font-size: 1.6rem; } }

.pc22px {
  font-size: 2.2rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc22px {
      font-size: 2.0rem; } }
  @media screen and (max-width: 520px) {
    .pc22px {
      font-size: 1.6rem; } }

.pc20px {
  font-size: 2.0rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc20px {
      font-size: 1.8rem; } }
  @media screen and (max-width: 520px) {
    .pc20px {
      font-size: 1.4rem; } }

.pc18px {
  font-size: 1.8rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc18px {
      font-size: 1.6rem; } }
  @media screen and (max-width: 520px) {
    .pc18px {
      font-size: 1.4rem; } }

.pc16px {
  font-size: 1.6rem;
  line-height: 1.75; }
  @media screen and (max-width: 960px) {
    .pc16px {
      font-size: 1.4rem; } }
  @media screen and (max-width: 520px) {
    .pc16px {
      font-size: 1.3rem; } }

.pc15px {
  font-size: 1.5rem;
  line-height: 1.75; }
  @media screen and (max-width: 960px) {
    .pc15px {
      font-size: 1.3rem; } }
  @media screen and (max-width: 520px) {
    .pc15px {
      font-size: 1.3rem; } }

.pc14px {
  font-size: 1.4rem;
  line-height: 1.75; }
  @media screen and (max-width: 960px) {
    .pc14px {
      font-size: 1.2rem; } }

.pc13px {
  font-size: 1.3rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc13px {
      font-size: 1.1rem; } }

.pc12px {
  font-size: 1.2rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc12px {
      font-size: 1.0rem; } }

.pc10px {
  font-size: 1.0rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc10px {
      font-size: 1.0rem; } }

.justify {
  text-align: justify; }

/*====================
 *   COMMON
 *====================*/
@-webkit-keyframes delay {
  100% {
    opacity: 1; } }
@keyframes delay {
  100% {
    opacity: 1; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.contentWrapper {
  position: relative;
  width: 100%; }

.headerLogoBox {
  width: 4%;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  -webkit-animation: delay 0.5s ease 0.3s 1 forwards;
          animation: delay 0.5s ease 0.3s 1 forwards; }
  @media screen and (max-width: 520px) {
    .headerLogoBox {
      position: static;
      width: 8%; } }

.contentCenter {
  width: 100%;
  margin: 0;
  float: left;
  z-index: 50; }

.headerNavBox {
  width: 10%;
  float: left;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  -webkit-animation: delay 0.5s ease 0.6s 1 forwards;
          animation: delay 0.5s ease 0.6s 1 forwards; }
  @media screen and (max-width: 960px) {
    .headerNavBox {
      display: none; } }

.headerNav {
  padding: 20px 20% 0 0;
  list-style: none;
  font-size: 2.0rem;
  text-align: right; }

.headerNavText {
  line-height: 1.7; }
  .headerNavText a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.075em; }
    .headerNavText a:hover {
      opacity: 1.0; }
  .headerNavText a::after {
    position: absolute;
    bottom: 3px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
  .headerNavText a:hover::after {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }

@media screen and (max-width: 960px) {
  .spMenu {
    padding: 20px 0 0 10%; } }

@media screen and (max-width: 520px) {
  .spMenu {
    padding: 20px 0 0 10%; } }

.spMenuText a {
  color: #000; }

@media screen and (max-width: 960px) {
  .spMenuText {
    font-size: 2.6rem;
    list-style: none; } }

@media screen and (max-width: 520px) {
  .spMenuText {
    padding: 5px 0 0 0;
    font-size: 2.2rem; } }

.headerLogo {
  display: inline-block;
  padding: 20px 0 0 0;
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.0;
  overflow: hidden;
  white-space: nowrap; }
  @media screen and (max-width: 520px) {
    .headerLogo {
      display: none; } }
  .headerLogo a {
    font-size: 2.0rem;
    color: #26b7bc; }
    @media screen and (max-width: 960px) {
      .headerLogo a {
        font-size: 1.7rem; } }
    .headerLogo a span {
      width: 100%;
      display: inline-block;
      margin: 20px 0 0 0;
      padding: 20px 0 0 0;
      border-top: 1px solid #26b7bc;
      font-size: 1.7rem;
      letter-spacing: 0.05em;
      line-height: 1.75; }
      @media screen and (max-width: 960px) {
        .headerLogo a span {
          width: 100%;
          font-size: 1.4rem; } }
      @media screen and (max-width: 520px) {
        .headerLogo a span {
          margin: 15px 0 0 0;
          padding: 15px 0 0 0; } }

.headerLogoSp {
  display: none; }
  @media screen and (max-width: 520px) {
    .headerLogoSp {
      width: 70%;
      display: block;
      margin: 7px auto 0;
      padding: 15px 0 0 0; } }

.drawer {
  display: none; }
  @media screen and (max-width: 960px) {
    .drawer {
      display: block; } }

/*====================
 *   FOOTER
 *====================*/
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  padding: 50px 0 0 0;
  color: #fff;
  background: #26b7bc; }
  @media screen and (max-width: 520px) {
    .footer {
      display: block;
      padding: 20px 0 0 0; } }

.footerLeft {
  width: 70%;
  float: left;
  padding: 0 0 0 12%; }
  @media screen and (max-width: 960px) {
    .footerLeft {
      width: 70%; } }
  @media screen and (max-width: 520px) {
    .footerLeft {
      width: 100%;
      float: none;
      padding: 40px 0 0 7%; } }

.footerRight {
  width: 30%;
  float: left;
  padding: 0 9% 0 0;
  text-align: right; }
  @media screen and (max-width: 960px) {
    .footerRight {
      width: 30%; } }
  @media screen and (max-width: 520px) {
    .footerRight {
      width: 100%;
      text-align: left;
      float: none;
      padding: 0 0 0 7%; } }

.footerName {
  font-size: 2.4rem;
  line-height: 1.0; }
  @media screen and (max-width: 520px) {
    .footerName {
      font-size: 2.0rem; } }

.footerNameSmall {
  font-size: 1.8rem;
  line-height: 1.0;
  margin: 20px 0 0 0;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 520px) {
    .footerNameSmall {
      font-size: 1.5rem;
      margin: 10px 0 10px 0; } }

.footerNameEn {
  padding: 15px 0 0 0;
  font-size: 1.5rem;
  line-height: 1.0; }
  @media screen and (max-width: 520px) {
    .footerNameEn {
      padding: 7px 0 0 0;
      font-size: 1.2rem; } }

.footerAddress {
  padding: 50px 0 0 0;
  font-size: 1.4rem; }
  @media screen and (max-width: 520px) {
    .footerAddress {
      padding: 10px 0 0 0;
      font-size: 1.2rem; } }

.footerCopyright {
  padding: 150px 0 20px 0;
  font-size: 1.2rem; }
  @media screen and (max-width: 960px) {
    .footerCopyright {
      padding: 40px 0 20px 0; } }
  @media screen and (max-width: 520px) {
    .footerCopyright {
      font-size: 1.0rem;
      padding: 40px 0 20px 0; } }

.footerPrivacy {
  font-size: 1.2rem; }
  .footerPrivacy a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff; }
    .footerPrivacy a:hover {
      opacity: 1.0; }
  .footerPrivacy a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
  .footerPrivacy a:hover::after {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }

/*====================
 *   TOP PAGE
 *====================*/
/*====================
 *   FIRST VIEW
 *====================*/
.topFirstview {
  position: relative;
  width: 100%;
  height: 100vh; }

.topCopyBox {
  position: absolute;
  top: 180px;
  left: 12%; }
  @media screen and (max-width: 520px) {
    .topCopyBox {
      top: 130px; } }

.topCopy {
  font-size: 4.7vw;
  line-height: 1.5;
  opacity: 0;
  -webkit-animation: fadein 1s ease 1.0s 1 forwards;
          animation: fadein 1s ease 1.0s 1 forwards; }
  @media screen and (max-width: 960px) {
    .topCopy {
      font-size: 4.8rem; } }
  @media screen and (max-width: 520px) {
    .topCopy {
      font-size: 3.3rem; } }

.topCopyText {
  padding: 40px 0 0 0;
  color: #26b7bc;
  font-size: 1.2vw;
  line-height: 1.8;
  opacity: 0;
  -webkit-animation: fadein 1.0s ease 1.5s 1 forwards;
          animation: fadein 1.0s ease 1.5s 1 forwards; }
  @media screen and (max-width: 960px) {
    .topCopyText {
      font-size: 1.6rem; } }
  @media screen and (max-width: 520px) {
    .topCopyText {
      padding: 20px 0 0 0;
      font-size: 1.4rem; } }

/* アニメーション設定 */
.arrowWrap {
  position: absolute;
  right: 2%;
  bottom: 0;
  height: 200px;
  opacity: 0;
  -webkit-animation: fadein 1s ease 1.0s 1 forwards;
          animation: fadein 1s ease 1.0s 1 forwards;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 520px) {
    .arrowWrap {
      right: 1%;
      bottom: 10vh; } }
  .arrowWrap a {
    color: #000; }

.arrowInner p {
  font-size: 1.6rem;
  text-align: end;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  font-weight: normal; }

.arrow {
  width: 4px;
  height: 150px;
  margin: 30px auto 0;
  background-color: #fff;
  position: relative;
  overflow: hidden; }

.arrow::before {
  content: '';
  width: 1px;
  height: 150px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 2px;
  -webkit-animation: arrow 2.0s ease 0s infinite normal;
  animation: arrow 2.0s ease 0s infinite normal; }

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0); } }

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0); } }

/*====================
 *   ABOUT
 *====================*/
.about {
  opacity: 0;
  -webkit-animation: fadein 1s ease 1.0s 1 forwards;
          animation: fadein 1s ease 1.0s 1 forwards;
  padding: 0 0 140px 0; }

.aboutText {
  padding: 60px 0 0 12%;
  font-size: 2.0rem;
  line-height: 2.0; }
  @media screen and (max-width: 520px) {
    .aboutText {
      padding: 0 0 0 7%;
      font-size: 1.2rem; } }

.aboutAddress {
  padding: 60px 0 0 12%;
  font-size: 1.5rem;
  line-height: 2.0;
  font-weight: normal; }
  @media screen and (max-width: 520px) {
    .aboutAddress {
      padding: 30px 0 0 7%;
      font-size: 1.2rem; } }

.aboutAddressTitle {
  font-size: 1.6rem;
  margin: 0 0 10px 0;
  font-weight: normal; }
  @media screen and (max-width: 520px) {
    .aboutAddressTitle {
      font-size: 1.2rem; } }

#map {
  width: 100%;
  height: 500px;
  margin: 70px 0 0 0; }
  @media screen and (max-width: 960px) {
    #map {
      height: 400px; } }
  @media screen and (max-width: 520px) {
    #map {
      margin: 40px 0 0 0;
      height: 300px; } }

.topGreetingHeading {
  padding: 100px 0 0 12%;
  font-size: 2.4rem; }
  @media screen and (max-width: 520px) {
    .topGreetingHeading {
      padding: 50px 0 0 7%;
      font-size: 1.6rem; } }

.topGreetingTextBox {
  padding: 10px 0 0 12%; }
  @media screen and (max-width: 520px) {
    .topGreetingTextBox {
      font-size: 1.4rem;
      padding: 0 0 0 7%; } }

.topGreetingText {
  padding: 35px 0 0 0;
  font-size: 1.6rem; }
  @media screen and (max-width: 520px) {
    .topGreetingText {
      width: 90%;
      padding: 20px 0 0 0;
      font-size: 1.2rem;
      text-align: justify;
      font-weight: normal; } }

.topGreetingNameBox {
  padding: 60px 0 0 12%; }
  @media screen and (max-width: 520px) {
    .topGreetingNameBox {
      padding: 30px 0 0 7%; } }

.topGreetingShoulder {
  font-size: 1.4rem; }
  @media screen and (max-width: 520px) {
    .topGreetingShoulder {
      font-size: 1.2rem; } }

.topGreetingName {
  font-size: 1.8rem;
  padding: 5px 0 0 0; }
  @media screen and (max-width: 520px) {
    .topGreetingName {
      font-size: 1.4rem; } }

/*====================
 *   SERVICE
 *====================*/
.service {
  padding: 0 0 140px 0;
  background: #ddeeef; }
  @media screen and (max-width: 960px) {
    .service {
      padding: 0 0 80px 0; } }
  @media screen and (max-width: 520px) {
    .service {
      padding: 0 0 30px 0; } }

.serviceImageBox {
  margin: 150px 12% 0 12%; }
  @media screen and (max-width: 960px) {
    .serviceImageBox {
      margin: 70px 0 0 12%; } }
  @media screen and (max-width: 520px) {
    .serviceImageBox {
      margin: 30px 0 0 7%; } }

.serviceImageTitle {
  font-size: 2.8rem; }
  @media screen and (max-width: 520px) {
    .serviceImageTitle {
      font-size: 2.0rem; } }

.serviceImage {
  margin: 50px 0 0 0; }
  @media screen and (max-width: 960px) {
    .serviceImage {
      overflow-x: scroll; } }
  @media screen and (max-width: 960px) {
    .serviceImage img {
      width: 1200px; } }
  @media screen and (max-width: 520px) {
    .serviceImage img {
      width: 900px; } }

.serviceContent {
  padding: 30px 0 0 12%; }
  @media screen and (max-width: 960px) {
    .serviceContent {
      padding: 10px 0 0 12%; } }
  @media screen and (max-width: 520px) {
    .serviceContent {
      padding: 10px 0 0 7%; } }

.serviceContent02 {
  width: 55%;
  margin: 70px 0 0 12%;
  padding: 20px 30px;
  background-color: #fff; }
  @media screen and (max-width: 960px) {
    .serviceContent02 {
      width: 83%;
      padding: 3% 5%;
      margin: 50px 0 0 12%; } }
  @media screen and (max-width: 520px) {
    .serviceContent02 {
      width: 83%;
      padding: 3% 5%;
      margin: 50px 0 0 7%; } }

.serviceContentTitle {
  font-size: 2.8rem; }
  @media screen and (max-width: 520px) {
    .serviceContentTitle {
      font-size: 2.0rem; } }
  .serviceContentTitle span {
    font-size: 5.0rem; }
    @media screen and (max-width: 520px) {
      .serviceContentTitle span {
        font-size: 3.0rem; } }

.serviceContentTitle {
  font-size: 2.8rem; }
  @media screen and (max-width: 520px) {
    .serviceContentTitle {
      font-size: 2.0rem; } }
  .serviceContentTitle span {
    font-size: 5.0rem; }
    @media screen and (max-width: 520px) {
      .serviceContentTitle span {
        font-size: 3.0rem; } }

.serviceContentText {
  width: 55%;
  padding: 20px 0 0 0;
  font-size: 1.6rem;
  text-align: justify; }
  @media screen and (max-width: 960px) {
    .serviceContentText {
      width: 90%; } }
  @media screen and (max-width: 520px) {
    .serviceContentText {
      width: 90%;
      padding: 0 0 0 0;
      font-size: 1.2rem;
      font-weight: normal; } }

.serviceContentTextThree {
  width: 100%; }

.servicePrice {
  display: inline-block;
  line-height: 1;
  margin: 100px 0 0 12%;
  font-size: 1.8rem; }
  @media screen and (max-width: 520px) {
    .servicePrice {
      margin: 70px 0 0 7%; } }
  .servicePrice a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #26b7bc; }
    .servicePrice a:hover {
      opacity: 1.0;
      color: #000; }
  .servicePrice a::after {
    position: absolute;
    bottom: -18px;
    left: -10%;
    content: '';
    width: 120%;
    height: 1px;
    background: #26b7bc;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
    @media screen and (max-width: 520px) {
      .servicePrice a::after {
        bottom: -3px; } }
  .servicePrice a:hover::after {
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1); }
  @media screen and (max-width: 520px) {
    .servicePrice {
      margin: 30px 0 0 7%;
      padding: 0 2% 10px 2%;
      font-size: 1.4rem; } }

/*====================
 *   COMPANY
 *====================*/
.company {
  padding: 0 0 140px 0; }
  @media screen and (max-width: 520px) {
    .company {
      padding: 0 0 40px 0; } }

.serviceCompanyTextBox {
  width: 55%;
  margin: 100px 0 0 12%; }
  @media screen and (max-width: 960px) {
    .serviceCompanyTextBox {
      width: 83%;
      margin: 100px 0 0 12%; } }
  @media screen and (max-width: 520px) {
    .serviceCompanyTextBox {
      width: 83%;
      margin: 20px 0 0 7%; } }

.serviceCompanyTextWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #e3e3e3;
  font-size: 1.6rem; }
  @media screen and (max-width: 520px) {
    .serviceCompanyTextWrap {
      font-size: 1.2rem; } }

.serviceCompanyTextItem {
  width: 20%;
  padding: 30px 0;
  border-bottom: 1px solid #e3e3e3;
  font-weight: normal; }
  @media screen and (max-width: 960px) {
    .serviceCompanyTextItem {
      padding: 15px 0; } }

.serviceCompanyTextDetail {
  width: 80%;
  padding: 30px 0;
  border-bottom: 1px solid #e3e3e3;
  font-weight: normal; }
  @media screen and (max-width: 960px) {
    .serviceCompanyTextDetail {
      padding: 15px 0; } }

.serviceCompanyOfficeBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin: 100px 0 0 12%;
  font-weight: normal; }
  @media screen and (max-width: 960px) {
    .serviceCompanyOfficeBox {
      width: 80%; } }
  @media screen and (max-width: 520px) {
    .serviceCompanyOfficeBox {
      display: block;
      width: 83%;
      margin: 50px 0 0 7%; } }

.serviceCompanyOfficeWrap {
  width: 50%;
  margin: 0 10% 0 0; }
  @media screen and (max-width: 960px) {
    .serviceCompanyOfficeWrap {
      margin: 0 5% 0 0; } }
  @media screen and (max-width: 520px) {
    .serviceCompanyOfficeWrap {
      width: 100%;
      margin: 0; } }

.serviceCompanyOfficeTitle {
  font-size: 2.4rem;
  color: #26b7bc; }
  @media screen and (max-width: 960px) {
    .serviceCompanyOfficeTitle {
      font-size: 2.0rem; } }
  .serviceCompanyOfficeTitle span {
    font-size: 1.2rem; }

.serviceCompanyOfficeWrap:nth-of-type(2) {
  width: 50%;
  margin: 0 0 0 0; }
  @media screen and (max-width: 520px) {
    .serviceCompanyOfficeWrap:nth-of-type(2) {
      width: 100%;
      margin: 30px 0 0 0; } }

.serviceCompanyOfficeText {
  font-size: 1.6rem;
  margin: 10px 0 0 0;
  font-weight: normal; }
  @media screen and (max-width: 960px) {
    .serviceCompanyOfficeText {
      font-size: 1.4rem; } }

.serviceCompanyMemberBox {
  width: 75%;
  margin: 100px 0 0 12%; }
  @media screen and (max-width: 960px) {
    .serviceCompanyMemberBox {
      width: 83%;
      margin: 100px 0 0 12%; } }
  @media screen and (max-width: 520px) {
    .serviceCompanyMemberBox {
      display: block;
      width: 83%;
      margin: 50px 0 0 7%; } }

.serviceCompanyMemberTitle {
  font-size: 3.8rem;
  color: #26b7bc; }

.topProfileBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 100px 0 0 0; }
  @media screen and (max-width: 960px) {
    .topProfileBox {
      display: block;
      width: 100%; } }
  @media screen and (max-width: 520px) {
    .topProfileBox {
      padding: 40px 0 0 0; } }

.topProfileBox:nth-of-type(2) {
  padding: 60px 0 0 0; }
  @media screen and (max-width: 960px) {
    .topProfileBox:nth-of-type(2) {
      padding: 30px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topProfileBox:nth-of-type(2) {
      padding: 40px 0 0 0; } }

.topProfileImage {
  width: 30%;
  min-width: 250px;
  padding: 0 3% 0 0; }
  @media screen and (max-width: 520px) {
    .topProfileImage {
      width: 70%;
      min-width: auto; } }

.topProfileText {
  width: 70%; }
  @media screen and (max-width: 960px) {
    .topProfileText {
      width: 90%;
      padding: 10px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topProfileText {
      width: 100%; } }

.topProfileTitle {
  font-size: 1.4rem; }
  @media screen and (max-width: 520px) {
    .topProfileTitle {
      font-size: 1.2rem; } }

.topProfileName {
  padding: 25px 0 0 0;
  font-size: 2.4rem;
  line-height: 1.0; }
  @media screen and (max-width: 520px) {
    .topProfileName {
      padding: 15px 0 0 0;
      font-size: 2.0rem; } }
  .topProfileName span {
    font-size: 1.4rem;
    font-weight: normal; }
    @media screen and (max-width: 520px) {
      .topProfileName span {
        font-size: 1.2rem; } }

.topProfileNamekana {
  margin: 0 0 0 1.4rem;
  font-size: 1.2rem; }

.topProfileCompany {
  font-size: 1.4rem;
  color: #26b7bc;
  text-decoration: underline;
  margin: 0 0 0 1.4rem; }
  @media screen and (max-width: 520px) {
    .topProfileCompany {
      margin: 0 0 0 0; } }
  .topProfileCompany a {
    color: #26b7bc; }
    @media screen and (max-width: 520px) {
      .topProfileCompany a {
        margin: 20px 0 0 0; } }

.topProfileNumber {
  padding: 20px 0 0  0;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal; }
  @media screen and (max-width: 520px) {
    .topProfileNumber {
      padding: 10px 0 0  0;
      font-size: 1.2rem; } }

.topProfileSentence {
  width: 90%;
  text-align: justify;
  padding: 25px 0 0  0;
  font-size: 1.4rem;
  font-weight: normal; }
  @media screen and (max-width: 520px) {
    .topProfileSentence {
      font-size: 1.2rem;
      width: 100%; } }

.topOfficeImage {
  width: 100%;
  margin: 130px 0 0 0; }

/*====================
 *   COLUMN
 *====================*/
.column {
  background: #ddeeef; }

.topColumnContainer {
  width: 76%;
  margin: 0 auto;
  padding: 140px 0; }
  @media screen and (max-width: 520px) {
    .topColumnContainer {
      width: 86%;
      padding: 40px 0; } }
  .topColumnContainer .sectionTitle {
    padding: 0; }

.topColumnBox {
  margin: 45px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 960px) {
    .topColumnBox {
      display: block; } }
  @media screen and (max-width: 520px) {
    .topColumnBox {
      margin: 20px 0 0 0; } }

.topColumnWrap {
  width: 31.53%; }
  @media screen and (max-width: 960px) {
    .topColumnWrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      gap: 3%;
      margin: 30px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topColumnWrap {
      display: block; } }

@media screen and (max-width: 960px) {
  .topColumnImage {
    width: 35%; } }

@media screen and (max-width: 520px) {
  .topColumnImage {
    width: 100%; } }

@media screen and (max-width: 960px) {
  .topColumntextBox {
    width: 65%; } }

@media screen and (max-width: 520px) {
  .topColumntextBox {
    width: 100%; } }

.topColumnTitle {
  margin: 20px 0 0 0;
  color: #000; }
  @media screen and (max-width: 960px) {
    .topColumnTitle {
      margin: 0; } }
  @media screen and (max-width: 520px) {
    .topColumnTitle {
      margin: 10px 0 0 0; } }

.topColumnName {
  margin: 20px 0 0 0;
  font-weight: normal;
  line-height: 1.0;
  color: #000; }
  @media screen and (max-width: 960px) {
    .topColumnName {
      margin: 10px 0 0 0; } }

.topColumnDate {
  color: #898989;
  margin: 20px 0 0 0;
  line-height: 1.0; }
  @media screen and (max-width: 960px) {
    .topColumnDate {
      margin: 10px 0 0 0; } }

.topColumnBtn {
  display: inline-block;
  line-height: 1;
  margin: 100px 0 0 0;
  font-size: 1.8rem; }
  @media screen and (max-width: 520px) {
    .topColumnBtn {
      margin: 70px 0 0 0; } }
  .topColumnBtn a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #26b7bc; }
    .topColumnBtn a:hover {
      opacity: 1.0;
      color: #000; }
  .topColumnBtn a::after {
    position: absolute;
    bottom: -18px;
    left: -10%;
    content: '';
    width: 120%;
    height: 1px;
    background: #26b7bc;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
    @media screen and (max-width: 520px) {
      .topColumnBtn a::after {
        bottom: -3px; } }
  .topColumnBtn a:hover::after {
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1); }
  @media screen and (max-width: 520px) {
    .topColumnBtn {
      margin: 30px 0 0 0;
      padding: 0 2% 10px 2%;
      font-size: 1.4rem; } }

/*====================
 *   CONTACT
 *====================*/
.sectionContact {
  width: 100%;
  padding: 0 0 140px 0; }
  @media screen and (max-width: 960px) {
    .sectionContact {
      padding: 0 0 80px 0; } }
  @media screen and (max-width: 520px) {
    .sectionContact {
      padding: 0 0 30px 0; } }

/*====================
 *   COLUMN PAGE
 *====================*/
.columnPage {
  position: static; }

.columnContainer {
  width: 76%;
  margin: 0 auto;
  padding: 150px 0 140px 0; }
  @media screen and (max-width: 520px) {
    .columnContainer {
      padding: 40px 0; } }

.columnBox {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 100px 0 0 0; }
  @media screen and (max-width: 960px) {
    .columnBox {
      display: block; } }
  @media screen and (max-width: 520px) {
    .columnBox {
      margin: 20px 0 0 0; } }

.columnWrap {
  width: 31.53%;
  margin: 45px 0 0 0; }
  @media screen and (max-width: 960px) {
    .columnWrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      gap: 3%;
      margin: 30px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .columnWrap {
      display: block; } }

.columnImage {
  border: 1px solid #e3e3e3;
  aspect-ratio: 3/2; }
  @media screen and (max-width: 960px) {
    .columnImage {
      width: 35%; } }
  @media screen and (max-width: 520px) {
    .columnImage {
      width: 100%; } }

@media screen and (max-width: 960px) {
  .columntextBox {
    width: 65%; } }

@media screen and (max-width: 520px) {
  .columntextBox {
    width: 100%; } }

.columnTitle {
  margin: 20px 0 0 0;
  color: #26b7bc; }
  @media screen and (max-width: 960px) {
    .columnTitle {
      margin: 0; } }
  @media screen and (max-width: 520px) {
    .columnTitle {
      margin: 10px 0 0 0; } }

.columnName {
  margin: 15px 0 0 0;
  font-weight: normal;
  line-height: 1.0;
  color: #000; }
  @media screen and (max-width: 960px) {
    .columnName {
      margin: 10px 0 0 0; } }

.columnDate {
  color: #898989;
  margin: 15px 0 0 0;
  line-height: 1.0; }
  @media screen and (max-width: 960px) {
    .columnDate {
      margin: 10px 0 0 0; } }

.wp-pagenavi {
  margin: 180px auto 100px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 960px) {
    .wp-pagenavi {
      margin: 90px auto 50px; } }
  @media screen and (max-width: 520px) {
    .wp-pagenavi {
      margin: 40px auto 20px; } }

.wp-pagenavi a {
  width: auto;
  margin: 0 25px;
  text-align: center;
  font-size: 1.4rem;
  color: #26b7bc;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }

@media screen and (max-width: 520px) {
  .wp-pagenavi a {
    width: 30px;
    height: 35px;
    margin: 0 3px;
    line-height: 35px; } }

.wp-pagenavi .current {
  margin: 0 25px;
  border-bottom: 1px solid #26b7bc;
  text-align: center;
  font-size: 1.4rem;
  vertical-align: middle;
  color: #26b7bc;
  font-family: "Roboto", sans-serif; }

@media screen and (max-width: 520px) {
  .wp-pagenavi .current {
    width: 35px;
    height: 35px;
    margin: 0 3px;
    line-height: 35px; } }

.wp-pagenavi a.previouspostslink {
  border: none;
  width: 52px;
  height: auto;
  margin: 0 25px 15px 0;
  border-radius: none;
  border: none; }

@media screen and (max-width: 520px) {
  .wp-pagenavi a.previouspostslink {
    width: 30px;
    margin: 0 5px 25px 0; } }

.wp-pagenavi a.nextpostslink {
  border: none;
  width: 52px;
  height: auto;
  margin: 0 0 15px 25px;
  border-radius: none;
  border: none; }

@media screen and (max-width: 520px) {
  .wp-pagenavi a.nextpostslink {
    width: 30px;
    margin: 0 5px 25px 0; } }

/*====================
 *   COLUMN ARTICLE
 *====================*/
.columnArticlePage {
  width: 76%;
  margin: 0 auto;
  padding: 150px 0 140px 0; }
  @media screen and (max-width: 520px) {
    .columnArticlePage {
      padding: 40px 0; } }

.columnArticleContainer {
  width: 81%;
  margin: 150px auto 0;
  max-width: 900px; }
  @media screen and (max-width: 960px) {
    .columnArticleContainer {
      width: 100%;
      margin: 70px auto 0; } }
  @media screen and (max-width: 520px) {
    .columnArticleContainer {
      margin: 30px auto 0; } }

.columnArticleTitle {
  margin: 30px 0 0 0;
  color: #26b7bc; }
  @media screen and (max-width: 960px) {
    .columnArticleTitle {
      margin: 0; } }
  @media screen and (max-width: 520px) {
    .columnArticleTitle {
      margin: 10px 0 0 0;
      font-size: 1.8rem; } }

.columnArticleName {
  margin: 30px 0 0 0;
  font-weight: normal;
  line-height: 1.0;
  color: #000; }
  @media screen and (max-width: 960px) {
    .columnArticleName {
      margin: 10px 0 0 0; } }

.columnArticleDate {
  color: #898989;
  margin: 20px 0 0 0;
  line-height: 1.0; }
  @media screen and (max-width: 960px) {
    .columnArticleDate {
      margin: 10px 0 0 0; } }

.columnArticleContentBox {
  margin: 120px 0 0 0; }
  @media screen and (max-width: 960px) {
    .columnArticleContentBox {
      margin: 60px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .columnArticleContentBox {
      margin: 30px 0 0 0; } }
  .columnArticleContentBox h2 {
    color: #26b7bc;
    margin: 50px 0 30px 0;
    border-left: 10px solid #26b7bc;
    padding: 0 0 0 15px;
    font-size: 2.4rem;
    line-height: 1.5; }
    @media screen and (max-width: 960px) {
      .columnArticleContentBox h2 {
        border-left: 5px solid #26b7bc;
        padding: 0 0 0 7px;
        font-size: 2.0rem; } }
    @media screen and (max-width: 520px) {
      .columnArticleContentBox h2 {
        margin: 25px 0 15px 0;
        font-size: 2.0rem; } }
  .columnArticleContentBox h3 {
    color: #26b7bc;
    width: 88.88%;
    margin: 0 auto 20px;
    max-width: 800px;
    font-size: 1.8rem;
    line-height: 1.5; }
    @media screen and (max-width: 960px) {
      .columnArticleContentBox h3 {
        width: 100%;
        max-width: none;
        font-size: 1.6rem;
        line-height: 1.5; } }
    @media screen and (max-width: 520px) {
      .columnArticleContentBox h3 {
        margin: 0 0 10px 0;
        line-height: 1.5;
        font-size: 1.4rem; } }
  .columnArticleContentBox p {
    font-weight: normal;
    margin: 0 auto 30px;
    width: 88.88%;
    max-width: 800px;
    font-size: 1.6rem;
    line-height: 2.0;
    text-align: justify; }
    .columnArticleContentBox p a {
      color: #000;
      font-weight: 400;
      text-decoration: underline; }
    @media screen and (max-width: 960px) {
      .columnArticleContentBox p {
        width: 100%;
        max-width: none;
        font-size: 1.4rem; } }
    @media screen and (max-width: 520px) {
      .columnArticleContentBox p {
        margin: 0 0 15px 0;
        font-size: 1.3rem; } }
  .columnArticleContentBox .wp-block-list {
    margin: 0 auto 30px;
    width: 88.88%;
    max-width: 800px; }
    @media screen and (max-width: 960px) {
      .columnArticleContentBox .wp-block-list {
        width: 100%;
        max-width: none; } }
    @media screen and (max-width: 520px) {
      .columnArticleContentBox .wp-block-list {
        margin: 0 0 15px 0; } }
    .columnArticleContentBox .wp-block-list li {
      font-weight: normal;
      font-size: 1.6rem;
      line-height: 2.0;
      text-align: justify;
      list-style: none; }
      .columnArticleContentBox .wp-block-list li::before {
        content: "";
        /* 空の要素作成 */
        width: 0.4rem;
        /* 幅指定 */
        height: 0.4rem;
        margin: 0 0.8rem 0.4rem 0;
        /* 高さ指定 */
        display: inline-block;
        /* インラインブロックにする */
        background-color: #000;
        /* 背景色指定 */
        border-radius: 50%;
        /* 要素を丸くする */ }
        @media screen and (max-width: 520px) {
          .columnArticleContentBox .wp-block-list li::before {
            width: 0.3rem;
            /* 幅指定 */
            height: 0.3rem;
            margin: 0 0.5rem 0.3rem 0; } }
      @media screen and (max-width: 960px) {
        .columnArticleContentBox .wp-block-list li {
          font-size: 1.4rem; } }
      @media screen and (max-width: 520px) {
        .columnArticleContentBox .wp-block-list li {
          font-size: 1.3rem; } }
      .columnArticleContentBox .wp-block-list li a {
        color: #000;
        font-weight: 400;
        text-decoration: underline; }
  .columnArticleContentBox .columnArticleImage, .columnArticleContentBox .wp-block-image {
    width: 66.66%;
    max-width: 600px;
    margin: 20px 0 50px 0; }
    @media screen and (max-width: 960px) {
      .columnArticleContentBox .columnArticleImage, .columnArticleContentBox .wp-block-image {
        width: 100%;
        max-width: none; } }
  .columnArticleContentBox .wp-caption {
    width: 100%;
    margin: 50px 0 0 0; }
    @media screen and (max-width: 960px) {
      .columnArticleContentBox .wp-caption {
        width: 100%;
        margin: 25px 0 0 0; } }
    @media screen and (max-width: 520px) {
      .columnArticleContentBox .wp-caption {
        margin: 10px 0 0 0; } }
  .columnArticleContentBox figcaption {
    font-size: 1.4rem;
    margin: 10px 0 0 0;
    text-align: left; }

.columnArticleContact {
  background: #26b7bc;
  color: #fff;
  text-align: center;
  padding: 40px 0; }

p.columnArticleContactText {
  margin: 40px auto 0;
  text-align: center; }
  @media screen and (max-width: 520px) {
    p.columnArticleContactText {
      margin: 20px 0 0 0; } }

.columnContactBtn {
  display: inline-block;
  line-height: 1;
  margin: 50px 0 0 0;
  font-size: 1.8rem; }
  @media screen and (max-width: 520px) {
    .columnContactBtn {
      margin: 70px 0 0 0; } }
  .columnContactBtn a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff; }
    .columnContactBtn a:hover {
      opacity: 1.0;
      color: #fff; }
  .columnContactBtn a::after {
    position: absolute;
    bottom: -5px;
    left: -10%;
    content: '';
    width: 120%;
    height: 1px;
    background: #fff;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
    @media screen and (max-width: 520px) {
      .columnContactBtn a::after {
        bottom: -3px; } }
  .columnContactBtn a:hover::after {
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1); }
  @media screen and (max-width: 520px) {
    .columnContactBtn {
      margin: 30px 0 0 0;
      padding: 0 2% 10px 2%;
      font-size: 1.4rem; } }

.articleNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 100px auto 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .articleNavi {
      margin: 50px auto 50px; } }
  @media screen and (max-width: 520px) {
    .articleNavi {
      margin: 25px auto;
      padding: 15px 0 0 0; } }

.articleNaviLeft {
  width: 200px;
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .articleNaviLeft a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (max-width: 960px) {
    .articleNaviLeft {
      width: 30%; } }
  @media screen and (max-width: 520px) {
    .articleNaviLeft {
      width: 30%; } }
  .articleNaviLeft img {
    width: 52px;
    height: 16px; }
  .articleNaviLeft span {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
    margin: 0 0 0 1.4rem;
    color: #26b7bc; }

.articleNaviBack {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #26b7bc;
  width: 100px;
  text-align: center; }

.articleNaviRight {
  width: 200px;
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .articleNaviRight a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  @media screen and (max-width: 960px) {
    .articleNaviRight {
      width: 30%; } }
  @media screen and (max-width: 520px) {
    .articleNaviRight {
      width: 30%; } }
  .articleNaviRight img {
    width: 52px;
    height: 16px; }
  .articleNaviRight span {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
    margin: 0 1.4rem 0 0;
    color: #26b7bc; }

/*====================
 *   THANKS PAGE
 *====================*/
.thanks {
  padding: 200px 0 300px 12%; }
  @media screen and (max-width: 520px) {
    .thanks {
      width: 90%;
      padding: 80px 0 50px 12%; } }

.thanksHeading {
  font-size: 2.4rem;
  line-height: 1.5; }
  @media screen and (max-width: 520px) {
    .thanksHeading {
      font-size: 2.0rem; } }

.thanksText {
  padding: 50px 0 100px 0;
  font-size: 1.4rem; }
  @media screen and (max-width: 520px) {
    .thanksText {
      padding: 50px 0 50px 0; } }

.thanksButton {
  display: inline-block;
  line-height: 1;
  padding: 0 2% 10px 2%;
  font-size: 1.8rem;
  color: #26b7bc;
  border-bottom: 3px solid #26b7bc; }
  .thanksButton a {
    color: #26b7bc; }
  @media screen and (max-width: 520px) {
    .thanksButton {
      font-size: 1.6rem; } }

/*====================
 *   PRIVACY PAGE
 *====================*/
.privacy {
  width: 70%;
  padding: 200px 0 140px 12%; }
  @media screen and (max-width: 960px) {
    .privacy {
      width: 90%;
      padding: 80px 0 50px 12%; } }

.privacyTitle {
  font-size: 2.4rem;
  line-height: 1.5; }
  @media screen and (max-width: 520px) {
    .privacyTitle {
      font-size: 2.0rem; } }

.privacyLead {
  padding: 25px 0 0 0;
  font-size: 1.4rem; }

.privacyHeading {
  font-size: 2.0rem;
  padding: 0 0 0 0; }
  @media screen and (max-width: 520px) {
    .privacyHeading {
      font-size: 1.8rem; } }

.privacyText {
  font-size: 1.4rem;
  padding: 20px 0 0 0;
  font-weight: normal;
  text-align: justify; }
  .privacyText a {
    color: #000;
    text-decoration: underline;
    font-weight: normal; }
  @media screen and (max-width: 520px) {
    .privacyText {
      padding: 10px 0 0 0; } }

.privacyTextContainer {
  padding: 80px 0 0 0; }
  @media screen and (max-width: 520px) {
    .privacyTextContainer {
      padding: 10px 0 0 0; } }

.privacyTextBox {
  padding: 40px 0 0 0; }
  @media screen and (max-width: 520px) {
    .privacyTextBox {
      padding: 30px 0 0 0; } }
