@charset "UTF-8";
/**

	レスポンシブ用フォントサイズ指定
	eg)
	$sizeSP: 12
	$sizePC: 16
	※ブラッシュアップ中
	SPは指定値を最低サイズとしてブレイクポイントまでを比例指定
	PCはブレイクポイント〜一定サイズを比例指定、一定サイズ以上は指定値に固定

 */
/**
	リンク下線のエフェクト
 */
/**
	リンク下線のエフェクト インラインリンク用
 */
/**
	aspect-ratio
 */
/* ==========================================================================
    libs
   ========================================================================== */
/* ==========================================================================
   Base
   リセットcssとhtml要素の定義
   ========================================================================== */
:root {
  --hpadding: 120px;
  --hpadding2: 340px;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  :root {
    --hpadding: 90px;
    --hpadding2: 270px;
  }
}

/* ==========================================================================

   preset.scss
   プリミティブ要素の設定

 */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /* &.is-scrollOff {
    @include mq-pc {
      !*overflow: hidden;*!
      height: 100%;
      .glb-page-wrapper {
        width: 100%;
        height: 100vh;
        overflow: hidden;
      }
    }

  }*/
}

body {
  font-size: 1.4rem;
  color: #30333b;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  /*overflow-y: scroll;*/
}

body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
}

main {
  display: block;
}

a:link, a:visited, a.touchend {
  color: #30333b;
  text-decoration: none;
  outline: none;
}

a:active, a:hover, a.touchstart {
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td {
  line-height: 1;
  font-weight: normal;
  font-feature-settings: "palt";
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

sup {
  font-size: .4em;
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #ddd;
}

/* reset form elements */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: #30333b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/*@font-face {
  !*フォントの名前*!
  font-family: 'mamelon';
  font-display: swap;
  !*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*!
  src: url(../fonts/mameh_woff/mamelon5.woff2) format('woff2'), url(../fonts/mameh_woff/mamelon5.eot) format('eot');
}*/
/*
@mixin font-mamelon {
  font-family: "mamelon", sans-serif;
}*/
/* ==========================================================================
   Layout
   ========================================================================== */
/* ==========================================================================
   Module
   ========================================================================== */
/* ==========================================================================
   projects
   ========================================================================== */
.page-container {
  overflow: hidden;
}

.sdgs {
  padding: 40px 0;
  margin: 0 20px;
}

.sdgs img {
  width: 100%;
  height: auto;
}

.sdgs .txt {
  line-height: 2;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 769px) {
  .sdgs {
    padding: 120px 0 40px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .sdgs .txt {
    font-size: 1.6rem;
  }
}

.sdgs__heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .sdgs__heading {
    width: 682px;
    margin-bottom: 70px;
  }
}

.sdgs__pict {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .sdgs__pict {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
}

.sdgs__heading2 {
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #0e3e92;
  font-size: 1.4rem;
}

.sdgs__heading2:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 11px;
  background-color: #0e3e92;
}

.sdgs__heading2 > span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
}

@media print, screen and (min-width: 769px) {
  .sdgs__heading2 {
    font-size: 2.2rem;
  }
  .sdgs__heading2:after {
    top: 14px;
  }
}

.sdgs_heading3 {
  background-color: #0e3e92;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 40px calc((100vw - 100%)/-2);
  font-weight: bold;
  font-size: 1.6rem;
  height: 60px;
}

@media print, screen and (min-width: 769px) {
  .sdgs_heading3 {
    font-size: 2.4rem;
    height: 120px;
    margin: 80px calc((100vw - 100%) / -2);
  }
}

.sdgs-block {
  position: relative;
  background-color: #efefef;
  margin: 40px 0;
  padding: 20px;
}

.sdgs-block:before {
  content: "";
  display: block;
  position: absolute;
  width: 300px;
  height: 3px;
  background-color: #ddd;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .sdgs-block:before {
    width: 90%;
    left: 5%;
  }
}

@media print, screen and (min-width: 769px) {
  .sdgs-block {
    padding: 35px;
    margin: 50px 0;
  }
  .sdgs-block:before {
    width: 300px;
  }
}

.sdgs-block__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: none;
  font-weight: bold;
  line-height: 1.5;
}

.sdgs-block__heading > span {
  display: block;
  width: 32px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .sdgs-block__heading {
    font-size: 1.6rem;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 20px;
  }
  .sdgs-block__heading > span {
    margin-bottom: 10px;
  }
  .sdgs-block__heading > small {
    display: block;
    font-size: 1.1rem;
  }
}

@media print, screen and (min-width: 769px) {
  .sdgs-block__heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .sdgs-block__heading > span {
    width: 50px;
    margin-right: 10px;
  }
}

.sdgs-block.--col1 {
  background-color: #f7f6df;
}

.sdgs-block.--col1:before {
  background-color: #e8ba00;
}

.sdgs-block.--col1 .sdgs-block__heading {
  color: #af8d01;
}

.sdgs-block.--col1 .sdgs__icons {
  background-color: #f7f5c6;
}

