@charset "UTF-8";
/* ------------------------------------------------------------
style reset
------------------------------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style-type: none;
}

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

blockquote,
q {
  quotes: none;
}

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

/* ------------------------------------------------------------
初期設定
------------------------------------------------------------ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

/* ------------------------------------------------------------
iframe
------------------------------------------------------------ */
.google-map iframe {
  vertical-align: bottom;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ------------------------------------------------------------
印刷設定
------------------------------------------------------------ */
@media print {
  body {
    zoom: 90%;
    overflow-y: visible;
    overflow-x: visible;
  }
  a {
    text-decoration: none !important;
  }
  .header-wrap {
    position: static !important;
  }
  .gnav-wrap {
    display: none !important;
  }
  #pagetop {
    display: none !important;
  }
}

.pbb {
  page-break-before: always;
}

/* ------------------------------------------------------------
表示有無設定（ブラウザサイズ）
------------------------------------------------------------ */
@media print, screen and (min-width: 992px) {
  .min992 {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .max991 {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .min768 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .max767 {
    display: none;
  }
}

/* ------------------------------------------------------------
html・body
------------------------------------------------------------ */
html,
body {
  height: 100%;
}

body {
  font-size: 14px;
  color: #333333;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
}

body {
  font-family: 'Roboto', 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, sans-serif;
}

body .ffm {
  font-family: 'Noto Serif JP', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

/* ------------------------------------------------------------
レイアウト・タグ設定
------------------------------------------------------------ */
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

.fti {
  text-indent: 1em;
}

.att {
  padding-left: 1em;
  text-indent: -1em;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.disc li {
  list-style-type: disc;
  margin-left: 1.5em;
  padding-left: 2px;
}

.decimal li {
  list-style-type: decimal;
  margin-left: 1.5em;
  padding-left: 2px;
}

/* ------------------------------------------------------------
リンク設定
------------------------------------------------------------ */
a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #0e752e;
  text-decoration: none;
}

a:hover img {
  opacity: 0.6;
}

.link-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #333333;
  padding: 10px 60px;
  border: 1px solid #333333;
}

.link-btn a:hover {
  color: #ffffff;
  background: #333333;
}

/* ------------------------------------------------------------
form
------------------------------------------------------------ */
form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

form label input {
  margin-right: 2px;
}

form input[type="text"],
form textarea {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
}

form textarea {
  min-height: 100px;
}

form button[type="submit"],
form button[type="button"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #333333;
  padding: 10px 60px;
  background: #ffffff;
  border: 1px solid #333333;
}

form button[type="submit"]:hover,
form button[type="button"]:hover {
  color: #ffffff;
  background: #333333;
}

form button[type="button"].return {
  color: #333333;
  background: #f5f5f5;
}

form button[type="button"].return:hover {
  color: #ffffff;
  background: #666666;
}

form ::-webkit-input-placeholder {
  color: #cccccc;
}

form ::-moz-placeholder {
  color: #cccccc;
}

form :-ms-input-placeholder {
  color: #cccccc;
}

/* ------------------------------------------------------------
表 - table
------------------------------------------------------------ */
.table-ul-box {
  width: 100%;
}

.table-ul-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.table-ul-box ul li {
  margin: 0 1em .5em 0;
}

.table-row {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.table-row tr th,
.table-row tr td {
  display: block;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 10px 15px;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.table-row tr th {
  background: #f5f5f5;
}

.table-row tr td {
  background: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .table-row {
    border-bottom: none;
  }
  .table-row tr th,
  .table-row tr td {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
    border: 1px solid #eeeeee;
  }
  .table-row tr th {
    width: 25%;
  }
  .table-row tr td {
    width: 75%;
  }
}

.table-scroll {
  overflow: auto;
  white-space: nowrap;
}

.table-scroll table {
  width: 100%;
}

.table-scroll::after {
  content: "※このテーブルは横にスクロールできます。";
}

/* ------------------------------------------------------------
ページトップへ戻る
------------------------------------------------------------ */
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
}

#pagetop img:hover {
  -webkit-animation: rotates 0.7s linear infinite;
          animation: rotates 0.7s linear infinite;
}

@-webkit-keyframes rotates {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes rotates {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ------------------------------------------------------------
bootstrap
------------------------------------------------------------ */
/* bootstrap container base + 30px */
.container {
  width: 100%;
}

@media print, screen and (min-width: 1170px) {
  .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

/* ie scroll bar位置調整 */
@-ms-viewport {
  width: auto;
}

/* ------------------------------------------------------------
カラー設定（テキスト）
------------------------------------------------------------ */
.fc-red {
  color: #cc0000;
}

.fc-green {
  color: #259f4b;
}

/* ------------------------------------------------------------
header
------------------------------------------------------------ */
header .header-wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 94px;
  background: #ffffff;
  z-index: 100;
}

header .header-wrap .logo {
  width: 200px;
  margin-left: 15px;
}

header .header-wrap .logo a:hover img {
  opacity: 1;
}

header .header-wrap .nav-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header .header-wrap .lang-contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(57px + 75px);
}

header .header-wrap .lang-contact-box .language-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-wrap .lang-contact-box .language-btn .lang-btn:last-child {
  margin-left: 5px;
}

header .header-wrap .lang-contact-box .language-btn .lang-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #259f4b;
  width: 26px;
  height: 26px;
  border: 1px solid #259f4b;
  border-radius: 50%;
}

header .header-wrap .lang-contact-box .language-btn .lang-btn a:hover, header .header-wrap .lang-contact-box .language-btn .lang-btn a.current {
  color: #ffffff;
  background: #259f4b;
}

header .header-wrap .contact-box {
  display: none;
}

@media print, screen and (min-width: 768px) {
  header .header-wrap .logo {
    width: 320px;
  }
  header .header-wrap .lang-contact-box {
    width: calc(95px + 85px);
  }
  header .header-wrap .lang-contact-box .language-btn .lang-btn:last-child {
    margin-left: 15px;
  }
  header .header-wrap .lang-contact-box .language-btn .lang-btn a {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}

@media print, screen and (min-width: 1400px) {
  header .header-wrap .logo {
    width: 400px;
  }
  header .header-wrap .lang-contact-box {
    width: 335px;
  }
  header .header-wrap .contact-box {
    display: block;
    margin-left: 40px;
  }
  header .header-wrap .contact-box .tel-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    font-weight: 700;
    height: 47px;
  }
  header .header-wrap .contact-box .tel-box i {
    margin-right: 8px;
  }
  header .header-wrap .contact-box .mail-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    color: #ffffff;
    width: 200px;
    height: 47px;
    background: #259f4b;
  }
  header .header-wrap .contact-box .mail-box a i {
    margin-right: 16px;
  }
  header .header-wrap .contact-box .mail-box a:hover {
    background: #0e752e;
  }
}

/* ------------------------------------------------------------
footer
------------------------------------------------------------ */
footer .in-footer-wrap {
  margin-top: 100px;
  border-top: none !important;
}

footer .footer-wrap {
  padding: 60px 0 0;
  border-top: 2px solid #259f4b;
}

footer .footer-wrap .footer-nav-box {
  display: none;
}

footer .footer-wrap .footer-logo-box {
  text-align: center;
}

footer .footer-wrap .copyright {
  font-size: 14px;
  text-align: center;
  margin: 30px 0 40px;
}

footer .footer-wrap .copyright i {
  margin-right: 5px;
}

@media print, screen and (min-width: 768px) {
  footer .footer-wrap .footer-nav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  footer .footer-wrap .footer-nav-box .box {
    font-weight: 700;
    width: calc((100% - 1px) / 3);
  }
  footer .footer-wrap .footer-nav-box .box .category-list {
    font-weight: 400;
  }
  footer .footer-wrap .footer-logo-box {
    text-align: left;
  }
  footer .footer-wrap .copyright {
    margin: 10px 0 40px;
  }
}

/* ------------------------------------------------------------
nav
------------------------------------------------------------ */
.gnav-wrap {
  display: none;
}

@media print, screen and (min-width: 1400px) {
  .gnav-wrap {
    display: block;
  }
  .gnav-wrap .gnav {
    margin: 0 auto;
    padding: 0 40px;
  }
  .gnav-wrap .gnav li {
    position: relative;
    float: left;
    text-align: center;
    width: calc(100% / 4);
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .gnav-wrap .gnav li:nth-child(3) ul {
    left: -50%;
    width: 100%;
  }
  .gnav-wrap .gnav li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 1;
    text-decoration: none;
    height: 94px;
    margin: 0;
    padding: 15px 5px;
  }
  .gnav-wrap .gnav li a div {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .gnav-wrap .gnav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 100;
  }
  .gnav-wrap .gnav li ul li {
    overflow: hidden;
    width: 200%;
    height: 0;
    background: #ffffff;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .gnav-wrap .gnav li ul li a {
    font-size: 14px;
    padding: 15px;
    background: #ffffff;
  }
  .gnav-wrap .gnav li:hover > a {
    color: #0e752e;
  }
  .gnav-wrap .gnav li .current {
    color: #0e752e;
  }
  .gnav-wrap .gnav li:hover ul li {
    overflow: visible;
    height: 40px;
  }
  .gnav-wrap .gnav li:hover ul li:last-child {
    height: 45px;
  }
  .gnav-wrap .gnav li:hover ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
  }
  .gnav-wrap .gnav li:hover ul li a:last-child {
    height: 45px;
  }
}

