@charset "UTF-8";
/* **************************************************************************************

BASE

************************************************************************************** */
html {
  position: relative;
  width: 100%;
}

body {
  margin: 0;
  position: relative;
  color: #333;
  font-family: "NotoSansCJKjp", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* =MAP
-----------------------------------------------------------------------------*/
.ggmap-waku {
  border: 1px solid #A58558;
  padding: 10px;
  color: #6D5041;
  font-size: 14px;
  font-weight: 800;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 62.5em) { /* スマホ-------------------1000px以下 */
  body {
    min-height: 100%;
    min-width: 320px;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.8;
  }
  .pc-no {
    display: inline-block;
  }
  .sp-no {
    display: none;
  }
}
@media print, screen and (min-width: 62.5em) { /* PC---------------1000px以上 */
  html {
    min-height: 100%;
  }
  body {
    margin: 0;
    height: 100%;
    min-height: 100%;
    font-size: 16px;
  }
  .pc-no {
    display: none;
  }
  .sp-no {
    display: inline-block;
  }
}
/* **************************************************************************************

RESET

************************************************************************************** */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.8; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* **************************************************************************************

 HEADER（ヘッダーのスタイル）/layout/_header/

************************************************************************************** */
/* **************************************************************************************

 COLOR（色のスタイル）/component/_color/

************************************************************************************** */
.color_blue {
  color: #217ee3 !important;
}
.color_blue-bg {
  background: #217ee3 !important;
}
.color_blue-bg_transparentize {
  background: rgba(33, 126, 227, 0.08);
}
.color_blue-light-bg {
  background: #b5d4f4 !important;
}
.color_bluegreen {
  color: #0abedc !important;
}
.color_bluegreen-bg {
  background: #0abedc !important;
}
.color_bluegreen-bg_transparentize {
  background: rgba(10, 190, 220, 0.08);
}
.color_green {
  color: #66d499 !important;
}
.color_green-bg {
  background: #66d499 !important;
}
.color_green-bg_transparentize {
  background: rgba(102, 212, 153, 0.08);
}
.color_red {
  color: #d30000 !important;
}
.color_red-light {
  color: #e86c5d !important;
}
.color_red-light-bg {
  background: #e86c5d !important;
}
.color_red-light-bg_transparentize {
  background: rgba(232, 108, 93, 0.15);
}
.color_orange {
  color: #ed7700;
}
.color_gray {
  color: #505050;
}
.color_gray-light {
  color: #eee;
}
.color_gray-bg {
  width: 100%;
  background: #eee !important;
}
.color_gray-bg_transparentize {
  background: rgba(238, 238, 238, 0.55);
}
.color_gray-bg-border {
  width: 100%;
  background: #eee;
  border: 1px solid #ccc;
}
.color_white {
  color: #fff !important;
}
.color_white-bg {
  background: #fff !important;
}

.header {
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .header-ttl {
  width: 100%;
  font-size: 2.5rem;
  font-weight: 700;
}
.header .header-ttl span {
  font-size: 1.5rem;
}
.header a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (max-width: 62.5em) { /* SP---------------1000px以上 */
  .header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .header .header-logo {
    width: 60px;
    padding: 10px 0;
  }
  .header .header-ttl {
    width: 100%;
  }
  .header-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
    line-height: 1;
  }
  .header-main {
    text-align: center;
  }
}
/* **************************************************************************************

 MAIN（メインコンテンツのスタイル）/layout/_main/

************************************************************************************** */
.main_default {
  width: calc(100% - 100px);
  margin: 0 auto;
  line-height: 2.5;
}
.main_skew {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 100px 0;
  position: relative;
  top: 350px;
}
.main_skew::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #197439;
  -webkit-transform: skewY(-7deg);
          transform: skewY(-7deg);
  z-index: -1;
}
.main_skew-cover {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 200px 0 0 0;
  padding: 2rem 1rem;
  background: #fff;
  text-align: center;
  line-height: 2.5;
}
.main_skew-cover-txt {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 2rem;
}

