@charset "UTF-8";

/*  ! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css 
---------------------------------------------------------------*/


/* 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.*/

html {
  font-size: 62.5%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: normal;
  font-size: 1.5rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cacaca;
}

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

img {
  line-height: 0;
  vertical-align: bottom;
  font-size: 0;
}


/* HTML5 display definitions
========================================================================== */


/*Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.*/

article,
aside,
details,

/* 1 */

figcaption,
figure,
footer,
header,
main,

/* 2 */

menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}


/* Add the correct display in IE 9-. */

audio,
canvas,
progress,
video {
  display: inline-block;
}


/* Add the correct display in iOS 4-7.*/

audio:not([controls]) {
  display: none;
  height: 0;
}


/* Add the correct vertical alignment in Chrome, Firefox, and Opera. */

progress {
  vertical-align: baseline;
}


/* Add the correct display in IE 10-.
 * 1. Add the correct display in IE. */

template,

/* 1 */

[hidden] {
  display: none;
}


/* Links
========================================================================== */


/* Remove the gray background on active links in IE 10.*/

a {
  background-color: transparent;
}

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

a:hover,
a:active {
  text-decoration: none;
}


/* Text-level semantics
   ========================================================================== */


/* 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}


/* Add the correct font style in Android 4.3-.*/

dfn {
  font-style: italic;
}


/* Add the correct background and color in IE 9-.*/

mark {
  background-color: #ff0;
  color: #000;
}


/* Add the correct font size in all browsers.*/

small {
  font-size: 1.2rem;
}


/* Prevent `sub` and `sup` elements from affecting the line height in all browsers.*/

sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.4em;
}


/* Embedded content
   ========================================================================== */


/* Remove the border on images inside links in IE 10-.*/

img {
  border-style: none;
}


/* Hide the overflow in IE. */

svg:not(:root) {
  overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/* Add the correct margin in IE 8.*/

figure {
  margin: 1rem 4rem;
}


/* 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.*/

hr {
  display: none;
}


/* Forms
   ========================================================================== */


/* Change font properties to `inherit` in all browsers (opinionated).*/

button,
input,
select,
textarea {
  font: inherit;
}


/*Restore the font weight unset by the previous rule.*/

optgroup {
  font-weight: bold;
}


/*Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.*/

button,
input,

/* 1 */

select {
  /* 2 */
  overflow: visible;
}


/* Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.*/

button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}


/* Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.*/

button,
select {
  /* 1 */
  text-transform: none;
}


/* Change the cursor in all browsers (opinionated).*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}


/* Restore the default cursor to disabled elements unset by the previous rule.*/

[disabled] {
  cursor: default;
}


/* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.*/

button,
html [type="button"],

/* 1 */

[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}


/* Remove the inner border and padding in Firefox.*/

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


/* Restore the focus styles unset by the previous rule. */

button:-moz-focusring,
input:-moz-focusring {
  outline: .1rem dotted ButtonText;
}


/* Change the border, margin, and padding in all browsers (opinionated).*/

fieldset {
  border: .1rem solid #c0c0c0;
  margin: 0 .2rem;
  padding: 0.35em 0.625em 0.75em;
}


/*1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.*/

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}


/*Remove the default vertical scrollbar in IE.*/

textarea {
  overflow: auto;
}


/* 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}


/* Correct the cursor style of increment and decrement buttons in Chrome.*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


/* Correct the odd appearance of search inputs in Chrome and Safari.*/

[type="search"] {
  -webkit-appearance: textfield;
}


/* Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.*/

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

address {
  font-style: normal;
}

.red {
    color: red;
    font-size: 22px;
}
.red2 {
    color: red;
}

/*commonClass.css
---------------------------------------------------------------------------------------------------------------------------*/

.cf {
  zoom: 1;
}

.cf:after {
  display: block;
  content: '';
  clear: both;
}

.fit {
  width: 40%;
  height: auto;
}

.fit100 {
  width: 100%;
  height: auto;
}

.tab,
.sp {
  display: none;
}

.w90p {
  width: 90%;
}

.tac {
  text-align: center;
  margin-bottom: 40px;
  padding-top:40px;
}

.m0a {
  margin: 0 auto;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

a {
  color: #101015;
  outline: none;
  text-decoration: none;
}



/*style.css↓
---------------------------------------------------------------------------------------------------------------------------*/

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}

.hidden {
  overflow: hidden;
}


/* ---------- header ---------- */
#header {
  position: relative;
  width: 100%;
  min-width: 1000px;
  background-color: #ea717f;
}
@media screen and (max-width: 1000px) {
  #header {
    min-width: 0;
    height: auto;
  }
}

.header-item {
  width: 1000px;
  height: 165px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .header-item {
    width: 100%;
    height: auto;
  }
}

/* ---------- logo ---------- */
#logo {
  text-align: center;
  padding-top: 1.5rem;
}
@media screen and (max-width: 1000px) {
  #logo {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  #logo {
    padding-top: 60px;
    padding-bottom: 15px;
    }
 .fit {
  width: 70%;
  height: auto;
  }
}
#logo svg {
  width: 270px;
  height: 88px;
  fill: #fff;
}
@media screen and (max-width: 1000px) {
  #logo svg {
    width: 100%;
    height: 105px;
  }
}
@media screen and (max-width: 479px) {
  #logo svg {
    height: 75px;
  }
}
#logo a {
  display: block;
}