@media print, screen and (min-width: 1600px) {
  .gnav-wrap .gnav {
    padding: 0 90px;
  }
}

/* ------------------------------------------------------------
スマホ用グローバルナビ
------------------------------------------------------------ */
.menu-btn {
  position: absolute;
  top: 20px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 650;
  background-color: #259f4b;
}

@media print, screen and (min-width: 1400px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 600;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;
  /*メニューを画面内へ*/
}

.sp-gnav {
  padding: 0 15px 40px;
}

.sp-gnav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  margin: 0 65px 0 0 !important;
}

.sp-gnav .gnav-list-box .title {
  font-size: 14px;
  padding: 1em;
}

.sp-gnav .gnav-list-box .title i {
  margin-right: 5px;
}

.sp-gnav .gnav-list-box ul li {
  border-bottom: 1px solid #cccccc;
}

.sp-gnav .gnav-list-box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 1em;
}

.sp-gnav .gnav-list-box ul li a:hover, .sp-gnav .gnav-list-box ul li a.current {
  background: #f5f5f5;
}

.sp-gnav .gnav-list-box ul li a i {
  font-size: 20px;
  color: #259f4b;
  margin-right: 6px;
}

.sp-gnav .gnav-list-box .nav-sub-category {
  border-top: 1px solid #cccccc;
}