.sdgs-block.--col2 {
  background-color: #e6f6ed;
}

.sdgs-block.--col2:before {
  background-color: #32b16c;
}

.sdgs-block.--col2 .sdgs-block__heading {
  color: #32b16c;
}

.sdgs-block.--col2 .sdgs__icons {
  background-color: #b2e4c9;
}

.sdgs-block.--col3 {
  background-color: #faeef8;
}

.sdgs-block.--col3:before {
  background-color: #ae5da1;
}

.sdgs-block.--col3 .sdgs-block__heading {
  color: #ae5da1;
}

.sdgs-block.--col3 .sdgs__icons {
  background-color: #eed6ea;
}

.sdgs-block.--col4 {
  background-color: #faf3ed;
}

.sdgs-block.--col4:before {
  background-color: #eb6100;
}

.sdgs-block.--col4 .sdgs-block__heading {
  color: #eb6100;
}

.sdgs-block.--col4 .sdgs__icons {
  background-color: #facfb1;
}

.sdgs-block.--col5 {
  background-color: #fdf4f4;
}

.sdgs-block.--col5:before {
  background-color: #eb1125;
}

.sdgs-block.--col5 .sdgs-block__heading {
  color: #eb1125;
}

.sdgs-block.--col5 .sdgs__icons {
  background-color: #f2c3c4;
}

.sdgs__list {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}

.sdgs__list > li {
  margin-bottom: 7px;
  padding-left: .5em;
  text-indent: -.5em;
  line-height: 1.75;
}

.sdgs__list > li:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .sdgs__list {
    border-radius: 10px;
    margin: 20px 0;
    padding: 20px;
  }
  .sdgs__list > li {
    margin-bottom: 10px;
  }
}

.sdgs__icons {
  background-color: #ddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 10px 5px;
  margin: 10px -20px -20px;
}

.sdgs__icons > li {
  width: 45px;
  margin-right: 5px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .sdgs__icons > li {
    margin-bottom: 5px;
  }
}

@media print, screen and (min-width: 769px) {
  .sdgs__icons {
    margin: 0 -35px -35px;
    padding: 10px;
  }
  .sdgs__icons > li {
    width: 70px;
    margin-right: 5px;
  }
}

/* ====================================================================

  #Animation

 */
.ef-scroll,
.ef-scroll-in,
.ef-intro {
  pointer-events: none;
}

.transition-fade {
  transition-duration: 0.5s;
}

.transition-fade.ef-scroll {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.transition-fade.ef-scroll-in {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.transition-y {
  transition-duration: 0.5s;
}

.transition-y.ef-scroll {
  transform: translateY(40px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.transition-y.ef-scroll-in {
  transform: translateY(40px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* ==========================================================================
   Utilities
   ========================================================================== */
/* ==========================================================================

	#テキストモジュールとユーティリティ

	36　コピー
	27　 H1相当　ページタイトル
	25　 H2相当　コピー・見出しおよびラベル
	24　 H3相当　見出しおよびラベル
	20　コピー・中見出し・ラベル
	18　本文：大・ラベル
	16　本文：中
	14　本文：小を使用しています。
	12　最小（注文など一部のみ）

 */
/* -------------------------------------------------------------------------
	本文指定
*/
.u-txt-ll,
.u-txt-l,
.u-txt,
.u-txt-s,
.u-txt-ss {
  line-height: 1.75;
}

.u-txt-ll {
  font-size: 2.2rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-ll {
    font-size: 1.8rem;
  }
}

.u-txt-l {
  font-size: 1.8rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-l {
    font-size: 1.6rem;
  }
}

.u-txt {
  font-size: 1.6rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt {
    font-size: 1.4rem;
  }
}

.u-txt-s {
  font-size: 1.4rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-s {
    font-size: 1.3rem;
  }
}

.u-txt-ss {
  font-size: 1.2rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-ss {
    font-size: 1.1rem;
  }
}

.u-strong {
  color: #ff0000;
}

/* -------------------------------------------------------------------------
	ユーティリティmisc
*/
/*一字下げ*/
.u-indent-head {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-normal {
  font-weight: normal;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}

@media only screen and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media print, screen and (min-width: 769px) {
  .u-floatL {
    float: left;
  }
}

@media print, screen and (min-width: 769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
.u-textLink:link, .u-textLink:visited {
  color: #65c9c0;
  background-color: #f3f4f6;
  transition-duration: 0.2s;
}

@media print, screen and (min-width: 769px) {
  .u-textLink:hover {
    color: #fff;
    background-color: #65c9c0;
  }
}

.u-textLink--effect {
  position: relative;
  display: inline-block;
  padding-bottom: .5em;
  padding-bottom: .1em;
}

.u-textLink--effect:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #000;
  transform: scale3d(1, 1, 1);
  transform-origin: 0 0;
  transition: transform 0.2s;
}

.u-textLink--effect:hover:after {
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 0;
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: 'pkna';
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-text-combine-horizontal: all;
}

/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: .5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}

.u-noWrap {
  white-space: nowrap;
}

@media print, screen and (min-width: 769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}
