@charset "UTF-8";
/*=========================================

reset

=========================================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium"); }

html, body, div, section, article, figure, h1, h2, h3, h4, h5, h6, p, span, a, img, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: 2;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  color: #0e3192;
  letter-spacing: 0.22rem;
  box-sizing: border-box; }

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

body {
  -webkit-text-size-adjust: 100%; }

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

/* =10px */
body {
  font-size: 14px;
  font-size: 1.4rem; }

h1 {
  font-size: 30px;
  font-size: 3.0rem; }

h2 {
  font-size: 22px;
  font-size: 2.2rem; }

h3 {
  font-size: 22px;
  font-size: 2.2rem; }

p {
  font-size: 14px;
  font-size: 1.4rem; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  opacity: 1;
  color: #34b3d1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a:link {
  color: #34b3d1; }

a:visited {
  color: #34b3d1; }

a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

img {
  vertical-align: bottom;
  max-width: 100%; }

@media only screen and (max-width: 767px) {
  p {
    font-size: 1.4rem; } }

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

valiables

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

common

=========================================*/
.font_opensans {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.2rem; }

.container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }

.content {
  width: 100%;
  margin: 0 auto;
  min-width: 1080px;
  padding-top: 90px;
  padding-bottom: 180px;
  box-sizing: border-box; }

.content_gry {
  background: #f7f7f7; }

.content_wrapper {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box; }

.content_ttl {
  margin-bottom: 60px; }

.content_ttl:before {
  content: url(../img/ttl_icon.svg);
  margin-right: 1.4rem; }

.only_sp {
  display: none; }

@media only screen and (max-width: 767px) {
  .content {
    min-width: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 2%;
    padding-left: 2%; }
  .content_wrapper {
    width: 100%;
    margin: 0 auto; }
  .only_sp {
    display: block; } }

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

header

=========================================*/
header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, 0.3);
  border-top: 2px solid #0e3192;
  display: none; }

.logo {
  width: 175px;
  position: absolute;
  top: 15px;
  left: 15px; }

/*ドロップダウンメニュー（ハンバーガーメニュー）*/
#menuToggle {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px; }

#panel-btn {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px; }

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1px;
  margin: -1px 0 0 -11px;
  background: #0e3192;
  -webkit-transition: .2s;
  transition: .2s; }

#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1px;
  margin-left: -11px;
  background: #0e3192;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*動く速度*/ }

#panel-btn-icon:before {
  margin-top: -9px;
  /*線幅含んだ値*/ }

#panel-btn-icon:after {
  margin-top: 7px; }

#panel-btn .close {
  background: transparent;
  /*真ん中の線が見えなくなる*/ }

#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0; }

#panel-btn .close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

#panel-btn .close:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }

nav.menu ul {
  display: none; }

/*クリックしたら出てくるメニュー部分*/
nav ul {
  text-align: center;
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 6rem;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.8); }
  nav ul li {
    margin: 0 15px 15px;
    font-size: 2.4rem;
    line-height: 4rem; }
    nav ul li a {
      display: block; }

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

footer

=========================================*/
footer {
  background: #f7f7f7;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  min-width: 1080px;
  text-align: center;
  box-sizing: border-box; }
  footer p {
    color: #0e3192;
    line-height: 3.5; }

@media only screen and (max-width: 767px) {
  footer {
    min-width: 0; } }

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

top

=========================================*/
.main_img {
  min-width: 1080px; }

@media only screen and (max-width: 767px) {
  .main_img {
    min-width: 0; } }

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

message

=========================================*/
.message .content_ttl {
  text-align: center; }

.message .content_txt {
  width: 720px;
  margin: 0 auto; }

.message .content_ttl:before {
  content: none; }

@media only screen and (max-width: 767px) {
  .message .content_txt {
    width: 100%; } }

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

vision

=========================================*/
.vision_lst {
  overflow: hidden;
  min-width: 1080px; }
  .vision_lst .vision_lst_item {
    position: relative;
    width: 360px;
    height: 270px;
    float: left;
    box-sizing: border-box; }

.vision_lst_item.item01 {
  background: url(../img/vision_01_hover.png) no-repeat top center;
  background-size: contain; }

.vision_lst_item.item02 {
  background: url(../img/vision_02_hover.png) no-repeat center center;
  background-size: contain; }

