@charset "utf-8";

/* ---------------------------------------------
　fonts
------------------------------------------------ */

/*
* https://fonts.googleapis.com/css?family=Barlow:400,600,600i,700
 */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Barlow Regular'), local('Barlow-Regular'), url(https://fonts.gstatic.com/s/barlow/v2/7cHpv4kjgoGqM7E_DMs5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------------------------------------------
　base modules
------------------------------------------------ */

.body {
  min-width: 1200px;
  /* コンテンツ幅に書き直す */
  clear: both;
}

.wrap {
  clear: both;
}

.inner {
  width: 1200px;
  /* コンテンツ幅に書き直す */
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.en {
  font-family: 'Barlow', '游ゴシック Medium';
  letter-spacing: 1px;
}

/* ---------------------------------------------
　header
------------------------------------------------ */

.header {
  width: 100%;
  height: 58px;
  margin: 0 auto;
  padding: 0 0 12px;
  background: #fff;
  border-bottom: solid 1px #ddd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header.headH1 {
  padding-top: 20px;
  padding-bottom: 5px;
}

.header.fixed {
  background: rgba(255, 255, 255, 1);
}

.header .inner {
  position: relative;
}

.header a,
.header a:link,
.header a:hover,
.header a:visited,
.header a:active {
  color: #333;
  text-decoration: none;
}

.header li {
  float: left;
}

.topHeading {
  display: block;
  width: 100% !important;
  height: 12px;
  color: #000;
  font-size: 11px !important;
  font-weight: normal !important;
  line-height: 1;
  text-align: center;
  padding: 5px 0 3px;
  overflow: hidden;
  background: #eee;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.header .logo {
  position: absolute;
  left: 0;
  top: 16px;
}

.header .copy {
  position: absolute;
  left: 150px;
  top: 27px;
  font-size: 12px;
}

.header .global-navigation {
  font-weight: 600;
  width: 63.5%;
  margin: 0 90px 0 auto;
  padding: 20px 0 0 0;
  text-align: center;
}

.header .global-navigation li {
  text-align: center;
  position: relative;
  height: 31px;
  white-space: nowrap;
  margin-left: 20px;
}

.header .global-navigation li.stay a {
  color: #0ba2c7;
}

/*
.header .global-navigation li:first-child { width:90px; }
.header .global-navigation li:nth-child(2){ width:90px; }
.header .global-navigation li:nth-child(3){ width:80px; }
.header .global-navigation li:nth-child(4){ width:80px; }
.header .global-navigation li:nth-child(5){ width:90px; padding-right:0.7em; }
.header .global-navigation li:nth-child(6){ width:100px; padding-left:0.7em; }
.header .global-navigation li:nth-child(7){ width:90px; }
*/

.header .global-navigation li:nth-child(5) {
  padding-right: 20px;
}

.header .global-navigation li:nth-child(5)::after {
  content: "/";
  font-family: 'Barlow', '游ゴシック Medium';
  letter-spacing: 1px;
  position: absolute;
  right: -6px;
}

.header .global-navigation span {
  width: 100%;
  transition: all .2s;
  background-color: #0ba2c7;
  padding: 5px 25px;
  color: #fff;
  border: 2px solid #0ba2c7;
  border-radius: 17px;
}

.header .global-navigation .ja {
  opacity: 0;
  font-size: 87.5%;
  top: 3px;
}

.header .global-navigation a:hover,
.header .global-navigation a:active {
  color: #0ba2c7;
}

.header .global-navigation a:hover span,
.header .global-navigation a:active span {
  color: #0ba2c7;
  background-color: #fff;
  border: 2px solid #0ba2c7;
}

.header .global-navigation a:hover .ja,
.header .global-navigation a:active .ja {
  opacity: 1;
}

.header .global-navigation a:hover .en,
.header .global-navigation a:active .en {
  opacity: 0;
}

.header .utility-navigation {
  text-align: right;
  position: absolute;
  right: 48px;
  top: 19px;
}

.header .utility-navigation li {
  display: inline;
  padding: 0 0 0 12px;
}

@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");


/*検索窓*/
/************************************
** トグル表示ボタン カスタマイズ
************************************/
.toggle-wrap .toggle-button {
  display: block;
  cursor: pointer;
  padding: 3px 10px;
  /*background-color: #fff;
  border: 1px solid #ddd;
  font-weight: bold;*/
  text-align: right;
  margin-bottom: 1em;
  border-radius: 8px;
  overflow: auto;
}

@media all and (-ms-high-contrast: none) {
  .toggle-wrap .toggle-button {
    overflow: hidden;
  }
}

/*中身を非表示にしておく*/
.toggle-wrap .toggle-content {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.6s;
}

/*チェックは見えなくする*/
.toggle-wrap>input[type="checkbox"] {
  display: none;
}

/*クリックで中身表示*/
.toggle-wrap>input[type="checkbox"]:checked~.toggle-content {
  display: block;
  height: auto;
  opacity: 1;
  padding: 0 0 10px 0;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  float: left;
}

/* Googleã‚«ã‚¹ã‚¿ãƒ æ¤œç´¢ */
.toggle-wrap .searchbox {
  padding: 1.5em 0 1em;
}

.toggle-wrap .gsc-control-cse {
  background: #fff !important;
  border: 2px solid #EEEEEE !important;
  border-radius: 20px;
  padding: .3em 1em 0em !important;
}

.toggle-wrap form.gsc-search-box {
  margin-bottom: 0 !important;
}

.toggle-wrap .gsc-input-box {
  background: #fff !important;
  border: none !important;
}

.toggle-wrap #gs_tti50 .gsc-input {
  background-color: #fff !important;
  font-size: 16px !important;
}

