@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
@import url("https://fonts.cdnfonts.com/css/bergamo-std");
* {
  box-sizing: border-box; }

::before,
::after {
  box-sizing: inherit; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/******************************************************

base

******************************************************/
html, body {
  overflow-x: hidden; }

html {
  font-size: 10px; }

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000;
  position: relative;
  overflow: hidden;
  padding-right: 3rem; }
  body:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #00c586;
    width: 3rem;
    z-index: 10; }
  @media screen and (max-width: 768px) {
    body {
      padding-right: 0.8rem; }
      body:before {
        width: 0.8rem; } }

.aw {
  display: inline-block; }

.note {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 10px; }

.sp {
  display: none !important; }

.fix-s-bana {
  position: fixed;
  z-index: 9;
  right: 3rem;
  top: 15rem;
  box-sizing: border-box; }
  .fix-s-bana li {
    display: block;
    margin-bottom: 1.5rem; }
    .fix-s-bana li a {
      display: block;
      position: relative;
      overflow: hidden;
      border-top-left-radius: 1rem;
      border-bottom-left-radius: 1rem;
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
      width: 34rem;
      transform: translateX(3rem);
      transition: transform 0.5s; }
      .fix-s-bana li a img {
        transition: all 0.5s;
        width: 100%;
        height: auto; }
      .fix-s-bana li a:hover {
        transform: translateX(0.1rem); }
        .fix-s-bana li a:hover img {
          filter: brightness(1.1); }
  @media screen and (max-width: 768px) {
    .fix-s-bana {
      right: 0.8rem;
      top: 10rem; }
      .fix-s-bana li a {
        width: 28rem; } }

@media screen and (max-width: 768px) {
  html {
    font-size: 9px; }

  .sp {
    display: block !important; }

  .pc {
    display: none !important; } }
@media screen and (max-width: 600px) {
  html {
    font-size: 8px; } }
#page-head {
  height: 55px; }
  @media screen and (max-width: 768px) {
    #page-head {
      height: 55px; } }

.anchor {
  padding-top: 70px;
  margin-top: -70px; }
  @media screen and (max-width: 960px) {
    .anchor {
      padding-top: 60px;
      margin-top: -60px; } }

.img {
  position: relative; }
  .img img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0; }
  .img .note {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    right: 10px;
    color: #fff;
    text-shadow: 0 0 0.8 rgba(0, 0, 0, 0.8); }
    .img .note.bl {
      color: #000;
      text-shadow: 0 0 0.8 rgba(0, 0, 0, 0); }

.anchor-sec {
  padding-top: 12rem;
  margin-top: -12rem; }
  @media screen and (max-width: 768px) {
    .anchor-sec {
      padding-top: 7rem;
      margin-top: -7rem; } }