/* ---------- eyecatch ---------- */
.eyecatch {     
 width:175px;
 height:175px;
 background-color:#8baa77;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
float: left;
}
.eyecatch {
 box-shadow: rgba(113,135,164,.65098) 2px 2px 2px 2px;
 -webkit-box-shadow: rgba(113,135,164,.65098) 2px 2px 2px 2px;
 -moz-box-shadow: rgba(113,135,164,.65098) 2px 2px 2px 2px;
}

.eyecatch:hover {
background: #a2bc91;
-webkit-transition-duration: .7s;
transition-duration: .7s;
cursor: pointer;
}

.eyecatch-text {
 padding-top:68px;
}

.eyecatch p {
 text-align: center; 
 color: #fff;
 font-size:23px;
 font-family: 'Shuei Yokobuto Min M';
}

@media screen and (max-width: 1500px) {
  .eyecatch {
    width:175px;
    height:175px;
  }
  .eyecatch-text {
    padding-top:20px;
  }
  .eyecatch p {
    font-size:23px;
  }
}
@media screen and (max-width: 991px) {
  .eyecatch {
    width:150px;
    height:150px;
    position: relative;
    top: -73px;
    left: 10px;
  }
  .eyecatch-text {
    padding-top:68px;
  }
  .eyecatch p {
    font-size:23px;
  }
}
@media screen and (max-width: 767px) {
  .eyecatch {
    width:130px;
    height:130px;
  }
  .eyecatch-text {
    padding-top:68px;
  }
  .eyecatch p {
    font-size:23px;
  }
}
@media screen and (max-width: 479px) {
  .eyecatch {
    display: none;
  }
}

/* ---------- globalnav ---------- */
#global-nav {
  margin-top: 20px;
  text-align: center;
  letter-spacing: -.4em;
}
@media screen and (max-width: 1000px) {
  #global-nav {
    display: none;
  }
}
#global-nav > li {
  display: inline-block;
  border-right: 1px dotted #ffffff;
  letter-spacing: normal;
}
#global-nav > li:first-child {
  border-left: 1px dotted #ffffff;
}
#global-nav > li > a {
  position: relative;
  display: block;
  height: 23px;
  padding: 3px 16px;
  overflow: hidden;
  color: #ffffff;
}

#global-nav > li > a:hover {
  position: relative;
  display: block;
  height: 23px;
  padding: 3px 16px;
  overflow: hidden;
  color: #e5065a;
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
}

#global-nav_sp__fixed,
#global-nav_sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  #global-nav_sp__fixed,
  #global-nav_sp {
    display: block;
  }
}

#global-nav_sp__fixed {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-top: 8px solid #d75463;
  text-align: center;
}

#global-nav_sp {
  position: absolute;
  display: none;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 25px;
  background-color: #96bd80;
}

.global-nav_sp__btn {
  width: 35%;
  max-width: 180px;
  height: 100px;
  margin: 0 auto;
  margin-top: -65px;
  padding-top: 74px;
  color: #fff;
  border-radius: 50%;
  background-color: #d75463;
}

.global-nav_sp__icn {
  display: inline-block;
  width: 10px;
}

.global-nav_sp-icn__item {
  width: 10px;
  height: 2px;
  margin-top: 3px;
  background-color: #fff;
}
.global-nav_sp-icn__item:first-of-type {
  margin-top: 0;
}

.global-nav_sp__ttl {
  width: 100%;
  height: 45px;
  background-color: #ed8e99;
  color: #fff;
  line-height: 45px;
  text-align: center;
}

.global-nav_sp__list {
  letter-spacing: -.4em;
  border-top: 2px solid #96bd80;
}
.global-nav_sp__list li {
  display: inline-block;
  width: 50%;
  height: 45px;
  background-color: #dd6673;
  border-bottom: 2px solid #96bd80;
  letter-spacing: normal;
  line-height: 45px;
}
.global-nav_sp__list li:nth-of-type(even) {
  border-left: 2px solid #96bd80;
}
.global-nav_sp__list li a {
  display: block;
  color: #fff;
  padding-left: 15px;
}

/* ---------- simple-slide ---------- */
.index-header {
    z-index: -999;
    position: relative;
    top: -109px;
}
@media screen and (max-width: 1500px) {
  .index-header {
    top: -109px;
  }
}
@media screen and (max-width: 991px) {
  .index-header {
    top: -175px;
  }
}
@media screen and (max-width: 767px) {
  .index-header {
    top: 0px;
  }
}

.simple-slide-wrap {
  position: relative;
  width: 1000px;
  overflow: hidden;
}

.simple-slide-item {
  position: absolute;
  top: 0;
  left: 0;
  *zoom: 1;
}
.simple-slide-item:after {
  display: block;
  content: '';
  clear: both;
}
.simple-slide-item ul {
  float: left;
}
.simple-slide-item ul li {
  float: left;
}
@media screen and (max-width: 767px) {
  .simple-slide-item ul li {
    width: 270px;
    height: 315px;
  }
  .simple-slide-item ul li img {
    width: 100%;
    height: auto;
  }
}


/* ---------- lead ---------- */
.lead {
  position: absolute;
  margin-top: 4.5rem;
  top: 290px;
  right: 0;
  left: 0;
  color: #4e2d1a;
  font-family: 'Shuei Yokobuto Min M';
  text-align: center;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
}
.lead-text01{
   font-size: 36px;
   font-size: 3.6rem;
   padding-bottom: 20px;
}
.lead-text02{
   font-size: 40px;
   font-size: 4rem;
}

