@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/*************************************
* CSSリセット
*************************************/
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,
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;
}

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

ol,
ul {
  list-style: none;
}

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

a:hover {
  text-decoration: none;
  opacity: 0.75;
  transition: opacity 0.2s linear;
}
a:hover img {
  opacity: 0.75;
}

a[href^="tel:"] {
  cursor: default;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table a {
  color: #0784c8;
}

input,
select {
  vertical-align: middle;
  border-radius: 0;
}
@media (max-width: 480px) {
  input,
  select {
    font-size: 16px !important;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 1px 5px;
  line-height: 30px;
  height: auto;
  vertical-align: middle;
  border: 1px solid #d4d4d7;
  font-size: 100%;
  color: #555;
  background: #fcfcfc;
  box-sizing: border-box;
  font-size: 16px;
}

@media (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    font-size: 16px !important;
  }
}
input:not([type=checkbox]),
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit],
input[type=reset],
input[type=button] {
  vertical-align: middle;
  padding: 5px 20px;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 116%;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin: 50px auto 0;
  background-color: #0aa3a1;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

img {
  line-height: 1;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

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

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

h1,
h2,
h3,
h4 {
  font-weight: normal;
  line-height: 1;
}

/*************************************
* レイアウト
*************************************/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  height: 100%;
}

body {
  height: 100%;
  line-height: 1.8;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  color: #080808;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 320px;
  padding-top: 65px;
}
@media (min-width: 768px) {
  body {
    min-width: 1200px;
    padding-top: 100px;
    font-size: 1.8rem;
  }
}

.st-Wrapper {
  position: relative;
  height: 100%;
}

.st-Container {
  position: relative;
  z-index: 1;
}

.st-Container_Inner {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
}

.st-Section {
  padding: 85px 0;
  position: relative;
}
@media (max-width: 767px) {
  .st-Section {
    padding: 35px 0;
  }
}
.st-Section p {
  margin-bottom: 1em;
}

/*************************************
* Header
*************************************/
.st-Header {
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .st-Header {
    height: 65px;
  }
}
@media (min-width: 768px) {
  .st-Header {
    height: 100px;
  }
}
.st-Header a {
  color: #000;
}
.st-Header .st-Header_Logo {
  margin-top: 0;
  display: block;
}
.st-Header .menu-trigger:not(.active) span {
  background: #000;
}
@media (max-width: 767px) {
  .st-Header .st-Header_MainNav > li > a {
    color: #fff;
  }
}
.st-Header .st-Header_Inner {
  height: 100%;
  padding: 0 5%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .st-Header .st-Header_Left {
    min-width: 226px;
    width: 20%;
  }
  .st-Header .st-Header_Right {
    display: flex;
    align-items: center;
  }
  .st-Header .st-Header_Right > div:first-child {
    height: 100px;
    position: relative;
    width: 645px;
  }
  .st-Header .st-Header_MainNav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .st-Header .st-Header_MainNav li {
    margin-left: 40px;
  }
  .st-Header .st-Header_MainNav li:first-child {
    margin-left: 0;
  }
  .st-Header .st-Header_MainNav li a {
    display: block;
    line-height: 50px;
    white-space: nowrap;
    font-size: 1.6rem;
    position: relative;
  }
  .st-Header .st-Header_MainNav li a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: 0.3s;
    transform: translateX(-50%);
  }
  .st-Header .st-Header_MainNav li a:hover::after {
    width: 100%;
  }
  .st-Header .menu-trigger {
    display: none;
  }
}
@media (max-width: 767px) {
  .st-Header .st-Header_Logo img {
    height: 35px;
  }
  .st-Header .st-Header_MainNav_Wrap {
    -webkit-overflow-scrolling: touch;
    display: none;
    margin-top: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    z-index: 999;
    background: #bd1a24;
  }
  .st-Header .st-Header_MainNav {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .st-Header .st-Header_MainNav > li > a {
    line-height: 1;
    display: block;
    padding: 20px 0;
    font-size: 1.6rem;
    border-bottom: 1px solid #fff;
    position: relative;
    color: #fff;
  }
  .st-Header .st-Header_MainNav > li > a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  .st-Header .menu-trigger {
    position: absolute;
    width: 30px;
    height: 25px;
    right: 20px;
    top: 0;
    z-index: 999;
    margin: auto;
    bottom: 0;
  }
  .st-Header .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #080808;
  }
  .st-Header .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .st-Header .menu-trigger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .st-Header .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .st-Header .menu-trigger.active span {
    background: #fff;
  }
  .st-Header .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .st-Header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .st-Header .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }
}