/******************************************************

header

******************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
  padding-right: 3rem; }
  header .logo {
    width: 30rem;
    height: 120px;
    background: #fff;
    position: relative; }
    header .logo a {
      top: 50%;
      left: 50%;
      max-width: 22rem;
      width: 80%;
      position: absolute;
      transform: translate(-50%, -50%); }
      header .logo a img {
        width: 100%;
        height: auto; }
      header .logo a .h1-name {
        text-align: center;
        display: block;
        padding-left: 20%;
        line-height: 1;
        font-size: 1rem; }
  header .navigation {
    flex: 1; }
    header .navigation .head-nav {
      background: #fff;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 55px; }
      header .navigation .head-nav .corporate,
      header .navigation .head-nav .business,
      header .navigation .head-nav .di-recruit,
      header .navigation .head-nav .recruitment,
      header .navigation .head-nav .question {
        margin-right: 2.5rem; }
        header .navigation .head-nav .corporate a,
        header .navigation .head-nav .business a,
        header .navigation .head-nav .di-recruit a,
        header .navigation .head-nav .recruitment a,
        header .navigation .head-nav .question a {
          display: block;
          font-size: 1.4rem;
          line-height: 1;
          white-space: nowrap;
          position: relative;
          padding-left: 3rem; }
          header .navigation .head-nav .corporate a .icon,
          header .navigation .head-nav .business a .icon,
          header .navigation .head-nav .di-recruit a .icon,
          header .navigation .head-nav .recruitment a .icon,
          header .navigation .head-nav .question a .icon {
            position: absolute;
            left: 0;
            top: 45%;
            transform: translateY(-50%);
            width: 3rem; }
            header .navigation .head-nav .corporate a .icon img,
            header .navigation .head-nav .business a .icon img,
            header .navigation .head-nav .di-recruit a .icon img,
            header .navigation .head-nav .recruitment a .icon img,
            header .navigation .head-nav .question a .icon img {
              width: 100%;
              height: auto; }
          header .navigation .head-nav .corporate a:hover,
          header .navigation .head-nav .business a:hover,
          header .navigation .head-nav .di-recruit a:hover,
          header .navigation .head-nav .recruitment a:hover,
          header .navigation .head-nav .question a:hover {
            color: #00a470; }
      header .navigation .head-nav .corporate {
        margin-right: 3.5rem; }
        header .navigation .head-nav .corporate a .icon {
          left: -0.8rem !important; }
        header .navigation .head-nav .corporate a:hover {
          color: #00c586; }
      header .navigation .head-nav .business a .icon {
        left: -0.8rem !important; }
      header .navigation .head-nav .business a:hover {
        color: #003e86; }
      header .navigation .head-nav .recruitment a:hover {
        color: #ee3139; }
      header .navigation .head-nav .contact a {
        display: block;
        height: 55px;
        width: 28rem;
        background: #00c586;
        color: #fff;
        font-size: 1.8rem;
        line-height: 1;
        white-space: nowrap;
        position: relative;
        transition: 0.5s; }
        header .navigation .head-nav .contact a .kana {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          padding-left: 3.7rem; }
          header .navigation .head-nav .contact a .kana .icon {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 3rem; }
            header .navigation .head-nav .contact a .kana .icon img {
              width: 100%;
              height: auto; }
        header .navigation .head-nav .contact a:hover {
          background: #00a470; }
      @media screen and (max-width: 1100px) {
        header .navigation .head-nav .corporate a,
        header .navigation .head-nav .business a,
        header .navigation .head-nav .di-recruit a,
        header .navigation .head-nav .recruitment a,
        header .navigation .head-nav .question a {
          font-size: 1.3vw; }
        header .navigation .head-nav .contact a {
          width: 22rem;
          font-size: 1.6vw; } }
      @media screen and (max-width: 768px) {
        header .navigation .head-nav .corporate,
        header .navigation .head-nav .business,
        header .navigation .head-nav .recruitment,
        header .navigation .head-nav .di-recruit,
        header .navigation .head-nav .question,
        header .navigation .head-nav .contact {
          display: none; } }
  @media screen and (max-width: 1300px) {
    header .logo {
      position: fixed;
      z-index: 102;
      top: 0rem;
      left: 0rem;
      height: 55px;
      background: none; }
      header .logo a {
        max-width: 19rem; }
    header .navigation {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    header .logo {
      top: 0rem;
      left: 0rem;
      right: inherit;
      width: 25rem; }
      header .logo a {
        max-width: 18rem; } }
  @media screen and (max-width: 768px) {
    header {
      padding-right: 0.8rem; } }

#header {
  width: 100%;
  text-align: center;
  z-index: 9999;
  position: relative;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 768px) {
    #header {
      display: none; } }
  #header .menu-list {
    font-size: 0; }
    #header .menu-list li {
      display: inline-block; }
  #header .menu-list {
    display: flex;
    justify-content: flex-end;
    padding: 0 2rem;
    	/**@media screen and (max-width: 1500px) {
			justify-content: center;
			li{
				padding: 0 1.5rem;
				a{
					font-size: 1.4rem;
				}
			}
		}
    	@media screen and (max-width: 1100px) {
			justify-content: center;
			li{
				padding: 0 1.7vw;
				a{
					font-size: 1.4vw;
				}
			}
		}**/ }
    #header .menu-list li {
      padding: 0 2.5rem;
      white-space: nowrap;
      position: relative; }
      #header .menu-list li:after {
        content: "";
        width: 1px;
        height: 2rem;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(15deg); }
      #header .menu-list li:before {
        content: "";
        position: absolute;
        height: 4px;
        background: #00a470;
        bottom: 0;
        left: 2.5rem;
        right: 2.5rem;
        transition: 0.5s;
        opacity: 0; }
      #header .menu-list li.selected {
        background: none; }
        #header .menu-list li.selected a {
          color: #00a470; }
        #header .menu-list li.selected:before {
          opacity: 1; }
      #header .menu-list li a {
        display: block;
        height: 65px;
        font-size: 1.6rem;
        line-height: 65px;
        color: #000;
        text-decoration: none; }
      #header .menu-list li.current a {
        color: #00a470; }
      #header .menu-list li.current:before {
        opacity: 1; }
      #header .menu-list li:last-child:after {
        display: none; }
    @media screen and (max-width: 1500px) {
      #header .menu-list {
        justify-content: center; }
        #header .menu-list li {
          padding: 0 1.5rem; }
          #header .menu-list li a {
            font-size: 1.6rem; } }
    @media screen and (max-width: 1300px) {
      #header .menu-list {
        justify-content: center; }
        #header .menu-list li {
          padding: 0 1.7vw; }
          #header .menu-list li a {
            font-size: 1.4vw; } }
  #header .sub-menu-list {
    display: none;
    width: auto;
    transition: 0.3s ease-in-out;
    position: fixed;
    left: 0;
    right: 3rem !important;
    top: 120px;
    background: #00a470; }
    #header .sub-menu-list.selected {
      display: block; }
    #header .sub-menu-list .gnav-inner {
      max-width: 1000px;
      margin: auto;
      display: flex;
      border-right: 1px solid rgba(255, 255, 255, 0.3);
      align-items: flex-start; }
      #header .sub-menu-list .gnav-inner .gnav-sub-img {
        width: 350px; }
        #header .sub-menu-list .gnav-inner .gnav-sub-img img {
          width: 100%;
          height: 26.5rem;
          object-fit: cover; }
        @media screen and (max-width: 800px) {
          #header .sub-menu-list .gnav-inner .gnav-sub-img {
            width: 250px; } }
      #header .sub-menu-list .gnav-inner .gnav-sub-list {
        flex: 1;
        display: flex;
        flex-wrap: wrap; }
        #header .sub-menu-list .gnav-inner .gnav-sub-list li {
          width: 50%;
          max-width: none;
          margin-bottom: 0 !important;
          box-sizing: border-box;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          padding-bottom: 0 !important;
          height: auto !important; }
          #header .sub-menu-list .gnav-inner .gnav-sub-list li a {
            display: block;
            width: 100%;
            height: 5rem;
            font-size: 1.4rem;
            padding: 0 2rem;
            line-height: 5rem;
            text-align: left;
            color: #fff;
            padding-left: 4.5rem;
            background: rgba(0, 0, 0, 0);
            transition: 0.5s;
            position: relative; }
            #header .sub-menu-list .gnav-inner .gnav-sub-list li a:before {
              content: "";
              position: absolute;
              left: 2rem;
              width: 0.8rem;
              height: 0.8rem;
              top: 50%;
              border-right: 1px solid #fff;
              border-bottom: 1px solid #fff;
              transform: translateY(-50%) rotate(-45deg); }
            #header .sub-menu-list .gnav-inner .gnav-sub-list li a:hover {
              background: rgba(0, 0, 0, 0.1); }
          #header .sub-menu-list .gnav-inner .gnav-sub-list li:first-child {
            width: 100%; }
            #header .sub-menu-list .gnav-inner .gnav-sub-list li:first-child a {
              height: 6rem;
              background: rgba(0, 0, 0, 0.3);
              line-height: 6rem;
              font-size: 1.6rem;
              padding-left: 2rem;
              font-weight: bold;
              transition: 0.5s; }
              #header .sub-menu-list .gnav-inner .gnav-sub-list li:first-child a:before {
                display: none; }
              #header .sub-menu-list .gnav-inner .gnav-sub-list li:first-child a .arrow:before, #header .sub-menu-list .gnav-inner .gnav-sub-list li:first-child a .arrow:after {
                position: absolute;
                content: "";
                height: 1px;
                background: #fff;
                right: 3rem;
                transition: 0.5s; }
              #header .sub-menu-list .gnav-inner .gnav-sub-list li:first-child a .arrow:before {
                top: 50%;
                width: 1rem;
                transform: translateX(20%) translateY(-300%) rotate(45deg); }
              #header .sub-menu-list .gnav-inner .gnav-sub-list li:first-child a .arrow:after {
                top: 50%;
                width: 2.5rem; }
              #header .sub-menu-list .gnav-inner .gnav-sub-list li:first-child a:hover {
                background: rgba(0, 0, 0, 0.5); }
                #header .sub-menu-list .gnav-inner .gnav-sub-list li:first-child a:hover .arrow:before, #header .sub-menu-list .gnav-inner .gnav-sub-list li:first-child a:hover .arrow:after {
                  right: 2rem; }
          #header .sub-menu-list .gnav-inner .gnav-sub-list li:nth-child(2n) {
            border-right: 1px solid rgba(255, 255, 255, 0.3); }

