@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,600,900&display=swap");

/* ==========================================================================
 Reset
========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,  pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, mark {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

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

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

:focus {
  outline: 0 none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

picture {
  line-height: 1;
}

img {
  border: none;
}

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

h1, h2, h3, h4, h5, h6, p, div {
  word-wrap: break-word;
}

button, input, textarea, select {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  display: block;
}

::-moz-focus-inner {
  border: 0px;
}

select::-ms-expand {
  display: none;
}

/* ==========================================================================
 Webfont
========================================================================== */
html, body, input, button, textarea, select {
  font-family: 'Noto Sans JP', sans-serif;
}

/* ==========================================================================
 Base
========================================================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%;
  /*pxだと10px;*/
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  line-height: 1.8;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  font-weight: var(--fw-regular);
  color: #2F393E;
  font-feature-settings: 'palt';
}

img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-user-drag: none;
  user-drag: none;
}

canvas {
  backface-visibility: hidden;
}

a, button {
  transition: color var(--cubic), opacity var(--cubic), background-color var(--cubic);
  color: var(--clr-link);
  text-decoration: none;
  cursor: pointer;
}

a:active, a:hover, button:active, button:hover {
  opacity: .8;
}

sup,
sub {
  font-size: .6em;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: var(--clr-weak);
}

/* Firefox 18- */
:-moz-placeholder {
  color: var(--clr-weak);
}

/* Firefox 19+ */
::-moz-placeholder {
  color: var(--clr-weak);
}

/* IE 10+ */
:-ms-input-placeholder {
  color: var(--clr-weak);
}

:placeholder-shown {
  color: var(--clr-weak);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 54.775%;
  }
}

/* ==========================================================================
 Layout
========================================================================== */
/* ==========================================================================
 Wrapper
========================================================================== */
.l-wrapper {
  max-width: 1100px;
  margin: auto;
  padding: 0 2rem;
}

.l-section__cont {
  padding: 6.8rem 0;
}

.l-section__cont.l-section__cont--last {
  margin-bottom: 13rem;
}

/* ==========================================================================
 Header
========================================================================== */
.l-header {
  border-bottom: 5px solid #F7991D;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  height: 48px;
}

.header-logo {
  width: 190px;
  margin-left: 1rem;
  height: 100%;
  padding: .4rem 0;
}

.header-logo img {
  height: 100%;
  object-fit: contain;
}

.l-header__nav {
  width: calc(100% - 374px);
}

.header__navWrap {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  margin-right: 3%;
}

.header__navItem {
  text-align: center;
  padding: 0 3rem;
  position: relative;
}

.header__navItem a {
  display: block;
  position: relative;
}

.header__navItem a:after {
  content: '';
  height: 6px;
  width: 11px;
  display: block;
  margin: 8px auto 0;
}

.header__navItem a.header_navItem-more:after {
  background: url(../images/common/icon_arrow_h.svg);
}

.header__navItem a.js-submenuOpen:after {
  transform: scale(-1, -1);
}

.header__navItem-en {
  color: #F7991D;
  font-size: 1.4rem;
  display: block;
}

.header__navItem-jp {
  color: #2F393E;
  font-size: 1.6rem;
}

.l-header__utility {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.l-header__utility > * {
  height: 50%;
}

.l-header__utility > * a {
  display: block;
}

.l-header__utility > * a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__sub-menu {
  opacity: 0;
  height: 0;
  position: relative;
}

.js-submenuOpen + .header__sub-menu {
  opacity: 1;
  height: initial;
}

.humberger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  width: 48px;
  height: 47px;
  padding: 13px 10px 10px;
  background: #fff;
  cursor: pointer;
}