/*************************************
* Main
*************************************/
/*************************************
* Side
*************************************/
/*************************************
* st-Bnr
*************************************/
/*************************************
* Footer
*************************************/
.st-Footer {
  background: #3c3c3c;
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .st-Footer {
    font-size: 1.6rem;
  }
}
.st-Footer .st-Container_Inner {
  padding: 55px 0 0;
  position: relative;
  max-width: 1415px;
}
@media (max-width: 767px) {
  .st-Footer .st-Container_Inner {
    padding: 20px 0;
  }
}
.st-Footer a {
  color: #fff;
}

.st-Footer_Top {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .st-Footer_Top {
    margin-bottom: 80px;
  }
}

.st-Footer_Logo {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .st-Footer_Logo {
    margin-bottom: 30px;
  }
  .st-Footer_Logo img {
    height: 25px;
  }
}

.st-Footer_Nav {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .st-Footer_Nav {
    justify-content: center;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .st-Footer_Nav {
    margin-top: 20px;
  }
}
.st-Footer_Nav li {
  line-height: 1;
}
@media (min-width: 768px) {
  .st-Footer_Nav li {
    margin: 0 40px;
  }
}
@media (max-width: 767px) {
  .st-Footer_Nav li {
    margin-right: 1em;
    margin-bottom: 15px;
  }
}
.st-Footer_Nav a {
  color: #fff;
  font-size: 1.6rem;
}

.st-Footer_Bnr {
  display: flex;
  flex-wrap: wrap;
}
.st-Footer_Bnr li {
  width: 16.47%;
}
@media (max-width: 767px) {
  .st-Footer_Bnr li {
    width: 30%;
    margin-bottom: 5%;
  }
  .st-Footer_Bnr li:not(:nth-child(3n+3)) {
    margin-right: 5%;
  }
}
@media (min-width: 768px) {
  .st-Footer_Bnr li {
    margin-bottom: 4.38%;
  }
  .st-Footer_Bnr li:not(:nth-child(5n+5)) {
    margin-right: 4.38%;
  }
}

.st-Copyright {
  text-align: center;
  padding: 20px;
  font-size: 1.2rem;
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .st-Copyright {
    padding: 10px;
    font-size: 1rem;
    text-align: center;
  }
}

#page-top {
  z-index: 1;
  position: fixed;
  bottom: 70px;
  right: 40px;
  text-decoration: none;
  width: 48px;
  height: 48px;
  background: #2c2c2c;
}
@media (max-width: 480px) {
  #page-top {
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
  }
}
#page-top::after {
  position: absolute;
  margin: auto;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}
@media (max-width: 480px) {
  #page-top::after {
    width: 15px;
    height: 15px;
  }
}

/*************************************
* 見出し
*************************************/
.st-H1Title_Wrap {
  background: url(../img/common/bg_h1.png) no-repeat right center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  min-height: 200px;
}
@media (min-width: 768px) {
  .st-H1Title_Wrap {
    min-height: 434px;
  }
}
.st-H1Title_Wrap .st-H1Title {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .st-H1Title_Wrap .st-H1Title {
    font-size: 2.4rem;
  }
}
.st-H1Title_Wrap .st-H1Title .main {
  display: block;
}
.st-H1Title_Wrap .st-H1Title .sub {
  display: block;
  font-size: 1.8rem;
  margin-top: 40px;
}