.toggle-wrap .gsc-search-button-v2 {
  background: #fff !important;
  width: 26px !important;
  height: 26px !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 15px !important;
}

.toggle-wrap .gsc-search-button-v2 svg {
  fill: #0ba2c7 !important;
  width: 20px !important;
  height: 20px !important;
}

.toggle-wrap .gsc-search-button-v2:hover svg,
.toggle-wrap .gsc-search-button-v2:focus svg {
  fill: #fff !important;
  width: 20px !important;
  height: 20px !important;
}

.toggle-wrap .gsc-search-button-v2:hover,
.toggle-wrap .gsc-search-button-v2:focus {
  background: #0ba2c7 !important;
  width: 26px !important;
  height: 26px !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 15px !important;
  fill: #fff !important;
}

.gsc-control-wrapper-cse .gsc-search-box .gsc-input .gsc-input-box .gsib_a {
  padding: 0;
}

.toggle-wrap .side-post-list a {
  display: block;
  text-decoration: none;
  padding-bottom: 1em;
}

.toggle-wrap .side-post-list a img {
  border-radius: 50%;
  max-width: 80px;
}

.toggle-wrap .side-post-list dl {
  display: table;
}

.toggle-wrap .side-post-list dt {
  display: table-cell;
  vertical-align: top;
}

