@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
	font-family: 'icons';
	src: url('../fonts/icons.eot?ds3ffr');
	src: url('../fonts/icons.eot?ds3ffr#iefix') format('embedded-opentype'),
		url('../fonts/icons.ttf?ds3ffr') format('truetype'),
		url('../fonts/kicons.woff?ds3ffr') format('woff'),
		url('../fonts/icons.svg?ds3ffr#keni8-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*アイコン*/
.icon_point,
.icon_caution,
.icon_blank,
.icon_arrow_up,
.icon_arrow_right,
.icon_arrow_down,
.icon_arrow_left,
.icon_download,
.icon_pdf,
.icon_zip,
.icon_mail,
.icon_mail_white,
.icon_cart,
.icon_search,
.icon_home,
.icon_folder,
.icon_time,
.icon_calendar,
.icon_building,
.icon_map,
.icon_new,
.icon_beginner,
.icon_share,
.icon_tel{
	line-height: 1;
	font-size: 14px;
}

.icon_point::before,
.icon_caution::before,
.icon_blank::before,
.icon_arrow_up::before,
.icon_arrow_right::before,
.icon_arrow_down::before,
.icon_arrow_left::before,
.icon_download::before,
.icon_pdf::before,
.icon_zip::before,
.icon_mail::before,
.icon_mail_white::before,
.icon_cart::before,
.icon_search::before,
.icon_home::before,
.icon_folder::before,
.icon_time::before,
.icon_calendar::before,
.icon_building::before,
.icon_map::before,
.icon_new::before,
.icon_beginner::before,
.icon_share::before,
.icon_tel::before{
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: inherit;
}

.icon_point::before{ content: "\e91a"; }
.icon_caution::before{ content: "\e90d"; }
.icon_blank::before{ content: "\e909"; }
.icon_arrow_up::before{ content: "\e907"; }
.icon_arrow_right::before{ content: "\e902"; }
.icon_arrow_down::before{ content: "\e900"; }
.icon_arrow_left::before{ content: "\e901"; }
.icon_download::before{ content: "\e90e"; }
.icon_pdf::before{ content: "\e919"; }
.icon_zip::before{ content: "\e922"; }
.icon_mail::before{ content: "\e914"; }
.icon_cart::before{ content: "\e90c"; }
.icon_search::before{ content: "\e91d"; }
.icon_home::before{ content: "\e910"; }
.icon_folder::before{ content: "\e90f"; }
.icon_time::before{ content: "\e921";}
.icon_calendar::before{ content: "\e90b"; }
.icon_building::before{ content: "\e90a"; }
.icon_map::before{ content: "\e915"; }
.icon_new::before{ content: "\e916"; }
.icon_beginner::before{ content: "\e908"; }
.icon_share::before{ content: "\e91e"; }
.icon_tel::before{ content: "\e920"; }

.icon_arrow_s_up,
.icon_arrow_s_right,
.icon_arrow_s_down,
.icon_arrow_s_left{
	line-height: 1;
	font-size: 12px;
}

blockquote::before,
blockquote::after,
.icon_arrow_s_up::before,
.icon_arrow_s_right::before,
.icon_arrow_s_down::before,
.icon_arrow_s_left::before{
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: inherit;
}

.icon_arrow_s_up:before{ content: "\e906"; }
.icon_arrow_s_right:before{ content: "\e905"; }
.icon_arrow_s_down:before{ content: "\e903"; }
.icon_arrow_s_left:before{ content: "\e904"; }

.accordion-list dt::after{
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

blockquote{
	position: relative;
	margin: 0 0 2.5em;
	padding: 20px 25px;
	color: #555;
	background: #f4f4f4;
}

blockquote::before,
blockquote::after{
	position: absolute;
	font-size: 16px;
	color: #999;
}

blockquote::before{
	top: 10px;
	left: 10px;
	content: "\e912";
}

blockquote::after{
	right: 10px;
	bottom: 10px;
	content: "\e91b";
}

@media screen and (min-width: 768px) {
    blockquote{
		margin-right: 24px;
		margin-left: 24px;
		padding: 35px 40px;
	}
	
	blockquote::before,
	blockquote::after{
		font-size: 28px;
	}
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Base style & container
==================================================== */
html.menu-open {
  overflow: hidden;
}

body {
  color: #666;
  font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

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

a.rollover {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  zoom: 1;
}

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

.inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.inner.inner-md {
  max-width: 1040px;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 4%;
  }
}

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

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

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

.flex-box.content-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-box.content-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-box.content-bw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-box.content-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-box.align-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-box.align-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-box.align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-box.row-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .flex-box .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-box .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}


.flex-box.col2-ns > .col{
    width: 50%;
}

.flex-box.col2 > .col{
    width: 47.5%;
}

.flex-box.col3-ns > .col{
    width: 33.33%;
}

.flex-box.col3 > .col{
    width: 30.8%;
    margin-bottom: 3.8%;
}

.flex-box.col4 > .col{
    width: 22.5%;
}

@media screen and (max-width: 767px) {
    .flex-box.col2-ns > .col{
        width: 100%;
        margin: 0 auto;
    }
    
    .flex-box.col2 > .col{
        width: 100%;
        margin: 0 auto 35px;
    }
    
    .flex-box.col2 > .col:last-child{
        margin-bottom: 0;
    }
    
    .flex-box.col3 > .col,
    .flex-box.col4 > .col{
        width: 47.5%;
        margin-bottom: 5%;
    }
    
}

@media screen and (max-width: 480px) {
    .flex-box.col3 > .col,
    .flex-box.col4 > .col{
        width: 100%;
        margin: 0 auto 35px;
    }
    
    .flex-box.col2 > .col:last-child,
    .flex-box.col3 > .col:last-child,
    .flex-box.col4 > .col:last-child{
        margin-bottom: 0;
    }
}


/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

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

.postNavi::after,
.profile-float::after,
.latest-list li::after,
.relation-list li::after{
	display: block;
	content: " ";
	clear: both;
}

/* ====================================================
Header
==================================================== */
#header {
    width: 100%;
    background: #FFF;
}

.header-in{
    width: 100%;
    padding: 15px 40px;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .header-in{
        padding: 15px 20px;
    }
}

@media screen and (max-width: 767px) {
    .header-in{
        padding: 15px;
    }
}

.header-box{
    width: 100%;
}

@media screen and (max-width: 767px) {
    .header-box.flex-box{
        display: block;
        margin: 0 auto;
    }  
}

#header .logo {
    max-width: 220px;
    margin: 0 40px 0 0;
}

@media screen and (max-width: 767px) {
    #header .logo {
        margin: 0;
    }  
}

.top-contact-btn{
    max-width: 220px;
}

@media screen and (max-width: 767px) {
    .top-contact-btn{
        margin: 25px auto 0;
        text-align: center;
  }
}

#header .navGlobal{
    position: absolute;
    right: 250px;
    top: 10px;
}

@media screen and (max-width: 1200px) {
    #header .navGlobal {
        right: 230px;
    }
}

@media screen and (max-width: 1000px) {
    #header .navGlobal {
        position: static;
        margin: 0 auto;
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    #header .navGlobal {
        display: none;
    }
}

#header .navGlobal .navGlobalIn {
    font-size: 0;
    height: 70px;
    display: table;
}

#header .navGlobal .navGlobalIn .submenu {
    position: absolute;
    top: 70px;
    width: calc(200% + 30px);
    left: 0;
    display: none;
    z-index: 10;
}

#header .navGlobal .navGlobalIn .submenu li a {
    display: block;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    padding: 13px 40px 13px 10px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.4;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    position: relative;
}

#header .navGlobal .navGlobalIn .submenu li a:after {
    content: '';
    position: absolute;
    background: url("../images/common/arrow01.svg") no-repeat center/cover;
    width: 18px;
    height: 11px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header .navGlobal .navGlobalIn .submenu li a:hover:after {
    right: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header .navGlobal .navGlobalIn > li {
    position: relative;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    padding: 0 20px;
    line-height: 1.4;
    cursor: default;
}

#header .navGlobal .navGlobalIn > li:hover,
#header .navGlobal .navGlobalIn > li a:hover,
#header .navGlobal .navGlobalIn > li.current {
    color: #00a3d9;
}

@media screen and (max-width: 1200px) {
  #header .navGlobal .navGlobalIn > li {
      padding: 0 10px;
  }
}

#header .navGlobal .navGlobalIn > li > a {
    height: 70px;
    color: #666;
}

/*
#header .navGlobal .navGlobalIn > li > a::after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00a3d9;
  width: 100%;
  height: 4px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
*/

#header .navGlobal .navGlobalIn > li > a.active::after {
  opacity: 1;
}

#header .navGlobal .navGlobalIn > li > a:hover::after {
  opacity: 1;
}

#header .navGlobal .navGlobalIn > li.current a::after {
  opacity: 1;
}


/* menu */
.menu-trigger {
    display: none;
    position: absolute;
    z-index: 9999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 30px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width: 767px) {
    .menu-trigger {
        right: 4%;
        width: 26px;
        height: 20px;
    }
}

.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #666666;
}

@media screen and (max-width: 767px) {
  .menu-trigger span {
    height: 2px;
  }
}

.menu-trigger span:nth-of-type(1) {
    top: 0px;
}

.menu-trigger span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0px;
}

.menu-trigger.active span {
    background: #FFF;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11.5px) rotate(-45deg);
    -ms-transform: translateY(11.5px) rotate(-45deg);
    transform: translateY(11.5px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        -ms-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11.5px) rotate(45deg);
    -ms-transform: translateY(-11.5px) rotate(45deg);
    transform: translateY(-11.5px) rotate(45deg);
}

@media screen and (max-width: 767px) {
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(45deg);
        -ms-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
    }
}

.nav-panel {
    display: none;
    z-index: 9998;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #00a3d9;
    opacity: 0.9;
}

.nav-panel .nav-panel-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    max-width: 730px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .nav-panel .nav-panel-inner {
        max-width: inherit;
    }
}