.page-scroll {
  position: fixed;
  right: 1.5rem;
  top: 50%;
  transform: translateX(50%) translateY(-50%) rotate(90deg);
  z-index: 99;
  animation: scroll-anime 4s infinite; }
  .page-scroll p {
    font-size: 1rem;
    line-height: 1;
    position: relative;
    padding-right: 6rem;
    color: #fff; }
    .page-scroll p:before, .page-scroll p:after {
      content: "";
      position: absolute;
      right: 0;
      background: #fff;
      height: 1px; }
    .page-scroll p:after {
      width: 5rem;
      bottom: 0.4rem; }
    .page-scroll p:before {
      width: 1rem;
      transform: translateX(0%) translateY(100%) rotate(45deg); }
@keyframes scroll-anime {
  0% {
    opacity: 0;
    top: 47%; }
  10% {
    top: 47%;
    opacity: 1; }
  40% {
    opacity: 1; }
  90% {
    top: 53%;
    opacity: 0; }
  95% {
    opacity: 0; }
  100% {
    opacity: 0;
    top: 47%; } }
  @media screen and (max-width: 768px) {
    .page-scroll {
      display: none; } }

.con-name {
  font-size: 1.4rem;
  color: #fff; }
  .con-name b {
    font-size: 4.2rem; }
  @media screen and (max-width: 600px) {
    .con-name .en {
      display: block; } }

.lead {
  font-size: 1.6rem; }

.a-btn01 a, .a-btn01 p {
  display: block;
  border-radius: 5.5rem;
  height: 5.5rem;
  position: relative;
  transition: 0.5s; }
  .a-btn01 a .kana, .a-btn01 p .kana {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 1.8rem;
    white-space: nowrap; }
  .a-btn01 a:before, .a-btn01 p:before {
    z-index: 0;
    position: absolute;
    content: "";
    transition: 0.5s;
    top: 50%;
    transform: translate(50%, -50%);
    width: 2.8rem;
    height: 2.8rem;
    right: 3rem;
    border-radius: 50%; }
  .a-btn01 a .arrow:before, .a-btn01 a .arrow:after, .a-btn01 p .arrow:before, .a-btn01 p .arrow:after {
    position: absolute;
    content: ""; }
  .a-btn01 a .arrow:before, .a-btn01 p .arrow:before {
    top: 50%;
    width: 0.7rem;
    height: 0.7rem;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: translateX(80%) translateY(-50%) rotate(45deg);
    right: 3rem; }
  .a-btn01 a .arrow:after, .a-btn01 p .arrow:after {
    top: 50%;
    width: 1rem;
    height: 1px;
    background: #fff;
    right: 3rem;
    transform: translateX(50%) translateY(-50%); }
  .a-btn01 a:hover:before, .a-btn01 p:hover:before {
    transform: translate(50%, -50%);
    width: 3.9rem;
    height: 3.9rem; }

/******************************************************

contact

******************************************************/
.logo-sp {
  background: #fff;
  height: 60px;
  position: relative; }
  .logo-sp a {
    display: block;
    max-width: 18rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .logo-sp a img {
      width: 100%;
      height: auto; }

.sp-menu {
  width: 100%;
  height: calc( 100vh - 7.5rem );
  overflow: auto; }
  .sp-menu .menu-item-link a {
    display: block;
    border-top: 1px solid #ccc;
    line-height: 7rem;
    height: 7rem;
    position: relative;
    padding-left: 8rem;
    font-size: 1.8rem;
    font-weight: bold; }
    .sp-menu .menu-item-link a:before, .sp-menu .menu-item-link a:after {
      content: "";
      position: absolute; }
    .sp-menu .menu-item-link a:before {
      height: 6.9rem;
      width: 5rem;
      z-index: 1;
      background: #eee;
      left: 0; }
    .sp-menu .menu-item-link a:after {
      content: "";
      position: absolute;
      width: 1rem;
      height: 1rem;
      border-right: 2px solid #00a470;
      border-bottom: 2px solid #00a470;
      left: 2.5rem;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      z-index: 2; }
  .sp-menu .menu-item-link:last-child {
    border-bottom: 1px solid #ccc; }
  .sp-menu .menu-item {
    display: flex;
    flex-wrap: wrap; }
    .sp-menu .menu-item .menu-item-btn {
      height: 7rem;
      width: 5rem;
      box-sizing: border-box;
      border-top: 1px solid #ccc;
      line-height: 7rem;
      text-align: center;
      cursor: pointer;
      font-size: 2.4rem;
      background: #eee;
      color: #00a470; }
    .sp-menu .menu-item .menu-item-large {
      flex: 1;
      background: #fff;
      border-top: 1px solid #ccc;
      box-sizing: border-box;
      height: 7rem; }
      .sp-menu .menu-item .menu-item-large a {
        display: block;
        height: 7rem;
        line-height: 7rem;
        box-sizing: border-box;
        padding: 0 3rem;
        white-space: nowrap;
        font-size: 1.8rem;
        font-weight: bold; }
    .sp-menu .menu-item ul {
      display: none;
      width: 100%;
      padding-left: 5rem;
      background: #eee; }
      .sp-menu .menu-item ul li {
        border-top: 1px solid #ccc;
        background: #f5f5f5; }
        .sp-menu .menu-item ul li a {
          display: block;
          white-space: nowrap;
          height: 5rem;
          line-height: 5rem;
          font-size: 1.5rem;
          padding-left: 5.5rem;
          position: relative; }
          .sp-menu .menu-item ul li a:before {
            content: "";
            position: absolute;
            width: 1rem;
            height: 1rem;
            border-right: 2px solid #00a470;
            border-bottom: 2px solid #00a470;
            left: 3.5rem;
            top: 50%;
            transform: translateX(-50%) translateY(-50%) rotate(-45deg); }

.sp-menu-master {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  width: calc( 100% - 3rem );
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 300ms;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .sp-menu-master {
      width: calc( 100% - 0.8rem ); } }

body.menu-opened .sp-menu-master {
  visibility: visible;
  opacity: 1; }

.sp-menu-switch {
  box-sizing: border-box;
  position: fixed;
  display: none;
  top: 1.9rem;
  right: 4.2rem;
  z-index: 111;
  width: 5.5rem;
  height: 5.5rem;
  padding: 2rem 1.6rem;
  cursor: pointer;
  text-align: center;
  /**border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;**/ }
  .sp-menu-switch span {
    background-color: #00a470;
    display: block;
    margin-bottom: 6px;
    width: 100%;
    height: 1px;
    transition: all 300ms cubic-bezier(1, 0, 0, 1); }
    .sp-menu-switch span:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .sp-menu-switch {
      top: 5px;
      right: 2.2rem;
      display: block; } }
  @media screen and (max-width: 600px) {
    .sp-menu-switch {
      top: 6px; } }

body.menu-opened .sp-menu-switch {
  padding: 15px 10px;
  border: none; }
  body.menu-opened .sp-menu-switch span {
    margin-bottom: 8px; }
  body.menu-opened .sp-menu-switch :nth-child(1) {
    transform: translate(0, 11px) rotate(45deg); }
  body.menu-opened .sp-menu-switch :nth-child(2) {
    transform: scaleX(0);
    opacity: 0; }
  body.menu-opened .sp-menu-switch :nth-child(3) {
    transform: translate(0, -10px) rotate(-45deg); }
  @media screen and (max-width: 768px) {
    body.menu-opened .sp-menu-switch span {
      margin-bottom: 10px; } }

/******************************************************

contact

******************************************************/
.contact-section {
  background: #00c586;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .contact-section .text {
    width: 45%;
    margin-right: 5%;
    margin-left: 10%;
    padding: 3rem 0; }
    .contact-section .text .con-name {
      color: #fff; }
      .contact-section .text .con-name b {
        color: #aafee3; }
      .contact-section .text .con-name .en {
        font-family: 'Bergamo Std', sans-serif;
        font-weight: 300;
        font-style: normal; }
    .contact-section .text .lead {
      color: #fff;
      line-height: 1.8;
      margin-top: 3rem; }
    .contact-section .text .a-btn01 {
      width: 100%;
      max-width: 30rem;
      margin-top: 3rem; }
      .contact-section .text .a-btn01 a {
        background: #fff !important;
        color: #00c586 !important; }
        .contact-section .text .a-btn01 a:hover {
          background: #d8fdf1 !important; }
        .contact-section .text .a-btn01 a:before {
          background: #00c586 !important; }
  .contact-section .photo {
    width: 40%; }
    .contact-section .photo img {
      width: 100%;
      height: 42rem;
      object-fit: cover; }
  @media screen and (max-width: 600px) {
    .contact-section .text {
      width: 100%;
      margin-right: 5%;
      margin-left: 8%;
      padding: 5rem 0; }
    .contact-section .photo {
      width: 100%; }
      .contact-section .photo img {
        width: 100%;
        height: 25rem; } }

/******************************************************

footer

******************************************************/
footer {
  border-bottom: 1px solid #ccc;
  padding: 7rem 0%; }
  footer .f-inner {
    margin: auto;
    width: 90%;
    display: flex;
    flex-wrap: wrap; }
    footer .f-inner .logo {
      border-bottom: 1px solid #ccc;
      width: 100%;
      margin-bottom: 5rem; }
      footer .f-inner .logo a {
        max-width: 22rem;
        width: 60%;
        display: block;
        padding-bottom: 4rem; }
        footer .f-inner .logo a img {
          width: 100%;
          height: auto; }
    footer .f-inner .text-link {
      width: 45%;
      box-sizing: border-box;
      border-right: 1px solid #ccc;
      display: flex;
      flex-wrap: wrap; }
      footer .f-inner .text-link .left,
      footer .f-inner .text-link .center {
        width: 50%;
        box-sizing: border-box;
        padding-right: 3rem; }
      footer .f-inner .text-link .insta-logo {
        margin-top: 5rem; }
        footer .f-inner .text-link .insta-logo a, footer .f-inner .text-link .insta-logo p {
          display: block;
          width: 90%;
          max-width: 25rem; }
          footer .f-inner .text-link .insta-logo a img, footer .f-inner .text-link .insta-logo p img {
            width: 100%;
            height: auto; }
        footer .f-inner .text-link .insta-logo a {
          cursor: pointer; }
      footer .f-inner .text-link a {
        display: block;
        text-align: left; }
        footer .f-inner .text-link a:hover {
          color: #00a470;
          text-decoration: underline; }
      footer .f-inner .text-link p {
        margin-top: 3.5rem; }
        footer .f-inner .text-link p a {
          font-size: 1.5rem;
          font-weight: bold; }
        footer .f-inner .text-link p:first-child {
          margin-top: 0; }
      footer .f-inner .text-link ul {
        padding-left: 2rem; }
        footer .f-inner .text-link ul li {
          margin-top: 1.5rem;
          font-size: 1.3rem; }
    footer .f-inner .tel-box {
      width: 30%;
      padding-left: 5rem;
      box-sizing: border-box; }
      footer .f-inner .tel-box .tel-list .tel-ttl {
        position: relative;
        font-size: 1.5rem;
        font-weight: bold;
        color: #00c586;
        padding-left: 3rem; }
        footer .f-inner .tel-box .tel-list .tel-ttl .icon {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 2rem;
          left: 0; }
          footer .f-inner .tel-box .tel-list .tel-ttl .icon img {
            width: 100%;
            height: auto; }
      footer .f-inner .tel-box .tel-list.top {
        border-bottom: 1px solid #ccc;
        padding-bottom: 3rem;
        margin-bottom: 3rem; }
      footer .f-inner .tel-box .tel-list p {
        display: flex;
        padding-left: 3rem;
        align-items: center;
        margin-top: 2rem;
        white-space: nowrap; }
        footer .f-inner .tel-box .tel-list p .name {
          font-size: 1.5rem;
          margin-right: 0.5rem;
          font-weight: bold; }
        footer .f-inner .tel-box .tel-list p .dot {
          margin-right: 0.5rem;
          height: 2px;
          border-top: 2px dashed #000;
          width: 2rem; }
        footer .f-inner .tel-box .tel-list p .num {
          font-size: 1.8rem; }
    footer .f-inner .privacy-img {
      width: 20%;
      margin-left: 5%; }
      footer .f-inner .privacy-img .footer-bana {
        margin-bottom: 1.5rem;
        max-width: 26rem; }
      footer .f-inner .privacy-img img {
        width: 100%;
        height: auto; }
      footer .f-inner .privacy-img a {
        transition: 0.5s opacity; }
        footer .f-inner .privacy-img a:hover {
          opacity: 0.6; }
    @media screen and (max-width: 1100px) {
      footer .f-inner .text-link {
        width: 35%; }
        footer .f-inner .text-link .left,
        footer .f-inner .text-link .center {
          width: 100%; }
        footer .f-inner .text-link .center p:first-child {
          margin-top: 3.5rem; }
      footer .f-inner .tel-box {
        width: 35%; }
      footer .f-inner .privacy-img {
        width: 25%; } }
    @media screen and (max-width: 768px) {
      footer .f-inner .text-link {
        width: 100%;
        border-right: none;
        justify-content: space-between; }
        footer .f-inner .text-link .left,
        footer .f-inner .text-link .center {
          width: 48%; }
        footer .f-inner .text-link .center p:first-child {
          margin-top: 0rem; }
      footer .f-inner .tel-box {
        width: 100%;
        padding-left: 0;
        padding-top: 4rem;
        margin-top: 4rem;
        border-top: 1px solid #ccc;
        display: flex;
        flex-wrap: wrap; }
        footer .f-inner .tel-box .tel-list.top {
          border-bottom: none;
          padding-bottom: 0rem;
          margin-bottom: 0rem;
          width: 50%; }
      footer .f-inner .privacy-img {
        text-align: center;
        width: 100%;
        padding-top: 4rem;
        margin-top: 4rem;
        margin-left: 0;
        border-top: 1px solid #ccc;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        footer .f-inner .privacy-img .footer-bana {
          width: 48%;
          max-width: none; } }
    @media screen and (max-width: 550px) {
      footer .f-inner .tel-box .tel-list.top, footer .f-inner .tel-box .tel-list.bottom {
        width: 100%; }
      footer .f-inner .tel-box .tel-list.bottom {
        margin-top: 3rem; }
      footer .f-inner .tel-box .tel-list .tel-ttl {
        font-size: 1.8rem; }
      footer .f-inner .tel-box .tel-list p {
        display: flex;
        padding-left: 3rem;
        align-items: center;
        margin-top: 2rem;
        white-space: nowrap; }
        footer .f-inner .tel-box .tel-list p .name {
          font-size: 2rem;
          margin-right: 1.5rem; }
        footer .f-inner .tel-box .tel-list p .dot {
          margin-right: 1.5rem; }
        footer .f-inner .tel-box .tel-list p .num {
          font-size: 2.5rem; }
      footer .f-inner .privacy-img {
        justify-content: center; }
        footer .f-inner .privacy-img .footer-bana {
          width: 100%;
          margin-bottom: 2rem;
          max-width: 34rem; } }
  @media screen and (max-width: 550px) {
    footer {
      padding: 4rem 0%; } }

.copyright {
  text-align: center;
  padding: 5rem 5%;
  color: #000;
  font-size: 1.1rem; }

.return-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 105; }
  .return-top a {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    background: #00c586;
    right: 2.5rem;
    border-top-left-radius: 1rem; }
    .return-top a:after {
      content: "";
      position: absolute;
      width: 15px;
      height: 15px;
      border-right: 1px solid #fff;
      border-top: 1px solid #fff;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-25%) rotate(-45deg); }
    @media screen and (max-width: 768px) {
      .return-top a {
        right: 0.8rem; } }
    @media screen and (max-width: 640px) {
      .return-top a {
        width: 40px;
        height: 40px; }
        .return-top a:after {
          width: 11px;
          height: 11px; } }

.main-section {
  display: flex;
  flex-wrap: wrap;
  padding-top: 65px;
  position: relative;
  align-items: flex-start; }
  .main-section:after {
    content: "";
    position: absolute;
    z-index: 0;
    background: #00c586;
    top: 0;
    left: 0;
    right: 0;
    height: 55rem; }
  .main-section .pankuzu {
    width: 100%;
    z-index: 2;
    order: 1; }
    .main-section .pankuzu ul {
      margin: auto;
      width: 90%;
      padding: 2.5rem 0;
      line-height: 0; }
      .main-section .pankuzu ul li {
        display: inline-block;
        padding: 1.5rem 4rem 1.5rem 0;
        position: relative; }
        .main-section .pankuzu ul li a {
          font-size: 1.2rem;
          color: #fff;
          text-decoration: underline; }
        .main-section .pankuzu ul li:after {
          position: absolute;
          content: "";
          width: 0.9rem;
          height: 0.9rem;
          border-right: 1px solid #fff;
          border-bottom: 1px solid #fff;
          top: 50%;
          right: 1.8rem;
          transform: translateY(-50%) rotate(-45deg); }
        .main-section .pankuzu ul li.current a {
          opacity: 0.5;
          text-decoration: none; }
        .main-section .pankuzu ul li.current:after {
          display: none; }
  .main-section .img {
    width: 70%;
    z-index: 1;
    order: 3; }
    .main-section .img img {
      height: 55rem;
      width: 100%;
      object-fit: cover; }
  .main-section .page-name {
    position: absolute;
    transform: translateY(-100%);
    z-index: 3;
    color: #fff;
    font-family: 'Bergamo Std', sans-serif;
    font-weight: 300;
    font-style: normal;
    left: 8%;
    top: 50rem; }
    .main-section .page-name h4 {
      font-size: 2.6rem;
      line-height: 1.2; }
    .main-section .page-name h5 {
      font-size: 7rem;
      line-height: 1;
      margin-top: 3rem; }
  .main-section .page-name-s {
    order: 2;
    width: 22%;
    margin-left: 8%;
    margin-top: 39rem;
    font-size: 1.7rem;
    box-sizing: border-box;
    padding-right: 3rem; }
    .main-section .page-name-s p {
      margin-bottom: 1rem;
      line-height: 1.5; }
  @media screen and (max-width: 1000px) {
    .main-section .img img {
      height: 45rem; } }
  @media screen and (max-width: 700px) {
    .main-section {
      padding-top: 0px; }
      .main-section:after {
        height: 40rem; }
      .main-section .pankuzu {
        order: 1; }
        .main-section .pankuzu ul li:first-child {
          display: none; }
      .main-section .page-name {
        position: relative;
        transform: translateY(0%);
        z-index: 3;
        left: inherit;
        top: inherit;
        order: 2;
        width: 90%;
        margin: auto;
        margin-top: 1.5rem;
        margin-bottom: -2.5rem;
        text-align: center; }
        .main-section .page-name h4 {
          font-size: 2.2rem; }
        .main-section .page-name h5 {
          font-size: 5rem;
          margin-top: 3rem; }
      .main-section .img {
        order: 3;
        width: 100%; }
        .main-section .img img {
          height: 33rem; }
      .main-section .page-name-s {
        display: none; } }
  .main-section.no-nav:after {
    height: 48rem; }
  .main-section.no-nav .page-name {
    top: 44rem; }
  .main-section.no-nav .page-name-s {
    margin-top: 38rem; }
  @media screen and (max-width: 700px) {
    .main-section.no-nav .page-name {
      top: inherit; }
    .main-section.no-nav .page-name-s {
      display: none; } }

.main-nav {
  background: #00a470;
  width: 100%;
  z-index: 2; }
  @media screen and (max-width: 700px) {
    .main-nav {
      display: none; } }
  .main-nav ul {
    display: flex;
    justify-content: flex-end;
    padding: 0 2rem; }
    .main-nav ul li {
      padding: 0 2.5rem;
      white-space: nowrap;
      position: relative; }
      .main-nav ul li:after {
        content: "";
        width: 1px;
        height: 2rem;
        background: rgba(255, 255, 255, 0.4);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(15deg); }
      .main-nav ul li:before {
        content: "";
        position: absolute;
        height: 4px;
        background: #fff;
        bottom: 0;
        left: 2.5rem;
        right: 2.5rem;
        transition: 0.5s;
        opacity: 0; }
      .main-nav ul li.selected {
        background: none; }
        .main-nav ul li.selected a {
          color: #00a470; }
        .main-nav ul li.selected:before {
          opacity: 1; }
      .main-nav ul li a {
        display: block;
        height: 65px;
        font-size: 1.6rem;
        line-height: 65px;
        color: #fff;
        text-decoration: none; }
      .main-nav ul li.current:before {
        opacity: 1; }
      .main-nav ul li:last-child:after {
        display: none; }
    @media screen and (max-width: 1300px) {
      .main-nav ul {
        justify-content: center; } }
    @media screen and (max-width: 1100px) {
      .main-nav ul {
        justify-content: center; }
        .main-nav ul li {
          padding: 0 2vw; }
          .main-nav ul li a {
            font-size: 1.5vw; } }

.inner {
  max-width: 1100px;
  margin: auto;
  width: 90%;
  color: #474646;
  padding: 1rem 0 6rem; }
  @media screen and (max-width: 700px) {
    .inner {
      padding: 1px 0 5rem;
      width: 84%; } }

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

.txt-head {
  text-align: center;
  margin-top: 4rem; }

.page-midashi {
  font-size: 3.8rem;
  margin-top: 5rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-family: "ta-oonishi", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 700px) {
    .page-midashi {
      font-size: 2.8rem; } }

.midashi {
  text-align: left;
  padding-left: 3rem;
  font-size: 2.4rem;
  position: relative;
  font-weight: bold;
  color: #00c586;
  margin-top: 5rem; }
  .midashi:before {
    content: "";
    width: 0.5rem;
    background: #00c586;
    position: absolute;
    top: 0.2rem;
    bottom: 0.2rem;
    left: 0; }

.mrk {
  background: linear-gradient(transparent 85%, #b7de5b 85%, #b7de5b 95%, transparent 95%); }

.lead {
  font-size: 1.6rem;
  line-height: 1.8; }

.caption {
  border-top: 1px solid #ccc; }
  .caption .inner {
    padding: 2rem 0 4rem; }
    .caption .inner .note {
      margin-top: 2rem; }

.foot-sub-nav {
  display: none; }
  .foot-sub-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    max-width: 1100px;
    width: 90%;
    padding: 5rem 0; }
    .foot-sub-nav ul li {
      width: 16.6666%;
      box-sizing: border-box;
      border-right: 1px solid #ccc; }
      .foot-sub-nav ul li:first-child {
        border-left: 1px solid #ccc; }
      .foot-sub-nav ul li a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 4rem 0;
        position: relative; }
        .foot-sub-nav ul li a:before {
          content: "";
          background: #00a470;
          width: 0.9rem;
          height: 0.9rem;
          position: absolute;
          left: 50%;
          top: 1rem;
          border-radius: 50%;
          transform: translateX(-50%);
          display: none; }
        .foot-sub-nav ul li a .kana {
          font-size: 1.4rem;
          color: #00a470; }
          .foot-sub-nav ul li a .kana b {
            display: block;
            font-size: 1.6rem;
            color: #000;
            margin-bottom: 1.5rem; }
        .foot-sub-nav ul li a:hover .kana b {
          color: #00a470; }
      .foot-sub-nav ul li.current a:before {
        display: block; }
  @media screen and (max-width: 768px) {
    .foot-sub-nav ul {
      justify-content: flex-start; }
      .foot-sub-nav ul li {
        width: 33.33333%; }
        .foot-sub-nav ul li:nth-child(4) {
          border-left: 1px solid #ccc; }
        .foot-sub-nav ul li:nth-child(1), .foot-sub-nav ul li:nth-child(2), .foot-sub-nav ul li:nth-child(3) {
          border-bottom: 1px solid #ccc; } }

.bana {
  margin-top: 5rem; }
  .bana a {
    transition: 0.5s opacity; }
    .bana a:hover {
      opacity: 0.6; }

.wid-img {
  text-align: center;
  padding: 7rem 0 6rem; }
  .wid-img img {
    width: 100%;
    height: auto;
    max-width: 1430px; }

.sec-custom {
  background: #fff; }
  .sec-custom .inner {
    padding-bottom: 0; }
  .sec-custom .page-midashi {
    font-weight: bold;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
  .sec-custom .con-name {
    color: #000;
    text-align: center;
    margin-top: 4rem;
    font-family: 'Bergamo Std', sans-serif;
    font-weight: 300;
    font-style: normal; }
    .sec-custom .con-name b {
      color: #5280f6; }
  .sec-custom .contents-list {
    padding-bottom: 8rem;
    width: 90%;
    margin: auto;
    max-width: 1400px;
    padding-top: 1.5rem; }
    .sec-custom .contents-list li {
      width: 31%;
      /**width: 47%;**/ }
      .sec-custom .contents-list li a .img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      .sec-custom .contents-list li a .con-ttl {
        font-size: 1.8rem;
        background: #dee8fc;
        border-bottom-left-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
        margin-top: 0;
        box-sizing: border-box;
        position: relative;
        padding: 2rem 2.5rem; }
        .sec-custom .contents-list li a .con-ttl .arrow:before, .sec-custom .contents-list li a .con-ttl .arrow:after {
          position: absolute;
          content: "";
          right: 2.5rem;
          transition: 0.5s; }
        .sec-custom .contents-list li a .con-ttl .arrow:before {
          top: 50%;
          width: 0.8rem;
          height: 0.8rem;
          border-right: 1px solid #000;
          border-top: 1px solid #000;
          transform: translateX(0%) translateY(-50%) rotate(45deg); }
        .sec-custom .contents-list li a .con-ttl .arrow:after {
          top: 50%;
          width: 1.5rem;
          height: 1px;
          background: #000;
          transform: translateX(0%) translateY(-50%); }
      .sec-custom .contents-list li a .con-lead {
        font-size: 1.6rem;
        margin-top: 1.5rem; }
    @media screen and (max-width: 900px) {
      .sec-custom .contents-list li {
        width: 47%; } }
    @media screen and (max-width: 600px) {
      .sec-custom .contents-list li {
        width: 100%; } }
  .sec-custom .contents-list2 {
    padding: 5rem 0; }
    .sec-custom .contents-list2 ul {
      display: flex;
      flex-wrap: wrap; }
      .sec-custom .contents-list2 ul li {
        width: 33.333333%; }
        .sec-custom .contents-list2 ul li a {
          display: block;
          width: 100%;
          background: #000;
          position: relative;
          overflow: hidden; }
          .sec-custom .contents-list2 ul li a .img img {
            width: 100%;
            height: 45rem;
            object-fit: cover;
            object-position: center center;
            opacity: 0.6;
            transition: 0.5s; }
          .sec-custom .contents-list2 ul li a .con-copy {
            position: absolute;
            top: 40%;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            width: 80%; }
            .sec-custom .contents-list2 ul li a .con-copy .con-en {
              font-size: 4.6rem;
              line-height: 1;
              color: #fff;
              font-family: Arial, Helvetica, "lato", "sans-serif";
              font-style: normal;
              font-weight: 800;
              text-shadow: 0 0 1rem #000; }
              @media screen and (max-width: 1100px) {
                .sec-custom .contents-list2 ul li a .con-copy .con-en {
                  font-size: 3.6rem; } }
              @media screen and (max-width: 1000px) {
                .sec-custom .contents-list2 ul li a .con-copy .con-en {
                  font-size: 4rem; } }
            .sec-custom .contents-list2 ul li a .con-copy .con-lead {
              text-align: center;
              font-size: 1.5rem;
              line-height: 1.7;
              font-weight: bold;
              margin-top: 1.5rem;
              color: #fff;
              text-shadow: 0 0 1rem #000; }
            .sec-custom .contents-list2 ul li a .con-copy .a-btn01 {
              max-width: 30rem;
              margin: auto;
              margin-top: 2rem; }
              .sec-custom .contents-list2 ul li a .con-copy .a-btn01 p {
                background: #fff;
                border: 2px solid #fff; }
                .sec-custom .contents-list2 ul li a .con-copy .a-btn01 p:before {
                  background: #3d79f3; }
          .sec-custom .contents-list2 ul li a:hover .img img {
            transform: scale(1.2);
            opacity: 0.4; }
          .sec-custom .contents-list2 ul li a:hover .con-copy .a-btn01 p {
            border: 2px solid #3d79f3; }
            .sec-custom .contents-list2 ul li a:hover .con-copy .a-btn01 p .kana {
              color: #3d79f3; }
      @media screen and (max-width: 1000px) {
        .sec-custom .contents-list2 ul li {
          width: 100%; }
          .sec-custom .contents-list2 ul li a .img img {
            height: 32rem; }
          .sec-custom .contents-list2 ul li a .con-copy {
            top: 50%;
            transform: translate(-50%, -50%); }
            .sec-custom .contents-list2 ul li a .con-copy .con-lead {
              font-size: 1.9rem;
              margin-top: 2rem; } }

.contents-slide {
  background: #e2f0ed;
  padding: 8rem 0 8rem; }
  @media screen and (max-width: 768px) {
    .contents-slide {
      padding: 5rem 0 5rem; } }
  .contents-slide .en {
    text-align: center;
    font-family: 'Bergamo Std', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.4rem;
    color: #008b80; }
  .contents-slide ul li {
    margin-top: 4rem;
    position: relative;
    padding: 0 7%; }
    .contents-slide ul li a {
      width: 100%;
      display: block; }
      .contents-slide ul li a .img {
        border-radius: 1rem;
        overflow: hidden; }
        .contents-slide ul li a .img img {
          transition: 0.5s; }
      .contents-slide ul li a .con-name {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #000;
        margin-top: 1rem;
        font-size: 1.8rem;
        line-height: 1.6; }
        .contents-slide ul li a .con-name .arrow {
          width: 2rem;
          height: 2rem;
          background: #00c586;
          position: relative;
          border-radius: 50%;
          margin-left: 1rem; }
          .contents-slide ul li a .con-name .arrow:before, .contents-slide ul li a .con-name .arrow:after {
            content: "";
            position: absolute; }
          .contents-slide ul li a .con-name .arrow:before {
            background: #fff;
            height: 1px;
            width: 0.8rem;
            top: 50%;
            right: 50%;
            transform: translateX(50%) translateY(-50%); }
          .contents-slide ul li a .con-name .arrow:after {
            width: 0.6rem;
            height: 0.6rem;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
            top: 50%;
            right: 50%;
            transform: translateX(50%) translateY(-50%) rotate(-45deg); }
        @media screen and (max-width: 1000px) {
          .contents-slide ul li a .con-name {
            margin-top: 1vw;
            font-size: 1.8vw; } }
        @media screen and (max-width: 768px) {
          .contents-slide ul li a .con-name {
            margin-top: 2vw;
            font-size: 3.8vw; } }
      .contents-slide ul li a:hover .img img {
        transform: scale(1.2); }

.main-visual {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .main-visual .img {
      width: 150%;
      margin-left: -50%; } }

.main-copy {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 10rem;
  margin-top: -20rem;
  position: relative;
  z-index: 1; }
  .main-copy .main-c-en {
    color: #008b80;
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
    font-family: 'Bergamo Std', sans-serif;
    font-weight: 300;
    font-style: normal; }
  .main-copy .main-c-kana {
    font-family: "ta-oonishi", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top: 2rem;
    font-size: 5rem;
    line-height: 1.3; }
  .main-copy .lead {
    margin-top: 2rem;
    line-height: 2.2;
    letter-spacing: 0.1rem; }
  @media screen and (max-width: 1000px) {
    .main-copy {
      margin-top: -10rem; } }
  @media screen and (max-width: 768px) {
    .main-copy {
      padding-left: 5%; } }
  @media screen and (max-width: 700px) {
    .main-copy {
      padding-left: 0%;
      width: 84%; } }
  @media screen and (max-width: 600px) {
    .main-copy {
      margin-top: 0rem; }
      .main-copy .main-c-kana {
        font-size: 4.2rem; } }