.sp-gnav .gnav-list-box .nav-sub-category li a {
  padding-left: 2em;
}

.sp-gnav .gnav-list-box .tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  padding: 10px 15px;
  border: 2px solid #259f4b;
  border-radius: 10px;
}

.sp-gnav .gnav-list-box .tel-box i {
  color: #259f4b;
  margin-right: 8px;
}

/* ------------------------------------------------------------
トップページ
------------------------------------------------------------ */
.in-main-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  background: url(../images/index/main-img.jpg) no-repeat center center/cover;
}

.in-main-img-wrap .in-main-img-txt {
  margin: 40px 20px;
}

@media print, screen and (min-width: 768px) {
  .in-main-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 90px;
  }
  .in-main-img-wrap .in-main-img-txt {
    margin: 90px 40px;
  }
}

.in-cont-title {
  font-size: 40px;
  color: #259f4b;
  letter-spacing: .1em;
  background: -webkit-linear-gradient(0deg, #006ba4, #5f9b00, #5f9b00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media print, screen and (min-width: 768px) {
  .in-cont-title {
    font-size: 84px;
  }
}

.in-about-wrap {
  margin-top: 60px;
  background: url(../images/index/in-bg-1.png) no-repeat center right/cover;
}

.in-about-wrap .in-about-box {
  position: relative;
  padding: 40px 0;
}

.in-about-wrap .in-about-box .in-cont-title {
  position: absolute;
  top: -30px;
  right: 0;
}

.in-about-wrap .in-about-box .txt-box .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
  margin: 20px 0;
  text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff -2px 0px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
}

.in-about-wrap .in-about-box .txt-box p {
  text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff -2px 0px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
}

.in-about-wrap .in-about-box .txt-box .link-btn {
  text-align: center;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .in-about-wrap {
    margin-top: 110px;
    background: url(../images/index/in-bg-1.png) no-repeat center center/cover;
  }
  .in-about-wrap .in-about-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
  }
  .in-about-wrap .in-about-box .in-cont-title {
    top: -70px;
  }
  .in-about-wrap .in-about-box .img-box {
    width: calc(50% + 200px);
    margin-right: -200px;
  }
  .in-about-wrap .in-about-box .txt-box {
    width: 50%;
  }
  .in-about-wrap .in-about-box .txt-box .title {
    font-size: 32px;
    margin: 40px 0 30px;
  }
  .in-about-wrap .in-about-box .txt-box .link-btn {
    text-align: right;
    margin-top: 60px;
  }
}

.in-member-wrap {
  margin-top: 60px;
  background: url(../images/index/in-bg-2.png) no-repeat center left/cover;
}

.in-member-wrap .in-member-box {
  position: relative;
  padding: 40px 0;
}

.in-member-wrap .in-member-box .in-cont-title {
  position: absolute;
  top: -30px;
  left: 0;
}

.in-member-wrap .in-member-box .txt-box .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
  margin: 20px 0;
  text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff -2px 0px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
}

.in-member-wrap .in-member-box .txt-box p {
  text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff -2px 0px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
}

