@charset "UTF-8";
/* --

 common.css

 ------------------------------------

 アイコンはアイコンフォント「Font Awesome」を使用。
 https://fontawesome.com/v4.7.0/

 ブレイクポイント
 ・タブレット：1024px
 ・スマホ：768px

-- */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese);
/* --

 * clearfix............float解除
 * font-size...........フォントサイズ指定（px指定はIE8対策）
 * moving-base.........基本のアニメーション
 * FontAwesome.........アイコンフォント使用（FontAwesome）
 * opacity.............透明度設定（IE対応含む）
 * tablet..............ブレイクポイント設定（タブレット）
 * mobile..............ブレイクポイント設定（スマホ）

 ------------------------------------

 * scroll..............スクロールアイコンのスタイル


-- */
.content__wrap .inner:after, .img-left:after,
.img-right:after {
  content: "";
  display: table;
  clear: both;
}

/* --

 keyframes - アニメーションキーフレーム集

 ------------------------------------

 * loading.............ローディングアイコンのアニメーション
 * toggle-.............ハンバーガーアイコンに関するアニメーション

-- */
@-webkit-keyframes loading {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes loading {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes toggle-top {
  0% {
    -webkit-transform: translateY(-4px) rotate(0deg);
    transform: translateY(-4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
}
@keyframes toggle-top {
  0% {
    -webkit-transform: translateY(-4px) rotate(0deg);
    transform: translateY(-4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(4px) rotate(0deg);
    transform: translateY(4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(0deg);
    transform: translateY(8px) rotate(0deg);
  }
}
@keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(4px) rotate(0deg);
    transform: translateY(4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(0deg);
    transform: translateY(8px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(1px) rotate(-45deg);
    transform: translateY(1px) rotate(-45deg);
  }
}
@keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(1px) rotate(-45deg);
    transform: translateY(1px) rotate(-45deg);
  }
}
@-webkit-keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
    transform: translateY(8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
    transform: translateY(8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(-1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -mox-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

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

/*-----------------------------------

	$base

-----------------------------------*/
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  min-width: 100%;
  min-height: 100%;
}

[id=wrapper] {
  overflow: hidden;
  position: relative;
}

body {
  color: #353535;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

/* layout
-------------------------------------------------------------- */
.inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1080px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: none;
  }
}

/* 表示・非表示 */
.only-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .only-pc {
    display: none;
  }
}
.only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .only-sp {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .more-tb {
    display: none;
  }
}

.under-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .under-tb {
    display: block;
  }
}

.nodisplay {
  display: none;
}

/* 見出し
-------------------------------------------------------------- */
.title__group {
  padding-bottom: 2.4em;
}
.title__group p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #2eb3b3;
  font-weight: bold;
  vertical-align: top;
  padding-bottom: 0.5em;
}
.title__group h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .title__group {
    text-align: center;
  }
  .title__group p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .title__group h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .title__group {
    padding-bottom: 1.4em;
    text-align: center;
  }
  .title__group p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .title__group h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

/* Text
-------------------------------------------------------------- */
a {
  color: #353535;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
a img {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
a:hover {
  color: #2eb3b3;
}
a:hover img {
  opacity: 0.7;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(253, 242, 0, 0)), color-stop(50%, #fdf200), to(#fdf200));
  background: linear-gradient(rgba(253, 242, 0, 0) 50%, #fdf200 50%, #fdf200);
}

/* Image */
img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.image img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img-left .image {
  float: left;
  width: 48%;
}
.img-right .image {
  float: right;
  width: 48%;
}

.img-left .text {
  float: right;
  width: 48%;
}
.img-right .text {
  float: left;
  width: 48%;
}

@media screen and (max-width: 768px) {
  .img-left .image, .img-right .image {
    float: none;
    width: 100%;
    padding-bottom: 5%;
  }
  .img-left .image img, .img-right .image img {
    max-width: 96%;
  }

  .img-left .text, .img-right .text {
    float: none;
    width: 100%;
  }
}
/* Btn
-------------------------------------------------------------- */
.btn-01 a {
  display: inline-block;
  width: 96%;
  max-width: 300px;
  border: 2px solid #353535;
  text-align: center;
  font-weight: bold;
  padding: 0.6em 2em;
  margin-bottom: 1em;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn-01 a {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.btn-01 a::after {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .btn-01 a::after {
    right: 0.3em;
  }
}
.btn-01 a:hover {
  background: #353535;
  border-color: #353535;
  color: #fff;
}
.btn-01.line a {
  border-color: #31ae36;
  background: #31ae36;
  color: #fff;
}
.btn-01.line a img {
  width: 180px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 0.2em;
  vertical-align: middle;
}
.btn-01.line a:hover {
  background: #353535;
  border-color: #353535;
  color: #fff;
}
.btn-01.line a:hover img {
  opacity: 1;
}

/* List
-------------------------------------------------------------- */
li {
  list-style: none;
}

.list-bullet li {
  padding: 0 0 0 1.6em;
  margin: 0;
  position: relative;
}
.list-bullet li::before {
  content: "●";
  color: #fdf200;
  position: absolute;
  left: 0;
  top: 0;
}
.list-bullet li:not(:last-child) {
  padding-bottom: 0.6em;
}

/* Table
-------------------------------------------------------------- */
.tbl-01 {
  width: 100%;
  border-collapse: collapse;
}
.tbl-01 th {
  font-weight: 400;
  width: 18%;
  border-bottom: 1px solid #2eb3b3;
}
.tbl-01 td {
  border-bottom: 1px solid #ddd;
}
.tbl-01 th, .tbl-01 td {
  padding: 1.8em 1em;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .tbl-01 th, .tbl-01 td {
    padding: 1.2em 1em;
  }
}
@media screen and (max-width: 640px) {
  .tbl-01 th, .tbl-01 td {
    display: block;
    width: 100%;
    border: none;
  }
  .tbl-01 th {
    font-weight: bold;
    padding: 0.2em 0.5em;
    background: #eee;
  }
  .tbl-01 td {
    padding: 0.3em 0.5em 1em;
  }
  .tbl-01 tr:last-child td {
    padding-bottom: 0;
  }
}

/*-----------------------------------

	$header

-----------------------------------*/
.header__wrap {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  width: 100%;
  display: table;
  padding: 30px 2%;
}
#top .header__wrap {
  position: absolute;
  top: 0;
}
.header__wrap.fixed {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 6px 0 6px rgba(0, 0, 0, 0.33);
          box-shadow: 6px 0 6px rgba(0, 0, 0, 0.33);
  z-index: 999;
  padding: 20px 2%;
}
#top .header__wrap.fixed {
  position: fixed;
}
@media screen and (max-width: 900px) {
  .header__wrap {
    padding: 20px 2%;
  }
}
.header__logo, .header__box {
  display: table-cell;
  vertical-align: middle;
}
.header__logo {
  width: 240px;
  max-width: 24%;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
.fixed .header__logo {
  max-width: 180px;
}
.header__box {
  text-align: right;
}

/*
.header {
 &__wrap {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  @include moving-base;
  width: 100%;
  @extend %clearfix;
  padding: 0 2% 20px 2.7%;
  #top & {
   position: absolute;
   top: 0;
  }
  &.fixed {
   position: fixed;
   top: 0;
   background: rgba(255,255,255,.9);
   box-shadow:  6px 0 6px rgba(0,0,0,.33);
   z-index: 999;
   padding-bottom: 1%;
   #top & {
    position: fixed;
   }
  }
 }

 &__logo {
  float: left;
  padding-top: 30px;
  max-width: 240px;
  @media screen and (max-width: 900px) {
   width: 24%;
   padding-top: 20px;
  }
  img {
   display: block;
   width: 100%;
   height: auto;
   max-width: none;
  }
  .fixed & {
   padding-top: 1%;
   max-width: 180px;
  }
 }

 &__box {
  float: right;
 }
}

*/
/*-----------------------------------

	$header

-----------------------------------*/
@media screen and (max-width: 768px) {
  .header__wrap.fixed {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header__box {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .header__wrap {
    padding: 0 2%;
    min-height: 70px;
  }
  .header__logo {
    max-width: 200px;
  }
}
/*-----------------------------------

$nav

-----------------------------------*/
.nav__toggle {
  display: none;
  width: 48px;
  height: 48px;
  background: #000;
  position: fixed;
  top: 12px;
  right: 10px;
  z-index: 99999;
}
.nav__toggle:hover {
  cursor: pointer;
}
.nav__toggle span {
  display: block;
  position: relative;
  height: 1px;
  width: 24px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  left: 0;
  right: 0;
  top: 23px;
  margin: auto;
  background: #fff;
}
.nav__toggle .top {
  -webkit-animation: toggle-top 0.5s;
  animation: toggle-top 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav__toggle .middle {
  -webkit-animation: toggle-middle 0.5s;
  animation: toggle-middle 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav__toggle .bottom {
  -webkit-animation: toggle-bottom 0.5s;
  animation: toggle-bottom 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav__drawer {
  position: relative;
}
.nav__drawer-logo {
  display: none;
}

.gnav {
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  font-size: 0;
}
.gnav li {
  display: inline-block;
  font-weight: bold;
}
.gnav li:not(.gnav li.gnav__contact) {
  font-size: 16px;
  font-size: 1.6rem;
}
.gnav li:not(:first-child):not(.gnav li.gnav__contact)::before {
  content: "／";
  padding: 0 1em;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.gnav li a {
  display: inline-block;
  position: relative;
}
.gnav li a:hover {
  color: inherit;
}
.gnav li:not(.gnav li.gnav__contact) a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #353535;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.gnav li:not(.gnav li.gnav__contact) a:hover::after {
  width: 100%;
}
.gnav__contact {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 1.6em;
}
.gnav__contact a {
  background: #fdf200;
  border: 1px solid #fdf200;
  padding: 0.2em 1em 0.3em;
  border-radius: 30px;
}
.gnav__contact a:hover {
  background: none;
  border-color: #353535;
}
.gnav__contact img {
  width: 24px;
  height: auto;
  vertical-align: middle;
  margin-right: 0.4em;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 1024px) {
  .gnav li:not(:first-child):not(.gnav li.gnav__contact)::before {
    padding: 0 0.5em;
  }
  .gnav__contact {
    padding-left: 0.8em;
  }
}
@media screen and (max-width: 900px) {
  .gnav li:not(.gnav li.gnav__contact) {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .gnav__contact {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .gnav__contact img {
    width: 18px;
    margin-right: 0.2em;
  }
}

/*-----------------------------------

$nav

-----------------------------------*/
@media screen and (max-width: 768px) {
  .nav__toggle {
    display: block;
  }
  .nav__drawer {
    position: fixed;
    top: 0;
    opacity: 0;
    right: -100%;
    padding-top: 70px;
    padding: 70px 20px 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 80%;
    max-width: 300px;
    height: 100vh;
  }
  .nav__drawer-logo {
    display: block;
    width: 160px;
    margin: 0 auto 1em;
  }
  .nav__drawer-logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .gnav {
    display: block;
  }
  .gnav li {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .gnav li::before {
    display: none;
  }
  .gnav li a {
    display: block;
    padding: 1em 0;
  }
  .gnav li:not(.gnav li.gnav__contact) a::after {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: auto;
    height: auto;
    background: none;
    left: auto;
    bottom: auto;
    right: 0;
  }
  .gnav li:not(.gnav li.gnav__contact) a:hover::after {
    width: auto;
  }
  .gnav__contact {
    padding-left: 0;
  }
  .gnav__contact a {
    border-radius: 0;
    background: none;
    display: block;
    position: relative;
    border: none;
  }
  .gnav__contact a::after {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: auto;
    height: auto;
    background: none;
    position: absolute;
    right: 0;
  }
  .gnav__contact a:hover {
    opacity: 1;
  }

  /*
  .open
  --------------------------*/
  .overlay {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }

  .open {
    overflow: hidden;
  }
  .open body {
    overflow: hidden;
  }
  .open .overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100%;
    z-index: 999;
  }
  .open .nav__toggle .middle {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .open .nav__toggle .top {
    -webkit-animation: toggle-top-close 0.5s;
    animation: toggle-top-close 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .open .nav__toggle .bottom {
    -webkit-animation: toggle-bottom-close 0.5s;
    animation: toggle-bottom-close 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .open .nav__drawer {
    opacity: 1;
    right: 0;
    z-index: 9999;
  }
}
/*-----------------------------------

	$footer

-----------------------------------*/
.footer .map iframe {
  width: 100%;
  height: 400px;
}
.footer__body {
  text-align: center;
  padding: 3em 0;
}
@media screen and (max-width: 640px) {
  .footer__body {
    padding: 1.5em 0;
  }
}
.footer__logo {
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .footer__logo {
    max-width: 200px;
  }
}
.footer__logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.footer__box {
  background: #000;
  padding: 1.1em 2.8%;
  display: table;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .footer__box {
    padding: 0.6em 2.8%;
  }
}
.footer__address {
  font-size: 15px;
  font-size: 1.5rem;
  padding-top: 1em;
}
@media screen and (max-width: 640px) {
  .footer__address {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.footer__license {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 640px) {
  .footer__license {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.footer__copyright, .footer__link {
  display: table-cell;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .footer__copyright, .footer__link {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.footer__link a {
  color: #fff;
}
.footer__link a::before {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.footer__copyright {
  text-align: right;
}
.footer #pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0.6;
  z-index: 999;
}
.footer #pagetop a {
  text-align: center;
  text-decoration: none;
  width: 50px;
  height: 50px;
  display: table;
}
.footer #pagetop a::before {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  display: table-cell;
  background: #2eb3b3;
  vertical-align: middle;
}

/*-----------------------------------

	$content

-----------------------------------*/
.breadcrumbs {
  background: #f7f7f7;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8em 2%;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .breadcrumbs ul {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.breadcrumbs ul a {
  color: #666;
}
.breadcrumbs ul li:first-child a span {
  display: none;
}
.breadcrumbs ul li:not(:last-child)::after {
  content: "/";
  padding: 0 1em;
}

.content__mv {
  width: 100%;
  height: 360px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.content__mv .inner {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .content__mv {
    height: 240px;
  }
}
@media screen and (max-width: 640px) {
  .content__mv {
    height: 180px;
  }
}
.company .content__mv {
  background-image: url("../images/company/contents-mv.jpg");
}
.item .content__mv {
  background-image: url("../images/item/contents-mv.jpg");
}
.flow .content__mv {
  background-image: url("../images/flow/contents-mv.jpg");
}
.content__title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.content__title h2 {
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
}
.content__title h2 span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fdf200;
  display: block;
}
@media screen and (max-width: 768px) {
  .content__title h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .content__title h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .content__title h2 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.content__title-02 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  padding-bottom: 5%;
}
.content__title-02 span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fdf200;
  display: block;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .content__title-02 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .content__title-02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .content__title-02 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.content__title-sub {
  background: #2eb3b3;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  padding: 0.4em 1em 0.5em;
  border-radius: 6px;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .content__title-sub {
    font-size: 20px;
    font-size: 2rem;
    padding: 0.3em 0.8em 0.4em;
  }
}
@media screen and (max-width: 640px) {
  .content__title-sub {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0.6em;
  }
}
.content__wrap {
  padding: 6.25% 0;
}
.content__wrap .main {
  float: left;
  width: 72%;
}
.content__wrap .sidebar {
  float: right;
  width: 24%;
}
@media screen and (max-width: 768px) {
  .content__wrap .main,
.content__wrap .sidebar {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .content__wrap {
    padding: 10% 0;
  }
}
.content__page {
  padding: 6.25% 0;
}
@media screen and (max-width: 640px) {
  .content__page {
    padding: 10% 0;
  }
}

.cta {
  padding: 4.1% 0;
  background: #eaf7f7;
  text-align: center;
}
.cta h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
}
.cta h2 + p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .cta h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .cta h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cta h2 + p {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.cta__wrap {
  padding-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .cta__wrap {
    padding-top: 1em;
  }
}
.cta__unit {
  width: 31%;
  background: #fff;
  border-radius: 20px;
  padding: 2em 1em;
}
#top .cta__unit {
  width: 48%;
}
.cta__unit dt {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 0.8em;
}
.cta__unit dt img {
  width: 90%;
  max-width: 236px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .cta__unit:not(.top .cta__unit) {
    width: 100%;
  }
  .cta__unit:not(.top .cta__unit):not(:last-child) {
    margin-bottom: 10px;
  }
  .cta__unit:not(.top .cta__unit) dl {
    display: table;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .cta__unit:not(.top .cta__unit) dt, .cta__unit:not(.top .cta__unit) dd {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
  .cta__unit:not(.top .cta__unit) dt {
    padding-bottom: 0;
  }
  .cta__unit:not(.top .cta__unit) dt img {
    width: 80%;
  }
  .top .cta__unit {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  .cta__unit {
    width: 100%;
    padding: 1em 2%;
  }
  #top .cta__unit {
    width: 100%;
    padding: 1em 2%;
  }
  .cta__unit:first-child {
    margin-bottom: 10px;
  }
  .cta__unit:not(#top .cta__unit) dl {
    display: block;
    width: 100%;
  }
  .cta__unit:not(#top .cta__unit) dt, .cta__unit:not(#top .cta__unit) dd {
    display: block;
    width: 100%;
  }
  .cta__unit:not(#top .cta__unit) dt {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 0.4em;
  }
  .cta__unit:not(#top .cta__unit) dt img {
    max-width: 200px;
  }
  .top .cta__unit {
    width: 100%;
  }
}
.cta__tel {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
}
#top .cta__tel {
  font-size: 36px;
  font-size: 3.6rem;
}
.cta__tel i {
  margin-right: 0.3em;
}
@media screen and (max-width: 768px) {
  .cta__tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #top .cta__tel {
    font-size: 30px;
    font-size: 3rem;
  }
}
.cta__mail {
  font-weight: 500;
}
.cta__mail a {
  background: #fdf200;
  border: 1px solid #fdf200;
  border-radius: 30px;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  line-height: 1;
  padding: 1em 0.4em;
}
.cta__mail a:hover {
  color: #353535;
  background: none;
  border-color: #353535;
}
.cta__mail img {
  width: 16px;
  height: auto;
  vertical-align: middle;
  margin-right: 0.4em;
  margin-bottom: 0.1em;
}
.cta__line {
  font-weight: 500;
}
.cta__line a {
  background: #31ae36;
  border: 1px solid #31ae36;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  line-height: 1;
  padding: 1em 0.4em;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.cta__line a::after {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta__line a:hover {
  color: #353535;
  background: none;
  border-color: #353535;
}
.cta__line img {
  width: 16px;
  height: auto;
  vertical-align: middle;
  margin-right: 0.4em;
  margin-bottom: 0.1em;
}

.btn-flow {
  text-align: center;
  padding: 5% 0;
}
.item .btn-flow {
  padding-bottom: 5%;
}
.btn-flow img {
  width: 90%;
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}