@charset "UTF-8";

/* normalize, 変数(for Sass) */

/*===========
 Basic color
===========*/

/*===========
 main color for this site.
===========*/

/*===========
 etc color for this site.
===========*/

/*===========
 un use
===========*/

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

body {
  margin: 0;
  letter-spacing: 0.05em;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html 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;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.is-show {
  overflow: hidden;
  position: relative;
}

@font-face {
  font-family: "CONDENSEicon";
  src: url(../fonts/CONDENSEicon.eot) format("eot"), url(../fonts/CONDENSEicon.woff) format("woff"), url(../fonts/CONDENSEicon.ttf) format("truetype"), url(../fonts/CONDENSEicon.otf) format("opentype");
}

.c-hirakana {
  letter-spacing: 0.02em;
}

/* mixin(for Sass) */

/* IEハック用mixin */

/* ベースの要素スタイル */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: border-box;
}

body {
  background: #FFFFFF;
  /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/*===================================
module flexbox
====================================*/

.flex-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-col-sp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-col-sp_2 > li {
  width: calc(50% - 5px);
}

.flex-col-sp_2_nmargin > li {
  width: 50%;
}

a {
  color: #000000;
  text-decoration: underline;
  transition: .5s;
}

a:visited {
  color: #000000;
}

a:hover,
a:focus,
a:active {
  color: #000000;
}

a:focus {
  outline: none;
}

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

a:hover {
  opacity: 0.7;
}

.link-arrow {
  position: relative;
}

.link-arrow::after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  font-weight: bold;
}

.link-arrow__left::before {
  content: "▶";
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  color: #86c644;
}

.link--green {
  color: #86c644;
}

.link--green:visited {
  color: #86c644;
}

.link--gold {
  color: #836900 !important;
  font-weight: bold;
}

/* ========================
hoverで横線が出てくるやつ
==========================*/

.c-viewlinks {
  margin: 30px 0 0 0;
  text-align: center;
}

.viewlinks {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 14px;
}

.viewlinks::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #9ed9ed, #d592ff, #ff9993);
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all 0.2s ease;
}

.viewlinks::after {
  margin-left: 10px;
}

.viewlinks:hover::before {
  left: 0;
}

.js-hover:hover {
  opacity: 1;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol > li {
  counter-increment: number;
  position: relative;
}

ol > li:before {
  content: counter(number) ".";
  display: block;
  margin-left: -1em;
  position: absolute;
  top: 0;
  left: 0;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

ol.numlist {
  padding-left: 1.5em;
}

table {
  margin: 0 0 1em;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

th {
  font-weight: normal;
}

.table {
  margin-top: 20px;
  border: 1px solid #e1e2e2;
  text-align: center;
}

.table dl dt {
  background-color: #f5f5f4;
  padding: 10px;
}

.table dl dd {
  padding: 10px;
}

.table--default {
  margin: 0;
}

.table--default dl {
  line-height: 1.8;
}

.table .table-list > li {
  margin-top: 10px;
}

.table .table-list > li:first-child {
  margin-top: 0;
}

.table .table-note {
  display: block;
  position: relative;
  font-size: 10px;
}

.table .table-note::before {
  content: "※";
  display: inline-block;
}

.table-ordered > li {
  width: 100%;
  display: table;
  margin-bottom: 15px;
  border: 1px solid #f5f5f4;
  border-collapse: collapse;
}

.table-ordered > li::before {
  display: none;
}

.table-ordered > li .table-ordered__num {
  display: table-cell;
  width: 35px;
  background-color: #f0f3f8;
  border: 1px solid #f5f5f4;
  color: #3E9BC7;
  font-family: "Times New Roman";
  font-style: italic;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}

.table-ordered > li .table-ordered__txt {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 10px;
  border: 1px solid #f5f5f4;
}

.table-ordered > li .table-ordered__txt .table-ordered__title {
  font-size: 14px;
}

.table-ordered > li .table-ordered__txt .table-ordered__txt--last {
  font-weight: bold;
  font-size: 19px;
}

.btn-front {
  width: 369px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 2em;
  text-align: center;
  text-decoration: none;
  color: #08294A;
  background-color: #FEC00F;
  padding: 15px;
  display: inline-block;
  padding: 21px;
}

.btn-front:hover {
  opacity: 1;
  background-color: #F9700F;
  color: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #000000;
  border: none;
  padding: 5px 5px;
  border: 1px solid #000000;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 2px solid #836900;
  height: 37px;
  width: 100%;
}

textarea {
  width: 100%;
  height: 120px;
  resize: vertical;
}

input[type="text"] {
  display: block;
  width: 100%;
}

input.input-year {
  width: 30%;
  display: inline-block;
  margin-right: 10px;
}

input.input-month {
  width: 15%;
  display: inline-block;
  margin: 0 10px;
}

input.input-day {
  width: 15%;
  display: inline-block;
  margin: 0 10px;
}

.radio-input {
  opacity: 0;
  display: none;
}

.radio-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
}

.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #836900;
  border-radius: 50%;
}

.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #836900;
  border-radius: 50%;
}