.vision_lst_item.item03 {
  background: url(../img/vision_03_hover.png) no-repeat center center;
  background-size: contain; }

.vision_lst_item_img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.vision_lst_item_img:hover {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

@media only screen and (max-width: 767px) {
  .vision_lst {
    min-width: 0; }
    .vision_lst .vision_lst_item {
      float: none;
      width: 100%;
      height: auto;
      margin-bottom: 30px; } }

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

service

=========================================*/
.service {
  position: relative;
  overflow: hidden; }
  .service .content_txt {
    width: 540px;
    margin-left: 40px;
    margin-bottom: 60px; }
  .service .service_lst {
    box-sizing: border-box;
    padding-left: 40px;
    width: 360px; }
  .service .service_lst_item {
    margin-bottom: 60px; }
  .service .service_lst_item_ttl {
    margin-bottom: 15px; }
  .service .service_lst_item_txt {
    margin-bottom: 30px; }
  .service .service_link img {
    margin-left: -4rem; }
  .service .svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1; }
    .service .svg path {
      stroke: transparent;
      fill: transparent;
      stroke: #ccc;
      stroke-dasharray: 300;
      stroke-dashoffset: 0;
      stroke-width: 1;
      -webkit-animation: st0_anime 14s linear 0s forwards;
              animation: st0_anime 14s linear 0s forwards;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
              animation-direction: alternate; }
    .service .svg .d {
      -webkit-animation: st1_anime 2.5s linear 0s forwards;
              animation: st1_anime 2.5s linear 0s forwards;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
              animation-direction: alternate; }

@-webkit-keyframes st0_anime {
  0% {
    stroke-dashoffset: 1000;
    fill: transparent; }
  50% {
    fill: transparent; }
  100% {
    stroke-dashoffset: 0;
    fill: transparent; } }

@keyframes st0_anime {
  0% {
    stroke-dashoffset: 1000;
    fill: transparent; }
  50% {
    fill: transparent; }
  100% {
    stroke-dashoffset: 0;
    fill: transparent; } }