.in-member-wrap .in-member-box .txt-box .link-btn {
  text-align: center;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .in-member-wrap {
    margin-top: 75px;
    background: url(../images/index/in-bg-2.png) no-repeat center center/cover;
  }
  .in-member-wrap .in-member-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
  }
  .in-member-wrap .in-member-box .in-cont-title {
    top: -70px;
  }
  .in-member-wrap .in-member-box .img-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
    width: calc(50% + 200px);
    margin-left: -200px;
    z-index: 10;
  }
  .in-member-wrap .in-member-box .txt-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    z-index: 20;
  }
  .in-member-wrap .in-member-box .txt-box .title {
    font-size: 32px;
    margin: 40px 0 30px;
  }
  .in-member-wrap .in-member-box .txt-box .link-btn {
    text-align: left;
    margin-top: 60px;
  }
}

.in-business-wrap {
  margin-top: 60px;
  background: url(../images/index/business-bg.png) no-repeat center center/cover;
}

.in-business-wrap .in-business-box {
  position: relative;
  padding: 40px 0;
}

.in-business-wrap .in-business-box .in-cont-title {
  position: absolute;
  top: -30px;
  right: 0;
}

.in-business-wrap .in-business-box .txt-box {
  color: #ffffff;
}

.in-business-wrap .in-business-box .txt-box .title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .1em;
  margin: 20px 0;
}

.in-business-wrap .in-business-box .txt-box .link-btn {
  text-align: center;
  margin-top: 40px;
}

.in-business-wrap .in-business-box .txt-box .link-btn a {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.in-business-wrap .in-business-box .txt-box .link-btn a:hover {
  color: #333333;
  background: #ffffff;
}

.in-business-wrap .in-business-flex-box {
  margin: 20px 0 -90px;
}

.in-business-wrap .in-business-flex-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.in-business-wrap .in-business-flex-box .box:first-child {
  margin-bottom: 20px;
  background: url(../images/index/business-link-img-1.jpg) no-repeat center center/cover;
}

.in-business-wrap .in-business-flex-box .box:last-child {
  background: url(../images/index/business-link-img-2.jpg) no-repeat center center/cover;
}

.in-business-wrap .in-business-flex-box .box a {
  text-align: center;
  padding: 60px 15px;
}

.in-business-wrap .in-business-flex-box .box a .title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 40px;
}

.in-business-wrap .in-business-flex-box .box a .business-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #ffffff;
  padding: 10px 60px;
  border: 1px solid #ffffff;
}

.in-business-wrap .in-business-flex-box .box a:hover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

@media print, screen and (min-width: 768px) {
  .in-business-wrap {
    margin-top: 94px;
  }
  .in-business-wrap .in-business-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
  }
  .in-business-wrap .in-business-box .in-cont-title {
    top: -70px;
  }
  .in-business-wrap .in-business-box .img-box {
    width: calc(50% + 200px);
    margin: 40px 60px 0 -200px;
  }
  .in-business-wrap .in-business-box .txt-box {
    width: 50%;
  }
  .in-business-wrap .in-business-box .txt-box .title {
    font-size: 56px;
    margin: 40px 0 30px;
  }
  .in-business-wrap .in-business-box .txt-box .link-btn {
    margin-top: 20px;
  }
  .in-business-wrap .in-business-flex-box .box a .title {
    font-size: 38px;
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 992px) {
  .in-business-wrap .in-business-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px -15px -90px;
  }
  .in-business-wrap .in-business-flex-box .box {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  .in-business-wrap .in-business-flex-box .box:first-child {
    margin-bottom: 0;
  }
  .in-business-wrap .in-business-flex-box .box a {
    padding: 90px 15px;
  }
}

/* ------------------------------------------------------------
contents
------------------------------------------------------------ */
.white-wrap {
  padding: 60px 0;
  background: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .white-wrap {
    padding: 90px 0;
  }
}

.gray-wrap {
  padding: 60px 0;
  background: #fafafa;
}

@media print, screen and (min-width: 768px) {
  .gray-wrap {
    padding: 90px 0;
  }
}

.cont-title-wrap {
  padding: 94px 0 0 0;
  background: url(../images/common/cont-title-bg.jpg) no-repeat center center/cover;
}

.cont-title-wrap .cont-title {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  padding: 40px 15px;
}

.cont-title-wrap .cont-title h2 {
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .cont-title-wrap .cont-title {
    font-size: 40px;
    padding: 60px 15px;
  }
}

.pankuzu {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .pankuzu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin: 10px 0 -40px;
  }
  .pankuzu .pankuzu-arrow {
    color: #aaaaaa;
    margin: 0 10px;
  }
}

.cont-sub-title-1 {
  font-size: 18px;
  margin-bottom: 25px;
  padding: 15px;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

.cont-sub-title-1 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}