body,
button,
input,
select,
textarea {
  color: #000000;
  font-family: Helvetica, a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 62.5%;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}

body.Win {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

/* ライブラリ */

/* コンポーネント */

/* 共通レイアウト(header, footer, etc.) */

/*=========================
common footer
==========================*/

.l-footer {
  text-align: right;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  display: none;
}

.l-footer .l-footer-inner {
  padding-bottom: 6px;
  position: relative;
}

.l-footer .l-footer-inner .c-toplink {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 53px;
}

.l-footer .l-footer-inner p {
  text-align: right;
  padding-right: 10px;
  font-size: 10px;
}

/*=========================
header
==========================*/

.l-header {
  width: 100%;
  position: relative;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 999;
}

.l-header .l-header-inner {
  padding: 45px 50px 0;
  position: relative;
  overflow: hidden;
}

.l-header .l-header-inner h1 {
  float: left;
  font-size: 50px;
  letter-spacing: 0.07em;
  line-height: 1.3;
  font-weight: 400;
}

.l-header .l-header-inner h1 a {
  text-decoration: none;
}

.l-header .l-header-inner nav.l-nav ul {
  float: right;
  font-size: 0;
  margin-top: 10px;
}

.l-header .l-header-inner nav.l-nav li {
  display: inline-block;
  margin-right: 30px;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.1em;
}

.l-header .l-header-inner nav.l-nav li a {
  text-decoration: none;
}

.l-header .l-header-inner nav.l-nav li:hover {
  opacity: .75;
}

.l-header .l-header-inner nav.l-nav li:last-of-type {
  margin-right: 0;
}

.l-header .l-header-inner nav.toggle {
  display: block;
  padding: 15px 0 0 0;
  float: right;
}

.l-header .l-header-inner .trigger,
.l-header .l-header-inner .trigger span {
  display: inline-block;
  transition: all .4s;
}

.l-header .l-header-inner .trigger {
  position: relative;
  width: 30px;
  height: 12px;
}

.l-header .l-header-inner .trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
}

.l-header .l-header-inner .trigger span:nth-of-type(1) {
  top: 0;
}

.l-header .l-header-inner .trigger span:nth-of-type(2) {
  top: 5px;
  opacity: 0;
}

.l-header .l-header-inner .trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all .4s;
}

.l-header .l-header-inner .trigger span:nth-of-type(3) {
  bottom: 0;
}

.l-header .l-header-inner.active nav.toggle {
  z-index: 99;
  position: relative;
}

.l-header .l-header-inner.active nav.toggle span {
  background-color: #000000;
}

.l-header .l-header-inner.active .trigger span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
  transform: translateY(8px) scale(0);
}

.l-header .l-header-inner.active .trigger span:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-header .l-header-inner.active .trigger span:nth-of-type(2)::after {
  background-color: #000000;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.l-header .l-header-inner.active .trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) scale(0);
  transform: translateY(-8px) scale(0);
}

.l-header .l-header-inner.active .trigger span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
  transform: translateY(8px) scale(0);
}

.l-header .l-header-inner.active .trigger span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-header .l-header-inner.active .trigger span:nth-of-type(2):after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.l-header .l-header-inner.active .trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) scale(0);
  transform: translateY(-8px) scale(0);
}

.l-header .toggleWrap {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -99;
  background-color: rgba(255, 255, 255, 0.75);
  transition-duration: .2s;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  padding: 0;
}