@media print, screen and (max-width: 62.5em) { /* -------- SP用のスタイル(1000px以下)-------- */
  .main_default {
    width: 100%;
    padding: 0 1rem;
  }
  .main_skew {
    padding: 0;
    position: relative;
    top: 150px;
  }
  .main_skew::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #197439;
    -webkit-transform: skewY(-7deg);
            transform: skewY(-7deg);
    z-index: -1;
  }
  .main_skew-cover {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 100px 0 0 0;
    padding: 2rem 1rem;
    background: #fff;
    text-align: center;
    line-height: 2.5;
  }
  .main_skew-cover-txt {
    margin-top: 0;
    font-weight: 700;
    font-size: 2rem;
  }
}
/* **************************************************************************************

 FOOTER（フッターのスタイル）/layout/_footer/

************************************************************************************** */
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 2rem;
  position: relative;
  color: #fff;
  background: #197439;
}
.footer_ttl {
  font-size: 1.5rem;
  font-weight: 700;
}

@media print, screen and (min-width: 62.5em) { /* -------- PC用のスタイル(1000px以上)-------- */
  .footer {
    padding: 2rem 0;
  }
}
/* **************************************************************************************

 COPYRIGHT（コピーライトのスタイル）/layout/_copyright/

************************************************************************************** */
.copyright {
  padding: 1rem;
  color: #666;
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: 0;
}

/* **************************************************************************************

 FONT（fontのスタイル）/component/_font/

************************************************************************************** */
.font {
  display: inline-block;
  padding: 0.5rem;
  margin: 0 auto;
}
.font_xs {
  font-size: 0.7rem;
  line-height: 1.3;
  vertical-align: middle;
}
.font_s {
  font-size: 0.9rem;
  line-height: 1.5;
}
.font_m {
  font-size: 1rem;
}
.font_ml {
  font-size: 1.2rem;
}
.font_l {
  font-size: 1.5rem;
}
.font_ll {
  font-size: 2rem;
}
.font_xl {
  font-size: 2.5rem;
}

.bold {
  font-weight: 600;
}

.under-line {
  text-decoration: underline;
}