.cont-sub-title-1 h3 i {
  margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .cont-sub-title-1 {
    font-size: 20px;
    text-align: center;
  }
}

.business-link-flex-box .box:nth-child(1) {
  margin-bottom: 10px;
  background: url(../images/common/business-link-1.jpg) no-repeat center center/cover;
}

.business-link-flex-box .box:nth-child(2) {
  margin-bottom: 10px;
  background: url(../images/common/business-link-2.jpg) no-repeat center center/cover;
}

.business-link-flex-box .box:nth-child(3) {
  background: url(../images/common/business-link-3.jpg) no-repeat center center/cover;
}

.business-link-flex-box .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s;
  transition: .3s;
}

.business-link-flex-box .box a .link-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 10px;
  padding: 60px 15px;
  border: 1px solid #ffffff;
}

.business-link-flex-box .box a .link-box-1 .txt-box {
  text-align: center;
}

.business-link-flex-box .box a .link-box-1 .txt-box .title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.business-link-flex-box .box a .link-box-1 .txt-box .link-btn {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #ffffff;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  transition: .3s;
}

.business-link-flex-box .box a:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
}

.business-link-flex-box .box a:hover .txt-box .link-btn {
  background: rgba(0, 0, 0, 0.6);
}

.business-link-flex-box .box .no-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999999;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.business-link-flex-box .box .no-link .link-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 10px;
  padding: 60px 15px;
  border: 1px solid #ffffff;
}

.business-link-flex-box .box .no-link .link-box-2 .txt-box {
  text-align: center;
}

.business-link-flex-box .box .no-link .link-box-2 .txt-box .title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.business-link-flex-box .box .no-link .link-box-2 .txt-box .link-btn {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #cccccc;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: .3s;
  transition: .3s;
}

@media print, screen and (min-width: 768px) {
  .business-link-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .business-link-flex-box .box {
    width: calc((100% - 40px) / 3);
  }
  .business-link-flex-box .box:nth-child(1) {
    margin-bottom: 0;
  }
  .business-link-flex-box .box:nth-child(2) {
    margin-bottom: 0;
  }
  .business-link-flex-box .box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .business-link-flex-box .box a .link-box-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 10px;
    padding: 60px 15px;
    border: 1px solid #ffffff;
  }
  .business-link-flex-box .box a .link-box-1 .txt-box {
    text-align: center;
  }
  .business-link-flex-box .box a .link-box-1 .txt-box .title {
    font-size: 24px;
  }
  .business-link-flex-box .box a .link-box-1 .txt-box .link-btn {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ffffff;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .business-link-flex-box .box a:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
  }
  .business-link-flex-box .box a:hover .txt-box .link-btn {
    background: rgba(0, 0, 0, 0.6);
  }
}

/* ------------------------------------------------------------
ファーマパートナーズについて
------------------------------------------------------------ */
.about-flex-box-1 .box {
  text-align: center;
  margin: 40px 0 0 0;
}

.about-flex-box-1 .box .circle-1,
.about-flex-box-1 .box .circle-2,
.about-flex-box-1 .box .circle-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 160px;
  margin: 0 auto 10px;
  border-radius: 50%;
}

.about-flex-box-1 .box .circle-1 .txt-box,
.about-flex-box-1 .box .circle-2 .txt-box,
.about-flex-box-1 .box .circle-3 .txt-box {
  color: #ffffff;
}

.about-flex-box-1 .box .circle-1 .txt-box .icon,
.about-flex-box-1 .box .circle-2 .txt-box .icon,
.about-flex-box-1 .box .circle-3 .txt-box .icon {
  font-size: 60px;
  line-height: 1;
}

.about-flex-box-1 .box .circle-1 .txt-box .txt,
.about-flex-box-1 .box .circle-2 .txt-box .txt,
.about-flex-box-1 .box .circle-3 .txt-box .txt {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  margin-top: 10px;
}

.about-flex-box-1 .box .circle-1 {
  background: #0070c0;
}

.about-flex-box-1 .box .circle-2 {
  background: #92d050;
}

.about-flex-box-1 .box .circle-3 {
  background: #00b050;
}

@media print, screen and (min-width: 768px) {
  .about-flex-box-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-flex-box-1 .box {
    width: calc((100% - 40px) / 3);
    margin: 40px 0 0 0;
  }
  .about-flex-box-1 .box .circle-1,
  .about-flex-box-1 .box .circle-2,
  .about-flex-box-1 .box .circle-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 220px;
    height: 220px;
    margin: 0 auto 20px;
    border-radius: 50%;
  }
  .about-flex-box-1 .box .circle-1 .txt-box .icon,
  .about-flex-box-1 .box .circle-2 .txt-box .icon,
  .about-flex-box-1 .box .circle-3 .txt-box .icon {
    font-size: 80px;
  }
  .about-flex-box-1 .box .circle-1 .txt-box .txt,
  .about-flex-box-1 .box .circle-2 .txt-box .txt,
  .about-flex-box-1 .box .circle-3 .txt-box .txt {
    font-size: 24px;
  }
  .about-flex-box-1 .box p {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 992px) {
  .about-flex-box-1 .box p {
    font-size: 16px;
  }
}

