@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #282422;
  letter-spacing: .1rem;
  font-weight: 400; }

@media only screen and (min-width: 1080px) {
  html {
    font-size: .58vw; }

  .sp-visible {
    display: none !important; }

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1080px) {
  html {
    font-size: .72vw; }

  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1080px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.75vw; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #282422;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer; }
  span.link.none,
  a.none {
    opacity: 0.4;
    pointer-events: none; }

@media only screen and (min-width: 1080px) {
  a:hover {
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.6; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 400; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box; } }
button {
  font-family: "Inter", "Noto Sans JP", sans-serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }
  @media only screen and (max-width: 1080px) {
    #wrap {
      overflow: hidden; } }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

.edita:after {
  content: "";
  display: block;
  clear: both; }
.edita img {
  height: auto; }
.edita p {
  padding-bottom: 1.5em; }
.edita h1 {
  font-size: 2.0em;
  margin: 1.5em 0 1em; }
.edita h2 {
  font-size: 1.8em;
  margin: 1.5em 0 1em; }
.edita h3 {
  font-size: 1.65em;
  line-height: 1.3;
  margin: 1.5em 0 1em;
  border-bottom: 1px solid rgba(40, 36, 34, 0.5);
  padding: .5em 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .edita h3:before {
    content: "";
    width: .5rem;
    height: 2.145em;
    background: #E24822;
    margin-right: .8em;
    flex-shrink: 0; }
.edita h4 {
  font-size: 1.55em;
  color: #E24822;
  margin: 1.5em 0 1em; }
.edita h5 {
  font-size: 1.4em;
  line-height: 1.3;
  margin: 1em 0 1.5em;
  border-bottom: 1px dashed rgba(40, 36, 34, 0.2);
  padding: .5em; }
.edita h6 {
  font-size: 1.3em;
  margin: 1em 0 1.5em;
  background: rgba(40, 36, 34, 0.05);
  color: #666;
  padding: .8em 1.2em; }
@media only screen and (max-width: 767px) {
  .edita h1 {
    font-size: 1.5em; }
  .edita h2 {
    font-size: 1.4em; }
  .edita h3 {
    font-size: 1.3em; }
  .edita h4 {
    font-size: 1.2em; }
  .edita h5 {
    font-size: 1.1em; }
  .edita h6 {
    font-size: 1em; } }
.edita small {
  font-size: 80%; }
.edita pre {
  display: block; }
.edita strong {
  font-weight: bold; }
.edita em {
  font-style: italic; }
.edita ul {
  margin-bottom: 1.5em; }
  .edita ul li {
    list-style: outside disc;
    margin-left: 2em;
    overflow: visible;
    zoom: normal;
    padding-bottom: .5em; }
.edita ol {
  margin-bottom: 1.5em; }
  .edita ol li {
    list-style: outside decimal;
    margin-left: 2em;
    overflow: visible;
    zoom: normal;
    padding-bottom: .5em; }
.edita blockquote {
  display: block;
  margin: 1em 4em;
  position: relative; }
  .edita blockquote:before {
    content: "“";
    position: absolute;
    left: -1em;
    font-size: 4em;
    line-height: 1;
    opacity: 0.5;
    top: 0; }
  .edita blockquote:after {
    content: "”";
    position: absolute;
    right: -1em;
    font-size: 4em;
    line-height: 1;
    opacity: 0.5;
    bottom: 0; }
.edita a {
  color: #666; }
.edita del {
  text-decoration: line-through; }
.edita hr {
  display: block;
  border: none;
  border-top: #eee 1px solid;
  border-bottom: none;
  margin-bottom: 1em; }
.edita .alignright {
  max-width: 33%;
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
  margin-right: .5em; }
  @media only screen and (max-width: 767px) {
    .edita .alignright {
      max-width: 100%;
      float: none;
      margin-left: auto;
      margin-right: auto; } }
.edita .alignleft {
  max-width: 33%;
  float: left;
  margin-right: 2em;
  margin-left: .5em;
  margin-bottom: 2em; }
  @media only screen and (max-width: 767px) {
    .edita .alignleft {
      max-width: 100%;
      float: none;
      margin-left: auto;
      margin-right: auto; } }
.edita .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em; }
.edita table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  margin-bottom: 2em; }
  .edita table tr:nth-of-type(1) th {
    background: rgba(238, 238, 238, 0.5); }
  .edita table tr th, .edita table tr td {
    padding: 1.5em;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }

