@charset "UTF-8";
/*!
Theme Name: ff_wp_template
Theme URI: http://underscores.me/
Author: Firefly inc.
Author URI: https://fireflyinc.io
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ff_template
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ff_template is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 2;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

p,
a,
dt,
dd,
li,
th,
td {
  line-height: 2;
}

a {
  color: #1a1a1a;
}
a:hover {
  color: #1a1a1a;
}

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

* {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.03em;
}

::before,
::after {
  display: inline-block;
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}
img.pdf_icon {
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

*:not(input):not(select):not(button):not(textarea):not(label):focus {
  outline: none;
}

select {
  height: 30px;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0 20px 0 5px;
  line-height: 1;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 4px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
button {
  -webkit-appearance: none;
}

input {
  padding: 0 6px;
}

input:focus,
textarea:focus {
  outline: none;
}

input[type=button],
input[type=submit] {
  background-color: transparent;
  border: none;
}

button {
  overflow: visible;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0 5px 0 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=text],
select,
textarea {
  font-size: 100%;
}

input[type=text]:focus,
textarea:focus {
  transition: 0.2s;
}

input[type=text]:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

textarea {
  overflow: auto;
  resize: vertical;
}

label {
  display: inline-block;
}

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

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

ol {
  list-style-position: inside;
}

li {
  list-style-type: none;
}

address {
  font-style: normal;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
table,
thead,
tbody,
tfoot,
address {
  margin: 0;
  padding: 0;
}

input,
textarea,
table,
thead,
tbody,
tfoot,
address {
  text-align: left;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
form,
p {
  text-align: inherit;
}

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

figure {
  margin: 0;
}

.breadcrumb li {
  /**/
}

.button01 {
  /**/
}

.button02 {
  /**/
}

.pager li {
  /**/
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px;
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 1002;
  transition: all 0.3s ease;
}
.site-header .logo {
  position: relative;
}
.site-header .logo a {
  display: block;
}
.site-header .logo a svg {
  display: block;
  width: 180px;
  height: auto;
}
.site-header .logo a svg path {
  fill: #fff;
}
.site-header .logo a svg.original-color path {
  fill: initial;
}
.site-header .wrap {
  display: flex;
  align-items: center;
  position: fixed;
  right: 100px;
}
.site-header .main-nav ul {
  display: flex;
  background: #EDF1F6;
  padding: 15px 30px;
  border-radius: 1000px;
}
.site-header .main-nav li {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.site-header .main-nav li a {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.site-header .main-nav li:last-child {
  margin-right: 0;
}
.site-header .main-nav li .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #7A84BF;
  border-radius: 50%;
  margin-right: 8px;
}
.site-header .contact-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 55px;
  background: #f7f5f2;
  color: #F0770E;
  border-radius: 10px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 40px;
  border: none;
  z-index: 1;
  overflow: hidden;
  transition: background 0.2s, color 0.2s;
}
.site-header .contact-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(135deg, #EBAD10 0%, #F0770E 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.site-header .contact-btn .mail-icon img {
  width: 20px;
  height: 16px;
  margin-right: 12px;
  vertical-align: middle;
}
.site-header .contact-btn:hover {
  background: linear-gradient(135deg, #EBAD10 0%, #F0770E 100%);
  color: #fff;
}
.site-header .contact-btn:hover .mail-icon img {
  filter: brightness(0) invert(1);
}

@media (min-width: 769px) {
  .mobile-menu-toggle {
    display: none !important;
  }
  .mobile-menu {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .site-header {
    padding: 0 20px;
    top: 15px;
    position: absolute;
  }
  .site-header .logo a svg {
    width: 100px;
  }
  .site-header .wrap {
    display: none;
  }
  .site-header .mobile-menu-toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 15px;
    right: 20px;
    cursor: pointer;
    z-index: 1001;
  }
  .site-header .mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }
  .site-header .mobile-menu-toggle span:nth-child(1) {
    top: 0;
  }
  .site-header .mobile-menu-toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .site-header .mobile-menu-toggle span:nth-child(3) {
    bottom: 0;
  }
  .site-header .mobile-menu-toggle.scrolled span {
    background: #333;
  }
  .site-header .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
  }
  .site-header .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .site-header .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 50%;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(237, 241, 246, 0.9);
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu.active {
    display: flex;
  }
  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .mobile-menu ul li {
    margin-bottom: 30px;
  }
  .mobile-menu ul li a {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu ul li a .dot {
    width: 10px;
    height: 10px;
    background: #3B7CC0;
    border-radius: 50%;
    margin-right: 10px;
  }
}
footer {
  background: #EDF0F5;
  padding: 60px 100px 30px;
}
footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
footer .footer-wrap .logo svg {
  width: 130px;
}
footer .main-nav ul {
  display: flex;
  background: #fff;
  padding: 15px 30px;
  border-radius: 1000px;
}
footer .main-nav li {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
footer .main-nav li a {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
footer .main-nav li:last-child {
  margin-right: 0;
}
footer .main-nav li .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #7A84BF;
  border-radius: 50%;
  margin-right: 8px;
}
footer .sns-link-wrap {
  display: flex;
}
footer .sns-link-wrap .ttl {
  color: #333333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  margin-right: 10px;
}
footer .sns-link-wrap .sns-link {
  margin-right: 50px;
  display: flex;
}
footer .sns-link-wrap .sns-link .link {
  display: flex;
}
footer .sns-link-wrap .sns-link li {
  margin-bottom: 10px;
}
footer .sns-link-wrap .sns-link li a {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
footer .sns-link-wrap .sns-link li a svg {
  margin-right: 10px;
}

@media (max-width: 768px) {
  footer {
    padding: 40px 20px;
    margin-bottom: 59px;
  }
  footer .footer-wrap {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  footer .footer-wrap .logo {
    text-align: center;
  }
  footer .footer-wrap .logo a img {
    width: 140px;
  }
  footer .footer-wrap .wrap {
    display: none;
  }
  footer .sns-link-wrap {
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }
  footer .sns-link-wrap .sns-link {
    margin-right: 0;
  }
  footer .sns-link-wrap .sns-link .ttl {
    font-size: 14px;
    margin-bottom: 15px;
  }
  footer .sns-link-wrap .sns-link li {
    margin-bottom: 15px;
  }
  footer .sns-link-wrap .sns-link li a {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  footer {
    padding: 30px 15px;
  }
  footer .footer-wrap .logo a img {
    width: 120px;
  }
  footer .sns-link-wrap .sns-link .ttl {
    font-size: 14px;
  }
  footer .sns-link-wrap .sns-link li a {
    font-size: 13px;
  }
}
.copy {
  text-align: center;
  margin-top: 20px;
  font-size: 10px;
}

.news-list li {
  /**/
}

.slide-menu {
  /**/
}

/*# sourceMappingURL=style.css.map */
