@charset "UTF-8";
/*====================================
  変数
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  下層ページ共通設定
=====================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:300,500,700|Noto+Serif+JP:200,300,400,500,700&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap");
/*=================================
  breadcrumbs
==================================*/
#breadcrumbs ol li {
  color: #515151;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#breadcrumbs ol li:nth-child(n+2) {
  margin-left: 5px;
}
#breadcrumbs ol li::after {
  width: 1em;
  color: #515151;
  content: ">";
  display: block;
  margin-left: 10px;
  text-align: center;
  float: right;
}
#breadcrumbs ol li:last-child::after {
  display: none;
}
#breadcrumbs ol li a:link, #breadcrumbs ol li a:visited, #breadcrumbs ol li a:active {
  color: #515151;
  text-decoration: underline;
}
#breadcrumbs ol li a:hover {
  text-decoration: none;
  color: #666;
}
@media print, screen and (max-width: 768px) {
  #breadcrumbs ol {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  #breadcrumbs ol {
    max-width: 1180px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1219px) {
  #breadcrumbs ol {
    width: 100%;
    padding: 0 50px;
  }
}

/* /////////////////////////////////////////////////////////
  採用情報
///////////////////////////////////////////////////////// */
#recruit {
  position: relative;
}

.page-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 20px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #ffffff !important;
  background-color: #036d94;
  border: 1px solid #036d94;
  border-radius: 10px;
  text-decoration: none;
  width: 100%;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .page-link {
    font-size: 1.6rem;
    height: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-link {
    font-size: 1.8rem;
    height: 80px;
  }
}
.page-link::after {
  content: "›";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  font-size: 1.6em;
  line-height: 1;
}
.page-link:hover {
  opacity: 0.8;
}

/*=================================
  mainvisual
==================================*/
#mainvisual {
  width: 100%;
  background-color: #f1fbff;
}
@media print, screen and (max-width: 768px) {
  #mainvisual {
    padding: 30px 20px 60px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #mainvisual {
    padding: 60px 50px;
  }
}
#mainvisual h1 {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #mainvisual h1 {
    max-width: 480px;
  }
}
@media print, screen and (min-width: 768px) {
  #mainvisual h1 {
    max-width: 1180px;
  }
}

/*=================================
  year35
==================================*/
#year35 {
  width: 100%;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  #year35 {
    padding: 60px 0 70px 0;
  }
}
@media print, screen and (min-width: 768px) {
  #year35 {
    padding: 80px 0;
  }
}
#year35 .container {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #year35 .container {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  #year35 .container {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 768px) {
  #year35 .container {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #year35 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 768px) {
  #year35 .container figure {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  #year35 .container figure {
    width: calc(100% - 470px);
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1220px) {
  #year35 .container figure {
    width: calc(100% - 500px);
  }
}
#year35 .container figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  #year35 .container .wrap {
    width: 470px;
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1220px) {
  #year35 .container .wrap {
    width: 500px;
    padding-left: 60px;
  }
}
#year35 .container .wrap h2 {
  color: #036D94;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
@media print, screen and (max-width: 768px) {
  #year35 .container .wrap h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  #year35 .container .wrap h2 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
#year35 .container .wrap p {
  font-family: "Noto Sans JP", sans-serif;
  color: #515151;
  line-height: 1.8;
}
@media print, screen and (max-width: 768px) {
  #year35 .container .wrap p {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  #year35 .container .wrap p {
    font-size: 1.8rem;
  }
}

/*=================================
  新しい院内のようす
==================================*/
#inside {
  width: 100%;
  background-color: #f1fbff;
  /* もっと見るボタン */
}
@media print, screen and (max-width: 768px) {
  #inside {
    padding: 50px 0 60px 0;
  }
}
@media print, screen and (min-width: 768px) {
  #inside {
    padding: 80px 0;
  }
}
#inside .container {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #inside .container {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  #inside .container {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 768px) {
  #inside .container {
    padding: 0 20px;
  }
}
#inside .container h2 {
  color: #036d94;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (max-width: 768px) {
  #inside .container h2 {
    font-size: 2.4rem;
    margin: 0 auto 30px auto;
  }
}
@media print, screen and (min-width: 768px) {
  #inside .container h2 {
    font-size: 4rem;
    margin: 0 auto 60px auto;
  }
}
#inside .container ul {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (max-width: 768px) {
  #inside .container ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  #inside .container ul {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px;
  }
}
@media print, screen and (max-width: 768px) {
  #inside .container ul li figure {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #inside .container ul li figure {
    margin-bottom: 20px;
  }
}
#inside .container ul li figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#inside .container ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
}
#inside .inside-more {
  display: none; /* PCでは出さない */
  width: 100%;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background: #036d94;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: 40px;
  border: none;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  #inside .inside-more {
    display: block; /* スマホのみ表示 */
  }
}
#inside .inside-more::after {
  content: "›";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  font-size: 1.6em;
  line-height: 1;
}