#loader {
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 2s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 1; }
  #loader.on {
    opacity: 0;
    z-index: -1; }

body #wrap {
  z-index: -1;
  position: relative; }
  body #wrap.on {
    z-index: 1; }

body {
  position: relative;
  z-index: 1; }

/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  width: 100%;
  height: 6.4rem;
  background: #E24822;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999; }
  @media only screen and (max-width: 767px) {
    .header {
      height: auto;
      position: static; } }
  .header-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 1.5rem;
    flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .header-wrap {
        width: 100%;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 1.4rem 0 .8rem; } }
  .header-menu {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    right: 0; }
    @media only screen and (max-width: 767px) {
      .header-menu {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 5rem;
        height: 5rem;
        border-radius: 0 0 0 .5rem;
        opacity: 1;
        z-index: 10000;
        transition: right .5s;
        cursor: pointer;
        background: #fff; } }
    .header-menu span {
      width: 2.5rem;
      height: 2px;
      margin: .5rem auto;
      background: #E24822; }
      @media only screen and (max-width: 767px) {
        .header-menu span {
          width: 1.6rem;
          margin: .4rem auto; } }
    .header-menu.on span:nth-of-type(1) {
      position: absolute;
      transform: rotate(45deg);
      left: 50%;
      margin: 0 0 0 -1.25rem;
      top: 50%; }
      @media only screen and (max-width: 767px) {
        .header-menu.on span:nth-of-type(1) {
          margin-left: -.8rem; } }
    .header-menu.on span:nth-of-type(2) {
      position: absolute;
      transform: rotate(-45deg);
      right: 50%;
      margin: 0 -1.25rem 0 0;
      top: 50%; }
      @media only screen and (max-width: 767px) {
        .header-menu.on span:nth-of-type(2) {
          margin-right: -.8rem; } }
  .header-nav {
    width: 100%;
    margin-right: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .header-nav {
        height: 100%;
        position: fixed;
        right: -100%;
        margin: 0;
        top: 0;
        background: rgba(226, 72, 34, 0.95);
        z-index: 999;
        padding-bottom: 6rem; }
        .header-nav.active {
          right: 0; } }
    .header-nav ul {
      width: 100%;
      display: flex;
      justify-content: flex-end; }
      @media only screen and (max-width: 767px) {
        .header-nav ul {
          height: 100%;
          flex-direction: column;
          justify-content: center;
          padding: 2rem; } }
      .header-nav ul li a {
        height: 8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.1;
        text-align: center;
        font-size: 1.7rem;
        padding: 0 1vw;
        font-weight: 700;
        color: #fff;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .header-nav ul li a {
            height: 6rem;
            font-size: 1.5rem;
            border: 1px solid #fff;
            margin: .5rem 0;
            border-radius: .5rem; } }
  .header-ttl {
    font-size: 2.8rem;
    line-height: 1;
    color: #fff;
    position: relative;
    font-weight: 700;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .header-ttl {
        font-size: 2.4rem; } }
    .header-ttl img {
      height: 24px;
      width: auto; }
    .header-ttl:before {
      content: "シーサー";
      width: 8em;
      text-align: center;
      font-weight: 700;
      font-size: .9rem;
      position: absolute;
      left: 0;
      top: -.8em; }
  .header-contact {
    background: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: .8rem;
    flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .header-contact {
        height: auto; } }
    .header-contact ul {
      display: flex;
      justify-content: center; }
      .header-contact ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 .8rem; }
        @media only screen and (max-width: 767px) {
          .header-contact ul li {
            margin: .6rem .5rem; } }
        .header-contact ul li:nth-of-type(2) a {
          height: 3.6rem;
          border-radius: 5rem;
          background: #E24822;
          color: #fff;
          font-size: 1.4rem;
          font-weight: 700;
          padding: 0 2rem;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media only screen and (min-width: 1080px) {
            .header-contact ul li:nth-of-type(2) a:hover {
              background: #fff;
              color: #E24822; } }
          @media only screen and (max-width: 767px) {
            .header-contact ul li:nth-of-type(2) a {
              font-size: 1.3rem;
              background: #fff;
              color: #E24822; } }
        .header-contact ul li:nth-of-type(1) a {
          background: url("../img/common/fig_tel.png") no-repeat 0% 50%;
          background-size: 2.3rem auto;
          padding-left: 3rem;
          font-size: 2.4rem;
          line-height: 1;
          font-weight: 600; }
          @media only screen and (max-width: 767px) {
            .header-contact ul li:nth-of-type(1) a {
              background: url("../img/common/fig_tel_w.png") no-repeat 0% 50%;
              background-size: 2.3rem auto;
              color: #fff; } }
        .header-contact ul li:nth-of-type(1) p {
          font-size: 1rem;
          line-height: 1.2; }
    @media only screen and (max-width: 767px) {
      .header-contact {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #E24822;
        z-index: 999;
        color: #fff; } }

/* --------------------------------------
		103 content
-------------------------------------- */
.aside-contact {
  background: #E24822;
  padding: 8.5rem 4rem; }
  @media only screen and (max-width: 767px) {
    .aside-contact {
      padding: 5rem 2rem; } }
  .aside-contact.last {
    background: #fff; }
    .aside-contact.last .aside-contact-box {
      border: 0.5rem solid #E24822; }
  .aside-contact > p {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .aside-contact > p {
        font-size: 2rem; } }
    .aside-contact > p strong {
      color: #fff; }
  .aside-contact-box {
    max-width: 90rem;
    height: 25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .aside-contact-box {
        height: auto;
        padding: 2rem; } }
    .aside-contact-box-ttl {
      font-size: 2.8rem;
      padding-bottom: .8rem; }
      @media only screen and (max-width: 767px) {
        .aside-contact-box-ttl {
          font-size: 2.1rem; } }
      .aside-contact-box-ttl strong {
        color: #E24822; }
    .aside-contact-box > p {
      font-size: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .aside-contact-box > p {
          text-align: left; } }
    .aside-contact-box ul {
      padding-top: 2.5rem;
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .aside-contact-box ul {
          flex-direction: column;
          padding-top: 1.5rem; } }
      .aside-contact-box ul li {
        width: 36rem;
        height: 6rem;
        border-radius: 3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: .8rem; }
        @media only screen and (max-width: 767px) {
          .aside-contact-box ul li {
            width: 28rem;
            margin: .5rem 0; } }
        .aside-contact-box ul li:nth-of-type(2) a {
          max-width: 100%;
          width: 36rem;
          height: 6rem;
          border-radius: 3rem;
          color: #fff;
          font-size: 1.9rem;
          font-weight: 700;
          background: #E24822;
          border: 0.4rem solid #E24822;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media only screen and (min-width: 1080px) {
            .aside-contact-box ul li:nth-of-type(2) a:hover {
              color: #E24822;
              background: #fff; } }
          @media only screen and (max-width: 767px) {
            .aside-contact-box ul li:nth-of-type(2) a {
              font-size: 1.7rem; } }
        .aside-contact-box ul li:nth-of-type(1) {
          background: #eee; }
          .aside-contact-box ul li:nth-of-type(1) a {
            background: url("../img/common/fig_tel.png") no-repeat 0% 50%;
            background-size: 3.3rem auto;
            padding-left: 4rem;
            font-size: 3.2rem;
            line-height: 1;
            font-weight: 600; }
            @media only screen and (max-width: 767px) {
              .aside-contact-box ul li:nth-of-type(1) a {
                font-size: 2.4rem; } }
            @media only screen and (min-width: 1080px) {
              .aside-contact-box ul li:nth-of-type(1) a:hover {
                color: #E24822; } }
          .aside-contact-box ul li:nth-of-type(1) p {
            font-size: 1.2rem; }

.wp-pagenavi {
  text-align: center;
  clear: both;
  padding: 2.5rem 0;
  display: flex;
  justify-content: center; }
  .wp-pagenavi > a, .wp-pagenavi > span {
    min-width: 4.2rem;
    height: 4.2rem;
    font-size: 1.6rem;
    text-decoration: none;
    background: #eee;
    margin: .5rem;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.1rem;
    letter-spacing: 0; }
    .wp-pagenavi > a span, .wp-pagenavi > span span {
      font-size: 2rem; }
    .wp-pagenavi > a.current, .wp-pagenavi > span.current {
      color: #fff;
      background: #E24822; }
    @media only screen and (min-width: 1080px) {
      .wp-pagenavi > a:hover, .wp-pagenavi > span:hover {
        color: #E24822; } }

.container-header {
  height: 20rem;
  background: #F5F6F6;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 6.5vw;
  margin-top: 6.5rem; }
  @media only screen and (max-width: 767px) {
    .container-header {
      height: 12rem;
      margin-top: 0; } }
  .container-header .-ttl {
    font-size: 4.8rem;
    line-height: 1; }
    .container-header .-ttl .-sub {
      font-size: 2.4rem; }
      @media only screen and (max-width: 767px) {
        .container-header .-ttl .-sub {
          font-size: 1.6rem; } }
      .container-header .-ttl .-sub:before {
        content: " - ";
        color: #E24822; }
    @media only screen and (max-width: 767px) {
      .container-header .-ttl {
        font-size: 2.9rem; } }
  .container-header .-en {
    font-size: 1.8rem;
    font-weight: 700;
    color: #E24822; }
    @media only screen and (max-width: 767px) {
      .container-header .-en {
        font-size: 1.4rem; } }
  .container-header:after {
    content: "";
    width: 9rem;
    height: 8rem;
    background: url("../img/common/fug_seesaa.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 5vw;
    bottom: -.6rem; }
    @media only screen and (max-width: 767px) {
      .container-header:after {
        width: 6rem;
        height: 5.3rem;
        bottom: -.3rem; } }
.container-pankuzu {
  display: flex;
  justify-content: flex-end;
  padding: 1.5rem 3.5rem;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .container-pankuzu {
      padding: 1.5rem; } }
  .container-pankuzu li {
    font-size: 1.6rem;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .container-pankuzu li {
        font-size: 1.2rem; } }
    .container-pankuzu li a {
      font-weight: 400;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .container-pankuzu li a:after {
        content: "";
        width: .6em;
        height: .6em;
        border: 0.25em solid #E24822;
        border-radius: 50%;
        margin: 0 .5rem; }

/* --------------------------------------
		104 footer
-------------------------------------- */
.footer {
  width: 100%;
  padding: 10rem 2rem 1.5rem;
  background: #313131;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 5rem 2rem 1rem; } }
  .footer-logo {
    width: 12.6rem;
    padding-bottom: 3.5rem; }
    @media only screen and (max-width: 767px) {
      .footer-logo {
        padding-bottom: 3rem; } }
  .footer-ad {
    padding-bottom: 8rem; }
    @media only screen and (max-width: 767px) {
      .footer-ad {
        padding-bottom: 4rem; } }
    .footer-ad p {
      text-align: center;
      padding-bottom: 1.5rem; }
    .footer-ad ul {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .footer-ad ul {
          flex-direction: column; } }
      .footer-ad ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 1rem;
        font-size: 1.8rem; }
        .footer-ad ul li a {
          color: #fff; }
        .footer-ad ul li span {
          font-size: 1.8rem;
          margin-right: .8rem; }
  .footer-security {
    padding-bottom: 2.5rem; }
    .footer-security ul {
      display: flex;
      justify-content: center;
      align-items: center; }
      .footer-security ul li {
        margin: 0 .5rem; }
    .footer-security p {
      font-size: 1.2rem;
      line-height: 1.2;
      padding-top: 1rem;
      text-align: center; }
      @media only screen and (max-width: 1210px) {
        .footer-security p {
          letter-spacing: 0; } }
  .footer-copy {
    font-size: 1rem; }

@media only screen and (max-width: 767px) {
  .slick-dots {
    display: flex;
    justify-content: center; }
    .slick-dots li {
      margin: 0 .2rem; }
      .slick-dots li button {
        margin: 0;
        padding: 0;
        width: .7rem;
        height: .7rem;
        border-radius: 50%;
        background: #ccc;
        text-indent: -999rem;
        border: none;
        outline: none; }
      .slick-dots li.slick-active button {
        background: #E24822; } }