.l-header .toggleWrap ul.toggle-item {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header .toggleWrap ul.toggle-item li.toggle-item-list {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.l-header .toggleWrap ul.toggle-item li.toggle-item-list span {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 600;
  color: #E68275;
}

.l-header .toggleWrap ul.toggle-item li.toggle-item-list a {
  text-decoration: none;
  padding: 2vh 0;
  display: inline-block;
}

.l-header .toggleWrap ul.toggle-item li.toggle-item-list:hover {
  opacity: .75;
}

.l-header .toggleWrap.animation {
  z-index: 9;
  opacity: 1;
  visibility: visible;
}

.l-header.active {
  opacity: 1;
}

.animation {
  transition-property: opacity, visibility;
  transition-timing-function: ease-in;
}

.hide {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

/*=========================
heading
==========================*/

h2.section-heading {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin: 107px 0 23px;
}

h2.section-heading:first-of-type {
  margin-top: 0;
}

.l-wrapper {
  overflow: hidden;
  opacity: 0;
  transition: 1s ease-out;
}

.ready .l-wrapper {
  opacity: 1;
}

.l-main {
  overflow: hidden;
  padding: 110px 0 220px;
}

.l-list-item {
  margin: 0 auto;
}

.l-list-item article {
  margin-bottom: 30px;
}

.l-list-item article.fadeIn img,
.l-list-item article.fadeIn iframe {
  opacity: 0;
  transition: opacity .8s;
}

.l-list-item article.fadeIn.lazyloaded img,
.l-list-item article.fadeIn.lazyloaded iframe {
  opacity: 1;
}

.l-list-item .flex-col.flex-col_2 article {
  width: 100%;
}

/* ページごとのスタイル */

/* ====================
TOP
=======================*/

.top {
  overflow: auto;
}

.top .l-about {
  width: 633px;
  padding: 45px 0 0 50px;
  box-sizing: content-box;
}

.top .l-about p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 36px;
  letter-spacing: 0.12em;
}

.top .l-about p:last-of-type {
  margin-bottom: 0;
}

.top section.l-work {
  padding-top: 155px;
  margin-top: 70px;
}

.top section.l-issue {
  padding-top: 90px;
  position: relative;
  z-index: 5;
}

.top section.l-issue .flex-col {
  margin-bottom: 60px;
}

.top section.l-issue h3 {
  margin-bottom: 58px;
}

.top section.l-issue h5 {
  font-size: 22px;
  margin-top: 25px;
  line-height: 1.45;
  letter-spacing: 0;
}

.top section.l-issue p {
  margin-top: 12px;
}

.top section.l-issue .l-sgstn {
  text-align: center;
}

.top section.l-issue .l-sgstn img {
  margin-bottom: 37px;
}

.top section.l-issue .l-sgstn h3 {
  font-size: 48px;
  color: #E68275;
  margin-bottom: 0;
}

.top section.l-issue .l-sgstn h3 span {
  color: #000000;
  font-size: 38px;
}

.top section.l-issue .l-sgstn h5 {
  margin-top: 0;
}

.top section.l-photo {
  margin-top: 35px;
}

.top ::-webkit-scrollbar {
  width: 13px;
}

.top ::-webkit-scrollbar-track {
  border-radius: 30px;
  background: #ffffff;
}

.top ::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #D6E5EB;
}

/* ユーティリティ(color, size, spacing, etc.) */

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bc-lightgray {
  background-color: #f5f5f4 !important;
}

.u-bc-blue {
  background-color: #0B7AC0 !important;
}

.u-bc-white {
  background-color: #ffffff;
}

.u-bc--salmon {
  background-color: #feb38a;
}

.u-bc--skyblue {
  background-color: #a9dee4;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: white !important;
}

.u-c-red {
  color: #E84A4B !important;
}

.u-c-green {
  color: #86c644 !important;
}

.u-c-blue {
  color: #3E9BC7;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-b {
  display: none !important;
}

.u-sp375 {
  display: none !important;
}

.u-sp375-hide {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.dm {
  font-family: 'DM Sans', sans-serif;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.f-s-small {
  font-size: 12px;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-mt-sp {
  margin-top: 90px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 321px) {
  .u-sp375-hide {
    display: inline !important;
  }
}

@media screen and (min-width: 811px) {
  img {
    width: auto;
  }

  .l-header .l-header-inner nav.toggle {
    display: none;
  }

  .l-list-item .flex-col.flex-col_2 article {
    width: calc(50% - 15px);
  }

  .top section.l-issue .flex-col .flex-col-box {
    width: 332px;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }
}

@media screen and (min-width: 812px) {
  .flex-col_3 > .flex-col-box {
    width: 310px;
  }

  .flex-col_3 > li {
    width: 310px;
  }

  .flex-col_4 > li {
    width: 25%;
  }

  .flex-col_5 > li {
    width: 20%;
  }

  .flex-col-sp_2 > li {
    width: 100%;
  }

  .flex-col-sp_2_nmargin > li {
    width: 100%;
  }

  .flex-col_pc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-arrow::after {
    margin-left: 10px;
  }

  .link-arrow__left::before {
    margin-top: -3px;
    margin-right: 10px;
    font-size: 16px;
  }

  .viewlinks {
    font-size: 16px;
  }

  .table {
    display: table;
    margin-top: 30px;
    text-align: left;
    border-collapse: collapse;
  }

  .table dl {
    display: table-row;
  }

  .table dl dt {
    display: table-cell;
    padding: 10px 25px;
    border: 1px solid #e1e2e2;
  }

  .table dl dd {
    display: table-cell;
    padding: 10px 25px;
    border: 1px solid #e1e2e2;
  }

  .table--min {
    width: 500px;
  }

  .table--min dl dt {
    width: 170px;
  }

  .table--default {
    margin: 0;
  }

  .table--default dt {
    width: 180px;
    vertical-align: middle;
  }

  .table .table-note {
    padding-left: 1.5em;
    font-size: 13px;
  }

  .table .table-note::before {
    position: absolute;
    top: 0px;
    left: 0;
  }

  .table-ordered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .table-ordered > li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    min-height: 140px;
  }

  .table-ordered > li .table-ordered__num {
    width: 50px;
    font-size: 23px;
  }

  .table-ordered > li .table-ordered__txt {
    padding: 30px 20px;
  }

  .table-ordered > li .table-ordered__txt .table-ordered__title {
    font-size: 18px;
  }

  .table-ordered > li .table-ordered__txt .table-ordered__txt--last {
    font-size: 23px;
  }

  select {
    width: 290px;
  }

  textarea {
    width: 100%;
    height: 140px;
  }

  input[type="text"].input__min {
    width: 290px;
  }

  input[type="text"].middle-width {
    width: 340px;
  }

  input[type="text"].full-width {
    width: 100%;
  }

  input[type="text"].full-width--670 {
    width: 670px;
  }

  .input-birth input[type="text"] {
    float: inherit;
  }

  input.input-year {
    width: 113px;
  }

  input.input-month {
    width: 52px;
  }

  input.input-day {
    width: 52px;
  }

  input[type="text"].input--inline {
    display: inline-block;
    width: 90%;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 14px;
  }

  .u-sp-hide-b {
    display: block !important;
  }

  .f-s-small {
    font-size: 16px;
  }
}

@media screen and (min-width: 1300px) {
  .l-list-item {
    width: 1200px;
  }
}

@media screen and (max-width: 812px) {
  .btn-front {
    width: 100%;
  }

  .l-footer .l-footer-inner {
    padding-bottom: 9px;
    width: 91.2%;
    margin: 0 auto;
  }

  .l-footer .l-footer-inner .c-toplink {
    width: 40px;
    position: absolute;
    bottom: 30px;
    right: 0;
  }

  .l-footer .l-footer-inner p {
    padding-right: 42px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .l-header {
    overflow: visible;
  }

  .l-header .l-header-inner {
    padding: 10px 4.4% 0;
  }

  .l-header .l-header-inner h1 {
    font-size: 30px;
  }

  .l-header .l-header-inner nav.l-nav {
    display: none;
  }

  .l-header .toggleWrap ul.toggle-item li.toggle-item-list:hover {
    opacity: 1;
  }

  h2.section-heading {
    font-size: 16px;
    margin: 33px 0 7px;
  }

  .l-main {
    padding: 50px 0 110px;
  }

  .l-list-item {
    width: 100%;
    padding: 0 4.4%;
  }

  .l-list-item article {
    margin-bottom: 10px;
  }

  .l-list-item .flex-col.flex-col_2 {
    display: block;
  }

  .top .l-about {
    width: 100%;
    padding: 29px 4.4% 0 4.4%;
    box-sizing: border-box;
  }

  .top .l-about p {
    font-size: 14px;
  }

  .top section.l-work {
    padding-top: 79px;
    margin-top: 0px;
  }

  .top section.l-issue {
    padding-top: 40px;
  }

  .top section.l-issue .flex-col {
    margin-bottom: 45px;
  }

  .top section.l-issue .flex-col .flex-col-box {
    margin-bottom: 30px;
  }

  .top section.l-issue .flex-col .flex-col-box img {
    width: 92%;
  }

  .top section.l-issue .flex-col .flex-col-box:last-of-type {
    margin-bottom: 0;
  }

  .top section.l-issue h3 {
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 25px;
  }

  .top section.l-issue .l-sgstn img {
    width: 76px;
    margin-bottom: 41px;
  }

  .top section.l-issue .l-sgstn h3 {
    font-size: 42px;
    margin: 5px 0 10px;
  }

  .top section.l-issue .l-sgstn h3 span {
    font-size: 33px;
  }

  .top section.l-photo {
    padding-top: 22px;
    margin-top: 0;
  }

  .u-mt-sp {
    margin-top: 30px  !important;
  }
}

@media screen and (max-width: 360px) {
  .l-header .toggleWrap {
    padding-top: 9%;
  }
}

@media screen and (max-width: 320px) {
  .btn-front {
    font-size: 14px;
    border-radius: 3em;
  }

  .top section.l-issue h5 {
    font-size: 20px;
  }

  .top section.l-issue p {
    font-size: 13px;
    letter-spacing: 0;
  }

  .top section.l-issue .l-sgstn h3 {
    font-size: 40px;
  }

  .u-sp375 {
    display: inline !important;
  }
}

@media screen and (min-width: 812px) and (max-width: 1300px) {
  .l-list-item {
    width: calc(100% - 100px);
    min-width: 900px;
  }
}