.st-H2Title {
  text-align: center;
  margin-bottom: 45px;
  font-size: 3.6rem;
  position: relative;
  padding-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .st-H2Title {
    font-size: 2.4rem !important;
    margin-bottom: 30px;
  }
}
.st-H2Title::before {
  content: "";
  height: 2px;
  width: 86px;
  background: #bd1a24;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .st-H2Title::before {
    width: 43px;
  }
}

.indexBody .st-H2Title {
  font-size: 4.8rem;
}

.st-H3Title {
  font-size: 1.8rem;
  text-align: center;
  margin: 2em 0 1em;
}
@media (min-width: 768px) {
  .st-H3Title {
    font-size: 2.4rem;
  }
}

.st-Title-01 {
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #000;
  padding: 10px;
  margin: 0 0 1em;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .st-Title-01 {
    padding: 15px;
    font-size: 2.4rem;
  }
}

.contact-table {
  width: 100%;
}

@media (max-width: 767px) {
  .contact-table {
    border: 1px #b1b1b1 solid;
  }
}
.contact-table th,
.contact-table td {
  text-align: left;
  padding: 20px;
  border: 1px #b1b1b1 solid;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .contact-table th,
  .contact-table td {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
  }
}
.contact-table th {
  font-weight: normal;
  background: #f0f0f0;
}

.contact-table td {
  background: #fff;
  position: relative;
}

.table {
  width: 100%;
}

.table th,
.table td {
  text-align: left;
  padding: 20px;
  border-bottom: 1px #b1b1b1 solid;
}

@media (max-width: 767px) {
  .table th,
  .table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .table th {
    padding-bottom: 0;
    border: none;
  }
}
.table th {
  font-weight: normal;
  white-space: nowrap;
}

.examplPrivacyPolicy {
  font-weight: bold;
  margin: 3em 0 1em;
  text-align: center;
}

.p_privacypolicy {
  overflow: auto;
  height: 200px;
  border: 1px #b1b1b1 solid;
  padding: 15px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.p_privacypolicy h3,
.p_privacypolicy h4 {
  font-weight: bold;
  margin: 1em 0 1em;
}

.wpcf7 .wpcf7-submit:disabled {
  background: #ccc;
}

.text-muted {
  color: #6c757d;
  font-size: 1.2rem;
}

.text-muted.red {
  color: red;
}

.btn.btn-primary {
  border: 1px solid #069fd2;
  background: #fff;
  color: #069fd2;
  border-radius: 50px;
  text-decoration: none;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 10px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .btn {
    font-size: 1.6rem;
  }
}

/*************************************
* 共通
*************************************/
.sw-Columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sw-Columns > li {
    width: 48%;
    max-width: 100%;
    margin-right: 0 !important;
    margin-bottom: 4%;
  }
}
.sw-Columns > li a {
  color: #000;
  display: block;
}
.sw-Columns > li img {
  display: block;
  margin: 0 auto;
}
.sw-Columns > li .date {
  font-size: 1.4rem;
  color: #7d7d7d;
  margin-bottom: 5px;
  text-align: right;
}
@media (max-width: 767px) {
  .sw-Columns > li .date {
    font-size: 1.2rem;
  }
}
.sw-Columns > li h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sw-Columns > li h3 {
    font-size: 1.6rem;
  }
}
.sw-Columns > li p {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sw-Columns .sw-Columns_Text {
    font-size: 2.4rem;
  }
}
.sw-Columns .sw-Columns_Image {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sw-Columns .sw-Columns_Image {
    margin-bottom: 10px;
  }
}

.col2 {
  justify-content: space-between;
}
.col2 > * {
  width: calc((100% - 20px) / 2);
}

@media (min-width: 768px) {
  .col3 > * {
    width: 32%;
  }
  .col4 > * {
    width: calc((100% - 60px) / 4);
  }
  .col4 > *:not(:last-child) {
    margin-right: 20px;
  }
}
.img-Zoom div {
  overflow: hidden;
  position: relative;
}

