@charset "UTF-8";
/*  reset
------------------------------------*/
html, body, h1, h2, h3, h4,
ul, ol, dl, li, dt, dd,
p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section, picture {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

i, cite, em, var, address, dfn {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption, th, td {
  text-align: left;
}

/*  common
------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
  background: #fff;
  background: linear-gradient(to right, #eaf3f6 0%, #fae9f0 56%, #f8f2d7 100%);
  color: #000;
  font-display: swap;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

.flexbox_list {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}

.cf {
  /* For IE 6/7 (trigger hasLayout) */
  zoom: 1;
}
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

a {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

p {
  line-height: 2;
  font-feature-settings: "palt";
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.rel {
  position: relative;
}

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

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", Yu Gothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f_sserif {
  font-family: "Roboto Condensed", sans-serif;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}

.max {
  width: 100%;
}

@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    font-size: 3.2vw;
  }
  p {
    line-height: 1.5;
  }
  .sp_max {
    width: 100%;
  }
}
/*  content
------------------------------------*/
#wrapper {
  overflow: hidden;
  max-width: 1500px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.container:after {
  content: "";
  clear: both;
  display: block;
}
.container.large {
  max-width: 1280px;
}
.container.small {
  max-width: 1000px;
}

@media screen and (max-width: 1240px) {
  .container {
    width: 94%;
  }
}
.text_break > span {
  display: inline-block;
}