.nav-panel .header-menu {
    font-size: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .nav-panel .header-menu {
      border-top: 1px solid #FFF;
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0;
    }
}

.nav-panel .header-menu li {
    width: 33.333%;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    color: #FFF;
    margin-bottom: 40px;
    border-right: 1px solid #FFF;
    padding: 0 0 0 30px;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .nav-panel .header-menu li {
      width: 100%;
      display: block;
      border-right: none;
      border-bottom: 1px solid #FFF;
      margin-bottom: 0;
      font-size: 16px;
      font-size: 1.6rem;
      padding: 10px 4%;
      cursor: default;
  }
}

.nav-panel .header-menu li:nth-of-type(3n) {
    border-right: none;
}

.nav-panel .header-menu li a {
    color: #FFF;
}

@media screen and (max-width: 767px) {
  .nav-panel .header-menu li a {
      display: block;
    }
}

.nav-panel .header-menu > li:nth-child(1)::before,
.nav-panel .header-menu > li:nth-child(2)::before,
.nav-panel .header-menu > li:nth-child(3)::before,
.nav-panel .header-menu > li:nth-child(4) a::before,
.nav-panel .header-menu > li:nth-child(5)::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background: url(../images/common/menu_arrow.svg) 0 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 767px) {
    .nav-panel .header-menu > li:nth-child(1)::before,
    .nav-panel .header-menu > li:nth-child(2)::before,
    .nav-panel .header-menu > li:nth-child(3)::before,
    .nav-panel .header-menu > li:nth-child(4) a::before,
    .nav-panel .header-menu > li:nth-child(5)::before{
        width: 20px;
        height: 20px;
        margin-right: 10px;
  }
}

.nav-panel .nav-panel-inner .submenu {
    display: none;
}

@media screen and (max-width: 767px) {
    .nav-panel .nav-panel-inner {
        top: 60px;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    
    .nav-panel .nav-panel-inner .submenu li{
        padding-left: 0;
        padding-right: 0;
    }
    
    .nav-panel .nav-panel-inner .submenu li a {
        position: relative;
    }
    
    .nav-panel .nav-panel-inner .submenu li a::after {
        content: ">";
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .nav-panel .nav-panel-inner .submenu.active {
        display: block;
    }
    
    .nav-panel .nav-panel-inner .submenu li:last-child {
        border-bottom: none;
    }
}



.nav-panel .header-sub-menu {
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .nav-panel .header-sub-menu {
    padding: 0;
    width: 100%;
  }
}

.nav-panel .header-sub-menu li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .nav-panel .header-sub-menu li {
    display: block;
    border-right: none;
    border-bottom: 1px solid #FFF;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.nav-panel .header-sub-menu li a {
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .nav-panel .header-sub-menu li a {
    display: block;
    padding: 10px 4%;
  }
  .nav-panel .header-sub-menu li a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 24px;
    height: 24px;
    background: url(../images/common/menu_arrow.svg) no-repeat 0 0;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .nav-panel .header-sub-menu li a::before {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
}

.nav-panel .header-sub-menu li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .nav-panel .header-sub-menu li a:hover {
    text-decoration: none;
  }
}

.nav-panel .header-btn {
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .nav-panel .header-btn {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
  }
}

.nav-panel .header-btn li {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  font-size: 17px;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .nav-panel .header-btn li {
    font-size: 14px;
    font-size: 1.4rem;
    width: 50% !important;
    padding: 0 5px;
    margin: 0;
  }
}

.nav-panel .header-btn li a {
  display: block;
  border: 1px solid #FFF;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
}

.nav-panel .header-btn li.contact-btn {
  width: 180px;
}

.nav-panel .header-btn li.contact-btn a {
  color: #FFF;
}

.nav-panel .header-btn li.contact-btn a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background: url(../images/common/menu_arrow.svg) no-repeat 0 0;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .nav-panel .header-btn li.contact-btn a::before {
    width: 20px;
    height: 20px;
  }
}

.nav-panel .header-btn li.recruit-btn {
  width: 180px;
}

.nav-panel .header-btn li.recruit-btn a {
  background: #FFF;
}

.nav-panel .nav-bottom {
  padding: 0 5px 0 15px;
}

@media screen and (max-width: 767px) {
  .nav-panel .nav-bottom {
    padding: 0;
  }
}

/* ====================================================
Footer
==================================================== */
#footer {
    background: #FFF;
}

#footer .inner{
    padding: 60px 20px 15px;
}

@media screen and (max-width: 767px) {
  #footer .inner{
    padding: 30px 4% 10px;
  }
}

#footer .footer-menu p{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
    #footer .footer-menu p{
        margin: 0 0 5px;
    }
}

#footer .footer-menu-block.flex-box > .footer-menu{
    margin: 0 0 50px;
}

#footer .footer-menu-block.flex-box > .footer-menu:last-child{
    margin-right: 0;
    padding-left: 4.2%;
    border-left: 1px solid #666;
}

@media screen and (max-width: 1000px) {
    #footer .footer-menu-block.flex-box > .footer-menu{
        width: 22.75%;
        margin: 0 0 3%;
    }
    
    #footer .footer-menu-block.flex-box > .footer-menu:last-child{
        margin-right: 51.5%;
        padding: 0;
        border-left: none;
    }
}

@media screen and (max-width: 767px) {
    #footer .footer-menu-block{
        margin: 0 auto 10px;
    }
    
    #footer .footer-menu-block.flex-box > .footer-menu{
        width: 30%;
        margin: 0 0 5%;
    }
    
    #footer .footer-menu-block.flex-box > .footer-menu:last-child{
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    #footer .footer-menu-block.flex-box > .footer-menu{
        width: 47.5%;
        margin: 0 0 5%;
    }
}

#footer .footer-menu li {
    list-style: none;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0 0 10px;
}

#footer .footer-menu li a{
    color: #666;
}

@media screen and (max-width: 767px) {
    #footer .footer-menu li {
        margin: 0 0 5px;
    }
}

#footer .footer-menu li:last-child{
    margin-bottom: 0;
}

#footer .footer-menu li a:hover,
#footer .footer-menu li a:active,
#footer .footer-menu li a:focus{
    text-decoration: underline;
}

.footer-menu2{
    margin: 0 0 10px;
}

.footer-menu2 li{
    display: inline-block;
    list-style: none;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0 30px 0 0;
}

@media screen and (max-width: 767px) {
    .footer-menu2 li{
        display: block;
        margin: 0 auto 5px;
        text-align: center;
    }
}

.footer-menu2 li a:hover,
.footer-menu2 li a:active,
.footer-menu2 li a:focus{
    text-decoration: underline;
}

.footer-menu2 li:last-child{
    margin-right: 0;
}

#footer .footer-logo{
    max-width: 220px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #footer .footer-logo{
      max-width: 176px;
    }
}

#footer .copyright{
    padding: 20px 0 0;
}

@media screen and (max-width: 767px) {
  #footer .copyright{
      padding: 15px 0 0;
    }
}

#footer .copyright p{
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}



/* ====================================================
Common
==================================================== */

.page-head {
  position: relative;
  background: #c8e7f2;
  height: 200px;
}

@media screen and (max-width: 767px) {
  .page-head {
      height: 120px;
    }
}