@media screen and (max-width: 1500px) {
  .lead {
    top: 235px;
  }
}
@media screen and (max-width: 991px) {
  .lead {
    top: 55%;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .lead {
    position: relative;
    top: -190px;
  }
  .lead-text01{
   font-size: 22px;
   font-size: 2.2rem;
  padding-bottom: 20px;
  }
  .lead-text02{
   font-size: 35px;
   font-size: 3.5rem;
  }
}
@media screen and (max-width: 479px) {
  .lead-text01{
   font-size: 16px;
   font-size: 1.6rem;
  padding-bottom: 20px;
  }
  .lead-text02{
   font-size: 25px;
   font-size: 2.5rem;
  }
}
@media screen and (max-width: 320px) {
  .lead {
    position: relative;
    top: -190px;
  }
}

.kuwasiku {
  position: relative;
  display: table;
  margin: 5rem auto 0 auto;
  padding: 15px 3rem 15px 4rem;
  text-align: center;
  -webkit-background-size: contain;
  background-size: contain;
}

.kuwasiku a {
  color: #1e1d27;
  padding-bottom: .3rem;
  border-bottom: 1px solid #000;
  transition: all .5s ease;
}

.kuwasiku a:hover {
  color: #008833;
  border-bottom: 0;
}



/* ------------------------------- */ 
/*    ---    article       ---     */
/* ------------------------------- */ 

/* wrap */
.wrap {
  margin: 0 auto;
  min-width: 320px;
  /* background-color: #f9feff;*/
}
.wrap02 {
  margin: 0 auto;
  min-width: 320px;
  background-color: #f7f7f7;
}

.wrap03 {
  margin: 0 auto;
  min-width: 320px;
  height: 40px;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.wrap04 {
  margin: 0 auto;
  min-width: 320px;
  background-color: #fff;
}

/* section */
.section {
  width: 100%;
  margin: 0 auto;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .section {
    margin-top: 0;
  }
}
.sec__inner {
  position: relative;
  z-index: 1;
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .sec__inner {
    width: 90%;
  }
}

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

.sec__boxwrap {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .sec__boxwrap {
    width: 90%;
  }
}

.sec__boxwrap .sec__box { /* blue*/
  padding: 10px;
  background-image: url("../images/sec_bg01.png");
  -webkit-background-size: 5px 5px;
  background-size: 5px 5px;
}

.sec__boxwrap .sec__box-g { /* green*/
  padding: 10px;
  background-image: url("../images/sec_bg02.png");
  -webkit-background-size: 5px 5px;
  background-size: 5px 5px;
}

.sec__boxwrap .sec__box-y { /* yellow*/
  padding: 10px;
  background-image: url("../images/sec_bg03.png");
  -webkit-background-size: 5px 5px;
  background-size: 5px 5px;
}

.sec__box__inner{
  position: relative;
  padding: 30px 20px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fdfdfd;
  text-align: center;
}

/*   --- 01 section  appeal   ---  */
/* appeal */

.appeal {
  position: relative;
  z-index: 1;
  margin-top: 0;
}
@media screen and (max-width: 479px) {
  .appeal {
    padding-top: 0px;
  }
}

.hd--type_appeal {
  margin: 30px 0px;
  text-align: center;
  font-family: 'Shuei Yokobuto Min M';
}

.hd--type_appeal__top {
  margin-bottom: 15px;
  font-size: 36px;
  font-size: 3.6rem;
  color: #585757;
}
p.animated.bounce.infinite.animation01 img {
  position: relative;
  left: 46%;
  }
@media screen and (max-width: 479px) {
  .hd--type_appeal__top {
    margin-bottom: 7px;
    font-size: 20px;
    font-size: 2.0rem;
  }
  p.animated.bounce.infinite.animation01 img {
  position: relative;
  left: 40%;
  }
}

.hd--type_appeal__body {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2em;
  color:#008833;
}

.hd--type_appeal__body:before {
  display: block;
  position: absolute;
  content: '';
  top: 0px;
  left: -18px;
  width: 1px;
  height: 28px;
  background-color: #008833;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.hd--type_appeal__body:after {
  display: block;
  position: absolute;
  content: '';
  top: 0px;
  right: -15px;
  width: 1px;
  height: 28px;
  background-color: #008833;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media screen and (max-width: 479px) {
  .hd--type_appeal__body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*   ---  02 section  about   ---  */
/* about */
.about {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  margin-bottom: 80px;
}

@media screen and (max-width: 479px) {
  .about {
    padding-top: 50px;
  }
}

#bl__stripe{
  width: 780px;
  height: 550px;
  margin: 0 auto;
  border-radius: 16px; 
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0) 25%,
    rgba(218, 244, 201, 0.58) 25%, rgba(218, 244, 201, 0.58) 50%,
    rgba(255, 255, 255, 0) 50%, #fff 75%,
    rgba(218, 244, 201, 0.58) 75%, rgba(218, 244, 201, 0.58)
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 6px 6px;
}
@media screen and (max-width: 768px) {
  #bl__stripe{
    width:100%;
  }
}
.bl__gap{
  background-color: rgba(218, 244, 201, 0.14);
  border-radius:16px;
  position: relative;
  width: 780px;
  height: 550px;
  top: -10px;
  left:-10px;
  border: 1px solid rgb(216, 232, 207);
}
@media screen and (max-width: 768px) {
  .bl__gap{
    width:100%;
  }
}

.hd--type_about {
  display: block;
  position: relative;
  top: 40px;
  border: 1px solid rgb(216, 232, 207);
  text-align: center;
  width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 425px) {
  .hd--type_about {
    width:260px;
  }
}

.hd--type_about__top {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  color: #585757;
  padding: 5px 15px;
  background-color: rgba(150, 189, 128, 0.19);
}