.about-flex-box-3 .box {
  text-align: center;
  margin: 20px 0 0 0;
  background: #f5f5f5;
}

.about-flex-box-3 .box .about-business-box-1,
.about-flex-box-3 .box .about-business-box-2,
.about-flex-box-3 .box .about-business-box-3 {
  height: 100%;
  padding: 15px;
  border: 1px solid #eeeeee;
}

.about-flex-box-3 .box .about-business-box-1 .title,
.about-flex-box-3 .box .about-business-box-2 .title,
.about-flex-box-3 .box .about-business-box-3 .title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px 15px;
}

.about-flex-box-3 .box .about-business-box-1 .title {
  background: #0070c0;
}

.about-flex-box-3 .box .about-business-box-2 .title {
  background: #92d050;
}

.about-flex-box-3 .box .about-business-box-3 .title {
  background: #00b050;
}

@media print, screen and (min-width: 768px) {
  .about-flex-box-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-flex-box-3 .box {
    width: calc((100% - 40px) / 3);
  }
}

.about-flex-box-2 .img-box img {
  border: 4px solid #eeeeee;
}

.about-flex-box-2 .txt-box {
  margin: 20px 0 0 0;
}

.about-flex-box-2 .txt-box .link-btn {
  text-align: center;
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .about-flex-box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-flex-box-2 .img-box {
    width: 50%;
  }
  .about-flex-box-2 .txt-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 20px 0 0 20px;
  }
  .about-flex-box-2 .txt-box .link-btn {
    margin-top: 40px;
  }
}

/* ------------------------------------------------------------
メンバー紹介
------------------------------------------------------------ */
.member-box-1 {
  margin: 0 0 40px 0;
  padding: 0 0 40px;
  border-bottom: 1px dashed #cccccc;
}

.member-box-1 .name {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #259f4b;
  margin-bottom: 20px;
}

.member-box-1 .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member-box-1 .flex-box .photo {
  text-align: center;
  width: 145px;
}

.member-box-1 .flex-box .photo img {
  border: 4px solid #eeeeee;
}

.member-box-1 .flex-box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  margin-left: 20px;
}

.member-box-1 .flex-box .txt .career {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  margin: 15px 0 6px;
  padding: 5px 15px;
  background: #333333;
}

@media screen and (min-width: 992px) {
  .member-box-1 {
    margin: 0 0 20px 0;
    padding: 0 20px 20px;
  }
  .member-box-1 .name {
    margin-bottom: 20px;
  }
  .member-box-1 .flex-box .photo {
    width: 190px;
  }
}

.member-box-2 ul {
  border-bottom: 1px dashed #cccccc;
}

.member-box-2 ul li {
  margin: 0 0 40px 0;
  padding: 0 0 40px;
  border-bottom: 1px dashed #cccccc;
}

.member-box-2 ul li:last-child {
  margin: 0;
  border-bottom: none;
}

.member-box-2 ul li .name {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #259f4b;
  margin-bottom: 10px;
}

.member-box-2 ul li .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member-box-2 ul li .flex-box .photo {
  text-align: center;
  width: 145px;
}

.member-box-2 ul li .flex-box .photo img {
  border: 4px solid #eeeeee;
}

.member-box-2 ul li .flex-box .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  margin-left: 15px;
}

.member-box-2 ul li .flex-box .txt .career {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  margin: 15px 0 6px;
  padding: 5px 15px;
  background: #333333;
}

@media screen and (min-width: 992px) {
  .member-box-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .member-box-2 ul li {
    width: 50%;
    margin: 0 0 20px 0;
    padding: 0 20px 20px;
  }
  .member-box-2 ul li .name {
    margin-bottom: 20px;
  }
  .member-box-2 ul li .flex-box .photo {
    width: 190px;
  }
}

/* ------------------------------------------------------------
CMC薬事
------------------------------------------------------------ */
.cmc-box {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px dashed #cccccc;
}