.toggle-wrap .side-post-list dd {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.toggle-wrap .side-post-list dd span {
  display: block;
  font-size: .8em;
}

.toggle-wrap .bnr img {
  max-width: 100%;
}

/* ã‚µã‚¤ãƒ‰ãƒãƒ¼è¦‹å‡ºã— */
.toggle-wrap .sidebar-heading {
  margin: 30px 0 20px;
  text-align: center;
}

/* ã‚ãŸã‚‰ã—ã„è¨˜äº‹ */
.toggle-wrap .news .news-list {
  border-top: 2px solid #B4B6B5;
  text-align: left;
}

.toggle-wrap .news .news-list a {
  display: block;
  padding: 18px 0 13px;
}

.toggle-wrap .news .news-list:last-child {
  border-bottom: 2px solid #B4B6B5;
}


.toggle-wrap .news .news-list .news-date {
  display: block;
  color: #B4B6B5;
}

.toggle-wrap .news .news-list .news-title {
  display: block;
  margin-top: 13px;
  line-height: 1.7;
  font-weight: bold;
}

/* ã‚«ãƒ†ã‚´ãƒªãƒ¼ */
.toggle-wrap .category-list {
  border-top: 2px solid #B4B6B5;
  position: relative;
  line-height: 1.7;
  font-weight: bold;
  text-align: left;
}

.toggle-wrap .category-list::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2.5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle-wrap .category-list a {
  display: block;
  width: 100%;
  height: 100%;
  ;
  padding: 18px 0;
  font-weight: bold;
}

.toggle-wrap .category-list:last-child {
  border-bottom: 2px solid #B4B6B5;
}

/* ã‚­ãƒ¼ãƒ¯ãƒ¼ãƒ‰ */
.toggle-wrap .keyword .tag {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
  background-color: #d8e7ed;
  border-radius: 50px;
}

.toggle-wrap .keyword .tag a {
  display: block;
  padding: 12px 20px;
  border-radius: 50px;
}

table.gsc-search-box td {
  border: none;
  background: #fff;
}

#___gcse_0 {
  width: 50%;
  float: right;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  border: none;
}

.gsst_a {
  display: none !important;
}

.gs-title {
  text-align: left !important;
}

.gsc-thumbnail {
  float: left !important;
}

.gsc-table-cell-snippet-close {
  float: left !important;
  width: 75% !important;
}

/* ---------------------------------------------
　container
------------------------------------------------ */

.container {
  /*width:1200px;*/
  margin: 70px auto;
  position: relative;
}

/* ------ title -------------------------------- */

.page-title {
  background: #0ba2c7;
  color: #fff;
  text-align: left;
  padding: 30px 0 30px;
}

.page-title h1,
.page-title div {
  width: 1200px;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: bold;
}

.page-title h1 span,
.page-title div span {
  font-size: 24px;
}

.blogTitle {
  font-size: 2.2rem;
}

/* ------ topic-path --------------------------- */

.page-title .topic-path {
  width: 1200px;
  margin: 0 auto;
  font-size: 1rem;
}

.page-title .topic-path li {
  display: inline;
  list-style: none;
  padding: 0;
  text-indent: 0;
}

.page-title .topic-path li:before {
  content: none !important;
}

.page-title .topic-path li a:after {
  content: '»';
  padding: 0 5px;
}

.page-title .topic-path li:last-child a::after {
  content: none;
}

.topic-path a,
.topic-path a:link,
.topic-path a:hover,
.topic-path a:visited,
.topic-path a:active {
  color: #fff;
  text-decoration: none;
}

/* ------ pagetop ------------------------------ */

.pagetop {
  width: 980px;
  margin: 10px auto;
  text-align: right;
  font-size: 78%;
}

.pagetop a,
.pagetop a:link,
.pagetop a:hover,
.pagetop a:visited,
.pagetop a:active {
  text-decoration: none;
  color: #666;
  padding: 5px 10px 5px 15px;
}

/* content
------------------------------------------------ */

.content {
  text-align: left;
}

section.narrow {
  width: 1200px;
  margin: 0 auto;
}

section.narrow.text-unit {
  width: 900px;
}

section.narrow .main-area {
  width: 840px;
  float: left;
}

section.narrow .sidebar {
  width: 300px;
  float: right;
  text-align: left;
}

/*  wide-contents*/

.wide-contents {
  margin: 50px 0 0;
  padding: 50px 0;
}

.wide-contents .c-main-container {
  margin-top: 0;
}

/* gray */

.bg-gray {
  background: #f6f6f6;
}

/* ------ local-navigation --------------------- */

.sidebar .local-navigation {
  margin-top: 20px;
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}

.sidebar .local-navigation+.local-navigation {
  padding-top: 30px;
  border-top: 1px solid #0ba2c7;
}

.sidebar .local-navigation h2 {
  font-size: 1.3rem;
  margin: 0;
  text-align: left;
}