.img-Zoom img {
  transition-duration: 0.3s;
}

.img-Zoom:hover img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.breadclub {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .breadclub {
    font-size: 1.8rem;
  }
}

.sw-Button_Wrap {
  margin-top: 80px;
  position: relative;
  z-index: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .sw-Button_Wrap {
    margin-top: 30px;
  }
}

.sw-Button-01 {
  background: #5c5c5c;
  max-width: 300px;
  width: 90%;
  display: block;
  margin: 0 auto;
  font-size: 2.4rem;
  text-align: center;
  line-height: 63px;
  color: #fff;
  position: relative;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .sw-Button-01 {
    width: 70%;
    font-size: 1.4rem;
    line-height: 45px;
  }
}
.sw-Button-01:hover {
  opacity: 1;
  background: #bd1a24;
}

.sw-Button-02 {
  background: #bd1a24;
  max-width: 415px;
  width: 90%;
  display: block;
  margin: 0 auto;
  font-size: 2.4rem;
  text-align: center;
  line-height: 70px;
  color: #fff;
  position: relative;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .sw-Button-02 {
    width: 70%;
    font-size: 1.4rem;
    line-height: 45px;
  }
}
.sw-Button-02:hover {
  opacity: 1;
  color: #bd1a24;
  background: #fff;
}

.sw-Read {
  font-size: 1.6rem;
  margin-bottom: 2em !important;
}
@media (min-width: 768px) {
  .sw-Read {
    text-align: center;
    font-size: 2rem;
  }
}

.sw-Price-01-wrap {
  margin-bottom: 35px;
}
.sw-Price-01-wrap .sw-Price-01-txt-01 {
  font-size: 1.8rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sw-Price-01-wrap .sw-Price-01-txt-01 {
    font-size: 2.4rem;
  }
}
.sw-Price-01-wrap .sw-Price-01-txt-02 {
  line-height: 1;
}
.sw-Price-01-wrap .sw-Price-01-txt-02 .main {
  font-size: 5rem;
}
@media (min-width: 768px) {
  .sw-Price-01-wrap .sw-Price-01-txt-02 .main {
    font-size: 10.2rem;
  }
}
.sw-Price-01-wrap .sw-Price-01-txt-02 .sub {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .sw-Price-01-wrap .sw-Price-01-txt-02 .sub {
    font-size: 3.6rem;
  }
}
.sw-Price-01-wrap .sw-Price-01-txt-03 {
  margin: 1em 0 0;
}
@media (min-width: 768px) {
  .sw-Price-01-wrap .sw-Price-01-txt-03 {
    margin-top: 2em;
  }
}