.cmc-box .title {
  font-size: 18px;
  color: #ffffff;
  padding: 4px 15px;
  letter-spacing: .1em;
  background: -webkit-gradient(linear, left top, right top, from(#2d8ec2), to(#85b637));
  background: linear-gradient(to right, #2d8ec2, #85b637);
}

.cmc-box .txt {
  padding: 15px;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
}

.cmc-box .flow-box {
  text-align: center;
  margin-top: 20px;
}

.cmc-box .flow-box .flow-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cmc-box .flow-box .flow-1 {
  display: inline-block;
  color: #ffffff;
  padding: 10px 30px;
  background: #2d8ec2;
  border-radius: 20px;
}

.cmc-box .flow-box .flow-2 {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #333333;
  border-radius: 20px;
}

.cmc-box .flow-box .flow-3 {
  display: inline-block;
  color: #ffffff;
  padding: 10px 30px;
  background: #85b637;
  border-radius: 20px;
}

.cmc-box .flow-box .flow-arrow {
  font-size: 20px;
  color: #cccccc;
  margin: 0 10px;
}

/* ------------------------------------------------------------
医薬品製造販売業許可取得
------------------------------------------------------------ */
.permission-flex-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.permission-flex-box-1 .box {
  text-align: center;
  margin: 40px 0 0 0;
}

.permission-flex-box-1 .box .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 160px;
  margin: 0 10px 10px;
  background: #0070c0;
  border-radius: 50%;
}

.permission-flex-box-1 .box .circle .txt-box {
  color: #ffffff;
}

.permission-flex-box-1 .box .circle .txt-box .icon {
  font-size: 50px;
  line-height: 1;
}

.permission-flex-box-1 .box .circle .txt-box .txt {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .permission-flex-box-1 .box .circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 220px;
    height: 220px;
    margin: 0 20px 20px;
    border-radius: 50%;
  }
  .permission-flex-box-1 .box .circle .txt-box .icon {
    font-size: 60px;
  }
  .permission-flex-box-1 .box .circle .txt-box .txt {
    font-size: 20px;
  }
}

.permission-flex-box-2 {
  background: url(../images/index/in-bg-1.png) no-repeat center center/cover;
}

.permission-flex-box-2 .in-permission-box {
  position: relative;
  padding: 40px 0;
}

.permission-flex-box-2 .in-permission-box .txt-box .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
  margin: 20px 0;
  text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff -2px 0px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
}

.permission-flex-box-2 .in-permission-box .txt-box p {
  text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff -2px 0px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
}

@media print, screen and (min-width: 768px) {
  .permission-flex-box-2 .in-permission-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
  }
  .permission-flex-box-2 .in-permission-box .img-box {
    width: calc(30% + 200px);
    margin-right: -200px;
  }
  .permission-flex-box-2 .in-permission-box .txt-box {
    width: 70%;
  }
  .permission-flex-box-2 .in-permission-box .txt-box .title {
    font-size: 24px;
    margin: 40px 0 30px;
  }
}

.permission-flex-box-3 {
  margin: 60px 0;
  background: url(../images/index/in-bg-2.png) no-repeat center center/cover;
}

.permission-flex-box-3 .in-permission-box {
  position: relative;
  padding: 40px 0;
}

.permission-flex-box-3 .in-permission-box .txt-box .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
  margin: 20px 0;
  text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff -2px 0px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
}

.permission-flex-box-3 .in-permission-box .txt-box p {
  text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff -2px 0px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
}

@media print, screen and (min-width: 768px) {
  .permission-flex-box-3 .in-permission-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
  }
  .permission-flex-box-3 .in-permission-box .img-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
    width: calc(30% + 200px);
    margin-left: -200px;
    z-index: 10;
  }
  .permission-flex-box-3 .in-permission-box .txt-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 70%;
    z-index: 20;
  }
  .permission-flex-box-3 .in-permission-box .txt-box .title {
    font-size: 26px;
    margin: 40px 0 30px;
  }
}

/* ------------------------------------------------------------
事業開発補助
------------------------------------------------------------ */
.development-img-box {
  text-align: center;
  margin: 60px 0 90px;
  padding: 0 40px;
}

.development-img-box img {
  width: 400px;
}

.development-flex-box {
  margin: 0 0 -20px;
}

.development-flex-box .box {
  margin: 0 0 20px;
  padding: 20px 20px 40px;
  border: 4px solid #eeeeee;
}

.development-flex-box .box .title {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin: 0 -24px 20px;
  padding: 10px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#2d8ec2), to(#85b637));
  background: linear-gradient(to right, #2d8ec2, #85b637);
}

@media print, screen and (min-width: 768px) {
  .development-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .development-flex-box .box {
    width: calc((100% - 20px) / 2);
    border: 4px solid #eeeeee;
  }
  .development-flex-box .box .title {
    font-size: 18px;
  }
  .development-flex-box .box p {
    font-size: 15px;
  }
}

/* ------------------------------------------------------------
会社概要
------------------------------------------------------------ */
.greeting-box .txt-1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 20px 0;
  padding: 6px 10px;
  border-left: 5px solid #259f4b;
}