.sidebar .local-navigation ul {
  margin: 30px 0 0;
  font-size: 87%;
}

.sidebar .local-navigation ul span {
  font-size: 78%;
}

.sidebar .local-navigation ul span.num {
  font-size: 88%;
  margin-left: 1px;
}

.sidebar .local-navigation ul li {
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}

.sidebar .local-navigation ul li a {
  color: #0ba2c7;
}

.sidebar .local-navigation ul li a.stay {
  color: #333;
  pointer-events: none;
}

.sidebar .local-navigation ul li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 41%;
  left: 0;
  transform: rotate(45deg);
}

.sidebar .local-navigation.backnumber ul li {
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar .local-navigation.category ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.sidebar .local-navigation.category ul li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 50%;
  font-size: 16px;
}

.sidebar .local-navigation.category ul li a {
  padding: 6px 5px 6px 0;
  background: none !important;
  border: none !important;
  line-height: 1.2;
}

.sidebar .local-navigation.category ul li a:hover {
  text-decoration: underline;
}

/* ------ contactArea -------------------------- */

.contactArea-wrap {
  background-color: #0ba2c7;
  color: #fff;
}

.contactArea {
  width: 840px;
  margin: 0 auto;
}

.contactArea .contactArea--title {
  width: 540px;
}

.contactArea.addition {
  text-align: center;
}

.contactArea.addition .contactArea--title {
  font-size: 21px;
  font-weight: bold;
  padding: 10px 0;
}

.contactArea.addition .contactArea--summary {
  font-size: 16px;
  padding: 3px 0;
}

.contactArea.addition .contactArea--content {
  display: flex;
  justify-content: space-between;
  padding: 10px 40px 20px 40px;
  text-align: center;
  margin: 0 auto;
  transition: all .1s ease;
}

.contactArea.addition .contactArea--content div {
  display: inline-block;
  margin: 0 auto;
}

.contactArea--content .contactArea--btn {
  color: #fff;
  background-color: #0ba2c7;
  font-size: 16px;
  padding: 15px 30px 5px 30px;
  width: 250px;
  height: 35px;
  position: relative;
  top: 35px;
  left: 25px;
  transition: all .1s ease;
  border: #fff 1px solid;
}

.contactArea--content .contactArea--btn:hover {
  border-radius: 60px;
  transition: all .2s ease;
}

.contactArea--content .contactArea--btn .contactArea--arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  left: 10px;
}

/* ------ member-area -------------------------- */

.member-area {
  margin: 57px 0 65px;
}

/*h2style
.member-area h2{
  background:transparent;
  font-size:188%;
  font-style:normal;
  font-weight:600;
  text-align:center;
  line-height:1.3;
}
*/
.member-area .list {
  margin-top: 22px;
}

.member-area .list li {
  background: #000;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0 3px 3px 0;
  padding: 0;
  width: 19.75%;
}

.member-area .list li::before {
  display: none;
}

.member-area .list li a {
  display: block;
  transition: all .5s;
}

.member-area .list li a,
.member-area .list li a:link,
.member-area .list li a:hover,
.member-area .list li a:visited,
.member-area .list li a:active {
  color: #fff;
  text-decoration: none;
}

.member-area .list li a:hover::before,
.member-area .list li a:active::before {
  color: #fff;
  content: "MORE VIEW";
  font-family: 'Barlow', '游ゴシック Medium';
  font-size: 113%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.5em;
  z-index: 5;
}

.member-area .list li.no-images a::before,
.member-area .list li.no-images a::before {
  color: #fff;
  content: "MORE VIEW";
  font-family: 'Barlow', '游ゴシック Medium';
  font-size: 113%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.5em;
  z-index: 5;
}

/* ------ service-area ------------------------- */

.service-area {
  margin: 73px 0 0;
  width: 100%;
}