@-webkit-keyframes st1_anime {
  0% {
    fill: #0e3192; }
  100% {
    fill: #0e3192; } }

@keyframes st1_anime {
  0% {
    fill: #0e3192; }
  100% {
    fill: #0e3192; } }

@media only screen and (max-width: 767px) {
  .service .content_txt {
    width: 100%;
    margin-left: 0; }
  .service .service_lst {
    padding-left: 0;
    width: 100%; }
  .service .service_lst_item {
    margin-bottom: 60px; }
  .service .service_lst_item_ttl {
    margin-bottom: 15px; }
  .service .service_lst_item_txt {
    margin-bottom: 30px; }
  .service .service_link img {
    margin-left: -4rem; }
  .service .svg {
    right: -80%;
    width: 300%; }
    .service .svg .d {
      -webkit-animation: st0_anime 6.5s linear 0s forwards;
              animation: st0_anime 6.5s linear 0s forwards;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
              animation-direction: alternate; } }

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

about

=========================================*/
.about .content_wrapper {
  background: url(../img/about_bg.png) top right;
  background-size: cover; }

.about .about_data {
  box-sizing: border-box;
  padding-left: 40px;
  margin-bottom: 60px;
  overflow: hidden; }

.about .about_data_ttl {
  width: 10%;
  float: left;
  margin-bottom: 30px; }

.about .about_data_txt {
  width: 90%;
  float: left;
  margin-bottom: 30px; }

.about .about_sns {
  height: 32px;
  margin-right: 1rem; }

@media only screen and (max-width: 767px) {
  .about .content_wrapper {
    background: url(../img/about_bg.png) top left; }
  .about .about_data {
    padding-left: 0; }
  .about .about_data_ttl {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    border-top: 1px solid #0e3192; }
  .about .about_data_txt {
    width: 90%;
    float: none;
    margin-bottom: 30px; }
  .about .about_sns {
    height: 32px;
    margin-right: 1rem; } }

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

contact

=========================================*/
.content_txt {
  margin-bottom: 60px; }

.entry {
  margin: 0 auto 60px; }
  .entry th {
    text-align: left;
    vertical-align: top;
    padding-right: 2rem;
    width: 250px; }
  .entry td {
    width: 250px;
    padding: 0 5px 10px; }

input, textarea {
  box-sizing: border-box;
  line-height: 2;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  font-family: inherit; }

input:focus, textarea:focus {
  border: 1px solid #34b3d1;
  box-shadow: 0 0 2px #87d2e4 inset;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

.php_error {
  font-size: 1.2rem;
  color: #DF100E; }

.sub_btn_wrapper {
  text-align: center; }

.sub_btn_wrapper_link {
  position: relative;
  display: inline-block;
  height: 6rem;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.sub_btn_wrapper_link:hover {
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.sub_btn {
  background: none;
  border: 0;
  width: 16rem;
  color: #34b3d1;
  font-size: 2.2rem;
  border: none;
  cursor: pointer; }

.sub_btn_arrow {
  position: absolute;
  top: 4rem;
  left: 50%;
  -webkit-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%); }

.sub_btn_arrow_back {
  position: absolute;
  top: 4rem;
  left: 10%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.entry_attention {
  text-align: right; }

@media only screen and (max-width: 767px) {
  .entry {
    margin: 0 auto 60px;
    width: 100%; }
    .entry th {
      padding-right: 0;
      width: 100%;
      display: block; }
    .entry td {
      width: 100%;
      padding: 0;
      display: block; } }

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

service_dtl

=========================================*/
.service_dtl_top {
  overflow: hidden; }
  .service_dtl_top .service_dtl_top_ttl, .service_dtl_top .service_dtl_top_img {
    width: 50%;
    float: left; }
  .service_dtl_top .service_dtl_top_ttl {
    text-align: center;
    padding-top: 120px; }

.service_dtl_main {
  padding-top: 30px;
  padding-bottom: 0; }

.pan_lst {
  overflow: hidden; }
  .pan_lst .pan_lst_dtl {
    color: #34b3d1;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 30px; }
  .pan_lst .pan_lst_dtl_underline {
    text-decoration: underline; }

.service_dtl_ttl_wrapper {
  text-align: center; }

.service_dtl_ttl {
  border-top: 1px solid #0e3192;
  border-bottom: 1px solid #0e3192;
  display: inline-block;
  padding: 30px 0;
  margin: 0 auto 120px;
  box-sizing: border-box; }

.service_dtl_main_section {
  background: url(../img/service_bg.svg);
  background-size: cover;
  padding-bottom: 120px; }

.service_dtl_article {
  width: 720px;
  margin: 0 auto 60px; }
  .service_dtl_article .service_dtl_article_ttl {
    padding-top: 30px; }

@media only screen and (max-width: 767px) {
  .service_dtl_top .service_dtl_top_ttl, .service_dtl_top .service_dtl_top_img {
    width: 100%;
    float: none; }
  .service_dtl_top .service_dtl_top_ttl {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px; }
  .service_dtl_main {
    padding-top: 15px; }
  .pan_lst {
    overflow: hidden; }
    .pan_lst .pan_lst_dtl {
      margin-bottom: 60px; }
  .service_dtl_ttl_wrapper {
    text-align: center; }
  .service_dtl_ttl {
    margin: 0 auto; }
  .service_dtl_main_section {
    padding-bottom: 60px;
    background-position: top center; }
  .service_dtl_article {
    width: 100%;
    margin: 0 auto 30px; } }

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

totop_btn

=========================================*/
.totop_btn {
  overflow: hidden;
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 200;
  cursor: pointer;
  display: none;
  -webkit-animation: rotateplane 2s infinite linear;
          animation: rotateplane 2s infinite linear; }
  .totop_btn a {
    display: block;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .totop_btn a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(0deg) rotateY(-179.9deg); } }

@keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(0deg) rotateY(-179.9deg); } }

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

top

=========================================*/
.content.info {
  padding-top: 30px;
  padding-bottom: 30px; }

.info_ttl {
  font-weight: bold; }

.info_lst {
  margin: 0 auto;
  width: 720px;
  vertical-align: middle; }

.info_date {
  float: left;
  width: 30%; }

.info_txt {
  margin-left: 30%;
  padding-left: 1rem; }

.info_lst_wrapper {
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  padding: 15px 0; }

@media only screen and (max-width: 767px) {
  .info_lst {
    width: 100%; } }