@media screen and (max-width: 479px) {
  .hd--type_about__top {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.about__icon {
  display: inline-block;
  margin-right: 5px;
}
.about__icon img{
  line-height: 0;
  vertical-align: middle;
  font-size: 0;
}

/* List */
.List.list--default{
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 478px) {
  .List.list--default{
    width:96%;
  }
}
.List li {
  position: relative;
  top: 70px;
  margin-bottom: 3px;
}

.list--default > li {
  padding:  1em 0 1em 2.2em;
  margin-left: .5em;
  border-bottom: 1px dashed #777777;
}
.list--default > li:before {
  display: block;
  position: absolute;
  content: '';
  top: 1.7em;
  left: 1.2em;
  width: 5px;
  height: 5px;
  background-color: #96bd80;
  border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.List.list--dservice{
  width: 800px;
  margin: 0 auto;
}


/* half-circle  半円飾り*/
.half-circle-lo {
  width: 140px;
  margin: -3rem auto;
}

.half-circle-mod {
  background: #96bd80;
  height: 70px;
  width: 140px;
  text-align: center;
  font-size: 71px;
  font-size: 7.1rem;
}

.half-circle-mod_blue {
  background: #94cbe6;
  height: 70px;
  width: 140px;
  text-align: center;
  font-size: 71px;
  font-size: 7.1rem;
}

.half-circle-mod_yellow {
  background: #e7df94;
  height: 70px;
  width: 140px;
  text-align: center;
  font-size: 71px;
  font-size: 7.1rem;
}

.half-circle-mod p,
.half-circle-mod_blue p,
.half-circle-mod_yellow p{
  position: relative;
  top: -3rem;
}

.half-circle-lo__half-circle-mod {
  -moz-border-radius: 0 0 70px 70px;
  -webkit-border-radius: 0 0 70px 70px;
  -o-border-radius: 0 0 70px 70px;
  -ms-border-radius: 0 0 70px 70px;
  border-radius: 0 0 70px 70px;
}

/*   ---  04 section     ---  */
/* message */ /* service */ /*contribution*/

.message{}
.kensyu,
.service,
.service2 {
  margin: 10.5rem 0 0 0;
}

.contribution {
  margin: 10.5rem 0 10.5rem 0;
}
.num{
  height: 100px;
}
.mt50 {
  margin-top: 50px !important;
}
.hd--type_message,
.hd--type_service,
.hd--type_contribution {
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Shuei Yokobuto Min M';
}

.hd--type_message__top {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  color: #96bd80;
}

.hd--type_service__top {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  color: #96bd80;
}

.hd--type_contribution__top {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  color: #96bd80;
}

.wrap .sec__boxwrap .sec__box-g .sec_message,
.wrap .sec__boxwrap .sec__box .sec_service,
.wrap .sec__boxwrap .sec__box-y .sec_contribution{
  margin: 0 auto;
  width: 640px;
}
@media screen and (max-width: 900px) {
  .wrap .sec__boxwrap .sec__box-g .sec_message,
  .wrap .sec__boxwrap .sec__box .sec_service,
    .wrap .sec__boxwrap .sec__box-y .sec_contribution {
    width: 100%;
  }
}

.sec_message_ph01,
.sec_service_ph01,
.sec_contribution_ph01,{
  width: 640px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .sec_message_ph01 img,
  .sec_service_ph01 img,
  .sec_contribution_ph01 img {
    width: 100%;
    height: auto;
  }
}
.sec_message_txt,
.sec_contribution_txt{
  width: 100%;
  text-align: left;
  padding:20px 0;
}

.sec_service2_txt{
  width:  100%;
  text-align: left;
  padding: 60px ;
}


.ttl--type_h3 {
  width: 100%;
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color:#4e2d1a;
}
.ttl--type_h3 > div {
  width: 100%;
  height: 10px;
  margin-top: 15px;
}
.ttl--type_h3 > div svg {
  width: 240px;
  height: 10px;
  vertical-align: top;
  fill: #4e2d1a;
}


.wrap .sec__boxwrap .sec__box .sec_service table{
  width:100%;
  margin-bottom: 30px;
}
.wrap .sec__boxwrap .sec__box .sec_service table tr th {
  width: 126px;
  font-weight: bold;
  background-color: #d1edfd;
  border-right: 1px dashed #beced6;
  vertical-align: middle;
}
.wrap .sec__boxwrap .sec__box .sec_service table tr td {
  text-align: left;
}

.wrap .sec__boxwrap .sec__box .sec_service table th.feature {
  width: 220px;
  font-family: 'Shuei Yokobuto Min M';
  font-size: 20px;
  font-size: 2.0rem;
  background-color: #d1edfd;
  border-right: 1px dashed #beced6;
  vertical-align: middle;
  color:#4e2d1a;
}

.ttl--type_h4 {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
}

.sec_contribution_txt .works{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}



/*   ---  05 section     ---  */
/* recruit */
.recruit {
}
@media screen and (max-width: 479px) {
  .recruit {
    padding-top: 0px;
  }
}

.hd--type_recruit {
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Shuei Yokobuto Min M';
}

.hd--type_recruit__top {
  margin-bottom: 15px;
  font-size: 32px;
  font-size: 3.2rem;
  color: #585757;
  padding-top: 50px;
}

@media screen and (max-width: 479px) {
  .hd--type_recruit__top {
    margin-bottom: 7px;
    font-size: 20px;
    font-size: 2.0rem;
  }
}



/* access */
.access .sec__inner {
  width: 100%;
}

.access__gmap {
  width: 100%;
  height: 0;
  margin-top: 25px;
  margin-bottom: 70px;
  padding-bottom: 25%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .access__gmap {
    padding-bottom: 50%;
  }
}

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

.Footer__kind{
  position: relative;
  z-index: 1;
  width: 980px;
  margin: 0 auto;
}

#footerMenu {
  margin-top: .5em;
  float: left;
}

#footerMenu > li {
  display: inline-block;
  border-right: 1px dotted #908b8b;
  letter-spacing: normal;
}
#footerMenu > li:first-child {
  border-left: 1px dotted #908b8b;
}
#footerMenu > li > a {
  position: relative;
  display: block;
  height: 23px;
  padding: 3px 16px;
  overflow: hidden;
}