/*h2style
.service-area h2{
  font-size:188%;
  font-style:italic;
  font-weight:600;
  line-height:1.3;
}
*/
.service-area--box {
  background-color: #fff;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .08);
  padding: 85px 15px 10px 15px;
  position: relative;
  top: -85px;
  z-index: -1;
  height: 280px;
}

.service-area--box.service-area--box--01 {
  top: -72px;
}

.service-area--title {
  font-weight: bold !important;
  padding: 0 0 10px 0;
  margin-top: 0 !important;
  text-align: center !important;
  font-size: 16px !important;
}

.service-area .list {
  font-size: 81.3%;
  text-align: center;
  margin: 21px auto 0;
}

.service-area .list li {
  line-height: 1.85;
  width: 23.3%;
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  position: relative;
}

.service-area .list ul {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 30px 0 0 0;
}

.service-area .list li::before {
  display: none;
}

.service-area .list a,
.service-area .list a:link,
.service-area .list a:hover,
.service-area .list a:visited,
.service-area .list a:active {
  text-decoration: none;
  color: #333;
}

.service-area .list a {
  display: block;
  width: 120px;
  position: relative;
  margin: 0 auto 15px;
}

.service-area .list li:nth-child(2) a,
.service-area .list li:nth-child(3) a,
.service-area .list li:nth-child(4) a,
.service-area .list li:nth-child(5) a,
.service-area .list li:nth-child(6) a,
.service-area .list li:nth-child(7) a {
  margin-bottom: 28px;
}

.service-area .list li a::after {
  box-shadow: 0 0 0 4px #0ba2c7;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  pointer-events: none;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  padding: 7px;
  opacity: 0;
}


.service-area .list li a:hover::after {
  transform: scale(1);
  opacity: 1;
}

.service-area .list li img {
  background: #0ba2c7;
  border-radius: 60px;
  display: block;
  position: relative;
  margin: 0 auto 10px;
}

/* ------ メンバー一覧 名前入力エリア start -------------------------- */
.member-area .list li.kmorita a:hover::before,
.member-area .list li.kmorita a:active::before {
  content: "MORITA Keiji";
}

.member-area .list li.minami a:hover::before,
.member-area .list li.minami a:active::before {
  content: "MINAMI Shoji";
}

.member-area .list li.ryoko a:hover::before,
.member-area .list li.ryoko a:active::before {
  content: "IHARA Ryoko";
}

.member-area .list li.fumi a:hover::before,
.member-area .list li.fumi a:active::before {
  content: "TAKAHASHI Fumi";
}

.member-area .list li.mayu a:hover::before,
.member-area .list li.mayu a:active::before {
  content: "TANINO Mayu";
}

.member-area .list li.yusuke a:hover::before,
.member-area .list li.yusuke a:active::before {
  content: "MIYAI Yusuke";
}

.member-area .list li.takii a:hover::before,
.member-area .list li.takii a:active::before {
  content: "TAKII Takahide";
}

.member-area .list li.yamashita a:hover::before,
.member-area .list li.yamashita a:active::before {
  content: "YAMASHITA Go";
}

.member-area .list li.mieko a:hover::before,
.member-area .list li.mieko a:active::before {
  content: "AOKI Mieko";
}


.member-area .list li.yumi a:hover::before,
.member-area .list li.yumi a:active::before {
  content: "MORINO Yumi";
}

.member-area .list li.mifumi a:hover::before,
.member-area .list li.mifumi a:active::before {
  content: "UNO Mifumi";
}

.member-area .list li.mizuho a:hover::before,
.member-area .list li.mizuho a:active::before {
  content: "SATO Mizuho";
}

.member-area .list li.kurokawa a:hover::before,
.member-area .list li.kurokawa a:active::before {
  content: "KUROKAWA Yoshihiko";
}

.member-area .list li.tsuchiya a:hover::before,
.member-area .list li.tsuchiya a:active::before {
  content: "TSUCHIYA Shigeru";
}



.member-area .list li.nari a:hover::before,
.member-area .list li.nari a:active::before {
  content: "ONISHI Naritoshi";
}