.sw-Price-02-wrap {
  background: #ece3e3;
  margin-bottom: 20px;
  padding: 20px;
}
@media (min-width: 768px) {
  .sw-Price-02-wrap {
    display: flex;
    margin-bottom: 35px;
    padding: 35px 25px;
  }
}
.sw-Price-02-wrap .sw-Price-02-head {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sw-Price-02-wrap .sw-Price-02-head {
    flex-shrink: 0;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.sw-Price-02-wrap .sw-Price-02-txt-01 {
  display: block;
  background: #5a5a5a;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px;
  line-height: 1;
}
@media (min-width: 768px) {
  .sw-Price-02-wrap .sw-Price-02-txt-01 {
    font-size: 2rem;
    padding: 20px;
  }
}
.sw-Price-02-wrap .sw-Price-02-txt-02 {
  line-height: 1;
}
.sw-Price-02-wrap .sw-Price-02-txt-02 .main {
  font-size: 3.4rem;
}
@media (min-width: 768px) {
  .sw-Price-02-wrap .sw-Price-02-txt-02 .main {
    font-size: 4.8rem;
  }
}
.sw-Price-02-wrap .sw-Price-02-txt-02 .sub {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .sw-Price-02-wrap .sw-Price-02-txt-02 .sub {
    font-size: 2.4rem;
  }
}
.sw-Price-02-wrap .sw-Price-02-txt-03 {
  margin: 0;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .sw-Price-02-wrap .sw-Price-02-txt-03 {
    font-size: 2.4rem;
  }
}

.sw-Note-01 li {
  display: flex;
}
.sw-Note-01 + .sw-Note-01 {
  margin-top: 1em;
}
.sw-Note-01.s-small {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .sw-Note-01.s-small {
    font-size: 1.6rem;
  }
}

.sw-Note-box-01 {
  background: #f6f6f6;
  padding: 20px;
}
@media (min-width: 768px) {
  .sw-Note-box-01 {
    padding: 40px;
  }
}

.sw-Box-01 {
  max-width: 890px;
  margin: 0 auto;
}
.sw-Box-01:not(:last-child) {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .sw-Box-01:not(:last-child) {
    margin-bottom: 75px;
  }
}

.sw-Option-wrap {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .sw-Option-wrap {
    font-size: 2.4rem;
  }
}
.sw-Option-wrap .s-small {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .sw-Option-wrap .s-small {
    font-size: 1.6rem;
  }
}

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

@media (max-width: 767px) {
  .pc-view {
    display: none !important;
  }
  .sp-view {
    display: block !important;
  }
}
.font-min {
  font-family: "Noto Serif JP", serif;
}

.col-red {
  color: #bd1a24;
}

.s-left {
  text-align: left !important;
}

.s-center {
  text-align: center !important;
}

.s-right {
  text-align: right !important;
}

.s-tb-left {
  text-align: center !important;
}
@media (max-width: 767px) {
  .s-tb-left {
    text-align: left !important;
  }
}

.s-tb-center {
  text-align: left !important;
}
@media (max-width: 767px) {
  .s-tb-center {
    text-align: center !important;
  }
}

.s-sp-left {
  text-align: center !important;
}
@media (max-width: 480px) {
  .s-sp-left {
    text-align: left !important;
  }
}

.s-sp-center {
  text-align: left !important;
}
@media (max-width: 480px) {
  .s-sp-center {
    text-align: center !important;
  }
}

.s-box-center {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/*************************************
* TOP
*************************************/
.tp-Hero {
  text-align: center;
  line-height: 1;
  height: 100%;
  position: relative;
  background: url(../img/index/img_kv.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .tp-Hero {
    height: 50%;
  }
}

.tp-Hero_Text {
  position: relative;
  z-index: 1;
  text-align: left;
}

.tp-Hero_Text-01 {
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
}
.tp-Hero_Text-01 span {
  background: #fff;
  opacity: 0;
  font-weight: normal;
  font-size: 4rem;
  padding: 1px;
}
@media (max-width: 767px) {
  .tp-Hero_Text-01 span {
    font-size: 2rem;
  }
}
.tp-Hero_Text-01 span:nth-child(17)::after {
  content: "\a";
  white-space: pre;
}

.tp-Section {
  padding: 100px 0 70px;
  position: relative;
}
@media (max-width: 767px) {
  .tp-Section {
    padding: 35px 0;
  }
}

.tp-Service-Columns h3 {
  text-align: center;
}
@media (min-width: 768px) {
  .tp-Service_Menu {
    margin-bottom: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.tp-Service_Menu li {
  max-width: 567px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .tp-Service_Menu li {
    width: 48%;
    margin-bottom: 0;
  }
}
.tp-Service_Menu_Text {
  background: #fff;
  width: 90%;
  max-width: 438px;
  margin: -35px auto 0;
  position: relative;
  padding: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .tp-Service_Menu_Text {
    padding: 25px 40px 40px;
  }
}
.tp-Service_Menu_Text h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .tp-Service_Menu_Text h3 {
    font-size: 2rem;
  }
}
.tp-Service_Menu_Text p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tp-Service_Menu_Text p {
    font-size: 1.6rem;
  }
}

.tp-Case {
  background: #e9e9e9;
}

.case-Columns {
  justify-content: space-around;
}
.case-Columns li {
  max-width: 487px;
}
@media (max-width: 767px) {
  .case-Columns li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.case-Columns .category {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #767676;
  z-index: 1;
  line-height: 1;
  padding: 5px;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .case-Columns .category {
    padding: 10px;
    font-size: 1.6rem;
  }
}

.tp-Contact {
  background: url(../img/index/bg_contact.png) no-repeat center center;
  background-size: cover;
  color: #fff;
}
@media (min-width: 768px) {
  .tp-Contact {
    text-align: center;
    padding: 150px 0 120px;
  }
}
.tp-Contact_H2Title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .tp-Contact_H2Title {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .tp-Contact_Text {
    font-size: 1.6rem;
  }
}

/*************************************
* Page
*************************************/
.service-Trouble {
  background: url(../img/service/bg_trouble.png) no-repeat center bottom;
  background-size: cover;
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .service-Trouble {
    padding-bottom: 120px;
  }
}
.service-Trouble::before {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
  border-bottom: 25px solid white;
  border-right: 60px solid transparent;
  display: block;
  content: " ";
}
@media (min-width: 768px) {
  .service-Trouble::before {
    border-bottom: 50px solid white;
    border-right: 130px solid transparent;
  }
}
.service-Trouble::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  right: 0;
  border-bottom: 25px solid white;
  border-left: 60px solid transparent;
  display: block;
  content: " ";
}
@media (min-width: 768px) {
  .service-Trouble::after {
    border-bottom: 50px solid white;
    border-left: 130px solid transparent;
  }
}

.sw-Check_List {
  color: #fff;
  max-width: 795px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sw-Check_List {
    font-size: 2.4rem;
  }
}
.sw-Check_List li {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sw-Check_List li i {
  margin-right: 0.5em;
}

.service-Flow_Columns li {
  margin-bottom: 2%;
}
.service-Flow_Columns img {
  margin: 0 !important;
}

.ac {
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.5;
}
.ac dt {
  position: relative;
  cursor: pointer;
  padding: 10px 40px 10px 40px;
  background: #222b61;
  color: #fff;
}
@media (min-width: 768px) {
  .ac dt {
    padding: 15px 65px 15px 100px;
    font-size: 2.6rem;
  }
}
.ac dt:before {
  content: "Q.";
  display: block;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  background: #4f5784;
  width: 30px;
  height: 100%;
  text-align: center;
  padding-left: 0.2em;
}
@media (max-width: 767px) {
  .ac dt:before {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .ac dt:before {
    width: 87px;
    font-size: 4.2rem;
  }
}
.ac dt:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .ac dt:after {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}
.ac dt.open:after {
  transform: rotate(225deg);
}
.ac dd {
  display: none;
  padding: 10px 10px 10px 40px;
  position: relative;
  background: #e5e6ef;
}
@media (min-width: 768px) {
  .ac dd {
    padding: 45px 65px 45px 100px;
    font-size: 1.8rem;
  }
}
.ac dd:before {
  content: "A.";
  display: block;
  color: #222b61;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  text-align: center;
  padding-left: 0.2em;
}
@media (max-width: 767px) {
  .ac dd:before {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .ac dd:before {
    width: 87px;
    font-size: 4.2rem;
  }
}

.sw-Point-List {
  background: rgba(6, 159, 210, 0.07);
  border-radius: 5px;
  padding: 20px 30px;
  margin-top: 80px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .sw-Point-List {
    margin-top: 50px;
    padding: 20px;
  }
}
.sw-Point-List:before {
  content: url(../img/point.png);
  position: absolute;
  top: -34px;
  left: -10px;
}

.sw-Point-List ul {
  list-style: none;
  color: #069fd2;
  margin: 0;
  padding-left: 0;
}

.sw-Point-List ul li {
  position: relative;
  margin-left: 1.5em;
}

.sw-Point-List ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

.sw-Point-List ul li:before {
  content: url(../img/check.png);
  position: absolute;
  left: -1.5em;
  top: 3px;
}/*# sourceMappingURL=style.css.map */