.page-head .page-main-ttl {
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .page-head .page-main-ttl {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.page-head .page-main-ttl span{
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
}

@media screen and (max-width: 767px) {
    .page-head .page-main-ttl span{
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.page-sec{
    padding: 100px 0;
}

@media screen and (max-width: 767px) {
    .page-sec{
        padding: 60px 0;
    }
}

.page-ttl {
    color: #00a3d9;
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 100px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .page-ttl {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 60px;
  }
}

.page-sub-ttl{
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    margin: 160px auto 60px;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .page-sub-ttl{
      font-size: 22px;
      font-size: 2.2rem;
      margin: 80px auto 35px;
    }
}

.comingsoon-ttl{
    font-size: 56px;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    margin: 0 auto 40px;
    text-align: center;
}

@media screen and (max-width: 767px) {
  .comingsoon-ttl{
      font-size: 38px;
      font-size: 3.8rem;
      margin: 0 auto 20px;
    }
}

.comingsoon-ttl span{
    display: block;
    font-size: 26px;
    font-size: 2.6rem;
    margin: 5px auto 0;
}

@media screen and (max-width: 767px) {
  .comingsoon-ttl span{
      font-size: 20px;
      font-size: 2.0rem;
    }
}

.comingsoon-icon{
    margin: 0 auto;
    text-align: center;
    width: 124px;
    height: 220px;
}

@media screen and (max-width: 767px) {
  .comingsoon-icon{
      width: 87px;
      height: 154px;
    }
}


.page-intro {
    color: #4e311e;
    font-size: 40px;
    font-size: 4.0rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page-intro {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 35px;
  }
}


.list li {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 7px;
  padding-left: 17px;
}

@media screen and (max-width: 767px) {
  .list li {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 12px;
    margin-bottom: 5px;
  }
}

.list li::before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  display: block;
  background: #fabf13;
  border-radius: 50px;
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 767px) {
  .list li::before {
    top: 5px;
    width: 6px;
    height: 6px;
  }
}

.list li span {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .list li span {
    display: block;
  }
}

table{
    word-break: break-all;
	word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
}

th, td{
    font-size: 16px;
	font-size: 1.6rem;
    line-height: 1.5;
	vertical-align: top;
}

.color01{
    color: #00a3d9;
}

.b{
    font-weight: bold;
}

.m0-t{
    margin-top: 0;
}

.m0-b{
    margin-bottom: 0;
}

.important-bold{
    font-weight: 700;
    color: #333;
}

.important-marker{
    background: #ffe33f;
    padding: 5px 0;
}

.danger-bold{
    font-weight: 700;
    color: #d80c18;
}

.danger-under{
    padding-bottom: 3px;
    border-bottom: 1px solid #d80c18;
}

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

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

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

/* ====================================================
MODULE
==================================================== */
/*パンくずMODULE*/
/*見出しMODULE*/
/*テキストMODULE*/
.txt-center {
  text-align: center;
}

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

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

/*リンクMODULE*/
/*ボタンMODULE*/
.btn, .btn4{
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .btn, .btn4{
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}

.btn a, .btn4 a{
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #00a3d9;
    color: #00a3d9;
    background: none;
    margin: 0 auto;
    text-align: center;
}

.btn4 a{
    height: 40px;
    line-height: 40px;
}

@media screen and (max-width: 767px) {
  .btn a {
      height: 45px;
      line-height: 45px;
  }
}

.btn a::after,
.btn4 a::after{
    content: '';
    position: absolute;
    background: url("../images/common/arrow01.svg") no-repeat center/cover;
    width: 22px;
    height: 14px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn a:hover,
.btn4 a:hover{
    background: #00a3d9;
    color: #fff;
}

.btn a:hover::after,
.btn4 a:hover::after{
    background: url("../images/common/arrow02.svg") no-repeat center/cover;
    width: 22px;
    height: 14px;
    right: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn2, .btn3{
    font-size: 16px;
	font-size: 1.6rem;
    font-weight: 700;
	line-height: 1.3;
}

.btn2 a{
	display: block;
	padding: 1.25em 3em;
	border: 0;
	background: #00a3d9;
	color: #FFF;
	text-decoration: none;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn2 a:hover,
.btn2 a:active,
.btn2 a:focus{
	background: #000;
}

.btn3 a{
	display: block;
	padding: 0.8em 2.5em;
	border: 0;
	background: #FFF;
	color: #00a3d9;
	text-decoration: none;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn3 a:hover,
.btn3 a:active,
.btn3 a:focus{
	opacity: 0.8;
}

.btn5{
    position: relative;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #00a3d9;
    color: #00a3d9;
    background: none;
    margin: 0 auto;
    text-align: center;
    max-width: 300px;
    padding: 15px 20px;
}

.btn5:hover{
    background: #00a3d9;
    color: #fff;
}


/*リストMODULE*/
/*ボックスMODULE*/
/*グリッドMODULE*/
/*フォームMODULE*/
/* ====================================================
Index
==================================================== */

#index .sec-ttl{
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 60px;
}

.red{
    color: #c30d23;
}

@media screen and (max-width: 767px) {
  #index .sec-ttl {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 35px;
  }
}

#index .sec-ttl span {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #index .sec-ttl span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#index .main-visual{
    width: 100%;
    height: 680px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/index/mv_pc.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 767px) {
    #index .main-visual{
        height: 450px;
        background: url(../images/index/mv_sp.jpg) center no-repeat;
        background-size: cover;
    }
}

.txt-mv{
    position: absolute;
    padding: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1;
    max-width: 868px;
}

@media screen and (max-width: 767px) {
    .txt-mv {
        max-width: 488px;
    }
}


#index .top-sec.sec-about-xth {
    padding: 120px 0 140px;
}

@media screen and (max-width: 767px) {
    #index .top-sec.sec-about-xth {
        padding: 70px 0;
    }
}

#index .top-sec {
    padding: 120px 0;
}

@media screen and (max-width: 767px) {
    #index .top-sec {
        padding: 70px 0;
    }
}

#index .about-xth-ttl{
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    margin: 0 auto 60px;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  #index .about-xth-ttl{
      font-size: 24px;
      font-size: 2.4rem;
      margin: 0 auto 35px;
    }
}

#index .sec-about-xth p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    #index .sec-about-xth p{
        line-height: 1.6;
    }
}

#index .more-btn{
    margin: 40px auto 0;
    max-width: 300px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #index .more-btn{
        margin: 30px auto 0;
        max-width: 200px;
    }
}

.about-us-bnr.flex-box{
    margin: 60px auto 0;
}

@media screen and (max-width: 1000px) {
    .about-us-bnr.flex-box{
        max-width: 792px;
    }
}

@media screen and (max-width: 767px) {
    .about-us-bnr.flex-box{
        margin: 35px auto 0;
    }
}

.about-us-bnr.flex-box > .col{
    width: 32%;
}

@media screen and (max-width: 1000px) {
    .about-us-bnr.flex-box > .col{
        width: 48%;
        margin: 0 auto 2%;
        text-align: center;
    }
    
    .about-us-bnr.flex-box > .col:last-child{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .about-us-bnr.flex-box > .col{
        width: auto;
        margin: 0 auto 20px;
    }
}

.about-us-bnr.flex-box > .col a:hover,
.about-us-bnr.flex-box > .col a:active,
.about-us-bnr.flex-box > .col a:focus{
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#index .top-sec.sec-service{
    background: #efefef;
    padding-bottom: 0;
}

#index .service-flex.flex-box > .col{
    position: relative;
    height: 400px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #index .service-flex.flex-box > .col{
        width: 100%;
        margin: 0 auto;
        height: 250px;
    }
}

#index .service-flex.flex-box > .col a{
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
}

.management-conts:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/index/management_img.jpg) center no-repeat;
    background-size: cover;
    transition: all 0.5s ease-out;
}

.management-conts-in{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,59,144,0.8);
    z-index: 1;
}

.design-conts:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/index/design_img.jpg) center no-repeat;
    background-size: cover;
    transition: all 0.5s ease-out;
}

.design-conts-in{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,150,187,0.8);
    z-index: 1;
}

#index .service-flex.flex-box > .col:hover:after{
    transform: scale(1.2);
}

.service-title{
    position: absolute;
    padding: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1;
    max-width: 506px;
}

@media screen and (max-width: 767px) {
    .service-title{
        max-width: 405px;
    }
}

#index .sec-works{
    background: #efefef;
}

#index .slider1{
    width: 100%;
    margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
    #index .slider1{
        margin: 0 auto 35px;
    }
}

#index .works-img{
    margin: 0 20px;
}

@media screen and (max-width: 767px) {
    #index .works-img{
        margin: 0 10px;
    }
}

#index .works-img a:hover img,
#index .works-img a:active img,
#index .works-img a:focus img{
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#index .works-img img{
    display: block;
    height: 200px;
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    #index .works-img img{
        height: 180px;
    }
}

@media screen and (max-width: 767px) {
    #index .works-img img{
        height: 150px;
    }
}

@media screen and (max-width: 480px) {
    #index .works-img img{
        height: 180px;
    }
}

#index .works-btn{
    max-width: 950px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    #index .works-btn{
        max-width: 625px;
    }
}

@media screen and (max-width: 767px) {
    #index .works-btn{
        max-width: 250px;
    }
}

#index .works-btn.flex-box > .col{
    width: 31.6%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    #index .works-btn.flex-box > .col{
        width: 48%;
        margin: 0 auto 2%;
    }
    
    #index .works-btn.flex-box > .col:last-child{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    #index .works-btn.flex-box > .col{
        width: 100%;
        margin: 0 auto 15px;
    }
}


@media screen and (max-width: 767px) {  
    .column-list{
        max-width: 520px;
        margin: 0 auto;
    } 
}

#index .column-list li .photo{
    margin: 0 auto;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    #index .column-list li .photo{
        margin-bottom: 5px;
    }
}

#index .column-list li .photo img{
    display: block;
    height: 200px;
    object-fit: cover;
    width: 100%;
}

#index .column-list li .day{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0 0 5px;
}

#index .column-list li .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

@media screen and (max-width: 767px) {
  #index .column-list li .ttl {
      font-size: 14px;
      font-size: 1.4rem;
  }
}

#index .column-list li .ttl a:hover {
  text-decoration: underline;
}

.column-btn{
    margin: 40px auto 0;
    max-width: 300px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .column-btn{
        margin: 25px auto 0;
        max-width: 250px;
    }
}

#index .sec-news{
    padding: 40px 0 100px;
}

@media screen and (max-width: 767px) {
    #index .sec-news{
        padding: 0 0 70px;
    }
}

#index .news-conts h2{
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    padding: 0 0 5px;
    border-bottom: 1px solid #333;
    margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
    #index .news-conts h2{
        font-size: 34px;
        font-size: 3.4rem;
        text-align: left;
    }
}

#index .news-conts h2 span{
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    #index .news-conts h2 span{
        font-size: 14px;
        font-size: 1.4rem;
    }
}

#index .news-list{
    height: auto;
    max-height: 360px;
    overflow-y: scroll;
    padding: 20px 0 0;
}

@media screen and (max-width: 767px) {
    #index .news-list{
        max-height: 250px;
        padding: 0;
    }
}

#index .news-list li + li{
	margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
    #index .news-list li + li{
        margin: 0;
    }
    
    #index .news-list li{
        border-bottom: 1px solid #d2d8d8;
        padding: 10px 0;
        text-align: left;
    }
}

#index .news-list .day{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    display: block;
    float: left;
    width: 100px;
}

@media screen and (max-width: 767px) {
    #index .news-list .day{
        float: none;
        width: 100%;
    }
}

#index .news-list .news-text{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-left: 100px;
}

@media screen and (max-width: 767px) {
    #index .news-list .news-text{
        margin: 0;
    }
}

#index .news-list .news-text a:hover,
#index .news-list .news-text a:active,
#index .news-list .news-text a:focus{
    color: #666;
}

#index .bnr-conts div:first-child{
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
   #index .bnr-conts div:first-child{
       margin-bottom: 20px;
    }
}

