@charset "UTF-8";
/*-------------------------------------------
 variable
-------------------------------------------*/
/***  color  ***/
/***  font-size  ***/
/***  screen  ***/
/***  font(NotoSansJP)  ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/***  point  ***/
/*-------------------------------------------
 reset
-------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
main {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

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

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none !important;
  border-radius: 0; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/*-------------------------------------------
 style
-------------------------------------------*/
/***  tag  ***/
html {
  font-size: 62.5%; }
  @media screen and (max-width: 1040px) {
    html {
      font-size: 57.5%; } }
  @media screen and (max-width: 767px) {
    html {
      font-size: 52.5%; } }

body {
  background-color: #FAFCFF;
  font-family: 'Noto Sans JP','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
  font-weight: 400;
  color: #261A0C;
  font-size: 1.8rem;
  text-size-adjust: 100%;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 6.0rem; } }

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

button {
  background: none;
  border: none;
  padding: 0; }

a {
  color: #333333;
  text-decoration: none;
  transition: all ease-in-out .2s; }
  a:hover {
    opacity: 0.6;
    transition: all ease-in-out .2s; }
    @media screen and (max-width: 767px) {
      a:hover {
        opacity: 1.0; } }

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

article {
  max-width: 1040px;
  margin: 7.5rem auto; }
  @media screen and (max-width: 1040px) {
    article {
      padding-left: 2.0rem;
      padding-right: 2.0rem; } }
  @media screen and (max-width: 767px) {
    article {
      margin-top: 5.0rem;
      margin-bottom: 5.0rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

img {
  max-width: 100%; }

img.line {
  border: 1px solid #dddddd; }

p {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify; }
  p strong {
    font-weight: 700; }
  p i {
    color: #EC1212;
    font-style: normal; }

b {
  font-weight: 500; }

.sample {
  color: #EC1212;
  font-style: normal; }

u {
  color: #EC1212;
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

sub {
  font-size: inherit; }

body .tc {
  text-align: center; }
body .tl {
  text-align: left; }
body .tr {
  text-align: right; }
body .pt00 {
  padding-top: 0; }
body .pt05 {
  padding-top: 0.5rem; }
body .pt10 {
  padding-top: 1.0rem; }
body .pt15 {
  padding-top: 1.5rem; }
body .pt20 {
  padding-top: 2.0rem; }
body .pt25 {
  padding-top: 2.5rem; }
body .pt30 {
  padding-top: 3.0rem; }
body .pt35 {
  padding-top: 3.5rem; }
body .pt40 {
  padding-top: 4.0rem; }
body .pt45 {
  padding-top: 4.5rem; }
body .pt50 {
  padding-top: 5.0rem; }
body .pb00 {
  padding-bottom: 0; }
body .pb05 {
  padding-bottom: 0.5rem; }
body .pb10 {
  padding-bottom: 1.0rem; }
body .pb15 {
  padding-bottom: 1.5rem; }
body .pb20 {
  padding-bottom: 2.0rem; }
body .pb25 {
  padding-bottom: 2.5rem; }
body .pb30 {
  padding-bottom: 3.0rem; }
body .pb35 {
  padding-bottom: 3.5rem; }
body .pb40 {
  padding-bottom: 4.0rem; }
body .pb45 {
  padding-bottom: 4.5rem; }
body .pb50 {
  padding-bottom: 5.0rem; }
body .mt00 {
  margin-top: 0; }
body .mt05 {
  margin-top: 0.5rem; }
body .mt10 {
  margin-top: 1.0rem; }
body .mt15 {
  margin-top: 1.5rem; }
body .mt20 {
  margin-top: 2.0rem; }
body .mt25 {
  margin-top: 2.5rem; }
body .mt30 {
  margin-top: 3.0rem; }
body .mt35 {
  margin-top: 3.5rem; }
body .mt40 {
  margin-top: 4.0rem; }
body .mt45 {
  margin-top: 4.5rem; }
body .mt50 {
  margin-top: 5.0rem; }
body .mr00 {
  margin-right: 0; }
body .mr05 {
  margin-right: 0.5rem; }
body .mr10 {
  margin-right: 1.0rem; }
body .mr15 {
  margin-right: 1.5rem; }
body .mr20 {
  margin-right: 2.0rem; }
body .mr25 {
  margin-right: 2.5rem; }
body .mr30 {
  margin-right: 3.0rem; }
body .mr35 {
  margin-right: 3.5rem; }
body .mr40 {
  margin-right: 4.0rem; }
body .mr45 {
  margin-right: 4.5rem; }
body .mr50 {
  margin-right: 5.0rem; }
body .mb00 {
  margin-bottom: 0; }
body .mb05 {
  margin-bottom: 0.5rem; }
body .mb10 {
  margin-bottom: 1.0rem; }
body .mb15 {
  margin-bottom: 1.5rem; }
body .mb20 {
  margin-bottom: 2.0rem; }
body .mb25 {
  margin-bottom: 2.5rem; }
body .mb30 {
  margin-bottom: 3.0rem; }
body .mb35 {
  margin-bottom: 3.5rem; }
body .mb40 {
  margin-bottom: 4.0rem; }
body .mb45 {
  margin-bottom: 4.5rem; }
body .mb50 {
  margin-bottom: 5.0rem; }
body .mt-05 {
  margin-top: -0.5rem; }
body .mt-10 {
  margin-top: -1.0rem; }
body .mt-15 {
  margin-top: -1.5rem; }
body .mt-20 {
  margin-top: -2.0rem; }
body .mt-25 {
  margin-top: -2.5rem; }
body .mt-30 {
  margin-top: -3.0rem; }
body .mt-35 {
  margin-top: -3.5rem; }
body .mt-40 {
  margin-top: -4.0rem; }
body .mt-45 {
  margin-top: -4.5rem; }
body .mt-50 {
  margin-top: -5.0rem; }
body .mr-05 {
  margin-right: -0.5rem; }
body .mr-10 {
  margin-right: -1.0rem; }
body .mr-15 {
  margin-right: -1.5rem; }
body .mr-20 {
  margin-right: -2.0rem; }
body .mr-25 {
  margin-right: -2.5rem; }
body .mr-30 {
  margin-right: -3.0rem; }
body .mr-35 {
  margin-right: -3.5rem; }
body .mr-40 {
  margin-right: -4.0rem; }
body .mr-45 {
  margin-right: -4.5rem; }
body .mr-50 {
  margin-right: -5.0rem; }
body .mb-05 {
  margin-bottom: -0.5rem; }
body .mb-10 {
  margin-bottom: -1.0rem; }
body .mb-15 {
  margin-bottom: -1.5rem; }
body .mb-20 {
  margin-bottom: -2.0rem; }
body .mb-25 {
  margin-bottom: -2.5rem; }
body .mb-30 {
  margin-bottom: -3.0rem; }
body .mb-35 {
  margin-bottom: -3.5rem; }
body .mb-40 {
  margin-bottom: -4.0rem; }
body .mb-45 {
  margin-bottom: -4.5rem; }
body .mb-50 {
  margin-bottom: -5.0rem; }
body .ml-05 {
  margin-left: -0.5rem; }
body .ml-10 {
  margin-left: -1.0rem; }
body .ml-15 {
  margin-left: -1.5rem; }
body .ml-20 {
  margin-left: -2.0rem; }
body .ml-25 {
  margin-left: -2.5rem; }
body .ml-30 {
  margin-left: -3.0rem; }
body .ml-35 {
  margin-left: -3.5rem; }
body .ml-40 {
  margin-left: -4.0rem; }
body .ml-45 {
  margin-left: -4.5rem; }
body .ml-50 {
  margin-left: -5.0rem; }
body .bb-n {
  border-bottom: none !important; }
body .mincho {
  font-size: 2rem;
  font-family: 'Noto Serif JP';
  font-weight: 500;
  line-height: 2.0; }
  body .mincho b {
    font-weight: 700; }

/***  class  ***/
.head {
  color: #261A0C;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 7.5rem;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 767px) {
    .head {
      font-size: 2.2rem;
      margin-top: 5.0rem;
      margin-bottom: 1.5rem; } }

.sub-head {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
  @media screen and (max-width: 767px) {
    .sub-head {
      font-size: 2rem; } }

.name {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .name b {
    font-family: 'Noto Serif JP';
    font-size: 3.2rem;
    font-weight: 700;
    margin-left: 2.0rem; }
    @media screen and (max-width: 767px) {
      .name b {
        font-size: 2.8rem; } }

.cap {
  background-color: #FF8100;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  margin-top: 1.0rem;
  margin-right: 0.5rem;
  margin-bottom: 1.0rem;
  display: inline-block;
  padding: 0.7rem 1.5rem;
  border-radius: 1.0rem; }

.none {
  display: none; }

.mask {
  overflow: hidden; }

.more {
  display: flex;
  justify-content: flex-end;
  padding-right: 2.5rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  .more a {
    font-size: 1.8rem;
    font-weight: 500; }
    .more a img {
      margin-left: 2.5rem; }

.btn {
  display: flex;
  justify-content: flex-start; }
  .btn a {
    background-color: #ffffff;
    color: #233664;
    font-size: 1.8rem;
    font-weight: 700;
    justify-content: space-between;
    padding: 1.5rem 2.0rem;
    border-radius: 1.0rem;
    box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.2);
    margin-top: 1.0rem;
    margin-bottom: 1.0rem; }
    .btn a img {
      margin-left: 1.5rem; }

.inquiry {
  max-width: 1040px;
  margin: 20.0rem auto 3.5rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1040px) {
    .inquiry {
      padding-left: 2.0rem;
      padding-right: 2.0rem; } }
  @media screen and (max-width: 767px) {
    .inquiry {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      margin-top: 12.0rem;
      margin-bottom: 2.0rem; } }
  .inquiry h2 {
    color: #261A0C;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 767px) {
      .inquiry h2 {
        font-size: 2.4rem; } }
  .inquiry p {
    text-align: center;
    margin-bottom: 2.0rem; }
    @media screen and (max-width: 767px) {
      .inquiry p {
        margin-bottom: 1.0rem; } }
  .inquiry ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .inquiry ul {
        flex-direction: column; } }
    .inquiry ul li {
      display: flex;
      width: 50%;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
      @media screen and (max-width: 767px) {
        .inquiry ul li {
          width: 100%;
          justify-content: center; } }
      .inquiry ul li:nth-of-type(odd) {
        justify-content: flex-end;
        border-right: 1px solid #dddddd;
        padding-right: 3.0rem; }
        @media screen and (max-width: 767px) {
          .inquiry ul li:nth-of-type(odd) {
            justify-content: center;
            border-right: none;
            padding-right: 0; } }
      .inquiry ul li:nth-of-type(even) {
        padding-left: 3.0rem; }
        @media screen and (max-width: 767px) {
          .inquiry ul li:nth-of-type(even) {
            padding-left: 0; } }
      .inquiry ul li .wrap {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .inquiry ul li .wrap h3 {
          font-size: 1.4rem;
          font-weight: 700;
          margin-bottom: 0.5rem; }
        .inquiry ul li .wrap a {
          color: #233664;
          font-size: 3.6rem;
          font-weight: 700;
          display: inline-block; }
        .inquiry ul li .wrap img {
          margin-right: 0.5rem; }
      .inquiry ul li .btn a {
        font-size: 2.2rem; }
        @media screen and (max-width: 767px) {
          .inquiry ul li .btn a {
            font-size: 2rem; } }
      .inquiry ul li .btn .icon {
        margin-left: 0;
        margin-right: 0.5rem; }

/*** header  ***/
header {
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 767px) {
    header {
      position: fixed;
      top: 0;
      z-index: 999; } }
  header .wrap {
    max-width: 1040px;
    width: 100%;
    height: 11.0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1040px) {
      header .wrap {
        padding-left: 2.0rem;
        padding-right: 2.0rem; } }
    @media screen and (max-width: 767px) {
      header .wrap {
        height: 6.0rem;
        padding-left: 1.5rem;
        padding-right: 0; } }
    header .wrap .left {
      width: calc(100% - 8.0rem);
      display: flex;
      flex-direction: column; }
      header .wrap .left .copy {
        color: #233664;
        font-size: 1.4rem;
        font-weight: 500;
        margin-bottom: 1.0rem; }
        @media screen and (max-width: 767px) {
          header .wrap .left .copy {
            display: none; } }
      header .wrap .left .inner {
        display: inline-flex;
        align-items: center; }
        header .wrap .left .inner .logo {
          margin-right: 3.0rem; }
          header .wrap .left .inner .logo a {
            display: block; }
            @media screen and (max-width: 767px) {
              header .wrap .left .inner .logo a img {
                width: 180px; } }
        header .wrap .left .inner .btn-big {
          height: 4.0rem;
          margin-right: 1.0rem; }
          @media screen and (max-width: 767px) {
            header .wrap .left .inner .btn-big {
              display: none; } }
          header .wrap .left .inner .btn-big.ptn-01 a {
            background-color: #233664; }
          header .wrap .left .inner .btn-big.ptn-02 a {
            background-color: #EC1212; }
          header .wrap .left .inner .btn-big a {
            color: #ffffff;
            font-size: 1.6rem;
            font-weight: 500;
            display: flex;
            align-items: center;
            height: 4.0rem;
            border-radius: 2.5rem;
            padding-left: 1.5rem;
            padding-right: 2.0rem; }
            header .wrap .left .inner .btn-big a img {
              margin-right: 1.0rem; }
    header .wrap .right {
      width: 8.0rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      header .wrap .right .burger {
        padding: 1.0rem;
        position: relative;
        cursor: pointer; }
        header .wrap .right .burger::before {
          content: '';
          border-top: 2px solid #261A0C;
          display: block;
          height: 4px;
          overflow: hidden;
          width: 4.0rem;
          margin-bottom: 1.0rem;
          transition: all ease-out .3s; }
        header .wrap .right .burger::after {
          content: '';
          border-top: 2px solid #261A0C;
          display: block;
          height: 4px;
          overflow: hidden;
          width: 4.0rem;
          transition: all ease-out .3s; }
        header .wrap .right .burger .line {
          border-top: 2px solid #261A0C;
          display: block;
          height: 4px;
          overflow: hidden;
          width: 4.0rem;
          margin-bottom: 1.0rem;
          transition: all ease-out .3s; }
        header .wrap .right .burger.open {
          padding-left: 2.5rem; }
          header .wrap .right .burger.open::before {
            width: 4.0rem;
            transform: rotate(45deg) translateY(1.2rem); }
          header .wrap .right .burger.open .line {
            display: none; }
          header .wrap .right .burger.open::after {
            width: 4.0rem;
            transform: rotate(-45deg) translateY(-1.1rem); }

.menu-wrap {
  display: none;
  background-color: #ffffff;
  width: 100%;
  height: calc(100% - 11.0rem);
  overflow-y: auto;
  position: fixed;
  top: 11.0rem;
  z-index: 999; }
  @media screen and (max-width: 767px) {
    .menu-wrap {
      height: calc(100% - 6.0rem);
      top: 6.0rem; } }
  .menu-wrap ul.menu-h {
    width: 100%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding: 2.0rem 0; }
    @media screen and (max-width: 767px) {
      .menu-wrap ul.menu-h {
        padding-left: 2.0rem;
        padding-right: 2.0rem; } }
    .menu-wrap ul.menu-h li {
      margin-bottom: 1.0rem; }
      .menu-wrap ul.menu-h li a {
        font-size: 1.6rem;
        font-weight: 500;
        padding: 1.0rem 0;
        display: block; }

/***  footer  ***/
.page-top {
  display: none;
  background-color: #233664;
  width: 6.0rem;
  height: 6.0rem;
  padding: 1.2rem;
  border-radius: 6.0rem;
  position: fixed;
  bottom: 1.0rem;
  right: 1.0rem;
  z-index: 100;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .page-top {
      display: none !important; } }
  .page-top img {
    width: 100%; }

ul.btn-footer {
  display: none;
  width: 100%;
  height: 5.0rem;
  position: fixed;
  bottom: 0;
  z-index: 99; }
  @media screen and (max-width: 767px) {
    ul.btn-footer {
      display: flex; } }
  ul.btn-footer li {
    width: 50%; }
    ul.btn-footer li.ptn-01 {
      background-color: #233664; }
    ul.btn-footer li.ptn-02 {
      background-color: #EC1212; }
    ul.btn-footer li a {
      color: #ffffff;
      font-size: 1.6rem;
      font-weight: 500;
      display: flex;
      align-items: center;
      height: 100%;
      border-radius: 2.5rem;
      padding-left: 1.5rem;
      padding-right: 2.0rem; }
      ul.btn-footer li a img {
        margin-right: 1.0rem; }

footer {
  background-color: #E3EAEF;
  width: 100%; }
  footer .wrap {
    max-width: 1040px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 6.0rem;
    padding-bottom: 3.0rem;
    border-bottom: 1px solid #FAFCFF;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1040px) {
      footer .wrap {
        padding-left: 2.0rem;
        padding-right: 2.0rem; } }
    @media screen and (max-width: 767px) {
      footer .wrap {
        display: none; } }
    footer .wrap .left {
      width: 30.0rem;
      display: block; }
      footer .wrap .left a {
        display: block; }
      footer .wrap .left img {
        width: 100%; }
    footer .wrap .right {
      width: calc(100% - 30.0rem);
      display: flex;
      justify-content: flex-end; }
      footer .wrap .right ul.menu-f:nth-of-type(1) {
        margin-right: 10.0rem; }
      footer .wrap .right ul.menu-f li a {
        font-size: 1.4rem;
        line-height: 1.3;
        display: inline-block;
        margin-bottom: 1.5rem; }
  footer small {
    font-size: 1.4rem;
    text-align: center;
    display: block;
    padding-top: 2.0rem;
    padding-bottom: 2.0rem; }
    @media screen and (max-width: 767px) {
      footer small {
        padding-bottom: 7.0rem; } }

/***  top  ***/
article.visual {
  max-width: 1300px;
  margin-top: 2.0rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }
  article.visual .inner img {
    width: 100%; }
  article.visual .inner video {
    width: 100%; }

/***  common  ***/
.band {
  background-image: url("../img/page/band_normal_01.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 100%;
  height: 25.0rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    .band {
      height: 15.0rem; } }
  .band.company {
    background-image: url("../img/page/band_company_01.jpg"); }
  .band.news {
    background-image: url("../img/page/band_news_01.jpg"); }
  .band.recruit {
    background-image: url("../img/page/band_recruit_01.jpg"); }
  .band.contact {
    background-image: url("../img/page/band_contact.jpg"); }
  .band.civil-engineering {
    background-image: url("../img/page/band_civil-engineering_01.jpg"); }
  .band.building {
    background-image: url("../img/page/band_building_01.jpg"); }
  .band.transport {
    background-image: url("../img/page/band_transport_01.jpg"); }
  .band.playground {
    background-image: url("../img/page/band_playground_01.jpg"); }
  .band::after {
    content: '';
    background-image: url("../img/common/mask_triangle_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 100%;
    height: 65%;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media screen and (max-width: 767px) {
      .band::after {
        height: 100%; } }
  .band .wrap {
    width: 100%;
    max-width: 1040px;
    height: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1040px) {
      .band .wrap {
        padding-left: 2.0rem;
        padding-right: 2.0rem; } }
    @media screen and (max-width: 767px) {
      .band .wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    .band .wrap h1 {
      color: #ffffff;
      font-size: 4.7rem;
      font-weight: 500;
      font-feature-settings: "palt";
      height: 100%;
      display: flex;
      align-items: flex-end;
      letter-spacing: 0.1rem;
      padding-bottom: 3.5rem;
      text-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
      position: relative;
      z-index: 9; }
      @media screen and (max-width: 767px) {
        .band .wrap h1 {
          font-size: 3.2rem;
          padding-bottom: 2.0rem; } }

ul.bread {
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  font-feature-settings: "palt";
  margin: 1.5rem auto 4.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  ul.bread li {
    color: #666666;
    font-size: 1.4rem;
    line-height: 1.3;
    padding-right: 3.0rem;
    position: relative; }
    ul.bread li::after {
      content: '';
      width: 0.6rem;
      height: 0.6rem;
      border-top: solid 1px #999999;
      border-right: solid 1px #999999;
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 1.3rem;
      margin-top: -0.2rem; }
    ul.bread li:nth-last-of-type(1)::after {
      content: none; }
    ul.bread li a {
      color: #EA6067; }

.board {
  width: 100%;
  border-top: 1px solid #BDCAD6;
  padding-top: 6.0rem;
  margin-top: 15.0rem;
  margin-bottom: 4.5rem; }
  @media screen and (max-width: 767px) {
    .board {
      padding-top: 3.0rem;
      margin-top: 8.0rem;
      margin-bottom: 1.5rem; } }
  .board article {
    margin: 0 auto; }

ul.masu {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  ul.masu.num-01-01 {
    flex-direction: column;
    position: relative; }
    ul.masu.num-01-01::before {
      content: '';
      background-color: #FF8100;
      width: 1.4rem;
      height: calc(100% - 2.0rem);
      position: absolute;
      top: 0.1rem;
      left: 2.25rem; }
    ul.masu.num-01-01 li {
      background-color: #ffffff;
      font-weight: 500;
      font-feature-settings: "palt";
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.5rem;
      margin-bottom: 1.5rem;
      border-radius: 1.0rem;
      box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.1);
      position: relative; }
      ul.masu.num-01-01 li.modal_wrap {
        background: none;
        padding: 0;
        border-radius: unset;
        box-shadow: none; }
      ul.masu.num-01-01 li a {
        line-height: 1.5;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative; }
      ul.masu.num-01-01 li p {
        font-weight: 500;
        display: flex;
        align-items: center; }
        ul.masu.num-01-01 li p .supply {
          font-weight: 400;
          display: flex;
          align-items: center; }
          @media screen and (max-width: 767px) {
            ul.masu.num-01-01 li p .supply {
              display: flex;
              align-items: center; } }
        ul.masu.num-01-01 li p img {
          margin-right: 1.0rem; }
  @media screen and (max-width: 767px) {
    ul.masu.num-02-01 {
      flex-wrap: wrap; } }
  ul.masu.num-02-01 li {
    margin-bottom: 2.0rem;
    width: calc(50% - 1.0rem); }
    @media screen and (max-width: 1040px) {
      ul.masu.num-02-01 li {
        width: calc(50% - 0.75rem);
        margin-bottom: 1.5rem; } }
    @media screen and (max-width: 767px) {
      ul.masu.num-02-01 li {
        width: 100%; } }
    ul.masu.num-02-01 li:nth-of-type(odd) {
      margin-right: 1.0rem; }
      @media screen and (max-width: 1040px) {
        ul.masu.num-02-01 li:nth-of-type(odd) {
          margin-right: 0.75rem; } }
      @media screen and (max-width: 767px) {
        ul.masu.num-02-01 li:nth-of-type(odd) {
          margin-right: 0; } }
    ul.masu.num-02-01 li:nth-of-type(even) {
      margin-left: 1.0rem; }
      @media screen and (max-width: 1040px) {
        ul.masu.num-02-01 li:nth-of-type(even) {
          margin-left: 0.75rem; } }
      @media screen and (max-width: 767px) {
        ul.masu.num-02-01 li:nth-of-type(even) {
          margin-left: 0; } }
    @media screen and (max-width: 340px) {
      ul.masu.num-02-01 li iframe {
        height: 200px; } }
  ul.masu.num-02-02 li {
    width: 50%; }
    @media screen and (max-width: 767px) {
      ul.masu.num-02-02 li {
        width: 100%;
        margin-bottom: 1.5rem; } }
    ul.masu.num-02-02 li:nth-of-type(odd) {
      padding-right: 2.0rem; }
      @media screen and (max-width: 767px) {
        ul.masu.num-02-02 li:nth-of-type(odd) {
          padding-right: 0; } }
    ul.masu.num-02-02 li:nth-of-type(even) {
      padding-left: 2.0rem; }
      @media screen and (max-width: 767px) {
        ul.masu.num-02-02 li:nth-of-type(even) {
          padding-left: 0; } }
  ul.masu.num-02-02 img {
    width: 100%; }
  ul.masu.num-02-02 figcaption {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.0rem; }
  ul.masu.num-02-02 p {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: justify; }
  @media screen and (max-width: 767px) {
    ul.masu.num-02-03 {
      flex-direction: column; } }
  ul.masu.num-02-03 li:nth-of-type(odd) {
    width: 40.0rem; }
    @media screen and (max-width: 767px) {
      ul.masu.num-02-03 li:nth-of-type(odd) {
        width: 30.0rem; } }
    ul.masu.num-02-03 li:nth-of-type(odd) img {
      width: 100%; }
  ul.masu.num-02-03 li:nth-of-type(even) {
    width: calc(100% - 40.0rem);
    padding-left: 4.0rem; }
    @media screen and (max-width: 767px) {
      ul.masu.num-02-03 li:nth-of-type(even) {
        width: 100%;
        padding-left: 0;
        margin-top: 1.0rem; } }
  ul.masu.num-02-04 li:nth-of-type(odd) {
    width: calc(100% - 28.0rem); }
    @media screen and (max-width: 767px) {
      ul.masu.num-02-04 li:nth-of-type(odd) {
        width: 100%;
        margin-bottom: 2.0rem; } }
  ul.masu.num-02-04 li:nth-of-type(even) {
    width: 28.0rem;
    padding-left: 4.0rem; }
    @media screen and (max-width: 767px) {
      ul.masu.num-02-04 li:nth-of-type(even) {
        width: 100%;
        padding-left: 0;
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      ul.masu.num-02-04 li:nth-of-type(even) img {
        width: 28.0rem; } }
  ul.masu.num-02-05 li {
    width: 50%;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 767px) {
      ul.masu.num-02-05 li {
        width: 100%; } }
    ul.masu.num-02-05 li:nth-of-type(odd) {
      padding-right: 0.75rem; }
      @media screen and (max-width: 767px) {
        ul.masu.num-02-05 li:nth-of-type(odd) {
          padding-right: 0; } }
    ul.masu.num-02-05 li:nth-of-type(even) {
      padding-left: 0.75rem; }
      @media screen and (max-width: 767px) {
        ul.masu.num-02-05 li:nth-of-type(even) {
          padding-left: 0; } }
    ul.masu.num-02-05 li:nth-last-of-type(1) {
      margin-bottom: 0; }
    ul.masu.num-02-05 li:nth-last-of-type(2) {
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        ul.masu.num-02-05 li:nth-last-of-type(2) {
          margin-bottom: 1.5rem; } }
    ul.masu.num-02-05 li > div {
      background-color: #ffffff;
      font-weight: 500;
      font-feature-settings: "palt";
      line-height: 1.3;
      align-items: center;
      padding: 1.5rem;
      border-radius: 1.0rem;
      box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.2); }
      ul.masu.num-02-05 li > div a {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        ul.masu.num-02-05 li > div a img {
          margin-left: 1.5rem; }
  ul.masu.num-03-01 li {
    width: calc(33.3% - 1.0rem);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 767px) {
      ul.masu.num-03-01 li {
        width: 100%;
        margin-right: 0; } }
    ul.masu.num-03-01 li:nth-of-type(3n) {
      margin-right: 0; }
    ul.masu.num-03-01 li a, ul.masu.num-03-01 li > div {
      background-color: #ffffff;
      font-weight: 500;
      font-feature-settings: "palt";
      line-height: 1.3;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.5rem;
      border-radius: 1.0rem;
      box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.1); }
  ul.masu.num-04-01 li {
    width: calc(25% - 1.875rem);
    margin-right: 2.5rem; }
    @media screen and (max-width: 1040px) {
      ul.masu.num-04-01 li {
        width: calc(25% - 1.125rem);
        margin-right: 1.5rem; } }
    @media screen and (max-width: 767px) {
      ul.masu.num-04-01 li {
        width: calc(50% - 0.75rem);
        margin-bottom: 1.5rem; } }
    ul.masu.num-04-01 li:nth-of-type(4n) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      ul.masu.num-04-01 li:nth-of-type(odd) {
        margin-left: 0;
        margin-right: 0.75rem; } }
    @media screen and (max-width: 767px) {
      ul.masu.num-04-01 li:nth-of-type(even) {
        margin-left: 0.75rem;
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      ul.masu.num-04-01 li:nth-last-of-type(1), ul.masu.num-04-01 li:nth-last-of-type(2) {
        margin-bottom: 0; } }
  ul.masu.num-04-02 {
    background-color: #FFF8F8;
    width: 100%;
    padding: 3.0rem;
    border-radius: 1.0rem; }
    @media screen and (max-width: 767px) {
      ul.masu.num-04-02 {
        padding: 2.0rem; } }
    ul.masu.num-04-02 li {
      width: calc(25% - 1.125rem);
      justify-content: center;
      margin-right: 1.5rem; }
      @media screen and (max-width: 767px) {
        ul.masu.num-04-02 li {
          width: 50%;
          margin-right: 0;
          margin-bottom: 1.5rem; } }
      ul.masu.num-04-02 li:nth-of-type(4n) {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        ul.masu.num-04-02 li:nth-of-type(odd) {
          width: 50%;
          padding-right: 1.0rem; } }
      @media screen and (max-width: 767px) {
        ul.masu.num-04-02 li:nth-of-type(even) {
          padding-left: 1.0rem; } }
      @media screen and (max-width: 767px) {
        ul.masu.num-04-02 li:nth-last-of-type(1), ul.masu.num-04-02 li:nth-last-of-type(2) {
          margin-bottom: 0; } }
      ul.masu.num-04-02 li figure {
        text-align: center; }
        ul.masu.num-04-02 li figure img {
          width: 70%; }
          @media screen and (max-width: 767px) {
            ul.masu.num-04-02 li figure img {
              width: 100%; } }
        ul.masu.num-04-02 li figure figcaption {
          font-size: 1.6rem;
          line-height: 1.3;
          text-align: center;
          margin-top: 1.0rem; }
          @media screen and (max-width: 767px) {
            ul.masu.num-04-02 li figure figcaption {
              margin-top: 0.5rem; } }
  ul.masu .wrap-num {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1.0rem;
    padding: 2.0rem; }
    ul.masu .wrap-num h3 {
      font-size: 1.4rem;
      font-weight: 500;
      margin-bottom: 0.5rem; }
    ul.masu .wrap-num .num {
      display: flex;
      align-items: baseline;
      color: #FF8100;
      font-size: 4.7rem;
      font-weight: 700;
      margin-bottom: 0.5rem; }
      @media screen and (max-width: 767px) {
        ul.masu .wrap-num .num {
          font-size: 4.0rem; } }
      ul.masu .wrap-num .num img {
        margin-right: 0.5rem; }
    ul.masu .wrap-num p {
      font-size: 1.6rem;
      font-weight: 700; }
  @media screen and (max-width: 767px) {
    ul.masu li.spread {
      margin-bottom: 3.0rem; } }
  ul.masu li .in {
    line-height: 1.5; }
  ul.masu li a {
    display: block; }
    ul.masu li a figure {
      display: flex;
      flex-direction: column;
      border-radius: 1.0rem;
      box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.1); }
      ul.masu li a figure > img {
        border-radius: 1.0rem 1.0rem 0 0; }
      ul.masu li a figure figcaption,
      ul.masu li a figure h2 {
        color: #261A0C;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.3;
        height: 6.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 1.5rem;
        padding-right: 1.5rem; }
        @media screen and (max-width: 767px) {
          ul.masu li a figure figcaption,
          ul.masu li a figure h2 {
            height: auto;
            padding: 1.0rem 1.5rem; } }
  ul.masu li iframe {
    width: 100%; }
  ul.masu li .wrap {
    background-color: #EDF6FF;
    padding: 1.5rem 2.0rem; }
    ul.masu li .wrap h3 {
      font-size: 1.6rem;
      font-weight: 500;
      margin-bottom: 0.5rem; }
    ul.masu li .wrap p {
      font-size: 1.6rem;
      line-height: 1.3; }

.gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .gallery.ptn-02 > figure {
    margin-bottom: 2.0rem;
    width: calc(50% - 1.0rem); }
    @media screen and (max-width: 1040px) {
      .gallery.ptn-02 > figure {
        width: calc(50% - 0.75rem);
        margin-bottom: 1.5rem; } }
    @media screen and (max-width: 767px) {
      .gallery.ptn-02 > figure {
        width: calc(50% - 0.5rem);
        margin-bottom: 1.0rem; } }
    .gallery.ptn-02 > figure:nth-of-type(odd) {
      margin-right: 1.0rem; }
      @media screen and (max-width: 1040px) {
        .gallery.ptn-02 > figure:nth-of-type(odd) {
          margin-right: 0.75rem; } }
      @media screen and (max-width: 767px) {
        .gallery.ptn-02 > figure:nth-of-type(odd) {
          margin-right: 0.5rem; } }
    .gallery.ptn-02 > figure:nth-of-type(even) {
      margin-left: 1.0rem; }
      @media screen and (max-width: 1040px) {
        .gallery.ptn-02 > figure:nth-of-type(even) {
          margin-left: 0.75rem; } }
      @media screen and (max-width: 767px) {
        .gallery.ptn-02 > figure:nth-of-type(even) {
          margin-left: 0.5rem; } }

.play h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem; }

ul.range {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap; }

ul.list-news li {
  margin-bottom: 1.5rem; }
  ul.list-news li a {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 3.0rem 2.5rem;
    border-radius: 1.0rem;
    box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 767px) {
      ul.list-news li a {
        padding: 1.5rem 1.5rem; } }
    ul.list-news li a span {
      display: flex;
      flex-direction: column; }
      ul.list-news li a span b {
        font-size: 1.4rem;
        font-weight: 700;
        margin-bottom: 0.5rem; }
      ul.list-news li a span strong {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.3; }

.list-item.num-02 th {
  width: 23.0rem; }
  @media screen and (max-width: 767px) {
    .list-item.num-02 th {
      width: 8.0rem; } }
.list-item.num-02 td {
  width: calc(100% - 23.0rem); }
  @media screen and (max-width: 767px) {
    .list-item.num-02 td {
      width: calc(100% - 8.0rem); } }
.list-item.num-02-02 th {
  width: 23.0rem; }
  @media screen and (max-width: 767px) {
    .list-item.num-02-02 th b {
      display: block; } }
  @media screen and (max-width: 767px) {
    .list-item.num-02-02 th {
      width: 10.0rem; } }
.list-item.num-02-02 td {
  width: calc(100% - 23.0rem); }
  @media screen and (max-width: 767px) {
    .list-item.num-02-02 td {
      width: calc(100% - 10.0rem); } }
.list-item.num-03 thead th:nth-of-type(1) {
  width: 10.0rem; }
  @media screen and (max-width: 767px) {
    .list-item.num-03 thead th:nth-of-type(1) {
      width: 3.0rem; } }
.list-item.num-03 thead th:nth-of-type(2) {
  width: calc(100% - 25.0rem); }
  @media screen and (max-width: 767px) {
    .list-item.num-03 thead th:nth-of-type(2) {
      width: calc(100% - 13.0rem); } }
.list-item.num-03 thead th:nth-of-type(3) {
  width: 15.0rem; }
  @media screen and (max-width: 767px) {
    .list-item.num-03 thead th:nth-of-type(3) {
      width: 10.0rem; } }
.list-item.num-03 tr th {
  width: 10.0rem; }
  @media screen and (max-width: 767px) {
    .list-item.num-03 tr th {
      width: 7.0rem; } }
.list-item.num-03 tr td:nth-of-type(1) {
  width: calc(100% - 25.0rem); }
  @media screen and (max-width: 767px) {
    .list-item.num-03 tr td:nth-of-type(1) {
      width: calc(100% - 14.0rem); } }
.list-item.num-03 tr td:nth-of-type(2) {
  width: 15.0rem; }
  @media screen and (max-width: 767px) {
    .list-item.num-03 tr td:nth-of-type(2) {
      width: 7.0rem; } }
.list-item table {
  background-color: #ffffff;
  width: 100%;
  border: 1px solid #B7B199;
  border-collapse: separate;
  border-radius: 1.0rem; }
  .list-item table tr {
    width: 100%; }
    .list-item table tr:nth-last-of-type(1) th, .list-item table tr:nth-last-of-type(1) td {
      border-bottom: none; }
    .list-item table tr th, .list-item table tr td {
      color: #333333;
      font-size: 1.8rem;
      line-height: 1.8;
      vertical-align: top;
      border-bottom: 1px solid #B7B199; }
      .list-item table tr th.bt, .list-item table tr td.bt {
        border-top: 1px solid #B7B199; }
      .list-item table tr th.br, .list-item table tr td.br {
        border-right: 1px solid #B7B199; }
      .list-item table tr th.bl, .list-item table tr td.bl {
        border-left: 1px solid #B7B199; }
      .list-item table tr th.bb, .list-item table tr td.bb {
        border-bottom: 1px solid #B7B199; }
      .list-item table tr th.nbt, .list-item table tr td.nbt {
        border-top: none; }
      .list-item table tr th.nbr, .list-item table tr td.nbr {
        border-right: none; }
      .list-item table tr th.nbl, .list-item table tr td.nbl {
        border-left: none; }
      .list-item table tr th.nbb, .list-item table tr td.nbb {
        border-bottom: none; }
    .list-item table tr th {
      font-weight: 500;
      padding: 1.5rem 0.5rem; }
      @media screen and (max-width: 767px) {
        .list-item table tr th {
          padding-top: 1.0rem;
          padding-bottom: 1.0rem; } }
    .list-item table tr td {
      border-left: 1px solid #B7B199;
      padding: 1.5rem 2.5rem; }
      @media screen and (max-width: 767px) {
        .list-item table tr td {
          padding: 0.5rem 1rem; } }
    .list-item table tr b {
      font-weight: 500; }
    .list-item table tr iframe {
      width: 100%;
      margin-top: 0.5rem; }

.list-tab {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center; }
  .list-tab .tab {
    background-color: #FF8100;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0.8rem 1.0rem;
    border-radius: 0.4rem;
    margin-right: 1.0rem;
    margin-bottom: 1.0rem; }
  .list-tab .tab-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.0rem; }

.list-thumb {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.0rem; }
  .list-thumb li {
    display: flex;
    width: 50%;
    margin-bottom: 2.0rem; }
    @media screen and (max-width: 767px) {
      .list-thumb li {
        width: 100%; } }
    .list-thumb li:nth-of-type(odd) {
      padding-right: 1.5rem; }
      @media screen and (max-width: 767px) {
        .list-thumb li:nth-of-type(odd) {
          padding-right: 0; } }
    .list-thumb li:nth-of-type(even) {
      padding-left: 1.5rem; }
      @media screen and (max-width: 767px) {
        .list-thumb li:nth-of-type(even) {
          padding-left: 0; } }
    .list-thumb li > figure {
      width: 10.0rem; }
      .list-thumb li > figure img {
        width: 100%; }
    .list-thumb li .wrap {
      width: calc(100% - 10.0rem);
      padding-left: 1.5rem; }
      .list-thumb li .wrap h3 {
        color: #FF8100;
        font-weight: 700;
        line-height: 1.3; }

ul.list-line {
  width: 100%;
  max-width: 100%;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
  ul.list-line li {
    color: #333333;
    font-size: 1.8rem;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 1.0rem 1.5rem;
    border-bottom: 1px solid #E3EAEF; }
    ul.list-line li:nth-of-type(1) {
      border-top: 1px solid #E3EAEF; }
    ul.list-line li i {
      background-color: #FFF8F8;
      font-weight: 700;
      font-style: normal;
      line-height: 1.0;
      padding: 0.5rem 1.0rem;
      border-radius: 0.4rem; }

.list-disc {
  padding-left: 3.0rem;
  list-style-type: disc; }
  .list-disc li {
    list-style-type: inherit;
    font-size: inherit;
    line-height: inherit; }

.boxes {
  border-radius: 1.0rem;
  padding: 3.0rem;
  margin-bottom: 2.0rem; }
  @media screen and (max-width: 767px) {
    .boxes {
      padding: 1.5rem; } }
  .boxes.ptn-01 {
    border: 1px solid #233664; }
  .boxes.ptn-02 {
    background-color: #EDF6FF; }
  .boxes.ptn-01 ul li, .boxes.ptn-02 ul li {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .boxes.ptn-01 ul li:nth-of-type(1n+1), .boxes.ptn-02 ul li:nth-of-type(1n+1) {
      margin-bottom: 6.0rem; }
      @media screen and (max-width: 767px) {
        .boxes.ptn-01 ul li:nth-of-type(1n+1), .boxes.ptn-02 ul li:nth-of-type(1n+1) {
          margin-bottom: 3.0rem; } }
    .boxes.ptn-01 ul li:nth-last-of-type(1), .boxes.ptn-02 ul li:nth-last-of-type(1) {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .boxes.ptn-01 ul li:nth-of-type(odd), .boxes.ptn-02 ul li:nth-of-type(odd) {
        flex-direction: column; } }
    .boxes.ptn-01 ul li:nth-of-type(odd) .left, .boxes.ptn-02 ul li:nth-of-type(odd) .left {
      width: calc(100% - 40.0rem);
      padding-right: 4.0rem; }
      @media screen and (max-width: 767px) {
        .boxes.ptn-01 ul li:nth-of-type(odd) .left, .boxes.ptn-02 ul li:nth-of-type(odd) .left {
          width: 100%;
          padding-right: 0;
          margin-bottom: 1.0rem; } }
    .boxes.ptn-01 ul li:nth-of-type(odd) .right, .boxes.ptn-02 ul li:nth-of-type(odd) .right {
      width: 40.0rem; }
      @media screen and (max-width: 767px) {
        .boxes.ptn-01 ul li:nth-of-type(odd) .right, .boxes.ptn-02 ul li:nth-of-type(odd) .right {
          width: 100%; } }
    @media screen and (max-width: 767px) {
      .boxes.ptn-01 ul li:nth-of-type(even), .boxes.ptn-02 ul li:nth-of-type(even) {
        flex-direction: column-reverse; } }
    .boxes.ptn-01 ul li:nth-of-type(even) .left, .boxes.ptn-02 ul li:nth-of-type(even) .left {
      width: 40.0rem; }
      @media screen and (max-width: 767px) {
        .boxes.ptn-01 ul li:nth-of-type(even) .left, .boxes.ptn-02 ul li:nth-of-type(even) .left {
          width: 100%; } }
    .boxes.ptn-01 ul li:nth-of-type(even) .right, .boxes.ptn-02 ul li:nth-of-type(even) .right {
      width: calc(100% - 40.0rem);
      padding-left: 4.0rem; }
      @media screen and (max-width: 767px) {
        .boxes.ptn-01 ul li:nth-of-type(even) .right, .boxes.ptn-02 ul li:nth-of-type(even) .right {
          width: 100%;
          padding-left: 0;
          margin-bottom: 1.0rem; } }
  .boxes.ptn-01 figure img, .boxes.ptn-02 figure img {
    width: 100%;
    border-radius: 1.0rem; }
  .boxes.ptn-03 {
    background-color: #EDF6FF; }
  .boxes.ptn-04 {
    background-color: #FFF8F8; }
  .boxes.ptn-05 {
    padding: 0 10.0rem; }
    @media screen and (max-width: 767px) {
      .boxes.ptn-05 {
        padding: 0; } }
    .boxes.ptn-05 p {
      background-color: #EC1212;
      color: #ffffff;
      padding: 3.0rem;
      border-radius: 1.0rem; }
      @media screen and (max-width: 767px) {
        .boxes.ptn-05 p {
          padding: 1.5rem; } }
  .boxes.ptn-06 {
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  .boxes .wrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .boxes .wrap {
        flex-direction: column-reverse; } }
    .boxes .wrap > div {
      width: calc(100% - 40.0rem);
      padding-right: 5.0rem; }
      @media screen and (max-width: 767px) {
        .boxes .wrap > div {
          width: 100%;
          padding-right: 0; } }
    .boxes .wrap > figure {
      width: 40.0rem; }
      @media screen and (max-width: 767px) {
        .boxes .wrap > figure {
          width: 100%;
          margin-bottom: 1.0rem; } }
      .boxes .wrap > figure img {
        width: 100%; }

figure.usually {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
  figure.usually img {
    width: 100%; }

/***  contact  ***/
.req {
  background: #EC1212;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  padding: 0.3rem 0.6rem;
  border-radius: 0.4rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.form-wrap {
  margin-top: 2.0rem;
  margin-bottom: 2.0rem; }
  .form-wrap ul.in {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto; }
    .form-wrap ul.in li:nth-of-type(odd) {
      width: 25.0rem; }
      @media screen and (max-width: 767px) {
        .form-wrap ul.in li:nth-of-type(odd) {
          width: 100%;
          padding-bottom: 0.5rem; } }
    .form-wrap ul.in li:nth-of-type(even) {
      width: calc(100% - 25.0rem);
      flex-direction: column;
      align-items: flex-start;
      padding-top: 2.0rem;
      padding-bottom: 2.0rem; }
      @media screen and (max-width: 767px) {
        .form-wrap ul.in li:nth-of-type(even) {
          width: 100%;
          padding-top: 0.5rem;
          padding-bottom: 1.5rem;
          border-top: none; } }
    .form-wrap ul.in li {
      font-size: 1.8rem;
      line-height: 1.3;
      display: flex;
      align-items: center;
      border-top: 1px solid #f3f3f3;
      padding-top: 2.0rem;
      padding-bottom: 2.0rem; }
      .form-wrap ul.in li:nth-last-of-type(1) {
        border-bottom: 1px solid #f3f3f3; }
      .form-wrap ul.in li:nth-last-of-type(2) {
        border-bottom: 1px solid #f3f3f3; }
        @media screen and (max-width: 767px) {
          .form-wrap ul.in li:nth-last-of-type(2) {
            border-bottom: none; } }
      .form-wrap ul.in li input[type="text"], .form-wrap ul.in li input[type="email"], .form-wrap ul.in li textarea {
        font-family: 'Noto Sans JP','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
        font-size: 1.8rem;
        width: 100%;
        padding: 1.0rem 1.5rem;
        border: 1px solid #dddddd;
        border-radius: 0.4rem;
        box-sizing: border-box; }
  .form-wrap .policy-copy {
    margin-top: 2.0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .form-wrap .policy-copy input[type=checkbox] {
      background-color: #fafafa;
      width: 1.5rem;
      height: 1.5rem;
      margin-left: 1.0rem; }
    .form-wrap .policy-copy .mwform-radio-field label {
      display: flex;
      align-items: center;
      padding: 1.0rem; }
    .form-wrap .policy-copy .mwform-checkbox-field-text {
      font-weight: 500; }
    .form-wrap .policy-copy .error {
      background: #EC1212;
      color: #ffffff;
      font-size: 1.2rem;
      font-weight: 700;
      line-height: 1.3;
      display: inline-block;
      padding: 0.3rem 0.6rem;
      border-radius: 0.4rem;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      margin-bottom: 0.5rem; }
  .form-wrap .policy-supple {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.0rem; }
  .form-wrap .policy {
    background-color: #ffffff;
    width: 60%;
    height: 200px;
    overflow: scroll;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    border-radius: 0.4rem;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      .form-wrap .policy {
        width: 100%; } }
    .form-wrap .policy h3 {
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1.3;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
    .form-wrap .policy h4 {
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.3;
      margin-top: 2.0rem;
      margin-bottom: 0.5rem; }
    .form-wrap .policy p {
      font-size: 1.6rem;
      line-height: 1.8; }
    .form-wrap .policy ul {
      display: block;
      padding-left: 3.0rem;
      list-style-type: disc; }
      .form-wrap .policy ul li {
        font-size: 1.6rem;
        line-height: 1.8;
        text-align: justify;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        list-style-type: disc; }
  .form-wrap .error {
    color: #EC1212;
    font-size: 1.8rem;
    line-height: 1.3;
    display: block;
    text-align: left;
    margin-top: 0.5rem; }
  .form-wrap .btn-send {
    display: flex;
    justify-content: center;
    border-top: 1px solid #f3f3f3;
    padding-top: 5.0rem;
    margin-top: 2.5rem;
    margin-bottom: 15.0rem; }
    .form-wrap .btn-send span {
      cursor: pointer;
      position: relative; }
      .form-wrap .btn-send span::after {
        content: '';
        background-image: url("../img/common/icon_arrow_04.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 1.0rem;
        height: 2.0rem;
        position: absolute;
        top: calc(50% - 1.0rem);
        right: 2.0rem; }
      .form-wrap .btn-send span input[type="submit"] {
        background-color: #EC1212;
        color: #ffffff;
        font-size: 1.8rem;
        font-weight: 700;
        max-width: 100%;
        width: 30.0rem;
        display: flex;
        padding: 1.5rem 4.0rem 1.5rem 2.0rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0.4rem;
        cursor: pointer; }

/***  post  ***/
.lower h1 + h1, .lower h1 + h2, .lower h1 + h3, .lower h1 + h4, .lower h1 + h5 {
  margin-top: 3.0rem; }
.lower h2 + h2, .lower h2 + h3, .lower h2 + h4, .lower h2 + h5 {
  margin-top: 2.5rem; }
.lower h3 + h3, .lower h3 + h4, .lower h3 + h5 {
  margin-top: 2.0rem; }
.lower h4 + h4, .lower h4 + h5 {
  margin-top: 1.5rem; }
.lower h5 + h5 {
  margin-top: 1.0rem; }
.lower h1 {
  color: #261A0C;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 8.0rem;
  margin-bottom: 3.0rem;
  padding-top: 1.5rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    .lower h1 {
      font-size: 3.2rem; } }
  .lower h1::before {
    content: '';
    background-color: #dddddd;
    width: 100%;
    height: 0.2rem;
    position: absolute;
    left: 0;
    top: 0; }
  .lower h1::after {
    content: '';
    background-color: #233664;
    width: 7.0rem;
    height: 0.2rem;
    position: absolute;
    left: 0;
    top: 0; }
.lower h2 {
  color: #261A0C;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 7.5rem;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 767px) {
    .lower h2 {
      font-size: 2.4rem;
      margin-top: 5.0rem;
      margin-bottom: 1.5rem; } }
.lower h3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 4.0rem;
  margin-bottom: 2.0rem;
  padding-left: 1.5rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    .lower h3 {
      font-size: 2rem; } }
  .lower h3::before {
    content: '';
    background-color: #233664;
    width: 0.4rem;
    height: 100%;
    border-radius: 1.0rem;
    position: absolute;
    left: 0;
    top: 0; }
.lower h4 {
  color: #233664;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  position: relative; }
.lower h5 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
  position: relative; }
.lower ul {
  padding-left: 3.0rem;
  list-style-type: disc; }
  .lower ul li {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: justify;
    list-style-type: inherit; }
.lower ol {
  padding-left: 2.75rem;
  list-style-type: decimal; }
  .lower ol li {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: justify;
    padding-left: 0.25rem;
    list-style-type: inherit; }
.lower .alignnone, .lower .alignleft, .lower .aligncenter, .lower .alignright {
  display: block;
  width: revert-layer;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
.lower .aligncenter {
  margin-left: auto;
  margin-right: auto; }
.lower .alignright {
  margin-left: auto; }
.lower .gallery {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .lower .gallery.gallery-columns-1 .gallery-item {
    width: 100%; }
  .lower .gallery.gallery-columns-2 .gallery-item {
    width: 50%; }
  .lower .gallery.gallery-columns-3 .gallery-item {
    width: 33.3%; }
  .lower .gallery.gallery-columns-4 .gallery-item {
    width: 25%; }
  .lower .gallery.gallery-columns-5 .gallery-item {
    width: 20%; }
  .lower .gallery.gallery-columns-6 .gallery-item {
    width: 16.6%; }
    @media screen and (max-width: 767px) {
      .lower .gallery.gallery-columns-6 .gallery-item {
        width: 20%; } }
  .lower .gallery.gallery-columns-7 .gallery-item {
    width: 14.2%; }
    @media screen and (max-width: 767px) {
      .lower .gallery.gallery-columns-7 .gallery-item {
        width: 20%; } }
  .lower .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%; }
    @media screen and (max-width: 767px) {
      .lower .gallery.gallery-columns-8 .gallery-item {
        width: 20%; } }
  .lower .gallery.gallery-columns-9 .gallery-item {
    width: 11.1%; }
    @media screen and (max-width: 767px) {
      .lower .gallery.gallery-columns-9 .gallery-item {
        width: 20%; } }
  .lower .gallery img {
    width: 100%;
    height: auto;
    border: 1px solid transparent; }
  .lower .gallery a {
    display: block; }
.lower iframe {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
  @media screen and (max-width: 767px) {
    .lower iframe {
      width: 100%; } }

/***  plugin  ***/
.remodal {
  max-width: calc(100% - 5.0rem);
  width: 100%;
  padding: 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .remodal {
      max-width: 100%; } }
  .remodal.tate {
    width: auto;
    max-width: none;
    max-height: calc(100% - 5.0rem);
    height: 100%; }
    @media screen and (max-width: 767px) {
      .remodal.tate {
        width: 100%;
        max-width: calc(100% - 4.0rem);
        max-height: none;
        height: auto; } }
    .remodal.tate video {
      height: 100%; }
      @media screen and (max-width: 767px) {
        .remodal.tate video {
          width: 100%;
          height: auto; } }
  .remodal figure {
    height: 100%;
    position: relative; }
    .remodal figure figcaption {
      width: 100%;
      position: absolute;
      bottom: 2.5rem; }
      @media screen and (max-width: 767px) {
        .remodal figure figcaption {
          bottom: 1.5rem; } }
      .remodal figure figcaption b {
        background: rgba(255, 255, 255, 0.75);
        color: #261A0C;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.3;
        display: inline-block;
        padding: 0.5rem 1.0rem;
        border-radius: 0.4rem; }
  .remodal .remodal-cancel {
    background: rgba(255, 255, 255, 0.75);
    width: auto;
    min-width: auto;
    padding: 1.0rem;
    position: absolute;
    top: 0;
    right: 0; }

/**/

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