/*=================================
  刀根歯科医院の特長
==================================*/
#features {
  width: 100%;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  #features {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 768px) {
  #features {
    padding: 90px 0;
  }
}
#features .container {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #features .container {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  #features .container {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 768px) {
  #features .container {
    padding: 0 20px;
  }
}
#features .container h2 {
  color: #036d94;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (max-width: 768px) {
  #features .container h2 {
    font-size: 2.4rem;
    margin: 0 auto 30px auto;
  }
}
@media print, screen and (min-width: 768px) {
  #features .container h2 {
    font-size: 4rem;
    margin: 0 auto 60px auto;
  }
}
@media print, screen and (max-width: 768px) {
  #features .container h2 span {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  #features .container h2 span {
    font-size: 3rem;
  }
}
#features .container ul {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (max-width: 768px) {
  #features .container ul {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  #features .container ul {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1220px) {
  #features .container ul {
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px 32px;
  }
}
#features .container ul li {
  border: 1px solid #036D94;
  border-radius: 10px;
  background: #E1E1E1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(225, 225, 225)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(225, 225, 225) 0%, rgb(255, 255, 255) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  #features .container ul li {
    min-height: 60px;
    padding: 8px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  #features .container ul li {
    min-height: 100px;
    padding: 14px;
  }
}
#features .container ul li h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #036D94;
}
@media print, screen and (max-width: 768px) {
  #features .container ul li h3 {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #features .container ul li h3 {
    font-size: 1.8rem;
  }
}
@media print, screen and (max-width: 768px) {
  #features .container ul li h3 span {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #features .container ul li h3 span {
    font-size: 1.6rem;
  }
}
#features .container ul li p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #515151;
  line-height: 1.6;
}
@media print, screen and (max-width: 768px) {
  #features .container ul li p {
    font-size: 1.4rem;
    min-height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  #features .container ul li p {
    font-size: 1.6rem;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

/*=================================
  当院の治療方針
==================================*/
#plan {
  width: 100%;
  background-color: #f3f3f3;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  #plan {
    padding: 60px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  #plan {
    padding: 80px 0 0 0;
  }
}
#plan .container {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 1280px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #plan .container {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  #plan .container {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 768px) {
  #plan .container {
    padding: 0 20px;
  }
}
#plan .container h2 {
  color: #036d94;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (max-width: 768px) {
  #plan .container h2 {
    font-size: 2.4rem;
    margin: 0 auto 30px auto;
  }
}
@media print, screen and (min-width: 768px) {
  #plan .container h2 {
    font-size: 4rem;
    margin: 0 auto 50px auto;
  }
}
#plan .container p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #515151;
}
@media print, screen and (max-width: 768px) {
  #plan .container p {
    font-size: 1.6rem;
    margin-bottom: 38px;
  }
}
@media print, screen and (min-width: 768px) {
  #plan .container p {
    text-align: center;
    font-size: 2rem;
    margin: 0 auto 78px auto;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  #plan .container p {
    text-align: left;
  }
}
#plan .container p br {
  display: none;
}
@media print, screen and (min-width: 1220px) {
  #plan .container p br {
    display: block;
  }
}
#plan .container ul {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (max-width: 768px) {
  #plan .container ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  #plan .container ul {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1220px) {
  #plan .container ul {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media print, screen and (max-width: 768px) {
  #plan::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 188px;
    background: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  #plan::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #fff;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  #plan::after {
    height: 138px;
  }
}