.bnr-conts a:hover,
.bnr-conts a:active,
.bnr-conts a:focus{
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sec-contact-info{
    background: url(../images/common/contact_back_pc.jpg) center no-repeat;
    background-size: cover;
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    .sec-contact-info{
        background: url(../images/common/contact_back_sp.jpg) center no-repeat;
        background-size: cover;
        padding: 40px 0;
    }
}

.sec-contact-info h2{
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin: 0 auto 40px;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
    .sec-contact-info h2{
        font-size: 22px;
        font-size: 2.2rem;
        margin: 0 auto 25px;
    }
}

.sec-contact-info p{
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.8;
    margin: 0 auto 50px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sec-contact-info p{
        margin: 0 0 35px;
        line-height: 1.6;
        text-align: left;
    }
}

.contact-info-conts{
    max-width: 840px;
    margin: 0 auto;
}

.contact-info-conts > .col{
    width: 47.6%;
}

@media screen and (max-width: 767px) {
    .contact-info-conts > .col{
        width: 100%;
        max-width: 400px;
        margin: 0 auto 25px;
    }
    
    .contact-info-conts > .col:last-child{
        margin-bottom: 0;
    }
}

.contact-info-conts h3{
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin: 0 auto 10px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .contact-info-conts h3{
        font-size: 18px;
        font-size: 1.8rem;
        margin: 0 auto 10px;
    }
}

.tel-box{
    background: #fff;
    padding: 15px;
    margin: 0 auto;
}

.sec-contact-info .tel-number{
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 700;
    color: #00a3d9;
    line-height: 1.2;
    margin: 0 auto 5px;
}

.sec-contact-info .tel-number a{
    text-decoration: none;
    color: #00a3d9;
}

@media screen and (max-width: 767px) {
    .sec-contact-info .tel-number{
        font-size: 24px;
        font-size: 2.4rem;
        text-align: center;
    }
}

.sec-contact-info .tel-number .icon_tel::before{
    font-size: 24px;
    font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
    .sec-contact-info .tel-number .icon_tel::before{
        font-size: 20px;
        font-size: 2.0rem;
    }
}

.sec-contact-info .tel-hour{
    color: #00a3d9;
    line-height: 1.3;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .sec-contact-info .tel-hour{
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
    }
}

.sec-contact-info .contact-btn{
    margin: 0 auto;
    max-width: 400px;
}

.sec-contact-info .contact-btn a{
    display: block;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    background: #00a3d9;
    padding: 35px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sec-contact-info .contact-btn a{
        font-size: 18px;
        font-size: 1.8rem;
        padding: 25px;
    }
}

.sec-contact-info .contact-btn a:hover,
.sec-contact-info .contact-btn a:active,
.sec-contact-info .contact-btn a:focus{
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/* ====================================================
about-us
==================================================== */

#about1 .sec-kokorozashi p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    #about1 .sec-kokorozashi p{
        line-height: 1.6;
    }
}

#about1 .sec-kokorozashi p span{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    color: #00a3d9;
}

@media screen and (max-width: 767px) {
    #about1 .sec-kokorozashi p span{
        font-size: 18px;
        font-size: 1.8rem;
    }
}

#about1 .service-img{
    max-width: 448px;
    margin: -30px auto 0;
}

#about1 .about-us-bnr.flex-box{
    margin: 160px auto 0;
}

@media screen and (max-width: 767px) {
    #about1 .about-us-bnr.flex-box{
        margin: 70px auto 0;
    }
}

#about2 .osusume-box{
    border: 4px solid #00a3d9;
    margin: 80px auto;
    padding: 30px;
    max-width: 570px;
}

@media screen and (max-width: 767px) {
    #about2 .osusume-box{
        margin: 0 auto 40px;
        padding: 20px;
        max-width: 420px;
    }
}

#about2 .osusume-box h3{
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 auto 30px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #about2 .osusume-box h3{
        font-size: 20px;
        font-size: 2.0rem;
        margin: 0 auto 20px;
    }
}

#about2 .osusume-list li{
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 0 0 0 30px;
    background: url(../images/common/check.svg) left 3px no-repeat;
    background-size: 24px 24px;
}

#about2 .osusume-list li:last-child{
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #about2 .osusume-list li{
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 8px;
        padding: 0 0 0 20px;
        background-size: 16px 16px;
    }
}

#about2 .sec-osusume p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #about2 .sec-osusume p{
        line-height: 1.6;
        text-align: left;
    }
}

#about2 .sec-step{
    padding: 60px 0 100px;
}

@media screen and (max-width: 767px) {
    #about2 .sec-step{
        padding: 20px 0 70px;
    }
}

#about2 .sec-step .page-sub-ttl .text-l{
    font-size: 40px;
    font-size: 4.0rem;
}

@media screen and (max-width: 767px) {
    #about2 .sec-step .page-sub-ttl .text-l{
        font-size: 28px;
        font-size: 2.8rem;
    }
}

#about2 .step-conts{
    background: #fff;
    margin: 0 auto 80px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}

@media screen and (max-width: 767px) {
    #about2 .step-conts{
        margin: 0 auto 50px;
    }
}

#about2 .step-flex{
    width: 100%;
    height: auto;
    min-height: 400px;
}

@media screen and (max-width: 767px) {
    #about2 .step-flex{
        max-height: initial;
        max-height: auto;
    }
}

#about2 .step-img{
    position: relative;
}

@media screen and (max-width: 767px) {
    #about2 .step-img{
        height: 250px;
    }
}

.step-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.step-bg1{
    background: url(../images/about-us/step1_img.jpg) center no-repeat;
    background-size: cover;
}

.step-bg2{
    background: url(../images/about-us/step2_img.jpg) center no-repeat;
    background-size: cover;
}

.step-bg3{
    background: url(../images/about-us/step3_img.jpg) center no-repeat;
    background-size: cover;
}

.step-bg4{
    background: url(../images/about-us/step4_img.jpg) center no-repeat;
    background-size: cover;
}

.step-bg5{
    background: url(../images/about-us/step5_img.jpg) center no-repeat;
    background-size: cover;
}


#about2 .step-text{
    position: relative;
}

.step-text-in{
    position: absolute;
    padding: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    margin: auto;
    max-width: 550px;
}

.step-text-in.step-left{
    left: auto;
    right: 30px;
}

@media screen and (max-width: 767px) {
    .step-text-in,
    .step-text-in.step-left{
        position: static;
        padding: 20px 20px 35px;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: auto;
        margin: 0;
        max-width: initial;
        max-width: auto;
    }
}

#about2 .step-text h3{
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    padding: 18px 0 18px 80px;
    margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
    #about2 .step-text h3{
        font-size: 22px;
        font-size: 2.2rem;
        padding: 13px 0 13px 55px;
        margin: 0 0 10px;
    }
}

.step1-ttl{
    background: url(../images/about-us/step01.svg) left center no-repeat;
    background-size: 68px 68px;
}

.step2-ttl{
    background: url(../images/about-us/step02.svg) left center no-repeat;
    background-size: 68px 68px;
}

.step3-ttl{
    background: url(../images/about-us/step03.svg) left center no-repeat;
    background-size: 68px 68px;
}

.step4-ttl{
    background: url(../images/about-us/step04.svg) left center no-repeat;
    background-size: 68px 68px;
}

.step5-ttl{
    background: url(../images/about-us/step05.svg) left center no-repeat;
    background-size: 68px 68px;
}

@media screen and (max-width: 767px) {
    .step1-ttl, .step2-ttl, .step3-ttl,
    .step4-ttl, .step5-ttl{
        background-size: 48px 48px;
    }
}

#about2 .sec-step p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #about2 .sec-step p{
        line-height: 1.6;
        text-align: left;
    }
}

#about2 .sec-step .step-text p{
    text-align: left;
    margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
    #about2 .sec-step .step-text p{
        margin: 0 0 10px;
    }
}

#about2 .sec-step .step-text .step-service{
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}

#about2 .sec-step p .text-l{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #00a3d9;
}

@media screen and (max-width: 767px) {
    #about2 .sec-step p .text-l{
        font-size: 18px;
        font-size: 1.8rem;
    }
}


#about3 .sec-feature p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #about3 .sec-feature p{
        line-height: 1.6;
        text-align: left;
    }
}

#about3 .buisiness-flow{
    margin: 90px auto 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #about3 .buisiness-flow{
        margin: 40px auto 0;
    }
}


#about4 .sec-greeting p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    #about4 .sec-greeting p{
        line-height: 1.6;
    }
}

#about4 .greeting-img{
    margin: 0 auto 10px;
}

@media screen and (max-width: 767px) {
    #about4 .greeting-img.sp{
        margin: 0 auto 40px;
    }
}

#about4 .greeting-img:last-child{
    margin-bottom: 0;
}

#about4 .sec-greeting .greeting-name{
    text-align: right;
    margin: 30px 0 0;
    line-height: 1.5;
}

#about4 .sec-greeting .greeting-name span{
    font-size: 24px;
    font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
    #about4 .sec-greeting .greeting-name span{
        font-size: 20px;
        font-size: 2.0rem;
    }
}


/* ====================================================
service
==================================================== */
#service1 .sec-buisiness-area p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    #service1 .sec-buisiness-area p{
        line-height: 1.6;
    }
}

#service1 .sec-buisiness-area .buisiness-area-lead{
    margin-bottom: 160px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #service1 .sec-buisiness-area .buisiness-area-lead{
        margin-bottom: 80px;
        text-align: left;
    }
}

#service1 .flex-box.col2{
    margin: 0 auto 140px;
}

#service1 .flex-box.col2:last-child{
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #service1 .flex-box.col2{
        margin: 0 auto 80px;
    }
    
    #service1 .flex-box.col2 > .col:first-child{
        margin-bottom: 25px;
    }
}

#service1 .buisiness-area-text h3{
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #00a3d9;
    margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
    #service1 .buisiness-area-text h3{
        font-size: 24px;
        font-size: 2.4rem;
        margin: 0 0 10px;
    }
}

#service1 .buisiness-area-text h4{
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    margin: 0 0 35px;
}

@media screen and (max-width: 767px) {
    #service1 .buisiness-area-text h4{
        font-size: 18px;
        font-size: 1.8rem;
        margin: 0 0 25px;
    }
}

#service1 .buisiness-area-text ul{
    margin-top: 30px;
    padding: 15px 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

@media screen and (max-width: 767px) {
    #service1 .buisiness-area-text ul{
        margin-top: 25px;
        padding: 10px 0;
    }
}

#service1 .buisiness-area-text ul li{
    list-style: disc;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-left: 25px;
}

@media screen and (max-width: 767px) {
    #service1 .buisiness-area-text ul li{
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 8px;
    }
}