#footerMenu > li > a:hover {
  position: relative;
  display: block;
  height: 23px;
  padding: 3px 16px;
  overflow: hidden;
  color: #333;
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
}


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

#footer {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #footer:before {
    height: 4px;
    background-size: 7px 4px;
  }
}

#logo02 {
  display: inline-block;
  float: left;
  width: 250px;
  margin-top: 2px;
}

@media screen and (max-width: 1000px) {
  #logo02 {
    float: none;
  }
}

.grouplist{
  text-align: left;
  color:#5abcea;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .grouplist{
  text-align: center;
  }
}


#footer .footer-item {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 30px;
  *zoom: 1;
}
#footer .footer-item:after {
  display: block;
  content: '';
  clear: both;
}
@media screen and (max-width: 1000px) {
  #footer .footer-item {
    width: 100%;
    padding: 35px 0;
    padding-bottom: 40px;
    background-size: 25px 25px;
  }
}
@media screen and (max-width: 479px) {
  #footer .footer-item {
    padding-bottom: 0px;
  }
}
#footer .footer-item-left {
  float: left;
  width: 600px;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 1000px) {
  #footer .footer-item-left {
    float: none;
    width: 100%;
    text-align: center;
  }
}
#footer .footer-item-right {
  display: table;
  float: right;
  width: 385px;
  padding-top: 70px;
}
#footer .footer-item-right a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #5f5855;
}
@media screen and (max-width: 1000px) {
  #footer .footer-item-right {
    float: none;
    width: 100%;
    padding: 0 auto;
    padding-top:0;
  }
}
.footer-sub {
  margin: 1rem 0 0 4%;
}
@media screen and (max-width: 1000px) {
  .footer-sub{
    display: block;
    width: 100%;
    text-align: center; 
  }
}
@media screen and (max-width: 768px) {
  .footer-sub {
    font-size: 1.3rem;
  }
}

@media screen and (max-width:600px) {
  .footer-sub{
    width: 100%;
    margin-left: 0;
  }
}

.footer-heading2 {
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer-heading2 {
    font-size: 1.7rem;
    line-height: 2;
  }
}
  

@media screen and (max-width: 1000px) {
  #footer .for_smp {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  #footer .for_smp {
    display: block;
  }
}


#footer .footer__logo {
  margin-bottom: 10px;
}

#footer .footer__address {
  padding-left: 45px;
}
@media screen and (max-width: 1000px) {
  #footer .footer__address {
    padding-left: 0;
  }
}

#footer .footer-sitemap__title{
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  border-left: 2px solid #585858;
  margin: 40px 0 5px 35px;
  padding: 0 0 0 8px;
  line-height: 160%;
}

#footer .footer-sitemap {
  position: relative;
  display: table-cell;
  width: 240px;
  padding-left: 35px;
  text-align: left;
}

@media screen and (max-width: 479px) {
  #footer .footer-sitemap {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
  }
}

#footer .footer-sitemap:first-child {
  border-left: none;
}
#footer .footer-sitemap:first-child:before {
  display: none;
}
#footer .footer-sitemap:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
}
#footer .footer-sitemap .footer-sitemap__item {
  margin-bottom: 0px;
}
#footer .footer-sitemap .footer-sitemap__ttl {
  margin-bottom: 10px;
  color: #5f5855;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1em;
}
#footer .footer-bar {
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #999999;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #footer .footer-bar {
    position: relative;
    z-index: 9999;
    height: auto;
    padding: 15px 0;
    line-height: 1em;
  }
}
@media screen and (max-width: 479px) {
  #footer .footer-bar {
    height: auto;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 150%;
  }
}


/* ---------- banner ---------- */
#banner {
  margin-top: 30px;
  padding-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #banner {
    margin-top: 0;
    background-size: 7px 4px;
    padding-bottom: 0;
  }
}

#banner a {
  display: block;
}
#banner a:hover img {
  position: relative;
  top: -125px;
}
@media screen and (max-width: 768px) {
  #banner a:hover img {
    position: static;
    top: 0;
  }
}

#banner .inner{
  width: 980px;
  margin: 0 auto;
  padding: 10px 0 30px;
  line-height: 20px;
}
@media screen and (max-width: 1000px) {
  #banner .inner{
    width: auto;
    margin: 0 13px;
  }
}
@media screen and (max-width: 320px) {
  #banner .inner{
    width: auto;
    margin: 0 13px;
  }
}

#logo02 {
  display: inline-block;
  float: left;
  width: 250px;
  margin-top: 2px;
}

.grouplist{
  text-align: left;
  color:#5abcea;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .grouplist{
  text-align: center;
  }
}

.grouplist02{
  width: 100%;
  padding-left: 20px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 70px;
}