/*=================================
  医院概要
==================================*/
#overview {
  width: 100%;
  background-color: #fff;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  #overview {
    padding: 60px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  #overview {
    padding: 80px 0 0 0;
  }
}
#overview .container {
  max-width: 1180px;
  margin: 0 auto;
}
#overview .container h2 {
  color: #036d94;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (max-width: 768px) {
  #overview .container h2 {
    font-size: 2.4rem;
    margin: 0 auto 30px auto;
  }
}
@media print, screen and (min-width: 768px) {
  #overview .container h2 {
    font-size: 4rem;
    margin: 0 auto 70px auto;
  }
}
@media print, screen and (max-width: 768px) {
  #overview .container .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  #overview .container .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  #overview .container .wrapper > * {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    width: 50%;
    margin: 0;
  }
}
@media print, screen and (max-width: 768px) {
  #overview .container .wrapper .left-wrap {
    margin-top: 40px;
  }
}
#overview .container .wrapper .left-wrap #g-map {
  position: relative;
  /*padding-bottom: 46.25%;*/
  min-height: 700px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  #overview .container .wrapper .left-wrap #g-map {
    min-height: 240px;
  }
}
#overview .container .wrapper .left-wrap #g-map iframe,
#overview .container .wrapper .left-wrap #g-map object,
#overview .container .wrapper .left-wrap #g-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#overview .container .wrapper .left-wrap .g-map-link {
  margin-top: 40px;
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  #overview .container .wrapper .left-wrap .g-map-link {
    display: none;
  }
}
#overview .container .wrapper .left-wrap .g-map-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 20px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #ffffff !important;
  background-color: #036d94;
  border: 1px solid #036d94;
  border-radius: 10px;
  text-decoration: none;
  width: 100%;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  #overview .container .wrapper .left-wrap .g-map-link a {
    font-size: 1.6rem;
    height: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  #overview .container .wrapper .left-wrap .g-map-link a {
    font-size: 1.8rem;
    height: 80px;
  }
}
#overview .container .wrapper .left-wrap .g-map-link a::after {
  content: "›";
  position: absolute;
  right: 30px;
  top: 47%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6em;
  line-height: 1;
}
#overview .container .wrapper .left-wrap .g-map-link a:hover {
  opacity: 0.8;
}
#overview .container .wrapper .right-wrap {
  color: #515151;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media print, screen and (max-width: 768px) {
  #overview .container .wrapper .right-wrap .inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #overview .container .wrapper .right-wrap .inner {
    max-width: 580px;
    padding: 0 30px 0 50px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1219px) {
  #overview .container .wrapper .right-wrap .inner {
    padding: 0 30px;
  }
}
#overview .container .wrapper .right-wrap .inner .overview-list {
  margin: 0;
  padding: 0;
}
#overview .container .wrapper .right-wrap .inner .overview-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  #overview .container .wrapper .right-wrap .inner .overview-list .row {
    border-top: 1px dotted #96afb8;
  }
}
#overview .container .wrapper .right-wrap .inner .overview-list .row:last-child dd {
  padding-bottom: 0;
}
#overview .container .wrapper .right-wrap .inner .overview-list .row dt {
  text-align: left;
  color: #036D94;
}
#overview .container .wrapper .right-wrap .inner .overview-list .row dd {
  margin: 0;
  line-height: 1.8;
}
#overview .container .wrapper .right-wrap .inner .overview-list .row dd figure {
  max-width: 380px;
}
#overview .container .wrapper .right-wrap .inner .overview-list .row dd figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media print, screen and (max-width: 768px) {
  #overview .container .wrapper .right-wrap .inner .overview-list .row dt, #overview .container .wrapper .right-wrap .inner .overview-list .row dd {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    text-align: center;
  }
  #overview .container .wrapper .right-wrap .inner .overview-list .row dt {
    font-size: 1.6rem;
    padding-top: 20px;
  }
  #overview .container .wrapper .right-wrap .inner .overview-list .row dd {
    font-size: 1.6rem;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  #overview .container .wrapper .right-wrap .inner .overview-list .row dd p {
    font-size: 1.8rem;
  }
  #overview .container .wrapper .right-wrap .inner .overview-list .row dd p span {
    font-size: 1.6rem;
  }
  #overview .container .wrapper .right-wrap .inner .overview-list .row dd p:nth-of-type(n + 2) {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  #overview .container .wrapper .right-wrap .inner .overview-list .row dt {
    width: 24%;
    font-size: 1.8rem;
    padding-bottom: 20px;
    vertical-align: top;
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  #overview .container .wrapper .right-wrap .inner .overview-list .row dt {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  #overview .container .wrapper .right-wrap .inner .overview-list .row dd {
    width: 76%;
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  #overview .container .wrapper .right-wrap .inner .overview-list .row dd {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  #overview .container .wrapper .right-wrap .inner .overview-list .row dd p span {
    font-size: 1.6rem;
  }
  #overview .container .wrapper .right-wrap .inner .overview-list .row dd p:nth-of-type(n + 2) {
    margin-top: 1em;
  }
}

/*=================================
  院長メッセージ
==================================*/
#director-message {
  width: 100%;
  background-color: #fff;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  #director-message {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 768px) {
  #director-message {
    padding: 100px 0;
  }
}
#director-message .container {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 1280px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #director-message .container {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  #director-message .container {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 768px) {
  #director-message .container {
    padding: 0 20px;
  }
}
#director-message .container h2 {
  color: #036d94;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (max-width: 768px) {
  #director-message .container h2 {
    font-size: 2.4rem;
    margin: 0 auto 40px auto;
  }
}
@media print, screen and (min-width: 768px) {
  #director-message .container h2 {
    font-size: 4rem;
    margin: 0 auto 60px auto;
  }
}
#director-message .container .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #director-message .container .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 768px) {
  #director-message .container .wrapper figure {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 40px auto;
    overflow: hidden;
  }
  #director-message .container .wrapper figure img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
