@charset "UTF-8";
/* Scss Document */
/* =============================================================
reset.scss
============================================================== */
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type="color"]::-webkit-color-swatch {
  border: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align:baseline;
  background:transparent;
  font-weight:inherit;*/
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

/*
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}
table{font-size:inherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none}
*/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

svg {
  fill: #000;
  max-width: 100%;
}

/* =============================================================
base.scss
============================================================== */
body {
  line-height: 1;
  font-family: 'Noto Sans JP',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic",Meiryo, sans-serif;
  font-weight: 400;
  color: #202539;
}

a {
  outline: none;
  color: #202539;
  text-decoration: none;
}

.mincho {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E";
}

.gothic {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*=============================================================
   parts/base.scss
==============================================================*/
/* base style
---------------------------------------------*/
.base--wide, .base--large, .base, .base--small, .base--ss {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}

.base--max {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .base--max {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--max {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--max > *[class^="base"] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--wide {
  max-width: 1600px;
}
@media screen and (min-width: 560px) {
  .base--wide {
    max-width: 1680px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide {
    max-width: 1720px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--wide > *[class^="base"] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--large {
  max-width: 1400px;
}
@media screen and (min-width: 560px) {
  .base--large {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--large {
    max-width: 1520px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base----wide .base--large {
    max-width: 1400px;
  }
}
@media screen and (min-width: 960px) {
  .base----wide .base--large {
    max-width: 1400px;
  }
}
.base--large > *[class^="base"] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base {
  max-width: 1200px;
}
@media screen and (min-width: 560px) {
  .base {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base {
    max-width: 1320px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--large .base, .base--wide .base {
    max-width: 1200px;
  }
}
@media screen and (min-width: 960px) {
  .base--large .base, .base--wide .base {
    max-width: 1200px;
  }
}
.base > *[class^="base"] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--small {
  max-width: 960px;
}
@media screen and (min-width: 560px) {
  .base--small {
    max-width: 1040px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--small {
    max-width: 1080px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--wide .base--small, .base .base--small {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide .base--small, .base .base--small {
    max-width: 960px;
  }
}
.base--small > *[class^="base"] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--ss {
  max-width: 800px;
}
@media screen and (min-width: 560px) {
  .base--ss {
    max-width: 880px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--ss {
    max-width: 920px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--wide .base--ss, .base .base--ss, .base--small .base--ss {
    max-width: 800px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide .base--ss, .base .base--ss, .base--small .base--ss {
    max-width: 800px;
  }
}

/*=============================================================
  space.scss
==============================================================*/
.space--large {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 560px) {
  .space--large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .space--large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.space--large.last_section {
  padding-bottom: calc(120px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--large.last_section {
    padding-bottom: calc(120px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--large.last_section {
    padding-bottom: calc(120px + 130px);
  }
}

.space--medium {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .space--medium {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 960px) {
  .space--medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.space--medium.last_section {
  padding-bottom: calc(80px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--medium.last_section {
    padding-bottom: calc(80px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--medium.last_section {
    padding-bottom: calc(80px + 130px);
  }
}

.space--small {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 560px) {
  .space--small {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .space--small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.space--small.last_section {
  padding-bottom: calc(50px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--small.last_section {
    padding-bottom: calc(50px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--small.last_section {
    padding-bottom: calc(50px + 130px);
  }
}

.space--contents {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (min-width: 560px) {
  .space--contents {
    padding-top: 55px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .space--contents {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

/*=============================================================
  sectionbox.scss
==============================================================*/
.sectionbox {
  margin-top: 80px;
}
@media screen and (min-width: 560px) {
  .sectionbox {
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox {
    margin-top: 120px;
  }
}
.sectionbox--small {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .sectionbox--small {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox--small {
    margin-top: 60px;
  }
}

/*=============================================================
  background.scss
==============================================================*/
.contents_bg {
  background: #f1f1f1;
}

/*=============================================================
  gridLayout.css
==============================================================*/
.c-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 560px) {
  .c-grid {
    flex-direction: row;
  }
}

.c-gridItem {
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .c-gridItem {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .c-gridItem {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 560px) {
  .c-gridItem--cell30 {
    width: 28%;
  }
}
@media screen and (min-width: 560px) {
  .c-gridItem--cell40 {
    width: 38%;
  }
}
@media screen and (min-width: 560px) {
  .c-gridItem--cell60 {
    width: 57%;
  }
}
@media screen and (min-width: 560px) {
  .c-gridItem--cell70 {
    width: 67%;
  }
}

.c-gridItem_img {
  text-align: center;
}

.c-grid--row2 .c-gridItem {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .c-grid--row2 .c-gridItem {
    width: 47%;
  }
}
.c-grid--row2_spHalf {
  flex-direction: row;
}
.c-grid--row2_spHalf .c-gridItem {
  width: 48%;
}
@media screen and (min-width: 560px) {
  .c-grid--row2_spHalf .c-gridItem {
    width: 47%;
  }
}
.c-grid--row2_wrapnon {
  flex-direction: row;
}
.c-grid--row2_wrapnon .c-gridItem {
  width: 47%;
}

@media screen and (min-width: 560px) {
  .c-grid--row3::after {
    content: "";
    display: block;
    width: 31%;
  }
}
@media screen and (min-width: 560px) {
  .c-grid--row3 .c-gridItem {
    width: 31%;
  }
}
.c-grid--row3_spHalf {
  flex-direction: row;
}
.c-grid--row3_spHalf .c-gridItem {
  width: 48%;
}
@media screen and (min-width: 560px) {
  .c-grid--row3_spHalf .c-gridItem {
    width: 31%;
  }
}
.c-grid--row3_spHalf .c-gridItem:last-of-type {
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .c-grid--row3_spHalf .c-gridItem:last-of-type {
    margin: 0;
  }
}
.c-grid--row3_wrapnon {
  flex-direction: row;
}
.c-grid--row3_wrapnon::after {
  content: "";
  display: block;
  width: 31%;
}
.c-grid--row3_wrapnon .c-gridItem {
  width: 31%;
}

@media screen and (min-width: 768px) {
  .c-grid--row4::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }
  .c-grid--row4::after {
    content: "";
    display: block;
    width: 23%;
  }
}
@media screen and (min-width: 560px) {
  .c-grid--row4 .c-gridItem {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .c-grid--row4 .c-gridItem {
    width: 23%;
  }
}
.c-grid--row4_spHalf {
  flex-direction: row;
}
.c-grid--row4_spHalf .c-gridItem {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .c-grid--row4_spHalf .c-gridItem {
    width: 23%;
  }
}
.c-grid--row4_wrapnon {
  flex-direction: row;
}
.c-grid--row4_wrapnon::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
.c-grid--row4_wrapnon::after {
  content: "";
  display: block;
  width: 24%;
}
.c-grid--row4_wrapnon .c-gridItem {
  width: 23%;
}

/*=============================================================
  txt.scss
==============================================================*/
/* text style
---------------------------------------------*/
.txtbox p,
.txt {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .txtbox p,
  .txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .txtbox p,
  .txt {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.txtbox p + p,
.txt + .txt {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txtbox p + p,
  .txt + .txt {
    margin-top: 20px;
  }
}

.c-underline {
  display: inline-block;
  padding: 0 2px 2px 2px;
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.6) 60%);
}

.c-txtCenter {
  text-align: left;
}
@media screen and (min-width: 560px) {
  .c-txtCenter {
    text-align: center;
  }
}

.c-txtAnnotation {
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-txtAnnotation {
    font-size: 0.8125rem;
  }
}

/*=============================================================
  title.scss
==============================================================*/
.c-heading01 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .c-heading01 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .c-heading01 {
    margin-bottom: 70px;
  }
}
.c-heading01_en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #cd0303;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-heading01_en {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .c-heading01_en {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.c-heading01_ja {
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .c-heading01_ja {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .c-heading01_ja {
    font-size: 1.25rem;
  }
}
.c-heading01--white .c-heading01_en,
.c-heading01--white .c-heading01_ja {
  color: #fff;
}
.c-heading01--left {
  text-align: left;
}

/*=============================================================
  copyright.scss
==============================================================*/
.copyright {
  font-weight: bold;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .copyright {
    font-size: 0.875rem;
  }
}
.copyright.space--medium {
  padding-top: 0;
}

/*=============================================================
  hide.scss
==============================================================*/
.is-spHide {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide {
    display: block;
  }
}
.is-spHide--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide--inline {
    display: inline;
  }
}

.is-pcHide {
  display: block;
}
@media screen and (min-width: 960px) {
  .is-pcHide {
    display: none;
  }
}
.is-pcHide--inline {
  display: inline;
}
@media screen and (min-width: 960px) {
  .is-pcHide--inline {
    display: none;
  }
}

.is-tabHide {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-tabHide {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide {
    display: block;
  }
}
.is-tabHide--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-tabHide--inline {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide--inline {
    display: inline;
  }
}

.is-spShow {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-spShow {
    display: none;
  }
}
.is-spShow--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-spShow--inline {
    display: none;
  }
}

.is-pcShow {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow {
    display: block;
  }
}
.is-pcShow--inline {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow--inline {
    display: inline;
  }
}

.is-tabShow {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow {
    display: none;
  }
}
.is-tabShow--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow--inline {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow--inline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-mdUnderHide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-mdOverHide {
    display: none;
  }
}

/*=============================================================
  link.scss
==============================================================*/
.a-linkline:link, .a-linkline:visited {
  color: #1530A0;
  text-decoration: underline;
}
.a-linkline:hover, .a-linkline:active {
  color: #4460D5;
  text-decoration: none;
}

.c-anchorlink {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (min-width: 960px) {
  .c-anchorlink {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.c-hoverimg img {
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .c-hoverimg:hover img {
    transform: scale(1.1);
  }
}

/*=============================================================
  aosCustomize.scss
==============================================================*/
[data-aos=fade-up] {
  transform: translate3d(0, 30px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -30px, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

/* =============================================================
header
============================================================== */
#l-header {
  position: relative;
}
@media screen and (min-width: 768px) {
  #l-header {
    display: flex;
    justify-content: space-between;
    height: 100vh;
  }
}

.headerWrap {
  width: 100%;
  height: 80px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
@media screen and (min-width: 560px) {
  .headerWrap {
    height: 100px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 768px) {
  .headerWrap {
    width: 33.3%;
    height: auto;
  }
}
@media screen and (min-width: 1600px) {
  .headerWrap {
    width: 25%;
  }
}

.header_logo {
  width: 60%;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .header_logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header_logo a {
    display: inline-block;
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  .header_logo a {
    transition: opacity 0.1s;
  }
}
@media screen and (min-width: 960px) {
  .header_logo a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .header_logo img {
    object-position: left center;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
.header_tel {
  width: 25%;
}
@media screen and (min-width: 560px) {
  .header_tel {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .header_tel {
    display: none;
  }
}
.header_tel a {
  display: block;
  border-radius: 40px;
  background: #cd0303;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  width: auto;
  font-size: 1.25rem;
}
@media screen and (min-width: 560px) {
  .header_tel a {
    font-size: 1rem;
    padding: 15px 5px;
  }
}
@media screen and (max-width: 559px) {
  .header_tel a span {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
}
@media screen and (min-width: 560px) {
  .header_tel a span {
    padding-left: 10px;
  }
}

.scroll {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 20px;
  bottom: 0;
  transform: translateY(30%);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .scroll {
    right: auto;
    left: calc(33.3vw / 2);
    bottom: 40px;
    transform: translateY(0) translateX(-50%);
  }
}
@media screen and (min-width: 960px) {
  .scroll {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1600px) {
  .scroll {
    left: calc(25vw / 2);
  }
}
.scroll_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll_inner::before {
  content: '';
  background: url("../../img/top/scroll_text.png") no-repeat left top/cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: animeScroll 5s linear infinite;
}
.scroll_btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #2e2e32;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  position: relative;
}
@media screen and (min-width: 960px) {
  .scroll_btn {
    width: 100px;
    height: 100px;
    font-size: 1rem;
  }
}

@keyframes animeScroll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* =============================================================
navigation
============================================================== */
/* 
// スマホでメニューが表示されたときに背景のコンテンツがスクロールしないように
html{
  overflow: auto;
  height: 100%;
}
body.is-menuopen{
  overflow: hidden;
  height: 100%;
}


// スマホで表示されたメニューのスクロール
.navi_menu{
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
*/
/* =============================================================
footer
============================================================== */
#l-footer {
  background: #2e2e32;
  color: #fff;
  text-align: center;
}
#l-footer .c-heading01 {
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  #l-footer .c-heading01 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  #l-footer .c-heading01 {
    margin-bottom: 40px;
  }
}

.footContact_txt {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .footContact_txt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .footContact_txt {
    font-size: 1.125rem;
  }
}
.footContact_tel {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .footContact_tel {
    margin-top: 35px;
  }
}
@media screen and (min-width: 960px) {
  .footContact_tel {
    margin-top: 40px;
  }
}
.footContact_tel a {
  display: block;
  width: 90%;
  max-width: 420px;
  margin: 0px auto;
  background: #fff;
  color: #202539;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding: 30px 20px;
  border-radius: 40px;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (min-width: 560px) {
  .footContact_tel a {
    font-size: 1.375rem;
    pointer-events: none;
    padding: 35px 20px;
    border-radius: 50px;
  }
}
@media screen and (min-width: 960px) {
  .footContact_tel a {
    font-size: 1.5rem;
    padding: 40px 20px;
  }
}
.footContact_tel a i {
  color: #cd0303;
  margin-right: 10px;
}

/* =============================================================
main.css
============================================================== */
/* =============================================================
top.css
============================================================== */
/* mainVisual
-------------------------------------*/
.mainVisual {
  width: 100%;
  height: calc(80vh - 80px);
  background: url("../../img/top/mainVisual_bg_sp.jpg") no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .mainVisual {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual {
    width: 66.7%;
    height: 100vh;
    background: url("../../img/top/mainVisual_bg.jpg") no-repeat center center/cover;
  }
}
@media screen and (min-width: 1600px) {
  .mainVisual {
    width: 75%;
  }
}
.mainVisual_copy {
  width: 95%;
  max-width: 968px;
  margin-bottom: 20px;
}
.mainVisual_copy img {
  width: 100%;
}
.mainVisual_ja {
  font-size: 3.5vw;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .mainVisual_ja {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1600px) {
  .mainVisual_ja {
    font-size: 2.25rem;
  }
}

/* topAbout
-------------------------------------*/
@media screen and (min-width: 768px) {
  .topAboutWrap {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .topAboutPolicy {
    max-inline-size: max-content;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .topAboutPolicy {
    width: 60%;
  }
}
@media screen and (min-width: 1400px) {
  .topAboutPolicy {
    width: 50%;
  }
}
.topAboutPolicy_item {
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .topAboutPolicy_item {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .topAboutPolicy_item {
    margin-bottom: 100px;
  }
}
.topAboutPolicy_title {
  color: #cd0303;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .topAboutPolicy_title {
    font-size: 1.875rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .topAboutPolicy_title {
    font-size: 2.25rem;
    margin-bottom: 60px;
  }
}
.topAboutPolicy_txt {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .topAboutPolicy_txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .topAboutPolicy_txt {
    font-size: 1.875rem;
  }
}

.topAboutPh {
  width: 80%;
  margin: 0 auto;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .topAboutPh {
    width: 33.3%;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .topAboutPh {
    width: 40%;
    max-width: 550px;
  }
}
@media screen and (min-width: 1600px) {
  .topAboutPh {
    width: 46%;
  }
}
.topAboutPh_txt {
  display: flex;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1.3;
  margin-top: 15px;
  flex-wrap: wrap;
  color: #161616;
}
@media screen and (min-width: 960px) {
  .topAboutPh_txt {
    font-size: 1rem;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .topAboutPh_txt {
    font-size: 1.125rem;
    margin-top: 30px;
  }
}
.topAboutPh_txt span {
  display: inline-block;
}
.topAboutPh_txt span:nth-of-type(2) {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .topAboutPh_txt span:nth-of-type(2) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .topAboutPh_txt span:nth-of-type(2) {
    margin-left: 30px;
  }
}

/* topConduct
-------------------------------------*/
.topConductWrap {
  background: url("../../img/top/top_conduct.jpg") no-repeat center center/cover;
  color: #fff;
}

.topConduct {
  text-align: center;
}
.topConduct cite {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-top: 40px;
  display: inline-block;
}
@media screen and (min-width: 560px) {
  .topConduct cite {
    font-size: 0.9375rem;
    margin-top: 70px;
  }
}
@media screen and (min-width: 960px) {
  .topConduct cite {
    font-size: 1rem;
    margin-top: 100px;
  }
}

.topConduct_txt {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 30px;
}
@media screen and (min-width: 560px) {
  .topConduct_txt {
    font-size: 1.625rem;
    padding-top: 40px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .topConduct_txt {
    font-size: 1.875rem;
    padding-top: 60px;
    line-height: 1.8;
  }
}
.topConduct_txt span {
  font-size: 60%;
  font-weight: 400;
}

/* topGuideline
-------------------------------------*/
.topGuidelineWrap {
  background: url("../../img/top/top_guidelines.jpg") no-repeat center center/cover;
}

.topGuideline {
  max-inline-size: max-content;
  margin-inline: auto;
  counter-reset: number;
}
.topGuideline li {
  padding: 20px 20px 20px 55px;
  border-radius: 60px;
  box-shadow: 0px 0px 18px 0px rgba(91, 91, 91, 0.17);
  background: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  counter-increment: number 1;
}
@media screen and (min-width: 560px) {
  .topGuideline li {
    font-size: 1.125rem;
    padding: 20px 40px 20px 70px;
  }
}
@media screen and (min-width: 960px) {
  .topGuideline li {
    font-size: 1.375rem;
    padding: 25px 30px 25px 80px;
  }
}
@media screen and (min-width: 1200px) {
  .topGuideline li {
    font-size: 1.625rem;
    padding: 25px 30px 25px 95px;
  }
}
.topGuideline li::before {
  content: counter(number) ".";
  color: #cd0303;
  position: absolute;
  left: 30px;
  top: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
}
@media screen and (min-width: 560px) {
  .topGuideline li::before {
    left: 40px;
    font-size: 1.625rem;
    top: 16px;
  }
}
@media screen and (min-width: 960px) {
  .topGuideline li::before {
    font-size: 2rem;
    top: 19px;
    left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .topGuideline li::before {
    font-size: 2.25rem;
    left: 45px;
  }
}
.topGuideline li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .topGuideline li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

/* topBusiness
-------------------------------------*/

.topBusinessWrap {
  background: #2e2e32;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .topBusinessWrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .topBusinessWrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.topBusinessHeading {
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.875rem;
  margin-bottom: 60px;
}
@media screen and (min-width: 560px) {
  .topBusinessHeading {
    font-size: 2.8125rem;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .topBusinessHeading {
    font-size: 3.75rem;
    margin-bottom: 100px;
  }
}
.topBusinessHeading_en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-right: 30px;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 560px) {
  .topBusinessHeading_en {
    margin-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .topBusinessHeading_en {
    margin-right: 90px;
  }
}
.topBusinessHeading_ja {
  font-weight: 700;
  font-size: 40%;
  margin: 10px 0;
}

.topBusiness {
  counter-reset: business;
}
@media screen and (min-width: 560px) {
  .topBusiness {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.topBusinessItem {
  background: #fff;
  border-radius: 15px 15px 0 0;
  padding-top: 50px;
  position: relative;
  counter-increment: business 1;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .topBusinessItem {
    border-radius: 20px 20px 0 0;
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .topBusinessItem {
    width: 32%;
  }
}
@media screen and (min-width: 960px) {
  .topBusinessItem {
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .topBusinessItem {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .topBusinessItem:first-of-type {
    width: 100%;
  }
}
.topBusinessItem:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .topBusinessItem:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .topBusinessItem:not(:first-of-type) {
    margin-top: 0;
  }
}
.topBusinessItem::before {
  content: "0" counter(business);
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background: #cd0303;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 0.875rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .topBusinessItem::before {
    width: 70px;
    height: 70px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .topBusinessItem::before {
    width: 86px;
    height: 86px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .topBusinessItem::after {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: #cd0303;
    position: absolute;
    left: 50%;
    top: 60px;
  }
}
.topBusinessItem_title {
  position: relative;
  padding: 0 20px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .topBusinessItem_title {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .topBusinessItem_title {
    font-size: 2.25rem;
  }
}
.topBusinessItem_txt {
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 0 20px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .topBusinessItem_txt {
    font-size: 1.0625rem;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .topBusinessItem_txt {
    font-size: 1.125rem;
    line-height: 1.8;
    padding-bottom: 40px;
  }
}
.topBusinessItem_txt br {
  display: inline;
}
@media screen and (min-width: 560px) {
  .topBusinessItem_txt br {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .topBusinessItem_txt br {
    display: inline;
  }
}
.topBusinessItem_ph {
  width: 100%;
}

/* topFudosanWrap
-------------------------------------*/
.topFudosanWrap {
  display: flex;
}

.topFudosanHeading {
  width: 15%;
  max-width: 280px;
  background: #cd0303;
  color: #fff;
}
.topFudosanHeading_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topFudosanHeading_ja {
  writing-mode: vertical-rl;
  font-size: 1.625rem;
}
@media screen and (min-width: 560px) {
  .topFudosanHeading_ja {
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 960px) {
  .topFudosanHeading_ja {
    font-size: 3.125rem;
  }
}
.topFudosanHeading_en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.625rem;
  position: relative;
  padding-top: 50px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .topFudosanHeading_en {
    padding-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .topFudosanHeading_en {
    padding-top: 70px;
    font-size: 0.9375rem;
    letter-spacing: 0.2rem;
  }
}
.topFudosanHeading_en span {
  display: inline-block;
  padding: 0 5px;
}
.topFudosanHeading_en::before {
  content: '';
  width: 1px;
  height: 30px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .topFudosanHeading_en::before {
    height: 40px;
  }
}
@media screen and (min-width: 960px) {
  .topFudosanHeading_en::before {
    height: 50px;
  }
}

.topFudosanContents {
  flex: 1;
}

@media screen and (min-width: 960px) {
  .topFudosan {
    display: flex;
    justify-content: space-around;
  }
}

.topFudosanItem {
  border-radius: 15px 15px 0 0;
  box-shadow: 0px 0px 18px 0px rgba(91, 91, 91, 0.17);
  background: #fff;
  padding: 20px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 560px) {
  .topFudosanItem {
    border-radius: 20px 20px 0 0;
    padding: 35px;
  }
}
@media screen and (min-width: 960px) {
  .topFudosanItem {
    width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .topFudosanItem {
    border-radius: 30px 30px 0 0;
    padding: 50px;
  }
}
.topFudosanItem + .topFudosanItem {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .topFudosanItem + .topFudosanItem {
    margin-top: 0;
  }
}
.topFudosanItem_title {
  color: #cd0303;
  font-size: 1.375rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #cd0303;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  .topFudosanItem_title {
    font-size: 1.875rem;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .topFudosanItem_title {
    font-size: 2.25rem;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
}
.topFudosanItem_title span {
  display: block;
  font-size: 66.6%;
  margin-top: 5px;
  width: 100%;
}
.topFudosanItem_contents + .topFudosanItem_contents {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .topFudosanItem_contents + .topFudosanItem_contents {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .topFudosanItem_contents + .topFudosanItem_contents {
    margin-top: 60px;
  }
}
.topFudosanItem_contents dt {
  color: #cd0303;
  font-size: 1.125rem;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .topFudosanItem_contents dt {
    font-size: 1.3125rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .topFudosanItem_contents dt {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.topFudosanItem_contents dd {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .topFudosanItem_contents dd {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .topFudosanItem_contents dd {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.topFudosanItem_contents dd ul {
  list-style: disc;
  padding-left: 25px;
}
.topFudosanItem_contents dd .txt--small {
  font-size: 88%;
}

.topProsperity {
  background: url("../../img/top/top_fudosan_bg02.png") no-repeat center bottom/100% auto, url("../../img/top/top_fudosan_bg01.png") repeat left top;
  padding-top: 60px;
  margin-top: calc(((120px / 2) * -1) * 2);
}
@media screen and (min-width: 560px) {
  .topProsperity {
    padding-top: 80px;
    margin-top: calc(((120px - 40px) * -1) * 2);
  }
}
@media screen and (min-width: 960px) {
  .topProsperity {
    padding-top: 120px;
    margin-top: calc((120px * -1) * 2);
  }
}

.topProsperity_inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  grid-template-areas: "title" "list" "img";
}
@media screen and (min-width: 768px) {
  .topProsperity_inner {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
    grid-template-areas: "title title" "list img";
  }
}
@media screen and (min-width: 1200px) {
  .topProsperity_inner {
    grid-template-rows: auto auto;
    grid-template-areas: "title img" "list img";
  }
}
.topProsperity_heading {
  grid-area: title;
}
.topProsperity_list {
  grid-area: list;
}
.topProsperity_img {
  grid-area: img;
}
.topProsperity_heading {
  font-size: 1.125rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #c8c9c9;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .topProsperity_heading {
    font-size: 1.3125rem;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .topProsperity_heading {
    font-size: 1.5rem;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.topProsperity_list div {
  max-inline-size: max-content;
}
.topProsperity_list ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 15px;
}
.topProsperity_list li {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .topProsperity_list li {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .topProsperity_list li {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.topProsperity_list li + li {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .topProsperity_img div {
    width: 90%;
    max-width: 450px;
    margin: 20px auto 0 auto;
    text-align: center;
  }
}

/* topCompanyWrap
-------------------------------------*/
.topCompany_table {
  width: 100%;
  table-layout: fixed;
}
.topCompany_table tr:not(:last-of-type) th, .topCompany_table tr:not(:last-of-type) td {
  border-bottom: 1px solid #d9d9da;
}
.topCompany_table th, .topCompany_table td {
  padding: 20px 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 560px) {
  .topCompany_table th, .topCompany_table td {
    padding: 35px 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .topCompany_table th, .topCompany_table td {
    padding: 35px 15px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.topCompany_table th span, .topCompany_table td span {
  display: inline-block;
}
.topCompany_table th {
  font-weight: 700;
  vertical-align: top;
  width: 22%;
}
@media screen and (min-width: 960px) {
  .topCompany_table th {
    width: 180px;
  }
}

/* =============================================================
utility.scss
============================================================== */
.material-icons {
  display: inline-flex;
  vertical-align: middle;
  font-size: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .c-pcCenter {
    text-align: center;
  }
}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
  display: block;
  overflow: hidden;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

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

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

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

.opa a:hover {
  opacity: 0.80;
}

.bold {
  font-weight: bold;
}

.redtxt {
  color: #CF1212;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 959px) {
  .pt0 {
    padding-top: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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