#service1 .buisiness-area-text ul li:last-child{
    margin-bottom: 0;
}

#service1 .possible-title{
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #00a3d9;
    margin: 80px auto 35px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #service1 .possible-title{
        font-size: 22px;
        font-size: 2.2rem;
        margin: 40px auto 15px;
    }
}

#service1 .flex-box.possible-conts > .col{
    width: 23.1%;
    border: 1px solid #00a3d9;
    padding: 25px;
    margin: 0 0 2.53%;
}

#service1 .flex-box.possible-conts > .col:nth-child(n+5){
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #service1 .flex-box.possible-conts{
        max-width: 585px;
        margin: 0 auto;
    }
    
    #service1 .flex-box.possible-conts > .col,
    #service1 .flex-box.possible-conts > .col:nth-child(n+5){
        width: 47.5%;
        padding: 15px;
        margin: 0 0 5%;
    }
    
    #service1 .flex-box.possible-conts > .col:nth-child(n+7){
        margin-bottom: 0;
    }
}

#service1 .flex-box.possible-conts > .col .possible-img{
    max-width: 124px;
    margin: 10px auto 25px;
}

@media screen and (max-width: 767px) {
    #service1 .flex-box.possible-conts > .col .possible-img{
        margin: 0 auto 10px;
    }
}

#service1 .sec-buisiness-area .flex-box.possible-conts > .col p{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.3;
    color: #00a3d9;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #service1 .sec-buisiness-area .flex-box.possible-conts > .col p{
        font-size: 16px;
        font-size: 1.6rem;
    }
}


.sec-service p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .sec-service p{
        line-height: 1.6;
    }
}

.service-box{
    margin: 100px auto;
}

@media screen and (max-width: 767px) {
    .service-box{
        margin: 60px auto;
    }
}

.service-box.col2{
    max-width: 785px;
}

.service-box .col{
    border: 3px solid #00a3d9;
    padding: 25px 20px 90px;
    background: #fff;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
    position: relative;
}

@media screen and (max-width: 767px) {
    .service-box .col{
        padding: 20px 15px 80px;
    }
}

.service-box.flex-box.col2 > .col{
    width: 47.1%;
    margin-bottom: 5.8%;
}

.service-box.flex-box.col2 > .col:nth-child(n+3){
    margin-bottom: 0;
}

@media screen and (max-width: 480px) {
    .service-box.flex-box.col2 > .col,
    .service-box.flex-box.col2 > .col:nth-child(n+3){
        width: 100%;
        margin: 0 auto 25px;
    }
    
    .service-box.flex-box.col2 > .col:last-child{
        margin-bottom: 0;
    }
}

.service-box.flex-box.col3{
    margin-bottom: 0;
}

.service-box.flex-box.col3 > .col:nth-child(n+4){
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .service-box.flex-box.col3 > .col:nth-child(4){
        margin-bottom: 5%;
    }
}

@media screen and (max-width: 480px) {
    .service-box.flex-box.col3 > .col,
    .service-box.flex-box.col3 > .col:nth-child(n+4){
        margin: 0 auto 25px;
    }
    
    .service-box.flex-box.col3 > .col:last-child{
        margin-bottom: 0;
    }
}

.service-icon{
    width: 144px;
    margin: 15px auto;
    text-align: center;
 }

@media screen and (max-width: 767px) {
    .service-icon{
        width: 115px;
        margin: 5px auto 15px;
    }
}

.service-box h3{
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #00a3d9;
    margin: 0 auto 15px;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
    .service-box h3{
        margin: 0 auto 10px;
    }
}

.sec-service .service-box p{
    line-height: 1.5;
    max-width: initial;
    max-width: auto;
    text-align: center;
}

#service3 .sec-service .service-box p{
    text-align: left;
}

.service-box .more-btn{
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
    max-width: 240px;
}

@media screen and (max-width: 767px) {
    .service-box .more-btn{
        bottom: 20px;
        padding: 0 15px;
    }
}

.service-bottom-ttl{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 auto 25px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .service-bottom-ttl{
        font-size: 20px;
        font-size: 2.0rem;
        margin: 0 auto 15px;
    }
}



.sec-each-service p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .sec-each-service p{
        line-height: 1.6;
    }
}

.sec-each-service .page-ttl {
    color: #00a3d9;
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .sec-each-service .page-ttl {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 60px;
  }
}

.sec-each-service .service-management-lead{
    text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-each-service .service-management-lead{
    text-align: left;
    }
}

#service-management1 .flex-box.thinking-flex{
    max-width: 1000px;
    margin: 60px auto 0;
}

#service-management1 .flex-box.thinking-flex > .col{
    width: 30.3%;
}

@media screen and (max-width: 767px) {
    #service-management1 .flex-box.thinking-flex > .col{
        width: 47.9%;
        margin: 0 0 4.2%;
    }
    
    #service-management1 .flex-box.thinking-flex > .col:last-child{
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    #service-management1 .flex-box.thinking-flex > .col{
        width: 100%;
        margin: 0 auto 30px;
    }
}

#service-management1 .thinking-img{
    margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
    #service-management1 .thinking-img{
        margin: 0 auto 15px;
    }
}

#service-management1 .flex-box.thinking-flex > .col h3{
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
    margin: 0 auto 15px;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
    #service-management1 .flex-box.thinking-flex > .col h3{
        font-size: 18px;
        font-size: 1.8rem;
        margin: 0 auto 10px;
    }
}

#service-management1 .flex-box.features-flex{
    max-width: 1000px;
    margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
    #service-management1 .flex-box.features-flex{
        margin: 0 auto 40px;
    }
}

@media screen and (max-width: 480px) {
    #service-management1 .flex-box.features-flex{
        margin: 0 auto 30px;
    }
}

#service-management1 .features-img{
    width: 30%;
}

@media screen and (max-width: 767px) {
    #service-management1 .features-img{
        width: 40%;
    }
}

@media screen and (max-width: 480px) {
    #service-management1 .features-img{
        width: 100%;
        margin: 0 auto 15px;
    }
}

#service-management1 .features-text{
    width: 67%;
}

@media screen and (max-width: 767px) {
    #service-management1 .features-text{
        width: 57%;
    }
}

@media screen and (max-width: 480px) {
    #service-management1 .features-text{
        width: 100%;
    }
}

#service-management1 .features-title{
    display: table;
    margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
    #service-management1 .features-title{
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 480px) {
    #service-management1 .features-title{
        margin: 0 0 10px;
    }
}

#service-management1 .sec-each-service .features-title .features-num{
    display: table-cell;
    vertical-align: top;
    line-height: 1;
    width: 53px;
    padding-right: 5px;
    border-right: 1px solid #00a3d9; 
}

@media screen and (max-width: 767px) {
    #service-management1 .sec-each-service .features-title .features-num{
        width: 37px;
    }
}

#service-management1 .features-title h3{
    display: table-cell;
    vertical-align: top;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    padding: 0 0 0 15px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
    #service-management1 .features-title h3{
        font-size: 18px;
        font-size: 1.8rem;
        padding: 0 0 0 10px;
    }
}


.service-sec-ttl{
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    margin: 160px auto 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-sec-ttl:before,
.service-sec-ttl:after{
    border-top: 1px solid #00a3d9;
    content: "";
    width: 50px; /* 線の長さ */
}

.service-sec-ttl:before{
    margin-right: 10px;
}

.service-sec-ttl:after{
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .service-sec-ttl{
        font-size: 24px;
        font-size: 2.4rem;
        margin: 80px auto 25px;
    }
    
    .service-sec-ttl:before,
    .service-sec-ttl:after{
        width: 35px;
    }    
}

.fee-table1{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.fee-table1 tr{
    border-top: 1px solid #999;
}

.fee-table1 tr:last-of-type{
    border-bottom: 1px solid #999;
}

.fee-table1 th{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    color: #00a3d9;
    padding: 1em 1em 1em 0;
    width: 10.3%;
    min-width: 82px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .fee-table1 th{
        display: block;
        font-size: 18px;
        font-size: 1.8rem;
        width: 100%;
        padding: 0.75em 0 0.5em;
    }
}

.fee-table1 td{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 1.25em 0 1.25em 1em;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .fee-table1 td{
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        width: 100%;
        padding: 0 0 1em 0;
    }
}

.fee-table1 td ul li{
    list-style: disc;
    line-height: 1.3;
    margin-bottom: 5px;
    margin-left: 25px;
}

.fee-table1 td ul li:last-child{
    margin-bottom: 0;
}

.sec-each-service .fee-tyuui{
    margin-top: 10px;
    line-height: 1.3;
}

#service-management3 .service-sec-ttl{
    margin-top: 120px;
}

@media screen and (max-width: 767px) {
    #service-management3 .service-sec-ttl{
        margin-top: 80px;
    }
}

.design-img{
    max-width: 700px;
    margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
    .design-img{
        margin: 0 auto 40px;
    }
}

.sec-each-service .service-design-lead{
    max-width: 700px;
    margin: 0 auto;
}

.sec-each-service .fee-ttl{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    text-align: center;
    margin: 0 auto 25px;
}

@media screen and (max-width: 767px) {
    .sec-each-service .fee-ttl{
        font-size: 16px;
        font-size: 1.6rem;
        margin: 0 auto 15px;
    }
}

.design-fee-conts{
    margin: 0 auto;
    max-width: 700px;
    padding: 25px 0;
    border-top: 2px solid #00a3d9;
}

@media screen and (max-width: 767px) {
    .design-fee-conts{
        padding: 20px 0;
    }
}

.design-fee-conts:last-of-type{
    border-bottom: 2px solid #00a3d9;
}

.design-fee-conts h3{
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3;
    color: #00a3d9;
    margin: 0 auto 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .design-fee-conts h3{
        font-size: 20px;
        font-size: 2.0rem;
        margin: 0 auto 15px;
    }
}

.design-fee-conts ul{
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .design-fee-conts ul{
        margin-top: 15px;
    }
}