@media print, screen and (min-width: 768px) {
  #director-message .container .wrapper figure {
    width: 40%;
    overflow: hidden;
  }
  #director-message .container .wrapper figure img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    vertical-align: bottom;
  }
}
#director-message .container .wrapper .com {
  color: #515151;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media print, screen and (max-width: 768px) {
  #director-message .container .wrapper .com {
    width: 100%;
  }
  #director-message .container .wrapper .com p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #director-message .container .wrapper .com .director-name {
    width: 100%;
    text-align: right;
    padding-top: 20px;
    margin-bottom: 0;
  }
  #director-message .container .wrapper .com .director-name span {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #director-message .container .wrapper .com {
    width: 60%;
    padding-left: 60px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  #director-message .container .wrapper .com {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  #director-message .container .wrapper .com p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  #director-message .container .wrapper .com p {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  #director-message .container .wrapper .com .director-name {
    width: 100%;
    text-align: right;
    padding-top: 30px;
    margin-bottom: 0;
  }
  #director-message .container .wrapper .com .director-name span {
    font-size: 2.8rem;
  }
}

/*=================================
  採用情報
==================================*/
#recruit-detail {
  width: 100%;
  background-color: #f1fbff;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  #recruit-detail {
    padding: 70px 0 60px 0;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit-detail {
    padding: 80px 0;
  }
}
#recruit-detail .container {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 1280px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #recruit-detail .container {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit-detail .container {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 768px) {
  #recruit-detail .container {
    padding: 0 20px;
  }
}
#recruit-detail .container h2 {
  color: #036d94;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (max-width: 768px) {
  #recruit-detail .container h2 {
    font-size: 2.4rem;
    margin: 0 auto 40px auto;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit-detail .container h2 {
    font-size: 4rem;
    margin: 0 auto 80px auto;
  }
}
#recruit-detail .container ul {
  display: -ms-grid;
  display: grid;
  max-width: 820px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #recruit-detail .container ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit-detail .container ul {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
