/* Web Fonts ------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@400;500;700;900&display=swap');


:root {
  --width-xl: 1400px;
  --width-lg: 1100px;
  --width-pc: 960px;
  --width-tb: 768px;
  --width-sm: 500px;
  /* color */
  --black: #222;
  --gray: #B0B0B0;
  --gray-02: #ccc;
  --light_gray: #f1f1f1;
  --red: #E84040;
  --navy-01: #2a4b66;
  --navy-02: #003862;
  --blue: #6580BF;
  --aqua: #008ae1;
  --olive: #AABF65;
  --yellow: #eca905;
  --orange-02: #FFDF89;
}


/* Color ------------------------------------------------------------*/
.black {
  color: var(--black);
}

.white {
  color: #fff;
}

.gray {
  color: var(--gray);
}

.gray {
  color: var(--gray);
}

.red {
  color: var(--red);
}

.aqua {
  color: var(--aqua);
}

.navy {
  color: var(--navy-02);
}

.olive {
  color: var(--olive);
}

/* break point ------------------------------------------------------------*/
/* display */
.lg {
  display: none !important;

  @media (1100px <=width) {
    display: inherit !important;
  }
}

.pc {
  display: none !important;

  @media (960px <=width) {
    display: inherit !important;
  }
}

.tb {
  display: none !important;

  @media (768px <=width) {
    display: inherit !important;
  }
}

.sm {
  display: inherit !important;

  @media (768px <=width) {
    display: none !important;
  }
}

/* Margin ------------------------------------------------------------*/
.mb01 {
  margin-block-end: 1em !important;
}

.mb02 {
  margin-block-end: 2em !important;
}

.mb03 {
  margin-block-end: 3em !important;
}

.mb04 {
  margin-block-end: 4em !important;
}

.mb05 {
  margin-block-end: 5em !important;
}

/* Text ------------------------------------------------------------*/
html {
  font-size: 12px;
  font-size: 56%;
  overflow-x: hidden;

  @media (960px <=width) {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6em;
  line-height: 1.5;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", Yu Gothic Medium, "Yu Gothic", YuGothic, Verdana, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  color: var(--black);
  background: #FFF;
  -webkit-text-size-adjust: 100%;
  position: relative;
  z-index: 0;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;

  &:not(.none) {
    margin-bottom: 0.8em;
  }
}

p {
  &:not(.none) {
    margin-bottom: 0.8em;
  }
}

::marker,
.eng {
  font-family: "Oswald", sans-serif;
}

.small,
small {
  font-size: 85%;
}

.big {
  font-size: 110%;
}

.large {
  font-size: 125%;
}

.bold,
strong {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.italic,
em {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

/* 繧ｨ繝ｬ繝｡繝ｳ繝� ------------------------------------------------------------*/
body {
  background-color: #fff;
}

hr {
  background-color: var(--gray-02);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 500;
}

embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure:not(.wp-block-image) {
  margin: 0;
}

table {
  /* margin: 0 0 1.5em; */
  width: 100%;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

/* Links ------------------------------------------------------------*/
a {
  color: var(--navy);
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:not([class]) {
  color: var(--navy);
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:not([class]):visited {
  color: var(--blue);
}

a:not([class]):hover,
a:not([class]):focus,
a:not([class]):active {
  color: var(--red);
  text-decoration: inherit;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* -- 繝帙ヰ繝ｼ譎る城℃ -- */
.fade:hover,
.fadeAll a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: opacity .4s;
}

/* Forms ------------------------------------------------------------*/
#zip {
  width: 20rem;
}

input::placeholder {
  color: #aaa
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: inherit;
  font-size: 0.888887em;
  cursor: pointer;
  appearance: button;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  /* border-color: var(--black); */
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: var(--black);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  max-width: 100%;
  color: #666;
  border: 1px solid var(--gray-02);
  border-radius: 3px;
  padding: 0.4em 0.5em 0.4em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--black);
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

select {
  width: 20rem;
  outline: 0;
  cursor: pointer;
}

option {
  font-weight: 300;
}

textarea {
  width: 100%;
  font-family: inherit;
}

/* CONTACT FORM 7 ------------------------------------------------------------*/
label {
  small {
    color: #fff;
    font-weight: bold;
    line-height: 1;
    border-radius: 3px;
    padding: 0.25rem 0.5rem;
    margin-left: 1rem;
    display: inline-block;
  }
}

.wpcf7-not-valid {
  background-color: #F2DEDE !important;
}

span.wpcf7-not-valid-tip {
  color: #B94A48;
  font-size: 80%;
  display: inline-block;
}

.wpcf7 {
  form {
    .wpcf7-response-output {
      font-size: 80%;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
      border-radius: 4px;
      padding: 8px 35px 8px 14px;
      margin: 2em 0 0;
      position: relative;
      display: block;
      opacity: 0;

      :after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        transition: all .5s ease-in-out;
      }
    }

    &.invalid .wpcf7-response-output,
    &.unaccepted .wpcf7-response-output {
      color: #B94A48;
      background-color: #F2DEDE;
      border: 1px solid #EED3D7;
      opacity: 1;

      &:before {
        content: "\002716";
        margin-right: 0.5em;
        color: #E6232A;
        vertical-align: baseline;
      }
    }

    &.sent .wpcf7-response-output {
      color: #3A87AD;
      background-color: #D9EDF7;
      border: 1px solid #BCE8F1;
      opacity: 1;

      &:before {
        content: "\002714";
        margin-right: 0.5em;
        color: #00abff;
      }
    }
  }

  [name^="email"],
  [name^="zip"] {
    margin-bottom: 0.5rem;
  }

  p {
    margin-bottom: 1.5rem;
  }
}

.wpcf7c-conf {
  color: inherit !important;
  background: var(--gray-02) !important;
  border: inherit !important;
}

.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none;
}

.btn {
  /* font-weight: bold; */
  text-decoration: none;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.25em;
  padding: 1.2em 1.25em;
  display: inline-block;
  outline: none;
  transition: all .4s;

  &.btn_black {
    color: #fff;
    background-color: var(--black);

    &:hover {
      color: var(--black);
      background-color: #fff;
    }
  }

  &.btn_yellow {
    color: #fff;
    background-color: var(--yellow);
    border-color: var(--yellow);
  }

  &.btn_aqua {
    color: #fff;
    background-color: var(--aqua);
    border-color: var(--aqua);
  }
}

.btn_outline {
  background-color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.25em;
  padding: 0.8em 1.5em 0.8em 1.5em;
  display: inline-block;
  outline: none;
  transition: all .4s;

  &.btn_outline_black {
    /* border-color: var(--black); */
  }
}

.btn_underline {
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0.6em 0 0.6em 0;
  position: relative;
  display: inline-block;
  outline: none;
  transition: all .4s;

  &_black {
    color: var(--black);
    border-color: var(--black);

    &:hover {
      color: inherit;
      background-color: rgba($color: var(--black), $alpha: 0.1);
    }
  }
}

.badge {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  padding: 0.3em 0.75em;

  &.gray {
    color: var(--gray);
    border-color: var(--gray);
    border-radius: 50rem;
  }
}