.design-fee-conts ul li{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 5px;
    padding: 0 0 0 20px;
    background: url(../images/service/list_circle.svg) left 3px no-repeat;
    background-size: 16px 16px;
}

.design-fee-conts ul li:last-child{
    margin-bottom: 0;
}

.design-fee-conts ul li span{
    font-size: 15px;
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
    .design-fee-conts ul li span{
        display: block;
        margin-top: 5px;
    }
}



.fee-syousai-conts{
    max-width: 730px;
    margin: 80px auto 0;
    padding: 40px;
    background: #f5f3f2;
}

@media screen and (max-width: 767px) {
    .fee-syousai-conts{
        margin: 50px auto 0;
        padding: 25px 20px 20px;
    }
}

.fee-syousai-conts h3{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    margin: 0 auto 35px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .fee-syousai-conts h3{
        font-size: 20px;
        font-size: 2.0rem;
        margin: 0 auto 20px;
    }
}

.fee-syousai.flex-box > .col{
    width: 47.8%;
}

@media screen and (max-width: 767px) {
    .fee-syousai.flex-box > .col{
        width: 100%;
        margin: 0 auto 25px;
    }
    
    .fee-syousai.flex-box > .col:last-child{
        margin-bottom: 0;
    }
}

.fee-syousai-conts h4{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #00a3d9;
    line-height: 1.3;
    margin: 40px auto 5px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .fee-syousai-conts h4{
        font-size: 16px;
        font-size: 1.6rem;
        margin: 25px auto 5px;
    }
}

.fee-table2{
    width: 100%;
}

.fee-table2 th, .fee-table2 td{
    padding: 0.5em 1em;
    background: #fff;
    border: 2px solid #f5f3f2;
    text-align: center;
    vertical-align: middle;
}

.fee-table2 th{
    font-weight: 500;
    color: #333;
    background: #c8e7f2;
    text-align: left;
}

.fee-table2 thead th{
    padding: 0.25em 1em;
    font-weight: 700;
    color: #fff;
    background: #00a3d9;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .fee-table2 th, .fee-table2 td{
        display: block;
        width: 100%;
        border: none;
    }
    
    .fee-table2 th{
        padding: 0.25em 1em;
        text-align: center;
    }
    
    .fee-table2 tr{
        border-bottom: 4px solid #f5f3f2;
    }
}

.flex-box.design-works > .col{
    width: 30.8%;
}

@media screen and (max-width: 480px) {
    .flex-box.design-works > .col{
        width: 100%;
        max-width: 370px;
        margin: 0 auto 25px;
    }
}

.sec-each-service .more-btn{
    margin: 60px auto 0;
    max-width: 300px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sec-each-service .more-btn{
        margin: 35px auto 0;
        max-width: 230px;
    }
}

.design-fee-conts h4{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 20px 0 5px;
}

@media screen and (max-width: 767px) {
    .design-fee-conts h4{
        margin: 15px 0 5px;
    }
}

.design-fee-conts.pamphlet{
    max-width: 780px;
}

.sec-each-service .design-fee-conts.pamphlet p{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
}

.sec-each-service .design-fee-conts.card p{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
}

.sec-each-service .design-fee-conts.card .fee-tyuui{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    margin: 10px auto 0;
}

.sec-each-service .fee-tsuiki{
    line-height: 1.5;
    text-align: center;
    margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
    .sec-each-service .fee-tsuiki{
        margin: 25px auto 0;
    }
}






/* ====================================================
works
==================================================== */
.sec-works .page-ttl{
    margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
    .sec-works .page-ttl{
        margin: 0 auto 35px;
    }
}

.works-index.col3 > .col{
    margin-right: 3.8%;
    border: 2px solid #00a3d9;
    position: relative;
}

.works-index.col3 > .col:nth-child(3n){
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .works-index.col3 > .col,
    .works-index.col3 > .col:nth-child(3n){
        margin-right: 5%;
    }
    
    .works-index.col3 > .col:nth-child(2n){
        margin-right: 0;
    }
    
}

@media screen and (max-width: 480px) {
    .works-index.col3 > .col,
    .works-index.col3 > .col:nth-child(3n),
    .works-index.col3 > .col:nth-child(2n){
        margin: 0 auto 35px;
    }
    
    .works-index.col3 > .col:last-child{
        margin-bottom: 0;
    } 
}

.works-index.col2 > .col{
    width: 47%;
    margin-bottom: 6%;
    border: 2px solid #00a3d9;
    position: relative;
}

@media screen and (max-width: 480px) {
    .works-index.col2 > .col{
        width: 100%;
        margin: 0 auto 35px;
    }
    
    .works-index.col2 > .col:last-child{
        margin-bottom: 0;
    }    
}

.works-index .works-img{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #dcdddd;
}

.works-index .works-img img{
    display: block;
    height: 230px;
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .works-index .works-img img{
        height: 180px;
    }
}

.works-index .works-img a:hover,
.works-index .works-img a:active,
.works-index .works-img a:focus{
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.works-index .works-cat{
    position: absolute;
    top: 0;
    left:0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    background: rgba(0,163,217,0.8);
    padding: 5px;
}

.works-index .works-cat a{
    color: #fff;
}

.works-index .works-text{
    padding: 20px;
}

.works-index .works-text .works-tag{
    font-size: 14px;
    font-size: 1.4rem;
    color: #00a3d9;
    line-height: 1.3;
    margin: 0 0 5px;
}

.works-index .works-text .works-tag a{
    color: #00a3d9;
}

.works-index .works-text h2{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
}

.works-index .works-text h2 a{
    color: #333;
}

.works-index .works-text h2 a:hover,
.works-index .works-text h2 a:active,
.works-index .works-text h2 a:focus{
    color: #999;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.no-works-article{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
}



/* ====================================================
column
==================================================== */
.column-index > .col{
    width: 47%;
    margin-bottom: 6%;
    border: 2px solid #00a3d9;
    position: relative;
}

@media screen and (max-width: 480px) {
    .column-index > .col{
        width: 100%;
        margin: 0 auto 35px;
    }
    
    .column-index > .col:last-child{
        margin-bottom: 0;
    }    
}

.column-index .column-img{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #dcdddd;
}

.column-index .column-img img{
    display: block;
    height: 230px;
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .column-index .column-img img{
        height: 180px;
    }
}

.column-index .column-img a:hover,
.column-index .column-img a:active,
.column-index .column-img a:focus{
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.column-index .column-cat{
    position: absolute;
    top: 0;
    left:0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    background: rgba(0,163,217,0.8);
    padding: 5px;
}

.column-index .column-cat a{
    color: #fff;
}

.column-index .column-text{
    padding: 20px;
}

.column-index .column-text p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
}

.column-index .column-text .date{
    font-size: 15px;
    font-size: 1.5rem;
    color: #00a3d9;
    line-height: 1.3;
}

.column-index .column-text h2{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 5px 0 10px;
}

.column-index .column-text h2 a:hover,
.column-index .column-text h2 a:active,
.column-index .column-text h2 a:focus{
    color: #666;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.column-index .more-btn{
    max-width: 200px;
    margin: 20px auto 0;
    text-align: center;
}



/* ====================================================
company
==================================================== */
#company1 .page-sec{
    padding: 100px 0 120px;
}

@media screen and (max-width: 767px) {
    #company1 .page-sec{
        padding: 60px 0;
    }
}

#company1 .page-sec.sec-philosophy{
    padding: 120px 0;
}

@media screen and (max-width: 767px) {
    #company1 .page-sec.sec-philosophy{
        padding: 60px 0;
    }
}

.company-table{
    width: 100%;
    max-width: 750px;
    margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
    .company-table{
        margin: 0 auto 40px;
    }
}

.company-table tr{
    border-top: 1px solid #dcdddd;
}

.company-table tr:last-of-type{
    border-bottom: 1px solid #dcdddd;
}

.company-table th{
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 1em 1em 1em 0;
    width: 28%;
}

@media screen and (max-width: 767px) {
    .company-table th{
        padding: 1em 0 0.25em;
        width: 100%;
    }
}

.company-table td{
    font-size: 15px;
    font-size: 1.5rem;
    padding: 1em 0 1em 1em;
}

@media screen and (max-width: 767px) {
    .company-table td{
        padding: 0 0 1em;
    }
}

@media screen and (max-width: 767px) {
    .company-table th, .company-table td{
        display: block;
    }
}

.company-table td ul li{
    line-height: 1.3;
    margin-bottom: 5px;
}

.company-table td ul li:last-child{
    margin-bottom: 0;
}

.company-map{
    width: 100%;
    max-width: 750px;
    height: 300px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .company-map{
        height: 200px;
    }
}

.company-img{
    width: 100%;
    height: 280px;
}

@media screen and (max-width: 767px) {
    .company-img{
        height: 150px;
    }
}

.company-img .company-img1{
    background: url(../images/company/company_img1.jpg) center no-repeat;
    background-size: cover;
}

.company-img .company-img2{
    background: url(../images/company/company_img2.jpg) center no-repeat;
    background-size: cover;
}

.company-img .company-img3{
    background: url(../images/company/company_img3.jpg) center no-repeat;
    background-size: cover;
}

.sec-philosophy p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sec-philosophy p{
        line-height: 1.6;
        text-align: left;
        margin: 0;
    }
}

.sec-policy{
    padding: 60px 0;
    background: url(../images/company/policy_back_pc.jpg) center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .sec-policy{
        padding: 40px 0;
        background: url(../images/company/policy_back_sp.jpg) center no-repeat;
        background-size: cover;
    }
}

.policy-box{
    max-width: 980px;
    margin: 0 auto;
    padding: 60px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.75);
}

@media screen and (max-width: 767px) {
    .policy-box{
        padding: 25px;
    }
}

.policy-conts{
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #00a3d9;
}

@media screen and (max-width: 767px) {
    .policy-conts{
        padding: 20px 0;
    }
}

.policy-conts:first-of-type{
    padding-top: 0;
}

.policy-conts:nth-of-type(4){
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .policy-conts:nth-of-type(4){
        margin-bottom: 20px;
    }
}