#recruit-detail .container ul li {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
#recruit-detail .container ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 20px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #036d94 !important;
  background-color: #fff;
  border: 3px solid #036d94;
  border-radius: 10px;
  text-decoration: none;
  width: 100%;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  #recruit-detail .container ul li a {
    font-size: 1.6rem;
    height: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit-detail .container ul li a {
    font-size: 1.8rem;
    height: 80px;
  }
}
#recruit-detail .container ul li a::after {
  content: "›";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  font-size: 1.6em;
  line-height: 1;
}
#recruit-detail .container ul li a:hover {
  opacity: 0.8;
}
#recruit-detail .detail-sec {
  max-width: 1000px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #recruit-detail .detail-sec {
    padding: 60px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit-detail .detail-sec {
    padding: 80px 0 20px 0;
  }
}
#recruit-detail .detail-sec h3 {
  color: #515151;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (max-width: 768px) {
  #recruit-detail .detail-sec h3 {
    font-size: 1.8rem;
    margin: 0 auto 40px auto;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit-detail .detail-sec h3 {
    font-size: 3.4rem;
    margin: 0 auto 70px auto;
  }
}
#recruit-detail .detail-sec > figure {
  position: relative;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  #recruit-detail .detail-sec > figure {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit-detail .detail-sec > figure {
    padding: 0 50px;
  }
}
#recruit-detail .detail-sec > figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  #recruit-detail .detail-sec > figure img {
    max-width: 711px;
  }
}
@media print, screen and (max-width: 768px) {
  #recruit-detail .detail-sec > figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit-detail .detail-sec > figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1219px) {
  #recruit-detail .detail-sec > figure::after {
    height: 138px;
  }
}
#recruit-detail .detail-sec .wrapper {
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  #recruit-detail .detail-sec .wrapper {
    padding: 50px 20px 30px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit-detail .detail-sec .wrapper {
    padding: 70px 50px 60px 50px;
  }
}
#recruit-detail .detail-sec .wrapper dl {
  width: 100%;
  border-top: 1px solid #96aeb7;
  max-width: 1000px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #recruit-detail .detail-sec .wrapper dl {
    border-right: 1px solid #96aeb7;
    border-left: 1px solid #96aeb7;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit-detail .detail-sec .wrapper dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#recruit-detail .detail-sec .wrapper dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #e6f1f5;
  line-height: 1.6;
  font-size: 1.6rem;
  padding: 18px 20px;
  color: #036D94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (max-width: 768px) {
  #recruit-detail .detail-sec .wrapper dl dt {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit-detail .detail-sec .wrapper dl dt {
    width: 180px;
    border-left: 1px solid #96aeb7;
    border-bottom: 1px solid #96aeb7;
    padding: 30px 20px;
  }
}
#recruit-detail .detail-sec .wrapper dl dd {
  background-color: #fff;
  line-height: 1.6;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #515151;
  padding: 18px 20px;
}
@media print, screen and (max-width: 768px) {
  #recruit-detail .detail-sec .wrapper dl dd {
    width: 100%;
    border-bottom: 1px solid #96aeb7;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit-detail .detail-sec .wrapper dl dd {
    width: calc(100% - 180px);
    padding: 30px 20px;
    border-right: 1px solid #96aeb7;
    border-bottom: 1px solid #96aeb7;
  }
}
#recruit-detail .detail-sec .wrapper dl dd h4 {
  padding-left: 0.5em;
  line-height: 1;
  border-left: 4px solid #1DC3FF;
  color: #036D94;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#recruit-detail .detail-sec .wrapper dl dd h4:nth-of-type(n + 2) {
  margin-top: 30px;
}
#recruit-detail .detail-sec .wrapper dl dd .second:nth-of-type(n + 2) {
  margin-top: 1.5em;
}
#recruit-detail .detail-sec .wrapper dl dd .kasan {
  font-size: 1.4rem;
  margin-top: 0.75em;
}
#recruit-detail .detail-sec .wrapper dl dd ul {
  position: relative;
}
#recruit-detail .detail-sec .wrapper dl dd ul li {
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
@media print, screen and (min-width: 768px) {
  #recruit-detail .detail-sec .wrapper dl dd ul li {
    font-size: 1.6rem;
  }
}
#recruit-detail .detail-sec .wrapper dl dd ul li::before {
  display: inline-block;
  content: "";
  margin-top: 12px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  vertical-align: top;
  border-radius: 3px;
  background: #036d94;
}
@media print, screen and (max-width: 768px) {
  #recruit-detail .detail-sec .wrapper dl dd ul li::before {
    margin-top: 10px;
  }
}
#recruit-detail .detail-sec .wrapper dl dd ul li:nth-of-type(n+2) {
  margin-top: 3px;
}
#recruit-detail .detail-sec .wrapper dl dd ol {
  position: relative;
}
#recruit-detail .detail-sec .wrapper dl dd ol li {
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
@media print, screen and (min-width: 768px) {
  #recruit-detail .detail-sec .wrapper dl dd ol li {
    font-size: 1.6rem;
  }
}
#recruit-detail .detail-sec .wrapper dl dd ol li:nth-of-type(n+2) {
  margin-top: 3px;
}
@media print, screen and (max-width: 768px) {
  #recruit-detail .detail-sec .bottom-link {
    margin: 30px auto 0 auto;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit-detail .detail-sec .bottom-link {
    max-width: 320px;
    margin: 60px auto 0 auto;
  }
}

/*=================================
  entry-form
==================================*/
#entry-form {
  background-color: #f9f9f9;
}
@media print, screen and (max-width: 768px) {
  #entry-form {
    padding: 60px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #entry-form {
    padding: 100px 50px;
  }
}
#entry-form .entry-ttl {
  color: #036d94;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (max-width: 768px) {
  #entry-form .entry-ttl {
    font-size: 2.4rem;
    margin: 0 auto 30px auto;
  }
}
@media print, screen and (min-width: 768px) {
  #entry-form .entry-ttl {
    font-size: 4rem;
    margin: 0 auto 60px auto;
  }
}

/*=================================
  info
==================================*/
#info {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  /*background-color: #e8f9ff;*/
}
@media print, screen and (max-width: 768px) {
  #info {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  #info {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 768px) {
  #info {
    margin: 0 auto 37px auto;
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #info {
    margin: 0 auto 70px auto;
  }
}
@media print, screen and (max-width: 768px) {
  #info .com {
    font-size: 1.6rem;
    margin-bottom: 25px;
    line-height: 1.6;
  }
  #info .com span {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #info .com {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }
  #info .com span {
    font-size: 1.5rem;
  }
}
#info .tel {
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#info .tel a {
  color: #fff;
  background-color: #036d94;
  text-decoration: none;
  text-align: center;
  display: block;
}
@media print, screen and (max-width: 768px) {
  #info .tel a {
    padding: 10px 5px 15px 5px;
  }
}
@media print, screen and (min-width: 768px) {
  #info .tel a {
    pointer-events: none;
    padding: 30px;
  }
}
#info .tel a .detail {
  font-weight: 500;
  font-size: 4rem;
  display: block;
}
#info .tel a .detail span {
  font-size: 2.4rem;
}
#info .tel a .time {
  font-weight: 500;
  display: block;
}
@media print, screen and (max-width: 768px) {
  #info .tel a .time {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #info .tel a .time {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}
#info .tel a:hover {
  opacity: 0.8;
}