.greeting-box .name {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  line-height: 1.6;
  margin-top: 30px;
}

.greeting-box .name span {
  font-size: 14px;
  margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .greeting-box {
    padding: 0 40px;
  }
  .greeting-box .txt-1 {
    font-size: 24px;
  }
}

.history-list li {
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
}

.history-list li .date {
  width: 160px;
  margin-bottom: 5px;
}

.history-list li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1em;
}

.history-list li:first-child {
  border-top: 1px solid #eeeeee;
}

@media print, screen and (min-width: 768px) {
  .history-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .history-list li .date {
    margin-bottom: 0;
  }
  .history-list li .txt {
    padding: 0;
  }
}

.access-box {
  position: relative;
  margin: 20px 10px;
  padding: 30px 20px 15px;
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.access-box .txt-1 {
  position: absolute;
  top: -10px;
  left: -10px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  padding: 8px 20px 6px;
  background: #259f4b;
}

.access-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.access-box ul li {
  padding: 5px;
}

.access-box ul li i {
  color: #259f4b;
  margin: 0 5px 0 0;
}

@media print, screen and (min-width: 992px) {
  .access-box {
    padding: 40px 20px 20px;
  }
  .access-box ul li {
    width: 50%;
  }
}

/* ------------------------------------------------------------
お問い合わせフォーム
------------------------------------------------------------ */
.contact-txt-box {
  margin: 40px 0 60px;
}

@media print, screen and (min-width: 992px) {
  .contact-txt-box {
    text-align: center;
  }
}

.contact-tel-box {
  margin-bottom: 60px;
  padding: 40px 15px;
  background: #f5f5f5;
  border-radius: 10px;
}

.contact-tel-box ul {
  margin-bottom: 10px;
}

.contact-tel-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.contact-tel-box ul li .name {
  font-size: 14px;
  padding: 4px 5px;
}

.contact-tel-box ul li .number {
  font-size: 32px;
  font-weight: 700;
}

.contact-tel-box .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .05em;
}

.contact-tel-box .time span {
  font-size: 12px;
  color: #ffffff;
  margin-right: 10px;
  padding: 5px 15px;
  background: #aaaaaa;
  border-radius: 3px;
}

@media print, screen and (min-width: 768px) {
  .contact-tel-box {
    padding: 60px 15px;
  }
}

.contact-table th span {
  float: right;
}

.required,
.any {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  margin: 2px 4px 0;
  padding: 3px 6px 2px;
  border-radius: 3px;
}

.required {
  background: #c3003a;
}

.any {
  background: #afc9ca;
}

.contact-table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-table ul li {
  margin-right: 15px;
}

/* IE不具合用 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .contact-table ul {
    display: block;
  }
  *::-ms-backdrop,
  .contact-table .radio {
    display: block;
  }
  *::-ms-backdrop,
  .contact-table form label {
    display: block;
  }
}

.checkbox-box {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}

.button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
}

.button-box button[type="submit"],
.button-box button[type="button"] {
  margin: 0 5px;
}

/* ------------------------------------------------------------
プライバシーポリシー
------------------------------------------------------------ */
.policy-box .title {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 10px;
  padding: 8px 10px 6px;
  background: #eeeeee;
}

.policy-box .white-title {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 10px;
  padding: 8px 10px 6px;
  background: #eeeeee;
}

.policy-box ul {
  margin-bottom: 1em;
}

.policy-box ul li {
  list-style-type: disc;
  margin: 0 0 .5em 2em;
}

.policy-box ul li:last-child {
  margin: 0 0 0 2em;
}

.policy-box .name {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  line-height: 1.6;
  margin-top: 30px;
}

.policy-box .name span {
  font-size: 14px;
  margin-right: 10px;
}

/* ------------------------------------------------------------
個人情報保護方針
------------------------------------------------------------ */
.privacy-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}

.privacy-box {
  overflow: auto;
  font-size: 14px;
  height: 300px;
  padding: 30px 20px;
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.privacy-box .title {
  font-weight: bold;
  margin: 30px 0 15px;
  padding: 6px 10px 4px;
  background: #eeeeee;
}

.privacy-box ul li {
  list-style-type: decimal;
  margin: 0 0 1em 2em;
}

.privacy-box ul li:last-child {
  margin: 0 0 0 2em;
}

@media print, screen and (min-width: 768px) {
  .privacy-box {
    padding: 30px;
  }
}
/*# sourceMappingURL=style.css.map */