.member-area .list li.iriyama a:hover::before,
.member-area .list li.iriyama a:active::before {
  content: "IRIYAMA Ryohei";
}

.member-area .list li.mami a:hover::before,
.member-area .list li.mami a:active::before {
  content: "KOUIKE Mami";
}

.member-area .list li.yuka a:hover::before,
.member-area .list li.yuka a:active::before {
  content: "MIKI Yuka";
}

.member-area .list li.ayami a:hover::before,
.member-area .list li.ayami a:active::before {
  content: "OSHIMA Ayami";
}

.member-area .list li.kkozai a:hover::before,
.member-area .list li.kkozai a:active::before {
  content: "KOZAI Satomi";
}

.member-area .list li.fuki a:hover::before,
.member-area .list li.fuki a:active::before {
  content: "TANIMOTO Fuki";
}

.member-area .list li.yuka-f a:hover::before,
.member-area .list li.yuka-f a:active::before {
  content: "FUKUDA Yuka";
}

/* ------ メンバー一覧 名前入力エリア end -------------------------- */

.member-area .list li a img {
  display: block;
  transition: all .5s;
  width: 240px;
  height: 150px;
}

.member-area .list li a:hover img,
.member-area .list li a:active img {
  transform: scale(1.04);
  opacity: 0.7;
}

/* ---------------------------------------------
　追従バナー
------------------------------------------------ */
.fixedCta {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 15px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fixedCta {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.fixedCta.is-active {
  opacity: 1;
  visibility: visible;
}

.fixedCta-item {
  position: relative;
  margin-right: 15px;
  min-height: 30px;
}

.fixedCta-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .3s;
}

.fixedCta-item a {
  display: block;
  transition: .3s;
  border: 2px solid #fff;
}

.fixedCta-item a:hover {
  border-color: #fcff00;
}


/* トグル */
.fixedCta-item_close {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #0ba2c7;
  background-color: #fff;
  color: #0ba2c7;
  font-size: 24px;
  position: absolute;
  top: -13px;
  right: -13px;
  transition: all .3s ease 0s;
  cursor: pointer;
}

.fixedCta-item_close:hover {
  background: #0ba2c7;
  color: #fff;
  scale: 1.1;
}

.fixedCta-item_close::before,
.fixedCta-item_close::after {
  content: "";
  position: absolute;
  background-color: currentColor;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.fixedCta-item_close::before {
  width: 12px;
  height: 2px;
}

.fixedCta-item_close::after {
  width: 2px;
  height: 12px;
  opacity: 0;
}

.fixedCta-item.is-minimized .fixedCta-item_close::after {
  opacity: 1;
}

.fixedCta-item.is-minimized .fixedCta-item_close {
  top: 0;
}

.screen-reader-text {
  position: absolute;
  top: -1000em;
}


/* 最小化状態 */
.fixedCta-item.is-minimized a {
  opacity: 0;
  visibility: hidden;
  height: 0;
}


/* 個別 */
#top_btn {
  display: flex;
  justify-content: flex-end;
}

#top_btn a {
  width: 80px;
  border: none;
}

#top_btn a:hover {
  scale: 1.2;
}


/* ---------------------------------------------
　footer
------------------------------------------------ */

.footer {
  clear: both;
  padding-bottom: 60px;
}

.footer a,
.footer a:link,
.footer a:visited {
  color: #333;
  text-decoration: none;
}

.footer a:hover,
.footer a:active {
  color: #0ba2c7;
  text-decoration: none;
}

.contactBox {
  background: #0ba2c7;
  color: #fff;
  line-height: 1.3;
  padding: 37px 0 42px;
}

.contactBox .contactBox__telBox .txt,
.contactBox__downloadBox>p,
.contactBox__downloadBox>p span {
  color: #fff;
  text-align: center;
}

.contactBox__downloadBox>p {
  padding: 20px 0 5px;
  color: #fff !important;
}

.contactBox a,
.contactBox a:link,
.contactBox a:hover,
.contactBox a:visited,
.contactBox a:active {
  color: #fff;
}