/*====================================
  メールフォーム
=====================================*/
/* トップページに戻るリンク */
.back-btn a {
  width: 520px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 2.5rem;
  background-color: #11a84f;
  border: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 80px;
}
.back-btn a:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #ffffff;
}
@media print, screen and (max-width: 768px) {
  .back-btn a {
    width: 80%;
    height: 60px;
    line-height: 60px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}

/*-----------------------------------
  main__flow
-----------------------------------*/
.main__flow {
  background: url(../images/contact/flow.png) no-repeat;
}

.main__flow--check {
  background: url(../images/contact/flow_check.png) no-repeat;
}

.main__flow--end {
  background: url(../images/contact/flow_end.png) no-repeat;
}

.main__flow, .main__flow--check, .main__flow--end {
  height: 0;
  display: block;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  .main__flow, .main__flow--check, .main__flow--end {
    width: 100%;
    padding-top: 11.25%;
    background-size: contain;
    margin: 0 auto 15px auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1219px) {
  .main__flow, .main__flow--check, .main__flow--end {
    width: 100%;
    padding-top: 11.25%;
    background-size: contain;
    margin: 0 auto 30px auto;
  }
}
@media print, screen and (min-width: 1220px) {
  .main__flow, .main__flow--check, .main__flow--end {
    width: 800px;
    padding-top: 90px;
    margin: 0 auto 30px auto;
  }
}

/*-----------------------------------
#mailform
-----------------------------------*/
#mailform {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  /*-----------------------------------
  セレクトボックス用のスタイル
  -----------------------------------*/
  /*-----------------------------------
  チェックボックス・ラジオボタン用のスタイル
  -----------------------------------*/
  /*-----------------------------------
  送信完了画面のスタイル
  -----------------------------------*/
  /* 送信完了後の文章 */
  /* トップページに戻るリンク */
}
@media print, screen and (max-width: 768px) {
  #mailform {
    padding: 20px 15px 25px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  #mailform {
    margin: 0 auto;
    max-width: 900px;
    padding: 50px;
  }
}
#mailform table {
  width: 100%;
  border-collapse: collapse;
  /*border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;*/
}
@media print, screen and (max-width: 768px) {
  #mailform table {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  #mailform table {
    margin: 0 auto 40px auto;
  }
}
#mailform table tr th, #mailform table tr td {
  /*border-bottom: 1px solid #cccccc;*/
}
@media print, screen and (max-width: 768px) {
  #mailform table tr th, #mailform table tr td {
    width: 100%;
    display: block;
  }
}
#mailform table tr th {
  padding: 1em 1em 1em 0;
  width: 270px;
  font-weight: normal;
  text-align: left;
  color: #1a89b1;
  vertical-align: top;
}
@media print, screen and (max-width: 768px) {
  #mailform table tr th {
    width: 100%;
    padding: 0.5em 0;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  #mailform table tr th {
    font-size: 1.8rem;
    padding: 1.5em 1em 1em 0;
  }
}
#mailform table tr th .required {
  line-height: 1;
  color: #FFF;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  outline: none;
  display: inline-block;
  background: #f1353c;
  padding: 5px 10px;
  margin-left: 1em;
  float: right;
}
@media print, screen and (min-width: 768px) {
  #mailform table tr th .required {
    font-size: 1.4rem;
  }
}
#mailform table tr th .norequired {
  line-height: 1;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  outline: none;
  display: inline-block;
  background: #959595;
  padding: 5px 10px;
  margin-left: 1em;
  float: right;
}
@media print, screen and (min-width: 768px) {
  #mailform table tr th .norequired {
    font-size: 1.4rem;
  }
}
#mailform table tr td {
  padding: 1em 0 1em 1em;
}
@media print, screen and (max-width: 768px) {
  #mailform table tr td {
    width: 100%;
    padding: 0.5em 0;
  }
}
#mailform table tr td [type=text],
#mailform table tr td [type=email],
#mailform table tr td [type=address],
#mailform table tr td textarea,
#mailform table tr td select {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 6px 12px;
  border-radius: 6px;
  color: #515151;
}
@media print, screen and (min-width: 768px) {
  #mailform table tr td [type=text],
  #mailform table tr td [type=email],
  #mailform table tr td [type=address],
  #mailform table tr td textarea,
  #mailform table tr td select {
    padding: 10px 15px;
  }
}
#mailform table tr td [type=text],
#mailform table tr td [type=email] {
  background-color: #eceaf0;
}
#mailform table tr td textarea {
  width: 100%;
  background-color: #eceaf0;
}
#mailform table tr td [type=text]:focus,
#mailform table tr td [type=email]:focus,
#mailform table tr td [type=address]:focus,
#mailform table tr td textarea:focus,
#mailform table tr td select:focus {
  background-color: #e8f9ff;
  border-color: #1a89b1;
}
#mailform table tr td #name,
#mailform table tr td #kana,
#mailform table tr td #possible,
#mailform table tr td #address,
#mailform table tr td #email {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 100%;
}
#mailform table tr td #tel,
#mailform table tr td #mesagge {
  width: 100%;
}
#mailform table tr td ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  #mailform table tr td ul li {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1219px) {
  #mailform table tr td ul li {
    width: 50%;
  }
}
@media print, screen and (min-width: 1220px) {
  #mailform table tr td ul li {
    width: 300px;
  }
}
#mailform table tr td p {
  font-size: 1.6rem;
}
@media print, screen and (max-width: 768px) {
  #mailform table tr td p {
    margin-bottom: 15px !important;
  }
}
@media print, screen and (min-width: 768px) {
  #mailform table tr td p {
    margin-bottom: 30px !important;
  }
}
#mailform table tr td p a {
  color: #1a89b1;
}
#mailform table tr td p a:hover {
  text-decoration: none;
}
@media print, screen and (max-width: 768px) {
  #mailform table tr:last-child td label {
    text-align: center;
    display: block;
  }
}
#mailform .submit {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 620px;
  /* 「同意します」にチェックが付いていない時に */
}
@media print, screen and (max-width: 768px) {
  #mailform .submit {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #mailform .submit {
    /*width: 530px;*/
  }
}
#mailform .submit input[name=submitConfirm] {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  height: 50px;
  line-height: 48px;
  text-align: center;
  color: #036d94;
  background: url("../images/contact/contact-arrow2.png") right 20px center no-repeat #ffffff;
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  margin-top: 20px;
  border: 1px solid #036d94;
  border-radius: 25px;
  position: relative;
}
#mailform .submit input[name=submitConfirm]:hover {
  cursor: pointer;
  background: url("../images/contact/contact-arrow.png") right 20px center no-repeat #036d94;
  color: #ffffff;
}
@media print, screen and (max-width: 768px) {
  #mailform .submit input[name=submitConfirm] {
    width: 80%;
    font-size: 1.5rem;
  }
}
#mailform .submit input[type=submit][disabled] {
  background: #a3a3a3 !important;
  border: 1px solid #a3a3a3 !important;
  color: #ffffff !important;
  pointer-events: none;
}
#mailform .submit input[name=submitBack] {
  height: 50px;
  line-height: 48px;
  color: #fff;
  font-size: 1.6rem;
  background: #8f8f8f;
  border: none;
  border-radius: 25px;
  text-align: center;
  float: left;
  cursor: pointer;
}
@media print, screen and (max-width: 768px) {
  #mailform .submit input[name=submitBack] {
    width: 48%;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1219px) {
  #mailform .submit input[name=submitBack] {
    width: 48%;
  }
}
@media print, screen and (min-width: 1220px) {
  #mailform .submit input[name=submitBack] {
    width: 300px;
  }
}
#mailform .submit input[name=submitBack]:hover {
  background-color: #036d94;
}
#mailform .submit input[value=送信する] {
  height: 50px;
  line-height: 48px;
  font-size: 1.6rem;
  color: #036d94;
  background: url("../images/contact/contact-arrow2.png") right 20px center no-repeat #ffffff;
  border: 1px solid #036d94;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
  float: right;
}
@media print, screen and (max-width: 768px) {
  #mailform .submit input[value=送信する] {
    width: 48%;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1219px) {
  #mailform .submit input[value=送信する] {
    width: 48%;
  }
}
@media print, screen and (min-width: 1220px) {
  #mailform .submit input[value=送信する] {
    width: 300px;
  }
}
#mailform .submit input[value=送信する]:hover {
  cursor: pointer;
  background: url("../images/contact/contact-arrow.png") right 20px center no-repeat #036d94;
  color: #ffffff;
}
#mailform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  background: transparent;
  position: relative;
  z-index: 1;
  padding-right: 40px !important;
  width: 100%;
}
#mailform select::-ms-expand {
  display: none;
}
#mailform option {
  padding-right: 40px;
}
#mailform .pulldown {
  position: relative;
  display: inline-block;
  background-color: #eceaf0;
  border-radius: 6px;
  /*max-height: 41px;*/
  /* IE調整用 */
  /*@media all and (-ms-high-contrast: none){
    max-height: 38px;
  }*/
  /* Firefox調整用 */
  /*@-moz-document url-prefix() {
    max-height: 42px;
  }*/
  /* Edge調整用 */
  /*@supports (-ms-ime-align: auto) {
    max-height: 42px;
  }*/
}
@media print, screen and (max-width: 768px) {
  #mailform .pulldown {
    width: 100%;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1219px) {
  #mailform .pulldown {
    width: 100%;
  }
}
@media print, screen and (min-width: 1220px) {
  #mailform .pulldown {
    width: 100%;
  }
}
#mailform .pulldown::before {
  content: "";
  position: absolute;
  /*z-index: 2;*/
  top: 0;
  right: 0;
  background: #1a89b1;
  height: 100%;
  width: 40px;
  border-radius: 0px 6px 6px 0px;
}
@media print, screen and (min-width: 768px) {
  #mailform .pulldown::before {
    width: 50px;
  }
}
#mailform .pulldown::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -5px;
  bottom: 0;
  margin: auto 0;
  right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #ffffff #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  /*z-index: 3;*/
}
@media print, screen and (min-width: 768px) {
  #mailform .pulldown::after {
    right: 19px;
  }
}
#mailform input[type=radio],
#mailform input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#mailform input[type=radio] + span,
#mailform input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-size: 1.6rem;
  line-height: 30px;
  cursor: pointer;
  color: #515151;
}
@media print, screen and (max-width: 768px) {
  #mailform input[type=radio] + span,
  #mailform input[type=checkbox] + span {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  #mailform input[type=radio] + span,
  #mailform input[type=checkbox] + span {
    margin-right: 25px;
  }
}
@media (min-width: 1px) {
  #mailform input[type=radio],
  #mailform input[type=checkbox] {
    display: none;
    margin: 0;
  }
  #mailform input[type=radio] + span,
  #mailform input[type=checkbox] + span {
    padding: 0 0 0 45px;
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 768px) {
  #mailform input[type=radio] + span,
  #mailform input[type=checkbox] + span {
    padding: 0 0 0 60px;
  }
}
@media (min-width: 1px) {
  #mailform input[type=radio] + span::before,
  #mailform input[type=checkbox] + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: #eceaf0;
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 768px) {
  #mailform input[type=radio] + span::before,
  #mailform input[type=checkbox] + span::before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
@media (min-width: 1px) {
  #mailform input[type=radio] + span::before {
    border-radius: 6px;
  }
  #mailform input[type=checkbox] + span::before {
    border-radius: 6px;
  }
  #mailform input[type=radio]:checked + span::after,
  #mailform input[type=checkbox]:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  #mailform input[type=radio]:checked + span::after {
    left: 4px;
    width: 22px;
    height: 8px;
    margin-top: -5px;
    border-left: 5px solid #df644e;
    border-bottom: 3px solid #df644e;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 768px) {
  #mailform input[type=radio]:checked + span::after {
    left: 4px;
    width: 27px;
    height: 12px;
    margin-top: -10px;
    margin-left: 3px;
  }
}
@media (min-width: 1px) {
  #mailform input[type=checkbox]:checked + span::after {
    left: 4px;
    width: 22px;
    height: 8px;
    margin-top: -5px;
    border-left: 5px solid #df644e;
    border-bottom: 3px solid #df644e;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media print and (min-width: 1px), screen and (min-width: 1px) and (min-width: 768px) {
  #mailform input[type=checkbox]:checked + span::after {
    left: 4px;
    width: 27px;
    height: 12px;
    margin-top: -10px;
    margin-left: 3px;
  }
}
#mailform .submit__ttl {
  width: 100%;
  color: #1a89b1;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  #mailform .submit__ttl {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  #mailform .submit__ttl {
    font-size: 2.6rem;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
#mailform .contact__info {
  text-align: center;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 768px) {
  #mailform .contact__info {
    padding-bottom: 15px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #mailform .contact__info {
    padding-top: 6px;
    padding-bottom: 42px;
    font-size: 1.6rem;
  }
}
#mailform .back__btn a {
  width: 280px;
  height: 50px;
  line-height: 48px;
  color: #fff;
  font-size: 1.5rem;
  background-color: #8f8f8f;
  border: none;
  border-radius: 25px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
}
#mailform .back__btn a:hover {
  background-color: #036d94;
}