.icon-bar {
  height: 3px;
  background: #427077;
  display: block;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .l-header__utility {
    opacity: 0;
  }
  .l-header__nav {
    display: none;
  }
  .header__navWrap {
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 0;
  }
  .overlay {
    opacity: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
  }
  .l-header__nav {
    right: -80%;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  .header__sub-menu a:before {
    content: '>';
    display: inline-block;
    margin-right: 5px;
  }
  .header__navItem {
    width: 100%;
    position: relative;
  }
  .header__navItem a {
    display: flex;
    align-items: center;
    padding: 8px;
    color: #fff;
  }
  .header__navItem a:after {
    position: absolute;
    right: 0;
  }
  .header__navItem .header__navItem-en {
    font-size: 2rem;
  }
  .header__navItem .header__navItem-en:first-letter {
    text-transform: capitalize;
    font-size: 1.2em;
  }
  .header__navItem .header__navItem-jp {
    color: #fff;
    margin-left: 1.5rem;
  }
  .header__navItem:after {
    content: '';
    border-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .drawer-opened .overlay {
    opacity: 0.3;
    z-index: 3;
  }
  .drawer-opened .humberger {
    background: transparent;
  }
  .drawer-opened .humberger .icon-bar {
    background: #fff;
  }
  .drawer-opened .humberger :nth-child(1) {
    transform: translate(0, 9px) rotate(45deg);
    z-index: 1;
  }
  .drawer-opened .humberger :nth-child(2) {
    -webkit-transform: translate(-20px, 0);
    opacity: 0;
    transform: translate(-20px, 0);
  }
  .drawer-opened .humberger :nth-child(3) {
    transform: translate(0, -9px) rotate(-45deg);
  }
  .drawer-opened .l-header__nav {
    display: block;
    position: fixed;
    top: 0;
    width: 80%;
    height: 100%;
    background: #427077;
    z-index: 4;
    padding-top: 46px;
    right: 0;
  }
  .drawer-opened .l-header__utility {
    opacity: 1;
    z-index: 6;
    flex-direction: row;
    position: fixed;
    top: calc(100% - 52px);
    right: 0;
    width: 80%;
    border: 1px solid #427077;
    justify-content: center;
    border-top: 5px solid #427077;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .header__sub-menu {
    z-index: 10;
    display: flex;
    flex-direction: column;
    background: #fff;
    top: 83px;
    width: fit-content;
    left: -50%;
    margin: auto;
    white-space: nowrap;
    padding: 10px;
    border-radius: 10px;
  }
  .header__sub-menu a {
    color: #666666;
  }
  .header-wrap {
    height: 98px;
  }
  .humberger {
    display: none;
  }
  .header__sub-menu {
    position: absolute;
  }
}

@media screen and (max-width: 1199px) {
  .header-logo {
    max-width: 150px;
  }
  .header__navWrap {
    margin-right: 2%;
  }
  .l-header__nav {
    width: calc(100% - 334px);
  }
  .header__navItem {
    padding: 0px 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .header-logo {
    margin-left: 3rem;
  }
}

/* ==========================================================================
 Nav
========================================================================== */
/* ==========================================================================
 Main
========================================================================== */
/* ==========================================================================
 Footer
========================================================================== */
.footer_contactWrapper {
  background: #F7991D url(../images/common/footer_bg.jpg) no-repeat center bottom -116px/contain;
  padding: 8rem 0;
}

.l-footer {
  position: relative;
}

.page_top {
  right: 2vw;
}

.footer_contactContainer {
  background: #ffffff;
  max-width: 968px;
  margin: auto;
  border-radius: 20px;
  border: 3px solid #f7991d;
  padding: 3rem 4rem 2rem;
}

.footer_information {
  padding: 2.4rem 0;
  background: #F1F1F1;
}

.footer_informationContainer {
  color: #427077;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_informationContainer > *, .footer_informationContainer a {
  color: currentColor;
  font-size: inherit;
}

.footer_contactTitle {
  margin-bottom: 4rem;
}

.footer_contactTitle .__title {
  font-size: 2.8rem;
  font-weight: 600;
  display: block;
  margin-bottom: .5rem;
}

.footer_contactTitle .__subtitle {
  font-size: 1.8rem;
  display: block;
  letter-spacing: .2rem;
}

.footer_contactTitleImg {
  width: 82px;
  height: 90px;
  margin-right: 2rem;
}

.footer_contactTitleImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fotter_contactTItleText {
  padding-left: 2rem;
  border-left: 1px solid #427077;
}

.footer_contactUtility {
  justify-content: space-between;
  margin: 0 -1rem;
}

.footer_contact {
  padding: 0 1rem;
}

.footer_iiccaLogo {
  margin-bottom: 1rem;
  position: relative;
}

.footer__sitemap {
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer__sitemap__item {
  margin-bottom: 2rem;
}

.footer__sitemap__item ._level01 {
  border-bottom: 1px solid currentColor;
  margin-bottom: 1rem;
}

.footer__sitemap__item ._level01 a {
  padding-bottom: .3rem;
  display: block;
}

.footer__sitemap__item02 {
  margin-bottom: .5rem;
}

.footer__sitemap__itemChildren ._level02 a {
  display: block;
  margin: .5rem;
  position: relative;
}

.footer__sitemap__itemChildren ._level02 a:before {
  content: '>';
  display: inline-block;
  margin-right: 1rem;
}

.l-footer .copyright {
  background: #F7991D;
  font-size: 1.2rem;
  height: 5rem;
  display: flex;
  align-items: center;
}

.l-footer .copyright > * {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer_contactContainer {
    text-align: center;
  }
  .footer_contactTitle, .footer_informationContainer, .footer__sitemap {
    flex-direction: column;
  }
  .footer_contactTitleImg {
    margin: auto auto 2rem;
  }
  .fotter_contactTItleText {
    border-left: none;
    padding-left: 0;
  }
  .footer_contactUtility {
    flex-direction: column;
  }
  .footer_contact {
    margin-bottom: 1rem;
  }
  .footer__sitemap {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .footer_informationAddress {
    width: 30%;
    padding: 0 1rem;
    max-width: 280px;
    border-right: 1px solid #427077;
  }
  .footer__sitemap__itemWrap01, .footer__sitemap__itemWrap02 {
    width: 40%;
    padding: 0 1.6rem;
  }
  .footer__sitemap {
    width: 70%;
  }
  .footer__sitemap__itemWrap03 {
    width: 20%;
  }
  .footer__sitemap__itemWrap02 {
    max-width: 276px;
  }
  .footer__sitemap__itemWrap02 {
    max-width: 240px;
  }
}

/* ==========================================================================
 Object
========================================================================== */
/* -----------------------------------------------------------------
 Component
----------------------------------------------------------------- */
/* ==========================================================================
 keyframe
========================================================================== */
/* ==========================================================================
 table
========================================================================== */
.table-default {
  width: 100%;
}

.table-default th, .table-default td {
  border: 1px solid #707070;
  padding: 1.2rem 2rem;
}

.table-default th {
  text-align: center;
  background: #F1F1F1;
  font-weight: 400;
}

.table-default td {
  background: #fff;
}

.breadcrumb__section {
  background: #F5F5F5;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.c-breadcrumb {
  font-size: 1.4rem;
  color: #5e5e5e;
  display: flex;
  background: #F5F5F5;
  padding: 0.4rem 0;
}

.c-breadcrumb a, .c-breadcrumb span {
  white-space: nowrap;
}

.c-breadcrumb__link {
  position: relative;
  color: inherit;
}

.c-breadcrumb__link:after {
  content: '〉';
  margin: 0 1rem 0 .6rem;
  display: inline-block;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    overflow: scroll;
  }
  .breadcrumb__section .l-wrapper {
    padding: 0 1rem;
  }
}

.videoBox {
  padding-top: 12px;
  max-width: 800px;
  margin: auto;
}

.videoBoxCont {
  padding: 56.25% 0 0 0;
  position: relative;
  background: #000;
}

.videoBoxCont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-gutterStyle01 {
  margin: 0 -.75rem;
}

.c-gutterStyle01 > * {
  padding: 0 .75rem;
}

.dlStyle01 {
  display: flex;
  flex-wrap: wrap;
}

.dlStyle01 dt, .dlStyle01 dd {
  border-bottom: 1px dashed currentColor;
  padding: .5rem 0;
  margin: 0 0 .5rem;
}

.dlStyle01 dt {
  width: 14em;
}

.dlStyle01 dd {
  width: calc(100% - 14em);
}

.post_cat {
  background: #F7991D;
  color: #fff;
  border: 1px solid #ccc;
  padding: 0 .5rem;
  border-radius: 3px;
  display: inline;
}

@media screen and (max-width: 767px) {
  .dlStyle01 dt {
    width: 10em;
  }
  .dlStyle01 dd {
    width: calc(100% - 10em);
  }
}

.listDisc01 li {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: .5em;
}

.listDisc01 li:before {
  content: '';
  width: 1em;
  height: 1em;
  background: currentColor;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: .3em;
  margin: auto;
}

.top_aboutUs__point {
  margin-bottom: 8rem;
}

.top_aboutUs__pointItem .__title {
  align-items: center;
  width: 95%;
}

.top_aboutUs__pointItem .__num {
  font-size: 8rem;
  color: #F7991D;
  margin-right: 1rem;
}

.top_aboutUs__pointItem .__text {
  position: relative;
  padding-left: 1rem;
  padding-top: 1.2rem;
}

.top_aboutUs__pointItem .__text:before {
  content: '';
  display: block;
  width: 1px;
  height: 4.8rem;
  background: #427077;
  position: absolute;
  top: 0;
  bottom: -1.2rem;
  left: 0;
  margin: auto;
}

.top_aboutUs__pointItemWrapper {
  margin: 0 -1.2rem;
  flex-wrap: wrap;
}

.top_aboutUs__pointItem {
  width: 33.3333%;
  padding: 0 1.2rem;
}

.top_aboutUs_pointItemInner {
  background: #ffffff;
  width: 100%;
  height: 340px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_aboutUs_pointItemInner:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 55px 55px;
  border-color: transparent transparent #F7991D transparent;
}

.list-style__num {
  display: table;
  margin: 0;
  padding: 0;
}

.list-style__num > li {
  list-style-type: decimal;
  margin: 0;
  padding: 0;
  display: table-row;
  counter-increment: table-ol;
}

.list-style__num > li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
  font-weight: 700;
}

.list-style__num > li:after {
  content: "";
  display: block;
  margin-bottom: 1em;
}

.list-style__num > li :last-of-type:after {
  margin-bottom: 0;
}

.list-style__num .list-style__num2 {
  display: table;
  margin: 1em 0 0;
  padding: 0;
}

.list-style__num .list-style__num2 > li {
  list-style-type: decimal;
  margin: 0;
  padding: 0;
  display: table-row;
  counter-increment: table-ol2;
}

.list-style__num .list-style__num2 > li:before {
  content: counter(table-ol2) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
  font-weight: 700;
}

.list-style__num .list-style__num2 > li:after {
  content: "";
  display: block;
  margin-bottom: 1em;
}

.list-style__num .list-style__num2 > li :last-of-type:after {
  margin-bottom: 0;
}

.list-style__num .list-style__num3 {
  display: table;
  margin: 1em 0 0;
  padding: 0;
}

.list-style__num .list-style__num3 > li {
  list-style-type: decimal;
  margin: 0;
  padding: 0;
  display: table-row;
  counter-increment: table-ol3;
}

.list-style__num .list-style__num3 > li:before {
  content: counter(table-ol3) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
  font-weight: 700;
}

.list-style__num .list-style__num3 > li:after {
  content: "";
  display: block;
  margin-bottom: 1em;
}

.list-style__num .list-style__num3 > li :last-of-type:after {
  margin-bottom: 0;
}

.page-numbers {
  display: flex;
  justify-content: center;
}

.page-numbers li {
  padding: .25rem;
}

.page-numbers li > * {
  padding: 1rem;
  width: 2em;
  height: 2em;
  border: 1px solid #F7991D;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #F7991D;
}

.page-numbers li > *.current {
  background: #fff;
  color: #F7991D;
}

/* -----------------------------------------------------------------
 Project
----------------------------------------------------------------- */
.p-title_style01 {
  font-size: 2.8rem;
  display: flex;
  align-items: center;
}

.p-title_style01__image {
  position: relative;
  display: flex;
  align-items: center;
  height: 1.5em;
}

.p-title_style01__image img {
  height: 100%;
  object-fit: contain;
}

.p-title_style01__image:after {
  content: '';
  display: block;
  margin-left: 1.8rem;
  margin-right: 2rem;
  width: 1px;
  height: 1em;
  background-color: currentColor;
}

.p-title_style02 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.p-title_style02:after {
  content: '';
  display: block;
  background: #F7991D;
  height: 2px;
  width: 100%;
}

.p-title_style03 {
  justify-content: center;
  display: flex;
  margin-bottom: 1em;
}

.p-title_style03 span {
  position: relative;
}

.p-title_style03 span:after {
  content: '';
  display: block;
  background: currentColor;
  height: 1px;
  width: 100%;
}

h2.p-title_style03 {
  font-size: 3.2rem;
}

h3.p-title_style03 {
  font-size: 2.8rem;
}

.p-title__style04 {
  font-size: 2.6rem;
  color: #000000;
  font-weight: 400;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.p-title__style04:after {
  display: block;
  content: '';
  background: linear-gradient(90deg, #F7991D 0%, #F7991D 19%, #F1F1F1 19%, #F1F1F1 100%);
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto auto 0;
}

.p-title__style05 {
  font-size: 2.6rem;
  color: #000000;
  font-weight: 400;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.p-title__style05:after {
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto auto 0;
  background: radial-gradient(#ff9400, whitesmoke);
}

a {
  color: #F7991D;
}

.btnArea {
  display: flex;
  justify-content: center;
}

.butoon_style01 {
  font-size: 1.6rem;
  background: #F7991D;
  color: #ffffff;
  padding: 1.8rem  7rem;
  min-width: 26rem;
  text-align: center;
  position: relative;
  display: inline-block;
}

.butoon_style01:before {
  content: '';
  display: block;
  background: url(../images/common/icon_button_style01.svg) no-repeat center center/contain;
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  left: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.link_ex {
  position: relative;
}

.link_ex:after {
  content: '';
  background: url(../images/pages/icon_link.svg) no-repeat center center/contain;
  width: 1.5em;
  height: 1.3em;
  display: flex;
  align-items: center;
  position: absolute;
  right: -3.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* -----------------------------------------------------------------
 Utility
----------------------------------------------------------------- */
/* ==========================================================================
 vertical-align
========================================================================== */
.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-va-bl {
  vertical-align: baseline !important;
}

/* ==========================================================================
 border
========================================================================== */
.u-br-4 {
  border-radius: 4px;
}

.u-br-8 {
  border-radius: 8px;
}

.u-br-12 {
  border-radius: 12px;
}

.u-br-16 {
  border-radius: 16px;
}

/* border-none */
.u-br-0 {
  border: none;
}

.u-br-t-0 {
  border-top: none;
}

.u-br-r-0 {
  border-right: none;
}

.u-br-b-0 {
  border-bottom: none;
}

.u-br-l-0 {
  border-left: none;
}

/* ==========================================================================
 clearfix
========================================================================== */
.u-cf {
  min-height: 1%;
}

.u-cf:after {
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
}

/* ==========================================================================
 display
========================================================================== */
.u-d-tb {
  display: table !important;
}

.u-d-tbc {
  display: table-cell !important;
}

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

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

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

.u-d-n {
  display: none !important;
}

.u-d-f {
  display: flex !important;
}

.u-d-jsC {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .u-d-tb-sp {
    display: table !important;
  }
  .u-d-tbc-sp {
    display: table-cell !important;
  }
  .u-d-b-sp {
    display: block !important;
  }
  .u-d-ib-sp {
    display: inline-block !important;
  }
  .u-d-i-sp {
    display: inline !important;
  }
  .u-d-n-sp {
    display: none !important;
  }
  .u-d-f-sp {
    display: flex !important;
  }
}

@media screen and (max-width: 960px) {
  .u-d-n-tab {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-d-f-pc {
    display: flex !important;
  }
  .u-d-n-pc {
    display: none !important;
  }
}

/* ==========================================================================
 font-size
========================================================================== */
.u-fz-10 {
  font-size: 1rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-22 {
  font-size: 2.2rem !important;
}

.u-fz-24 {
  font-size: 2.4rem !important;
}

.u-fz-26 {
  font-size: 2.6rem !important;
}

@media screen and (max-width: 767px) {
  .u-fz-sp-10 {
    font-size: 1rem !important;
  }
  .u-fz-sp-12 {
    font-size: 1.2rem !important;
  }
  .u-fz-sp-14 {
    font-size: 1.4rem !important;
  }
  .u-fz-sp-16 {
    font-size: 1.6rem !important;
  }
  .u-fz-sp-18 {
    font-size: 1.8rem !important;
  }
  .u-fz-sp-20 {
    font-size: 2rem !important;
  }
  .u-fz-sp-22 {
    font-size: 2.2rem !important;
  }
  .u-fz-sp-24 {
    font-size: 2.4rem !important;
  }
  .u-fz-sp-26 {
    font-size: 2.6rem !important;
  }
}

/* ==========================================================================
 font-weight
========================================================================== */
.u-fw-regular {
  font-weight: var(--fw-regular) !important;
}

.u-fw-bold {
  font-weight: var(--fw-bold) !important;
}

/* ==========================================================================
 color
========================================================================== */
.u-clr-white {
  color: #fff !important;
}

.u-clr-black {
  color: #2F393E !important;
}

.u-clr-green {
  color: #427077 !important;
}

.u-clr-blue {
  color: #004791 !important;
}

.u-clr-yamabuki {
  color: #F7991D !important;
}

.u-clr-inherit {
  color: inherit !important;
}

.u-clr-gray {
  color: #767B81;
}

/* ==========================================================================
 margin
========================================================================== */
.u-m-c {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mt-1 {
  margin-top: 1rem !important;
}

.u-mt-2 {
  margin-top: 2rem !important;
}

.u-mt-3 {
  margin-top: 3rem !important;
}

.u-mt-4 {
  margin-top: 4rem !important;
}

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

.u-mt-6 {
  margin-top: 6rem !important;
}

/* Right margin */
.u-mr-0 {
  margin-right: 0rem !important;
}

.u-mr-1 {
  margin-right: 1rem !important;
}

.u-mr-2 {
  margin-right: 2rem !important;
}

.u-mr-3 {
  margin-right: 3rem !important;
}

.u-mr-4 {
  margin-right: 4rem !important;
}

.u-mr-5 {
  margin-right: 5rem !important;
}

.u-mr-6 {
  margin-right: 6rem !important;
}

/* Bottom margin */
.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mb-1 {
  margin-bottom: 1rem !important;
}

.u-mb-2 {
  margin-bottom: 2rem !important;
}

.u-mb-3 {
  margin-bottom: 3rem !important;
}

.u-mb-4 {
  margin-bottom: 4rem !important;
}

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

.u-mb-6 {
  margin-bottom: 6rem !important;
}

/* Left margin */
.u-ml-0 {
  margin-left: 0rem !important;
}

.u-ml-1 {
  margin-left: 1rem !important;
}

.u-ml-2 {
  margin-left: 2rem !important;
}

.u-ml-3 {
  margin-left: 3rem !important;
}

.u-ml-4 {
  margin-left: 4rem !important;
}

.u-ml-5 {
  margin-left: 5rem !important;
}

.u-ml-6 {
  margin-left: 6rem !important;
}

@media screen and (max-width: 767px) {
  /* Top margin */
  .u-mt-sp-0 {
    margin-top: 0rem !important;
  }
  .u-mt-sp-1 {
    margin-top: 1rem !important;
  }
  .u-mt-sp-2 {
    margin-top: 2rem !important;
  }
  .u-mt-sp-3 {
    margin-top: 3rem !important;
  }
  /* Right margin */
  .u-mr-sp-0 {
    margin-right: 0rem !important;
  }
  .u-mr-sp-1 {
    margin-right: 1rem !important;
  }
  .u-mr-sp-2 {
    margin-right: 2rem !important;
  }
  .u-mr-sp-3 {
    margin-right: 3rem !important;
  }
  /* Bottom margin */
  .u-mb-sp-0 {
    margin-bottom: 0rem !important;
  }
  .u-mb-sp-1 {
    margin-bottom: 1rem !important;
  }
  .u-mb-sp-2 {
    margin-bottom: 2rem !important;
  }
  .u-mb-sp-3 {
    margin-bottom: 3rem !important;
  }
  /* Left margin */
  .u-ml-sp-0 {
    margin-left: 0rem !important;
  }
  .u-ml-sp-1 {
    margin-left: 1rem !important;
  }
  .u-ml-sp-2 {
    margin-left: 2rem !important;
  }
  .u-ml-sp-3 {
    margin-left: 3rem !important;
  }
}

/* ==========================================================================
 padding
========================================================================== */
/* Top padding */
.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pt-1 {
  padding-top: 1rem !important;
}

.u-pt-2 {
  padding-top: 2rem !important;
}

.u-pt-3 {
  padding-top: 3rem !important;
}

.u-pt-4 {
  padding-top: 4rem !important;
}

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

.u-pt-6 {
  padding-top: 6rem !important;
}

/* Right padding */
.u-pr-0 {
  padding-right: 0rem !important;
}

.u-pr-1 {
  padding-right: 1rem !important;
}

.u-pr-2 {
  padding-right: 2rem !important;
}

.u-pr-3 {
  padding-right: 3rem !important;
}

.u-pr-4 {
  padding-right: 4rem !important;
}

.u-pr-5 {
  padding-right: 5rem !important;
}

.u-pr-6 {
  padding-right: 6rem !important;
}

/* Bottom padding */
.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pb-1 {
  padding-bottom: 1rem !important;
}

.u-pb-2 {
  padding-bottom: 2rem !important;
}

.u-pb-3 {
  padding-bottom: 3rem !important;
}

.u-pb-4 {
  padding-bottom: 4rem !important;
}

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

.u-pb-6 {
  padding-bottom: 6rem !important;
}

.u-pb-7 {
  padding-bottom: 7rem !important;
}

/* Left padding */
.u-pl-0 {
  padding-left: 0rem !important;
}

.u-pl-1 {
  padding-left: 1rem !important;
}

.u-pl-2 {
  padding-left: 2rem !important;
}

.u-pl-3 {
  padding-left: 3rem !important;
}

.u-pl-4 {
  padding-left: 4rem !important;
}

.u-pl-5 {
  padding-left: 5rem !important;
}

.u-pl-6 {
  padding-left: 6rem !important;
}

@media screen and (max-width: 767px) {
  /* Top padding */
  .u-pt-sp-0 {
    padding-top: 0rem !important;
  }
  .u-pt-sp-1 {
    padding-top: 1rem !important;
  }
  .u-pt-sp-2 {
    padding-top: 2rem !important;
  }
  .u-pt-sp-3 {
    padding-top: 3rem !important;
  }
  .u-pt-sp-4 {
    padding-top: 4rem !important;
  }
  .u-pt-sp-5 {
    padding-top: 5rem !important;
  }
  .u-pt-sp-6 {
    padding-top: 6rem !important;
  }
  /* Right padding */
  .u-pr-sp-0 {
    padding-right: 0rem !important;
  }
  .u-pr-sp-1 {
    padding-right: 1rem !important;
  }
  .u-pr-sp-2 {
    padding-right: 2rem !important;
  }
  .u-pr-sp-3 {
    padding-right: 3rem !important;
  }
  .u-pr-sp-4 {
    padding-right: 4rem !important;
  }
  .u-pr-sp-5 {
    padding-right: 5rem !important;
  }
  .u-pr-sp-6 {
    padding-right: 6rem !important;
  }
  /* Bottom padding */
  .u-pb-sp-0 {
    padding-bottom: 0rem !important;
  }
  .u-pb-sp-1 {
    padding-bottom: 1rem !important;
  }
  .u-pb-sp-2 {
    padding-bottom: 2rem !important;
  }
  .u-pb-sp-3 {
    padding-bottom: 3rem !important;
  }
  .u-pb-sp-4 {
    padding-bottom: 4rem !important;
  }
  .u-pb-sp-5 {
    padding-bottom: 5rem !important;
  }
  .u-pb-sp-6 {
    padding-bottom: 6rem !important;
  }
  /* Left padding */
  .u-pl-sp-0 {
    padding-left: 0rem !important;
  }
  .u-pl-sp-1 {
    padding-left: 1rem !important;
  }
  .u-pl-sp-2 {
    padding-left: 2rem !important;
  }
  .u-pl-sp-3 {
    padding-left: 3rem !important;
  }
  .u-pl-sp-4 {
    padding-left: 4rem !important;
  }
  .u-pl-sp-5 {
    padding-left: 5rem !important;
  }
  .u-pl-sp-6 {
    padding-left: 6rem !important;
  }
}

/* ==========================================================================
 position
========================================================================== */
.u-pos-a {
  position: absolute !important;
}

.u-pos-r {
  position: relative !important;
}

.u-pos-s {
  position: static !important;
}

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

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

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

@media screen and (max-width: 767px) {
  .u-ta-l-sp {
    text-align: left !important;
  }
  .u-ta-c-sp {
    text-align: center !important;
  }
  .u-ta-r-sp {
    text-align: right !important;
  }
}

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

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

/* ==========================================================================
 width
========================================================================== */
.u-w-auto {
  width: auto !important;
}

.u-w-full {
  width: 100% !important;
}

.u-w-threeQuarter {
  width: 75% !important;
}

.u-w-half {
  width: 50% !important;
}

.u-w-oneThird {
  width: 33.333333%;
}

.u-w-quarter {
  width: 25% !important;
}

@media screen and (min-width: 768px) {
  .u-w-full__pc {
    width: 100% !important;
  }
  .u-w-threeQuarter__pc {
    width: 75% !important;
  }
  .u-w-half__pc {
    width: 50% !important;
  }
  .u-w-quarter__pc {
    width: 25% !important;
  }
  .u-w-oneThird__pc {
    width: 33.333333%;
  }
  .u-col_7_pc {
    width: 58.333333%;
  }
  .u-col_7__pc {
    width: 58.333333%;
  }
  .u-col_5__pc {
    width: 41.666666%;
  }
  .u-w-quarter__pc {
    width: 25% !important;
  }
}

@media screen and (min-width: 1199px) {
  .u-w-half__large__pc {
    width: 50%;
  }
}

/* ==========================================================================
 height
========================================================================== */
.u-h-1 {
  min-height: 1vh !important;
}

.u-h-2 {
  min-height: 2vh !important;
}
.u-h-3 {
  min-height: 3vh !important;
}
.u-h-4 {
  min-height: 4vh !important;
}

.u-h-5 {
  min-height: 5vh !important;
}

.u-h-6 {
  min-height: 6vh !important;
}

.u-h-7 {
  min-height: 7vh !important;
}


.u-h-8 {
  min-height: 8vh !important;
}


.u-h-9 {
  min-height: 9vh !important;
}
.u-h-10 {
  min-height: 10vh !important;
}

/* ==========================================================================
 letter-spacing
========================================================================== */
.u-ls-1 {
  letter-spacing: -.1em !important;
}

/* ==========================================================================
 cursor
========================================================================== */
.u-cs-pointer {
  cursor: pointer !important;
}

.u-cs-default {
  cursor: default !important;
}

/* ==========================================================================
 background-color
========================================================================== */
.u-bgclr-black {
  background-color: #000 !important;
}

.u-bgclr-white {
  background-color: #fff !important;
}

.u-bgclr-white02 {
  background-color: #F5F5F5 !important;
}

.u-bgclr-green {
  background: #F1F6CE !important;
}

/* ==========================================================================
 line-height
========================================================================== */
.u-lh-0 {
  line-height: 0 !important;
}

.u-lh-1 {
  line-height: 0.1 !important;
}

.u-lh-2 {
  line-height: 0.2 !important;
}

.u-lh-3 {
  line-height: 0.3 !important;
}

.u-lh-4 {
  line-height: 0.4 !important;
}

.u-lh-5 {
  line-height: 0.5 !important;
}

.u-lh-6 {
  line-height: 0.6 !important;
}

.u-lh-7 {
  line-height: 0.7 !important;
}

.u-lh-8 {
  line-height: 0.8 !important;
}

.u-lh-9 {
  line-height: 0.9 !important;
}

.u-lh-10 {
  line-height: 1 !important;
}

.u-lh-11 {
  line-height: 1.1 !important;
}

.u-lh-12 {
  line-height: 1.2 !important;
}

.u-lh-13 {
  line-height: 1.3 !important;
}

.u-lh-14 {
  line-height: 1.4 !important;
}

.u-lh-15 {
  line-height: 1.5 !important;
}

.u-lh-16 {
  line-height: 1.6 !important;
}

.u-lh-17 {
  line-height: 1.7 !important;
}

.u-lh-18 {
  line-height: 1.8 !important;
}

.u-lh-19 {
  line-height: 1.9 !important;
}

.u-lh-20 {
  line-height: 2 !important;
}

/* ==========================================================================
 contents
========================================================================== */
.l-page__header {
  background: #F7991D url(../images/pages/title_page.jpg) no-repeat bottom right -38vw/auto 88%;
  height: 180px;
  font-size: 2.75rem;
  padding: 2rem 0;
  color: #fff;
}

.page__article .p-title_style01 {
  margin-bottom: 6rem;
}

.p-intro__top__section {
  background: #F1F6CE;
}

.p-intro__movie__wrap {
  padding: 1.4rem;
  background: #427077;
  max-width: 957px;
  margin: auto;
}
@media screen and (max-width: 767px) {
.single__company .p-title_style01 {
  flex-direction: column;
}
.single__company .p-title_style01__image:after {
  content: none;
}
}
.introCompany__movieSlider {
  padding: 0 3.2rem;
}
.introCompany__movieSlider .slick-prev, .introCompany__movieSlider .slick-next {
  height: 3rem;
  width: 3rem;
}
.introCompany__movieSlider .slick-prev {
 left: 0;
}
.introCompany__movieSlider .slick-next{
  right: 0;
}
.introCompany__movieSlider .slick-prev:before, .introCompany__movieSlider .slick-next:before {
  content: '';
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.introCompany__movieSlider .slick-prev:before ,.introCompany__movieSlider .slick-next:before {
  background-repeat: no-repeat;
  background-size: contain;
}
.introCompany__movieSlider .slick-prev:before {
  background-image: url(../images/common/icon_prev.svg);
}
.introCompany__movieSlider .slick-next:before {
  background-image: url(../images/common/icon_next.svg);
}
.introCompany__movieSlider .slick-track {
  padding-bottom: 1rem;
}
.p-introCompany__movie__item {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 .5rem;
}

.p-introCompany__movie__itemCont {
  padding: 1rem;
}
.introCompany__movieSlider .slick-dots li button:before{
  width: 2rem;
  height: 2rem;
  background: #000;
}
.introCompany__movieSlider .slick-dots {
  position: relative;
  bottom: 0;
}
.member_treatItem:after {
  content: ',';
  display: inline;
  margin-right: .5rem;
}

.member_treatItem:last-child:after {
  content: '';
}

.p-aboutIicca {
  background: url(../images/top/top_bg_town.svg) no-repeat center bottom;
  padding-bottom: 11rem;
}

.p-aboutIicaDetail__box {
  max-width: 925px;
  margin: auto;
  padding: 2rem 2rem 2rem;
}

.p-aboutIicaDetail__box .__title {
  font-size: 1.9rem;
}

.p-aboutIica__history {
  max-width: 608px;
  margin: auto auto 5rem;
}

.p-aboutIicaDetail {
  background: url(../images/top/top_bg_iwatsuki.svg) no-repeat top -12vw right 50vw/contain;
}

@media screen and (max-width: 767px) {
  .top_aboutUs__pointItem {
    width: 100%;
    margin-bottom: 15px;
  }
  .top_aboutUs_pointItemInner {
    height: auto;
    padding: 0 1rem 1rem;
  }
  .top_aboutUs_pointItemInner br.u-d-n-tab {
    display: block !important;
  }
  .top_aboutUs_pointItemInner .u-fw-bold {
    font-size: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .l-page__header {
    background: #F7991D url(../images/pages/title_page.jpg) no-repeat center center/cover;
    height: 280px;
    font-size: 4rem;
    padding: 6rem 7rem;
  }
  .p-aboutIicaDetail__box {
    padding: 2rem 5rem 5rem;
  }
}

/* ==========================================================================
 single company post 
========================================================================== */
.p-introCompany__cont-sub .aligncenter {
  display: block;
  margin: auto;
}
.p-introCompany__cont-sub p {
  margin-bottom: 1em;
}
.p-introCompany__cont-sub .parent_alignleft {
  width: 30%;
  display: inline;
}
.p-introCompany__cont-sub .parent_alignleft +* {
  width: 68%;
  display: inline-block;
  padding-left: 2%;
}
.p-introCompany__cont-sub .parent_alignright__parent {
  display: flex;
  flex-direction: row-reverse;
}
.p-introCompany__cont-sub .has_arlignright {
  width: 30%;
}
.p-introCompany__cont-sub .has_arlignright +* {
  width: 68%;
  padding-right: 2%;
}
.single-company h1:not([class]) {
  font-size: 2.6rem;
}
.single-company h2:not([class]) {
  font-size: 2.4rem;
}
.single-company h3:not([class]) {
  font-size: 2.2rem;
}
.single-company h4:not([class]) {
  font-size: 2.0rem;
}
strong {
  font-weight: 600;
}
.contact_btn {
  display: flex;
  justify-content: center;
}
.contact_btn a {
  display: flex;
  min-width: 35rem;
  min-height: 10rem;
  border: 3px solid #f96508;
  border-radius: 6px;
  font-size: 2.4rem;
  background: #fff4e6;
  padding: 1rem 2rem;
  align-items: center;
}
.contact_btn a span{
  display: block;
}
.contact_btn a span.__img {
  margin-right: .8rem;
  width: 6rem;
}
.contact_btn a span.__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