.contactBox .contactBox__telBox {
  font-size: 113%;
  margin: 0 0 15px;
}

.contactBox dd {
  display: inline-block;
  vertical-align: top;
}

.contactBox .contactBox__telBox .tel {
  margin: 0 15px 0 0;
}

.contactBox dd.mail {
  margin: 8px 0 0 15px;
}

.contactBox div .icon {
  background: #fff;
  color: #0ba2c7;
  font-size: 75%;
  font-weight: bold;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 3px 6px;
  position: relative;
  top: 2px;
}

.contactBox dd .mail-icon {
  background: #fff;
  color: #0ba2c7;
  font-size: 50%;
  font-weight: bold;
  vertical-align: middle;
  margin: 0 -10px 0 0;
  padding: 1px 3px;
}

.contactBox dd .notes {
  display: inline-block;
}

.contactBox div.tel .tel {
  font-size: 250%;
  letter-spacing: 2px;
  vertical-align: middle;
}

.contactBox div.tel .notes {
  font-size: 87.5%;
  padding: 0 0 0 10px;
}

.contactBox div.mail .mail {
  padding: 0 0 0 20px;
  letter-spacing: 2px;
  position: relative;
  top: 5px;
}

.contactBox div.mail .notes {
  font-size: 188%;
  padding: 0;
  vertical-align: middle;
}

.contactBox div.mail .notes a,
.contactBox div.mail .mail a {
  border-bottom: solid 1px #fff;
}


.contactBox .contactBox__linkBox {
  margin: 20px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 832px;
  margin: 0 auto;
}

.contactBox .contactBox__linkBox div {
  background: #fff;
  color: #0ba2c7;
  font-weight: bold;
  vertical-align: middle;
  margin: 0;
  padding: 20px 70px;
  display: inline-block;
}

.contactBox .contactBox__linkBox a:first-child div {
  padding: 20px 40px;
}

.contactBox .contactBox__linkBox div .notes {
  font-size: 100%;
  margin: 0;
  padding-bottom: 10px;
  font-weight: bold;
  color: #0ba2c7;
  text-align: center;
}

.contactBox .here {
  font-size: 170%;
  font-weight: 600;
  letter-spacing: 2px;
  vertical-align: middle;
  color: #0ba2c7;
}

@-moz-document url-prefix() {

  /* FireFox */
  .contactBox .contactBox__linkBox div .notes {
    font-size: 90%;
  }

  .contactBox .here {
    font-size: 166%;
  }
}

/* CMS用 */
.cmsCta {
  margin: 40px auto;
  padding: 25px 0;
  width: calc(100% - 26px);
}

.cmsCta .inner {
  width: 100%;
}