.grouplist02 li{
  float: left;
  padding-left: 20px;
  box-sizing: border-box;
  padding-right: 45px;
  position: relative;
  margin-bottom: 2px;
}
@media screen and (max-width: 479px){
  .grouplist02 li{
    float: none;
    width: 100%; 
  }
  .grouplist02 {
    margin-bottom: 18px;
  }
}

.tel {
font-family:'Gothic MB101 Bold';
}
.tel img{
  position: relative;
  top:-4px;
  margin-right: 6px;
}
.list--type_1 li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 1.1em;
}
.list--type_1 li:before {
  display: block;
  position: absolute;
  content: '';
  top: .5em;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #96bd80;
  border-radius: 2.5px;
}

.link--type_2 {
  text-decoration: none;
}
.link--type_2:hover {
  text-decoration: underline;
}


.Access-map {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  margin-top: 25px;
  overflow: hidden;
  margin-bottom: 40px;
}


.txt-a_c {
  text-align: center !important;
}
.for_smp {
  display: none;
}
@media screen and (max-width: 479px) {
  .for_smp {
    display: block;
  }
}



.heading {
  margin-top: 6rem;
}

.heading,
.tac--heading {
  margin: 9.5rem 0 0 0;
  font-size: 2rem;
  text-align: center;
  color: #e5065aa3;
  font-weight: bold;
}

.tac--heading {
  margin-top: 6rem;
  margin-bottom: 6rem;
}



.btn1 {
  display: inline-block;
  position: relative;
  min-width: 20rem;
  border: 1px solid #e5065a;
  margin: .3rem 0 0 0;
  padding: 1.1rem 15%;
  color: #e5065a;
  transition: all .5s ease;
}

.btn1:after {
  content: url(img/btn1-rightArrow.png);
  position: absolute;
  top: 1.3rem;
  right: 1rem;
}

@media screen and (min-width:769px) {
  /* 769以下はホバーアクション無し */
  .btn1:hover {
    background: #e5065aa3;
    color: #fff;
  }
  .btn1:hover:after {
    content: url(img/btn1-rightArrow-hover.png);
  }
}

.btn1-touch {
  background: #e5065a;
  color: #fff;
}

.btn1-touch:hover:after {
  content: url(img/btn1-rightArrow-hover.png);
}


/*/〜1st-line
---------------------------------------------------------------------------------------------------------------------------*/

.line {
  position: relative;
  height: 5rem;
  border: 1px solid rgba(211, 237, 251, 0.5);
  background-image: url("img/slanting.png");
  -webkit-background-size: 5px 5px;
  background-size: 5px 5px;
}

.line1 {
  margin-top: 9.2rem;
}

.line2 {
  margin-top: 11.1rem;
}

.line-heading {
  margin: 0px auto;
  width: 10.7rem;
  height: 10.7rem;
  border-radius: 50%;
  background: #009fe8;
  padding-top: 2rem;
  text-align: center;
  color: white;
  position: relative;
  top: -60%;
  box-shadow: 0px 0px 2px 4px #fff;
}

.eng {
  font-family: 'Lucida Grande', sans-serif;
}


/*/1st-line
---------------------------------------------------------------------------------------------------------------------------*/

.main {
  max-width: 98rem;
}

.service-lead {
  margin-top: 10rem;
  font-size: 1.5rem;
}



.oneThird {
  width: 32.5%;
  float: left;
  margin-left: 1.25%;
}

.cf .oneThird:first-child {
  margin-left: 0;
}

.oneThird h4 {
  color: #fff;
  background: #71c5f0;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 1rem .5rem 0 .5rem;
  position: relative;
  line-height: .8;
  font-weight: bold;
}

.oneThird h4:after {
  display: block;
  content: "";
  position: relative;
  top: 1rem;
  left: 47%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #71c5f0 transparent transparent transparent;
  z-index: 1;
}

.oneThird p {
  border: 2px solid #71c5f0;
  border-radius: 5px;
  padding: 2.5rem 1.2rem;
  text-align: justify;
}

.oneThird small {
  float: right;
  padding: .3rem 1.5rem;
  background: #d3edfb;
  margin-top: 1.4rem;
}

.shadow p {
  position: relative;
  background: #fff;
}