.policy-conts h3{
    width: 21.6%;
    font-size: 32px;
    font-size: 3.2rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    background: #00a3d9;
    padding: 5px 25px;
    border-radius: 30px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .policy-conts h3{
        width: 100%;
        max-width: 150px;
        font-size: 22px;
        font-size: 2.2rem;
        text-align: center;
        margin: 0 auto 10px;
        padding: 5px 20px;
    }
}

.policy-conts p{
    width: 74.9%;
    font-size: 2.4px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
    .policy-conts p{
        width: 100%;
        font-size: 1.8px;
        font-size: 1.8rem;
    }
}

.policy-conts .policy-txt{
    width: 74.9%;
    font-size: 1.6px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.0;
    color: #333;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
    .policy-conts .policy-txt{
        width: 100%;
        font-size: 1.0px;
        font-size: 1.0rem;
    }
}


.value-box{
    max-width: 860px;
    margin: 0 auto;
    border: 4px solid #00a3d9;
    padding: 20px 40px 40px;
}

@media screen and (max-width: 767px) {
    .value-box{
        padding: 20px;
    }
}

.value-box h2{
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1;
    color: #333;
    margin: 0 auto 25px;
    text-align: center;
    padding: 0 15px;
    max-width: 210px;
}

@media screen and (max-width: 767px) {
    .value-box h2{
        font-size: 28px;
        font-size: 2.8rem;
        margin: 0 auto 20px;
        padding: 0 10px;
        max-width: 160px;
    }
}

.value-box h2 .text-l{
    font-size: 60px;
    font-size: 6.0rem;
    color: #00a3d9;
}

@media screen and (max-width: 767px) {
    .value-box h2 .text-l{
        font-size: 42px;
        font-size: 4.2rem;
    }
}

.value-list{
    margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
    .value-list{
        margin: 20px 0 0;
    }
}

.value-list li{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 0 0 0 30px;
    background: url(../images/common/check.svg) left 3px no-repeat;
    background-size: 24px 24px;
}

.value-list li:last-child{
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .value-list li{
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 0 0 20px;
        background-size: 16px 16px;
    }
}

.profile-float{
    margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
    .profile-float{
        margin: 0 auto 50px;
    }
}

.profile-float p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .profile-float p{
        line-height: 1.6;
    }
}

.profile-right{
    float: right;
    width: 400px;
    margin: 0 0 50px 50px;
}

@media screen and (max-width: 1240px) {
    .profile-right{
        width: 32.3%;
    }
}

@media screen and (max-width: 767px) {
    .profile-right{
        float: none;
        width: auto;
        max-width: 350px;
        margin: 0 auto 25px;
        position: relative;
    }
}

.profile-img{
    margin: 0 0 10px;
}

.profile-float .profile-right p{
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .profile-float .profile-right p{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 14px;
        font-size: 1.4rem;
        color: #fff;
        text-align: center;
        padding: 10px;
        background: rgba(0,0,0,0.6);
    }
}

.profile-left{
    width: 750px;
}

@media screen and (max-width: 1240px) {
    .profile-left{
        width: 100%;
    }
}

.profile-name{
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
    .profile-name{
        font-size: 24px;
        font-size: 2.4rem;
        margin: 0 auto 10px;
        text-align: center;
    }
}

.profile-name span{
    font-size: 20px;
    font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
    .profile-name span{
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.profile-float .katagaki{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .profile-float .katagaki{
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
    }
}

.profile-left hr{
    height: 1px;
	border: none;
	color: #000;
	background: #000;
	margin: 15px 0 40px;
}

@media screen and (max-width: 767px) {
    .profile-left hr{
        margin: 10px 0 25px;
    }
}

.yakusyoku-list{
    margin: 0 0 60px 20px;
}

@media screen and (max-width: 767px) {
    .yakusyoku-list{
        margin: 0 auto 35px;
        max-width: 460px;
        padding-left: 20px;
    }
}

.yakusyoku-list li{
    list-style: disc;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .yakusyoku-list li{
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 3px;
    }
}

.sec-company-takada h3{
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #00a3d9;
    line-height: 1;
    margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
    .sec-company-takada h3{
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
        margin: 0 auto 15px;
    }
}

.tokui-conts{
    display: table;
    width: 100%;
    margin: 0 auto;
    border: 4px solid #00a3d9;
}

@media screen and (max-width: 767px) {
    .tokui-conts{
        display: block;
    }
}

.tokui-conts h3{
    display: table-cell;
    vertical-align: middle;
    width: 180px;
    background: #00a3d9;
    padding: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .tokui-conts h3{
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 5px 15px 10px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.tokui-list{
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .tokui-list{
        display: block;
    }
}

.tokui-list li{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 8px;
    list-style-position: outside;
    padding-left: 1.25em;
}

@media screen and (max-width: 767px) {
    .tokui-list li{
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.tokui-list li:last-child{
    margin-bottom: 0;
}

.tokui-list li span{
    position: absolute;
    left: 20px;
    margin: 0;
}




/* ====================================================
contact
==================================================== */
#contact .sec-contact .page-sub-ttl{
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    #contact .sec-contact .page-sub-ttl{
        margin-bottom: 20px;
    }
}

#contact .sec-contact p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #contact .sec-contact p{
        line-height: 1.6;
        text-align: left;
    }
}

#contact .sec-contact .tel-box{
    border: 4px solid #00a3d9;
    padding: 30px;
    margin: 30px auto 0;
    max-width: 400px;
}

@media screen and (max-width: 767px) {
    #contact .sec-contact .tel-box{
        padding: 25px;
        margin: 20px auto 0;
        max-width: 360px;
    }
}

#contact .sec-contact .tel-number{
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1;
    color: #333;
    text-align: center;
    margin: 0 auto 10px;
}

#contact .sec-contact .tel-number a{
    text-decoration: none;
    color: #333;
}

@media screen and (max-width: 767px) {
    #contact .sec-contact .tel-number{
        font-size: 32px;
        font-size: 3.2rem;
        margin: 0 auto 5px;
    }
}

#contact .sec-contact .tel-number .icon_tel::before{
    font-size: 32px;
    font-size: 3.2rem;
    color: #00a3d9;
}

@media screen and (max-width: 767px) {
    #contact .sec-contact .tel-number .icon_tel::before{
        font-size: 26px;
        font-size: 2.6rem;
    }
}

#contact .sec-contact .tel-hour{
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
}

.contact-form{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}



/* ====================================================
thanks
==================================================== */

#thanks .sec-thanks p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #thanks .sec-thanks p{
        line-height: 1.6;
        text-align: left;
        margin: 0;
    }
}

#thanks .sec-thanks .send-ttl{
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  #thanks .sec-thanks .send-ttl{
      font-size: 22px;
      font-size: 2.2rem;
      margin: 0 auto 25px;
      text-align: center;
    }
}

.thanks-btn{
    margin: 50px auto 0;
    max-width: 200px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .thanks-btn{
        margin: 30px auto 0;
  }
}



/* ====================================================
privacy
==================================================== */
.sec-privacy{
    max-width: 900px;
    margin: 0 auto;
}

.sec-privacy h2{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 50px 0 15px;
}

@media screen and (max-width: 767px) {
    .sec-privacy h2{
        font-size: 18px;
        font-size: 1.8rem;
        margin: 35px 0 10px;
    }
}

.sec-privacy p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .sec-privacy p{
        line-height: 1.6;
    }
}

.sec-privacy ol{
    margin: 15px 0 0 25px;
}

@media screen and (max-width: 767px) {
    .sec-privacy ol{
        margin: 10px 0 0 20px;
    }
}

.sec-privacy ul{
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .sec-privacy ul{
        margin-top: 10px;
    }
}

.sec-privacy li{ 
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 10px;
}

.sec-privacy ol li{
    list-style: decimal;
}

.sec-privacy ul > li{
    list-style: none;
}



/* ====================================================
tokushoho
==================================================== */
#tokushoho .page-main-ttl{
    font-size: 32px;
    font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
    #tokushoho .page-main-ttl{
        font-size: 24px;
        font-size: 2.4rem;
    }
}



/* ====================================================
page
==================================================== */

#page .sec-wp-page p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #page .sec-wp-page p{
        line-height: 1.6;
    }
}



/* ====================================================
single
==================================================== */

#single h1 {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.3;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

@media only screen and (max-width: 767px) {
  #single h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}

#single .category-wrap {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    #single .category-wrap {
        margin-bottom: 25px;
    }
}

#single .category-wrap span.label {
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
}

#single .category-wrap .date{
    font-size: 15px;
    font-size: 1.5rem;
    color: #00a3d9;
    display: inline-block;
    margin-right: 15px;
}

#single .category-wrap span.auther {
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    margin-left: 15px;
}

#single .category-wrap span.label a,
#single .category-wrap span.auther a{
    color: #666;
}

#single .article-thumbnail img{
    width: 100%;
}



.ttl-style01 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .ttl-style01 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.ttl-style01 span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
}

.ttl-style02 {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}

.ttl-style02 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

.ttl-style03 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #00a3d9;
    padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .ttl-style03 {
      font-size: 18px;
      font-size: 1.8rem;
      display: block;
    }
}


.ttl-style04 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  margin-bottom: 5px;
}

.ttl-style04 span {
  color: #333333;
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}



.article .article-inner .article-content {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 15px;
    padding: 40px 0 60px;
}

@media only screen and (max-width: 767px) {
    .article .article-inner .article-content {
        line-height: 1.6;
        margin-bottom: 10px;
        padding: 25px 0 30px;
    }
}

.article .article-inner .article-content p {
    line-height: 1.8;
    margin-bottom: 2.5em;
}

@media only screen and (max-width: 767px) {
    .article .article-inner .article-content p {
        line-height: 1.6;
    }
}

.article .article-inner .article-content p img{
    margin-bottom: 2.5em;
}

.article .article-inner .article-content p a {
    color: #00a3d9;
    text-decoration: underline;
}