.border_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(70%, #FFFF00));
  background: linear-gradient(transparent 80%, #FFFF00 70%);
}

.line-height15 {
  line-height: 1.5;
}

.line-height25 {
  line-height: 2.5;
}

.block-inline {
  display: inline-block;
}

.block {
  display: block;
}

.txt-center {
  text-align: center;
}

.txt-center-left {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-left-center {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.whitespace-no {
  white-space: nowrap;
}

@media print, screen and (max-width: 62.5em) { /* -------- SP用のスタイル(1000px以下)-------- */
  .txt-center-left {
    text-align: left;
  }
  .txt-left-center {
    text-align: center;
  }
  .whitespace-no {
    white-space: nowrap;
  }
}
/* =Webfont
--------------------------------------------------------------------------*/
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp_Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp_Bold.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansCJKjp-Black.woff") format("woff"), url("../font/NotoSansCJKjp_Black.eot") format("eot");
  font-display: swap;
}
html {
  font-family: "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

/* =Webfont--icon
--------------------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?xiwu67");
  src: url("../fonts/icomoon.eot?xiwu67#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?xiwu67") format("truetype"), url("../fonts/icomoon.woff?xiwu67") format("woff"), url("../fonts/icomoon.svg?xiwu67#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-up:before {
  content: "\e900";
} /*--- 上　--- */
.icon-chevron-down:before {
  content: "\e906";
} /*--- 下　--- */
.icon-chevron-left:before {
  content: "\e904";
  vertical-align: middle;
} /*--- 左　--- */
.icon-chevron-right:before {
  content: "\e905";
  vertical-align: middle;
} /*--- 右　--- */
.icon-check-before:before {
  content: "\e908";
} /*--- チェック前　--- */
.icon-check-after:before {
  content: "\e907";
} /*--- チェック後-白　--- */
.icon-envelope01:before {
  content: "\e901";
} /*--- メール-白　--- */
.icon-envelope02:before {
  content: "\e902";
} /*--- メール-黒　--- */
.icon-FB:before {
  content: "\e909";
  vertical-align: middle;
} /*--- フェイスブック　--- */
.icon-question-circle:before {
  content: "\e903";
} /*--- はてなマーク-○　--- */
.ic-sm {
  font-size: 0.8em;
}

.ic-lg {
  font-size: 1.33em;
}

.ic-1x {
  font-size: 1.8em;
}

.ic-2x {
  font-size: 2em;
}

.ic-3x {
  font-size: 3em;
}

.ic-4x {
  font-size: 4em;
}

.ic-5x {
  font-size: 5em;
}

.ic-fw {
  padding-right: 0.3rem;
  text-align: center;
}

/* **************************************************************************************

 BUTTON（ボタンのスタイル）/component/_btn/

************************************************************************************** */
.btn {
  display: block;
  padding: 0.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  word-break: keep-all;
}
.btn:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn._blue {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(33, 126, 227)), to(rgb(134, 184, 240)));
  background: linear-gradient(0deg, rgb(33, 126, 227) 50%, rgb(134, 184, 240));
  border-radius: 6px;
}
.btn._blue:hover {
  opacity: 0.7;
}
.btn._blue._w500 {
  width: 500px;
}
@media screen and (max-width: 62.5em) {
  .btn._blue._w500 {
    width: 100%;
  }
}
.btn._red {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(240, 72, 101)), color-stop(50%, rgb(240, 72, 101)), to(rgb(245, 130, 150)));
  background: linear-gradient(0deg, rgb(240, 72, 101) 0%, rgb(240, 72, 101) 50%, rgb(245, 130, 150) 100%);
  border-radius: 6px;
}
.btn._red:hover {
  opacity: 0.7;
}
.btn._red._w500 {
  width: 500px;
}
@media screen and (max-width: 62.5em) {
  .btn._red._w500 {
    width: 100%;
  }
}
.btn._blue-line {
  border: 1px solid #217ee3;
  border-radius: 6px;
  background: #fff;
  color: #217ee3;
}
.btn._blue-line:hover {
  background: #217ee3;
  color: #fff;
}
.btn._blue-line-opacity {
  border: 1px solid #217ee3;
  border-radius: 6px;
  background: #fff;
  color: #217ee3;
}
.btn._blue-line-opacity:hover {
  opacity: 0.8;
}
.btn._blue-lineArrow {
  border: 1px solid #217ee3;
  border-radius: 6px;
  background: #fff;
  color: #217ee3;
  padding: 0 2rem;
}
.btn._blue-lineArrow::after {
  font-family: "icomoon";
  content: "\e905";
  vertical-align: middle;
}
.btn._blue-lineArrow:hover {
  background: #217ee3;
  color: #fff;
}
.btn._blue-lineArrow._w250 {
  width: 250px;
  line-height: 2.5;
}
@media screen and (max-width: 62.5em) {
  .btn._blue-lineArrow._w250 {
    width: 100%;
  }
}
.btn._green-lineArrow {
  border: 1px solid #197439;
  border-radius: 6px;
  background: #fff;
  color: #197439;
  padding: 0 2rem;
}
.btn._green-lineArrow::after {
  font-family: "icomoon";
  content: "\e905";
  vertical-align: middle;
}
.btn._green-lineArrow:hover {
  background: #197439;
  color: #fff;
}
.btn._green-lineArrow._w250 {
  width: 250px;
  line-height: 2.5;
}
@media screen and (max-width: 62.5em) {
  .btn._green-lineArrow._w250 {
    width: 100%;
  }
}
.btn._white {
  background: #fff;
}
.btn._white:hover {
  background: #999;
  color: #fff;
}
.btn._white-line {
  border: 1px solid #999;
}
.btn._white-line:hover {
  background: #999;
  color: #fff;
}
.btn._pdf {
  position: relative;
  padding: 0.5rem 1rem;
  border: 1px solid #666;
  border-left: 4px solid #666;
  background: #fff;
  color: inherit;
  font-weight: 300;
}
.btn._pdf ::after {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0.3rem;
  content: "\e906";
  color: #666;
  font-family: "icomoon";
  font-size: 0.7rem;
  font-weight: 100;
}
.btn._pdf:hover {
  background: #666;
  color: #fff;
}
.btn._round {
  border-radius: 60px;
}
.btn._shadow {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}
.btn._shadow-sharp {
  -webkit-filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.15));
}