.cmsCta .contactBox__telBox .txt {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.cmsCta .contactBox__telBox>.tel {
  max-width: 350px;
  padding-left: 15px;
  margin: 0 auto;
}

.cmsCta div.tel .notes {
  padding-left: 40px;
}

.cmsCta.contactBox .here {
  margin: 0;
  padding: 0;
  font-size: 170%;
  font-weight: 600;
}

.cmsCta .contactBox__linkBox {
  justify-content: center;
}

.cmsCta .contactBox__linkBox div {
  padding: 15px 50px !important;
}

.contact-btn {
  transition: all .1s ease;
}

.contact-btn:hover {
  /*
  outline-offset: -10px;
  outline: solid 2px #0ba2c7;
  */
  border-radius: 60px;
  transition: all .1s ease;
}

.contactBox p .notes {
  font-size: 85%;
  padding-bottom: 20px;
  font-weight: normal;
}

.dl-btn {
  font-size: 110%;
  display: inline-block;
  padding: 8px 25px;
  text-decoration: none;
  color: #fff !important;
  border: solid 2.5px #fff;
  background-color: #0ba2c7;
  border-radius: 23px;
  transition: .2s;
}

.dl-btn:hover {
  background: #fff;
  color: #0ba2c7 !important;
  transition: .2s;
}

.contact-svg {
  fill: #0ba2c7;
  vertical-align: middle;
}

.footer-navigation {
  text-align: left;
  margin: 0 0 0 -60px;
  padding: 22px 0 60px;
  display: inline-block;
}

.footer-navigation div {
  float: left;
  width: 344px;
  margin: 0 0 0 60px;
}

.footer-navigation div:nth-child(2) {
  width: 338px;
}

.footer-navigation .works {
  margin-top: 20px;
}

.footer-navigation .works dt {
  margin-top: 10px;
}

.footer-navigation .recruit dl dd ul li {
  float: left;
  width: 50%;
}

.footer-navigation dl {
  clear: both;
}

.footer-navigation dl ul {
  margin-top: 1rem;
}

.footer-navigation dl ul .anchor:before {
  top: 0.6em;
}

.footer-navigation dl dt {
  font-size: 113%;
  font-weight: 600;
  margin: 33px 0 28px;
}

.footer-navigation dl dt a,
.footer-navigation dl dt a:visited,
.footer-navigation dl dt a:link {
  color: #0ba2c7;
}

.footer-navigation dl dt a:hover {
  color: #333333;
}

.footer-navigation div:first-child dl dt,
.footer-navigation div:last-child dl dt {
  margin-bottom: 21px;
}

.footer-navigation dl dd {
  font-size: 87.5%;
  color: #888;
}

.footer-navigation dl dd ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.footer-navigation dl dd ul li {
  margin: 6px 0 0;
}

.footer-navigation div:first-child dl dd ul li {
  float: left;
  width: 9em;
}

.footer-navigation div:first-child dl dd ul li:nth-child(odd) {
  clear: left;
}

.footer-navigation div:first-child dl dd ul li:nth-child(even) {
  width: 12em;
}

.footer-navigation div:first-child dl:last-child dd ul li:last-child {
  width: 12em;
}

.footer-navigation div:last-child dl dd ul li {
  float: left;
  width: 50%;
}

.footer-navigation div:last-child dl dd ul li:nth-child(odd) {
  clear: left;
}

.footer-banner {
  clear: both;
  margin: 0 -3px;
  height: 60px;
}

.footer-banner::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.footer-banner ul {
  display: inline-flex;
}

.footer-banner li {
  float: left;
  margin: 0 0 0 1px;
}

.footer-banner li:first-child {
  margin-left: 0;
}

.address {
  clear: both;
  font-size: 87.5%;
  text-align: center;
  line-height: 2.14;
  position: relative;
  margin: 40px 0 0;
}

.address dt {
  margin: 0 0 15px;
}

.copyright {
  font-size: 68.8%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  margin: 15px 0 0;
}


/* downlord ページ */

.downloadCatch--wrap {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}

.downloadCatch--wrap>div:nth-child(1) {
  width: 52%;
}

.downloadCatch--wrap>div:nth-child(2) {
  width: 48%;
}

.downloadCatch--wrap div img {
  text-align: right;
  margin: 0 0 0 auto;
  display: block;
}

.downloadCatch .downloadCatch--wrap--txt {
  margin: 0 0 0 20px;
}

.downloadCatch .downloadCatch--wrap--txt h3 {
  color: #0ba2c7;
  font-weight: bold;
  text-align: left;
}

.downloadCatch .downloadCatch--wrap--txt ul {
  margin: 50px 0 0;
}

.downloadCatch--wrap--txt ul li {
  margin: 0 0 5px 18px;
}

/* 別窓アイコン */
._blank::after {
  content: "";
  display: inline-block;
  background-image: url(/themes/main/images/icon_win.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 12px;
  height: 12px;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 0 5px;
}

._blank._colorB::after {
  background-image: url(/themes/main/images/icon_win_b.png);
}

a._blank._colorB:hover:after {
  background-image: url(/themes/main/images/icon_win_w.png);
}

li a._blank::after {
  top: 1px;
}