.article .article-inner .article-content strong{
    font-weight: 700;
    color: #333;
}

.article .article-inner .article-content ul,
.article .article-inner .article-content ol{
    margin-bottom: 1em;
}

.article .article-inner .article-content ul li{
    list-style: disc;
    margin-left: 1.5em;
    line-height: 1.4;
    margin-bottom: 10px;
}

.article .article-inner .article-content ol li{
    list-style: decimal;
    margin-left: 1.5em;
    line-height: 1.4;
    margin-bottom: 10px;
}

.article .article-inner .article-content ul li:last-child,
.article .article-inner .article-content ol li:last-child{
    margin-bottom: 0;
}

.article .article-inner .article-content .main-title{
    line-height: 1.3;
}

.article .article-inner .article-content .main-subtitle{
    margin: 20px 0 0;
}

.article .article-inner .article-content table{
    width: 100%;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
}

.article .article-inner .article-content th,
.article .article-inner .article-content td{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
	padding: .5em .75em;
	vertical-align: middle;
    color: #666;
}

.article .article-inner .article-content th{
    border: 1px solid #ddd;
	background-color: #c8e7f2;
	color: #333;
	font-weight: bold;
	text-align: left;
}

.article .article-inner .article-content td{
    border: 1px solid #ddd;
}

.article .postNavi{
    margin: 0 0 50px;
    border-top: 1px solid #e6e1df;
    padding: 10px 0 0;
}

.article .postNavi .prev{
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
}

.article .postNavi .next{
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    text-align: right;
}

.article .postNavi .prev a,
.article .postNavi .next a{
    color: #333;
}

.article .article-inner h2 {
    color: #00a3d9;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 60px 0 35px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .article .article-inner h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 40px 0 25px;
  }
}

.article .article-inner h3 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #333;
    margin: 60px 0 35px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .article .article-inner h3 {
    margin: 40px 0 25px;
  }
}

.article .article-inner h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    border-bottom: 2px solid #00a3d9;
    padding-bottom: 5px;
    margin: 50px 0 15px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .article .article-inner h4 {
    margin: 20px 0 10px;
  }
}

.article .article-inner h5 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    margin: 40px 0 10px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .article .article-inner h5 {
    margin: 20px 0 10px;
  }
}


#toc_container.no_bullets ul{
	background:none;
	list-style-type:none;
	list-style:none;
}

#toc_container.no_bullets ul li{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
	padding: 10px 0 10px;
    border-bottom: 1px solid #e6e1df;
}

#toc_container.no_bullets ul li ul{
    margin: 10px 0 0 20px;
}

#toc_container.no_bullets ul li ul li{
    border-top: 1px dotted #e6e1df;
    border-bottom: none;
}

#toc_container.no_bullets ul li ul li:last-child{
    padding-bottom: 0;
}

#toc_container {
	padding: 30px;
	margin: 60px auto;
	width: auto;
	display: table;
}

@media only screen and (max-width: 767px) {
    #toc_container {
        margin: 40px auto;
    }
}

#toc_container.no_bullets{
    border: 3px solid #e6e1df;
    padding: 20px 30px 30px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #toc_container.no_bullets {
        border: 2px solid #e6e1df;
        padding: 15px 20px 20px;
    }
}

#toc_container p.toc_title {
    font-size: 22px;
    font-size: 2.2rem;
	text-align:center;
	font-weight:700;
	margin: 0 auto 20px;
	padding:0;
}

@media only screen and (max-width: 767px) {
    #toc_container p.toc_title {
        margin: 0 auto 5px;
    }
}

#toc_container span.toc_toggle {
	font-weight:400;
	font-size:90%;
}

#toc_container p.toc_title + ul.toc_list {
	margin-top:1em;
}

#toc_container a {
    color: #00a3d9;
	text-decoration:none;
	text-shadow:none;
}

#toc_container a:hover {
	text-decoration:underline;
}


.box-info{
    margin: 0 auto 60px;
    padding: 30px;
    background: #efefef;
}

.article .article-inner .article-content .box-info ul,
.article .article-inner .article-content .box-info ol,
.article .article-inner .article-content .box-info p{
    margin-bottom: 0;
}

.author-box{
    width: 100%;
    border: 1px solid #00a3d9;
    padding: 10px;
    margin: 0 auto 60px;
}

@media only screen and (max-width: 767px) {
    .author-box{
        margin: 0 auto 30px;
    }
}

.article .article-inner .author-box h3{
    font-weight: 700;
    margin: 0 0 15px;
    padding: 10px 10px 0;
}

@media only screen and (max-width: 767px) {
    .article .article-inner .author-box h3{
        font-size: 18px;
        font-size: 1.8rem;
        padding: 5px 5px 0;
    }
}

.belle-img{
    float:left;
    margin: 10px;
}

@media only screen and (max-width: 767px) {
    .belle-img{
        margin: 5px;
    }
}

.belle-img img{
    border-radius: 50%;
}

.belle-info{
    padding: 10px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .belle-info{
        padding: 5px;
    }
}

.author-box p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
}

.author-box .author-name{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    color: #00a3d9;
    margin: 0 0 10px;
}

@media only screen and (max-width: 767px) {
    .author-box .author-name{
        font-size: 16px;
        font-size: 1.6rem;
    }
}












/* ====================================================
2Column
==================================================== */

.main-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    max-width: 1240px;
    padding: 0 20px;
    margin: 100px auto;
}

@media only screen and (max-width: 767px) {
  .main-wrap-inner {
      display: block;
      margin: 50px auto 0;
  }
}

#main {
  width: calc(100% - 28%);
}

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


.archive-title{
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .archive-title{
        font-size: 20px;
        font-size: 2.0rem;
        text-align: center;
        margin: 0 auto 30px;
    }
}


/* ====================================================
sidebar
==================================================== */

#sidebar {
  margin-left: 50px;
  width: 28%;
}

@media only screen and (max-width: 767px) {
  #sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
}

#sidebar .listCategory {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    #sidebar .listCategory {
        margin-bottom: 40px;
    }
}

#sidebar .listCategory li {
  border-top: 0px solid #cccccc;
  border-left: 0px solid #cccccc;
  border-right: 0px solid #cccccc;
  padding-left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

#sidebar .listCategory li:last-child {
  border-bottom: 0px solid #cccccc;
}

#sidebar .listCategory li a {
  padding: 8px 15px 8px 5px;
  display: block;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    #sidebar .listCategory li a {
        padding: 5px 15px 5px 5px;
    }
}

#sidebar .listCategory li a:hover,
#sidebar .listCategory li a:active,
#sidebar .listCategory li a:focus {
  text-decoration: underline;
}

#sidebar .listCategory li a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  font-size: 2.2rem;
}

#sidebar .listCategory li ul{
    margin-left: 15px;
}

#sidebar .listCategory li ul li ul{
    margin-left: 30px;
}

#sidebar .tag-cloud,
#sidebar .latest-list {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    #sidebar .tag-cloud,
    #sidebar .latest-list {
        margin-bottom: 40px;
    }
}

#sidebar .tag-cloud a{
    display: inline-block;
    color: #666;
    padding: 3px;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    border: 1px solid #c9caca;
}

#sidebar .tag-cloud a:hover,
#sidebar .tag-cloud a:active,
#sidebar .tag-cloud a:focus{
    color: #9fa0a0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#sidebar .latest-list li{
    margin-bottom: 15px;
}

#sidebar .latest-list li .thumbnail{
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 10px;
    border: 1px solid #dcdddd;
}

#sidebar .latest-list li .title p{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

#sidebar .latest-list li .title p a{
    color: #333;
}

#sidebar .latest-list li .title p a:hover,
#sidebar .latest-list li .title p a:active,
#sidebar .latest-list li .title p a:focus{
    text-decoration: underline;
}

#sidebar .latest-list li .title .date{
    font-size: 14px;
    font-size: 1.4rem;
    color: #00a3d9;
}

.no-article{
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .no-article{
        margin-bottom: 40px;
    }
}

.relation-list li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
}

.relation-list li:nth-child(2n){
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .relation-list li{
        width: 100%;
        margin-right: 0;
    }
    
    .relation-list li:last-child{
        margin-bottom: 0;
    }
}

.relation-list li .thumbnail{
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 10px;
    border: 1px solid #dcdddd;
}

.relation-list li .title .date{
    font-size: 14px;
    font-size: 1.4rem;
    color: #00a3d9;
    margin: 0 0 10px;
}

.relation-list li .title p{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.relation-list li .title p a{
    color: #333;
}

.relation-list li .title p a:hover,
.relation-list li .title p a:active,
.relation-list li .title p a:focus{
    text-decoration: underline;
}

.no-article{
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
}

.relation-article{
    margin: 0 auto;
    border: 2px solid #e6e1df;
    padding: 30px 30px 20px;
}

@media only screen and (max-width: 767px) {
    .relation-article{
        margin: 0 auto 40px;
        padding: 20px;
    }
}

.relation-article h3{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    margin: 0 0 15px;
}

@media only screen and (max-width: 767px) {
    .relation-article h3{
        font-size: 18px;
        font-size: 1.8rem;
    }
}


.m-pagenation{
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .m-pagenation{
        margin: 35px auto 0;
    }
}

.m-pagenation__body li{
    display: inline-block;
}

.m-pagenation__body .-current{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    border: 1px solid #00a3d9;
    width: auto;
    margin: 5px;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #00a3d9;
    background: #00a3d9;
    padding: 8px 12px;
}

.m-pagenation__body li:last-child{
    margin-right: 0;
}

.m-pagenation__body li a{
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #00a3d9;
    line-height: 1.3;
    text-align: center;
    border: 1px solid #00a3d9;
    width: auto;
    margin: 5px;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #00a3d9;
    background: #fff;
    padding: 8px 12px;
}

.m-pagenation__body li a:hover,
.m-pagenation__body li a:active,
.m-pagenation__body li a:focus{
    color: #fff;
    background: #00a3d9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}





/*# sourceMappingURL=maps/styles.css.map */