.shadow p:before {
  content: "";
  width: 102%;
  height: 104%;
  position: absolute;
  border-radius: 0 1rem .5rem 1rem;
  background: repeating-linear-gradient(-45deg, #d3edfb, #d3edfb 1.4px, #fff 0, #fff 4px);
  z-index: -1;
  bottom: -4%;
  right: -2.5%;
}

.oneThird .shadow-last {
  padding-bottom: 8.4rem;
}

.threeImgBox {
  margin-top: 12.5rem;
}

.half-wrap {
  width: 65%;
}

.half {
  width: 45%;
  float: left;
  margin-left: 10%;
}

.cf .half:first-child {
  margin-left: 0;
}

.clip {
  height: 30rem;
  max-width: 25rem;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.front {
  position: absolute;
  bottom: 0;
}

.back {
  position: absolute;
  bottom: 0;
  transition: all .2s ease;
}

@media screen and (min-width:768px) {
  /* 768以下はホバーアクション無し */
  .clip:hover>.back {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.back-touch {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.introduction {
  margin: 16.5rem 0 0 0;
  padding: 2rem 3rem 4rem 3rem;
  border: 3px dotted #00b8ee;
  border-radius: 1rem;
}

.intro-left {
  width: 42%;
  float: left;
}

.intro-heading {
  position: relative;
  margin: .3rem 0 4.5rem -4.5rem;
  font-size: 1.6rem;
  background: #d3edfb;
  padding: 1rem 0 .4rem 4rem;
  line-height: 1;
  font-weight: bold;
}

.intro-heading:after {
  display: block;
  content: "";
  position: relative;
  top: 1.1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #71c5f0 transparent transparent transparent;
  left: -4rem;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.intro-right {
  width: 55%;
  margin-left: 3%;
  float: left;
  line-height: 1.8;
}


/*/1st-line〜2nd-line
---------------------------------------------------------------------------------------------------------------------------*/



tr {
  border-bottom: 1px solid #cacaca;
}

th {
  background: #cccccc54;
  color: #423d3c;
}

td {
  padding: 1rem 1rem 1rem 3rem;
  background: #f9feff;
  line-height: 1.75;
}

.table1st {
  margin: 3.5rem 0 0 0;
  width: 100%;
}

.table1st th {
  width: 15%;
}

.tablesRow {
  margin-top: 4rem;
}

.tables {
  width: 49%;
  float: left;
}

.tables td {
  width: 75%;
}

.tables-right {
  margin-left: 2%;
}

.tables-1stTh {
  padding: .5rem 0 0 0;
  background: #57b363;
  color: #fff;
}

.tables-1stTh:after {
  display: block;
  content: "";
  position: relative;
  top: 8px;
  left: 20%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #57b363 transparent transparent transparent;
}

.adjust {
  width: 20%;
  background: #57b363;
}

.for-entry {
  margin: 2rem 0 0 0;
  font-size: 1.2rem;
}

.btn2{
  display: inline-block;
  position: relative;
  min-width: 28rem;
  background: #009fe8;
  padding: 2rem 4%;
  margin-top: 1rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  transition: all .5s ease;
  margin-bottom: 8rem;
}


.btn2:after {
  content: url(img/btn-ico.png);
  position: absolute;
  right: 6px;
  top: 2px;
}

.btn4{
  display: inline-block;
  position: relative;
  min-width: 28rem;
  background: #749a2e;
  padding: 2rem 4%;
  margin-top: 1rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  transition: all .5s ease;
  margin-bottom: 8rem;
}


.btn4:after {
  content: url(img/btn-ico.png);
  position: absolute;
  right: 6px;
  top: 2px;
}


span.t10 {
    font-size: 12px;
}

.btn3:after {
  content: url(img/btn-ico02.png);
  position: absolute;
  right: 6px;
  top: 2px;
}

@media screen and (min-width:769px) {
  /* 769以下はホバーアクション無し */
  .btn2:hover {
    background: #71c5f0;
  }
  .btn4:hover {
    background: #b8e368;
  }
}

.btn2-touch {
  background: #fff;
}


/* 2nd-line〜btn2
---------------------------------------------------------------------------------------------------------------------------*/

.atention {
  margin: 11rem 0 1.5rem 10rem;
  font-size: 1.2rem;
}

.grass {
  margin-top: 15rem;
  height: 6rem;
  background: url(img/grass.png) repeat-x 0% 100%;
}

.grass-1 {
  margin-left: 24%;
}

.grass-2 {
  margin-left: 1rem;
}

.grass-3 {
  margin-left: 14%;
}

.grass-4 {
  margin-left: 9%;
}

.grass-5 {
  margin-left: 3rem;
}

.grass-6 {
  margin-left: 9%;
}

.grass-7 {
  margin-left: 1rem;
}

.grass-8 {
  margin-left: 5%;
}

/*.footerWrap {
  background: #2ca9ff;
  padding: 2rem;
}

footer {
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
}

.footer-main {
  width: 48%;
  float: left;
}

.footer-heading {
  border-left: 3px solid #fff;
  padding-left: 1rem;
  font-size: 1.4rem;
}
*/

.hospitals {
  width: 30rem;
  margin-left: 2.5rem;
}

.hospitals li {
  margin-bottom: .5rem;
}

.hospitals li:before {
  content: "▼";
  display: inline-block;
  background: #fff;
  color: #2ca9ff;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1rem;
  margin-right: .2rem;
  text-align: center;
  padding: 2px 0 0 0;
  -webkit-transform: scale(.7) rotate(-90deg);
  -ms-transform: scale(.7) rotate(-90deg);
  -o-transform: scale(.7) rotate(-90deg);
  transform: scale(.7) rotate(-90deg);
  vertical-align: 1px;
}

.hospitals a {
  color: #fff;
}

.twoCol li {
  width: 50%;
  float: left;
}



/* btn2〜PCend
---------------------------------------------------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------------------------------------------------
*under768
---------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:768px) {
  

  /*@tablet /1st-line
  ---------------------------------------------------------------------------------------------------------------------------*/
  .main {
    padding: 1rem;
  }
  .service-lead {
    margin-top: 5rem;
  }
  .service {
    margin-top: 5.5rem;
  }
  .shadow {
    position: relative;
  }
  .shadow:before {
    content: "";
    width: 101%;
    height: 101%;
    position: absolute;
    border-radius: 0 1rem .5rem 1rem;
    background: repeating-linear-gradient(-45deg, #d3edfb, #d3edfb 1.4px, #fff 0, #fff 4px);
    z-index: -1;
    bottom: -1%;
    right: -1.5%;
  }
  .shadow p:before {
    display: none;
  }
  .oneThird h4 {
    width: 100%;
    line-height: 1.5;
  }
  .oneThird p {
    border-radius: 0 0 5px 5px;
  }
  .threeImgBox {
    margin-top: 7rem;
  }
  .introduction {
    margin-top: 9rem;
  }
  /*@tablet /1st-line〜2nd-line
  ---------------------------------------------------------------------------------------------------------------------------*/
  .heading {
    margin-top: 6rem;
  }
  td {
    padding: 1rem;
  }

  .atention {
    margin: 7rem 0 1rem 3rem;
  }
  .grass {
    margin-top: 7rem;
  }
  .grass-1 {
    margin-left: 17%;
  }
  .footer-main,
  .footer-heading,
  .footer-sub {
    font-size: 1.3rem;
  }
  .footer-heading2 {
    font-size: 1.7rem;
    line-height: 2;
  }
  /*  map〜u768end
---------------------------------------------------------------------------------------------------------------------------*/
}


/*---------------------------------------------------------------------------------------------------------------------------
*under600
---------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:600px) {
  .half-wrap {
    width: 100%;
  }
  .oneThird,
  .half {
    width: 100%;
    float: none;
    margin: 2rem 0 0 0;
  }
  .intro-left {
    width: 100%;
    float: none;
  }
  .intro-right {
    width: 100%;
    margin: 2rem 0 0 0;
    float: none;
  }
  .footer-main,
  .footer-sub,
  .footer-logo {
    width: 100%;
  }
  .footer-sub {
    margin-left: 0;
  }
  .footer-logo {
    text-align: center;
  }

  .btn3 {
   display: none;
  }

  .download_pdf {
    display: none;
  }

  .btn3:after {
    display: none;
  }
}


/*---------------------------------------------------------------------------------------------------------------------------
*under425
---------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:425px) {
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 1.3rem;
  }
  .wrap {
    -webkit-background-size: 0px, 0px, 0px;
    background-size: 0px, 0px, 0px;
  }
  .logoBox {
    width: 16rem;
  }
  .keyVisual img {
    margin-left: -212.5px;
  }
  small {
    font-size: 1rem;
  }
  /* @sp 〜1st-line
---------------------------------------------------------------------------------------------------------------------------*/
  .line {
    height: 4rem;
  }
  .line-heading {
    width: 8rem;
    height: 8rem;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .line1,
  .line2 {
    margin-top: 4rem;
  }
  .service-lead {
    margin-top: 4rem;
    font-size: 1.4rem;
  }
  .service {
    margin-top: 3rem;
  }
  .shadow:before {
    height: 102%;
    bottom: -2%;
  }
  .oneThird .shadow-last {
    padding-bottom: 2.5rem;
  }
  .threeImgBox {
    margin-top: 4rem;
  }
  .introduction {
    padding: 1.5rem;
  }
  .intro-heading {
    margin: .3rem 0 1.5rem -4rem;
    font-size: 1.4rem;
    background: #d3edfb;
    padding: 1rem 0 .4rem 4rem;
  }
  .intro-heading:after {
    left: -3rem;
  }
  .heading {
    margin-top: 4rem;
  }
  .table1st {
    margin-top: 1rem;
  }
  .tables {
    width: 100%;
    float: none;
  }
  .tablesRow,
  .tables-right {
    margin: 2rem 0 0 0;
  }
  .for-entry {
    margin-top: 3rem;
  }
  .btn2 {
    padding: 1.5rem 17%;
    margin-top: .8rem;
    font-size: 1.6rem;
  }
  .atention {
    margin: 3rem 0 1rem 1rem;
    font-size: 1rem;
  }
  .grass {
    margin-top: 4rem;
  }
  .grass-1 {
    margin-left: 10%;
  }
  .grass-7,
  .grass-8 {
    display: none;
  }
  .footerWrap {
    padding: 2rem 2rem 2rem 10%;
  }
  /*  map〜u425end
---------------------------------------------------------------------------------------------------------------------------*/
}


/* news-area */
#news-area {
  position: relative;
  z-index: 9;
  width: 100%;
  margin-top: 80px;
  background-color: #f2fcff;
  padding: 10px 0 30px;
}

#news-area:after {
  display: block;
  content: '';
  clear: both;
}
@media screen and (max-width: 1000px) {
  #news-area {
    width: auto;
    margin: 0 20px;
  }
}

.news-area-ttl {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .news-area-ttl {
    margin-bottom: 20px;
  }
}
/* news */
#news {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 30px;
  }
@media screen and (max-width: 1000px) {
  #news {
    float: none;
    width: 100%;
  }
}

.section.in_news {
  width: 100%;
  margin-top: 30px;
}

.section.in_news h2{
  float: left;
  width: 135px !important;
  padding: 51px 0;
}


@media screen and (max-width: 1000px) {
  .section.in_news{
    padding-right: 20px;
  }
  .section.in_news h2 {
    float: left;
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .section.in_news{
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
  }
  .section.in_news h2 {
    padding-left: 20px;
    float: none;
    padding: 0 ;
    font-weight: bold;
  }
}

.news-list {
  float: right;
  width: calc(100% - 135px);
}

.news-list dt {
  width: 120px;
  float: left;
}
.news-list dd {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #3f3023;
}
@media screen and (max-width: 479px) {
  .news-list {
    float: none;
    width: 100%;
  }
.news-list dt {
    width: 120px;
    float: none;
    padding-left: 10px;
  }
.news-list dd {
    width: 100%;
    padding-left: 10px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #3f3023;
  }
}
.news-list a:hover {
  text-decoration: underline;
}

.news-list__cat {
  height: 22px;
  margin-left: 9px;
  padding: 0 20px;
  background-color: #d9ebeb;
  border-radius: 11px;
  line-height: 22px;
}

@media screen and (max-width: 1000px) {
  .btn--type_1.in_news {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .btn--type_1.in_outpatients {
    margin-top: 15px;
  }
}

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