.btn-img {
  display: block;
}
.btn-img:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-txt._s {
  font-size: 14px;
}
.btn-txt._m {
  font-size: 16px;
}
.btn-txt._l {
  font-size: 20px;
}

@media print, screen and (max-width: 62.5em) { /* -------- SP用のスタイル(1000px以下)-------- */ }
/* **************************************************************************************

 FLEX /component/_flex/

************************************************************************************** */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex._gap30 {
  grid-gap: 30px;
}
.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_center._gap30 {
  grid-gap: 30px;
}
.flex_center._gap50 {
  grid-gap: 50px;
}
.flex_center_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_center_column._gap30 {
  grid-gap: 30px;
}
.flex_center_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex_start._gap30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
}
.flex_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_between._gap30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 30px;
}
.flex_between._gap50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 50px;
}
.flex._column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex._row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media print, screen and (min-width: 62.5em) { /* -------- PC用のスタイル(1000px以上)-------- */
  .flex_center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex_center_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex_start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex_start._gap30 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex_between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex_between._gap30 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex_between._gap50 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* **************************************************************************************

 GRID /component/_grid/

************************************************************************************** */
.grid {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid._grid2 {
  grid-template-columns: 1fr;
}
.grid._grid3 {
  grid-template-columns: 1fr;
}
.grid._grid4 {
  grid-template-columns: 1fr;
}
.grid._grid5 {
  grid-template-columns: 1fr;
}
.grid._gap20 {
  grid-gap: 20px;
}
.grid._gap30 {
  grid-gap: 30px 30px;
}
.grid._gap50 {
  grid-gap: 50px 50px;
}

@media print, screen and (min-width: 62.5em) { /* -------- PC用のスタイル(1000px以上)-------- */
  .grid {
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid._grid2 {
    grid-template-columns: repeat(auto-fit, minmax(45%, 2fr));
  }
  .grid._grid3 {
    grid-template-columns: repeat(auto-fit, minmax(30%, 3fr));
  }
  .grid._grid4 {
    grid-template-columns: repeat(auto-fit, minmax(22%, 4fr));
  }
  .grid._grid5 {
    grid-template-columns: repeat(auto-fit, minmax(16%, 5fr));
  }
}
@media print, screen and (max-width: 62.5em) { /* SP---------------1000px以上 */ }
/* **************************************************************************************

 LINKS（linkのスタイル）/component/_link/

************************************************************************************** */
a.open::after {
  display: inline-block;
  position: relative;
  top: 0.1rem;
  height: 1rem;
  width: 1rem;
  margin: 0.3rem 0 0 0.3rem;
  content: "";
  background-image: url("../imgs/page-link.svg");
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.link_alpha {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_alpha:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_default {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_default:hover {
  color: #ec4b62;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_default.open::after {
  display: inline-block;
  position: relative;
  top: 0.1rem;
  height: 1rem;
  width: 1rem;
  margin: 0.3rem 0 0 0.3rem;
  content: "";
  background-image: url("../imgs/page-link.svg");
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.link_green {
  color: #197439;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_green:hover {
  color: #ec4b62;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_green.open::after {
  display: inline-block;
  position: relative;
  top: 0.1rem;
  height: 1rem;
  width: 1rem;
  margin: 0.3rem 0 0 0.3rem;
  content: "";
  background-image: url("../imgs/page-link.svg");
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* **************************************************************************************

 TABLE（テーブルのスタイル）/component/_table/)

************************************************************************************** */
.tbl {
  width: 100%;
}
.tbl th,
.tbl td {
  padding: 15px;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  text-align: left;
}
.tbl th {
  background: #eee;
}
.tbl td.vcenter {
  vertical-align: middle;
}
.tbl td.bg-gray {
  background: #eee;
}

.tbl-wrap { /*----- スクロールバー非表示-----*/
  overflow-x: scroll;
  width: 100%;
}

.tbl-wrap-y {
  overflow: auto;
  height: 250px;
  background: #fff;
  border: 1px solid #ccc;
}

.tbl-lineV {
  width: 100%;
}
.tbl-lineV td {
  padding: 1rem;
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tbl-lineV td:first-child {
  border-left: none;
  word-break: keep-all;
}
.tbl-lineV .b-left {
  border-left: 1px solid #666;
  padding-left: 1rem;
}

.tbl-stripe {
  background-image: linear-gradient(to top left, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), #999 50%, transparent calc(50% + 1px), transparent);
}

@media screen and (max-width: 62.5em) { /* -------- SP用のスタイル(1000px以下)-------- */
  .tbl {
    width: 100%;
  }
  .tbl th,
  .tbl td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .tbl tr:last-child {
    border-bottom: solid 1px #ccc;
  }
  .tbl-lineV .b-left {
    border-top: 1px solid #666;
    border-left: none;
    padding-left: 0;
  }
}
/* **************************************************************************************

 V-IMAGE（v-imageスタイル）/component/_vimage/

************************************************************************************** */
.vimage {
  position: absolute;
  top: -300px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.vimage_ttl {
  position: absolute;
  left: -100px;
  white-space: nowrap;
  color: #197439;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2px;
}
.vimage_ttl:nth-child(2) {
  position: relative;
  left: 50px;
}
.vimage_ttl span {
  font-size: 5rem;
  color: #ed7700;
}
.vimage_img {
  position: absolute;
  top: 50%;
  left: -550px;
  width: 500px;
}

.profile {
  position: relative;
  top: -100px;
  left: 45%;
  width: 40%;
  padding: 2rem 4rem;
  color: #fff;
  font-size: 1rem;
}
.profile_ttl {
  border-bottom: 2px solid #fff;
  font-size: 2rem;
  font-weight: 700;
}

@media print, screen and (max-width: 62.5em) { /* -------- SP用のスタイル(1000px以下)-------- */
  .vimage {
    position: absolute;
    top: 50px;
    left: 70%;
  }
  .vimage_ttl {
    position: relative;
    top: 50px;
    left: -20px;
    color: #ed7700;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .vimage_ttl:nth-child(2) {
    position: relative;
    left: 50px;
  }
  .vimage_ttl span {
    font-size: 3rem;
  }
  .vimage_img {
    width: 200px;
    position: absolute;
    top: -20px;
    left: -240px;
  }
  .profile {
    position: relative;
    top: 280px;
    left: 0;
    width: 100%;
    margin-bottom: 280px;
    padding: 2rem 1rem;
    color: #000;
    font-size: 1rem;
    background: #fff;
  }
  .profile_ttl {
    border-bottom: 2px solid #999;
    font-size: 1.5rem;
    font-weight: 700;
  }
}
/* **************************************************************************************

 GNAVI（グローバルナビのスタイル）/project/_gnav/

************************************************************************************** */
.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gnav li {
  position: relative;
  display: block;
}

.gnav a {
  display: block;
  padding: 0 20px;
  font-weight: 700;
}
.gnav a:hover {
  text-decoration: underline;
}

@media print, screen and (max-width: 62.5em) { /* -------- SP用のスタイル(1000px以下)-------- */

}
/* **************************************************************************************

 FNAVI（フッターナビのスタイル）/project/_fnav/

************************************************************************************** */
@media print, screen and (min-width: 62.5em) { /* -------- PC用のスタイル(1000px以上)-------- */ }
/* **************************************************************************************

 MARGIN & PDDDING /mixin/_mg/

************************************************************************************** */
.mg05-tb {
  margin: 0.5rem 0;
}

.mg1-t {
  margin-top: 1rem;
}

.mg1-b {
  margin-bottom: 1rem;
}

.mg1-tb {
  margin: 1rem 0;
}

.mg1-all {
  margin: 1rem;
}

.mg2-t {
  margin-top: 2rem;
}

.mg2-b {
  margin-bottom: 2rem;
}

.mg2-tb {
  margin: 2rem 0;
}

.mg2-l {
  margin-left: 0;
}

.mg2-r {
  margin-right: 0;
}

.mg2-all {
  margin: 2rem 1rem;
}

.mg3-t {
  margin-top: 3rem;
}

.mg3-b {
  margin-bottom: 3rem;
}

.mg3-tb {
  margin: 3rem 0;
}

.mg3-all {
  margin: 3rem 1rem;
}

.mg4-t {
  margin-top: 4rem;
}

.mg4-b {
  margin-bottom: 4rem;
}

.mg4-tb {
  margin: 4rem 0;
}

.mg4-all {
  margin: 4rem 1rem;
}

.mg5-t {
  margin-top: 5rem;
}

.mg5-b {
  margin-bottom: 5rem;
}

.mg5-tb {
  margin: 5rem 0;
}

.mg5-all {
  margin: 5rem 1rem;
}

.pd025-all {
  padding: 0.25rem;
}

.pd05-lr {
  padding: 0 0.5rem;
}

.pd05-b {
  padding-bottom: 0.5rem;
}

.pd05-all {
  padding: 0.5rem;
}

.pd1-t {
  padding-top: 1rem;
}

.pd1-b {
  padding-bottom: 1rem;
}

.pd1-tb {
  padding: 1rem 0;
}

.pd1-lr {
  padding: 0 1rem;
}

.pd1-all {
  padding: 1rem;
}

.pd2-t {
  padding-top: 2rem;
}

.pd2-tb {
  padding: 2rem 0;
}

.pd2-b {
  padding-bottom: 2rem;
}

.pd2-lr {
  padding: 0 2rem;
}

.pd2-all {
  padding: 0 2rem;
}

.pd3-b {
  padding-bottom: 3rem;
}

.pd3-tb {
  padding: 3rem 0;
}

.pd3-all {
  padding: 3rem 1rem;
}

.pd4-b {
  padding-bottom: 4rem;
}

.pd4-tb {
  padding: 4rem 0;
}

.pd4-all {
  padding: 4rem 1rem;
}

.pd5-b {
  padding-bottom: 5rem;
}

.pd5-tb {
  padding: 5rem 1rem;
}

.pd5-all {
  padding: 5rem 1rem;
}

@media print, screen and (min-width: 62.5em) { /* -------- PC用のスタイル(1000px以上)-------- */
  .mg1-all {
    margin: 1rem;
  }
  .mg2-all {
    margin: 2rem;
  }
  .mg2-l {
    margin-left: 2rem;
  }
  .mg2-r {
    margin-right: 2rem;
  }
  .mg3-all {
    margin: 3rem;
  }
  .mg4-all {
    margin: 4rem;
  }
  .mg5-all {
    margin: 5rem;
  }
  .pd05-all {
    padding: 0.5rem;
  }
  .pd1-all {
    padding: 1rem;
  }
  .pd2-all {
    padding: 2rem;
  }
  .pd3-all {
    padding: 3rem;
  }
  .pd4-all {
    padding: 4rem;
  }
  .pd5-tb {
    padding: 5rem 0;
  }
  .pd5-all {
    padding: 5rem;
  }
}