a.button {
  position: relative;
  display: inline-block;
  width: 676px;
  max-width: 100%;
  padding: 15px 30px 12px;
  color: #fff;
  background: #005952;
  font-size: 24px;
  border-radius: 5px;
  line-height: 1.4;
  text-align: center;
}
a.button img {
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: 10px;
}
a.button .icon {
  margin-left: 10px;
}
a.button .text {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #wrapper {
    overflow-x: hidden;
    min-width: auto;
  }
  .wrapper {
    min-width: auto;
    margin: 0 auto;
    padding-left: 2.6vw;
    padding-right: 2.6vw;
  }
  .container {
    width: 92%;
    min-width: auto;
    z-index: 2;
  }
  a.button {
    width: 100%;
    padding: 1.9vw 1.5vw 1.8vw;
    font-size: 1em;
  }
  a.button img {
    margin-bottom: 0;
    width: 1.3vw;
  }
  a.button .icon {
    width: 16px;
    height: auto;
    margin-right: -20px;
    margin-left: 5px;
  }
}
/*  side__fix
------------------------------------*/
#side__fix {
  position: fixed;
  right: 0;
  top: 50%;
  width: 248px;
  margin-top: -144px;
  font-size: 17px;
  line-height: 1;
  transition: right 0.3s;
  z-index: 500;
}
#side__fix.hide {
  right: -193px;
}
#side__fix.hide .side__link li a {
  padding: 20px 12px;
}
#side__fix.hide .side__link li.sienta a {
  padding: 11px 7px;
}
#side__fix #side__button {
  display: none;
}
#side__fix .side__link {
  position: relative;
}
#side__fix .side__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #025851;
  background: rgba(0, 79, 77, 0.94);
}
#side__fix .side__link li {
  position: relative;
  z-index: 1;
  line-height: 1.2;
}
#side__fix .side__link li a {
  display: block;
  padding: 20px;
  color: #fff;
}
#side__fix .side__link li a:hover {
  background: #037168;
  opacity: 1;
}
#side__fix .side__link li a .icon {
  width: 32px;
  margin-right: 20px;
}
#side__fix .side__link li.sienta {
  background: rgba(0, 159, 116, 0.94);
}
#side__fix .side__link li.sienta a {
  padding: 11px 15px;
}
#side__fix .side__link li.sienta .icon {
  width: 42px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  #side__fix {
    top: auto;
    right: 0;
    bottom: 60px;
    width: auto;
    max-width: 100%;
    margin-top: 0;
    font-size: 13px;
    transition: right 0.3s;
  }
  #side__fix.hide {
    right: 0;
  }
  #side__fix.hide .side__link li a {
    padding: 16px 12px;
  }
  #side__fix.sp_show .side__link {
    opacity: 1;
    visibility: visible;
  }
  #side__fix.sp_show .side__link li a {
    padding: 16px 16px;
  }
  #side__fix #side__button {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(0, 79, 77, 0.94);
    color: #fff;
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
    bottom: 120px;
  }
  #side__fix #side__button.sp_show .on {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  #side__fix #side__button.sp_show .off {
    top: -7px;
    opacity: 0;
    visibility: hidden;
  }
  #side__fix #side__button .on {
    position: absolute;
    left: 0;
    top: 7px;
    width: 60px;
    height: 60px;
    padding-top: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  #side__fix #side__button .on img {
    display: block;
    width: 29px;
    margin: 0 auto;
  }
  #side__fix #side__button .off {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    padding-top: 3px;
    transition: all 0.3s;
  }
  #side__fix #side__button .off .icon {
    display: block;
    width: 28px;
    margin: 0 auto 0;
  }
  #side__fix .side__link {
    position: absolute;
    right: 64px;
    bottom: 0;
    opacity: 0;
    width: 180px;
    visibility: hidden;
    transition: all 0.3s;
  }
  #side__fix .side__link li a {
    padding: 16px;
  }
  #side__fix .side__link li a:hover {
    background: none;
  }
  #side__fix .side__link li a .icon {
    width: 26px;
    margin-right: 15px;
  }
  #side__fix .side__link li.sienta a {
    padding: 10px 2px 10px 10px;
  }
  #side__fix .side__link li.sienta .icon {
    width: 32px;
    margin-right: 12px;
  }
}
/*  nav
------------------------------------*/
#navArea {
  padding: 21px;
  position: fixed;
  width: 100%;
  background-color: #FFF;
  z-index: 99999;
  box-sizing: border-box;
}
#navArea nav {
  width: 60%;
}
#navArea .main_title {
  font-size: 18px;
}
#navArea nav ul li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: normal;
}
#navArea nav ul li a.download {
  color: #1D8988;
  font-weight: 600;
  width: 150px;
  background-color: #F0E05D;
  display: block;
  text-align: center;
  border-radius: 20px;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  /*  header
  ------------------------------------*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 99999;
    right: 0px;
    top: 0px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2) {
    top: 16px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* メニュー背景　*/
  nav.globalMenuSp {
    position: fixed;
    z-index: 10000;
    top: 40px;
    left: 0;
    color: #fff;
    background: rgba(26, 26, 26, 0.9);
    text-align: center;
    width: 100%;
    transform: scale(0, 0);
    transition: all 0.6s;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 60px 0;
    width: 100%;
    height: 100vh;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0 50px;
    width: 100%;
    transition: 0.4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
    font-size: 6vw;
    letter-spacing: 0.1em;
    text-align: left;
  }
  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: scale(1, 1);
  }
}
/*  footer
------------------------------------*/
#footer {
  position: relative;
  width: 100%;
  background: #9fa0a0;
  transition: all ease 0.4s;
  font-size: 16px;
  text-align: center;
}
#footer .footer__otglogo {
  position: absolute;
  left: 3%;
  top: 50%;
  max-width: 10%;
  transform: translateY(-50%);
}
#footer .footer__logo {
  margin: 0 auto;
  max-width: 60%;
  padding: 0px 0 8px;
}
#footer .pagetop {
  position: absolute;
  right: 3%;
  bottom: 8px;
  width: 48px;
  line-height: 1;
  z-index: 5000;
}
#footer .pagetop a {
  display: block;
}

@media screen and (max-width: 768px) {
  #footer .footer__otglogo {
    position: absolute;
    left: 10px;
    top: 18px;
    width: 70px;
    max-width: 100%;
    transform: translateY(0);
  }
  #footer .footer__logo {
    margin: 0 auto;
    max-width: 100%;
    height: 60px;
    padding: 17px 0 20px 20px;
  }
  #footer .footer__logo img {
    width: 370px;
  }
  #footer .pagetop {
    right: 10px;
    bottom: 12px;
    width: 35px;
  }
}
/* common */
.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.pc_inline {
  display: inline;
}

.sp_inline {
  display: none;
}

.pc_hidden {
  display: none !important;
}

@media screen and (max-width: 768px) {
  /* common */
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
  .pc_inline {
    display: none;
  }
  .sp_inline {
    display: inline;
  }
  .sp_hidden {
    display: none !important;
  }
  .pc_hidden {
    display: block !important;
  }
}