@charset "UTF-8";
/* ///////////////リセット/////////////// */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  z-index: 0;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html{
  font-size: 62.5%;
}
img{
  vertical-align: bottom;
}
a{
  text-decoration: underline;
  color: #000;
}
a:hover{
  text-decoration: none;
  color: #444;
}

/* 基本設定 */
body {
  font-family:'M PLUS Rounded 1c',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:1.6rem;
}
header{
  height: 80px;
  padding: 18px 0 0 16px;
}
.wrap .cont{
  text-align: center;
  font-weight: 700;
  font-size: 3.6rem;
  height: 470px;
  line-height: 6.0rem;
  background-position: center;
  background-size: cover;
}
.wrap .cont:nth-child(odd){
  color:#fff;
}
.wrap .cont:nth-child(1){
  background-image: url(../img/back01.jpg);
}
.wrap .cont:nth-child(2){
  background-image: url(../img/back02.jpg);
}
.wrap .cont:nth-child(3){
  background-image: url(../img/back03.jpg);
}
.wrap .cont:nth-child(4){
  background-image: url(../img/back04.jpg);
}
.wrap .cont:nth-child(5){
  background-image: url(../img/back05.jpg);
}
.pdg-top-a{
  padding-top: 180px;
}
.pdg-top-b{
  padding-top: 140px;
}
.pdg-top-c{
  padding-top: 90px;
}
.comt-risu01{
  margin-top: 10px;
}
.ikoru{
  vertical-align: middle;
}
.prof-cont{
  margin: 16px 0 0 0 ;
}
.prof-cont h2{
  font-size: 2.6rem;
  font-weight: 700;
  color: #0ba29a;
  line-height: 4rem;
}
.prof-cont h3{
  font-size: 2.0rem;
  font-weight: 700;
  color: #000;
  line-height: 4rem;
}
.profile{
  width: 900px;
  margin: 80px auto;
}
.katsudou{
  line-height: 2.8rem;
}
.profile{
  display: flex;
}
.profile-img{
  padding: 0 20px;
}
.toiawase a{
  display: block;
  width: 320px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #0ba29a;
  padding: 14px 0;
  margin: 14px 0 0 0 ;
  color: #0ba29a;
  transition: all .2s ease-out;
}
.toiawase a:hover{
  opacity: 0.7;
}
.form::after{
  content:'　';
  background-image: url(../img/window.png);
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0 0 10px;
}
footer{
  height: auto;
  padding: 18px 0 0 16px;
  border-top: 2px solid #0ba29a;
  position: relative;
}
.foot-cont a{
  color: #0ba29a;
}
.foot-cont ul{
  margin-bottom: 20px;
}
.foot-cont li{
  padding: 0 0 10px 0;
}
.foot-logo{
  margin: 10px 0 20px;
}
.copyright{
  font-size:1.2rem;
  position: absolute;
  right:14px;
  bottom:14px;
}
.pc{
  display: block;
}
.sp{
  display: none;
}

/* ///////////////TB/////////////// */
@media(max-width:800px) {
  .profile{
    width: 100%;
    align-items: flex-start;
  }

}

/* ///////////////SP/////////////// */
@media(max-width:480px) {
  .wrap .cont{
    font-size: 2.8rem;
    line-height: 4.6rem;
  }
  .profile{
    display: block;
    width: 90%;
    margin: 40px auto;
  }
  .wrap .cont:nth-child(1){
  }
  .wrap .cont:nth-child(2){
  }
  .wrap .cont:nth-child(3){
    padding-top: 120px;
  }
  .wrap .cont:nth-child(4){
    padding-top: 140px;
  }
  .wrap .cont:nth-child(5){
    padding-top: 160px;
  }
  .profile-img{
    width: 100%;
    height: auto;
  }
  .toiawase a{
    display: block;
    width: 90%;
    text-decoration: none;
    text-align: center;
    border: 1px solid #0ba29a;
    padding: 14px 0;
    margin: 14px auto 0 ;
    color: #0ba29a;
    transition: all .2s ease-out;
  }
  footer{
    text-align: center;
    padding: 18px 0 0 0;
  }
  .foot-cont{
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .copyright{
    position: static;
    margin: 10px 0 20px 0;
  }

  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}
