@charset "UTF-8";
/* ===========================
	CSS / Sass information
	  file name:common.scss
	    compiled:common.css
	  version:1.0
=========================== */
/* ---------------------------
	file import
--------------------------- */
/* ---------------------------
	default style
--------------------------- */
/* ---------------------------
  font style
--------------------------- */
/* ---------------------------
	font size
--------------------------- */
/* ---------------------------
	white space
--------------------------- */
/* ---------------------------
	breakPoint
--------------------------- */
/* ---------------------------
	color scheme
--------------------------- */
/* ---------------------------
	reboot
--------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/* ---------------------------
	media query
--------------------------- */
/* ---------------------------
	hack
--------------------------- */
/* ---------------------------
  base frame
--------------------------- */
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%; }
  html body {
    width: 100%;
    height: 100%;
    font-family: "Noto Sans Japanese";
    font-size: 1.6rem;
    line-height: 1.6;
    background: #FFF;
    color: #2D2E2F; }
    html body .l-wrap {
      width: 100%;
      height: auto !important;
      min-height: 100%;
      position: relative;
      overflow: hidden; }
  @media screen and (max-width: 575px) {
    html body {
      font-size: 1.4rem;
      line-height: 1.4; } }

/* ---------------------------
  grid
--------------------------- */
.l-container {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 15px; }

.l-container-wide {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

.l-container-full {
  width: 100%;
  min-width: 1200px;
  padding: 0 15px; }

/* ---------------------------
  header
--------------------------- */
.l-header-fixed {
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  z-index: 1000;
  transform: translateY(-60px);
  transition: all 0.3s ease 0s; }
  .l-header-fixed .__inner .__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 60px; }
    .l-header-fixed .__inner .__box .__right .l-gnav ul {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
      list-style-type: none;
      height: 60px; }
      .l-header-fixed .__inner .__box .__right .l-gnav ul li {
        padding: 0 15px; }
        .l-header-fixed .__inner .__box .__right .l-gnav ul li a {
          font-weight: bold;
          font-size: 1.4rem;
          color: #15824F; }
          .l-header-fixed .__inner .__box .__right .l-gnav ul li a:hover {
            text-decoration: none; }
    @media screen and (min-width: 576px) and (max-width: 767px) {
      .l-header-fixed .__inner .__box .__right .l-gnav {
        display: none; } }
    @media screen and (max-width: 575px) {
      .l-header-fixed .__inner .__box .__right .l-gnav {
        display: none; } }

/* ---------------------------
  footer
--------------------------- */
.l-footer .o-copright-wrap {
  padding: 10px;
  background: #15824F;
  text-align: center;
  color: #FFF;
  font-size: 1.4rem; }

/* ---------------------------
  google maps
--------------------------- */
.o-window-maps {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden; }
  .o-window-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 575px) {
  .o-window-maps {
    padding-bottom: 100%; } }
/* ---------------------------
  humburger button
--------------------------- */
.l-header-fixed .o-btn-hbg span {
  background: #15824F; }

.o-header-inner .o-btn-hbg span {
  background: #FFF; }

.o-btn-hbg {
  width: 30px;
  height: 20px;
  position: relative;
  display: none; }
  .o-btn-hbg span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    transition: all 0.3s ease 0s; }
    .o-btn-hbg span:first-child {
      top: 0; }
    .o-btn-hbg span:nth-child(2) {
      top: 9px; }
    .o-btn-hbg span:nth-child(3) {
      bottom: 0; }

@media screen and (min-width: 576px) and (max-width: 767px) {
  .o-btn-hbg {
    display: block; } }
@media screen and (max-width: 575px) {
  .o-btn-hbg {
    display: block; } }
.o-btn-close {
  width: 30px;
  height: 20px;
  position: absolute;
  left: -35px;
  top: 10px;
  display: none; }
  .o-btn-close span {
    background: #FFF;
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    transition: all 0.3s ease 0s; }
    .o-btn-close span:first-child {
      transform: rotate(45deg);
      top: 9px; }
    .o-btn-close span:nth-child(2) {
      transform: rotate(-45deg);
      bottom: 9px; }

/* ---------------------------
  drawer nav
--------------------------- */
.o-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  display: none; }

.o-drawer-nav {
  width: 240px;
  height: 100vh;
  background: #15824F;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3000;
  transition: all 0.3s ease 0s;
  transform: translateX(270px); }
  .o-drawer-nav.__open {
    transform: translateX(0); }
  .o-drawer-nav .__list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .o-drawer-nav .__list li {
      border-bottom: 1px solid #E9F3F1; }
      .o-drawer-nav .__list li a {
        color: #FFF;
        display: block;
        padding: 15px 10px; }
        .o-drawer-nav .__list li a:hover {
          color: #FFF;
          text-decoration: none;
          cursor: pointer; }

/* ---------------------------
	00_common
--------------------------- */
p {
  text-align: justify;
  margin-bottom: 15px; }

.o-txt-lead-width {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }

.o-col-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .o-col-2 .__right {
    flex-basis: calc(60% - 15px);
    max-width: calc(60% - 15px); }
  .o-col-2 .__left {
    flex-basis: calc(40% - 15px);
    max-width: calc(40% - 15px); }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .o-col-2 .__left,
    .o-col-2 .__right {
      flex-basis: 100%;
      max-width: 100%; }
    .o-col-2 .__left {
      margin-bottom: 45px; } }
  @media screen and (max-width: 575px) {
    .o-col-2 .__left,
    .o-col-2 .__right {
      flex-basis: 100%;
      max-width: 100%; }
    .o-col-2 .__left {
      margin-bottom: 45px;
      text-align: center; } }

.o-img-fluid {
  max-width: 100%;
  height: auto; }

.o-anchor-point {
  margin-top: -60px;
  padding-top: 60px; }

/* ---------------------------
  01_index
--------------------------- */
.o-page-index .o-main-visual {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background: url(../img/01_index/bg-main.jpg) no-repeat center center/cover;
  position: relative; }
  .o-page-index .o-main-visual .o-header-inner {
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0; }
    .o-page-index .o-main-visual .o-header-inner .__box {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap; }
      .o-page-index .o-main-visual .o-header-inner .__box .__right .l-inner-nav ul {
        display: flex;
        justify-content: flex-end;
        align-items: top;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style-type: none;
        height: 60px; }
        .o-page-index .o-main-visual .o-header-inner .__box .__right .l-inner-nav ul li {
          padding: 0 15px; }
          .o-page-index .o-main-visual .o-header-inner .__box .__right .l-inner-nav ul li a {
            font-weight: bold;
            font-size: 1.4rem;
            color: #FFF; }
            .o-page-index .o-main-visual .o-header-inner .__box .__right .l-inner-nav ul li a:hover {
              text-decoration: none; }
      @media screen and (min-width: 576px) and (max-width: 767px) {
        .o-page-index .o-main-visual .o-header-inner .__box .__right .l-inner-nav {
          display: none; } }
      @media screen and (max-width: 575px) {
        .o-page-index .o-main-visual .o-header-inner .__box .__right .l-inner-nav {
          display: none; } }
  .o-page-index .o-main-visual .__inner {
    width: 100%;
    position: absolute;
    top: 160px;
    left: 0; }
    .o-page-index .o-main-visual .__inner .__box .__elem .o-copy-main {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: bold;
      font-size: 2.8rem;
      color: #FFF;
      letter-spacing: 4px;
      margin: 0 0 15px 0; }
    .o-page-index .o-main-visual .__inner .__box .__elem .o-copy-sub {
      font-weight: normal;
      font-size: 1.6rem;
      color: #FFF; }
      .o-page-index .o-main-visual .__inner .__box .__elem .o-copy-sub span {
        display: block;
        letter-spacing: 1px; }
        .o-page-index .o-main-visual .__inner .__box .__elem .o-copy-sub span:not(:last-child) {
          margin: 0 0 5px 0; }
  .o-page-index .o-main-visual .o-scroll-down {
    width: 100%;
    position: absolute;
    bottom: 45px;
    left: 0;
    text-align: center; }
.o-page-index .o-section-01 {
  padding: 60px 0;
  background: url(../img/01_index/bg-index-sect-01.jpg) no-repeat center bottom/cover; }
  .o-page-index .o-section-01 .__inner .__elem {
    text-align: center;
    margin: 0 0 0 0; }
  .o-page-index .o-section-01 .__inner .__box {
    margin: 0 0 30px 0; }
    .o-page-index .o-section-01 .__inner .__box p {
      color: #FFF; }
  .o-page-index .o-section-01 .__inner .o-scroll-next {
    text-align: center;
    display: none; }
.o-page-index .o-section-02 {
  padding: 60px 0 120px 0;
  background: url(../img/01_index/bg-index-sect-02.jpg) no-repeat center bottom/contain; }
  .o-page-index .o-section-02 .__box .__right {
    padding: 0 0 0 0; }
    .o-page-index .o-section-02 .__box .__right p {
      font-size: 1.2rem; }
    .o-page-index .o-section-02 .__box .__right .cap {
      font-size: 1.8rem; }
      .o-page-index .o-section-02 .__box .__right .cap .__cap {
        font-size: 1.4rem; }
  @media screen and (max-width: 575px) {
    .o-page-index .o-section-02 .__box .__right {
      padding: 0; }
      .o-page-index .o-section-02 .__box .__right p {
        font-size: 1.4rem; } }
@media screen and (min-width: 1800px) {
  .o-page-index .o-section-02 {
    padding: 60px 0 150px 0; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .o-page-index .o-section-02 {
    padding: 60px 0 90px 0; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
  .o-page-index .o-section-02 {
    padding: 60px 0; } }
@media screen and (max-width: 575px) {
  .o-page-index .o-section-02 {
    padding: 60px 0; } }
.o-page-index .o-section-03 {
  padding: 45px 0;
  background: url(../img/01_index/bg-index-sect-03.jpg) no-repeat center bottom/cover; }
  .o-page-index .o-section-03 .__inner .__txt {
    color: #FFF; }
  .o-page-index .o-section-03 .__inner .o-window-docs {
    background: #FFF;
    max-height: 620px;
    overflow: auto;
    margin: 45px 0 0 0; }
.o-page-index .o-section-04 {
  padding: 60px 0 45px 0;
  background: url(../img/01_index/bg-index-sect-04.jpg) no-repeat center bottom/cover; }
  .o-page-index .o-section-04 .__inner .__txt {
    color: #FFF; }
  .o-page-index .o-section-04 .__inner .o-window-docs {
    background: #FFF;
    height: 620px;
    overflow: auto;
    margin: 45px 0 0 0; }
.o-page-index .o-section-05 {
  padding: 60px 0; }
  .o-page-index .o-section-05 .__inner .o-window-maps {
    margin: 45px 0 30px 0; }
.o-page-index .o-section-06 {
  padding: 60px 0;
  background: #E9F3F1; }

/* ---------------------------
	archive
--------------------------- */
/* ---------------------------
	single
--------------------------- */
/* ---------------------------
	button
--------------------------- */
/* ---------------------------
  form
--------------------------- */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  padding: 10px;
  border: 1px solid #ccc;
  background: #FFF;
  width: 100%; }

textarea {
  min-height: 180px; }

input[type="submit"] {
  width: 100%;
  max-width: 450px;
  height: 60px;
  background: #15824F;
  color: #FFF;
  border: none;
  margin: 0 auto;
  display: block;
  transition: all 0.3s ease 0s; }
  input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5; }

/* ---------------------------
	heading
--------------------------- */
.o-head-content-ttl {
  text-align: center;
  font-family: "Noto Sans Japanese";
  font-size: 2.8rem;
  letter-spacing: 4px;
  margin: 0 0 30px 0; }
  .o-head-content-ttl span {
    font-size: 1.4rem;
    display: block;
    letter-spacing: 1px; }
  .o-head-content-ttl.__white {
    color: #FFF; }
  .o-head-content-ttl.__yellow span {
    color: #FDF056; }
  .o-head-content-ttl.__green span {
    color: #15824F; }
  .o-head-content-ttl.__mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
    .o-head-content-ttl.__mincho span {
      font-family: "Noto Sans Japanese"; }

@media screen and (max-width: 575px) {
  .o-head-content-ttl {
    font-size: 2.4rem; } }
.o-head-content-ttl-center {
  text-align: center;
  font-family: "Noto Sans Japanese";
  font-size: 3.2rem;
  letter-spacing: 4px;
  margin: 0 0 30px 0; }
  .o-head-content-ttl-center.__green span {
    color: #15824F; }
  .o-head-content-ttl-center span {
    font-size: 2.4rem;
    display: block;
    letter-spacing: 1px; }
    .o-head-content-ttl-center span.__cap {
      display: inline;
      font-size: 2rem;
      color: #2D2E2F;
      padding: 0 10px 0 0; }

/* ---------------------------
	list
--------------------------- */
.o-list-company dt {
  font-weight: normal;
  margin: 0 0 10px 0; }
  .o-list-company dt::before {
    content: "▼"; }
.o-list-company dd:not(:last-child) {
  margin: 0 0 30px 0; }

.o-list-officer dt {
  float: left;
  clear: both;
  width: 100px;
  letter-spacing: 6px;
  font-weight: normal; }
.o-list-officer dd {
  margin: 0 0 30px 100px; }
.o-list-officer dd:last-child {
  margin: 0 0 0 0; }
@media screen and (max-width: 575px) {
  .o-list-officer dt {
    float: none;
    width: 100%; }
  .o-list-officer dd {
    margin: 0 0 30px 0; } }

/* ---------------------------
	table
--------------------------- */
.o-table-default {
  width: 100%;
  border: 1px solid #15824F; }
  .o-table-default tbody tr th, .o-table-default tbody tr td {
    border: 1px solid #15824F;
    padding: 15px 30px; }
  .o-table-default tbody tr th {
    font-weight: normal;
    background: #E9F3F1;
    width: 33.3333%; }

.o-table-form {
  width: 100%;
  max-width: 780px;
  margin: 0 auto; }
  .o-table-form tbody tr th, .o-table-form tbody tr td {
    padding: 5px 15px; }
  .o-table-form tbody tr th .__elem {
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .o-table-form tbody tr th .__elem .o-table-require {
      font-weight: bold;
      color: #931919; }
  .o-table-form tbody tr:last-child th {
    vertical-align: top;
    padding-top: 15px; }
  @media screen and (max-width: 575px) {
    .o-table-form tbody tr th, .o-table-form tbody tr td {
      display: block;
      width: 100%;
      padding: 5px 0; } }
  .o-table-form tfoot tr td {
    padding: 30px 0 0 0; }

/* ---------------------------
	text
--------------------------- */

/*# sourceMappingURL=common.css.map */
